aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/+about/about-instance/contact-admin-modal.component.ts3
-rw-r--r--client/src/app/+accounts/accounts.component.ts3
-rw-r--r--client/src/app/+admin/admin.component.ts4
-rw-r--r--client/src/app/+admin/admin.module.ts3
-rw-r--r--client/src/app/+admin/follows/followers-list/followers-list.component.html4
-rw-r--r--client/src/app/+admin/follows/following-list/follow-modal.component.html42
-rw-r--r--client/src/app/+admin/follows/following-list/follow-modal.component.scss3
-rw-r--r--client/src/app/+admin/follows/following-list/follow-modal.component.ts69
-rw-r--r--client/src/app/+admin/follows/following-list/following-list.component.html21
-rw-r--r--client/src/app/+admin/follows/following-list/following-list.component.ts22
-rw-r--r--client/src/app/+admin/follows/following-list/index.ts1
-rw-r--r--client/src/app/+admin/follows/follows.routes.ts4
-rw-r--r--client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts8
-rw-r--r--client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts2
-rw-r--r--client/src/app/+admin/users/user-list/user-list.component.ts16
-rw-r--r--client/src/app/+login/login.component.html4
-rw-r--r--client/src/app/+login/login.component.ts4
-rw-r--r--client/src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts7
-rw-r--r--client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts4
-rw-r--r--client/src/app/+my-library/my-videos/my-videos.component.html2
-rw-r--r--client/src/app/+page-not-found/page-not-found.component.ts3
-rw-r--r--client/src/app/+search/search-filters.component.html16
-rw-r--r--client/src/app/+search/search-filters.component.ts8
-rw-r--r--client/src/app/+search/search.component.html2
-rw-r--r--client/src/app/+search/search.component.scss4
-rw-r--r--client/src/app/+search/search.component.ts32
-rw-r--r--client/src/app/+video-channels/video-channels.component.ts2
-rw-r--r--client/src/app/+videos/+video-edit/shared/video-edit.component.html2
-rw-r--r--client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts3
-rw-r--r--client/src/app/+videos/+video-watch/shared/comment/video-comment.component.ts2
-rw-r--r--client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html62
-rw-r--r--client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.scss18
-rw-r--r--client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.ts4
-rw-r--r--client/src/app/+videos/+video-watch/shared/metadata/video-description.component.ts3
-rw-r--r--client/src/app/+videos/+video-watch/video-watch.component.ts14
-rw-r--r--client/src/app/core/auth/auth.service.ts3
-rw-r--r--client/src/app/core/menu/menu.service.ts2
-rw-r--r--client/src/app/core/renderer/markdown.service.ts10
-rw-r--r--client/src/app/core/rest/rest-extractor.service.ts3
-rw-r--r--client/src/app/core/rest/rest.service.ts10
-rw-r--r--client/src/app/helpers/index.ts1
-rw-r--r--client/src/app/helpers/rxjs.ts29
-rw-r--r--client/src/app/helpers/utils.ts2
-rw-r--r--client/src/app/shared/form-validators/batch-domains-validators.ts60
-rw-r--r--client/src/app/shared/form-validators/host-validators.ts105
-rw-r--r--client/src/app/shared/form-validators/host.ts8
-rw-r--r--client/src/app/shared/form-validators/index.ts3
-rw-r--r--client/src/app/shared/form-validators/video-channel-validators.ts10
-rw-r--r--client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts7
-rw-r--r--client/src/app/shared/shared-custom-markup/custom-markup.service.ts20
-rw-r--r--client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.ts9
-rw-r--r--client/src/app/shared/shared-custom-markup/peertube-custom-tags/embed-markup.component.ts7
-rw-r--r--client/src/app/shared/shared-custom-markup/peertube-custom-tags/playlist-miniature-markup.component.ts9
-rw-r--r--client/src/app/shared/shared-custom-markup/peertube-custom-tags/video-miniature-markup.component.ts7
-rw-r--r--client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts4
-rw-r--r--client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts4
-rw-r--r--client/src/app/shared/shared-forms/markdown-textarea.component.ts5
-rw-r--r--client/src/app/shared/shared-forms/timestamp-input.component.ts2
-rw-r--r--client/src/app/shared/shared-instance/instance-follow.service.ts13
-rw-r--r--client/src/app/shared/shared-main/auth/auth-interceptor.service.ts8
-rw-r--r--client/src/app/shared/shared-main/users/user-notification.model.ts6
-rw-r--r--client/src/app/shared/shared-main/users/user-notifications.component.ts2
-rw-r--r--client/src/app/shared/shared-main/video/video.model.ts3
-rw-r--r--client/src/app/shared/shared-main/video/video.service.ts34
-rw-r--r--client/src/app/shared/shared-moderation/batch-domains-modal.component.html14
-rw-r--r--client/src/app/shared/shared-moderation/batch-domains-modal.component.ts8
-rw-r--r--client/src/app/shared/shared-moderation/report-modals/video-report.component.ts8
-rw-r--r--client/src/app/shared/shared-search/advanced-search.model.ts34
-rw-r--r--client/src/app/shared/shared-search/find-in-bulk.service.ts123
-rw-r--r--client/src/app/shared/shared-search/index.ts1
-rw-r--r--client/src/app/shared/shared-search/search.service.ts43
-rw-r--r--client/src/app/shared/shared-search/shared-search.module.ts2
-rw-r--r--client/src/app/shared/shared-share-modal/video-share.component.ts33
-rw-r--r--client/src/app/shared/shared-user-subscription/user-subscription.service.ts22
-rw-r--r--client/src/app/shared/shared-video-miniature/abstract-video-list.ts2
-rw-r--r--client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts2
-rw-r--r--client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts2
-rw-r--r--client/src/app/shared/shared-video-playlist/video-playlist.model.ts3
-rw-r--r--client/src/app/shared/shared-video-playlist/video-playlist.service.ts23
-rw-r--r--client/src/assets/player/p2p-media-loader/hls-plugin.ts16
-rw-r--r--client/src/assets/player/p2p-media-loader/p2p-media-loader-plugin.ts36
-rw-r--r--client/src/assets/player/p2p-media-loader/segment-url-builder.ts2
-rw-r--r--client/src/assets/player/p2p-media-loader/segment-validator.ts2
-rw-r--r--client/src/assets/player/peertube-player-manager.ts88
-rw-r--r--client/src/assets/player/peertube-plugin.ts13
-rw-r--r--client/src/assets/player/peertube-videojs-typings.ts9
-rw-r--r--client/src/assets/player/playlist/playlist-menu-item.ts2
-rw-r--r--client/src/assets/player/stats/stats-card.ts3
-rw-r--r--client/src/assets/player/utils.ts136
-rw-r--r--client/src/assets/player/videojs-components/peertube-link-button.ts17
-rw-r--r--client/src/assets/player/webtorrent/webtorrent-plugin.ts11
-rw-r--r--client/src/locale/angular.ar.xlf966
-rw-r--r--client/src/locale/angular.ca-ES.xlf1222
-rw-r--r--client/src/locale/angular.cs-CZ.xlf960
-rw-r--r--client/src/locale/angular.da-DK.xlf718
-rw-r--r--client/src/locale/angular.de-DE.xlf1526
-rw-r--r--client/src/locale/angular.el-GR.xlf740
-rw-r--r--client/src/locale/angular.en-GB.xlf621
-rw-r--r--client/src/locale/angular.en-US.xlf619
-rw-r--r--client/src/locale/angular.eo.xlf716
-rw-r--r--client/src/locale/angular.es-ES.xlf960
-rw-r--r--client/src/locale/angular.eu-ES.xlf718
-rw-r--r--client/src/locale/angular.fa-IR.xlf898
-rw-r--r--client/src/locale/angular.fi-FI.xlf621
-rw-r--r--client/src/locale/angular.fr-FR.xlf962
-rw-r--r--client/src/locale/angular.gd.xlf961
-rw-r--r--client/src/locale/angular.gl-ES.xlf960
-rw-r--r--client/src/locale/angular.hu-HU.xlf824
-rw-r--r--client/src/locale/angular.it-IT.xlf716
-rw-r--r--client/src/locale/angular.ja-JP.xlf1160
-rw-r--r--client/src/locale/angular.jbo.xlf621
-rw-r--r--client/src/locale/angular.kab.xlf3745
-rw-r--r--client/src/locale/angular.ko-KR.xlf718
-rw-r--r--client/src/locale/angular.lt-LT.xlf621
-rw-r--r--client/src/locale/angular.nb-NO.xlf712
-rw-r--r--client/src/locale/angular.nl-NL.xlf707
-rw-r--r--client/src/locale/angular.oc.xlf898
-rw-r--r--client/src/locale/angular.pl-PL.xlf1361
-rw-r--r--client/src/locale/angular.pt-BR.xlf2857
-rw-r--r--client/src/locale/angular.pt-PT.xlf621
-rw-r--r--client/src/locale/angular.ru-RU.xlf974
-rw-r--r--client/src/locale/angular.sk-SK.xlf621
-rw-r--r--client/src/locale/angular.sl-SI.xlf826
-rw-r--r--client/src/locale/angular.sv-SE.xlf1160
-rw-r--r--client/src/locale/angular.ta.xlf621
-rw-r--r--client/src/locale/angular.th-TH.xlf981
-rw-r--r--client/src/locale/angular.tr-TR.xlf720
-rw-r--r--client/src/locale/angular.uk-UA.xlf718
-rw-r--r--client/src/locale/angular.vi-VN.xlf1002
-rw-r--r--client/src/locale/angular.xlf620
-rw-r--r--client/src/locale/angular.zh-Hans-CN.xlf960
-rw-r--r--client/src/locale/angular.zh-Hant-TW.xlf960
-rw-r--r--client/src/locale/player.ca-ES.json2
-rw-r--r--client/src/locale/server.vi-VN.json72
-rw-r--r--client/src/sass/application.scss8
-rw-r--r--client/src/standalone/videos/embed.ts9
136 files changed, 22123 insertions, 19302 deletions
diff --git a/client/src/app/+about/about-instance/contact-admin-modal.component.ts b/client/src/app/+about/about-instance/contact-admin-modal.component.ts
index a528faa20..37e9feacb 100644
--- a/client/src/app/+about/about-instance/contact-admin-modal.component.ts
+++ b/client/src/app/+about/about-instance/contact-admin-modal.component.ts
@@ -11,8 +11,7 @@ import { FormReactive, FormValidatorService } from '@app/shared/shared-forms'
11import { InstanceService } from '@app/shared/shared-instance' 11import { InstanceService } from '@app/shared/shared-instance'
12import { NgbModal } from '@ng-bootstrap/ng-bootstrap' 12import { NgbModal } from '@ng-bootstrap/ng-bootstrap'
13import { NgbModalRef } from '@ng-bootstrap/ng-bootstrap/modal/modal-ref' 13import { NgbModalRef } from '@ng-bootstrap/ng-bootstrap/modal/modal-ref'
14import { HttpStatusCode } from '@shared/core-utils/miscs/http-error-codes' 14import { HTMLServerConfig, HttpStatusCode } from '@shared/models'
15import { HTMLServerConfig } from '@shared/models'
16 15
17type Prefill = { 16type Prefill = {
18 subject?: string 17 subject?: string
diff --git a/client/src/app/+accounts/accounts.component.ts b/client/src/app/+accounts/accounts.component.ts
index c69b04a01..5b59f3cd0 100644
--- a/client/src/app/+accounts/accounts.component.ts
+++ b/client/src/app/+accounts/accounts.component.ts
@@ -13,8 +13,7 @@ import {
13 VideoService 13 VideoService
14} from '@app/shared/shared-main' 14} from '@app/shared/shared-main'
15import { AccountReportComponent } from '@app/shared/shared-moderation' 15import { AccountReportComponent } from '@app/shared/shared-moderation'
16import { HttpStatusCode } from '@shared/core-utils/miscs/http-error-codes' 16import { HttpStatusCode, User, UserRight } from '@shared/models'
17import { User, UserRight } from '@shared/models'
18import { AccountSearchComponent } from './account-search/account-search.component' 17import { AccountSearchComponent } from './account-search/account-search.component'
19 18
20@Component({ 19@Component({
diff --git a/client/src/app/+admin/admin.component.ts b/client/src/app/+admin/admin.component.ts
index dd92ed2ca..4b6fab6ed 100644
--- a/client/src/app/+admin/admin.component.ts
+++ b/client/src/app/+admin/admin.component.ts
@@ -26,12 +26,12 @@ export class AdminComponent implements OnInit {
26 label: $localize`Federation`, 26 label: $localize`Federation`,
27 children: [ 27 children: [
28 { 28 {
29 label: $localize`Instances you follow`, 29 label: $localize`Following`,
30 routerLink: '/admin/follows/following-list', 30 routerLink: '/admin/follows/following-list',
31 iconName: 'following' 31 iconName: 'following'
32 }, 32 },
33 { 33 {
34 label: $localize`Instances following you`, 34 label: $localize`Followers`,
35 routerLink: '/admin/follows/followers-list', 35 routerLink: '/admin/follows/followers-list',
36 iconName: 'follower' 36 iconName: 'follower'
37 }, 37 },
diff --git a/client/src/app/+admin/admin.module.ts b/client/src/app/+admin/admin.module.ts
index a7fe20b07..1ea7b9784 100644
--- a/client/src/app/+admin/admin.module.ts
+++ b/client/src/app/+admin/admin.module.ts
@@ -25,7 +25,7 @@ import {
25 EditVODTranscodingComponent 25 EditVODTranscodingComponent
26} from './config' 26} from './config'
27import { ConfigService } from './config/shared/config.service' 27import { ConfigService } from './config/shared/config.service'
28import { FollowersListComponent, FollowsComponent, VideoRedundanciesListComponent } from './follows' 28import { FollowersListComponent, FollowModalComponent, FollowsComponent, VideoRedundanciesListComponent } from './follows'
29import { FollowingListComponent } from './follows/following-list/following-list.component' 29import { FollowingListComponent } from './follows/following-list/following-list.component'
30import { RedundancyCheckboxComponent } from './follows/shared/redundancy-checkbox.component' 30import { RedundancyCheckboxComponent } from './follows/shared/redundancy-checkbox.component'
31import { VideoRedundancyInformationComponent } from './follows/video-redundancies-list/video-redundancy-information.component' 31import { VideoRedundancyInformationComponent } from './follows/video-redundancies-list/video-redundancy-information.component'
@@ -68,6 +68,7 @@ import { UserCreateComponent, UserListComponent, UserPasswordComponent, UsersCom
68 FollowsComponent, 68 FollowsComponent,
69 FollowersListComponent, 69 FollowersListComponent,
70 FollowingListComponent, 70 FollowingListComponent,
71 FollowModalComponent,
71 RedundancyCheckboxComponent, 72 RedundancyCheckboxComponent,
72 VideoRedundanciesListComponent, 73 VideoRedundanciesListComponent,
73 VideoRedundancyInformationComponent, 74 VideoRedundancyInformationComponent,
diff --git a/client/src/app/+admin/follows/followers-list/followers-list.component.html b/client/src/app/+admin/follows/followers-list/followers-list.component.html
index c2e9a4df6..08459634d 100644
--- a/client/src/app/+admin/follows/followers-list/followers-list.component.html
+++ b/client/src/app/+admin/follows/followers-list/followers-list.component.html
@@ -1,6 +1,6 @@
1<h1> 1<h1>
2 <my-global-icon iconName="follower" aria-hidden="true"></my-global-icon> 2 <my-global-icon iconName="follower" aria-hidden="true"></my-global-icon>
3 <ng-container i18n>Instances following you</ng-container> 3 <ng-container i18n>Followers of your instance</ng-container>
4</h1> 4</h1>
5 5
6<p-table 6<p-table
@@ -21,7 +21,7 @@
21 <ng-template pTemplate="header"> 21 <ng-template pTemplate="header">
22 <tr> 22 <tr>
23 <th style="width: 150px;" i18n>Actions</th> 23 <th style="width: 150px;" i18n>Actions</th>
24 <th i18n>Follower handle</th> 24 <th i18n>Follower</th>
25 <th style="width: 100px;" i18n pSortableColumn="state">State <p-sortIcon field="state"></p-sortIcon></th> 25 <th style="width: 100px;" i18n pSortableColumn="state">State <p-sortIcon field="state"></p-sortIcon></th>
26 <th style="width: 100px;" i18n pSortableColumn="score">Score <p-sortIcon field="score"></p-sortIcon></th> 26 <th style="width: 100px;" i18n pSortableColumn="score">Score <p-sortIcon field="score"></p-sortIcon></th>
27 <th style="width: 150px;" i18n pSortableColumn="createdAt">Created <p-sortIcon field="createdAt"></p-sortIcon></th> 27 <th style="width: 150px;" i18n pSortableColumn="createdAt">Created <p-sortIcon field="createdAt"></p-sortIcon></th>
diff --git a/client/src/app/+admin/follows/following-list/follow-modal.component.html b/client/src/app/+admin/follows/following-list/follow-modal.component.html
new file mode 100644
index 000000000..d0761b718
--- /dev/null
+++ b/client/src/app/+admin/follows/following-list/follow-modal.component.html
@@ -0,0 +1,42 @@
1<ng-template #modal>
2 <div class="modal-header">
3 <h4 i18n class="modal-title">Follow</h4>
4
5 <my-global-icon iconName="cross" aria-label="Close" role="button" (click)="hide()"></my-global-icon>
6 </div>
7
8 <div class="modal-body">
9 <form novalidate [formGroup]="form" (ngSubmit)="submit()">
10 <div class="form-group">
11 <label i18n for="hostsOrHandles">1 host (without "http://"), account handle or channel handle per line</label>
12
13 <textarea
14 [placeholder]="placeholder" formControlName="hostsOrHandles" type="text" id="hostsOrHandles" name="hostsOrHandles"
15 class="form-control" [ngClass]="{ 'input-error': formErrors['hostsOrHandles'] }" ngbAutofocus
16 ></textarea>
17
18 <div *ngIf="formErrors.hostsOrHandles" class="form-error">
19 {{ formErrors.hostsOrHandles }}
20
21 <div *ngIf="form.controls['hostsOrHandles'].errors.validHostsOrHandles">
22 {{ form.controls['hostsOrHandles'].errors.validHostsOrHandles.value }}
23 </div>
24 </div>
25 </div>
26
27 <div i18n *ngIf="httpEnabled() === false" class="alert alert-warning">
28 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
29 </div>
30
31 <div class="form-group inputs">
32 <input
33 type="button" role="button" i18n-value value="Cancel" class="peertube-button grey-button"
34 (click)="hide()" (key.enter)="hide()"
35 >
36
37 <input type="submit" i18n-value value="Follow" class="peertube-button orange-button" [disabled]="!form.valid" />
38 </div>
39 </form>
40 </div>
41
42</ng-template>
diff --git a/client/src/app/+admin/follows/following-list/follow-modal.component.scss b/client/src/app/+admin/follows/following-list/follow-modal.component.scss
new file mode 100644
index 000000000..9621a566f
--- /dev/null
+++ b/client/src/app/+admin/follows/following-list/follow-modal.component.scss
@@ -0,0 +1,3 @@
1textarea {
2 height: 200px;
3}
diff --git a/client/src/app/+admin/follows/following-list/follow-modal.component.ts b/client/src/app/+admin/follows/following-list/follow-modal.component.ts
new file mode 100644
index 000000000..dc6909200
--- /dev/null
+++ b/client/src/app/+admin/follows/following-list/follow-modal.component.ts
@@ -0,0 +1,69 @@
1import { Component, EventEmitter, OnInit, Output, ViewChild } from '@angular/core'
2import { Notifier } from '@app/core'
3import { splitAndGetNotEmpty, UNIQUE_HOSTS_OR_HANDLE_VALIDATOR } from '@app/shared/form-validators/host-validators'
4import { FormReactive, FormValidatorService } from '@app/shared/shared-forms'
5import { InstanceFollowService } from '@app/shared/shared-instance'
6import { NgbModal } from '@ng-bootstrap/ng-bootstrap'
7import { NgbModalRef } from '@ng-bootstrap/ng-bootstrap/modal/modal-ref'
8
9@Component({
10 selector: 'my-follow-modal',
11 templateUrl: './follow-modal.component.html',
12 styleUrls: [ './follow-modal.component.scss' ]
13})
14export class FollowModalComponent extends FormReactive implements OnInit {
15 @ViewChild('modal', { static: true }) modal: NgbModal
16
17 @Output() newFollow = new EventEmitter<void>()
18
19 placeholder = 'example.com\nchocobozzz@example.com\nchocobozzz_channel@example.com'
20
21 private openedModal: NgbModalRef
22
23 constructor (
24 protected formValidatorService: FormValidatorService,
25 private modalService: NgbModal,
26 private followService: InstanceFollowService,
27 private notifier: Notifier
28 ) {
29 super()
30 }
31
32 ngOnInit () {
33 this.buildForm({
34 hostsOrHandles: UNIQUE_HOSTS_OR_HANDLE_VALIDATOR
35 })
36 }
37
38 openModal () {
39 this.openedModal = this.modalService.open(this.modal, { centered: true })
40 }
41
42 hide () {
43 this.openedModal.close()
44 }
45
46 submit () {
47 this.addFollowing()
48
49 this.form.reset()
50 this.hide()
51 }
52
53 httpEnabled () {
54 return window.location.protocol === 'https:'
55 }
56
57 private async addFollowing () {
58 const hostsOrHandles = splitAndGetNotEmpty(this.form.value['hostsOrHandles'])
59
60 this.followService.follow(hostsOrHandles).subscribe(
61 () => {
62 this.notifier.success($localize`Follow request(s) sent!`)
63 this.newFollow.emit()
64 },
65
66 err => this.notifier.error(err.message)
67 )
68 }
69}
diff --git a/client/src/app/+admin/follows/following-list/following-list.component.html b/client/src/app/+admin/follows/following-list/following-list.component.html
index e7c0c9088..75b0efca8 100644
--- a/client/src/app/+admin/follows/following-list/following-list.component.html
+++ b/client/src/app/+admin/follows/following-list/following-list.component.html
@@ -1,6 +1,6 @@
1<h1> 1<h1>
2 <my-global-icon iconName="following" aria-hidden="true"></my-global-icon> 2 <my-global-icon iconName="following" aria-hidden="true"></my-global-icon>
3 <ng-container i18n>Instances you follow</ng-container> 3 <ng-container i18n>Your instance subscriptions</ng-container>
4</h1> 4</h1>
5 5
6<p-table 6<p-table
@@ -13,9 +13,9 @@
13 <ng-template pTemplate="caption"> 13 <ng-template pTemplate="caption">
14 <div class="caption"> 14 <div class="caption">
15 <div class="left-buttons"> 15 <div class="left-buttons">
16 <a class="follow-button" (click)="addDomainsToFollow()" (key.enter)="addDomainsToFollow()"> 16 <a class="follow-button" (click)="openFollowModal()" (key.enter)="openFollowModal()">
17 <my-global-icon iconName="following" aria-hidden="true"></my-global-icon> 17 <my-global-icon iconName="following" aria-hidden="true"></my-global-icon>
18 <ng-container i18n>Follow instances</ng-container> 18 <ng-container i18n>Follow</ng-container>
19 </a> 19 </a>
20 </div> 20 </div>
21 21
@@ -28,7 +28,7 @@
28 <ng-template pTemplate="header"> 28 <ng-template pTemplate="header">
29 <tr> 29 <tr>
30 <th style="width: 150px;" i18n>Action</th> 30 <th style="width: 150px;" i18n>Action</th>
31 <th i18n>Host</th> 31 <th i18n>Following</th>
32 <th style="width: 100px;" i18n pSortableColumn="state">State <p-sortIcon field="state"></p-sortIcon></th> 32 <th style="width: 100px;" i18n pSortableColumn="state">State <p-sortIcon field="state"></p-sortIcon></th>
33 <th style="width: 150px;" i18n pSortableColumn="createdAt">Created <p-sortIcon field="createdAt"></p-sortIcon></th> 33 <th style="width: 150px;" i18n pSortableColumn="createdAt">Created <p-sortIcon field="createdAt"></p-sortIcon></th>
34 <th style="width: 160px;" i18n pSortableColumn="redundancyAllowed">Redundancy allowed <p-sortIcon field="redundancyAllowed"></p-sortIcon></th> 34 <th style="width: 160px;" i18n pSortableColumn="redundancyAllowed">Redundancy allowed <p-sortIcon field="redundancyAllowed"></p-sortIcon></th>
@@ -41,8 +41,8 @@
41 <my-delete-button label="Unfollow" i18n-label (click)="removeFollowing(follow)"></my-delete-button> 41 <my-delete-button label="Unfollow" i18n-label (click)="removeFollowing(follow)"></my-delete-button>
42 </td> 42 </td>
43 <td> 43 <td>
44 <a [href]="'https://' + follow.following.host" i18n-title title="Open instance in a new tab" target="_blank" rel="noopener noreferrer"> 44 <a [href]="follow.following.url" i18n-title title="Open instance in a new tab" target="_blank" rel="noopener noreferrer">
45 {{ follow.following.host }} 45 {{ follow.following.name + '@' + follow.following.host }}
46 <span class="glyphicon glyphicon-new-window"></span> 46 <span class="glyphicon glyphicon-new-window"></span>
47 </a> 47 </a>
48 </td> 48 </td>
@@ -57,6 +57,7 @@
57 <td>{{ follow.createdAt | date: 'short' }}</td> 57 <td>{{ follow.createdAt | date: 'short' }}</td>
58 <td> 58 <td>
59 <my-redundancy-checkbox 59 <my-redundancy-checkbox
60 *ngIf="isInstanceFollowing(follow)"
60 [host]="follow.following.host" [redundancyAllowed]="follow.following.hostRedundancyAllowed" 61 [host]="follow.following.host" [redundancyAllowed]="follow.following.hostRedundancyAllowed"
61 ></my-redundancy-checkbox> 62 ></my-redundancy-checkbox>
62 </td> 63 </td>
@@ -75,10 +76,4 @@
75 </ng-template> 76 </ng-template>
76</p-table> 77</p-table>
77 78
78<my-batch-domains-modal #batchDomainsModal i18n-action action="Follow domains" (domains)="addFollowing($event)"> 79<my-follow-modal #followModal></my-follow-modal>
79 <ng-container ngProjectAs="warning">
80 <div i18n *ngIf="httpEnabled() === false" class="alert alert-warning">
81 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
82 </div>
83 </ng-container>
84</my-batch-domains-modal>
diff --git a/client/src/app/+admin/follows/following-list/following-list.component.ts b/client/src/app/+admin/follows/following-list/following-list.component.ts
index b63fe08c0..ba62dfa23 100644
--- a/client/src/app/+admin/follows/following-list/following-list.component.ts
+++ b/client/src/app/+admin/follows/following-list/following-list.component.ts
@@ -4,13 +4,14 @@ import { ConfirmService, Notifier, RestPagination, RestTable } from '@app/core'
4import { InstanceFollowService } from '@app/shared/shared-instance' 4import { InstanceFollowService } from '@app/shared/shared-instance'
5import { BatchDomainsModalComponent } from '@app/shared/shared-moderation' 5import { BatchDomainsModalComponent } from '@app/shared/shared-moderation'
6import { ActorFollow } from '@shared/models' 6import { ActorFollow } from '@shared/models'
7import { FollowModalComponent } from './follow-modal.component'
7 8
8@Component({ 9@Component({
9 templateUrl: './following-list.component.html', 10 templateUrl: './following-list.component.html',
10 styleUrls: [ '../follows.component.scss', './following-list.component.scss' ] 11 styleUrls: [ '../follows.component.scss', './following-list.component.scss' ]
11}) 12})
12export class FollowingListComponent extends RestTable implements OnInit { 13export class FollowingListComponent extends RestTable implements OnInit {
13 @ViewChild('batchDomainsModal') batchDomainsModal: BatchDomainsModalComponent 14 @ViewChild('followModal') followModal: FollowModalComponent
14 15
15 following: ActorFollow[] = [] 16 following: ActorFollow[] = []
16 totalRecords = 0 17 totalRecords = 0
@@ -33,23 +34,12 @@ export class FollowingListComponent extends RestTable implements OnInit {
33 return 'FollowingListComponent' 34 return 'FollowingListComponent'
34 } 35 }
35 36
36 addDomainsToFollow () { 37 openFollowModal () {
37 this.batchDomainsModal.openModal() 38 this.followModal.openModal()
38 } 39 }
39 40
40 httpEnabled () { 41 isInstanceFollowing (follow: ActorFollow) {
41 return window.location.protocol === 'https:' 42 return follow.following.name === 'peertube'
42 }
43
44 async addFollowing (hosts: string[]) {
45 this.followService.follow(hosts).subscribe(
46 () => {
47 this.notifier.success($localize`Follow request(s) sent!`)
48 this.reloadData()
49 },
50
51 err => this.notifier.error(err.message)
52 )
53 } 43 }
54 44
55 async removeFollowing (follow: ActorFollow) { 45 async removeFollowing (follow: ActorFollow) {
diff --git a/client/src/app/+admin/follows/following-list/index.ts b/client/src/app/+admin/follows/following-list/index.ts
index a70d46a7e..88be0ed4c 100644
--- a/client/src/app/+admin/follows/following-list/index.ts
+++ b/client/src/app/+admin/follows/following-list/index.ts
@@ -1 +1,2 @@
1export * from './follow-modal.component'
1export * from './following-list.component' 2export * from './following-list.component'
diff --git a/client/src/app/+admin/follows/follows.routes.ts b/client/src/app/+admin/follows/follows.routes.ts
index cd70daf77..3843b42b5 100644
--- a/client/src/app/+admin/follows/follows.routes.ts
+++ b/client/src/app/+admin/follows/follows.routes.ts
@@ -25,7 +25,7 @@ export const FollowsRoutes: Routes = [
25 component: FollowingListComponent, 25 component: FollowingListComponent,
26 data: { 26 data: {
27 meta: { 27 meta: {
28 title: $localize`Following list` 28 title: $localize`Following`
29 } 29 }
30 } 30 }
31 }, 31 },
@@ -34,7 +34,7 @@ export const FollowsRoutes: Routes = [
34 component: FollowersListComponent, 34 component: FollowersListComponent,
35 data: { 35 data: {
36 meta: { 36 meta: {
37 title: $localize`Followers list` 37 title: $localize`Followers`
38 } 38 }
39 } 39 }
40 }, 40 },
diff --git a/client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts b/client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts
index 08500ef5c..4fe5ec441 100644
--- a/client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts
+++ b/client/src/app/+admin/moderation/video-block-list/video-block-list.component.ts
@@ -1,6 +1,6 @@
1import { SortMeta } from 'primeng/api' 1import { SortMeta } from 'primeng/api'
2import { switchMap } from 'rxjs/operators' 2import { switchMap } from 'rxjs/operators'
3import { buildVideoLink, buildVideoOrPlaylistEmbed } from 'src/assets/player/utils' 3import { buildVideoOrPlaylistEmbed } from 'src/assets/player/utils'
4import { environment } from 'src/environments/environment' 4import { environment } from 'src/environments/environment'
5import { Component, OnInit } from '@angular/core' 5import { Component, OnInit } from '@angular/core'
6import { DomSanitizer } from '@angular/platform-browser' 6import { DomSanitizer } from '@angular/platform-browser'
@@ -9,6 +9,7 @@ import { ConfirmService, MarkdownService, Notifier, RestPagination, RestTable, S
9import { AdvancedInputFilter } from '@app/shared/shared-forms' 9import { AdvancedInputFilter } from '@app/shared/shared-forms'
10import { DropdownAction, Video, VideoService } from '@app/shared/shared-main' 10import { DropdownAction, Video, VideoService } from '@app/shared/shared-main'
11import { VideoBlockService } from '@app/shared/shared-moderation' 11import { VideoBlockService } from '@app/shared/shared-moderation'
12import { buildVideoEmbedLink, decorateVideoLink } from '@shared/core-utils'
12import { VideoBlacklist, VideoBlacklistType } from '@shared/models' 13import { VideoBlacklist, VideoBlacklistType } from '@shared/models'
13 14
14@Component({ 15@Component({
@@ -147,8 +148,9 @@ export class VideoBlockListComponent extends RestTable implements OnInit {
147 148
148 getVideoEmbed (entry: VideoBlacklist) { 149 getVideoEmbed (entry: VideoBlacklist) {
149 return buildVideoOrPlaylistEmbed( 150 return buildVideoOrPlaylistEmbed(
150 buildVideoLink({ 151 decorateVideoLink({
151 baseUrl: `${environment.originServerUrl}/videos/embed/${entry.video.uuid}`, 152 url: buildVideoEmbedLink(entry.video, environment.originServerUrl),
153
152 title: false, 154 title: false,
153 warningTitle: false 155 warningTitle: false
154 }), 156 }),
diff --git a/client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts b/client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts
index 6af224920..968abcbe5 100644
--- a/client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts
+++ b/client/src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts
@@ -4,7 +4,7 @@ import { ActivatedRoute, Router } from '@angular/router'
4import { PluginApiService } from '@app/+admin/plugins/shared/plugin-api.service' 4import { PluginApiService } from '@app/+admin/plugins/shared/plugin-api.service'
5import { ComponentPagination, ConfirmService, hasMoreItems, Notifier } from '@app/core' 5import { ComponentPagination, ConfirmService, hasMoreItems, Notifier } from '@app/core'
6import { PluginService } from '@app/core/plugins/plugin.service' 6import { PluginService } from '@app/core/plugins/plugin.service'
7import { compareSemVer } from '@shared/core-utils/miscs/miscs' 7import { compareSemVer } from '@shared/core-utils'
8import { PeerTubePlugin, PluginType } from '@shared/models' 8import { PeerTubePlugin, PluginType } from '@shared/models'
9 9
10@Component({ 10@Component({
diff --git a/client/src/app/+admin/users/user-list/user-list.component.ts b/client/src/app/+admin/users/user-list/user-list.component.ts
index e02d8e1ad..e3ae68a93 100644
--- a/client/src/app/+admin/users/user-list/user-list.component.ts
+++ b/client/src/app/+admin/users/user-list/user-list.component.ts
@@ -108,18 +108,18 @@ export class UserListComponent extends RestTable implements OnInit {
108 ] 108 ]
109 109
110 this.columns = [ 110 this.columns = [
111 { id: 'username', label: 'Username' }, 111 { id: 'username', label: $localize`Username` },
112 { id: 'email', label: 'Email' }, 112 { id: 'email', label: $localize`Email` },
113 { id: 'quota', label: 'Video quota' }, 113 { id: 'quota', label: $localize`Video quota` },
114 { id: 'role', label: 'Role' }, 114 { id: 'role', label: $localize`Role` },
115 { id: 'createdAt', label: 'Created' } 115 { id: 'createdAt', label: $localize`Created` }
116 ] 116 ]
117 117
118 this.selectedColumns = this.columns.map(c => c.id) 118 this.selectedColumns = this.columns.map(c => c.id)
119 119
120 this.columns.push({ id: 'quotaDaily', label: 'Daily quota' }) 120 this.columns.push({ id: 'quotaDaily', label: $localize`Daily quota` })
121 this.columns.push({ id: 'pluginAuth', label: 'Auth plugin' }) 121 this.columns.push({ id: 'pluginAuth', label: $localize`Auth plugin` })
122 this.columns.push({ id: 'lastLoginDate', label: 'Last login' }) 122 this.columns.push({ id: 'lastLoginDate', label: $localize`Last login` })
123 } 123 }
124 124
125 getIdentifier () { 125 getIdentifier () {
diff --git a/client/src/app/+login/login.component.html b/client/src/app/+login/login.component.html
index 5f5b0f565..27793ff0c 100644
--- a/client/src/app/+login/login.component.html
+++ b/client/src/app/+login/login.component.html
@@ -28,6 +28,10 @@
28 <div *ngIf="formErrors.username" class="form-error"> 28 <div *ngIf="formErrors.username" class="form-error">
29 {{ formErrors.username }} 29 {{ formErrors.username }}
30 </div> 30 </div>
31
32 <div *ngIf="hasUsernameUppercase()" i18n class="form-warning">
33 ⚠️ Most email addresses do not include capital letters.
34 </div>
31 </div> 35 </div>
32 36
33 <div class="form-group"> 37 <div class="form-group">
diff --git a/client/src/app/+login/login.component.ts b/client/src/app/+login/login.component.ts
index d8ad49081..9731383af 100644
--- a/client/src/app/+login/login.component.ts
+++ b/client/src/app/+login/login.component.ts
@@ -141,6 +141,10 @@ The link will expire within 1 hour.`
141 this.accordion = instanceAboutAccordion.accordion 141 this.accordion = instanceAboutAccordion.accordion
142 } 142 }
143 143
144 hasUsernameUppercase () {
145 return this.form.value['username'].match(/[A-Z]/)
146 }
147
144 private loadExternalAuthToken (username: string, token: string) { 148 private loadExternalAuthToken (username: string, token: string) {
145 this.isAuthenticatedWithExternalAuth = true 149 this.isAuthenticatedWithExternalAuth = true
146 150
diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts b/client/src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts
index b3265210f..433475f66 100644
--- a/client/src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts
+++ b/client/src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts
@@ -1,3 +1,5 @@
1import { of } from 'rxjs'
2import { switchMap } from 'rxjs/operators'
1import { Component, OnInit } from '@angular/core' 3import { Component, OnInit } from '@angular/core'
2import { Router } from '@angular/router' 4import { Router } from '@angular/router'
3import { AuthService, Notifier } from '@app/core' 5import { AuthService, Notifier } from '@app/core'
@@ -9,11 +11,8 @@ import {
9} from '@app/shared/form-validators/video-channel-validators' 11} from '@app/shared/form-validators/video-channel-validators'
10import { FormValidatorService } from '@app/shared/shared-forms' 12import { FormValidatorService } from '@app/shared/shared-forms'
11import { VideoChannel, VideoChannelService } from '@app/shared/shared-main' 13import { VideoChannel, VideoChannelService } from '@app/shared/shared-main'
12import { VideoChannelCreate } from '@shared/models' 14import { HttpStatusCode, VideoChannelCreate } from '@shared/models'
13import { HttpStatusCode } from '@shared/core-utils/miscs/http-error-codes'
14import { MyVideoChannelEdit } from './my-video-channel-edit' 15import { MyVideoChannelEdit } from './my-video-channel-edit'
15import { switchMap } from 'rxjs/operators'
16import { of } from 'rxjs'
17 16
18@Component({ 17@Component({
19 templateUrl: './my-video-channel-edit.component.html', 18 templateUrl: './my-video-channel-edit.component.html',
diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts
index 67b3ee496..b6a2f592d 100644
--- a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts
+++ b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts
@@ -45,9 +45,9 @@ export class MyVideoChannelsComponent {
45It will delete ${videoChannel.videosCount} videos uploaded in this channel, and you will not be able to create another 45It will delete ${videoChannel.videosCount} videos uploaded in this channel, and you will not be able to create another
46channel with the same name (${videoChannel.name})!`, 46channel with the same name (${videoChannel.name})!`,
47 47
48 $localize`Please type the display name of the video channel (${videoChannel.displayName}) to confirm`, 48 $localize`Please type the name of the video channel (${videoChannel.name}) to confirm`,
49 49
50 videoChannel.displayName, 50 videoChannel.name,
51 51
52 $localize`Delete` 52 $localize`Delete`
53 ) 53 )
diff --git a/client/src/app/+my-library/my-videos/my-videos.component.html b/client/src/app/+my-library/my-videos/my-videos.component.html
index 8d8b482ad..0552b8ce4 100644
--- a/client/src/app/+my-library/my-videos/my-videos.component.html
+++ b/client/src/app/+my-library/my-videos/my-videos.component.html
@@ -23,7 +23,7 @@
23 23
24 <div class="peertube-select-container peertube-select-button"> 24 <div class="peertube-select-container peertube-select-button">
25 <select [(ngModel)]="sort" (ngModelChange)="onChangeSortColumn()" class="form-control"> 25 <select [(ngModel)]="sort" (ngModelChange)="onChangeSortColumn()" class="form-control">
26 <option value="undefined" disabled>Sort by</option> 26 <option value="undefined" disabled i18n>Sort by</option>
27 <option value="-publishedAt" i18n>Last published first</option> 27 <option value="-publishedAt" i18n>Last published first</option>
28 <option value="-createdAt" i18n>Last created first</option> 28 <option value="-createdAt" i18n>Last created first</option>
29 <option value="-views" i18n>Most viewed first</option> 29 <option value="-views" i18n>Most viewed first</option>
diff --git a/client/src/app/+page-not-found/page-not-found.component.ts b/client/src/app/+page-not-found/page-not-found.component.ts
index 639e5db78..10645a634 100644
--- a/client/src/app/+page-not-found/page-not-found.component.ts
+++ b/client/src/app/+page-not-found/page-not-found.component.ts
@@ -1,7 +1,8 @@
1import { Component, OnInit } from '@angular/core' 1import { Component, OnInit } from '@angular/core'
2import { Title } from '@angular/platform-browser' 2import { Title } from '@angular/platform-browser'
3import { Router } from '@angular/router' 3import { Router } from '@angular/router'
4import { HttpStatusCode } from '@shared/core-utils/miscs/http-error-codes' 4import { HttpStatusCode } from '@shared/models'
5
5@Component({ 6@Component({
6 selector: 'my-page-not-found', 7 selector: 'my-page-not-found',
7 templateUrl: './page-not-found.component.html', 8 templateUrl: './page-not-found.component.html',
diff --git a/client/src/app/+search/search-filters.component.html b/client/src/app/+search/search-filters.component.html
index 421bc7f6f..4b87a2102 100644
--- a/client/src/app/+search/search-filters.component.html
+++ b/client/src/app/+search/search-filters.component.html
@@ -63,7 +63,7 @@
63 </div> 63 </div>
64 64
65 <div class="peertube-radio-container" *ngFor="let date of publishedDateRanges"> 65 <div class="peertube-radio-container" *ngFor="let date of publishedDateRanges">
66 <input type="radio" (change)="onInputUpdated()" name="publishedDateRange" [id]="date.id" [value]="date.id" [(ngModel)]="publishedDateRange"> 66 <input type="radio" (change)="onDurationOrPublishedUpdated()" name="publishedDateRange" [id]="date.id" [value]="date.id" [(ngModel)]="publishedDateRange">
67 <label [for]="date.id" class="radio">{{ date.label }}</label> 67 <label [for]="date.id" class="radio">{{ date.label }}</label>
68 </div> 68 </div>
69 </div> 69 </div>
@@ -79,7 +79,7 @@
79 <div class="row"> 79 <div class="row">
80 <div class="pl-0 col-sm-6"> 80 <div class="pl-0 col-sm-6">
81 <input 81 <input
82 (change)="onInputUpdated()" 82 (change)="onDurationOrPublishedUpdated()"
83 (keydown.enter)="$event.preventDefault()" 83 (keydown.enter)="$event.preventDefault()"
84 type="text" id="original-publication-after" name="original-publication-after" 84 type="text" id="original-publication-after" name="original-publication-after"
85 i18n-placeholder placeholder="After..." 85 i18n-placeholder placeholder="After..."
@@ -89,7 +89,7 @@
89 </div> 89 </div>
90 <div class="pr-0 col-sm-6"> 90 <div class="pr-0 col-sm-6">
91 <input 91 <input
92 (change)="onInputUpdated()" 92 (change)="onDurationOrPublishedUpdated()"
93 (keydown.enter)="$event.preventDefault()" 93 (keydown.enter)="$event.preventDefault()"
94 type="text" id="original-publication-before" name="original-publication-before" 94 type="text" id="original-publication-before" name="original-publication-before"
95 i18n-placeholder placeholder="Before..." 95 i18n-placeholder placeholder="Before..."
@@ -112,7 +112,7 @@
112 </div> 112 </div>
113 113
114 <div class="peertube-radio-container" *ngFor="let duration of durationRanges"> 114 <div class="peertube-radio-container" *ngFor="let duration of durationRanges">
115 <input type="radio" (change)="onInputUpdated()" name="durationRange" [id]="duration.id" [value]="duration.id" [(ngModel)]="durationRange"> 115 <input type="radio" (change)="onDurationOrPublishedUpdated()" name="durationRange" [id]="duration.id" [value]="duration.id" [(ngModel)]="durationRange">
116 <label [for]="duration.id" class="radio">{{ duration.label }}</label> 116 <label [for]="duration.id" class="radio">{{ duration.label }}</label>
117 </div> 117 </div>
118 </div> 118 </div>
@@ -174,6 +174,14 @@
174 <my-select-tags name="tagsOneOf" labelForId="tagsOneOf" id="tagsOneOf" [(ngModel)]="advancedSearch.tagsOneOf"></my-select-tags> 174 <my-select-tags name="tagsOneOf" labelForId="tagsOneOf" id="tagsOneOf" [(ngModel)]="advancedSearch.tagsOneOf"></my-select-tags>
175 </div> 175 </div>
176 176
177 <div class="form-group">
178 <label i18n for="host">PeerTube instance host</label>
179
180 <input (change)="onDurationOrPublishedUpdated()" (keydown.enter)="$event.preventDefault()" type="text" id="host" name="host"
181 placeholder="example.com" [(ngModel)]="advancedSearch.host" class="form-control"
182 >
183 </div>
184
177 <div class="form-group" *ngIf="isSearchTargetEnabled()"> 185 <div class="form-group" *ngIf="isSearchTargetEnabled()">
178 <div class="radio-label label-container"> 186 <div class="radio-label label-container">
179 <label i18n>Search target</label> 187 <label i18n>Search target</label>
diff --git a/client/src/app/+search/search-filters.component.ts b/client/src/app/+search/search-filters.component.ts
index afa523b91..5972ba553 100644
--- a/client/src/app/+search/search-filters.component.ts
+++ b/client/src/app/+search/search-filters.component.ts
@@ -108,14 +108,14 @@ export class SearchFiltersComponent implements OnInit {
108 this.loadOriginallyPublishedAtYears() 108 this.loadOriginallyPublishedAtYears()
109 } 109 }
110 110
111 onInputUpdated () { 111 onDurationOrPublishedUpdated () {
112 this.updateModelFromDurationRange() 112 this.updateModelFromDurationRange()
113 this.updateModelFromPublishedRange() 113 this.updateModelFromPublishedRange()
114 this.updateModelFromOriginallyPublishedAtYears() 114 this.updateModelFromOriginallyPublishedAtYears()
115 } 115 }
116 116
117 formUpdated () { 117 formUpdated () {
118 this.onInputUpdated() 118 this.onDurationOrPublishedUpdated()
119 this.filtered.emit(this.advancedSearch) 119 this.filtered.emit(this.advancedSearch)
120 } 120 }
121 121
@@ -127,7 +127,7 @@ export class SearchFiltersComponent implements OnInit {
127 this.durationRange = undefined 127 this.durationRange = undefined
128 this.publishedDateRange = undefined 128 this.publishedDateRange = undefined
129 129
130 this.onInputUpdated() 130 this.onDurationOrPublishedUpdated()
131 } 131 }
132 132
133 resetField (fieldName: string, value?: any) { 133 resetField (fieldName: string, value?: any) {
@@ -136,7 +136,7 @@ export class SearchFiltersComponent implements OnInit {
136 136
137 resetLocalField (fieldName: string, value?: any) { 137 resetLocalField (fieldName: string, value?: any) {
138 this[fieldName] = value 138 this[fieldName] = value
139 this.onInputUpdated() 139 this.onDurationOrPublishedUpdated()
140 } 140 }
141 141
142 resetOriginalPublicationYears () { 142 resetOriginalPublicationYears () {
diff --git a/client/src/app/+search/search.component.html b/client/src/app/+search/search.component.html
index b28abca6a..dc8b4d595 100644
--- a/client/src/app/+search/search.component.html
+++ b/client/src/app/+search/search.component.html
@@ -24,6 +24,8 @@
24 24
25 <div class="results-filter collapse-transition" [ngbCollapse]="isSearchFilterCollapsed"> 25 <div class="results-filter collapse-transition" [ngbCollapse]="isSearchFilterCollapsed">
26 <my-search-filters [advancedSearch]="advancedSearch" (filtered)="onFiltered()"></my-search-filters> 26 <my-search-filters [advancedSearch]="advancedSearch" (filtered)="onFiltered()"></my-search-filters>
27
28 <div *ngIf="error" class="alert alert-danger">{{ error }}</div>
27 </div> 29 </div>
28 </div> 30 </div>
29 31
diff --git a/client/src/app/+search/search.component.scss b/client/src/app/+search/search.component.scss
index fca704d27..b521825e5 100644
--- a/client/src/app/+search/search.component.scss
+++ b/client/src/app/+search/search.component.scss
@@ -15,6 +15,10 @@
15 padding: 40px; 15 padding: 40px;
16} 16}
17 17
18.alert-danger {
19 margin-top: 10px;
20}
21
18.results-header { 22.results-header {
19 font-size: 16px; 23 font-size: 16px;
20 padding-bottom: 20px; 24 padding-bottom: 20px;
diff --git a/client/src/app/+search/search.component.ts b/client/src/app/+search/search.component.ts
index 235bbfa4c..7425b7016 100644
--- a/client/src/app/+search/search.component.ts
+++ b/client/src/app/+search/search.component.ts
@@ -1,9 +1,10 @@
1import { forkJoin, of, Subscription } from 'rxjs' 1import { forkJoin, Subscription } from 'rxjs'
2import { LinkType } from 'src/types/link.type' 2import { LinkType } from 'src/types/link.type'
3import { Component, OnDestroy, OnInit } from '@angular/core' 3import { Component, OnDestroy, OnInit } from '@angular/core'
4import { ActivatedRoute, Router } from '@angular/router' 4import { ActivatedRoute, Router } from '@angular/router'
5import { AuthService, HooksService, MetaService, Notifier, ServerService, User, UserService } from '@app/core' 5import { AuthService, HooksService, MetaService, Notifier, ServerService, User, UserService } from '@app/core'
6import { immutableAssign } from '@app/helpers' 6import { immutableAssign } from '@app/helpers'
7import { validateHost } from '@app/shared/form-validators/host-validators'
7import { Video, VideoChannel } from '@app/shared/shared-main' 8import { Video, VideoChannel } from '@app/shared/shared-main'
8import { AdvancedSearch, SearchService } from '@app/shared/shared-search' 9import { AdvancedSearch, SearchService } from '@app/shared/shared-search'
9import { MiniatureDisplayOptions } from '@app/shared/shared-video-miniature' 10import { MiniatureDisplayOptions } from '@app/shared/shared-video-miniature'
@@ -16,7 +17,9 @@ import { HTMLServerConfig, SearchTargetType } from '@shared/models'
16 templateUrl: './search.component.html' 17 templateUrl: './search.component.html'
17}) 18})
18export class SearchComponent implements OnInit, OnDestroy { 19export class SearchComponent implements OnInit, OnDestroy {
19 results: (Video | VideoChannel)[] = [] 20 error: string
21
22 results: (Video | VideoChannel | VideoPlaylist)[] = []
20 23
21 pagination = { 24 pagination = {
22 currentPage: 1, 25 currentPage: 1,
@@ -89,8 +92,10 @@ export class SearchComponent implements OnInit, OnDestroy {
89 this.advancedSearch.searchTarget = this.getDefaultSearchTarget() 92 this.advancedSearch.searchTarget = this.getDefaultSearchTarget()
90 } 93 }
91 94
92 // Don't hide filters if we have some of them AND the user just came on the webpage 95 this.error = this.checkFieldsAndGetError()
93 this.isSearchFilterCollapsed = this.isInitialLoad === false || !this.advancedSearch.containsValues() 96
97 // Don't hide filters if we have some of them AND the user just came on the webpage, or we have an error
98 this.isSearchFilterCollapsed = !this.error && (this.isInitialLoad === false || !this.advancedSearch.containsValues())
94 this.isInitialLoad = false 99 this.isInitialLoad = false
95 100
96 this.search() 101 this.search()
@@ -126,6 +131,9 @@ export class SearchComponent implements OnInit, OnDestroy {
126 } 131 }
127 132
128 search () { 133 search () {
134 this.error = this.checkFieldsAndGetError()
135 if (this.error) return
136
129 this.isSearching = true 137 this.isSearching = true
130 138
131 forkJoin([ 139 forkJoin([
@@ -275,12 +283,10 @@ export class SearchComponent implements OnInit, OnDestroy {
275 } 283 }
276 284
277 private getVideoChannelObs () { 285 private getVideoChannelObs () {
278 if (!this.currentSearch) return of({ data: [], total: 0 })
279
280 const params = { 286 const params = {
281 search: this.currentSearch, 287 search: this.currentSearch,
282 componentPagination: immutableAssign(this.pagination, { itemsPerPage: this.channelsPerPage }), 288 componentPagination: immutableAssign(this.pagination, { itemsPerPage: this.channelsPerPage }),
283 searchTarget: this.advancedSearch.searchTarget 289 advancedSearch: this.advancedSearch
284 } 290 }
285 291
286 return this.hooks.wrapObsFun( 292 return this.hooks.wrapObsFun(
@@ -293,12 +299,10 @@ export class SearchComponent implements OnInit, OnDestroy {
293 } 299 }
294 300
295 private getVideoPlaylistObs () { 301 private getVideoPlaylistObs () {
296 if (!this.currentSearch) return of({ data: [], total: 0 })
297
298 const params = { 302 const params = {
299 search: this.currentSearch, 303 search: this.currentSearch,
300 componentPagination: immutableAssign(this.pagination, { itemsPerPage: this.playlistsPerPage }), 304 componentPagination: immutableAssign(this.pagination, { itemsPerPage: this.playlistsPerPage }),
301 searchTarget: this.advancedSearch.searchTarget 305 advancedSearch: this.advancedSearch
302 } 306 }
303 307
304 return this.hooks.wrapObsFun( 308 return this.hooks.wrapObsFun(
@@ -319,4 +323,12 @@ export class SearchComponent implements OnInit, OnDestroy {
319 323
320 return 'local' 324 return 'local'
321 } 325 }
326
327 private checkFieldsAndGetError () {
328 if (this.advancedSearch.host && !validateHost(this.advancedSearch.host)) {
329 return $localize`PeerTube instance host filter is invalid`
330 }
331
332 return undefined
333 }
322} 334}
diff --git a/client/src/app/+video-channels/video-channels.component.ts b/client/src/app/+video-channels/video-channels.component.ts
index 3833d9c54..6479644f1 100644
--- a/client/src/app/+video-channels/video-channels.component.ts
+++ b/client/src/app/+video-channels/video-channels.component.ts
@@ -7,7 +7,7 @@ import { AuthService, MarkdownService, Notifier, RestExtractor, ScreenService }
7import { ListOverflowItem, VideoChannel, VideoChannelService, VideoService } from '@app/shared/shared-main' 7import { ListOverflowItem, VideoChannel, VideoChannelService, VideoService } from '@app/shared/shared-main'
8import { SupportModalComponent } from '@app/shared/shared-support-modal' 8import { SupportModalComponent } from '@app/shared/shared-support-modal'
9import { SubscribeButtonComponent } from '@app/shared/shared-user-subscription' 9import { SubscribeButtonComponent } from '@app/shared/shared-user-subscription'
10import { HttpStatusCode } from '@shared/core-utils/miscs/http-error-codes' 10import { HttpStatusCode } from '@shared/models'
11 11
12@Component({ 12@Component({
13 templateUrl: './video-channels.component.html', 13 templateUrl: './video-channels.component.html',
diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.html b/client/src/app/+videos/+video-edit/shared/video-edit.component.html
index 50d030ac9..ee5a50611 100644
--- a/client/src/app/+videos/+video-edit/shared/video-edit.component.html
+++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.html
@@ -45,7 +45,7 @@
45 </ng-template> 45 </ng-template>
46 </my-help> 46 </my-help>
47 47
48 <my-markdown-textarea [truncate]="250" formControlName="description" [markdownVideo]="true"></my-markdown-textarea> 48 <my-markdown-textarea [truncate]="250" formControlName="description" [markdownVideo]="videoToUpdate"></my-markdown-textarea>
49 49
50 <div *ngIf="formErrors.description" class="form-error"> 50 <div *ngIf="formErrors.description" class="form-error">
51 {{ formErrors.description }} 51 {{ formErrors.description }}
diff --git a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts
index d8d20a249..189bc9669 100644
--- a/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts
+++ b/client/src/app/+videos/+video-edit/video-add-components/video-upload.component.ts
@@ -7,8 +7,7 @@ import { genericUploadErrorHandler, scrollToTop } from '@app/helpers'
7import { FormValidatorService } from '@app/shared/shared-forms' 7import { FormValidatorService } from '@app/shared/shared-forms'
8import { BytesPipe, Video, VideoCaptionService, VideoEdit, VideoService } from '@app/shared/shared-main' 8import { BytesPipe, Video, VideoCaptionService, VideoEdit, VideoService } from '@app/shared/shared-main'
9import { LoadingBarService } from '@ngx-loading-bar/core' 9import { LoadingBarService } from '@ngx-loading-bar/core'
10import { HttpStatusCode } from '@shared/core-utils/miscs/http-error-codes' 10import { HttpStatusCode, VideoPrivacy } from '@shared/models'
11import { VideoPrivacy } from '@shared/models'
12import { UploaderXFormData } from './uploaderx-form-data' 11import { UploaderXFormData } from './uploaderx-form-data'
13import { VideoSend } from './video-send' 12import { VideoSend } from './video-send'
14 13
diff --git a/client/src/app/+videos/+video-watch/shared/comment/video-comment.component.ts b/client/src/app/+videos/+video-watch/shared/comment/video-comment.component.ts
index 04f8f0d58..0e1c4c207 100644
--- a/client/src/app/+videos/+video-watch/shared/comment/video-comment.component.ts
+++ b/client/src/app/+videos/+video-watch/shared/comment/video-comment.component.ts
@@ -161,7 +161,7 @@ export class VideoCommentComponent implements OnInit, OnChanges {
161 // Before HTML rendering restore line feed for markdown list compatibility 161 // Before HTML rendering restore line feed for markdown list compatibility
162 const commentText = this.comment.text.replace(/<br.?\/?>/g, '\r\n') 162 const commentText = this.comment.text.replace(/<br.?\/?>/g, '\r\n')
163 const html = await this.markdownService.textMarkdownToHTML(commentText, true, true) 163 const html = await this.markdownService.textMarkdownToHTML(commentText, true, true)
164 this.sanitizedCommentHTML = this.markdownService.processVideoTimestamps(html) 164 this.sanitizedCommentHTML = this.markdownService.processVideoTimestamps(this.video.shortUUID, html)
165 this.newParentComments = this.parentComments.concat([ this.comment ]) 165 this.newParentComments = this.parentComments.concat([ this.comment ])
166 166
167 if (this.comment.account) { 167 if (this.comment.account) {
diff --git a/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html b/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html
index 598bc485d..362a21905 100644
--- a/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html
+++ b/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html
@@ -1,54 +1,62 @@
1<div class="video-attribute"> 1<div class="attribute">
2 <span i18n class="video-attribute-label">Privacy</span> 2 <span i18n class="attribute-label">Privacy</span>
3 <span class="video-attribute-value">{{ video.privacy.label }}</span> 3 <span class="attribute-value">{{ video.privacy.label }}</span>
4</div> 4</div>
5 5
6<div *ngIf="video.isLocal === false" class="video-attribute"> 6<div *ngIf="video.isLocal === false" class="attribute">
7 <span i18n class="video-attribute-label">Origin</span> 7 <span i18n class="attribute-label">Origin</span>
8 <a class="video-attribute-value" target="_blank" rel="noopener noreferrer" [href]="getVideoUrl()">{{ video.originInstanceHost }}</a> 8 <a
9 class="attribute-value" target="_blank" rel="noopener noreferrer"
10 routerLink="/search" [queryParams]="{ host: getVideoHost() }"
11 >{{ video.originInstanceHost }}</a>
12
13 <a
14 i18n-title title="Open the video on the origin instance" class="glyphicon glyphicon-new-window"
15 target="_blank" rel="noopener noreferrer" [href]="getVideoUrl()"
16 ></a>
9</div> 17</div>
10 18
11<div *ngIf="!!video.originallyPublishedAt" class="video-attribute"> 19<div *ngIf="!!video.originallyPublishedAt" class="attribute">
12 <span i18n class="video-attribute-label">Originally published</span> 20 <span i18n class="attribute-label">Originally published</span>
13 <span class="video-attribute-value">{{ video.originallyPublishedAt | date: 'dd MMMM yyyy' }}</span> 21 <span class="attribute-value">{{ video.originallyPublishedAt | date: 'dd MMMM yyyy' }}</span>
14</div> 22</div>
15 23
16<div class="video-attribute"> 24<div class="attribute">
17 <span i18n class="video-attribute-label">Category</span> 25 <span i18n class="attribute-label">Category</span>
18 <span *ngIf="!video.category.id" class="video-attribute-value">{{ video.category.label }}</span> 26 <span *ngIf="!video.category.id" class="attribute-value">{{ video.category.label }}</span>
19 <a 27 <a
20 *ngIf="video.category.id" class="video-attribute-value" 28 *ngIf="video.category.id" class="attribute-value"
21 [routerLink]="[ '/search' ]" [queryParams]="{ categoryOneOf: [ video.category.id ] }" 29 [routerLink]="[ '/search' ]" [queryParams]="{ categoryOneOf: [ video.category.id ] }"
22 >{{ video.category.label }}</a> 30 >{{ video.category.label }}</a>
23</div> 31</div>
24 32
25<div class="video-attribute"> 33<div class="attribute">
26 <span i18n class="video-attribute-label">Licence</span> 34 <span i18n class="attribute-label">Licence</span>
27 <span *ngIf="!video.licence.id" class="video-attribute-value">{{ video.licence.label }}</span> 35 <span *ngIf="!video.licence.id" class="attribute-value">{{ video.licence.label }}</span>
28 <a 36 <a
29 *ngIf="video.licence.id" class="video-attribute-value" 37 *ngIf="video.licence.id" class="attribute-value"
30 [routerLink]="[ '/search' ]" [queryParams]="{ licenceOneOf: [ video.licence.id ] }" 38 [routerLink]="[ '/search' ]" [queryParams]="{ licenceOneOf: [ video.licence.id ] }"
31 >{{ video.licence.label }}</a> 39 >{{ video.licence.label }}</a>
32</div> 40</div>
33 41
34<div class="video-attribute"> 42<div class="attribute">
35 <span i18n class="video-attribute-label">Language</span> 43 <span i18n class="attribute-label">Language</span>
36 <span *ngIf="!video.language.id" class="video-attribute-value">{{ video.language.label }}</span> 44 <span *ngIf="!video.language.id" class="attribute-value">{{ video.language.label }}</span>
37 <a 45 <a
38 *ngIf="video.language.id" class="video-attribute-value" 46 *ngIf="video.language.id" class="attribute-value"
39 [routerLink]="[ '/search' ]" [queryParams]="{ languageOneOf: [ video.language.id ] }" 47 [routerLink]="[ '/search' ]" [queryParams]="{ languageOneOf: [ video.language.id ] }"
40 >{{ video.language.label }}</a> 48 >{{ video.language.label }}</a>
41</div> 49</div>
42 50
43<div class="video-attribute video-attribute-tags"> 51<div class="attribute attribute-tags">
44 <span i18n class="video-attribute-label">Tags</span> 52 <span i18n class="attribute-label">Tags</span>
45 <a 53 <a
46 *ngFor="let tag of getVideoTags()" 54 *ngFor="let tag of getVideoTags()"
47 class="video-attribute-value" [routerLink]="[ '/search' ]" [queryParams]="{ tagsOneOf: [ tag ] }" 55 class="attribute-value" [routerLink]="[ '/search' ]" [queryParams]="{ tagsOneOf: [ tag ] }"
48 >{{ tag }}</a> 56 >{{ tag }}</a>
49</div> 57</div>
50 58
51<div class="video-attribute" *ngIf="!video.isLive"> 59<div class="attribute" *ngIf="!video.isLive">
52 <span i18n class="video-attribute-label">Duration</span> 60 <span i18n class="attribute-label">Duration</span>
53 <span class="video-attribute-value">{{ video.duration | myDurationFormatter }}</span> 61 <span class="attribute-value">{{ video.duration | myDurationFormatter }}</span>
54</div> 62</div>
diff --git a/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.scss b/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.scss
index 45190a3e3..26bead124 100644
--- a/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.scss
+++ b/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.scss
@@ -1,13 +1,13 @@
1@use '_variables' as *; 1@use '_variables' as *;
2@use '_mixins' as *; 2@use '_mixins' as *;
3 3
4.video-attribute { 4.attribute {
5 font-size: 13px; 5 font-size: 13px;
6 display: block; 6 display: block;
7 margin-bottom: 12px; 7 margin-bottom: 12px;
8} 8}
9 9
10.video-attribute-label { 10.attribute-label {
11 @include padding-right(5px); 11 @include padding-right(5px);
12 12
13 min-width: 142px; 13 min-width: 142px;
@@ -16,7 +16,7 @@
16 font-weight: $font-bold; 16 font-weight: $font-bold;
17} 17}
18 18
19a.video-attribute-value { 19a.attribute-value {
20 @include disable-default-a-behaviour; 20 @include disable-default-a-behaviour;
21 color: pvar(--mainForegroundColor); 21 color: pvar(--mainForegroundColor);
22 22
@@ -25,16 +25,22 @@ a.video-attribute-value {
25 } 25 }
26} 26}
27 27
28.video-attribute-tags { 28.attribute-tags {
29 .video-attribute-value:not(:nth-child(2)) { 29 .attribute-value:not(:nth-child(2)) {
30 &::before { 30 &::before {
31 content: ', '; 31 content: ', ';
32 } 32 }
33 } 33 }
34} 34}
35 35
36.glyphicon-new-window {
37 color: pvar(--inputPlaceholderColor);
38 margin-left: 5px;
39 font-size: 12px;
40}
41
36@media screen and (max-width: 1600px) { 42@media screen and (max-width: 1600px) {
37 .video-attributes .video-attribute { 43 .attributes .attribute {
38 margin-bottom: 5px; 44 margin-bottom: 5px;
39 } 45 }
40} 46}
diff --git a/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.ts b/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.ts
index 5cb77f0c8..9429581ac 100644
--- a/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.ts
+++ b/client/src/app/+videos/+video-watch/shared/metadata/video-attributes.component.ts
@@ -17,6 +17,10 @@ export class VideoAttributesComponent {
17 return this.video.url 17 return this.video.url
18 } 18 }
19 19
20 getVideoHost () {
21 return this.video.channel.host
22 }
23
20 getVideoTags () { 24 getVideoTags () {
21 if (!this.video || Array.isArray(this.video.tags) === false) return [] 25 if (!this.video || Array.isArray(this.video.tags) === false) return []
22 26
diff --git a/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.ts b/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.ts
index 23d00d31a..870c7ae3f 100644
--- a/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.ts
+++ b/client/src/app/+videos/+video-watch/shared/metadata/video-description.component.ts
@@ -80,6 +80,7 @@ export class VideoDescriptionComponent implements OnChanges {
80 80
81 private async setVideoDescriptionHTML () { 81 private async setVideoDescriptionHTML () {
82 const html = await this.markdownService.textMarkdownToHTML(this.video.description) 82 const html = await this.markdownService.textMarkdownToHTML(this.video.description)
83 this.videoHTMLDescription = this.markdownService.processVideoTimestamps(html) 83
84 this.videoHTMLDescription = this.markdownService.processVideoTimestamps(this.video.shortUUID, html)
84 } 85 }
85} 86}
diff --git a/client/src/app/+videos/+video-watch/video-watch.component.ts b/client/src/app/+videos/+video-watch/video-watch.component.ts
index d078844c3..ccb9c5e71 100644
--- a/client/src/app/+videos/+video-watch/video-watch.component.ts
+++ b/client/src/app/+videos/+video-watch/video-watch.component.ts
@@ -21,8 +21,16 @@ import { isXPercentInViewport, scrollToTop } from '@app/helpers'
21import { Video, VideoCaptionService, VideoDetails, VideoService } from '@app/shared/shared-main' 21import { Video, VideoCaptionService, VideoDetails, VideoService } from '@app/shared/shared-main'
22import { SubscribeButtonComponent } from '@app/shared/shared-user-subscription' 22import { SubscribeButtonComponent } from '@app/shared/shared-user-subscription'
23import { VideoPlaylist, VideoPlaylistService } from '@app/shared/shared-video-playlist' 23import { VideoPlaylist, VideoPlaylistService } from '@app/shared/shared-video-playlist'
24import { HttpStatusCode } from '@shared/core-utils/miscs/http-error-codes' 24import { timeToInt } from '@shared/core-utils'
25import { HTMLServerConfig, PeerTubeProblemDocument, ServerErrorCode, VideoCaption, VideoPrivacy, VideoState } from '@shared/models' 25import {
26 HTMLServerConfig,
27 HttpStatusCode,
28 PeerTubeProblemDocument,
29 ServerErrorCode,
30 VideoCaption,
31 VideoPrivacy,
32 VideoState
33} from '@shared/models'
26import { cleanupVideoWatch, getStoredTheater, getStoredVideoWatchHistory } from '../../../assets/player/peertube-player-local-storage' 34import { cleanupVideoWatch, getStoredTheater, getStoredVideoWatchHistory } from '../../../assets/player/peertube-player-local-storage'
27import { 35import {
28 CustomizationOptions, 36 CustomizationOptions,
@@ -32,7 +40,6 @@ import {
32 PlayerMode, 40 PlayerMode,
33 videojs 41 videojs
34} from '../../../assets/player/peertube-player-manager' 42} from '../../../assets/player/peertube-player-manager'
35import { timeToInt } from '../../../assets/player/utils'
36import { environment } from '../../../environments/environment' 43import { environment } from '../../../environments/environment'
37import { VideoWatchPlaylistComponent } from './shared' 44import { VideoWatchPlaylistComponent } from './shared'
38 45
@@ -575,6 +582,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
575 582
576 videoCaptions: playerCaptions, 583 videoCaptions: playerCaptions,
577 584
585 videoShortUUID: video.shortUUID,
578 videoUUID: video.uuid 586 videoUUID: video.uuid
579 }, 587 },
580 588
diff --git a/client/src/app/core/auth/auth.service.ts b/client/src/app/core/auth/auth.service.ts
index cdf13186b..60bd72c60 100644
--- a/client/src/app/core/auth/auth.service.ts
+++ b/client/src/app/core/auth/auth.service.ts
@@ -6,12 +6,11 @@ import { Injectable } from '@angular/core'
6import { Router } from '@angular/router' 6import { Router } from '@angular/router'
7import { Notifier } from '@app/core/notification/notifier.service' 7import { Notifier } from '@app/core/notification/notifier.service'
8import { objectToUrlEncoded, peertubeLocalStorage } from '@root-helpers/index' 8import { objectToUrlEncoded, peertubeLocalStorage } from '@root-helpers/index'
9import { MyUser as UserServerModel, OAuthClientLocal, User, UserLogin, UserRefreshToken } from '@shared/models' 9import { HttpStatusCode, MyUser as UserServerModel, OAuthClientLocal, User, UserLogin, UserRefreshToken } from '@shared/models'
10import { environment } from '../../../environments/environment' 10import { environment } from '../../../environments/environment'
11import { RestExtractor } from '../rest/rest-extractor.service' 11import { RestExtractor } from '../rest/rest-extractor.service'
12import { AuthStatus } from './auth-status.model' 12import { AuthStatus } from './auth-status.model'
13import { AuthUser } from './auth-user.model' 13import { AuthUser } from './auth-user.model'
14import { HttpStatusCode } from '@shared/core-utils/miscs/http-error-codes'
15 14
16interface UserLoginWithUsername extends UserLogin { 15interface UserLoginWithUsername extends UserLogin {
17 access_token: string 16 access_token: string
diff --git a/client/src/app/core/menu/menu.service.ts b/client/src/app/core/menu/menu.service.ts
index 60130382f..0b8d0191e 100644
--- a/client/src/app/core/menu/menu.service.ts
+++ b/client/src/app/core/menu/menu.service.ts
@@ -101,7 +101,7 @@ export class MenuService {
101 101
102 return { 102 return {
103 key: 'in-my-library', 103 key: 'in-my-library',
104 title: 'In my library', 104 title: $localize`In my library`,
105 links 105 links
106 } 106 }
107 } 107 }
diff --git a/client/src/app/core/renderer/markdown.service.ts b/client/src/app/core/renderer/markdown.service.ts
index ca1bf4eb9..36258ca98 100644
--- a/client/src/app/core/renderer/markdown.service.ts
+++ b/client/src/app/core/renderer/markdown.service.ts
@@ -1,6 +1,6 @@
1import * as MarkdownIt from 'markdown-it' 1import * as MarkdownIt from 'markdown-it'
2import { buildVideoLink } from 'src/assets/player/utils'
3import { Injectable } from '@angular/core' 2import { Injectable } from '@angular/core'
3import { buildVideoLink, decorateVideoLink } from '@shared/core-utils'
4import { 4import {
5 COMPLETE_RULES, 5 COMPLETE_RULES,
6 ENHANCED_RULES, 6 ENHANCED_RULES,
@@ -82,10 +82,14 @@ export class MarkdownService {
82 return this.render({ name: 'customPageMarkdownIt', markdown, withEmoji: true, additionalAllowedTags }) 82 return this.render({ name: 'customPageMarkdownIt', markdown, withEmoji: true, additionalAllowedTags })
83 } 83 }
84 84
85 processVideoTimestamps (html: string) { 85 processVideoTimestamps (videoShortUUID: string, html: string) {
86 return html.replace(/((\d{1,2}):)?(\d{1,2}):(\d{1,2})/g, function (str, _, h, m, s) { 86 return html.replace(/((\d{1,2}):)?(\d{1,2}):(\d{1,2})/g, function (str, _, h, m, s) {
87 const t = (3600 * +(h || 0)) + (60 * +(m || 0)) + (+(s || 0)) 87 const t = (3600 * +(h || 0)) + (60 * +(m || 0)) + (+(s || 0))
88 const url = buildVideoLink({ startTime: t }) 88
89 const url = decorateVideoLink({
90 url: buildVideoLink({ shortUUID: videoShortUUID }),
91 startTime: t
92 })
89 return `<a class="video-timestamp" href="${url}">${str}</a>` 93 return `<a class="video-timestamp" href="${url}">${str}</a>`
90 }) 94 })
91 } 95 }
diff --git a/client/src/app/core/rest/rest-extractor.service.ts b/client/src/app/core/rest/rest-extractor.service.ts
index 08ab49512..2a926e68f 100644
--- a/client/src/app/core/rest/rest-extractor.service.ts
+++ b/client/src/app/core/rest/rest-extractor.service.ts
@@ -2,8 +2,7 @@ import { throwError as observableThrowError } from 'rxjs'
2import { Injectable } from '@angular/core' 2import { Injectable } from '@angular/core'
3import { Router } from '@angular/router' 3import { Router } from '@angular/router'
4import { dateToHuman } from '@app/helpers' 4import { dateToHuman } from '@app/helpers'
5import { ResultList } from '@shared/models' 5import { HttpStatusCode, ResultList } from '@shared/models'
6import { HttpStatusCode } from '@shared/core-utils/miscs/http-error-codes'
7 6
8@Injectable() 7@Injectable()
9export class RestExtractor { 8export class RestExtractor {
diff --git a/client/src/app/core/rest/rest.service.ts b/client/src/app/core/rest/rest.service.ts
index 1696e6709..98e45ffc0 100644
--- a/client/src/app/core/rest/rest.service.ts
+++ b/client/src/app/core/rest/rest.service.ts
@@ -44,13 +44,21 @@ export class RestService {
44 return newParams 44 return newParams
45 } 45 }
46 46
47 addArrayParams (params: HttpParams, name: string, values: (string | number)[]) {
48 for (const v of values) {
49 params = params.append(name, v)
50 }
51
52 return params
53 }
54
47 addObjectParams (params: HttpParams, object: { [ name: string ]: any }) { 55 addObjectParams (params: HttpParams, object: { [ name: string ]: any }) {
48 for (const name of Object.keys(object)) { 56 for (const name of Object.keys(object)) {
49 const value = object[name] 57 const value = object[name]
50 if (value === undefined || value === null) continue 58 if (value === undefined || value === null) continue
51 59
52 if (Array.isArray(value)) { 60 if (Array.isArray(value)) {
53 for (const v of value) params = params.append(name, v) 61 params = this.addArrayParams(params, name, value)
54 } else { 62 } else {
55 params = params.append(name, value) 63 params = params.append(name, value)
56 } 64 }
diff --git a/client/src/app/helpers/index.ts b/client/src/app/helpers/index.ts
index cc61255ba..beff749ec 100644
--- a/client/src/app/helpers/index.ts
+++ b/client/src/app/helpers/index.ts
@@ -1,5 +1,6 @@
1export * from './locales' 1export * from './locales'
2export * from './constants' 2export * from './constants'
3export * from './i18n-utils' 3export * from './i18n-utils'
4export * from './rxjs'
4export * from './utils' 5export * from './utils'
5export * from './zone' 6export * from './zone'
diff --git a/client/src/app/helpers/rxjs.ts b/client/src/app/helpers/rxjs.ts
new file mode 100644
index 000000000..eb051f868
--- /dev/null
+++ b/client/src/app/helpers/rxjs.ts
@@ -0,0 +1,29 @@
1import { uniq } from 'lodash-es'
2import { asyncScheduler, Observable } from 'rxjs'
3import { bufferTime, distinctUntilChanged, filter, map, observeOn, share, switchMap } from 'rxjs/operators'
4import { NgZone } from '@angular/core'
5import { enterZone, leaveZone } from './zone'
6
7function buildBulkObservable <T extends number | string, R> (options: {
8 ngZone: NgZone
9 notifierObservable: Observable<T>
10 time: number
11 bulkGet: (params: T[]) => Observable<R>
12}) {
13 const { ngZone, notifierObservable, time, bulkGet } = options
14
15 return notifierObservable.pipe(
16 distinctUntilChanged(),
17 // We leave Angular zone so Protractor does not get stuck
18 bufferTime(time, leaveZone(ngZone, asyncScheduler)),
19 filter(params => params.length !== 0),
20 map(params => uniq(params)),
21 observeOn(enterZone(ngZone, asyncScheduler)),
22 switchMap(params => bulkGet(params)),
23 share()
24 )
25}
26
27export {
28 buildBulkObservable
29}
diff --git a/client/src/app/helpers/utils.ts b/client/src/app/helpers/utils.ts
index 94f6def26..edcaf50e0 100644
--- a/client/src/app/helpers/utils.ts
+++ b/client/src/app/helpers/utils.ts
@@ -3,7 +3,7 @@ import { SelectChannelItem } from 'src/types/select-options-item.model'
3import { DatePipe } from '@angular/common' 3import { DatePipe } from '@angular/common'
4import { HttpErrorResponse } from '@angular/common/http' 4import { HttpErrorResponse } from '@angular/common/http'
5import { Notifier } from '@app/core' 5import { Notifier } from '@app/core'
6import { HttpStatusCode } from '@shared/core-utils/miscs/http-error-codes' 6import { HttpStatusCode } from '@shared/models'
7import { environment } from '../../environments/environment' 7import { environment } from '../../environments/environment'
8import { AuthService } from '../core/auth' 8import { AuthService } from '../core/auth'
9 9
diff --git a/client/src/app/shared/form-validators/batch-domains-validators.ts b/client/src/app/shared/form-validators/batch-domains-validators.ts
deleted file mode 100644
index 423d1337f..000000000
--- a/client/src/app/shared/form-validators/batch-domains-validators.ts
+++ /dev/null
@@ -1,60 +0,0 @@
1import { AbstractControl, FormControl, ValidatorFn, Validators } from '@angular/forms'
2import { BuildFormValidator } from './form-validator.model'
3import { validateHost } from './host'
4
5export function getNotEmptyHosts (hosts: string) {
6 return hosts
7 .split('\n')
8 .filter((host: string) => host && host.length !== 0) // Eject empty hosts
9}
10
11const validDomains: ValidatorFn = (control: FormControl) => {
12 if (!control.value) return null
13
14 const newHostsErrors = []
15 const hosts = getNotEmptyHosts(control.value)
16
17 for (const host of hosts) {
18 if (validateHost(host) === false) {
19 newHostsErrors.push($localize`${host} is not valid`)
20 }
21 }
22
23 /* Is not valid. */
24 if (newHostsErrors.length !== 0) {
25 return {
26 'validDomains': {
27 reason: 'invalid',
28 value: newHostsErrors.join('. ') + '.'
29 }
30 }
31 }
32
33 /* Is valid. */
34 return null
35}
36
37const isHostsUnique: ValidatorFn = (control: AbstractControl) => {
38 if (!control.value) return null
39
40 const hosts = getNotEmptyHosts(control.value)
41
42 if (hosts.every((host: string) => hosts.indexOf(host) === hosts.lastIndexOf(host))) {
43 return null
44 } else {
45 return {
46 'uniqueDomains': {
47 reason: 'invalid'
48 }
49 }
50 }
51}
52
53export const DOMAINS_VALIDATOR: BuildFormValidator = {
54 VALIDATORS: [Validators.required, validDomains, isHostsUnique],
55 MESSAGES: {
56 'required': $localize`Domain is required.`,
57 'validDomains': $localize`Domains entered are invalid.`,
58 'uniqueDomains': $localize`Domains entered contain duplicates.`
59 }
60}
diff --git a/client/src/app/shared/form-validators/host-validators.ts b/client/src/app/shared/form-validators/host-validators.ts
new file mode 100644
index 000000000..6f410a50a
--- /dev/null
+++ b/client/src/app/shared/form-validators/host-validators.ts
@@ -0,0 +1,105 @@
1import { AbstractControl, ValidatorFn, Validators } from '@angular/forms'
2import { BuildFormValidator } from './form-validator.model'
3
4export function validateHost (value: string) {
5 // Thanks to http://stackoverflow.com/a/106223
6 const HOST_REGEXP = new RegExp(
7 '^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$'
8 )
9
10 return HOST_REGEXP.test(value)
11}
12
13export function validateHandle (value: string) {
14 if (!value) return false
15
16 return value.includes('@')
17}
18
19const validHosts: ValidatorFn = (control: AbstractControl) => {
20 if (!control.value) return null
21
22 const errors = []
23 const hosts = splitAndGetNotEmpty(control.value)
24
25 for (const host of hosts) {
26 if (validateHost(host) === false) {
27 errors.push($localize`${host} is not valid`)
28 }
29 }
30
31 // valid
32 if (errors.length === 0) return null
33
34 return {
35 'validHosts': {
36 reason: 'invalid',
37 value: errors.join('. ') + '.'
38 }
39 }
40}
41
42const validHostsOrHandles: ValidatorFn = (control: AbstractControl) => {
43 if (!control.value) return null
44
45 const errors = []
46 const lines = splitAndGetNotEmpty(control.value)
47
48 for (const line of lines) {
49 if (validateHost(line) === false && validateHandle(line) === false) {
50 errors.push($localize`${line} is not valid`)
51 }
52 }
53
54 // valid
55 if (errors.length === 0) return null
56
57 return {
58 'validHostsOrHandles': {
59 reason: 'invalid',
60 value: errors.join('. ') + '.'
61 }
62 }
63}
64
65// ---------------------------------------------------------------------------
66
67export function splitAndGetNotEmpty (value: string) {
68 return value
69 .split('\n')
70 .filter(line => line && line.length !== 0) // Eject empty hosts
71}
72
73export const unique: ValidatorFn = (control: AbstractControl) => {
74 if (!control.value) return null
75
76 const hosts = splitAndGetNotEmpty(control.value)
77
78 if (hosts.every((host: string) => hosts.indexOf(host) === hosts.lastIndexOf(host))) {
79 return null
80 }
81
82 return {
83 'unique': {
84 reason: 'invalid'
85 }
86 }
87}
88
89export const UNIQUE_HOSTS_VALIDATOR: BuildFormValidator = {
90 VALIDATORS: [ Validators.required, validHosts, unique ],
91 MESSAGES: {
92 'required': $localize`Domain is required.`,
93 'validHosts': $localize`Hosts entered are invalid.`,
94 'unique': $localize`Hosts entered contain duplicates.`
95 }
96}
97
98export const UNIQUE_HOSTS_OR_HANDLE_VALIDATOR: BuildFormValidator = {
99 VALIDATORS: [ Validators.required, validHostsOrHandles, unique ],
100 MESSAGES: {
101 'required': $localize`Domain is required.`,
102 'validHostsOrHandles': $localize`Hosts or handles are invalid.`,
103 'unique': $localize`Hosts or handles contain duplicates.`
104 }
105}
diff --git a/client/src/app/shared/form-validators/host.ts b/client/src/app/shared/form-validators/host.ts
deleted file mode 100644
index c18a35f9b..000000000
--- a/client/src/app/shared/form-validators/host.ts
+++ /dev/null
@@ -1,8 +0,0 @@
1export function validateHost (value: string) {
2 // Thanks to http://stackoverflow.com/a/106223
3 const HOST_REGEXP = new RegExp(
4 '^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$'
5 )
6
7 return HOST_REGEXP.test(value)
8}
diff --git a/client/src/app/shared/form-validators/index.ts b/client/src/app/shared/form-validators/index.ts
index f621f03a4..0b605719c 100644
--- a/client/src/app/shared/form-validators/index.ts
+++ b/client/src/app/shared/form-validators/index.ts
@@ -1,7 +1,6 @@
1export * from './form-validator.model' 1export * from './form-validator.model'
2export * from './host'
3 2
4// Don't re export const variables because webpack 4 cannot do tree shaking with them 3// Don't re export const variables because webpack cannot do tree shaking with them
5// export * from './abuse-validators' 4// export * from './abuse-validators'
6// export * from './batch-domains-validators' 5// export * from './batch-domains-validators'
7// export * from './custom-config-validators' 6// export * from './custom-config-validators'
diff --git a/client/src/app/shared/form-validators/video-channel-validators.ts b/client/src/app/shared/form-validators/video-channel-validators.ts
index 0daab22ce..ba502ed01 100644
--- a/client/src/app/shared/form-validators/video-channel-validators.ts
+++ b/client/src/app/shared/form-validators/video-channel-validators.ts
@@ -1,13 +1,11 @@
1import { Validators } from '@angular/forms' 1import { Validators } from '@angular/forms'
2import { BuildFormValidator } from './form-validator.model' 2import { BuildFormValidator } from './form-validator.model'
3import { USER_USERNAME_VALIDATOR } from './user-validators'
3 4
4export const VIDEO_CHANNEL_NAME_VALIDATOR: BuildFormValidator = { 5export const VIDEO_CHANNEL_NAME_VALIDATOR: BuildFormValidator = {
5 VALIDATORS: [ 6 // Use the same constraints than user usernmae
6 Validators.required, 7 VALIDATORS: USER_USERNAME_VALIDATOR.VALIDATORS,
7 Validators.minLength(1), 8
8 Validators.maxLength(50),
9 Validators.pattern(/^[a-z0-9][a-z0-9._]*$/)
10 ],
11 MESSAGES: { 9 MESSAGES: {
12 'required': $localize`Name is required.`, 10 'required': $localize`Name is required.`,
13 'minlength': $localize`Name must be at least 1 character long.`, 11 'minlength': $localize`Name must be at least 1 character long.`,
diff --git a/client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts b/client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts
index 67aa0e399..a7932ebab 100644
--- a/client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts
+++ b/client/src/app/shared/shared-abuse-list/abuse-list-table.component.ts
@@ -1,7 +1,7 @@
1import * as debug from 'debug' 1import * as debug from 'debug'
2import truncate from 'lodash-es/truncate' 2import truncate from 'lodash-es/truncate'
3import { SortMeta } from 'primeng/api' 3import { SortMeta } from 'primeng/api'
4import { buildVideoLink, buildVideoOrPlaylistEmbed } from 'src/assets/player/utils' 4import { buildVideoOrPlaylistEmbed } from 'src/assets/player/utils'
5import { environment } from 'src/environments/environment' 5import { environment } from 'src/environments/environment'
6import { Component, Input, OnInit, ViewChild } from '@angular/core' 6import { Component, Input, OnInit, ViewChild } from '@angular/core'
7import { DomSanitizer } from '@angular/platform-browser' 7import { DomSanitizer } from '@angular/platform-browser'
@@ -10,6 +10,7 @@ import { ConfirmService, MarkdownService, Notifier, RestPagination, RestTable }
10import { Account, Actor, DropdownAction, Video, VideoService } from '@app/shared/shared-main' 10import { Account, Actor, DropdownAction, Video, VideoService } from '@app/shared/shared-main'
11import { AbuseService, BlocklistService, VideoBlockService } from '@app/shared/shared-moderation' 11import { AbuseService, BlocklistService, VideoBlockService } from '@app/shared/shared-moderation'
12import { VideoCommentService } from '@app/shared/shared-video-comment' 12import { VideoCommentService } from '@app/shared/shared-video-comment'
13import { buildVideoEmbedLink, decorateVideoLink } from '@shared/core-utils'
13import { AbuseState, AdminAbuse } from '@shared/models' 14import { AbuseState, AdminAbuse } from '@shared/models'
14import { AdvancedInputFilter } from '../shared-forms' 15import { AdvancedInputFilter } from '../shared-forms'
15import { AbuseMessageModalComponent } from './abuse-message-modal.component' 16import { AbuseMessageModalComponent } from './abuse-message-modal.component'
@@ -129,8 +130,8 @@ export class AbuseListTableComponent extends RestTable implements OnInit {
129 130
130 getVideoEmbed (abuse: AdminAbuse) { 131 getVideoEmbed (abuse: AdminAbuse) {
131 return buildVideoOrPlaylistEmbed( 132 return buildVideoOrPlaylistEmbed(
132 buildVideoLink({ 133 decorateVideoLink({
133 baseUrl: `${environment.originServerUrl}/videos/embed/${abuse.video.uuid}`, 134 url: buildVideoEmbedLink(abuse.video, environment.originServerUrl),
134 title: false, 135 title: false,
135 warningTitle: false, 136 warningTitle: false,
136 startTime: abuse.video.startAt, 137 startTime: abuse.video.startAt,
diff --git a/client/src/app/shared/shared-custom-markup/custom-markup.service.ts b/client/src/app/shared/shared-custom-markup/custom-markup.service.ts
index 231e52d0a..c9d33980e 100644
--- a/client/src/app/shared/shared-custom-markup/custom-markup.service.ts
+++ b/client/src/app/shared/shared-custom-markup/custom-markup.service.ts
@@ -65,15 +65,15 @@ export class CustomMarkupService {
65 65
66 for (const selector of Object.keys(this.htmlBuilders)) { 66 for (const selector of Object.keys(this.htmlBuilders)) {
67 rootElement.querySelectorAll(selector) 67 rootElement.querySelectorAll(selector)
68 .forEach((e: HTMLElement) => { 68 .forEach((e: HTMLElement) => {
69 try { 69 try {
70 const element = this.execHTMLBuilder(selector, e) 70 const element = this.execHTMLBuilder(selector, e)
71 // Insert as first child 71 // Insert as first child
72 e.insertBefore(element, e.firstChild) 72 e.insertBefore(element, e.firstChild)
73 } catch (err) { 73 } catch (err) {
74 console.error('Cannot inject component %s.', selector, err) 74 console.error('Cannot inject component %s.', selector, err)
75 } 75 }
76 }) 76 })
77 } 77 }
78 78
79 const loadedPromises: Promise<boolean>[] = [] 79 const loadedPromises: Promise<boolean>[] = []
@@ -191,6 +191,8 @@ export class CustomMarkupService {
191 accountHandle: data.accountHandle || undefined, 191 accountHandle: data.accountHandle || undefined,
192 channelHandle: data.channelHandle || undefined, 192 channelHandle: data.channelHandle || undefined,
193 193
194 isLive: this.buildBoolean(data.isLive),
195
194 filter: this.buildBoolean(data.onlyLocal) ? 'local' as VideoFilter : undefined 196 filter: this.buildBoolean(data.onlyLocal) ? 'local' as VideoFilter : undefined
195 } 197 }
196 198
diff --git a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.ts b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.ts
index 7043a7ec9..5bb045a82 100644
--- a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.ts
+++ b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.ts
@@ -2,8 +2,9 @@ import { from } from 'rxjs'
2import { finalize, map, switchMap, tap } from 'rxjs/operators' 2import { finalize, map, switchMap, tap } from 'rxjs/operators'
3import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core' 3import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'
4import { MarkdownService, Notifier, UserService } from '@app/core' 4import { MarkdownService, Notifier, UserService } from '@app/core'
5import { FindInBulkService } from '@app/shared/shared-search'
5import { Video, VideoSortField } from '@shared/models/videos' 6import { Video, VideoSortField } from '@shared/models/videos'
6import { VideoChannel, VideoChannelService, VideoService } from '../../shared-main' 7import { VideoChannel, VideoService } from '../../shared-main'
7import { CustomMarkupComponent } from './shared' 8import { CustomMarkupComponent } from './shared'
8 9
9/* 10/*
@@ -29,14 +30,14 @@ export class ChannelMiniatureMarkupComponent implements CustomMarkupComponent, O
29 30
30 constructor ( 31 constructor (
31 private markdown: MarkdownService, 32 private markdown: MarkdownService,
32 private channelService: VideoChannelService, 33 private findInBulk: FindInBulkService,
33 private videoService: VideoService, 34 private videoService: VideoService,
34 private userService: UserService, 35 private userService: UserService,
35 private notifier: Notifier 36 private notifier: Notifier
36 ) { } 37 ) { }
37 38
38 ngOnInit () { 39 ngOnInit () {
39 this.channelService.getVideoChannel(this.name) 40 this.findInBulk.getChannel(this.name)
40 .pipe( 41 .pipe(
41 tap(channel => this.channel = channel), 42 tap(channel => this.channel = channel),
42 switchMap(() => from(this.markdown.textMarkdownToHTML(this.channel.description))), 43 switchMap(() => from(this.markdown.textMarkdownToHTML(this.channel.description))),
@@ -49,7 +50,7 @@ export class ChannelMiniatureMarkupComponent implements CustomMarkupComponent, O
49 this.video = data[0] 50 this.video = data[0]
50 }, 51 },
51 52
52 err => this.notifier.error('Error in channel miniature component: ' + err.message) 53 err => this.notifier.error($localize`Error in channel miniature component: ${err.message}`)
53 ) 54 )
54 } 55 }
55 56
diff --git a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/embed-markup.component.ts b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/embed-markup.component.ts
index 4462903db..53b70cc47 100644
--- a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/embed-markup.component.ts
+++ b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/embed-markup.component.ts
@@ -1,6 +1,7 @@
1import { buildPlaylistLink, buildVideoLink, buildVideoOrPlaylistEmbed } from 'src/assets/player/utils' 1import { buildVideoOrPlaylistEmbed } from 'src/assets/player/utils'
2import { environment } from 'src/environments/environment' 2import { environment } from 'src/environments/environment'
3import { Component, ElementRef, Input, OnInit } from '@angular/core' 3import { Component, ElementRef, Input, OnInit } from '@angular/core'
4import { buildPlaylistEmbedLink, buildVideoEmbedLink } from '@shared/core-utils'
4import { CustomMarkupComponent } from './shared' 5import { CustomMarkupComponent } from './shared'
5 6
6@Component({ 7@Component({
@@ -17,8 +18,8 @@ export class EmbedMarkupComponent implements CustomMarkupComponent, OnInit {
17 18
18 ngOnInit () { 19 ngOnInit () {
19 const link = this.type === 'video' 20 const link = this.type === 'video'
20 ? buildVideoLink({ baseUrl: `${environment.originServerUrl}/videos/embed/${this.uuid}` }) 21 ? buildVideoEmbedLink({ uuid: this.uuid }, environment.originServerUrl)
21 : buildPlaylistLink({ baseUrl: `${environment.originServerUrl}/video-playlists/embed/${this.uuid}` }) 22 : buildPlaylistEmbedLink({ uuid: this.uuid }, environment.originServerUrl)
22 23
23 this.el.nativeElement.innerHTML = buildVideoOrPlaylistEmbed(link, this.uuid) 24 this.el.nativeElement.innerHTML = buildVideoOrPlaylistEmbed(link, this.uuid)
24 } 25 }
diff --git a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/playlist-miniature-markup.component.ts b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/playlist-miniature-markup.component.ts
index ff8cc01db..5a5c34867 100644
--- a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/playlist-miniature-markup.component.ts
+++ b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/playlist-miniature-markup.component.ts
@@ -1,8 +1,9 @@
1import { finalize } from 'rxjs/operators' 1import { finalize } from 'rxjs/operators'
2import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core' 2import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'
3import { Notifier } from '@app/core' 3import { Notifier } from '@app/core'
4import { FindInBulkService } from '@app/shared/shared-search'
4import { MiniatureDisplayOptions } from '../../shared-video-miniature' 5import { MiniatureDisplayOptions } from '../../shared-video-miniature'
5import { VideoPlaylist, VideoPlaylistService } from '../../shared-video-playlist' 6import { VideoPlaylist } from '../../shared-video-playlist'
6import { CustomMarkupComponent } from './shared' 7import { CustomMarkupComponent } from './shared'
7 8
8/* 9/*
@@ -33,17 +34,17 @@ export class PlaylistMiniatureMarkupComponent implements CustomMarkupComponent,
33 } 34 }
34 35
35 constructor ( 36 constructor (
36 private playlistService: VideoPlaylistService, 37 private findInBulkService: FindInBulkService,
37 private notifier: Notifier 38 private notifier: Notifier
38 ) { } 39 ) { }
39 40
40 ngOnInit () { 41 ngOnInit () {
41 this.playlistService.getVideoPlaylist(this.uuid) 42 this.findInBulkService.getPlaylist(this.uuid)
42 .pipe(finalize(() => this.loaded.emit(true))) 43 .pipe(finalize(() => this.loaded.emit(true)))
43 .subscribe( 44 .subscribe(
44 playlist => this.playlist = playlist, 45 playlist => this.playlist = playlist,
45 46
46 err => this.notifier.error('Error in playlist miniature component: ' + err.message) 47 err => this.notifier.error($localize`Error in playlist miniature component: ${err.message}`)
47 ) 48 )
48 } 49 }
49} 50}
diff --git a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/video-miniature-markup.component.ts b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/video-miniature-markup.component.ts
index 47518abfd..84c936ee7 100644
--- a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/video-miniature-markup.component.ts
+++ b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/video-miniature-markup.component.ts
@@ -4,6 +4,7 @@ import { AuthService, Notifier } from '@app/core'
4import { Video, VideoService } from '../../shared-main' 4import { Video, VideoService } from '../../shared-main'
5import { MiniatureDisplayOptions } from '../../shared-video-miniature' 5import { MiniatureDisplayOptions } from '../../shared-video-miniature'
6import { CustomMarkupComponent } from './shared' 6import { CustomMarkupComponent } from './shared'
7import { FindInBulkService } from '@app/shared/shared-search'
7 8
8/* 9/*
9 * Markup component that creates a video miniature only 10 * Markup component that creates a video miniature only
@@ -35,7 +36,7 @@ export class VideoMiniatureMarkupComponent implements CustomMarkupComponent, OnI
35 36
36 constructor ( 37 constructor (
37 private auth: AuthService, 38 private auth: AuthService,
38 private videoService: VideoService, 39 private findInBulk: FindInBulkService,
39 private notifier: Notifier 40 private notifier: Notifier
40 ) { } 41 ) { }
41 42
@@ -50,12 +51,12 @@ export class VideoMiniatureMarkupComponent implements CustomMarkupComponent, OnI
50 } 51 }
51 } 52 }
52 53
53 this.videoService.getVideo({ videoId: this.uuid }) 54 this.findInBulk.getVideo(this.uuid)
54 .pipe(finalize(() => this.loaded.emit(true))) 55 .pipe(finalize(() => this.loaded.emit(true)))
55 .subscribe( 56 .subscribe(
56 video => this.video = video, 57 video => this.video = video,
57 58
58 err => this.notifier.error('Error in video miniature component: ' + err.message) 59 err => this.notifier.error($localize`Error in video miniature component: ${err.message}`)
59 ) 60 )
60 } 61 }
61} 62}
diff --git a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts
index d9f77802b..6473e9ba0 100644
--- a/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts
+++ b/client/src/app/shared/shared-custom-markup/peertube-custom-tags/videos-list-markup.component.ts
@@ -22,6 +22,7 @@ export class VideosListMarkupComponent implements CustomMarkupComponent, OnInit
22 @Input() count: number 22 @Input() count: number
23 @Input() onlyDisplayTitle: boolean 23 @Input() onlyDisplayTitle: boolean
24 @Input() filter: VideoFilter 24 @Input() filter: VideoFilter
25 @Input() isLive: boolean
25 @Input() maxRows: number 26 @Input() maxRows: number
26 @Input() channelHandle: string 27 @Input() channelHandle: string
27 @Input() accountHandle: string 28 @Input() accountHandle: string
@@ -73,7 +74,7 @@ export class VideosListMarkupComponent implements CustomMarkupComponent, OnInit
73 .subscribe( 74 .subscribe(
74 ({ data }) => this.videos = data, 75 ({ data }) => this.videos = data,
75 76
76 err => this.notifier.error('Error in videos list component: ' + err.message) 77 err => this.notifier.error($localize`Error in videos list component: ${err.message}`)
77 ) 78 )
78 } 79 }
79 80
@@ -86,6 +87,7 @@ export class VideosListMarkupComponent implements CustomMarkupComponent, OnInit
86 categoryOneOf: this.categoryOneOf, 87 categoryOneOf: this.categoryOneOf,
87 languageOneOf: this.languageOneOf, 88 languageOneOf: this.languageOneOf,
88 filter: this.filter, 89 filter: this.filter,
90 isLive: this.isLive,
89 sort: this.sort as VideoSortField, 91 sort: this.sort as VideoSortField,
90 account: { nameWithHost: this.accountHandle }, 92 account: { nameWithHost: this.accountHandle },
91 videoChannel: { nameWithHost: this.channelHandle } 93 videoChannel: { nameWithHost: this.channelHandle }
diff --git a/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts b/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts
index dccd64709..27e976d13 100644
--- a/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts
+++ b/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts
@@ -3,6 +3,7 @@ import { NgModule } from '@angular/core'
3import { SharedActorImageModule } from '../shared-actor-image/shared-actor-image.module' 3import { SharedActorImageModule } from '../shared-actor-image/shared-actor-image.module'
4import { SharedGlobalIconModule } from '../shared-icons' 4import { SharedGlobalIconModule } from '../shared-icons'
5import { SharedMainModule } from '../shared-main' 5import { SharedMainModule } from '../shared-main'
6import { SharedSearchModule } from '../shared-search'
6import { SharedVideoMiniatureModule } from '../shared-video-miniature' 7import { SharedVideoMiniatureModule } from '../shared-video-miniature'
7import { SharedVideoPlaylistModule } from '../shared-video-playlist' 8import { SharedVideoPlaylistModule } from '../shared-video-playlist'
8import { CustomMarkupContainerComponent } from './custom-markup-container.component' 9import { CustomMarkupContainerComponent } from './custom-markup-container.component'
@@ -26,7 +27,8 @@ import {
26 SharedGlobalIconModule, 27 SharedGlobalIconModule,
27 SharedVideoMiniatureModule, 28 SharedVideoMiniatureModule,
28 SharedVideoPlaylistModule, 29 SharedVideoPlaylistModule,
29 SharedActorImageModule 30 SharedActorImageModule,
31 SharedSearchModule
30 ], 32 ],
31 33
32 declarations: [ 34 declarations: [
diff --git a/client/src/app/shared/shared-forms/markdown-textarea.component.ts b/client/src/app/shared/shared-forms/markdown-textarea.component.ts
index a233a4205..8f51d47df 100644
--- a/client/src/app/shared/shared-forms/markdown-textarea.component.ts
+++ b/client/src/app/shared/shared-forms/markdown-textarea.component.ts
@@ -6,6 +6,7 @@ import { Component, ElementRef, forwardRef, Input, OnInit, ViewChild } from '@an
6import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms' 6import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'
7import { SafeHtml } from '@angular/platform-browser' 7import { SafeHtml } from '@angular/platform-browser'
8import { MarkdownService, ScreenService } from '@app/core' 8import { MarkdownService, ScreenService } from '@app/core'
9import { Video } from '@shared/models'
9 10
10@Component({ 11@Component({
11 selector: 'my-markdown-textarea', 12 selector: 'my-markdown-textarea',
@@ -33,7 +34,7 @@ export class MarkdownTextareaComponent implements ControlValueAccessor, OnInit {
33 @Input() markdownType: 'text' | 'enhanced' = 'text' 34 @Input() markdownType: 'text' | 'enhanced' = 'text'
34 @Input() customMarkdownRenderer?: (text: string) => Promise<string | HTMLElement> 35 @Input() customMarkdownRenderer?: (text: string) => Promise<string | HTMLElement>
35 36
36 @Input() markdownVideo = false 37 @Input() markdownVideo: Video
37 38
38 @Input() name = 'description' 39 @Input() name = 'description'
39 40
@@ -147,7 +148,7 @@ export class MarkdownTextareaComponent implements ControlValueAccessor, OnInit {
147 } 148 }
148 149
149 if (this.markdownVideo) { 150 if (this.markdownVideo) {
150 html = this.markdownService.processVideoTimestamps(html) 151 html = this.markdownService.processVideoTimestamps(this.markdownVideo.shortUUID, html)
151 } 152 }
152 153
153 return html 154 return html
diff --git a/client/src/app/shared/shared-forms/timestamp-input.component.ts b/client/src/app/shared/shared-forms/timestamp-input.component.ts
index 0ffd03d02..3fc705905 100644
--- a/client/src/app/shared/shared-forms/timestamp-input.component.ts
+++ b/client/src/app/shared/shared-forms/timestamp-input.component.ts
@@ -1,6 +1,6 @@
1import { ChangeDetectorRef, Component, EventEmitter, forwardRef, Input, OnInit, Output } from '@angular/core' 1import { ChangeDetectorRef, Component, EventEmitter, forwardRef, Input, OnInit, Output } from '@angular/core'
2import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms' 2import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'
3import { secondsToTime, timeToInt } from '../../../assets/player/utils' 3import { secondsToTime, timeToInt } from '@shared/core-utils'
4 4
5@Component({ 5@Component({
6 selector: 'my-timestamp-input', 6 selector: 'my-timestamp-input',
diff --git a/client/src/app/shared/shared-instance/instance-follow.service.ts b/client/src/app/shared/shared-instance/instance-follow.service.ts
index e52660140..af44020cf 100644
--- a/client/src/app/shared/shared-instance/instance-follow.service.ts
+++ b/client/src/app/shared/shared-instance/instance-follow.service.ts
@@ -4,7 +4,7 @@ import { catchError, map } from 'rxjs/operators'
4import { HttpClient, HttpParams } from '@angular/common/http' 4import { HttpClient, HttpParams } from '@angular/common/http'
5import { Injectable } from '@angular/core' 5import { Injectable } from '@angular/core'
6import { RestExtractor, RestPagination, RestService } from '@app/core' 6import { RestExtractor, RestPagination, RestService } from '@app/core'
7import { ActivityPubActorType, ActorFollow, FollowState, ResultList } from '@shared/models' 7import { ActivityPubActorType, ActorFollow, FollowState, ResultList, ServerFollowCreate } from '@shared/models'
8import { environment } from '../../../environments/environment' 8import { environment } from '../../../environments/environment'
9 9
10@Injectable() 10@Injectable()
@@ -64,9 +64,10 @@ export class InstanceFollowService {
64 ) 64 )
65 } 65 }
66 66
67 follow (notEmptyHosts: string[]) { 67 follow (hostsOrHandles: string[]) {
68 const body = { 68 const body: ServerFollowCreate = {
69 hosts: notEmptyHosts 69 handles: hostsOrHandles.filter(v => v.includes('@')),
70 hosts: hostsOrHandles.filter(v => !v.includes('@'))
70 } 71 }
71 72
72 return this.authHttp.post(InstanceFollowService.BASE_APPLICATION_URL + '/following', body) 73 return this.authHttp.post(InstanceFollowService.BASE_APPLICATION_URL + '/following', body)
@@ -77,7 +78,9 @@ export class InstanceFollowService {
77 } 78 }
78 79
79 unfollow (follow: ActorFollow) { 80 unfollow (follow: ActorFollow) {
80 return this.authHttp.delete(InstanceFollowService.BASE_APPLICATION_URL + '/following/' + follow.following.host) 81 const handle = follow.following.name + '@' + follow.following.host
82
83 return this.authHttp.delete(InstanceFollowService.BASE_APPLICATION_URL + '/following/' + handle)
81 .pipe( 84 .pipe(
82 map(this.restExtractor.extractDataBool), 85 map(this.restExtractor.extractDataBool),
83 catchError(res => this.restExtractor.handleError(res)) 86 catchError(res => this.restExtractor.handleError(res))
diff --git a/client/src/app/shared/shared-main/auth/auth-interceptor.service.ts b/client/src/app/shared/shared-main/auth/auth-interceptor.service.ts
index 5bcad36d0..a75c8a25c 100644
--- a/client/src/app/shared/shared-main/auth/auth-interceptor.service.ts
+++ b/client/src/app/shared/shared-main/auth/auth-interceptor.service.ts
@@ -1,11 +1,11 @@
1import { Observable, of, throwError as observableThrowError } from 'rxjs' 1import { Observable, of, throwError as observableThrowError } from 'rxjs'
2import { catchError, switchMap } from 'rxjs/operators' 2import { catchError, switchMap } from 'rxjs/operators'
3import { HTTP_INTERCEPTORS, HttpEvent, HttpHandler, HttpInterceptor, HttpRequest, HttpErrorResponse } from '@angular/common/http' 3import { HTTP_INTERCEPTORS, HttpErrorResponse, HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http'
4import { Injectable, Injector } from '@angular/core' 4import { Injectable, Injector } from '@angular/core'
5import { AuthService } from '@app/core/auth/auth.service'
6import { Router } from '@angular/router' 5import { Router } from '@angular/router'
7import { HttpStatusCode } from '@shared/core-utils/miscs/http-error-codes' 6import { AuthService } from '@app/core/auth/auth.service'
8import { OAuth2ErrorCode, PeerTubeProblemDocument, ServerErrorCode } from '@shared/models/server' 7import { HttpStatusCode } from '@shared/models'
8import { OAuth2ErrorCode, PeerTubeProblemDocument } from '@shared/models/server'
9 9
10@Injectable() 10@Injectable()
11export class AuthInterceptor implements HttpInterceptor { 11export class AuthInterceptor implements HttpInterceptor {
diff --git a/client/src/app/shared/shared-main/users/user-notification.model.ts b/client/src/app/shared/shared-main/users/user-notification.model.ts
index 4c15eb981..439547102 100644
--- a/client/src/app/shared/shared-main/users/user-notification.model.ts
+++ b/client/src/app/shared/shared-main/users/user-notification.model.ts
@@ -47,11 +47,7 @@ export class UserNotification implements UserNotificationServer {
47 comment?: { 47 comment?: {
48 threadId: number 48 threadId: number
49 49
50 video: { 50 video: VideoInfo
51 id: number
52 uuid: string
53 name: string
54 }
55 } 51 }
56 52
57 account?: ActorInfo 53 account?: ActorInfo
diff --git a/client/src/app/shared/shared-main/users/user-notifications.component.ts b/client/src/app/shared/shared-main/users/user-notifications.component.ts
index d7c722355..96b141543 100644
--- a/client/src/app/shared/shared-main/users/user-notifications.component.ts
+++ b/client/src/app/shared/shared-main/users/user-notifications.component.ts
@@ -1,7 +1,7 @@
1import { Subject } from 'rxjs' 1import { Subject } from 'rxjs'
2import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core' 2import { Component, EventEmitter, Input, OnInit, Output } from '@angular/core'
3import { ComponentPagination, hasMoreItems, Notifier } from '@app/core' 3import { ComponentPagination, hasMoreItems, Notifier } from '@app/core'
4import { UserNotificationType, AbuseState } from '@shared/models' 4import { AbuseState } from '@shared/models'
5import { UserNotification } from './user-notification.model' 5import { UserNotification } from './user-notification.model'
6import { UserNotificationService } from './user-notification.service' 6import { UserNotificationService } from './user-notification.service'
7 7
diff --git a/client/src/app/shared/shared-main/video/video.model.ts b/client/src/app/shared/shared-main/video/video.model.ts
index f0a4a3f37..b7720c8d2 100644
--- a/client/src/app/shared/shared-main/video/video.model.ts
+++ b/client/src/app/shared/shared-main/video/video.model.ts
@@ -2,6 +2,7 @@ import { AuthUser } from '@app/core'
2import { User } from '@app/core/users/user.model' 2import { User } from '@app/core/users/user.model'
3import { durationToString, getAbsoluteAPIUrl, getAbsoluteEmbedUrl } from '@app/helpers' 3import { durationToString, getAbsoluteAPIUrl, getAbsoluteEmbedUrl } from '@app/helpers'
4import { Actor } from '@app/shared/shared-main/account/actor.model' 4import { Actor } from '@app/shared/shared-main/account/actor.model'
5import { buildVideoWatchPath } from '@shared/core-utils'
5import { peertubeTranslate } from '@shared/core-utils/i18n' 6import { peertubeTranslate } from '@shared/core-utils/i18n'
6import { 7import {
7 ActorImage, 8 ActorImage,
@@ -92,7 +93,7 @@ export class Video implements VideoServerModel {
92 pluginData?: any 93 pluginData?: any
93 94
94 static buildWatchUrl (video: Partial<Pick<Video, 'uuid' | 'shortUUID'>>) { 95 static buildWatchUrl (video: Partial<Pick<Video, 'uuid' | 'shortUUID'>>) {
95 return '/w/' + (video.shortUUID || video.uuid) 96 return buildVideoWatchPath({ shortUUID: video.shortUUID || video.uuid })
96 } 97 }
97 98
98 static buildUpdateUrl (video: Pick<Video, 'uuid'>) { 99 static buildUpdateUrl (video: Pick<Video, 'uuid'>) {
diff --git a/client/src/app/shared/shared-main/video/video.service.ts b/client/src/app/shared/shared-main/video/video.service.ts
index 04a39be0e..4a97719fa 100644
--- a/client/src/app/shared/shared-main/video/video.service.ts
+++ b/client/src/app/shared/shared-main/video/video.service.ts
@@ -210,15 +210,16 @@ export class VideoService implements VideosProvider {
210 } 210 }
211 211
212 getVideos (parameters: { 212 getVideos (parameters: {
213 videoPagination: ComponentPaginationLight, 213 videoPagination: ComponentPaginationLight
214 sort: VideoSortField, 214 sort: VideoSortField
215 filter?: VideoFilter, 215 filter?: VideoFilter
216 categoryOneOf?: number[], 216 categoryOneOf?: number[]
217 languageOneOf?: string[], 217 languageOneOf?: string[]
218 skipCount?: boolean, 218 isLive?: boolean
219 skipCount?: boolean
219 nsfwPolicy?: NSFWPolicyType 220 nsfwPolicy?: NSFWPolicyType
220 }): Observable<ResultList<Video>> { 221 }): Observable<ResultList<Video>> {
221 const { videoPagination, sort, filter, categoryOneOf, languageOneOf, skipCount, nsfwPolicy } = parameters 222 const { videoPagination, sort, filter, categoryOneOf, languageOneOf, skipCount, nsfwPolicy, isLive } = parameters
222 223
223 const pagination = this.restService.componentPaginationToRestPagination(videoPagination) 224 const pagination = this.restService.componentPaginationToRestPagination(videoPagination)
224 225
@@ -228,21 +229,10 @@ export class VideoService implements VideosProvider {
228 if (filter) params = params.set('filter', filter) 229 if (filter) params = params.set('filter', filter)
229 if (skipCount) params = params.set('skipCount', skipCount + '') 230 if (skipCount) params = params.set('skipCount', skipCount + '')
230 231
231 if (nsfwPolicy) { 232 if (isLive) params = params.set('isLive', isLive)
232 params = params.set('nsfw', this.nsfwPolicyToParam(nsfwPolicy)) 233 if (nsfwPolicy) params = params.set('nsfw', this.nsfwPolicyToParam(nsfwPolicy))
233 } 234 if (languageOneOf) this.restService.addArrayParams(params, 'languageOneOf', languageOneOf)
234 235 if (categoryOneOf) this.restService.addArrayParams(params, 'categoryOneOf', categoryOneOf)
235 if (languageOneOf) {
236 for (const l of languageOneOf) {
237 params = params.append('languageOneOf[]', l)
238 }
239 }
240
241 if (categoryOneOf) {
242 for (const c of categoryOneOf) {
243 params = params.append('categoryOneOf[]', c + '')
244 }
245 }
246 236
247 return this.authHttp 237 return this.authHttp
248 .get<ResultList<Video>>(VideoService.BASE_VIDEO_URL, { params }) 238 .get<ResultList<Video>>(VideoService.BASE_VIDEO_URL, { params })
diff --git a/client/src/app/shared/shared-moderation/batch-domains-modal.component.html b/client/src/app/shared/shared-moderation/batch-domains-modal.component.html
index 6a3c65721..8306a96bc 100644
--- a/client/src/app/shared/shared-moderation/batch-domains-modal.component.html
+++ b/client/src/app/shared/shared-moderation/batch-domains-modal.component.html
@@ -1,6 +1,6 @@
1<ng-template #modal> 1<ng-template #modal>
2 <div class="modal-header"> 2 <div class="modal-header">
3 <h4 i18n class="modal-title">{{ action }}</h4> 3 <h4 class="modal-title">{{ action }}</h4>
4 4
5 <my-global-icon iconName="cross" aria-label="Close" role="button" (click)="hide()"></my-global-icon> 5 <my-global-icon iconName="cross" aria-label="Close" role="button" (click)="hide()"></my-global-icon>
6 </div> 6 </div>
@@ -11,15 +11,15 @@
11 <label i18n for="hosts">1 host (without "http://") per line</label> 11 <label i18n for="hosts">1 host (without "http://") per line</label>
12 12
13 <textarea 13 <textarea
14 [placeholder]="placeholder" formControlName="domains" type="text" id="hosts" name="hosts" 14 [placeholder]="placeholder" formControlName="hosts" type="text" id="hosts" name="hosts"
15 class="form-control" [ngClass]="{ 'input-error': formErrors['domains'] }" ngbAutofocus 15 class="form-control" [ngClass]="{ 'input-error': formErrors['hosts'] }" ngbAutofocus
16 ></textarea> 16 ></textarea>
17 17
18 <div *ngIf="formErrors.domains" class="form-error"> 18 <div *ngIf="formErrors.hosts" class="form-error">
19 {{ formErrors.domains }} 19 {{ formErrors.hosts }}
20 20
21 <div *ngIf="form.controls['domains'].errors.validDomains"> 21 <div *ngIf="form.controls['hosts'].errors.validHosts">
22 {{ form.controls['domains'].errors.validDomains.value }} 22 {{ form.controls['hosts'].errors.validHosts.value }}
23 </div> 23 </div>
24 </div> 24 </div>
25 </div> 25 </div>
diff --git a/client/src/app/shared/shared-moderation/batch-domains-modal.component.ts b/client/src/app/shared/shared-moderation/batch-domains-modal.component.ts
index 6edbb6023..20be728f6 100644
--- a/client/src/app/shared/shared-moderation/batch-domains-modal.component.ts
+++ b/client/src/app/shared/shared-moderation/batch-domains-modal.component.ts
@@ -2,7 +2,7 @@ import { Component, EventEmitter, Input, OnInit, Output, ViewChild } from '@angu
2import { FormReactive, FormValidatorService } from '@app/shared/shared-forms' 2import { FormReactive, FormValidatorService } from '@app/shared/shared-forms'
3import { NgbModal } from '@ng-bootstrap/ng-bootstrap' 3import { NgbModal } from '@ng-bootstrap/ng-bootstrap'
4import { NgbModalRef } from '@ng-bootstrap/ng-bootstrap/modal/modal-ref' 4import { NgbModalRef } from '@ng-bootstrap/ng-bootstrap/modal/modal-ref'
5import { DOMAINS_VALIDATOR, getNotEmptyHosts } from '../form-validators/batch-domains-validators' 5import { splitAndGetNotEmpty, UNIQUE_HOSTS_VALIDATOR } from '../form-validators/host-validators'
6 6
7@Component({ 7@Component({
8 selector: 'my-batch-domains-modal', 8 selector: 'my-batch-domains-modal',
@@ -28,7 +28,7 @@ export class BatchDomainsModalComponent extends FormReactive implements OnInit {
28 if (!this.action) this.action = $localize`Process domains` 28 if (!this.action) this.action = $localize`Process domains`
29 29
30 this.buildForm({ 30 this.buildForm({
31 domains: DOMAINS_VALIDATOR 31 hosts: UNIQUE_HOSTS_VALIDATOR
32 }) 32 })
33 } 33 }
34 34
@@ -41,9 +41,7 @@ export class BatchDomainsModalComponent extends FormReactive implements OnInit {
41 } 41 }
42 42
43 submit () { 43 submit () {
44 this.domains.emit( 44 this.domains.emit(splitAndGetNotEmpty(this.form.controls['hosts'].value))
45 getNotEmptyHosts(this.form.controls['domains'].value)
46 )
47 this.form.reset() 45 this.form.reset()
48 this.hide() 46 this.hide()
49 } 47 }
diff --git a/client/src/app/shared/shared-moderation/report-modals/video-report.component.ts b/client/src/app/shared/shared-moderation/report-modals/video-report.component.ts
index 4ca6f52ad..e509ac88f 100644
--- a/client/src/app/shared/shared-moderation/report-modals/video-report.component.ts
+++ b/client/src/app/shared/shared-moderation/report-modals/video-report.component.ts
@@ -1,5 +1,5 @@
1import { mapValues, pickBy } from 'lodash-es' 1import { mapValues, pickBy } from 'lodash-es'
2import { buildVideoLink, buildVideoOrPlaylistEmbed } from 'src/assets/player/utils' 2import { buildVideoOrPlaylistEmbed } from 'src/assets/player/utils'
3import { Component, Input, OnInit, ViewChild } from '@angular/core' 3import { Component, Input, OnInit, ViewChild } from '@angular/core'
4import { DomSanitizer, SafeHtml } from '@angular/platform-browser' 4import { DomSanitizer, SafeHtml } from '@angular/platform-browser'
5import { Notifier } from '@app/core' 5import { Notifier } from '@app/core'
@@ -7,6 +7,7 @@ import { ABUSE_REASON_VALIDATOR } from '@app/shared/form-validators/abuse-valida
7import { FormReactive, FormValidatorService } from '@app/shared/shared-forms' 7import { FormReactive, FormValidatorService } from '@app/shared/shared-forms'
8import { NgbModal } from '@ng-bootstrap/ng-bootstrap' 8import { NgbModal } from '@ng-bootstrap/ng-bootstrap'
9import { NgbModalRef } from '@ng-bootstrap/ng-bootstrap/modal/modal-ref' 9import { NgbModalRef } from '@ng-bootstrap/ng-bootstrap/modal/modal-ref'
10import { decorateVideoLink } from '@shared/core-utils'
10import { abusePredefinedReasonsMap } from '@shared/core-utils/abuse' 11import { abusePredefinedReasonsMap } from '@shared/core-utils/abuse'
11import { AbusePredefinedReasonsString } from '@shared/models' 12import { AbusePredefinedReasonsString } from '@shared/models'
12import { Video } from '../../shared-main' 13import { Video } from '../../shared-main'
@@ -57,11 +58,12 @@ export class VideoReportComponent extends FormReactive implements OnInit {
57 getVideoEmbed () { 58 getVideoEmbed () {
58 return this.sanitizer.bypassSecurityTrustHtml( 59 return this.sanitizer.bypassSecurityTrustHtml(
59 buildVideoOrPlaylistEmbed( 60 buildVideoOrPlaylistEmbed(
60 buildVideoLink({ 61 decorateVideoLink({
61 baseUrl: this.video.embedUrl, 62 url: this.video.embedUrl,
62 title: false, 63 title: false,
63 warningTitle: false 64 warningTitle: false
64 }), 65 }),
66
65 this.video.name 67 this.video.name
66 ) 68 )
67 ) 69 )
diff --git a/client/src/app/shared/shared-search/advanced-search.model.ts b/client/src/app/shared/shared-search/advanced-search.model.ts
index 2c83f53b6..9c55f6cd8 100644
--- a/client/src/app/shared/shared-search/advanced-search.model.ts
+++ b/client/src/app/shared/shared-search/advanced-search.model.ts
@@ -1,4 +1,11 @@
1import { BooleanBothQuery, BooleanQuery, SearchTargetType, VideosSearchQuery } from '@shared/models' 1import {
2 BooleanBothQuery,
3 BooleanQuery,
4 SearchTargetType,
5 VideoChannelsSearchQuery,
6 VideoPlaylistsSearchQuery,
7 VideosSearchQuery
8} from '@shared/models'
2 9
3export class AdvancedSearch { 10export class AdvancedSearch {
4 startDate: string // ISO 8601 11 startDate: string // ISO 8601
@@ -23,6 +30,8 @@ export class AdvancedSearch {
23 30
24 isLive: BooleanQuery 31 isLive: BooleanQuery
25 32
33 host: string
34
26 sort: string 35 sort: string
27 36
28 searchTarget: SearchTargetType 37 searchTarget: SearchTargetType
@@ -45,6 +54,8 @@ export class AdvancedSearch {
45 54
46 isLive?: BooleanQuery 55 isLive?: BooleanQuery
47 56
57 host?: string
58
48 durationMin?: string 59 durationMin?: string
49 durationMax?: string 60 durationMax?: string
50 sort?: string 61 sort?: string
@@ -68,6 +79,8 @@ export class AdvancedSearch {
68 this.durationMin = parseInt(options.durationMin, 10) 79 this.durationMin = parseInt(options.durationMin, 10)
69 this.durationMax = parseInt(options.durationMax, 10) 80 this.durationMax = parseInt(options.durationMax, 10)
70 81
82 this.host = options.host || undefined
83
71 this.searchTarget = options.searchTarget || undefined 84 this.searchTarget = options.searchTarget || undefined
72 85
73 if (isNaN(this.durationMin)) this.durationMin = undefined 86 if (isNaN(this.durationMin)) this.durationMin = undefined
@@ -101,6 +114,7 @@ export class AdvancedSearch {
101 this.durationMin = undefined 114 this.durationMin = undefined
102 this.durationMax = undefined 115 this.durationMax = undefined
103 this.isLive = undefined 116 this.isLive = undefined
117 this.host = undefined
104 118
105 this.sort = '-match' 119 this.sort = '-match'
106 } 120 }
@@ -120,12 +134,13 @@ export class AdvancedSearch {
120 durationMin: this.durationMin, 134 durationMin: this.durationMin,
121 durationMax: this.durationMax, 135 durationMax: this.durationMax,
122 isLive: this.isLive, 136 isLive: this.isLive,
137 host: this.host,
123 sort: this.sort, 138 sort: this.sort,
124 searchTarget: this.searchTarget 139 searchTarget: this.searchTarget
125 } 140 }
126 } 141 }
127 142
128 toAPIObject (): VideosSearchQuery { 143 toVideosAPIObject (): VideosSearchQuery {
129 let isLive: boolean 144 let isLive: boolean
130 if (this.isLive) isLive = this.isLive === 'true' 145 if (this.isLive) isLive = this.isLive === 'true'
131 146
@@ -142,12 +157,27 @@ export class AdvancedSearch {
142 tagsAllOf: this.tagsAllOf, 157 tagsAllOf: this.tagsAllOf,
143 durationMin: this.durationMin, 158 durationMin: this.durationMin,
144 durationMax: this.durationMax, 159 durationMax: this.durationMax,
160 host: this.host,
145 isLive, 161 isLive,
146 sort: this.sort, 162 sort: this.sort,
147 searchTarget: this.searchTarget 163 searchTarget: this.searchTarget
148 } 164 }
149 } 165 }
150 166
167 toPlaylistAPIObject (): VideoPlaylistsSearchQuery {
168 return {
169 host: this.host,
170 searchTarget: this.searchTarget
171 }
172 }
173
174 toChannelAPIObject (): VideoChannelsSearchQuery {
175 return {
176 host: this.host,
177 searchTarget: this.searchTarget
178 }
179 }
180
151 size () { 181 size () {
152 let acc = 0 182 let acc = 0
153 183
diff --git a/client/src/app/shared/shared-search/find-in-bulk.service.ts b/client/src/app/shared/shared-search/find-in-bulk.service.ts
new file mode 100644
index 000000000..61dd2cbc5
--- /dev/null
+++ b/client/src/app/shared/shared-search/find-in-bulk.service.ts
@@ -0,0 +1,123 @@
1import * as debug from 'debug'
2import { Observable, Subject, throwError } from 'rxjs'
3import { first, map } from 'rxjs/operators'
4import { Injectable, NgZone } from '@angular/core'
5import { buildBulkObservable } from '@app/helpers'
6import { ResultList } from '@shared/models/common'
7import { Video, VideoChannel } from '../shared-main'
8import { VideoPlaylist } from '../shared-video-playlist'
9import { SearchService } from './search.service'
10
11const logger = debug('peertube:search:FindInBulkService')
12
13type BulkObservables <P extends number | string, R> = {
14 notifier: Subject<P>
15 result: Observable<R>
16}
17
18@Injectable()
19export class FindInBulkService {
20
21 private getVideoInBulk: BulkObservables<string, ResultList<Video>>
22 private getChannelInBulk: BulkObservables<string, ResultList<VideoChannel>>
23 private getPlaylistInBulk: BulkObservables<string, ResultList<VideoPlaylist>>
24
25 constructor (
26 private searchService: SearchService,
27 private ngZone: NgZone
28 ) {
29 this.getVideoInBulk = this.buildBulkObservableObject(this.getVideosInBulk.bind(this))
30 this.getChannelInBulk = this.buildBulkObservableObject(this.getChannelsInBulk.bind(this))
31 this.getPlaylistInBulk = this.buildBulkObservableObject(this.getPlaylistsInBulk.bind(this))
32 }
33
34 getVideo (uuid: string): Observable<Video> {
35 logger('Schedule video fetch for uuid %s.', uuid)
36
37 return this.getData({
38 observableObject: this.getVideoInBulk,
39 finder: v => v.uuid === uuid,
40 param: uuid
41 })
42 }
43
44 getChannel (handle: string): Observable<VideoChannel> {
45 logger('Schedule channel fetch for handle %s.', handle)
46
47 return this.getData({
48 observableObject: this.getChannelInBulk,
49 finder: c => c.nameWithHost === handle || c.nameWithHostForced === handle,
50 param: handle
51 })
52 }
53
54 getPlaylist (uuid: string): Observable<VideoPlaylist> {
55 logger('Schedule playlist fetch for uuid %s.', uuid)
56
57 return this.getData({
58 observableObject: this.getPlaylistInBulk,
59 finder: p => p.uuid === uuid,
60 param: uuid
61 })
62 }
63
64 private getData <P extends number | string, R> (options: {
65 observableObject: BulkObservables<P, ResultList<R>>
66 param: P
67 finder: (d: R) => boolean
68 }) {
69 const { observableObject, param, finder } = options
70
71 return new Observable<R>(obs => {
72 observableObject.result
73 .pipe(
74 first(),
75 map(({ data }) => data),
76 map(data => data.find(finder))
77 )
78 .subscribe(result => {
79 if (!result) {
80 obs.error(new Error($localize`Element ${param} not found`))
81 } else {
82 obs.next(result)
83 obs.complete()
84 }
85 })
86
87 observableObject.notifier.next(param)
88 })
89 }
90
91 private getVideosInBulk (uuids: string[]) {
92 logger('Fetching videos %s.', uuids.join(', '))
93
94 return this.searchService.searchVideos({ uuids })
95 }
96
97 private getChannelsInBulk (handles: string[]) {
98 logger('Fetching channels %s.', handles.join(', '))
99
100 return this.searchService.searchVideoChannels({ handles })
101 }
102
103 private getPlaylistsInBulk (uuids: string[]) {
104 logger('Fetching playlists %s.', uuids.join(', '))
105
106 return this.searchService.searchVideoPlaylists({ uuids })
107 }
108
109 private buildBulkObservableObject <T extends number | string, R> (bulkGet: (params: T[]) => Observable<R>) {
110 const notifier = new Subject<T>()
111
112 return {
113 notifier,
114
115 result: buildBulkObservable({
116 time: 500,
117 bulkGet,
118 ngZone: this.ngZone,
119 notifierObservable: notifier.asObservable()
120 })
121 }
122 }
123}
diff --git a/client/src/app/shared/shared-search/index.ts b/client/src/app/shared/shared-search/index.ts
index f687f6767..0235893c4 100644
--- a/client/src/app/shared/shared-search/index.ts
+++ b/client/src/app/shared/shared-search/index.ts
@@ -1,3 +1,4 @@
1export * from './advanced-search.model' 1export * from './advanced-search.model'
2export * from './find-in-bulk.service'
2export * from './search.service' 3export * from './search.service'
3export * from './shared-search.module' 4export * from './shared-search.module'
diff --git a/client/src/app/shared/shared-search/search.service.ts b/client/src/app/shared/shared-search/search.service.ts
index ad258f5e5..fdfab0e0e 100644
--- a/client/src/app/shared/shared-search/search.service.ts
+++ b/client/src/app/shared/shared-search/search.service.ts
@@ -7,7 +7,6 @@ import { Video, VideoChannel, VideoChannelService, VideoService } from '@app/sha
7import { peertubeLocalStorage } from '@root-helpers/peertube-web-storage' 7import { peertubeLocalStorage } from '@root-helpers/peertube-web-storage'
8import { 8import {
9 ResultList, 9 ResultList,
10 SearchTargetType,
11 Video as VideoServerModel, 10 Video as VideoServerModel,
12 VideoChannel as VideoChannelServerModel, 11 VideoChannel as VideoChannelServerModel,
13 VideoPlaylist as VideoPlaylistServerModel 12 VideoPlaylist as VideoPlaylistServerModel
@@ -33,11 +32,12 @@ export class SearchService {
33 } 32 }
34 33
35 searchVideos (parameters: { 34 searchVideos (parameters: {
36 search: string, 35 search?: string
37 componentPagination?: ComponentPaginationLight, 36 componentPagination?: ComponentPaginationLight
38 advancedSearch?: AdvancedSearch 37 advancedSearch?: AdvancedSearch
38 uuids?: string[]
39 }): Observable<ResultList<Video>> { 39 }): Observable<ResultList<Video>> {
40 const { search, componentPagination, advancedSearch } = parameters 40 const { search, uuids, componentPagination, advancedSearch } = parameters
41 41
42 const url = SearchService.BASE_SEARCH_URL + 'videos' 42 const url = SearchService.BASE_SEARCH_URL + 'videos'
43 let pagination: RestPagination 43 let pagination: RestPagination
@@ -50,9 +50,10 @@ export class SearchService {
50 params = this.restService.addRestGetParams(params, pagination) 50 params = this.restService.addRestGetParams(params, pagination)
51 51
52 if (search) params = params.append('search', search) 52 if (search) params = params.append('search', search)
53 if (uuids) params = this.restService.addArrayParams(params, 'uuids', uuids)
53 54
54 if (advancedSearch) { 55 if (advancedSearch) {
55 const advancedSearchObject = advancedSearch.toAPIObject() 56 const advancedSearchObject = advancedSearch.toVideosAPIObject()
56 params = this.restService.addObjectParams(params, advancedSearchObject) 57 params = this.restService.addObjectParams(params, advancedSearchObject)
57 } 58 }
58 59
@@ -65,11 +66,12 @@ export class SearchService {
65 } 66 }
66 67
67 searchVideoChannels (parameters: { 68 searchVideoChannels (parameters: {
68 search: string, 69 search?: string
69 searchTarget?: SearchTargetType, 70 advancedSearch?: AdvancedSearch
70 componentPagination?: ComponentPaginationLight 71 componentPagination?: ComponentPaginationLight
72 handles?: string[]
71 }): Observable<ResultList<VideoChannel>> { 73 }): Observable<ResultList<VideoChannel>> {
72 const { search, componentPagination, searchTarget } = parameters 74 const { search, advancedSearch, componentPagination, handles } = parameters
73 75
74 const url = SearchService.BASE_SEARCH_URL + 'video-channels' 76 const url = SearchService.BASE_SEARCH_URL + 'video-channels'
75 77
@@ -80,10 +82,13 @@ export class SearchService {
80 82
81 let params = new HttpParams() 83 let params = new HttpParams()
82 params = this.restService.addRestGetParams(params, pagination) 84 params = this.restService.addRestGetParams(params, pagination)
83 params = params.append('search', search)
84 85
85 if (searchTarget) { 86 if (search) params = params.append('search', search)
86 params = params.append('searchTarget', searchTarget as string) 87 if (handles) params = this.restService.addArrayParams(params, 'handles', handles)
88
89 if (advancedSearch) {
90 const advancedSearchObject = advancedSearch.toChannelAPIObject()
91 params = this.restService.addObjectParams(params, advancedSearchObject)
87 } 92 }
88 93
89 return this.authHttp 94 return this.authHttp
@@ -95,11 +100,12 @@ export class SearchService {
95 } 100 }
96 101
97 searchVideoPlaylists (parameters: { 102 searchVideoPlaylists (parameters: {
98 search: string, 103 search?: string
99 searchTarget?: SearchTargetType, 104 advancedSearch?: AdvancedSearch
100 componentPagination?: ComponentPaginationLight 105 componentPagination?: ComponentPaginationLight
106 uuids?: string[]
101 }): Observable<ResultList<VideoPlaylist>> { 107 }): Observable<ResultList<VideoPlaylist>> {
102 const { search, componentPagination, searchTarget } = parameters 108 const { search, advancedSearch, componentPagination, uuids } = parameters
103 109
104 const url = SearchService.BASE_SEARCH_URL + 'video-playlists' 110 const url = SearchService.BASE_SEARCH_URL + 'video-playlists'
105 111
@@ -110,10 +116,13 @@ export class SearchService {
110 116
111 let params = new HttpParams() 117 let params = new HttpParams()
112 params = this.restService.addRestGetParams(params, pagination) 118 params = this.restService.addRestGetParams(params, pagination)
113 params = params.append('search', search)
114 119
115 if (searchTarget) { 120 if (search) params = params.append('search', search)
116 params = params.append('searchTarget', searchTarget as string) 121 if (uuids) params = this.restService.addArrayParams(params, 'uuids', uuids)
122
123 if (advancedSearch) {
124 const advancedSearchObject = advancedSearch.toPlaylistAPIObject()
125 params = this.restService.addObjectParams(params, advancedSearchObject)
117 } 126 }
118 127
119 return this.authHttp 128 return this.authHttp
diff --git a/client/src/app/shared/shared-search/shared-search.module.ts b/client/src/app/shared/shared-search/shared-search.module.ts
index be4ef5e3f..8b5492400 100644
--- a/client/src/app/shared/shared-search/shared-search.module.ts
+++ b/client/src/app/shared/shared-search/shared-search.module.ts
@@ -1,6 +1,7 @@
1import { NgModule } from '@angular/core' 1import { NgModule } from '@angular/core'
2import { SharedMainModule } from '../shared-main' 2import { SharedMainModule } from '../shared-main'
3import { SharedVideoPlaylistModule } from '../shared-video-playlist' 3import { SharedVideoPlaylistModule } from '../shared-video-playlist'
4import { FindInBulkService } from './find-in-bulk.service'
4import { SearchService } from './search.service' 5import { SearchService } from './search.service'
5 6
6@NgModule({ 7@NgModule({
@@ -16,6 +17,7 @@ import { SearchService } from './search.service'
16 ], 17 ],
17 18
18 providers: [ 19 providers: [
20 FindInBulkService,
19 SearchService 21 SearchService
20 ] 22 ]
21}) 23})
diff --git a/client/src/app/shared/shared-share-modal/video-share.component.ts b/client/src/app/shared/shared-share-modal/video-share.component.ts
index a41ff248b..341abdc2b 100644
--- a/client/src/app/shared/shared-share-modal/video-share.component.ts
+++ b/client/src/app/shared/shared-share-modal/video-share.component.ts
@@ -1,9 +1,10 @@
1import { Component, ElementRef, Input, ViewChild } from '@angular/core' 1import { Component, ElementRef, Input, ViewChild } from '@angular/core'
2import { Video, VideoDetails } from '@app/shared/shared-main' 2import { VideoDetails } from '@app/shared/shared-main'
3import { VideoPlaylist } from '@app/shared/shared-video-playlist' 3import { VideoPlaylist } from '@app/shared/shared-video-playlist'
4import { NgbModal } from '@ng-bootstrap/ng-bootstrap' 4import { NgbModal } from '@ng-bootstrap/ng-bootstrap'
5import { buildPlaylistLink, buildVideoLink, decoratePlaylistLink, decorateVideoLink } from '@shared/core-utils'
5import { VideoCaption } from '@shared/models' 6import { VideoCaption } from '@shared/models'
6import { buildPlaylistLink, buildVideoLink, buildVideoOrPlaylistEmbed } from '../../../assets/player/utils' 7import { buildVideoOrPlaylistEmbed } from '../../../assets/player/utils'
7 8
8type Customizations = { 9type Customizations = {
9 startAtCheckbox: boolean 10 startAtCheckbox: boolean
@@ -83,34 +84,34 @@ export class VideoShareComponent {
83 } 84 }
84 85
85 getVideoIframeCode () { 86 getVideoIframeCode () {
86 const options = this.getVideoOptions(this.video.embedUrl) 87 const embedUrl = decorateVideoLink({ url: this.video.embedUrl, ...this.getVideoOptions() })
87 88
88 const embedUrl = buildVideoLink(options)
89 return buildVideoOrPlaylistEmbed(embedUrl, this.video.name) 89 return buildVideoOrPlaylistEmbed(embedUrl, this.video.name)
90 } 90 }
91 91
92 getPlaylistIframeCode () { 92 getPlaylistIframeCode () {
93 const options = this.getPlaylistOptions(this.playlist.embedUrl) 93 const embedUrl = decoratePlaylistLink({ url: this.playlist.embedUrl, ...this.getPlaylistOptions() })
94 94
95 const embedUrl = buildPlaylistLink(options)
96 return buildVideoOrPlaylistEmbed(embedUrl, this.playlist.displayName) 95 return buildVideoOrPlaylistEmbed(embedUrl, this.playlist.displayName)
97 } 96 }
98 97
99 getVideoUrl () { 98 getVideoUrl () {
100 let baseUrl = this.customizations.originUrl ? this.video.originInstanceUrl : window.location.origin 99 const baseUrl = this.customizations.originUrl
101 baseUrl += Video.buildWatchUrl(this.video) 100 ? this.video.originInstanceUrl
101 : window.location.origin
102 102
103 const options = this.getVideoOptions(baseUrl) 103 return decorateVideoLink({
104 url: buildVideoLink(this.video, baseUrl),
104 105
105 return buildVideoLink(options) 106 ...this.getVideoOptions()
107 })
106 } 108 }
107 109
108 getPlaylistUrl () { 110 getPlaylistUrl () {
109 const base = window.location.origin + VideoPlaylist.buildWatchUrl(this.playlist) 111 const url = buildPlaylistLink(this.playlist)
112 if (!this.includeVideoInPlaylist) return url
110 113
111 if (!this.includeVideoInPlaylist) return base 114 return decoratePlaylistLink({ url, playlistPosition: this.playlistPosition })
112
113 return base + '?playlistPosition=' + this.playlistPosition
114 } 115 }
115 116
116 notSecure () { 117 notSecure () {
@@ -133,10 +134,8 @@ export class VideoShareComponent {
133 } 134 }
134 } 135 }
135 136
136 private getVideoOptions (baseUrl?: string) { 137 private getVideoOptions () {
137 return { 138 return {
138 baseUrl,
139
140 startTime: this.customizations.startAtCheckbox ? this.customizations.startAt : undefined, 139 startTime: this.customizations.startAtCheckbox ? this.customizations.startAt : undefined,
141 stopTime: this.customizations.stopAtCheckbox ? this.customizations.stopAt : undefined, 140 stopTime: this.customizations.stopAtCheckbox ? this.customizations.stopAt : undefined,
142 141
diff --git a/client/src/app/shared/shared-user-subscription/user-subscription.service.ts b/client/src/app/shared/shared-user-subscription/user-subscription.service.ts
index eb1fdf91c..bb44660d2 100644
--- a/client/src/app/shared/shared-user-subscription/user-subscription.service.ts
+++ b/client/src/app/shared/shared-user-subscription/user-subscription.service.ts
@@ -1,11 +1,10 @@
1import * as debug from 'debug' 1import * as debug from 'debug'
2import { uniq } from 'lodash-es' 2import { merge, Observable, of, ReplaySubject, Subject } from 'rxjs'
3import { asyncScheduler, merge, Observable, of, ReplaySubject, Subject } from 'rxjs' 3import { catchError, filter, map, switchMap, tap } from 'rxjs/operators'
4import { bufferTime, catchError, filter, map, observeOn, share, switchMap, tap } from 'rxjs/operators'
5import { HttpClient, HttpParams } from '@angular/common/http' 4import { HttpClient, HttpParams } from '@angular/common/http'
6import { Injectable, NgZone } from '@angular/core' 5import { Injectable, NgZone } from '@angular/core'
7import { ComponentPaginationLight, RestExtractor, RestService } from '@app/core' 6import { ComponentPaginationLight, RestExtractor, RestService } from '@app/core'
8import { enterZone, leaveZone } from '@app/helpers' 7import { buildBulkObservable } from '@app/helpers'
9import { Video, VideoChannel, VideoChannelService, VideoService } from '@app/shared/shared-main' 8import { Video, VideoChannel, VideoChannelService, VideoService } from '@app/shared/shared-main'
10import { ResultList, VideoChannel as VideoChannelServer, VideoSortField } from '@shared/models' 9import { ResultList, VideoChannel as VideoChannelServer, VideoSortField } from '@shared/models'
11import { environment } from '../../../environments/environment' 10import { environment } from '../../../environments/environment'
@@ -35,15 +34,12 @@ export class UserSubscriptionService {
35 private ngZone: NgZone 34 private ngZone: NgZone
36 ) { 35 ) {
37 this.existsObservable = merge( 36 this.existsObservable = merge(
38 this.existsSubject.pipe( 37 buildBulkObservable({
39 // We leave Angular zone so Protractor does not get stuck 38 time: 500,
40 bufferTime(500, leaveZone(this.ngZone, asyncScheduler)), 39 ngZone: this.ngZone,
41 filter(uris => uris.length !== 0), 40 notifierObservable: this.existsSubject,
42 map(uris => uniq(uris)), 41 bulkGet: this.doSubscriptionsExist.bind(this)
43 observeOn(enterZone(this.ngZone, asyncScheduler)), 42 }),
44 switchMap(uris => this.doSubscriptionsExist(uris)),
45 share()
46 ),
47 43
48 this.myAccountSubscriptionCacheSubject 44 this.myAccountSubscriptionCacheSubject
49 ) 45 )
diff --git a/client/src/app/shared/shared-video-miniature/abstract-video-list.ts b/client/src/app/shared/shared-video-miniature/abstract-video-list.ts
index 52e72d35b..33061a837 100644
--- a/client/src/app/shared/shared-video-miniature/abstract-video-list.ts
+++ b/client/src/app/shared/shared-video-miniature/abstract-video-list.ts
@@ -24,7 +24,7 @@ import {
24} from '@app/core' 24} from '@app/core'
25import { DisableForReuseHook } from '@app/core/routing/disable-for-reuse-hook' 25import { DisableForReuseHook } from '@app/core/routing/disable-for-reuse-hook'
26import { GlobalIconName } from '@app/shared/shared-icons' 26import { GlobalIconName } from '@app/shared/shared-icons'
27import { isLastMonth, isLastWeek, isThisMonth, isToday, isYesterday } from '@shared/core-utils/miscs/date' 27import { isLastMonth, isLastWeek, isThisMonth, isToday, isYesterday } from '@shared/core-utils'
28import { HTMLServerConfig, UserRight, VideoFilter, VideoSortField } from '@shared/models' 28import { HTMLServerConfig, UserRight, VideoFilter, VideoSortField } from '@shared/models'
29import { NSFWPolicyType } from '@shared/models/videos/nsfw-policy.type' 29import { NSFWPolicyType } from '@shared/models/videos/nsfw-policy.type'
30import { Syndication, Video } from '../shared-main' 30import { Syndication, Video } from '../shared-main'
diff --git a/client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts b/client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts
index 681e5becd..8b019103c 100644
--- a/client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts
+++ b/client/src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts
@@ -4,6 +4,7 @@ import { debounceTime, filter } from 'rxjs/operators'
4import { ChangeDetectionStrategy, ChangeDetectorRef, Component, Input, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core' 4import { ChangeDetectionStrategy, ChangeDetectorRef, Component, Input, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core'
5import { AuthService, DisableForReuseHook, Notifier } from '@app/core' 5import { AuthService, DisableForReuseHook, Notifier } from '@app/core'
6import { FormReactive, FormValidatorService } from '@app/shared/shared-forms' 6import { FormReactive, FormValidatorService } from '@app/shared/shared-forms'
7import { secondsToTime } from '@shared/core-utils'
7import { 8import {
8 Video, 9 Video,
9 VideoExistInPlaylist, 10 VideoExistInPlaylist,
@@ -12,7 +13,6 @@ import {
12 VideoPlaylistElementUpdate, 13 VideoPlaylistElementUpdate,
13 VideoPlaylistPrivacy 14 VideoPlaylistPrivacy
14} from '@shared/models' 15} from '@shared/models'
15import { secondsToTime } from '../../../assets/player/utils'
16import { VIDEO_PLAYLIST_DISPLAY_NAME_VALIDATOR } from '../form-validators/video-playlist-validators' 16import { VIDEO_PLAYLIST_DISPLAY_NAME_VALIDATOR } from '../form-validators/video-playlist-validators'
17import { CachedPlaylist, VideoPlaylistService } from './video-playlist.service' 17import { CachedPlaylist, VideoPlaylistService } from './video-playlist.service'
18 18
diff --git a/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts b/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts
index d99170e4e..2e495ec26 100644
--- a/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts
+++ b/client/src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts
@@ -2,8 +2,8 @@ import { ChangeDetectionStrategy, ChangeDetectorRef, Component, EventEmitter, In
2import { AuthService, Notifier, ServerService } from '@app/core' 2import { AuthService, Notifier, ServerService } from '@app/core'
3import { Video } from '@app/shared/shared-main' 3import { Video } from '@app/shared/shared-main'
4import { NgbDropdown } from '@ng-bootstrap/ng-bootstrap' 4import { NgbDropdown } from '@ng-bootstrap/ng-bootstrap'
5import { secondsToTime } from '@shared/core-utils'
5import { HTMLServerConfig, VideoPlaylistElementType, VideoPlaylistElementUpdate } from '@shared/models' 6import { HTMLServerConfig, VideoPlaylistElementType, VideoPlaylistElementUpdate } from '@shared/models'
6import { secondsToTime } from '../../../assets/player/utils'
7import { VideoPlaylistElement } from './video-playlist-element.model' 7import { VideoPlaylistElement } from './video-playlist-element.model'
8import { VideoPlaylist } from './video-playlist.model' 8import { VideoPlaylist } from './video-playlist.model'
9import { VideoPlaylistService } from './video-playlist.service' 9import { VideoPlaylistService } from './video-playlist.service'
diff --git a/client/src/app/shared/shared-video-playlist/video-playlist.model.ts b/client/src/app/shared/shared-video-playlist/video-playlist.model.ts
index 55013e4c5..fcc2ce705 100644
--- a/client/src/app/shared/shared-video-playlist/video-playlist.model.ts
+++ b/client/src/app/shared/shared-video-playlist/video-playlist.model.ts
@@ -1,5 +1,6 @@
1import { getAbsoluteAPIUrl, getAbsoluteEmbedUrl } from '@app/helpers' 1import { getAbsoluteAPIUrl, getAbsoluteEmbedUrl } from '@app/helpers'
2import { Actor } from '@app/shared/shared-main' 2import { Actor } from '@app/shared/shared-main'
3import { buildPlaylistWatchPath } from '@shared/core-utils'
3import { peertubeTranslate } from '@shared/core-utils/i18n' 4import { peertubeTranslate } from '@shared/core-utils/i18n'
4import { 5import {
5 AccountSummary, 6 AccountSummary,
@@ -44,7 +45,7 @@ export class VideoPlaylist implements ServerVideoPlaylist {
44 videoChannelBy?: string 45 videoChannelBy?: string
45 46
46 static buildWatchUrl (playlist: Pick<VideoPlaylist, 'uuid' | 'shortUUID'>) { 47 static buildWatchUrl (playlist: Pick<VideoPlaylist, 'uuid' | 'shortUUID'>) {
47 return '/w/p/' + (playlist.shortUUID || playlist.uuid) 48 return buildPlaylistWatchPath({ shortUUID: playlist.shortUUID || playlist.uuid })
48 } 49 }
49 50
50 constructor (hash: ServerVideoPlaylist, translations: {}) { 51 constructor (hash: ServerVideoPlaylist, translations: {}) {
diff --git a/client/src/app/shared/shared-video-playlist/video-playlist.service.ts b/client/src/app/shared/shared-video-playlist/video-playlist.service.ts
index 1b87e0b2a..a3f1393ff 100644
--- a/client/src/app/shared/shared-video-playlist/video-playlist.service.ts
+++ b/client/src/app/shared/shared-video-playlist/video-playlist.service.ts
@@ -1,11 +1,10 @@
1import * as debug from 'debug' 1import * as debug from 'debug'
2import { uniq } from 'lodash-es' 2import { merge, Observable, of, ReplaySubject, Subject } from 'rxjs'
3import { asyncScheduler, merge, Observable, of, ReplaySubject, Subject } from 'rxjs' 3import { catchError, filter, map, share, switchMap, tap } from 'rxjs/operators'
4import { bufferTime, catchError, filter, map, observeOn, share, switchMap, tap, distinctUntilChanged } from 'rxjs/operators'
5import { HttpClient, HttpParams } from '@angular/common/http' 4import { HttpClient, HttpParams } from '@angular/common/http'
6import { Injectable, NgZone } from '@angular/core' 5import { Injectable, NgZone } from '@angular/core'
7import { AuthUser, ComponentPaginationLight, RestExtractor, RestService, ServerService } from '@app/core' 6import { AuthUser, ComponentPaginationLight, RestExtractor, RestService, ServerService } from '@app/core'
8import { enterZone, leaveZone, objectToFormData } from '@app/helpers' 7import { buildBulkObservable, objectToFormData } from '@app/helpers'
9import { Account, AccountService, VideoChannel, VideoChannelService } from '@app/shared/shared-main' 8import { Account, AccountService, VideoChannel, VideoChannelService } from '@app/shared/shared-main'
10import { 9import {
11 ResultList, 10 ResultList,
@@ -52,16 +51,12 @@ export class VideoPlaylistService {
52 private ngZone: NgZone 51 private ngZone: NgZone
53 ) { 52 ) {
54 this.videoExistsInPlaylistObservable = merge( 53 this.videoExistsInPlaylistObservable = merge(
55 this.videoExistsInPlaylistNotifier.pipe( 54 buildBulkObservable({
56 distinctUntilChanged(), 55 time: 500,
57 // We leave Angular zone so Protractor does not get stuck 56 ngZone: this.ngZone,
58 bufferTime(500, leaveZone(this.ngZone, asyncScheduler)), 57 bulkGet: this.doVideosExistInPlaylist.bind(this),
59 filter(videoIds => videoIds.length !== 0), 58 notifierObservable: this.videoExistsInPlaylistNotifier
60 map(videoIds => uniq(videoIds)), 59 }),
61 observeOn(enterZone(this.ngZone, asyncScheduler)),
62 switchMap(videoIds => this.doVideosExistInPlaylist(videoIds)),
63 share()
64 ),
65 60
66 this.videoExistsInPlaylistCacheSubject 61 this.videoExistsInPlaylistCacheSubject
67 ) 62 )
diff --git a/client/src/assets/player/p2p-media-loader/hls-plugin.ts b/client/src/assets/player/p2p-media-loader/hls-plugin.ts
index 53969a5a5..3050110cd 100644
--- a/client/src/assets/player/p2p-media-loader/hls-plugin.ts
+++ b/client/src/assets/player/p2p-media-loader/hls-plugin.ts
@@ -264,20 +264,16 @@ class Html5Hlsjs {
264 if (this.errorCounts[ data.type ]) this.errorCounts[ data.type ] += 1 264 if (this.errorCounts[ data.type ]) this.errorCounts[ data.type ] += 1
265 else this.errorCounts[ data.type ] = 1 265 else this.errorCounts[ data.type ] = 1
266 266
267 if (!data.fatal) { 267 if (data.fatal) console.warn(error.message)
268 console.warn(error.message) 268 else console.error(error.message, data)
269 return
270 }
271
272 console.error(error.message)
273 269
274 if (data.type === Hlsjs.ErrorTypes.NETWORK_ERROR) { 270 if (data.type === Hlsjs.ErrorTypes.NETWORK_ERROR) {
275 error.code = 2 271 error.code = 2
276 this._handleNetworkError(error) 272 this._handleNetworkError(error)
277 } else if (data.type === Hlsjs.ErrorTypes.MEDIA_ERROR && data.details !== 'manifestIncompatibleCodecsError') { 273 } else if (data.fatal && data.type === Hlsjs.ErrorTypes.MEDIA_ERROR && data.details !== 'manifestIncompatibleCodecsError') {
278 error.code = 3 274 error.code = 3
279 this._handleMediaError(error) 275 this._handleMediaError(error)
280 } else { 276 } else if (data.fatal) {
281 this.hls.destroy() 277 this.hls.destroy()
282 console.info('bubbling error up to VIDEOJS') 278 console.info('bubbling error up to VIDEOJS')
283 this.tech.error = () => error as any 279 this.tech.error = () => error as any
@@ -286,12 +282,12 @@ class Html5Hlsjs {
286 } 282 }
287 283
288 private switchQuality (qualityId: number) { 284 private switchQuality (qualityId: number) {
289 this.hls.nextLevel = qualityId 285 this.hls.currentLevel = qualityId
290 } 286 }
291 287
292 private _levelLabel (level: Hlsjs.Level) { 288 private _levelLabel (level: Hlsjs.Level) {
293 if (this.player.srOptions_.levelLabelHandler) { 289 if (this.player.srOptions_.levelLabelHandler) {
294 return this.player.srOptions_.levelLabelHandler(level) 290 return this.player.srOptions_.levelLabelHandler(level as any)
295 } 291 }
296 292
297 if (level.height) return level.height + 'p' 293 if (level.height) return level.height + 'p'
diff --git a/client/src/assets/player/p2p-media-loader/p2p-media-loader-plugin.ts b/client/src/assets/player/p2p-media-loader/p2p-media-loader-plugin.ts
index f1bd9f0c4..093795e48 100644
--- a/client/src/assets/player/p2p-media-loader/p2p-media-loader-plugin.ts
+++ b/client/src/assets/player/p2p-media-loader/p2p-media-loader-plugin.ts
@@ -1,9 +1,9 @@
1import * as Hlsjs from 'hls.js/dist/hls.light.js' 1import * as Hlsjs from 'hls.js/dist/hls.light.js'
2import { Events, Segment } from 'p2p-media-loader-core'
3import { Engine, initHlsJsPlayer, initVideoJsContribHlsJsPlayer } from 'p2p-media-loader-hlsjs'
4import videojs from 'video.js' 2import videojs from 'video.js'
3import { Events, Segment } from '@peertube/p2p-media-loader-core'
4import { Engine, initHlsJsPlayer, initVideoJsContribHlsJsPlayer } from '@peertube/p2p-media-loader-hlsjs'
5import { timeToInt } from '@shared/core-utils'
5import { P2PMediaLoaderPluginOptions, PlayerNetworkInfo } from '../peertube-videojs-typings' 6import { P2PMediaLoaderPluginOptions, PlayerNetworkInfo } from '../peertube-videojs-typings'
6import { timeToInt } from '../utils'
7import { registerConfigPlugin, registerSourceHandler } from './hls-plugin' 7import { registerConfigPlugin, registerSourceHandler } from './hls-plugin'
8 8
9registerConfigPlugin(videojs) 9registerConfigPlugin(videojs)
@@ -36,9 +36,6 @@ class P2pMediaLoaderPlugin extends Plugin {
36 36
37 private networkInfoInterval: any 37 private networkInfoInterval: any
38 38
39 private hlsjsCurrentLevel: number
40 private hlsjsLevels: Hlsjs.Level[]
41
42 constructor (player: videojs.Player, options?: P2PMediaLoaderPluginOptions) { 39 constructor (player: videojs.Player, options?: P2PMediaLoaderPluginOptions) {
43 super(player) 40 super(player)
44 41
@@ -88,13 +85,12 @@ class P2pMediaLoaderPlugin extends Plugin {
88 } 85 }
89 86
90 getCurrentLevel () { 87 getCurrentLevel () {
91 return this.hlsjsLevels.find(l => l.level === this.hlsjsCurrentLevel) 88 return this.hlsjs.levels[this.hlsjs.currentLevel]
92 } 89 }
93 90
94 getLiveLatency () { 91 getLiveLatency () {
95 return undefined as number 92 // FIXME: typings
96 // FIXME: Use latency when hls >= V1 93 return Math.round((this.hlsjs as any).latency)
97 // return this.hlsjs.latency
98 } 94 }
99 95
100 getHLSJS () { 96 getHLSJS () {
@@ -140,31 +136,23 @@ class P2pMediaLoaderPlugin extends Plugin {
140 } 136 }
141 137
142 private runStats () { 138 private runStats () {
143 this.p2pEngine.on(Events.PieceBytesDownloaded, (method: string, size: number) => { 139 this.p2pEngine.on(Events.PieceBytesDownloaded, (method: string, _segment, bytes: number) => {
144 const elem = method === 'p2p' ? this.statsP2PBytes : this.statsHTTPBytes 140 const elem = method === 'p2p' ? this.statsP2PBytes : this.statsHTTPBytes
145 141
146 elem.pendingDownload.push(size) 142 elem.pendingDownload.push(bytes)
147 elem.totalDownload += size 143 elem.totalDownload += bytes
148 }) 144 })
149 145
150 this.p2pEngine.on(Events.PieceBytesUploaded, (method: string, size: number) => { 146 this.p2pEngine.on(Events.PieceBytesUploaded, (method: string, _segment, bytes: number) => {
151 const elem = method === 'p2p' ? this.statsP2PBytes : this.statsHTTPBytes 147 const elem = method === 'p2p' ? this.statsP2PBytes : this.statsHTTPBytes
152 148
153 elem.pendingUpload.push(size) 149 elem.pendingUpload.push(bytes)
154 elem.totalUpload += size 150 elem.totalUpload += bytes
155 }) 151 })
156 152
157 this.p2pEngine.on(Events.PeerConnect, () => this.statsP2PBytes.numPeers++) 153 this.p2pEngine.on(Events.PeerConnect, () => this.statsP2PBytes.numPeers++)
158 this.p2pEngine.on(Events.PeerClose, () => this.statsP2PBytes.numPeers--) 154 this.p2pEngine.on(Events.PeerClose, () => this.statsP2PBytes.numPeers--)
159 155
160 this.hlsjs.on(Hlsjs.Events.MANIFEST_PARSED, (_e, manifest) => {
161 this.hlsjsCurrentLevel = manifest.firstLevel
162 this.hlsjsLevels = manifest.levels
163 })
164 this.hlsjs.on(Hlsjs.Events.LEVEL_LOADED, (_e, level) => {
165 this.hlsjsCurrentLevel = level.levelId || (level as any).id
166 })
167
168 this.networkInfoInterval = setInterval(() => { 156 this.networkInfoInterval = setInterval(() => {
169 const p2pDownloadSpeed = this.arraySum(this.statsP2PBytes.pendingDownload) 157 const p2pDownloadSpeed = this.arraySum(this.statsP2PBytes.pendingDownload)
170 const p2pUploadSpeed = this.arraySum(this.statsP2PBytes.pendingUpload) 158 const p2pUploadSpeed = this.arraySum(this.statsP2PBytes.pendingUpload)
diff --git a/client/src/assets/player/p2p-media-loader/segment-url-builder.ts b/client/src/assets/player/p2p-media-loader/segment-url-builder.ts
index 039777cea..ad0e460ae 100644
--- a/client/src/assets/player/p2p-media-loader/segment-url-builder.ts
+++ b/client/src/assets/player/p2p-media-loader/segment-url-builder.ts
@@ -1,4 +1,4 @@
1import { Segment } from 'p2p-media-loader-core' 1import { Segment } from '@peertube/p2p-media-loader-core'
2import { RedundancyUrlManager } from './redundancy-url-manager' 2import { RedundancyUrlManager } from './redundancy-url-manager'
3 3
4function segmentUrlBuilderFactory (redundancyUrlManager: RedundancyUrlManager) { 4function segmentUrlBuilderFactory (redundancyUrlManager: RedundancyUrlManager) {
diff --git a/client/src/assets/player/p2p-media-loader/segment-validator.ts b/client/src/assets/player/p2p-media-loader/segment-validator.ts
index 59245ceb4..d0a4c4a3f 100644
--- a/client/src/assets/player/p2p-media-loader/segment-validator.ts
+++ b/client/src/assets/player/p2p-media-loader/segment-validator.ts
@@ -1,5 +1,5 @@
1import { wait } from '@root-helpers/utils' 1import { wait } from '@root-helpers/utils'
2import { Segment } from 'p2p-media-loader-core' 2import { Segment } from '@peertube/p2p-media-loader-core'
3import { basename } from 'path' 3import { basename } from 'path'
4 4
5type SegmentsJSON = { [filename: string]: string | { [byterange: string]: string } } 5type SegmentsJSON = { [filename: string]: string | { [byterange: string]: string } }
diff --git a/client/src/assets/player/peertube-player-manager.ts b/client/src/assets/player/peertube-player-manager.ts
index b071a0938..c45e8f53e 100644
--- a/client/src/assets/player/peertube-player-manager.ts
+++ b/client/src/assets/player/peertube-player-manager.ts
@@ -22,24 +22,28 @@ import './videojs-components/settings-panel-child'
22import './videojs-components/theater-button' 22import './videojs-components/theater-button'
23import './playlist/playlist-plugin' 23import './playlist/playlist-plugin'
24import videojs from 'video.js' 24import videojs from 'video.js'
25import { HlsJsEngineSettings } from '@peertube/p2p-media-loader-hlsjs'
25import { PluginsManager } from '@root-helpers/plugins-manager' 26import { PluginsManager } from '@root-helpers/plugins-manager'
27import { buildVideoLink, decorateVideoLink } from '@shared/core-utils'
26import { isDefaultLocale } from '@shared/core-utils/i18n' 28import { isDefaultLocale } from '@shared/core-utils/i18n'
27import { VideoFile } from '@shared/models' 29import { VideoFile } from '@shared/models'
28import { copyToClipboard } from '../../root-helpers/utils' 30import { copyToClipboard } from '../../root-helpers/utils'
29import { RedundancyUrlManager } from './p2p-media-loader/redundancy-url-manager' 31import { RedundancyUrlManager } from './p2p-media-loader/redundancy-url-manager'
30import { segmentUrlBuilderFactory } from './p2p-media-loader/segment-url-builder' 32import { segmentUrlBuilderFactory } from './p2p-media-loader/segment-url-builder'
31import { segmentValidatorFactory } from './p2p-media-loader/segment-validator' 33import { segmentValidatorFactory } from './p2p-media-loader/segment-validator'
32import { getStoredP2PEnabled } from './peertube-player-local-storage' 34import { getAverageBandwidthInStore, getStoredP2PEnabled, saveAverageBandwidth } from './peertube-player-local-storage'
33import { 35import {
34 NextPreviousVideoButtonOptions, 36 NextPreviousVideoButtonOptions,
35 P2PMediaLoaderPluginOptions, 37 P2PMediaLoaderPluginOptions,
38 PeerTubeLinkButtonOptions,
39 PlayerNetworkInfo,
36 PlaylistPluginOptions, 40 PlaylistPluginOptions,
37 UserWatching, 41 UserWatching,
38 VideoJSCaption, 42 VideoJSCaption,
39 VideoJSPluginOptions 43 VideoJSPluginOptions
40} from './peertube-videojs-typings' 44} from './peertube-videojs-typings'
41import { TranslationsManager } from './translations-manager' 45import { TranslationsManager } from './translations-manager'
42import { buildVideoLink, buildVideoOrPlaylistEmbed, getRtcConfig, isIOS, isSafari } from './utils' 46import { buildVideoOrPlaylistEmbed, getRtcConfig, isIOS, isSafari } from './utils'
43 47
44// Change 'Playback Rate' to 'Speed' (smaller for our settings menu) 48// Change 'Playback Rate' to 'Speed' (smaller for our settings menu)
45(videojs.getComponent('PlaybackRateMenuButton') as any).prototype.controlText_ = 'Speed' 49(videojs.getComponent('PlaybackRateMenuButton') as any).prototype.controlText_ = 'Speed'
@@ -110,6 +114,7 @@ export interface CommonOptions extends CustomizationOptions {
110 videoCaptions: VideoJSCaption[] 114 videoCaptions: VideoJSCaption[]
111 115
112 videoUUID: string 116 videoUUID: string
117 videoShortUUID: string
113 118
114 userWatching?: UserWatching 119 userWatching?: UserWatching
115 120
@@ -145,7 +150,7 @@ export class PeertubePlayerManager {
145 if (mode === 'webtorrent') await import('./webtorrent/webtorrent-plugin') 150 if (mode === 'webtorrent') await import('./webtorrent/webtorrent-plugin')
146 if (mode === 'p2p-media-loader') { 151 if (mode === 'p2p-media-loader') {
147 [ p2pMediaLoader ] = await Promise.all([ 152 [ p2pMediaLoader ] = await Promise.all([
148 import('p2p-media-loader-hlsjs'), 153 import('@peertube/p2p-media-loader-hlsjs'),
149 import('./p2p-media-loader/p2p-media-loader-plugin') 154 import('./p2p-media-loader/p2p-media-loader-plugin')
150 ]) 155 ])
151 } 156 }
@@ -175,7 +180,13 @@ export class PeertubePlayerManager {
175 PeertubePlayerManager.alreadyPlayed = true 180 PeertubePlayerManager.alreadyPlayed = true
176 }) 181 })
177 182
178 self.addContextMenu(mode, player, options.common.embedUrl, options.common.embedTitle) 183 self.addContextMenu({
184 mode,
185 player,
186 videoShortUUID: options.common.videoShortUUID,
187 videoEmbedUrl: options.common.embedUrl,
188 videoEmbedTitle: options.common.embedTitle
189 })
179 190
180 player.bezels() 191 player.bezels()
181 player.stats({ 192 player.stats({
@@ -184,6 +195,12 @@ export class PeertubePlayerManager {
184 mode 195 mode
185 }) 196 })
186 197
198 player.on('p2pInfo', (_, data: PlayerNetworkInfo) => {
199 if (data.source !== 'p2p-media-loader' || isNaN(data.bandwidthEstimate)) return
200
201 saveAverageBandwidth(data.bandwidthEstimate)
202 })
203
187 return res(player) 204 return res(player)
188 }) 205 })
189 }) 206 })
@@ -218,7 +235,13 @@ export class PeertubePlayerManager {
218 videojs(newVideoElement, videojsOptions, function (this: videojs.Player) { 235 videojs(newVideoElement, videojsOptions, function (this: videojs.Player) {
219 const player = this 236 const player = this
220 237
221 self.addContextMenu(mode, player, options.common.embedUrl, options.common.embedTitle) 238 self.addContextMenu({
239 mode,
240 player,
241 videoShortUUID: options.common.videoShortUUID,
242 videoEmbedUrl: options.common.embedUrl,
243 videoEmbedTitle: options.common.embedTitle
244 })
222 245
223 PeertubePlayerManager.onPlayerChange(player) 246 PeertubePlayerManager.onPlayerChange(player)
224 }) 247 })
@@ -295,6 +318,8 @@ export class PeertubePlayerManager {
295 318
296 controlBar: { 319 controlBar: {
297 children: this.getControlBarChildren(mode, { 320 children: this.getControlBarChildren(mode, {
321 videoShortUUID: commonOptions.videoShortUUID,
322
298 captions: commonOptions.captions, 323 captions: commonOptions.captions,
299 peertubeLink: commonOptions.peertubeLink, 324 peertubeLink: commonOptions.peertubeLink,
300 theaterButton: commonOptions.theaterButton, 325 theaterButton: commonOptions.theaterButton,
@@ -342,12 +367,13 @@ export class PeertubePlayerManager {
342 consumeOnly = true 367 consumeOnly = true
343 } 368 }
344 369
345 const p2pMediaLoaderConfig = { 370 const p2pMediaLoaderConfig: HlsJsEngineSettings = {
346 loader: { 371 loader: {
347 trackerAnnounce, 372 trackerAnnounce,
348 segmentValidator: segmentValidatorFactory(options.p2pMediaLoader.segmentsSha256Url, options.common.isLive), 373 segmentValidator: segmentValidatorFactory(options.p2pMediaLoader.segmentsSha256Url, options.common.isLive),
349 rtcConfig: getRtcConfig(), 374 rtcConfig: getRtcConfig(),
350 requiredSegmentsPriority: 1, 375 requiredSegmentsPriority: 1,
376 simultaneousHttpDownloads: 1,
351 segmentUrlBuilder: segmentUrlBuilderFactory(redundancyUrlManager), 377 segmentUrlBuilder: segmentUrlBuilderFactory(redundancyUrlManager),
352 useP2P: getStoredP2PEnabled(), 378 useP2P: getStoredP2PEnabled(),
353 consumeOnly 379 consumeOnly
@@ -356,6 +382,7 @@ export class PeertubePlayerManager {
356 swarmId: p2pMediaLoaderOptions.playlistUrl 382 swarmId: p2pMediaLoaderOptions.playlistUrl
357 } 383 }
358 } 384 }
385
359 const hlsjs = { 386 const hlsjs = {
360 levelLabelHandler: (level: { height: number, width: number }) => { 387 levelLabelHandler: (level: { height: number, width: number }) => {
361 const resolution = Math.min(level.height || 0, level.width || 0) 388 const resolution = Math.min(level.height || 0, level.width || 0)
@@ -370,12 +397,7 @@ export class PeertubePlayerManager {
370 return label 397 return label
371 }, 398 },
372 html5: { 399 html5: {
373 hlsjsConfig: { 400 hlsjsConfig: this.getHLSOptions(p2pMediaLoaderModule, p2pMediaLoaderConfig)
374 capLevelToPlayerSize: true,
375 autoStartLoad: false,
376 liveSyncDurationCount: 5,
377 loader: new p2pMediaLoaderModule.Engine(p2pMediaLoaderConfig).createLoaderClass()
378 }
379 } 401 }
380 } 402 }
381 403
@@ -385,6 +407,28 @@ export class PeertubePlayerManager {
385 return toAssign 407 return toAssign
386 } 408 }
387 409
410 private static getHLSOptions (p2pMediaLoaderModule: any, p2pMediaLoaderConfig: HlsJsEngineSettings) {
411 const base = {
412 capLevelToPlayerSize: true,
413 autoStartLoad: false,
414 liveSyncDurationCount: 5,
415
416 loader: new p2pMediaLoaderModule.Engine(p2pMediaLoaderConfig).createLoaderClass()
417 }
418
419 const averageBandwidth = getAverageBandwidthInStore()
420 if (!averageBandwidth) return base
421
422 return {
423 ...base,
424
425 abrEwmaDefaultEstimate: averageBandwidth * 8, // We want bit/s
426 startLevel: -1,
427 testBandwidth: false,
428 debug: false
429 }
430 }
431
388 private static addWebTorrentOptions (plugins: VideoJSPluginOptions, options: PeertubePlayerManagerOptions) { 432 private static addWebTorrentOptions (plugins: VideoJSPluginOptions, options: PeertubePlayerManagerOptions) {
389 const commonOptions = options.common 433 const commonOptions = options.common
390 const webtorrentOptions = options.webtorrent 434 const webtorrentOptions = options.webtorrent
@@ -409,6 +453,8 @@ export class PeertubePlayerManager {
409 } 453 }
410 454
411 private static getControlBarChildren (mode: PlayerMode, options: { 455 private static getControlBarChildren (mode: PlayerMode, options: {
456 videoShortUUID: string
457
412 peertubeLink: boolean 458 peertubeLink: boolean
413 theaterButton: boolean 459 theaterButton: boolean
414 captions: boolean 460 captions: boolean
@@ -497,7 +543,7 @@ export class PeertubePlayerManager {
497 543
498 if (options.peertubeLink === true) { 544 if (options.peertubeLink === true) {
499 Object.assign(children, { 545 Object.assign(children, {
500 'peerTubeLinkButton': {} 546 'peerTubeLinkButton': { shortUUID: options.videoShortUUID } as PeerTubeLinkButtonOptions
501 }) 547 })
502 } 548 }
503 549
@@ -514,7 +560,15 @@ export class PeertubePlayerManager {
514 return children 560 return children
515 } 561 }
516 562
517 private static addContextMenu (mode: PlayerMode, player: videojs.Player, videoEmbedUrl: string, videoEmbedTitle: string) { 563 private static addContextMenu (options: {
564 mode: PlayerMode
565 player: videojs.Player
566 videoShortUUID: string
567 videoEmbedUrl: string
568 videoEmbedTitle: string
569 }) {
570 const { mode, player, videoEmbedTitle, videoEmbedUrl, videoShortUUID } = options
571
518 const content = () => { 572 const content = () => {
519 const isLoopEnabled = player.options_['loop'] 573 const isLoopEnabled = player.options_['loop']
520 const items = [ 574 const items = [
@@ -528,13 +582,15 @@ export class PeertubePlayerManager {
528 { 582 {
529 label: player.localize('Copy the video URL'), 583 label: player.localize('Copy the video URL'),
530 listener: function () { 584 listener: function () {
531 copyToClipboard(buildVideoLink()) 585 copyToClipboard(buildVideoLink({ shortUUID: videoShortUUID }))
532 } 586 }
533 }, 587 },
534 { 588 {
535 label: player.localize('Copy the video URL at the current time'), 589 label: player.localize('Copy the video URL at the current time'),
536 listener: function (this: videojs.Player) { 590 listener: function (this: videojs.Player) {
537 copyToClipboard(buildVideoLink({ startTime: this.currentTime() })) 591 const url = buildVideoLink({ shortUUID: videoShortUUID })
592
593 copyToClipboard(decorateVideoLink({ url, startTime: this.currentTime() }))
538 } 594 }
539 }, 595 },
540 { 596 {
diff --git a/client/src/assets/player/peertube-plugin.ts b/client/src/assets/player/peertube-plugin.ts
index 07c7e33f6..ade8e2ee4 100644
--- a/client/src/assets/player/peertube-plugin.ts
+++ b/client/src/assets/player/peertube-plugin.ts
@@ -1,12 +1,6 @@
1import videojs from 'video.js'
2import './videojs-components/settings-menu-button' 1import './videojs-components/settings-menu-button'
3import { 2import videojs from 'video.js'
4 PeerTubePluginOptions, 3import { timeToInt } from '@shared/core-utils'
5 ResolutionUpdateData,
6 UserWatching,
7 VideoJSCaption
8} from './peertube-videojs-typings'
9import { isMobile, timeToInt } from './utils'
10import { 4import {
11 getStoredLastSubtitle, 5 getStoredLastSubtitle,
12 getStoredMute, 6 getStoredMute,
@@ -16,6 +10,8 @@ import {
16 saveVideoWatchHistory, 10 saveVideoWatchHistory,
17 saveVolumeInStore 11 saveVolumeInStore
18} from './peertube-player-local-storage' 12} from './peertube-player-local-storage'
13import { PeerTubePluginOptions, ResolutionUpdateData, UserWatching, VideoJSCaption } from './peertube-videojs-typings'
14import { isMobile } from './utils'
19 15
20const Plugin = videojs.getPlugin('plugin') 16const Plugin = videojs.getPlugin('plugin')
21 17
@@ -232,6 +228,7 @@ class PeerTubePlugin extends Plugin {
232 } 228 }
233 } 229 }
234 230
231 console.log('Resolution changed.', data)
235 this.trigger('resolutionChange', data) 232 this.trigger('resolutionChange', data)
236 } 233 }
237 234
diff --git a/client/src/assets/player/peertube-videojs-typings.ts b/client/src/assets/player/peertube-videojs-typings.ts
index 8afb424a7..f0eb129d4 100644
--- a/client/src/assets/player/peertube-videojs-typings.ts
+++ b/client/src/assets/player/peertube-videojs-typings.ts
@@ -1,4 +1,4 @@
1import { Config, Level } from 'hls.js' 1import { HlsConfig, Level } from 'hls.js'
2import videojs from 'video.js' 2import videojs from 'video.js'
3import { VideoFile, VideoPlaylist, VideoPlaylistElement } from '@shared/models' 3import { VideoFile, VideoPlaylist, VideoPlaylistElement } from '@shared/models'
4import { P2pMediaLoaderPlugin } from './p2p-media-loader/p2p-media-loader-plugin' 4import { P2pMediaLoaderPlugin } from './p2p-media-loader/p2p-media-loader-plugin'
@@ -60,7 +60,7 @@ export interface VideoJSTechHLS extends videojs.Tech {
60} 60}
61 61
62export interface HlsjsConfigHandlerOptions { 62export interface HlsjsConfigHandlerOptions {
63 hlsjsConfig?: Config & { cueHandler: any }// FIXME: typings 63 hlsjsConfig?: HlsConfig & { cueHandler: any }// FIXME: typings
64 captionConfig?: any // FIXME: typings 64 captionConfig?: any // FIXME: typings
65 65
66 levelLabelHandler?: (level: Level) => string 66 levelLabelHandler?: (level: Level) => string
@@ -132,6 +132,10 @@ type NextPreviousVideoButtonOptions = {
132 isDisabled: () => boolean 132 isDisabled: () => boolean
133} 133}
134 134
135type PeerTubeLinkButtonOptions = {
136 shortUUID: string
137}
138
135type WebtorrentPluginOptions = { 139type WebtorrentPluginOptions = {
136 playerElement: HTMLVideoElement 140 playerElement: HTMLVideoElement
137 141
@@ -225,5 +229,6 @@ export {
225 VideoJSPluginOptions, 229 VideoJSPluginOptions,
226 LoadedQualityData, 230 LoadedQualityData,
227 QualityLevelRepresentation, 231 QualityLevelRepresentation,
232 PeerTubeLinkButtonOptions,
228 QualityLevels 233 QualityLevels
229} 234}
diff --git a/client/src/assets/player/playlist/playlist-menu-item.ts b/client/src/assets/player/playlist/playlist-menu-item.ts
index 87a72b6a3..2519a34c7 100644
--- a/client/src/assets/player/playlist/playlist-menu-item.ts
+++ b/client/src/assets/player/playlist/playlist-menu-item.ts
@@ -1,7 +1,7 @@
1import videojs from 'video.js' 1import videojs from 'video.js'
2import { secondsToTime } from '@shared/core-utils'
2import { VideoPlaylistElement } from '@shared/models' 3import { VideoPlaylistElement } from '@shared/models'
3import { PlaylistItemOptions } from '../peertube-videojs-typings' 4import { PlaylistItemOptions } from '../peertube-videojs-typings'
4import { secondsToTime } from '../utils'
5 5
6const Component = videojs.getComponent('Component') 6const Component = videojs.getComponent('Component')
7 7
diff --git a/client/src/assets/player/stats/stats-card.ts b/client/src/assets/player/stats/stats-card.ts
index a93f59506..b271d0526 100644
--- a/client/src/assets/player/stats/stats-card.ts
+++ b/client/src/assets/player/stats/stats-card.ts
@@ -1,6 +1,7 @@
1import videojs from 'video.js' 1import videojs from 'video.js'
2import { secondsToTime } from '@shared/core-utils'
2import { PlayerNetworkInfo as EventPlayerNetworkInfo } from '../peertube-videojs-typings' 3import { PlayerNetworkInfo as EventPlayerNetworkInfo } from '../peertube-videojs-typings'
3import { bytes, secondsToTime } from '../utils' 4import { bytes } from '../utils'
4 5
5interface StatsCardOptions extends videojs.ComponentOptions { 6interface StatsCardOptions extends videojs.ComponentOptions {
6 videoUUID: string 7 videoUUID: string
diff --git a/client/src/assets/player/utils.ts b/client/src/assets/player/utils.ts
index f26176acc..f0a1b1aee 100644
--- a/client/src/assets/player/utils.ts
+++ b/client/src/assets/player/utils.ts
@@ -1,5 +1,5 @@
1import { VideoFile } from '@shared/models'
2import { escapeHTML } from '@shared/core-utils/renderer' 1import { escapeHTML } from '@shared/core-utils/renderer'
2import { VideoFile } from '@shared/models'
3 3
4function toTitleCase (str: string) { 4function toTitleCase (str: string) {
5 return str.charAt(0).toUpperCase() + str.slice(1) 5 return str.charAt(0).toUpperCase() + str.slice(1)
@@ -43,136 +43,9 @@ function isMobile () {
43 return /iPhone|iPad|iPod|Android/i.test(navigator.userAgent) 43 return /iPhone|iPad|iPod|Android/i.test(navigator.userAgent)
44} 44}
45 45
46function buildVideoLink (options: {
47 baseUrl?: string
48
49 startTime?: number
50 stopTime?: number
51
52 subtitle?: string
53
54 loop?: boolean
55 autoplay?: boolean
56 muted?: boolean
57
58 // Embed options
59 title?: boolean
60 warningTitle?: boolean
61 controls?: boolean
62 peertubeLink?: boolean
63} = {}) {
64 const { baseUrl } = options
65
66 const url = baseUrl
67 ? baseUrl
68 : window.location.origin + window.location.pathname.replace('/videos/embed/', '/w/')
69
70 const params = generateParams(window.location.search)
71
72 if (options.startTime !== undefined && options.startTime !== null) {
73 const startTimeInt = Math.floor(options.startTime)
74 params.set('start', secondsToTime(startTimeInt))
75 }
76
77 if (options.stopTime) {
78 const stopTimeInt = Math.floor(options.stopTime)
79 params.set('stop', secondsToTime(stopTimeInt))
80 }
81
82 if (options.subtitle) params.set('subtitle', options.subtitle)
83
84 if (options.loop === true) params.set('loop', '1')
85 if (options.autoplay === true) params.set('autoplay', '1')
86 if (options.muted === true) params.set('muted', '1')
87 if (options.title === false) params.set('title', '0')
88 if (options.warningTitle === false) params.set('warningTitle', '0')
89 if (options.controls === false) params.set('controls', '0')
90 if (options.peertubeLink === false) params.set('peertubeLink', '0')
91
92 return buildUrl(url, params)
93}
94
95function buildPlaylistLink (options: {
96 baseUrl?: string
97
98 playlistPosition?: number
99}) {
100 const { baseUrl } = options
101
102 const url = baseUrl
103 ? baseUrl
104 : window.location.origin + window.location.pathname.replace('/video-playlists/embed/', '/w/p/')
105
106 const params = generateParams(window.location.search)
107
108 if (options.playlistPosition) params.set('playlistPosition', '' + options.playlistPosition)
109
110 return buildUrl(url, params)
111}
112
113function buildUrl (url: string, params: URLSearchParams) {
114 let hasParams = false
115 params.forEach(() => hasParams = true)
116
117 if (hasParams) return url + '?' + params.toString()
118
119 return url
120}
121
122function generateParams (url: string) {
123 const params = new URLSearchParams(window.location.search)
124 // Unused parameters in embed
125 params.delete('videoId')
126 params.delete('resume')
127
128 return params
129}
130
131function timeToInt (time: number | string) {
132 if (!time) return 0
133 if (typeof time === 'number') return time
134
135 const reg = /^((\d+)[h:])?((\d+)[m:])?((\d+)s?)?$/
136 const matches = time.match(reg)
137
138 if (!matches) return 0
139
140 const hours = parseInt(matches[2] || '0', 10)
141 const minutes = parseInt(matches[4] || '0', 10)
142 const seconds = parseInt(matches[6] || '0', 10)
143
144 return hours * 3600 + minutes * 60 + seconds
145}
146
147function secondsToTime (seconds: number, full = false, symbol?: string) {
148 let time = ''
149
150 if (seconds === 0 && !full) return '0s'
151
152 const hourSymbol = (symbol || 'h')
153 const minuteSymbol = (symbol || 'm')
154 const secondsSymbol = full ? '' : 's'
155
156 const hours = Math.floor(seconds / 3600)
157 if (hours >= 1) time = hours + hourSymbol
158 else if (full) time = '0' + hourSymbol
159
160 seconds %= 3600
161 const minutes = Math.floor(seconds / 60)
162 if (minutes >= 1 && minutes < 10 && full) time += '0' + minutes + minuteSymbol
163 else if (minutes >= 1) time += minutes + minuteSymbol
164 else if (full) time += '00' + minuteSymbol
165
166 seconds %= 60
167 if (seconds >= 1 && seconds < 10 && full) time += '0' + seconds + secondsSymbol
168 else if (seconds >= 1) time += seconds + secondsSymbol
169 else if (full) time += '00'
170
171 return time
172}
173
174function buildVideoOrPlaylistEmbed (embedUrl: string, embedTitle: string) { 46function buildVideoOrPlaylistEmbed (embedUrl: string, embedTitle: string) {
175 const title = escapeHTML(embedTitle) 47 const title = escapeHTML(embedTitle)
48
176 return '<iframe width="560" height="315" ' + 49 return '<iframe width="560" height="315" ' +
177 'sandbox="allow-same-origin allow-scripts allow-popups" ' + 50 'sandbox="allow-same-origin allow-scripts allow-popups" ' +
178 'title="' + title + '" ' + 51 'title="' + title + '" ' +
@@ -221,11 +94,8 @@ function getRtcConfig () {
221export { 94export {
222 getRtcConfig, 95 getRtcConfig,
223 toTitleCase, 96 toTitleCase,
224 timeToInt,
225 secondsToTime,
226 isWebRTCDisabled, 97 isWebRTCDisabled,
227 buildPlaylistLink, 98
228 buildVideoLink,
229 buildVideoOrPlaylistEmbed, 99 buildVideoOrPlaylistEmbed,
230 videoFileMaxByResolution, 100 videoFileMaxByResolution,
231 videoFileMinByResolution, 101 videoFileMinByResolution,
diff --git a/client/src/assets/player/videojs-components/peertube-link-button.ts b/client/src/assets/player/videojs-components/peertube-link-button.ts
index e73c95900..c49cee566 100644
--- a/client/src/assets/player/videojs-components/peertube-link-button.ts
+++ b/client/src/assets/player/videojs-components/peertube-link-button.ts
@@ -1,11 +1,12 @@
1import { buildVideoLink } from '../utils'
2import videojs from 'video.js' 1import videojs from 'video.js'
2import { buildVideoLink, decorateVideoLink } from '@shared/core-utils'
3import { PeerTubeLinkButtonOptions } from '../peertube-videojs-typings'
3 4
4const Button = videojs.getComponent('Button') 5const Button = videojs.getComponent('Button')
5class PeerTubeLinkButton extends Button { 6class PeerTubeLinkButton extends Button {
6 7
7 constructor (player: videojs.Player, options?: videojs.ComponentOptions) { 8 constructor (player: videojs.Player, options?: PeerTubeLinkButtonOptions) {
8 super(player, options) 9 super(player, options as any)
9 } 10 }
10 11
11 createEl () { 12 createEl () {
@@ -13,7 +14,7 @@ class PeerTubeLinkButton extends Button {
13 } 14 }
14 15
15 updateHref () { 16 updateHref () {
16 this.el().setAttribute('href', buildVideoLink({ startTime: this.player().currentTime() })) 17 this.el().setAttribute('href', this.buildLink())
17 } 18 }
18 19
19 handleClick () { 20 handleClick () {
@@ -22,7 +23,7 @@ class PeerTubeLinkButton extends Button {
22 23
23 private buildElement () { 24 private buildElement () {
24 const el = videojs.dom.createEl('a', { 25 const el = videojs.dom.createEl('a', {
25 href: buildVideoLink(), 26 href: this.buildLink(),
26 innerHTML: 'PeerTube', 27 innerHTML: 'PeerTube',
27 title: this.player().localize('Video page (new window)'), 28 title: this.player().localize('Video page (new window)'),
28 className: 'vjs-peertube-link', 29 className: 'vjs-peertube-link',
@@ -33,6 +34,12 @@ class PeerTubeLinkButton extends Button {
33 34
34 return el as HTMLButtonElement 35 return el as HTMLButtonElement
35 } 36 }
37
38 private buildLink () {
39 const url = buildVideoLink({ shortUUID: (this.options_ as PeerTubeLinkButtonOptions).shortUUID })
40
41 return decorateVideoLink({ url, startTime: this.player().currentTime() })
42 }
36} 43}
37 44
38videojs.registerComponent('PeerTubeLinkButton', PeerTubeLinkButton) 45videojs.registerComponent('PeerTubeLinkButton', PeerTubeLinkButton)
diff --git a/client/src/assets/player/webtorrent/webtorrent-plugin.ts b/client/src/assets/player/webtorrent/webtorrent-plugin.ts
index b648b29e8..17d369c10 100644
--- a/client/src/assets/player/webtorrent/webtorrent-plugin.ts
+++ b/client/src/assets/player/webtorrent/webtorrent-plugin.ts
@@ -1,9 +1,7 @@
1import videojs from 'video.js' 1import videojs from 'video.js'
2import * as WebTorrent from 'webtorrent' 2import * as WebTorrent from 'webtorrent'
3import { renderVideo } from './video-renderer' 3import { timeToInt } from '@shared/core-utils'
4import { LoadedQualityData, PlayerNetworkInfo, WebtorrentPluginOptions } from '../peertube-videojs-typings' 4import { VideoFile } from '@shared/models'
5import { getRtcConfig, timeToInt, videoFileMaxByResolution, videoFileMinByResolution, isIOS, isSafari } from '../utils'
6import { PeertubeChunkStore } from './peertube-chunk-store'
7import { 5import {
8 getAverageBandwidthInStore, 6 getAverageBandwidthInStore,
9 getStoredMute, 7 getStoredMute,
@@ -11,7 +9,10 @@ import {
11 getStoredVolume, 9 getStoredVolume,
12 saveAverageBandwidth 10 saveAverageBandwidth
13} from '../peertube-player-local-storage' 11} from '../peertube-player-local-storage'
14import { VideoFile } from '@shared/models' 12import { LoadedQualityData, PlayerNetworkInfo, WebtorrentPluginOptions } from '../peertube-videojs-typings'
13import { getRtcConfig, isIOS, videoFileMaxByResolution, videoFileMinByResolution } from '../utils'
14import { PeertubeChunkStore } from './peertube-chunk-store'
15import { renderVideo } from './video-renderer'
15 16
16const CacheChunkStore = require('cache-chunk-store') 17const CacheChunkStore = require('cache-chunk-store')
17 18
diff --git a/client/src/locale/angular.ar.xlf b/client/src/locale/angular.ar.xlf
index f7102b68d..8a4f3bc95 100644
--- a/client/src/locale/angular.ar.xlf
+++ b/client/src/locale/angular.ar.xlf
@@ -29,7 +29,7 @@
29 29
30 30
31 31
32 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 32 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
33 <trans-unit id="1486537403020619891" datatype="html"> 33 <trans-unit id="1486537403020619891" datatype="html">
34 <source>My watch history</source> 34 <source>My watch history</source>
35 <target state="translated">سجل مشاهداتي</target> 35 <target state="translated">سجل مشاهداتي</target>
@@ -63,7 +63,7 @@
63 63
64 64
65 65
66 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 66 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
67 <trans-unit id="158575725114802951" datatype="html"> 67 <trans-unit id="158575725114802951" datatype="html">
68 <source>Only live videos</source> 68 <source>Only live videos</source>
69 <target state="translated">مقاطع الفيديو المباشرة فقط</target> 69 <target state="translated">مقاطع الفيديو المباشرة فقط</target>
@@ -239,10 +239,10 @@
239 <trans-unit id="5500467336262464724" datatype="html"> 239 <trans-unit id="5500467336262464724" datatype="html">
240 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers </source> 240 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers </source>
241 <target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> مشترك </target> 241 <target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> مشترك </target>
242 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 242
243 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 243
244 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 244
245 </trans-unit> 245 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
246 <trans-unit id="31472093355465024" datatype="html"> 246 <trans-unit id="31472093355465024" datatype="html">
247 <source>Upload a new avatar</source> 247 <source>Upload a new avatar</source>
248 <target state="translated">ارفع صورة رمزية جديدة</target> 248 <target state="translated">ارفع صورة رمزية جديدة</target>
@@ -458,10 +458,10 @@
458 <trans-unit id="2602586221576511475" datatype="html"> 458 <trans-unit id="2602586221576511475" datatype="html">
459 <source>Video quota</source> 459 <source>Video quota</source>
460 <target>حصة الفيديو</target> 460 <target>حصة الفيديو</target>
461 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 461
462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 462
463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 463
464 </trans-unit> 464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
465 <trans-unit id="1502595455339510144" datatype="html"> 465 <trans-unit id="1502595455339510144" datatype="html">
466 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 466 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
467 <target>غير محدود <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> في اليوم الواحد)<x id="CLOSE_TAG_NG_CONTAINER"/></target> 467 <target>غير محدود <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> في اليوم الواحد)<x id="CLOSE_TAG_NG_CONTAINER"/></target>
@@ -509,7 +509,7 @@
509 509
510 510
511 511
512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
513 <trans-unit id="8630916846096019339" datatype="html"> 513 <trans-unit id="8630916846096019339" datatype="html">
514 <source>Users can resolve distant content</source> 514 <source>Users can resolve distant content</source>
515 <target>يمكن للمستخدمين من تحليل المحتوى البعيد</target> 515 <target>يمكن للمستخدمين من تحليل المحتوى البعيد</target>
@@ -557,6 +557,30 @@
557 <target state="translated">الفديرالية</target> 557 <target state="translated">الفديرالية</target>
558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
559 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 559 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
560 </trans-unit><trans-unit id="8726138323871139597" datatype="html">
561 <source>Following</source><target state="new">Following</target>
562 <context-group purpose="location">
563 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
564 <context context-type="linenumber">29</context>
565 </context-group>
566 <context-group purpose="location">
567 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
568 <context context-type="linenumber">31</context>
569 </context-group>
570 <context-group purpose="location">
571 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
572 <context context-type="linenumber">28</context>
573 </context-group>
574 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
575 <source>Followers</source><target state="new">Followers</target>
576 <context-group purpose="location">
577 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
578 <context context-type="linenumber">34</context>
579 </context-group>
580 <context-group purpose="location">
581 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
582 <context context-type="linenumber">37</context>
583 </context-group>
560 </trans-unit> 584 </trans-unit>
561 <trans-unit id="3541687134897970106" datatype="html"> 585 <trans-unit id="3541687134897970106" datatype="html">
562 <source>followers</source> 586 <source>followers</source>
@@ -859,16 +883,16 @@
859 <trans-unit id="2454050363478003966" datatype="html"> 883 <trans-unit id="2454050363478003966" datatype="html">
860 <source>Login</source> 884 <source>Login</source>
861 <target>لِج</target> 885 <target>لِج</target>
862 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 886
863 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group> 887
864 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group> 888
865 </trans-unit> 889 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
866 <trans-unit id="2308975396733519902" datatype="html"> 890 <trans-unit id="2308975396733519902" datatype="html">
867 <source>Create an account</source> 891 <source>Create an account</source>
868 <target>أنشئ حسابًا</target> 892 <target>أنشئ حسابًا</target>
869 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group> 893
870 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group> 894
871 </trans-unit> 895 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
872 <trans-unit id="8936704404804793618" datatype="html"> 896 <trans-unit id="8936704404804793618" datatype="html">
873 <source>Videos</source> 897 <source>Videos</source>
874 <target>الفيديوهات</target> 898 <target>الفيديوهات</target>
@@ -903,10 +927,10 @@
903 <trans-unit id="1504521795586863905" datatype="html"> 927 <trans-unit id="1504521795586863905" datatype="html">
904 <source>VIDEOS</source> 928 <source>VIDEOS</source>
905 <target>الفيديوهات</target> 929 <target>الفيديوهات</target>
906 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group> 930
907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group> 931
908 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group> 932
909 </trans-unit> 933 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
910 <trans-unit id="667372110624203230" datatype="html"> 934 <trans-unit id="667372110624203230" datatype="html">
911 <source>Import jobs concurrency</source> 935 <source>Import jobs concurrency</source>
912 <target state="new">Import jobs concurrency</target> 936 <target state="new">Import jobs concurrency</target>
@@ -1025,8 +1049,8 @@
1025 <trans-unit id="4424964105331349857" datatype="html"> 1049 <trans-unit id="4424964105331349857" datatype="html">
1026 <source>I'm a teapot</source> 1050 <source>I'm a teapot</source>
1027 <target state="new">I'm a teapot</target> 1051 <target state="new">I'm a teapot</target>
1028 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1052
1029 </trans-unit> 1053 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1030 <trans-unit id="1597262876035959248" datatype="html"> 1054 <trans-unit id="1597262876035959248" datatype="html">
1031 <source>That's an error.</source> 1055 <source>That's an error.</source>
1032 <target state="translated">هذا خطأ.</target> 1056 <target state="translated">هذا خطأ.</target>
@@ -1119,8 +1143,8 @@
1119 <trans-unit id="2971365540217107489" datatype="html"> 1143 <trans-unit id="2971365540217107489" datatype="html">
1120 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1144 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1121 <target state="translated">هذا الملف كبير. اتصل بالمدير حتى يزيد حد الرفع.</target> 1145 <target state="translated">هذا الملف كبير. اتصل بالمدير حتى يزيد حد الرفع.</target>
1122 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1146
1123 </trans-unit> 1147 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1124 <trans-unit id="2468689683507870964" datatype="html"> 1148 <trans-unit id="2468689683507870964" datatype="html">
1125 <source>In this instance's network</source> 1149 <source>In this instance's network</source>
1126 <target state="translated">في شبكة هذ المثيل</target> 1150 <target state="translated">في شبكة هذ المثيل</target>
@@ -1206,7 +1230,7 @@
1206 1230
1207 1231
1208 1232
1209 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 1233 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
1210 <trans-unit id="4209525355702493436" datatype="html"> 1234 <trans-unit id="4209525355702493436" datatype="html">
1211 <source>Ban</source> 1235 <source>Ban</source>
1212 <target>احظر</target> 1236 <target>احظر</target>
@@ -1429,11 +1453,7 @@
1429 <target state="translated">فيديو\تعليق\حساب</target> 1453 <target state="translated">فيديو\تعليق\حساب</target>
1430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">22</context></context-group> 1454 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">22</context></context-group>
1431 </trans-unit> 1455 </trans-unit>
1432 <trans-unit id="2265605798180116441" datatype="html"> 1456
1433 <source>Follower handle</source>
1434 <target>مقبض تابع</target>
1435 <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>
1436 </trans-unit>
1437 <trans-unit id="3301856295120048857" datatype="html"> 1457 <trans-unit id="3301856295120048857" datatype="html">
1438 <source>State <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 1458 <source>State <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
1439 <target>حالة <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 1459 <target>حالة <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -1510,17 +1530,8 @@
1510 <target>يعرض <x id="INTERPOLATION"/> ل <x id="INTERPOLATION_1"/> من <x id="INTERPOLATION_2"/> متابع</target> 1530 <target>يعرض <x id="INTERPOLATION"/> ل <x id="INTERPOLATION_1"/> من <x id="INTERPOLATION_2"/> متابع</target>
1511 <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> 1531 <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>
1512 </trans-unit> 1532 </trans-unit>
1513 <trans-unit id="4682675125751819107" datatype="html"> 1533
1514 <source>Instances you follow</source> 1534
1515 <target state="translated">المثلاء المتابَعون</target>
1516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
1517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
1518 </trans-unit>
1519 <trans-unit id="6641024648411549335" datatype="html">
1520 <source>Host</source>
1521 <target>المضيف</target>
1522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
1523 </trans-unit>
1524 <trans-unit id="6571718060636962350" datatype="html"> 1535 <trans-unit id="6571718060636962350" datatype="html">
1525 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 1536 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
1526 <target state="translated">Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 1537 <target state="translated">Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -1529,9 +1540,9 @@
1529 <trans-unit id="9160510009013134726" datatype="html"> 1540 <trans-unit id="9160510009013134726" datatype="html">
1530 <source>Unfollow</source> 1541 <source>Unfollow</source>
1531 <target state="translated">ألغ المتابعة</target> 1542 <target state="translated">ألغ المتابعة</target>
1532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 1543
1533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 1544
1534 </trans-unit> 1545 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
1535 <trans-unit id="8246779176913476983" datatype="html"> 1546 <trans-unit id="8246779176913476983" datatype="html">
1536 <source>Open instance in a new tab</source> 1547 <source>Open instance in a new tab</source>
1537 <target>افتح مثيل الخادم في لسان جديد</target> 1548 <target>افتح مثيل الخادم في لسان جديد</target>
@@ -1542,13 +1553,13 @@
1542 <trans-unit id="9132918641931433659" datatype="html"> 1553 <trans-unit id="9132918641931433659" datatype="html">
1543 <source>No host found matching current filters.</source> 1554 <source>No host found matching current filters.</source>
1544 <target>لم يُعثر على مضيف مطابق للمرشحات الحالية.</target> 1555 <target>لم يُعثر على مضيف مطابق للمرشحات الحالية.</target>
1545 <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> 1556
1546 </trans-unit> 1557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
1547 <trans-unit id="7274241885665071790" datatype="html"> 1558 <trans-unit id="7274241885665071790" datatype="html">
1548 <source>Your instance is not following anyone.</source> 1559 <source>Your instance is not following anyone.</source>
1549 <target>مثيل الخادم الخاص بك لا يتابع أي شخص.</target> 1560 <target>مثيل الخادم الخاص بك لا يتابع أي شخص.</target>
1550 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 1561
1551 </trans-unit> 1562 <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>
1552 <trans-unit id="4774348799569692380" datatype="html"> 1563 <trans-unit id="4774348799569692380" datatype="html">
1553 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 1564 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
1554 <target>يعرض <x id="INTERPOLATION"/> ل <x id="INTERPOLATION_1"/> من <x id="INTERPOLATION_2"/> مضيفا</target> 1565 <target>يعرض <x id="INTERPOLATION"/> ل <x id="INTERPOLATION_1"/> من <x id="INTERPOLATION_2"/> مضيفا</target>
@@ -1557,18 +1568,10 @@
1557 <trans-unit id="4917252294930256268" datatype="html"> 1568 <trans-unit id="4917252294930256268" datatype="html">
1558 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 1569 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
1559 <target>يبدو أنك لست على خادم HTTPS. يحتاج خادم الويب الخاص بك إلى تنشيط TLS لمتابعة الخوادم.</target> 1570 <target>يبدو أنك لست على خادم HTTPS. يحتاج خادم الويب الخاص بك إلى تنشيط TLS لمتابعة الخوادم.</target>
1560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 1571
1561 </trans-unit> 1572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
1562 <trans-unit id="6275803119759621687" datatype="html"> 1573
1563 <source>Follow domains</source> 1574
1564 <target>تابع النطاق</target>
1565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
1566 </trans-unit>
1567 <trans-unit id="1268699198448750610" datatype="html">
1568 <source>Follow instances</source>
1569 <target state="new">Follow instances</target>
1570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
1571 </trans-unit>
1572 <trans-unit id="9216117865911519658" datatype="html"> 1575 <trans-unit id="9216117865911519658" datatype="html">
1573 <source>Action</source> 1576 <source>Action</source>
1574 <target state="new">Action</target> 1577 <target state="new">Action</target>
@@ -1650,16 +1653,16 @@
1650 <trans-unit id="5674286808255988565" datatype="html"> 1653 <trans-unit id="5674286808255988565" datatype="html">
1651 <source>Create</source> 1654 <source>Create</source>
1652 <target>إنشاء</target> 1655 <target>إنشاء</target>
1653 <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> 1656
1654 <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> 1657
1655 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 1658
1656 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 1659
1657 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 1660
1658 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 1661
1659 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group> 1662
1660 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group> 1663
1661 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group> 1664
1662 </trans-unit> 1665 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
1663 <trans-unit id="8147229944654164397" datatype="html"> 1666 <trans-unit id="8147229944654164397" datatype="html">
1664 <source>{VAR_PLURAL, plural, =1 {Video} other {Videos} }</source> 1667 <source>{VAR_PLURAL, plural, =1 {Video} other {Videos} }</source>
1665 <target>{VAR_PLURAL, plural, =1 {فيديو} other {مقاطع فيديو} }</target> 1668 <target>{VAR_PLURAL, plural, =1 {فيديو} other {مقاطع فيديو} }</target>
@@ -1705,11 +1708,11 @@
1705 <trans-unit id="5248717555542428023" datatype="html"> 1708 <trans-unit id="5248717555542428023" datatype="html">
1706 <source>Username</source> 1709 <source>Username</source>
1707 <target>اسم المستخدم</target> 1710 <target>اسم المستخدم</target>
1708 <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> 1711
1709 <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> 1712
1710 <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> 1713
1711 <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> 1714
1712 </trans-unit> 1715 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1713 <trans-unit id="5428411040014095392" datatype="html"> 1716 <trans-unit id="5428411040014095392" datatype="html">
1714 <source>e.g. jane_doe</source> 1717 <source>e.g. jane_doe</source>
1715 <target state="translated">مثل jane_doe</target> 1718 <target state="translated">مثل jane_doe</target>
@@ -1725,14 +1728,14 @@
1725 <trans-unit id="4768749765465246664" datatype="html"> 1728 <trans-unit id="4768749765465246664" datatype="html">
1726 <source>Email</source> 1729 <source>Email</source>
1727 <target>البريد الإلكتروني</target> 1730 <target>البريد الإلكتروني</target>
1728 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1731
1729 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1732
1730 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1733
1731 <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> 1734
1732 <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> 1735
1733 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1736
1734 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1737
1735 </trans-unit> 1738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1736 <trans-unit id="6475711663580561164" datatype="html"> 1739 <trans-unit id="6475711663580561164" datatype="html">
1737 <source>mail@example.com</source> 1740 <source>mail@example.com</source>
1738 <target>mail@example.com</target> 1741 <target>mail@example.com</target>
@@ -1742,15 +1745,15 @@
1742 <trans-unit id="1431416938026210429" datatype="html"> 1745 <trans-unit id="1431416938026210429" datatype="html">
1743 <source>Password</source> 1746 <source>Password</source>
1744 <target>كلمة المرور</target> 1747 <target>كلمة المرور</target>
1745 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1748
1746 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1749
1747 <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> 1750
1748 <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> 1751
1749 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1752
1750 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1753
1751 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1754
1752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1755
1753 </trans-unit> 1756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1754 <trans-unit id="8371296837649897723" datatype="html"> 1757 <trans-unit id="8371296837649897723" datatype="html">
1755 <source>If you leave the password empty, an email will be sent to the user.</source> 1758 <source>If you leave the password empty, an email will be sent to the user.</source>
1756 <target>إذا تركت كلمة المرور فارغة ، فسيتم إرسال بريد إلكتروني إلى المستخدم.</target> 1759 <target>إذا تركت كلمة المرور فارغة ، فسيتم إرسال بريد إلكتروني إلى المستخدم.</target>
@@ -1760,9 +1763,9 @@
1760 <trans-unit id="4145496584631696119" datatype="html"> 1763 <trans-unit id="4145496584631696119" datatype="html">
1761 <source>Role</source> 1764 <source>Role</source>
1762 <target state="translated">الدور</target> 1765 <target state="translated">الدور</target>
1763 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 1766
1764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 1767
1765 </trans-unit> 1768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
1766 <trans-unit id="7046347992315328430" datatype="html"> 1769 <trans-unit id="7046347992315328430" datatype="html">
1767 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 1770 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
1768 <target state="translated">تحويل الترميز مفعل. سيقتطع الحجم <x id="START_TAG_STRONG"/>الأصلي<x id="CLOSE_TAG_STRONG"/> للفيديو من حصة الفيديو.<x id="LINE_BREAK"/>يمكن لهذا المستخدم رفع ~ <x id="INTERPOLATION"/> كحد أقصى. </target> 1771 <target state="translated">تحويل الترميز مفعل. سيقتطع الحجم <x id="START_TAG_STRONG"/>الأصلي<x id="CLOSE_TAG_STRONG"/> للفيديو من حصة الفيديو.<x id="LINE_BREAK"/>يمكن لهذا المستخدم رفع ~ <x id="INTERPOLATION"/> كحد أقصى. </target>
@@ -1779,15 +1782,9 @@
1779 <trans-unit id="2622255144026150901" datatype="html"> 1782 <trans-unit id="2622255144026150901" datatype="html">
1780 <source>Auth plugin</source> 1783 <source>Auth plugin</source>
1781 <target state="new">Auth plugin</target> 1784 <target state="new">Auth plugin</target>
1782 <context-group purpose="location"> 1785
1783 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 1786
1784 <context context-type="linenumber">188</context> 1787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit>
1785 </context-group>
1786 <context-group purpose="location">
1787 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1788 <context context-type="linenumber">188</context>
1789 </context-group>
1790 </trans-unit>
1791 <trans-unit id="588099657508661970" datatype="html"> 1788 <trans-unit id="588099657508661970" datatype="html">
1792 <source>None (local authentication)</source> 1789 <source>None (local authentication)</source>
1793 <target state="translated">بدون (استيثاق محلي)</target> 1790 <target state="translated">بدون (استيثاق محلي)</target>
@@ -2047,6 +2044,12 @@
2047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group> 2044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group>
2048 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 2045 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
2049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 2046 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
2047 </trans-unit><trans-unit id="8390803680962035202" datatype="html">
2048 <source>Follower</source><target state="new">Follower</target>
2049 <context-group purpose="location">
2050 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2051 <context context-type="linenumber">24</context>
2052 </context-group>
2050 </trans-unit> 2053 </trans-unit>
2051 <trans-unit id="4691552465058437520" datatype="html"> 2054 <trans-unit id="4691552465058437520" datatype="html">
2052 <source>Commented video</source> 2055 <source>Commented video</source>
@@ -2092,43 +2095,28 @@
2092 <trans-unit id="1807029821872995706" datatype="html"> 2095 <trans-unit id="1807029821872995706" datatype="html">
2093 <source>Unsolved reports</source> 2096 <source>Unsolved reports</source>
2094 <target state="new">Unsolved reports</target> 2097 <target state="new">Unsolved reports</target>
2095 <context-group purpose="location"> 2098
2096 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 2099 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
2097 <context context-type="linenumber">42</context>
2098 </context-group>
2099 </trans-unit>
2100 <trans-unit id="2570256912317308673" datatype="html"> 2100 <trans-unit id="2570256912317308673" datatype="html">
2101 <source>Accepted reports</source> 2101 <source>Accepted reports</source>
2102 <target state="new">Accepted reports</target> 2102 <target state="new">Accepted reports</target>
2103 <context-group purpose="location"> 2103
2104 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 2104 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
2105 <context context-type="linenumber">46</context>
2106 </context-group>
2107 </trans-unit>
2108 <trans-unit id="4335414817109654558" datatype="html"> 2105 <trans-unit id="4335414817109654558" datatype="html">
2109 <source>Refused reports</source> 2106 <source>Refused reports</source>
2110 <target state="new">Refused reports</target> 2107 <target state="new">Refused reports</target>
2111 <context-group purpose="location"> 2108
2112 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 2109 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
2113 <context context-type="linenumber">50</context>
2114 </context-group>
2115 </trans-unit>
2116 <trans-unit id="5604806676748121035" datatype="html"> 2110 <trans-unit id="5604806676748121035" datatype="html">
2117 <source>Reports with blocked videos</source> 2111 <source>Reports with blocked videos</source>
2118 <target state="new">Reports with blocked videos</target> 2112 <target state="new">Reports with blocked videos</target>
2119 <context-group purpose="location"> 2113
2120 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 2114 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
2121 <context context-type="linenumber">54</context>
2122 </context-group>
2123 </trans-unit>
2124 <trans-unit id="5105869928182826553" datatype="html"> 2115 <trans-unit id="5105869928182826553" datatype="html">
2125 <source>Reports with deleted videos</source> 2116 <source>Reports with deleted videos</source>
2126 <target state="new">Reports with deleted videos</target> 2117 <target state="new">Reports with deleted videos</target>
2127 <context-group purpose="location"> 2118
2128 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 2119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
2129 <context context-type="linenumber">58</context>
2130 </context-group>
2131 </trans-unit>
2132 <trans-unit id="4678289986918934018" datatype="html"> 2120 <trans-unit id="4678289986918934018" datatype="html">
2133 <source>Block reason:</source> 2121 <source>Block reason:</source>
2134 <target>سبب الحجب:</target> 2122 <target>سبب الحجب:</target>
@@ -2147,19 +2135,13 @@
2147 <trans-unit id="7755288609601798418" datatype="html"> 2135 <trans-unit id="7755288609601798418" datatype="html">
2148 <source>Automatic blocks</source> 2136 <source>Automatic blocks</source>
2149 <target state="new">Automatic blocks</target> 2137 <target state="new">Automatic blocks</target>
2150 <context-group purpose="location"> 2138
2151 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 2139 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
2152 <context context-type="linenumber">31</context>
2153 </context-group>
2154 </trans-unit>
2155 <trans-unit id="6510868134640657079" datatype="html"> 2140 <trans-unit id="6510868134640657079" datatype="html">
2156 <source>Manual blocks</source> 2141 <source>Manual blocks</source>
2157 <target state="new">Manual blocks</target> 2142 <target state="new">Manual blocks</target>
2158 <context-group purpose="location"> 2143
2159 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 2144 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
2160 <context context-type="linenumber">35</context>
2161 </context-group>
2162 </trans-unit>
2163 <trans-unit id="2143435845912984377" datatype="html"> 2145 <trans-unit id="2143435845912984377" datatype="html">
2164 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 2146 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
2165 <target state="translated">يعرض <x id="INTERPOLATION"/> ل<x id="INTERPOLATION_1"/> من <x id="INTERPOLATION_2"/> فيديوهات محجوبة</target> 2147 <target state="translated">يعرض <x id="INTERPOLATION"/> ل<x id="INTERPOLATION_1"/> من <x id="INTERPOLATION_2"/> فيديوهات محجوبة</target>
@@ -2256,12 +2238,7 @@
2256 <target>يعرض <x id="INTERPOLATION"/> ل <x id="INTERPOLATION_1"/> من <x id="INTERPOLATION_2"/> إبلغا</target> 2238 <target>يعرض <x id="INTERPOLATION"/> ل <x id="INTERPOLATION_1"/> من <x id="INTERPOLATION_2"/> إبلغا</target>
2257 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">6</context></context-group> 2239 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">6</context></context-group>
2258 </trans-unit> 2240 </trans-unit>
2259 <trans-unit id="8899833753704589712" datatype="html"> 2241
2260 <source>Instances following you</source>
2261 <target state="translated">منصات تتابعك</target>
2262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
2263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
2264 </trans-unit>
2265 <trans-unit id="3109314382334906782" datatype="html"> 2242 <trans-unit id="3109314382334906782" datatype="html">
2266 <source>Reportee</source> 2243 <source>Reportee</source>
2267 <target>مراسل</target> 2244 <target>مراسل</target>
@@ -2337,11 +2314,11 @@
2337 <trans-unit id="2381859602529023966" datatype="html"> 2314 <trans-unit id="2381859602529023966" datatype="html">
2338 <source>Instance</source> 2315 <source>Instance</source>
2339 <target>مثيل خادم</target> 2316 <target>مثيل خادم</target>
2340 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 2317
2341 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 2318
2342 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 2319
2343 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 2320
2344 </trans-unit> 2321 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
2345 <trans-unit id="1300704815627663264" datatype="html"> 2322 <trans-unit id="1300704815627663264" datatype="html">
2346 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 2323 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
2347 <target>كُتم على<x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 2324 <target>كُتم على<x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3643,9 +3620,9 @@ color: red;
3643 <trans-unit id="1006562256968398209" datatype="html"> 3620 <trans-unit id="1006562256968398209" datatype="html">
3644 <source>video</source> 3621 <source>video</source>
3645 <target>فيديو</target> 3622 <target>فيديو</target>
3646 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group> 3623
3647 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group> 3624
3648 </trans-unit> 3625 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3649 <trans-unit id="6438815964972582865" datatype="html"> 3626 <trans-unit id="6438815964972582865" datatype="html">
3650 <source>The following link contains a private token and should not be shared with anyone.</source> 3627 <source>The following link contains a private token and should not be shared with anyone.</source>
3651 <target state="new"> The following link contains a private token and should not be shared with anyone. </target> 3628 <target state="new"> The following link contains a private token and should not be shared with anyone. </target>
@@ -3712,13 +3689,13 @@ color: red;
3712 <trans-unit id="6995024616159044376" datatype="html"> 3689 <trans-unit id="6995024616159044376" datatype="html">
3713 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 3690 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
3714 <target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 3691 <target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
3715 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group> 3692
3716 </trans-unit> 3693 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
3717 <trans-unit id="7873395933409147217" datatype="html"> 3694 <trans-unit id="7873395933409147217" datatype="html">
3718 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 3695 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
3719 <target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 3696 <target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
3720 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group> 3697
3721 </trans-unit> 3698 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
3722 <trans-unit id="5235042777215655908" datatype="html"> 3699 <trans-unit id="5235042777215655908" datatype="html">
3723 <source>subtitles</source> 3700 <source>subtitles</source>
3724 <target state="translated">ترجمات</target> 3701 <target state="translated">ترجمات</target>
@@ -4370,6 +4347,12 @@ It will delete <x id="PH_1" equiv-text="videoChannel.videosCount"/> videos uploa
4370channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</source> 4347channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</source>
4371 <target state="translated">أتريد حذف <x id="PH"/>؟ ستحذف جميع فيديوهات قناة <x id="PH_1"/>، ولن تتمكن من إنشاء قناة بنفس الاسم (<x id="PH_2"/>)!</target> 4348 <target state="translated">أتريد حذف <x id="PH"/>؟ ستحذف جميع فيديوهات قناة <x id="PH_1"/>، ولن تتمكن من إنشاء قناة بنفس الاسم (<x id="PH_2"/>)!</target>
4372 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 4349 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
4350 </trans-unit><trans-unit id="4433306639366959484" datatype="html">
4351 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
4352 <context-group purpose="location">
4353 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
4354 <context context-type="linenumber">48</context>
4355 </context-group>
4373 </trans-unit> 4356 </trans-unit>
4374 <trans-unit id="5387007581996837469" datatype="html"> 4357 <trans-unit id="5387007581996837469" datatype="html">
4375 <source>My Channels</source> 4358 <source>My Channels</source>
@@ -4488,19 +4471,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
4488 <trans-unit id="7252854992688790751" datatype="html"> 4471 <trans-unit id="7252854992688790751" datatype="html">
4489 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 4472 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4490 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 4473 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4491 <context-group purpose="location"> 4474
4492 <context context-type="sourcefile">src/app/+login/login.component.html</context> 4475 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
4493 <context context-type="linenumber">60,62</context>
4494 </context-group>
4495 </trans-unit>
4496 <trans-unit id="7215649348148521605" datatype="html"> 4476 <trans-unit id="7215649348148521605" datatype="html">
4497 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 4477 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4498 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 4478 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4499 <context-group purpose="location"> 4479
4500 <context context-type="sourcefile">src/app/+login/login.component.html</context> 4480 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
4501 <context context-type="linenumber">65,67</context>
4502 </context-group>
4503 </trans-unit>
4504 <trans-unit id="4302331889176439801" datatype="html"> 4481 <trans-unit id="4302331889176439801" datatype="html">
4505 <source>Request email for account verification</source> 4482 <source>Request email for account verification</source>
4506 <target>طلب البريد الإلكتروني للتحقق من الحساب</target> 4483 <target>طلب البريد الإلكتروني للتحقق من الحساب</target>
@@ -4509,15 +4486,15 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
4509 <trans-unit id="3967269098753656610" datatype="html"> 4486 <trans-unit id="3967269098753656610" datatype="html">
4510 <source>Email address</source> 4487 <source>Email address</source>
4511 <target>عنوان البريد الإلكتروني</target> 4488 <target>عنوان البريد الإلكتروني</target>
4512 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 4489
4513 <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> 4490
4514 </trans-unit> 4491 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
4515 <trans-unit id="7808756054397155068" datatype="html"> 4492 <trans-unit id="7808756054397155068" datatype="html">
4516 <source>Reset</source> 4493 <source>Reset</source>
4517 <target state="new">Reset</target> 4494 <target state="new">Reset</target>
4518 <note priority="1" from="description">Password reset button</note> 4495 <note priority="1" from="description">Password reset button</note>
4519 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 4496
4520 </trans-unit> 4497 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
4521 <trans-unit id="4027779086550572813" datatype="html"> 4498 <trans-unit id="4027779086550572813" datatype="html">
4522 <source>Send verification email</source> 4499 <source>Send verification email</source>
4523 <target>إرسال رسالة التأكيد</target> 4500 <target>إرسال رسالة التأكيد</target>
@@ -4621,11 +4598,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
4621 <trans-unit id="5512878593724620692" datatype="html"> 4598 <trans-unit id="5512878593724620692" datatype="html">
4622 <source>CHANNELS</source> 4599 <source>CHANNELS</source>
4623 <target state="new">CHANNELS</target> 4600 <target state="new">CHANNELS</target>
4624 <context-group purpose="location"> 4601
4625 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 4602 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
4626 <context context-type="linenumber">82</context>
4627 </context-group>
4628 </trans-unit>
4629 <trans-unit id="6479885129995567639" datatype="html"> 4603 <trans-unit id="6479885129995567639" datatype="html">
4630 <source>Video channels</source> 4604 <source>Video channels</source>
4631 <target>قنوات الفيديو</target> 4605 <target>قنوات الفيديو</target>
@@ -5185,48 +5159,48 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5185 <source>Username or email address</source> 5159 <source>Username or email address</source>
5186 <target>اسم المستخدم أو عنوان البريد الإلكتروني</target> 5160 <target>اسم المستخدم أو عنوان البريد الإلكتروني</target>
5187 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 5161 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
5162 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
5163 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
5164 <context-group purpose="location">
5165 <context context-type="sourcefile">src/app/+login/login.component.html</context>
5166 <context context-type="linenumber">33,34</context>
5167 </context-group>
5188 </trans-unit> 5168 </trans-unit>
5189 <trans-unit id="8715156686857791956" datatype="html"> 5169 <trans-unit id="8715156686857791956" datatype="html">
5190 <source>Click here to reset your password</source> 5170 <source>Click here to reset your password</source>
5191 <target>انقر هنا لإعادة تعيين كلمة المرور الخاصة بك</target> 5171 <target>انقر هنا لإعادة تعيين كلمة المرور الخاصة بك</target>
5192 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 5172
5193 </trans-unit> 5173 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
5194 <trans-unit id="892063502898494584" datatype="html"> 5174 <trans-unit id="892063502898494584" datatype="html">
5195 <source>I forgot my password</source> 5175 <source>I forgot my password</source>
5196 <target state="new">I forgot my password</target> 5176 <target state="new">I forgot my password</target>
5197 <context-group purpose="location"> 5177
5198 <context context-type="sourcefile">src/app/+login/login.component.html</context> 5178 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
5199 <context context-type="linenumber">47</context>
5200 </context-group>
5201 </trans-unit>
5202 <trans-unit id="2101170466365500913" datatype="html"> 5179 <trans-unit id="2101170466365500913" datatype="html">
5203 <source>Logging into an account lets you publish content</source> 5180 <source>Logging into an account lets you publish content</source>
5204 <target state="new"> Logging into an account lets you publish content </target> 5181 <target state="new"> Logging into an account lets you publish content </target>
5205 <context-group purpose="location"> 5182
5206 <context context-type="sourcefile">src/app/+login/login.component.html</context> 5183 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
5207 <context context-type="linenumber">56,57</context>
5208 </context-group>
5209 </trans-unit>
5210 <trans-unit id="3183213940445113677" datatype="html"> 5184 <trans-unit id="3183213940445113677" datatype="html">
5211 <source>Or sign in with</source> 5185 <source>Or sign in with</source>
5212 <target>أو قم بتسجيل الدخول باستخدام</target> 5186 <target>أو قم بتسجيل الدخول باستخدام</target>
5213 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 5187
5214 </trans-unit> 5188 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
5215 <trans-unit id="3238209155172574367" datatype="html"> 5189 <trans-unit id="3238209155172574367" datatype="html">
5216 <source>Forgot your password</source> 5190 <source>Forgot your password</source>
5217 <target>نسيتَ كلمة المرور</target> 5191 <target>نسيتَ كلمة المرور</target>
5218 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 5192
5219 </trans-unit> 5193 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
5220 <trans-unit id="87327320394367488" datatype="html"> 5194 <trans-unit id="87327320394367488" datatype="html">
5221 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 5195 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
5222 <target>عذرًا ، لا يمكنك استرداد كلمة المرور الخاصة بك لأن مدير مثيل الخادم الخاص بك لم يقم بتكوين نظام البريد الإلكتروني لبيرتيوب.</target> 5196 <target>عذرًا ، لا يمكنك استرداد كلمة المرور الخاصة بك لأن مدير مثيل الخادم الخاص بك لم يقم بتكوين نظام البريد الإلكتروني لبيرتيوب.</target>
5223 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 5197
5224 </trans-unit> 5198 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
5225 <trans-unit id="3188014010833256853" datatype="html"> 5199 <trans-unit id="3188014010833256853" datatype="html">
5226 <source>Enter your email address and we will send you a link to reset your password.</source> 5200 <source>Enter your email address and we will send you a link to reset your password.</source>
5227 <target state="new"> Enter your email address and we will send you a link to reset your password. </target> 5201 <target state="new"> Enter your email address and we will send you a link to reset your password. </target>
5228 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 5202
5229 </trans-unit> 5203 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
5230 <trans-unit id="1190256911880544559" datatype="html"> 5204 <trans-unit id="1190256911880544559" datatype="html">
5231 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 5205 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
5232The link will expire within 1 hour.</source> 5206The link will expire within 1 hour.</source>
@@ -5259,8 +5233,8 @@ The link will expire within 1 hour.</source>
5259 <trans-unit id="2236371857137398396" datatype="html"> 5233 <trans-unit id="2236371857137398396" datatype="html">
5260 <source>No results found</source> 5234 <source>No results found</source>
5261 <target>لم يتم العثور على نتائج</target> 5235 <target>لم يتم العثور على نتائج</target>
5262 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 5236
5263 </trans-unit> 5237 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
5264 <trans-unit id="5500467336262464724" datatype="html"> 5238 <trans-unit id="5500467336262464724" datatype="html">
5265 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 5239 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
5266 <target> 5240 <target>
@@ -5276,19 +5250,19 @@ The link will expire within 1 hour.</source>
5276 <trans-unit id="5478121364779850827" datatype="html"> 5250 <trans-unit id="5478121364779850827" datatype="html">
5277 <source>Reset</source> 5251 <source>Reset</source>
5278 <target>إعادة تعيين</target> 5252 <target>إعادة تعيين</target>
5279 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 5253
5280 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 5254
5281 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 5255
5282 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 5256
5283 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 5257
5284 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 5258
5285 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 5259
5286 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 5260
5287 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 5261
5288 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 5262
5289 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 5263
5290 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 5264
5291 </trans-unit> 5265 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
5292 <trans-unit id="4540121094340493564" datatype="html"> 5266 <trans-unit id="4540121094340493564" datatype="html">
5293 <source>Display only</source> 5267 <source>Display only</source>
5294 <target state="new">Display only</target> 5268 <target state="new">Display only</target>
@@ -5349,14 +5323,14 @@ The link will expire within 1 hour.</source>
5349 <target>المدّة</target> 5323 <target>المدّة</target>
5350 5324
5351 5325
5352 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 5326 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
5353 <trans-unit id="1806667489382256324" datatype="html"> 5327 <trans-unit id="1806667489382256324" datatype="html">
5354 <source>Category</source> 5328 <source>Category</source>
5355 <target>الفئة</target> 5329 <target>الفئة</target>
5356 5330
5357 5331
5358 5332
5359 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 5333 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
5360 <trans-unit id="5478121364779850827" datatype="html"> 5334 <trans-unit id="5478121364779850827" datatype="html">
5361 <source>Reset</source> 5335 <source>Reset</source>
5362 <target>إعادة تعيين</target> 5336 <target>إعادة تعيين</target>
@@ -5377,7 +5351,7 @@ The link will expire within 1 hour.</source>
5377 5351
5378 5352
5379 5353
5380 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 5354 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
5381 <trans-unit id="4184995865179898060" datatype="html"> 5355 <trans-unit id="4184995865179898060" datatype="html">
5382 <source>Display all licenses</source> 5356 <source>Display all licenses</source>
5383 <target>عرض جميع التراخيص</target> 5357 <target>عرض جميع التراخيص</target>
@@ -5390,7 +5364,7 @@ The link will expire within 1 hour.</source>
5390 5364
5391 5365
5392 5366
5393 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 5367 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
5394 <trans-unit id="7904142744051432458" datatype="html"> 5368 <trans-unit id="7904142744051432458" datatype="html">
5395 <source>Display all languages</source> 5369 <source>Display all languages</source>
5396 <target>عرض جميع اللغات</target> 5370 <target>عرض جميع اللغات</target>
@@ -5405,17 +5379,23 @@ The link will expire within 1 hour.</source>
5405 <source>One of these tags</source> 5379 <source>One of these tags</source>
5406 <target>واحد مِن هذه الوسوم</target> 5380 <target>واحد مِن هذه الوسوم</target>
5407 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 5381 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
5382 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
5383 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
5384 <context-group purpose="location">
5385 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
5386 <context context-type="linenumber">178</context>
5387 </context-group>
5408 </trans-unit> 5388 </trans-unit>
5409 <trans-unit id="283421392567624698" datatype="html"> 5389 <trans-unit id="283421392567624698" datatype="html">
5410 <source>Search target</source> 5390 <source>Search target</source>
5411 <target>هدف البحث</target> 5391 <target>هدف البحث</target>
5412 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 5392
5413 </trans-unit> 5393 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
5414 <trans-unit id="2489767671380266270" datatype="html"> 5394 <trans-unit id="2489767671380266270" datatype="html">
5415 <source>Vidiverse</source> 5395 <source>Vidiverse</source>
5416 <target state="translated">Vidiverse</target> 5396 <target state="translated">Vidiverse</target>
5417 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 5397
5418 </trans-unit> 5398 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
5419 <trans-unit id="5478121364779850827" datatype="html"> 5399 <trans-unit id="5478121364779850827" datatype="html">
5420 <source>Reset</source> 5400 <source>Reset</source>
5421 <target>إعادة تعيين</target> 5401 <target>إعادة تعيين</target>
@@ -5424,8 +5404,8 @@ The link will expire within 1 hour.</source>
5424 <trans-unit id="8829497237648100098" datatype="html"> 5404 <trans-unit id="8829497237648100098" datatype="html">
5425 <source>Filter</source> 5405 <source>Filter</source>
5426 <target>مرشح</target> 5406 <target>مرشح</target>
5427 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 5407
5428 </trans-unit> 5408 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
5429 <trans-unit id="1909308046360229945" datatype="html"> 5409 <trans-unit id="1909308046360229945" datatype="html">
5430 <source>Add caption</source> 5410 <source>Add caption</source>
5431 <target>إضافة تسمية توضيحية</target> 5411 <target>إضافة تسمية توضيحية</target>
@@ -5461,7 +5441,7 @@ The link will expire within 1 hour.</source>
5461 <target>الوسوم</target> 5441 <target>الوسوم</target>
5462 5442
5463 5443
5464 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 5444 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
5465 <trans-unit id="354332809647287722" datatype="html"> 5445 <trans-unit id="354332809647287722" datatype="html">
5466 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 5446 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
5467 <target state="translated">Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </target> 5447 <target state="translated">Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </target>
@@ -5921,8 +5901,8 @@ The link will expire within 1 hour.</source>
5921 <trans-unit id="6161604372916832458" datatype="html"> 5901 <trans-unit id="6161604372916832458" datatype="html">
5922 <source>Upload on hold</source> 5902 <source>Upload on hold</source>
5923 <target state="new">Upload on hold</target> 5903 <target state="new">Upload on hold</target>
5924 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group> 5904
5925 </trans-unit> 5905 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
5926 <trans-unit id="285180972645018518" datatype="html"> 5906 <trans-unit id="285180972645018518" datatype="html">
5927 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 5907 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
5928 <target state="translated">عذرا، عُطلت خاصية الرفع في حسابك، اتصل بمدير المنصة ليقوم بفك قَفل حصتك.</target> 5908 <target state="translated">عذرا، عُطلت خاصية الرفع في حسابك، اتصل بمدير المنصة ليقوم بفك قَفل حصتك.</target>
@@ -6150,12 +6130,18 @@ The link will expire within 1 hour.</source>
6150 <source>Origin</source> 6130 <source>Origin</source>
6151 <target state="new">Origin</target> 6131 <target state="new">Origin</target>
6152 6132
6153 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 6133 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
6134 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
6135 <context-group purpose="location">
6136 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
6137 <context context-type="linenumber">14</context>
6138 </context-group>
6139 </trans-unit>
6154 <trans-unit id="5139892963394684487" datatype="html"> 6140 <trans-unit id="5139892963394684487" datatype="html">
6155 <source>Originally published</source> 6141 <source>Originally published</source>
6156 <target>نشر في الأصل</target> 6142 <target>نشر في الأصل</target>
6157 6143
6158 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 6144 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
6159 <trans-unit id="6402393085909200998" datatype="html"> 6145 <trans-unit id="6402393085909200998" datatype="html">
6160 <source>Friendly Reminder:</source> 6146 <source>Friendly Reminder:</source>
6161 <target>تذكير ودي:</target> 6147 <target>تذكير ودي:</target>
@@ -6399,13 +6385,13 @@ The link will expire within 1 hour.</source>
6399 <trans-unit id="6979021199788941693" datatype="html"> 6385 <trans-unit id="6979021199788941693" datatype="html">
6400 <source>Your message has been sent.</source> 6386 <source>Your message has been sent.</source>
6401 <target>تم ارسال رسالتك.</target> 6387 <target>تم ارسال رسالتك.</target>
6402 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group> 6388
6403 </trans-unit> 6389 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6404 <trans-unit id="2072135752262464360" datatype="html"> 6390 <trans-unit id="2072135752262464360" datatype="html">
6405 <source>You already sent this form recently</source> 6391 <source>You already sent this form recently</source>
6406 <target>لقد أرسلت هذا النموذج بالفعل مؤخرًا</target> 6392 <target>لقد أرسلت هذا النموذج بالفعل مؤخرًا</target>
6407 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group> 6393
6408 </trans-unit> 6394 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6409 <trans-unit id="819067926858619041" datatype="html"> 6395 <trans-unit id="819067926858619041" datatype="html">
6410 <source>Account videos</source> 6396 <source>Account videos</source>
6411 <target state="translated">فيديوهات الحساب</target> 6397 <target state="translated">فيديوهات الحساب</target>
@@ -6448,13 +6434,13 @@ The link will expire within 1 hour.</source>
6448 <trans-unit id="4856575356061361269" datatype="html"> 6434 <trans-unit id="4856575356061361269" datatype="html">
6449 <source><x id="PH"/> direct account followers </source> 6435 <source><x id="PH"/> direct account followers </source>
6450 <target><x id="PH"/> متابعًا مباشرًا للحساب </target> 6436 <target><x id="PH"/> متابعًا مباشرًا للحساب </target>
6451 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6437
6452 </trans-unit> 6438 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6453 <trans-unit id="6250999352462648289" datatype="html"> 6439 <trans-unit id="6250999352462648289" datatype="html">
6454 <source>Report this account</source> 6440 <source>Report this account</source>
6455 <target state="translated">بلِّغ عن هذا الحساب</target> 6441 <target state="translated">بلِّغ عن هذا الحساب</target>
6456 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6442
6457 </trans-unit> 6443 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6458 <trans-unit id="1504521795586863905" datatype="html"> 6444 <trans-unit id="1504521795586863905" datatype="html">
6459 <source>VIDEOS</source> 6445 <source>VIDEOS</source>
6460 <target state="translated">فيديوهات</target> 6446 <target state="translated">فيديوهات</target>
@@ -6464,19 +6450,19 @@ The link will expire within 1 hour.</source>
6464 <trans-unit id="25349740244798533" datatype="html"> 6450 <trans-unit id="25349740244798533" datatype="html">
6465 <source>Username copied</source> 6451 <source>Username copied</source>
6466 <target>تم نسخ اسم المستخدم</target> 6452 <target>تم نسخ اسم المستخدم</target>
6467 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6453
6468 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6454
6469 </trans-unit> 6455 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6470 <trans-unit id="9221735175659318025" datatype="html"> 6456 <trans-unit id="9221735175659318025" datatype="html">
6471 <source>1 subscriber</source> 6457 <source>1 subscriber</source>
6472 <target state="translated">مشترك</target> 6458 <target state="translated">مشترك</target>
6473 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6459
6474 </trans-unit> 6460 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6475 <trans-unit id="4097331874769079975" datatype="html"> 6461 <trans-unit id="4097331874769079975" datatype="html">
6476 <source><x id="PH"/> subscribers</source> 6462 <source><x id="PH"/> subscribers</source>
6477 <target state="translated"><x id="PH"/> مشتركا</target> 6463 <target state="translated"><x id="PH"/> مشتركا</target>
6478 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6464
6479 </trans-unit> 6465 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6480 <trans-unit id="1035838766454786107" datatype="html"> 6466 <trans-unit id="1035838766454786107" datatype="html">
6481 <source>Audio-only</source> 6467 <source>Audio-only</source>
6482 <target>صوت فقط</target> 6468 <target>صوت فقط</target>
@@ -6526,6 +6512,12 @@ The link will expire within 1 hour.</source>
6526 <source>Auto (via ffmpeg)</source> 6512 <source>Auto (via ffmpeg)</source>
6527 <target>تلقائي (عبر ffmpeg)</target> 6513 <target>تلقائي (عبر ffmpeg)</target>
6528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6515 </trans-unit><trans-unit id="3642770981085338761" datatype="html">
6516 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6517 <context-group purpose="location">
6518 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6519 <context context-type="linenumber">3</context>
6520 </context-group>
6529 </trans-unit> 6521 </trans-unit>
6530 <trans-unit id="931255636742351800" datatype="html"> 6522 <trans-unit id="931255636742351800" datatype="html">
6531 <source>No limit</source> 6523 <source>No limit</source>
@@ -6804,17 +6796,43 @@ The link will expire within 1 hour.</source>
6804 <source><x id="PH"/> removed from instance followers </source> 6796 <source><x id="PH"/> removed from instance followers </source>
6805 <target>أُزيل <x id="PH"/> من متابعي المثيل </target> 6797 <target>أُزيل <x id="PH"/> من متابعي المثيل </target>
6806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6799 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
6800 <source>Follow</source><target state="new">Follow</target>
6801 <context-group purpose="location">
6802 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6803 <context context-type="linenumber">3</context>
6804 </context-group>
6805 <context-group purpose="location">
6806 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6807 <context context-type="linenumber">37</context>
6808 </context-group>
6809 <context-group purpose="location">
6810 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6811 <context context-type="linenumber">18</context>
6812 </context-group>
6813 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6814 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6815 <context-group purpose="location">
6816 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6817 <context context-type="linenumber">11</context>
6818 </context-group>
6807 </trans-unit> 6819 </trans-unit>
6808 <trans-unit id="2355066641781598196" datatype="html"> 6820 <trans-unit id="2355066641781598196" datatype="html">
6809 <source>Follow request(s) sent!</source> 6821 <source>Follow request(s) sent!</source>
6810 <target>تم إرسال طلب المتابعة!</target> 6822 <target>تم إرسال طلب المتابعة!</target>
6811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6823
6824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6825 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6826 <context-group purpose="location">
6827 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6828 <context context-type="linenumber">3</context>
6829 </context-group>
6812 </trans-unit> 6830 </trans-unit>
6813 <trans-unit id="4245720728052819482" datatype="html"> 6831 <trans-unit id="4245720728052819482" datatype="html">
6814 <source>Do you really want to unfollow <x id="PH"/>?</source> 6832 <source>Do you really want to unfollow <x id="PH"/>?</source>
6815 <target>هل تريد الغاء متابعة <x id="PH"/>؟</target> 6833 <target>هل تريد الغاء متابعة <x id="PH"/>؟</target>
6816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6834
6817 </trans-unit> 6835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6818 <trans-unit id="9160510009013134726" datatype="html"> 6836 <trans-unit id="9160510009013134726" datatype="html">
6819 <source>Unfollow</source> 6837 <source>Unfollow</source>
6820 <target>إلغاء المتابَعة</target> 6838 <target>إلغاء المتابَعة</target>
@@ -6823,8 +6841,8 @@ The link will expire within 1 hour.</source>
6823 <trans-unit id="3935234189109112926" datatype="html"> 6841 <trans-unit id="3935234189109112926" datatype="html">
6824 <source>You are not following <x id="PH"/> anymore.</source> 6842 <source>You are not following <x id="PH"/> anymore.</source>
6825 <target>انت لا تتابع <x id="PH"/> بعد الآن.</target> 6843 <target>انت لا تتابع <x id="PH"/> بعد الآن.</target>
6826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6844
6827 </trans-unit> 6845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6828 <trans-unit id="2593763089859685916" datatype="html"> 6846 <trans-unit id="2593763089859685916" datatype="html">
6829 <source>enabled</source> 6847 <source>enabled</source>
6830 <target>مفعّل</target> 6848 <target>مفعّل</target>
@@ -6910,25 +6928,25 @@ The link will expire within 1 hour.</source>
6910 <trans-unit id="6473213678768782133" datatype="html"> 6928 <trans-unit id="6473213678768782133" datatype="html">
6911 <source>Internal actions</source> 6929 <source>Internal actions</source>
6912 <target>الإجراءات الداخلية</target> 6930 <target>الإجراءات الداخلية</target>
6913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 6931
6914 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 6932
6915 </trans-unit> 6933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6916 <trans-unit id="4559872264406386913" datatype="html"> 6934 <trans-unit id="4559872264406386913" datatype="html">
6917 <source>Delete report</source> 6935 <source>Delete report</source>
6918 <target>احذف الإبلاغ</target> 6936 <target>احذف الإبلاغ</target>
6919 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 6937
6920 </trans-unit> 6938 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6921 <trans-unit id="5793550984155962433" datatype="html"> 6939 <trans-unit id="5793550984155962433" datatype="html">
6922 <source>Actions for the flagged account</source> 6940 <source>Actions for the flagged account</source>
6923 <target state="translated">الاجراءات للحسابات المعلمة</target> 6941 <target state="translated">الاجراءات للحسابات المعلمة</target>
6924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 6942
6925 </trans-unit> 6943 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
6926 <trans-unit id="4903651219400691248" datatype="html"> 6944 <trans-unit id="4903651219400691248" datatype="html">
6927 <source>Mute account</source> 6945 <source>Mute account</source>
6928 <target state="translated">أكتم حسابا</target> 6946 <target state="translated">أكتم حسابا</target>
6929 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 6947
6930 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 6948
6931 </trans-unit> 6949 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
6932 <trans-unit id="4021487547497211597" datatype="html"> 6950 <trans-unit id="4021487547497211597" datatype="html">
6933 <source>Open video actions</source> 6951 <source>Open video actions</source>
6934 <target state="new">Open video actions</target> 6952 <target state="new">Open video actions</target>
@@ -6944,115 +6962,115 @@ The link will expire within 1 hour.</source>
6944 <trans-unit id="3719503424625455635" datatype="html"> 6962 <trans-unit id="3719503424625455635" datatype="html">
6945 <source>Mute server account</source> 6963 <source>Mute server account</source>
6946 <target state="translated">اكتم حساب خادم</target> 6964 <target state="translated">اكتم حساب خادم</target>
6947 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 6965
6948 </trans-unit> 6966 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
6949 <trans-unit id="1679841953757186358" datatype="html"> 6967 <trans-unit id="1679841953757186358" datatype="html">
6950 <source>Mark as accepted</source> 6968 <source>Mark as accepted</source>
6951 <target>وضع علامة "مقبول"</target> 6969 <target>وضع علامة "مقبول"</target>
6952 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 6970
6953 </trans-unit> 6971 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
6954 <trans-unit id="7993358694073742566" datatype="html"> 6972 <trans-unit id="7993358694073742566" datatype="html">
6955 <source>Mark as rejected</source> 6973 <source>Mark as rejected</source>
6956 <target>وضع علامة مرفوض</target> 6974 <target>وضع علامة مرفوض</target>
6957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 6975
6958 </trans-unit> 6976 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
6959 <trans-unit id="4175703770051343108" datatype="html"> 6977 <trans-unit id="4175703770051343108" datatype="html">
6960 <source>Add internal note</source> 6978 <source>Add internal note</source>
6961 <target state="translated">أضف ملاحظة داخلية</target> 6979 <target state="translated">أضف ملاحظة داخلية</target>
6962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 6980
6963 </trans-unit> 6981 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
6964 <trans-unit id="296166371893775555" datatype="html"> 6982 <trans-unit id="296166371893775555" datatype="html">
6965 <source>Actions for the video</source> 6983 <source>Actions for the video</source>
6966 <target>الإجراءات على هذه الفيديو</target> 6984 <target>الإجراءات على هذه الفيديو</target>
6967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 6985
6968 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 6986
6969 </trans-unit> 6987 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
6970 <trans-unit id="3924877328520650445" datatype="html"> 6988 <trans-unit id="3924877328520650445" datatype="html">
6971 <source>Block video</source> 6989 <source>Block video</source>
6972 <target>احجب الفيديو</target> 6990 <target>احجب الفيديو</target>
6973 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 6991
6974 </trans-unit> 6992 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
6975 <trans-unit id="4762794934098378428" datatype="html"> 6993 <trans-unit id="4762794934098378428" datatype="html">
6976 <source>Video blocked.</source> 6994 <source>Video blocked.</source>
6977 <target>حُجب الفيديو.</target> 6995 <target>حُجب الفيديو.</target>
6978 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 6996
6979 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 6997
6980 </trans-unit> 6998 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
6981 <trans-unit id="4328862996304258770" datatype="html"> 6999 <trans-unit id="4328862996304258770" datatype="html">
6982 <source>Unblock video</source> 7000 <source>Unblock video</source>
6983 <target>إلغاء حجب الفيديو</target> 7001 <target>إلغاء حجب الفيديو</target>
6984 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7002
6985 </trans-unit> 7003 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
6986 <trans-unit id="9065327551191479877" datatype="html"> 7004 <trans-unit id="9065327551191479877" datatype="html">
6987 <source>Video unblocked.</source> 7005 <source>Video unblocked.</source>
6988 <target>حُجب الفيديو.</target> 7006 <target>حُجب الفيديو.</target>
6989 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7007
6990 </trans-unit> 7008 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
6991 <trans-unit id="2909684945706361544" datatype="html"> 7009 <trans-unit id="2909684945706361544" datatype="html">
6992 <source>Delete video</source> 7010 <source>Delete video</source>
6993 <target>حذف الفيديو</target> 7011 <target>حذف الفيديو</target>
6994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 7012
6995 </trans-unit> 7013 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
6996 <trans-unit id="2210418817778733727" datatype="html"> 7014 <trans-unit id="2210418817778733727" datatype="html">
6997 <source>Actions for the comment</source> 7015 <source>Actions for the comment</source>
6998 <target state="translated">إجراءات على التعليق</target> 7016 <target state="translated">إجراءات على التعليق</target>
6999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 7017
7000 </trans-unit> 7018 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
7001 <trans-unit id="7978668497183230348" datatype="html"> 7019 <trans-unit id="7978668497183230348" datatype="html">
7002 <source>Delete comment</source> 7020 <source>Delete comment</source>
7003 <target state="translated">أزل التعليق</target> 7021 <target state="translated">أزل التعليق</target>
7004 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 7022
7005 </trans-unit> 7023 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
7006 <trans-unit id="6747218355168080191" datatype="html"> 7024 <trans-unit id="6747218355168080191" datatype="html">
7007 <source>Do you really want to delete this comment?</source> 7025 <source>Do you really want to delete this comment?</source>
7008 <target state="translated">أتريد إزالة هذا التعليق؟</target> 7026 <target state="translated">أتريد إزالة هذا التعليق؟</target>
7009 7027
7010 7028
7011 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 7029 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
7012 <trans-unit id="7837272126865175984" datatype="html"> 7030 <trans-unit id="7837272126865175984" datatype="html">
7013 <source>Comment deleted.</source> 7031 <source>Comment deleted.</source>
7014 <target state="translated">حُذف التعليق.</target> 7032 <target state="translated">حُذف التعليق.</target>
7015 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 7033
7016 </trans-unit> 7034 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
7017 <trans-unit id="3622946684246476652" datatype="html"> 7035 <trans-unit id="3622946684246476652" datatype="html">
7018 <source>Do you really want to delete this video?</source> 7036 <source>Do you really want to delete this video?</source>
7019 <target>متأكد من حذف هذا الفيديو؟</target> 7037 <target>متأكد من حذف هذا الفيديو؟</target>
7020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 7038
7021 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 7039
7022 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 7040
7023 </trans-unit> 7041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
7024 <trans-unit id="3941342949736653028" datatype="html"> 7042 <trans-unit id="3941342949736653028" datatype="html">
7025 <source>Video deleted.</source> 7043 <source>Video deleted.</source>
7026 <target>تم حذف الفيديو.</target> 7044 <target>تم حذف الفيديو.</target>
7027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 7045
7028 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 7046
7029 </trans-unit> 7047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
7030 <trans-unit id="5072091387445907742" datatype="html"> 7048 <trans-unit id="5072091387445907742" datatype="html">
7031 <source>Actions for the reporter</source> 7049 <source>Actions for the reporter</source>
7032 <target>إجراءات على المبلِّغ</target> 7050 <target>إجراءات على المبلِّغ</target>
7033 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 7051
7034 </trans-unit> 7052 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
7035 <trans-unit id="6599069899275412095" datatype="html"> 7053 <trans-unit id="6599069899275412095" datatype="html">
7036 <source>Mute reporter</source> 7054 <source>Mute reporter</source>
7037 <target>أكتم المبلِّغ</target> 7055 <target>أكتم المبلِّغ</target>
7038 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 7056
7039 </trans-unit> 7057 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
7040 <trans-unit id="2558977494773636050" datatype="html"> 7058 <trans-unit id="2558977494773636050" datatype="html">
7041 <source>Account <x id="PH"/> muted by the instance.</source> 7059 <source>Account <x id="PH"/> muted by the instance.</source>
7042 <target>كُتم حساب <x id="PH"/> بواسطة المثيل.</target> 7060 <target>كُتم حساب <x id="PH"/> بواسطة المثيل.</target>
7043 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group> 7061
7044 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group> 7062
7045 </trans-unit> 7063 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
7046 <trans-unit id="1595779426198793580" datatype="html"> 7064 <trans-unit id="1595779426198793580" datatype="html">
7047 <source>Mute server</source> 7065 <source>Mute server</source>
7048 <target>أكتم الخادم</target> 7066 <target>أكتم الخادم</target>
7049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 7067
7050 </trans-unit> 7068 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
7051 <trans-unit id="8014491157078444256" datatype="html"> 7069 <trans-unit id="8014491157078444256" datatype="html">
7052 <source>Server <x id="PH"/> muted by the instance.</source> 7070 <source>Server <x id="PH"/> muted by the instance.</source>
7053 <target>كُتم الخادم <x id="PH"/> بواسطة المثيل.</target> 7071 <target>كُتم الخادم <x id="PH"/> بواسطة المثيل.</target>
7054 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 7072
7055 </trans-unit> 7073 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
7056 <trans-unit id="2044813052587776285" datatype="html"> 7074 <trans-unit id="2044813052587776285" datatype="html">
7057 <source>Add a message to communicate with the reporter</source> 7075 <source>Add a message to communicate with the reporter</source>
7058 <target state="translated">أضف رسالة لتواصل مع المبلِّغ</target> 7076 <target state="translated">أضف رسالة لتواصل مع المبلِّغ</target>
@@ -7066,63 +7084,63 @@ The link will expire within 1 hour.</source>
7066 <trans-unit id="1250415136605923486" datatype="html"> 7084 <trans-unit id="1250415136605923486" datatype="html">
7067 <source>Do you really want to delete this abuse report?</source> 7085 <source>Do you really want to delete this abuse report?</source>
7068 <target>هل تريد حقًا حذف تقرير إساءة الاستخدام هذا؟</target> 7086 <target>هل تريد حقًا حذف تقرير إساءة الاستخدام هذا؟</target>
7069 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7087
7070 </trans-unit> 7088 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7071 <trans-unit id="3482559157143817408" datatype="html"> 7089 <trans-unit id="3482559157143817408" datatype="html">
7072 <source>Abuse deleted.</source> 7090 <source>Abuse deleted.</source>
7073 <target>تم حذف الإساءة.</target> 7091 <target>تم حذف الإساءة.</target>
7074 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7092
7075 </trans-unit> 7093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7076 <trans-unit id="6282990098351939529" datatype="html"> 7094 <trans-unit id="6282990098351939529" datatype="html">
7077 <source>Deleted comment</source> 7095 <source>Deleted comment</source>
7078 <target state="translated">تعليق محذوف</target> 7096 <target state="translated">تعليق محذوف</target>
7079 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7097
7080 </trans-unit> 7098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7081 <trans-unit id="9196775343330824083" datatype="html"> 7099 <trans-unit id="9196775343330824083" datatype="html">
7082 <source>Messages with reporter</source> 7100 <source>Messages with reporter</source>
7083 <target state="translated">راسل المبلِّغ</target> 7101 <target state="translated">راسل المبلِّغ</target>
7084 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7102
7085 </trans-unit> 7103 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7086 <trans-unit id="8770468575924421391" datatype="html"> 7104 <trans-unit id="8770468575924421391" datatype="html">
7087 <source>Messages with moderators</source> 7105 <source>Messages with moderators</source>
7088 <target state="translated">راسل المشرفين</target> 7106 <target state="translated">راسل المشرفين</target>
7089 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7107
7090 </trans-unit> 7108 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7091 <trans-unit id="8528549800795985099" datatype="html"> 7109 <trans-unit id="8528549800795985099" datatype="html">
7092 <source>Update internal note</source> 7110 <source>Update internal note</source>
7093 <target state="translated">حدِّث الملاحظة الداخلية</target> 7111 <target state="translated">حدِّث الملاحظة الداخلية</target>
7094 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7112
7095 </trans-unit> 7113 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7096 <trans-unit id="3962242315365992494" datatype="html"> 7114 <trans-unit id="3962242315365992494" datatype="html">
7097 <source>Switch video block to manual</source> 7115 <source>Switch video block to manual</source>
7098 <target>بدِّل طريقة حجب الفيديو إلى اليدوية</target> 7116 <target>بدِّل طريقة حجب الفيديو إلى اليدوية</target>
7099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7117
7100 </trans-unit> 7118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7101 <trans-unit id="6906423861055262169" datatype="html"> 7119 <trans-unit id="6906423861055262169" datatype="html">
7102 <source>Video <x id="PH"/> switched to manual block.</source> 7120 <source>Video <x id="PH"/> switched to manual block.</source>
7103 <target state="translated">Video <x id="PH"/> switched to manual block.</target> 7121 <target state="translated">Video <x id="PH"/> switched to manual block.</target>
7104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7122
7105 </trans-unit> 7123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7106 <trans-unit id="7293356040886494773" datatype="html"> 7124 <trans-unit id="7293356040886494773" datatype="html">
7107 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7125 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7108 <target>هل تريد إلغاء حجب هذا الفيديو؟ سيكون متاحًا مرة أخرى في قائمة مقاطع الفيديو.</target> 7126 <target>هل تريد إلغاء حجب هذا الفيديو؟ سيكون متاحًا مرة أخرى في قائمة مقاطع الفيديو.</target>
7109 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group> 7127
7110 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group> 7128
7111 </trans-unit> 7129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7112 <trans-unit id="4859202148272511129" datatype="html"> 7130 <trans-unit id="4859202148272511129" datatype="html">
7113 <source>Unblock</source> 7131 <source>Unblock</source>
7114 <target>ألغ الحجب</target> 7132 <target>ألغ الحجب</target>
7115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group> 7133
7116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group> 7134
7117 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group> 7135
7118 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group> 7136
7119 </trans-unit> 7137 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7120 <trans-unit id="4922469417589203720" datatype="html"> 7138 <trans-unit id="4922469417589203720" datatype="html">
7121 <source>Video <x id="PH"/> unblocked.</source> 7139 <source>Video <x id="PH"/> unblocked.</source>
7122 <target>ألغي حجب <x id="PH"/>.</target> 7140 <target>ألغي حجب <x id="PH"/>.</target>
7123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group> 7141
7124 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group> 7142
7125 </trans-unit> 7143 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7126 <trans-unit id="212615365039028546" datatype="html"> 7144 <trans-unit id="212615365039028546" datatype="html">
7127 <source>You don't have plugins installed yet.</source> 7145 <source>You don't have plugins installed yet.</source>
7128 <target>حاليا ليس لديك أية إضافة مثبتة.</target> 7146 <target>حاليا ليس لديك أية إضافة مثبتة.</target>
@@ -7355,9 +7373,9 @@ The link will expire within 1 hour.</source>
7355 <trans-unit id="1519954996184640001" datatype="html"> 7373 <trans-unit id="1519954996184640001" datatype="html">
7356 <source>Error</source> 7374 <source>Error</source>
7357 <target>خطأ</target> 7375 <target>خطأ</target>
7358 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7376
7359 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7377
7360 </trans-unit> 7378 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7361 <trans-unit id="5076187961693950167" datatype="html"> 7379 <trans-unit id="5076187961693950167" datatype="html">
7362 <source>Standard logs</source> 7380 <source>Standard logs</source>
7363 <target>السجلات القياسية</target> 7381 <target>السجلات القياسية</target>
@@ -7398,16 +7416,8 @@ The link will expire within 1 hour.</source>
7398 <target>حدّث كلمة مرور المستخدم</target> 7416 <target>حدّث كلمة مرور المستخدم</target>
7399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7400 </trans-unit> 7418 </trans-unit>
7401 <trans-unit id="177544274549739411" datatype="html"> 7419
7402 <source>Following list</source> 7420
7403 <target state="translated">قائمة المتابَعين</target>
7404 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7405 </trans-unit>
7406 <trans-unit id="8092429110007204784" datatype="html">
7407 <source>Followers list</source>
7408 <target state="translated">قائمة المتابِعين</target>
7409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7410 </trans-unit>
7411 <trans-unit id="780323526182667308" datatype="html"> 7421 <trans-unit id="780323526182667308" datatype="html">
7412 <source>User <x id="PH"/> updated.</source> 7422 <source>User <x id="PH"/> updated.</source>
7413 <target>حُدّث حساب المستخدم <x id="PH"/>.</target> 7423 <target>حُدّث حساب المستخدم <x id="PH"/>.</target>
@@ -7443,16 +7453,8 @@ The link will expire within 1 hour.</source>
7443 <target state="translated">الاتحادية</target> 7453 <target state="translated">الاتحادية</target>
7444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7445 </trans-unit> 7455 </trans-unit>
7446 <trans-unit id="4682675125751819107" datatype="html"> 7456
7447 <source>Instances you follow</source> 7457
7448 <target state="translated">المثيلات المتابَعة</target>
7449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7450 </trans-unit>
7451 <trans-unit id="8899833753704589712" datatype="html">
7452 <source>Instances following you</source>
7453 <target state="translated">المثيلات المتابِعة</target>
7454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7455 </trans-unit>
7456 <trans-unit id="3767259920053407667" datatype="html"> 7458 <trans-unit id="3767259920053407667" datatype="html">
7457 <source>Videos will be deleted, comments will be tombstoned.</source> 7459 <source>Videos will be deleted, comments will be tombstoned.</source>
7458 <target state="translated">سيحذف مقاطع الفيديو ، ستحذف التعليقات.</target> 7460 <target state="translated">سيحذف مقاطع الفيديو ، ستحذف التعليقات.</target>
@@ -7483,6 +7485,24 @@ The link will expire within 1 hour.</source>
7483 <target>تعيين البريد الإلكتروني كمتحقق منه</target> 7485 <target>تعيين البريد الإلكتروني كمتحقق منه</target>
7484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group> 7486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7485 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group> 7487 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7488 </trans-unit><trans-unit id="4207916966377787111" datatype="html">
7489 <source>Created</source><target state="new">Created</target>
7490 <context-group purpose="location">
7491 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7492 <context context-type="linenumber">115</context>
7493 </context-group>
7494 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7495 <source>Daily quota</source><target state="new">Daily quota</target>
7496 <context-group purpose="location">
7497 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7498 <context context-type="linenumber">120</context>
7499 </context-group>
7500 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7501 <source>Last login</source><target state="new">Last login</target>
7502 <context-group purpose="location">
7503 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7504 <context context-type="linenumber">122</context>
7505 </context-group>
7486 </trans-unit> 7506 </trans-unit>
7487 <trans-unit id="3403978719736970622" datatype="html"> 7507 <trans-unit id="3403978719736970622" datatype="html">
7488 <source>You cannot ban root.</source> 7508 <source>You cannot ban root.</source>
@@ -7524,23 +7544,23 @@ The link will expire within 1 hour.</source>
7524 <trans-unit id="1266887509445371246" datatype="html"> 7544 <trans-unit id="1266887509445371246" datatype="html">
7525 <source>Incorrect username or password.</source> 7545 <source>Incorrect username or password.</source>
7526 <target>اسم المستخدم أو كلمة المرور خاطئة.</target> 7546 <target>اسم المستخدم أو كلمة المرور خاطئة.</target>
7527 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 7547
7528 </trans-unit> 7548 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
7529 <trans-unit id="6974874606619467663" datatype="html"> 7549 <trans-unit id="6974874606619467663" datatype="html">
7530 <source>Your account is blocked.</source> 7550 <source>Your account is blocked.</source>
7531 <target state="translated">حسابك محجوب.</target> 7551 <target state="translated">حسابك محجوب.</target>
7532 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 7552
7533 </trans-unit> 7553 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
7534 <trans-unit id="1137937154872046253" datatype="html"> 7554 <trans-unit id="1137937154872046253" datatype="html">
7535 <source>Video channel <x id="PH"/> created.</source> 7555 <source>Video channel <x id="PH"/> created.</source>
7536 <target>أُنشئت قناة الفيديو <x id="PH"/>.</target> 7556 <target>أُنشئت قناة الفيديو <x id="PH"/>.</target>
7537 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 7557
7538 </trans-unit> 7558 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7539 <trans-unit id="8723777130353305761" datatype="html"> 7559 <trans-unit id="8723777130353305761" datatype="html">
7540 <source>This name already exists on this instance.</source> 7560 <source>This name already exists on this instance.</source>
7541 <target>هذا الإسم موجود على هذا المثيل.</target> 7561 <target>هذا الإسم موجود على هذا المثيل.</target>
7542 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 7562
7543 </trans-unit> 7563 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7544 <trans-unit id="7589345916094713536" datatype="html"> 7564 <trans-unit id="7589345916094713536" datatype="html">
7545 <source>Video channel <x id="PH"/> updated.</source> 7565 <source>Video channel <x id="PH"/> updated.</source>
7546 <target>حُدثت قناة فيديو <x id="PH"/>.</target> 7566 <target>حُدثت قناة فيديو <x id="PH"/>.</target>
@@ -7579,11 +7599,7 @@ The link will expire within 1 hour.</source>
7579 <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">61</context></context-group> 7599 <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">61</context></context-group>
7580 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">122</context></context-group> 7600 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">122</context></context-group>
7581 </trans-unit> 7601 </trans-unit>
7582 <trans-unit id="2575302837003821736" datatype="html"> 7602
7583 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7584 <target>لتأكيد اكتب الاسم العلني لقناة الفيديو <x id="PH"/></target>
7585 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
7586 </trans-unit>
7587 <trans-unit id="624066830180032195" datatype="html"> 7603 <trans-unit id="624066830180032195" datatype="html">
7588 <source>Video channel <x id="PH"/> deleted.</source> 7604 <source>Video channel <x id="PH"/> deleted.</source>
7589 <target>حُذفت قناة فيديو <x id="PH"/>.</target> 7605 <target>حُذفت قناة فيديو <x id="PH"/>.</target>
@@ -7935,6 +7951,12 @@ The link will expire within 1 hour.</source>
7935 <source>Ownership change request sent.</source> 7951 <source>Ownership change request sent.</source>
7936 <target>تم إرسال طلب تغيير الملكية.</target> 7952 <target>تم إرسال طلب تغيير الملكية.</target>
7937 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 7953 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
7954 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
7955 <source>Sort by</source><target state="new">Sort by</target>
7956 <context-group purpose="location">
7957 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
7958 <context context-type="linenumber">26</context>
7959 </context-group>
7938 </trans-unit> 7960 </trans-unit>
7939 <trans-unit id="3058024914967508975" datatype="html"> 7961 <trans-unit id="3058024914967508975" datatype="html">
7940 <source>My videos</source> 7962 <source>My videos</source>
@@ -8105,12 +8127,18 @@ The link will expire within 1 hour.</source>
8105 <source>Search index is unavailable. Retrying with instance results instead.</source> 8127 <source>Search index is unavailable. Retrying with instance results instead.</source>
8106 <target>فهرس البحث غير متاح. بدلا من ذلك يعيد المحاولة باستخدام نتائج المثيل.</target> 8128 <target>فهرس البحث غير متاح. بدلا من ذلك يعيد المحاولة باستخدام نتائج المثيل.</target>
8107 8129
8108 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8130 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8109 <trans-unit id="307702206382241469" datatype="html"> 8131 <trans-unit id="307702206382241469" datatype="html">
8110 <source>Search error</source> 8132 <source>Search error</source>
8111 <target>خطأ في البحث</target> 8133 <target>خطأ في البحث</target>
8112 8134
8113 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8135 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8136 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8137 <context-group purpose="location">
8138 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8139 <context context-type="linenumber">329</context>
8140 </context-group>
8141 </trans-unit>
8114 <trans-unit id="4580988005648117665" datatype="html"> 8142 <trans-unit id="4580988005648117665" datatype="html">
8115 <source>Search</source> 8143 <source>Search</source>
8116 <target state="translated">ابحث</target> 8144 <target state="translated">ابحث</target>
@@ -8152,7 +8180,7 @@ The link will expire within 1 hour.</source>
8152 <target>الاشتراك في الحساب</target> 8180 <target>الاشتراك في الحساب</target>
8153 8181
8154 8182
8155 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8183 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8156 <trans-unit id="3131904093925601441" datatype="html"> 8184 <trans-unit id="3131904093925601441" datatype="html">
8157 <source>PLAYLISTS</source> 8185 <source>PLAYLISTS</source>
8158 <target state="new">PLAYLISTS</target> 8186 <target state="new">PLAYLISTS</target>
@@ -8438,33 +8466,33 @@ The link will expire within 1 hour.</source>
8438 <trans-unit id="3284171506518522275" datatype="html"> 8466 <trans-unit id="3284171506518522275" datatype="html">
8439 <source>Your video was uploaded to your account and is private.</source> 8467 <source>Your video was uploaded to your account and is private.</source>
8440 <target>تم رفع الفيديو الخاص بك إلى حسابك وهو خاص.</target> 8468 <target>تم رفع الفيديو الخاص بك إلى حسابك وهو خاص.</target>
8441 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group> 8469
8442 </trans-unit> 8470 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
8443 <trans-unit id="5699822024600815733" datatype="html"> 8471 <trans-unit id="5699822024600815733" datatype="html">
8444 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 8472 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
8445 <target>ولكن ستفقد البيانات المرتبطة (العلامات ،الوصف...) ، هل تريد بالتأكيد مغادرة هذه الصفحة؟</target> 8473 <target>ولكن ستفقد البيانات المرتبطة (العلامات ،الوصف...) ، هل تريد بالتأكيد مغادرة هذه الصفحة؟</target>
8446 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group> 8474
8447 </trans-unit> 8475 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
8448 <trans-unit id="1219739004043110649" datatype="html"> 8476 <trans-unit id="1219739004043110649" datatype="html">
8449 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 8477 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
8450 <target>لم يرفع الفيديو الخاص بك حتى الآن ، هل تريد بالتأكيد مغادرة هذه الصفحة؟</target> 8478 <target>لم يرفع الفيديو الخاص بك حتى الآن ، هل تريد بالتأكيد مغادرة هذه الصفحة؟</target>
8451 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group> 8479
8452 </trans-unit> 8480 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
8453 <trans-unit id="6932865105766151309" datatype="html"> 8481 <trans-unit id="6932865105766151309" datatype="html">
8454 <source>Upload</source> 8482 <source>Upload</source>
8455 <target state="translated">رفع</target> 8483 <target state="translated">رفع</target>
8456 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group> 8484
8457 </trans-unit> 8485 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
8458 <trans-unit id="8278735427925094503" datatype="html"> 8486 <trans-unit id="8278735427925094503" datatype="html">
8459 <source>Upload <x id="PH"/> </source> 8487 <source>Upload <x id="PH"/> </source>
8460 <target>ارفع <x id="PH"/> </target> 8488 <target>ارفع <x id="PH"/> </target>
8461 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group> 8489
8462 </trans-unit> 8490 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
8463 <trans-unit id="5981816353437801748" datatype="html"> 8491 <trans-unit id="5981816353437801748" datatype="html">
8464 <source>Video published.</source> 8492 <source>Video published.</source>
8465 <target>نُشر الفيديو.</target> 8493 <target>نُشر الفيديو.</target>
8466 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group> 8494
8467 </trans-unit> 8495 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
8468 <trans-unit id="764164089183618119" datatype="html"> 8496 <trans-unit id="764164089183618119" datatype="html">
8469 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 8497 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
8470 <target>لم تحفظ التغييرات! إذا غادرت ، ستفقد التغييرات.</target> 8498 <target>لم تحفظ التغييرات! إذا غادرت ، ستفقد التغييرات.</target>
@@ -8558,27 +8586,27 @@ The link will expire within 1 hour.</source>
8558 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 8586 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
8559 <target state="translated">هذا الفيديو ليس متوفرا على هذا المثيل. هل تريد التوجه المثيل الأصلي: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a> ؟</target> 8587 <target state="translated">هذا الفيديو ليس متوفرا على هذا المثيل. هل تريد التوجه المثيل الأصلي: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a> ؟</target>
8560 8588
8561 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 8589 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
8562 <trans-unit id="5761611056224181752" datatype="html"> 8590 <trans-unit id="5761611056224181752" datatype="html">
8563 <source>Redirection</source> 8591 <source>Redirection</source>
8564 <target state="translated">اعادة توجيه</target> 8592 <target state="translated">اعادة توجيه</target>
8565 8593
8566 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 8594 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
8567 <trans-unit id="8858527736400081688" datatype="html"> 8595 <trans-unit id="8858527736400081688" datatype="html">
8568 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 8596 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
8569 <target>يحتوي هذا الفيديو على محتوى للبالغين أو محتوى صريح. أمتأكد من مشاهدته؟</target> 8597 <target>يحتوي هذا الفيديو على محتوى للبالغين أو محتوى صريح. أمتأكد من مشاهدته؟</target>
8570 8598
8571 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 8599 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
8572 <trans-unit id="3937119019020041049" datatype="html"> 8600 <trans-unit id="3937119019020041049" datatype="html">
8573 <source>Mature or explicit content</source> 8601 <source>Mature or explicit content</source>
8574 <target>محتوى للبالغين أو محتوى صريح</target> 8602 <target>محتوى للبالغين أو محتوى صريح</target>
8575 8603
8576 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 8604 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
8577 <trans-unit id="1755474755114288376" datatype="html"> 8605 <trans-unit id="1755474755114288376" datatype="html">
8578 <source>Up Next</source> 8606 <source>Up Next</source>
8579 <target>التالي</target> 8607 <target>التالي</target>
8580 8608
8581 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 8609 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
8582 <trans-unit id="2159130950882492111" datatype="html"> 8610 <trans-unit id="2159130950882492111" datatype="html">
8583 <source>Cancel</source> 8611 <source>Cancel</source>
8584 <target state="translated">ألغ</target> 8612 <target state="translated">ألغ</target>
@@ -8588,62 +8616,62 @@ The link will expire within 1 hour.</source>
8588 <source>Autoplay is suspended</source> 8616 <source>Autoplay is suspended</source>
8589 <target>أُوقف التشغيل التلقائي</target> 8617 <target>أُوقف التشغيل التلقائي</target>
8590 8618
8591 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 8619 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
8592 <trans-unit id="7895294730547405228" datatype="html"> 8620 <trans-unit id="7895294730547405228" datatype="html">
8593 <source>Enter/exit fullscreen (requires player focus)</source> 8621 <source>Enter/exit fullscreen (requires player focus)</source>
8594 <target>ادخل / اخرج من وضع ملء الشاشة (يتطلب تركيز المشغل)</target> 8622 <target>ادخل / اخرج من وضع ملء الشاشة (يتطلب تركيز المشغل)</target>
8595 8623
8596 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 8624 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
8597 <trans-unit id="7618388257165864759" datatype="html"> 8625 <trans-unit id="7618388257165864759" datatype="html">
8598 <source>Play/Pause the video (requires player focus)</source> 8626 <source>Play/Pause the video (requires player focus)</source>
8599 <target>شغل / أوقف مؤقتًا الفيديو (يتطلب تركيز المشغل)</target> 8627 <target>شغل / أوقف مؤقتًا الفيديو (يتطلب تركيز المشغل)</target>
8600 8628
8601 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 8629 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
8602 <trans-unit id="7761890399634216630" datatype="html"> 8630 <trans-unit id="7761890399634216630" datatype="html">
8603 <source>Mute/unmute the video (requires player focus)</source> 8631 <source>Mute/unmute the video (requires player focus)</source>
8604 <target>أكتم / ألغ كتم الفيديو (يتطلب تركيز المشغل)</target> 8632 <target>أكتم / ألغ كتم الفيديو (يتطلب تركيز المشغل)</target>
8605 8633
8606 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 8634 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
8607 <trans-unit id="5996585232248234904" datatype="html"> 8635 <trans-unit id="5996585232248234904" datatype="html">
8608 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 8636 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
8609 <target>التخطي إلى نسبة مئوية من الفيديو: 0 هو 0٪ و 9 هو 90٪ (يتطلب تركيز المشغل)</target> 8637 <target>التخطي إلى نسبة مئوية من الفيديو: 0 هو 0٪ و 9 هو 90٪ (يتطلب تركيز المشغل)</target>
8610 8638
8611 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 8639 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
8612 <trans-unit id="3748765405903319998" datatype="html"> 8640 <trans-unit id="3748765405903319998" datatype="html">
8613 <source>Increase the volume (requires player focus)</source> 8641 <source>Increase the volume (requires player focus)</source>
8614 <target>زد مستوى الصوت (يتطلب تركيز اللاعب)</target> 8642 <target>زد مستوى الصوت (يتطلب تركيز اللاعب)</target>
8615 8643
8616 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 8644 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
8617 <trans-unit id="5810704036407159982" datatype="html"> 8645 <trans-unit id="5810704036407159982" datatype="html">
8618 <source>Decrease the volume (requires player focus)</source> 8646 <source>Decrease the volume (requires player focus)</source>
8619 <target>خفّض مستوى الصوت (يتطلب تركيز المشغل)</target> 8647 <target>خفّض مستوى الصوت (يتطلب تركيز المشغل)</target>
8620 8648
8621 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 8649 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
8622 <trans-unit id="2622048822548065691" datatype="html"> 8650 <trans-unit id="2622048822548065691" datatype="html">
8623 <source>Seek the video forward (requires player focus)</source> 8651 <source>Seek the video forward (requires player focus)</source>
8624 <target state="translated">البحث عن الفيديو (يتطلب تركيز المشغل)</target> 8652 <target state="translated">البحث عن الفيديو (يتطلب تركيز المشغل)</target>
8625 8653
8626 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 8654 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
8627 <trans-unit id="6540078205109221153" datatype="html"> 8655 <trans-unit id="6540078205109221153" datatype="html">
8628 <source>Seek the video backward (requires player focus)</source> 8656 <source>Seek the video backward (requires player focus)</source>
8629 <target state="translated">طلب الفيديو للخلف (يتطلب تركيز المشغل)</target> 8657 <target state="translated">طلب الفيديو للخلف (يتطلب تركيز المشغل)</target>
8630 8658
8631 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 8659 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
8632 <trans-unit id="1956491957766210808" datatype="html"> 8660 <trans-unit id="1956491957766210808" datatype="html">
8633 <source>Increase playback rate (requires player focus)</source> 8661 <source>Increase playback rate (requires player focus)</source>
8634 <target>زيادة معدل التشغيل (يتطلب تركيز المشغل)</target> 8662 <target>زيادة معدل التشغيل (يتطلب تركيز المشغل)</target>
8635 8663
8636 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 8664 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
8637 <trans-unit id="5495529997674803186" datatype="html"> 8665 <trans-unit id="5495529997674803186" datatype="html">
8638 <source>Decrease playback rate (requires player focus)</source> 8666 <source>Decrease playback rate (requires player focus)</source>
8639 <target>تقليل معدل التشغيل (يتطلب تركيز المشغل)</target> 8667 <target>تقليل معدل التشغيل (يتطلب تركيز المشغل)</target>
8640 8668
8641 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 8669 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
8642 <trans-unit id="3178343147230721210" datatype="html"> 8670 <trans-unit id="3178343147230721210" datatype="html">
8643 <source>Navigate in the video frame by frame (requires player focus)</source> 8671 <source>Navigate in the video frame by frame (requires player focus)</source>
8644 <target>تصفح الفيديو إطار فإطار (يتطلب تركيز المشغل)</target> 8672 <target>تصفح الفيديو إطار فإطار (يتطلب تركيز المشغل)</target>
8645 8673
8646 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 8674 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
8647 <trans-unit id="8025996572234182184" datatype="html"> 8675 <trans-unit id="8025996572234182184" datatype="html">
8648 <source>Like the video</source> 8676 <source>Like the video</source>
8649 <target>أعجبني الفيديو</target> 8677 <target>أعجبني الفيديو</target>
@@ -8769,35 +8797,35 @@ The link will expire within 1 hour.</source>
8769 <trans-unit id="3779524668013120370" datatype="html"> 8797 <trans-unit id="3779524668013120370" datatype="html">
8770 <source>Go to my subscriptions</source> 8798 <source>Go to my subscriptions</source>
8771 <target>انتقل إلى اشتراكاتي</target> 8799 <target>انتقل إلى اشتراكاتي</target>
8772 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8800
8773 </trans-unit> 8801 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
8774 <trans-unit id="1136469849928650779" datatype="html"> 8802 <trans-unit id="1136469849928650779" datatype="html">
8775 <source>Go to my videos</source> 8803 <source>Go to my videos</source>
8776 <target>انتقل إلى فيديوهاتي</target> 8804 <target>انتقل إلى فيديوهاتي</target>
8777 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8805
8778 </trans-unit> 8806 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
8779 <trans-unit id="7836683738999600376" datatype="html"> 8807 <trans-unit id="7836683738999600376" datatype="html">
8780 <source>Go to my imports</source> 8808 <source>Go to my imports</source>
8781 <target>انتقل إلى مستورداتي</target> 8809 <target>انتقل إلى مستورداتي</target>
8782 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8810
8783 </trans-unit> 8811 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
8784 <trans-unit id="7511292153332773503" datatype="html"> 8812 <trans-unit id="7511292153332773503" datatype="html">
8785 <source>Go to my channels</source> 8813 <source>Go to my channels</source>
8786 <target>انتقل إلى قنواتي</target> 8814 <target>انتقل إلى قنواتي</target>
8787 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8815
8788 </trans-unit> 8816 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
8789 <trans-unit id="2013324644839511073" datatype="html"> 8817 <trans-unit id="2013324644839511073" datatype="html">
8790 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8818 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8791Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8819Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8792 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8820 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8793Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8821Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8794 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8822
8795 </trans-unit> 8823 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
8796 <trans-unit id="375263728166936544" datatype="html"> 8824 <trans-unit id="375263728166936544" datatype="html">
8797 <source>You need to reconnect.</source> 8825 <source>You need to reconnect.</source>
8798 <target>تحتاج لإعادة الإتصال.</target> 8826 <target>تحتاج لإعادة الإتصال.</target>
8799 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8827
8800 </trans-unit> 8828 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
8801 <trans-unit id="2206638022166154361" datatype="html"> 8829 <trans-unit id="2206638022166154361" datatype="html">
8802 <source>Keyboard Shortcuts:</source> 8830 <source>Keyboard Shortcuts:</source>
8803 <target>اختصارات لوحة المفاتيح:</target> 8831 <target>اختصارات لوحة المفاتيح:</target>
@@ -8810,6 +8838,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8810 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8838 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8811 <context context-type="linenumber">98</context> 8839 <context context-type="linenumber">98</context>
8812 </context-group> 8840 </context-group>
8841 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8842 <source>In my library</source><target state="new">In my library</target>
8843 <context-group purpose="location">
8844 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8845 <context context-type="linenumber">104</context>
8846 </context-group>
8813 </trans-unit> 8847 </trans-unit>
8814 <trans-unit id="232050922346936574" datatype="html"> 8848 <trans-unit id="232050922346936574" datatype="html">
8815 <source>Trending</source> 8849 <source>Trending</source>
@@ -8838,18 +8872,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8838 <trans-unit id="968295009933361070" datatype="html"> 8872 <trans-unit id="968295009933361070" datatype="html">
8839 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 8873 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
8840 <target>أكثرت المحاولات، حاول لاحقا بعد <x id="PH"/> دقيقة.</target> 8874 <target>أكثرت المحاولات، حاول لاحقا بعد <x id="PH"/> دقيقة.</target>
8841 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 8875
8842 </trans-unit> 8876 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
8843 <trans-unit id="4965472196059235310" datatype="html"> 8877 <trans-unit id="4965472196059235310" datatype="html">
8844 <source>Too many attempts, please try again later.</source> 8878 <source>Too many attempts, please try again later.</source>
8845 <target>أكثرت المحاولات، حاول لاحقا.</target> 8879 <target>أكثرت المحاولات، حاول لاحقا.</target>
8846 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 8880
8847 </trans-unit> 8881 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
8848 <trans-unit id="1693549688987384699" datatype="html"> 8882 <trans-unit id="1693549688987384699" datatype="html">
8849 <source>Server error. Please retry later.</source> 8883 <source>Server error. Please retry later.</source>
8850 <target>خطأ في السيرفر. يرجى إعادة المحاولة لاحقا.</target> 8884 <target>خطأ في السيرفر. يرجى إعادة المحاولة لاحقا.</target>
8851 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 8885
8852 </trans-unit> 8886 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
8853 <trans-unit id="4670312387769733978" datatype="html"> 8887 <trans-unit id="4670312387769733978" datatype="html">
8854 <source>All unsaved data will be lost, are you sure you want to leave this page?</source> 8888 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
8855 <target>ستفقد جميع البيانات غير المحفوظة ، هل تريد مغادرة هذه الصفحة؟</target> 8889 <target>ستفقد جميع البيانات غير المحفوظة ، هل تريد مغادرة هذه الصفحة؟</target>
@@ -8876,28 +8910,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8876 <trans-unit id="5633144232269377096" datatype="html"> 8910 <trans-unit id="5633144232269377096" datatype="html">
8877 <source>hide</source> 8911 <source>hide</source>
8878 <target>أخف</target> 8912 <target>أخف</target>
8879 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group> 8913
8880 </trans-unit> 8914 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8881 <trans-unit id="8603861867909474404" datatype="html"> 8915 <trans-unit id="8603861867909474404" datatype="html">
8882 <source>blur</source> 8916 <source>blur</source>
8883 <target>طمس</target> 8917 <target>طمس</target>
8884 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group> 8918
8885 </trans-unit> 8919 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8886 <trans-unit id="4534458451100881847" datatype="html"> 8920 <trans-unit id="4534458451100881847" datatype="html">
8887 <source>display</source> 8921 <source>display</source>
8888 <target>اعرض</target> 8922 <target>اعرض</target>
8889 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group> 8923
8890 </trans-unit> 8924 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8891 <trans-unit id="4467323362722952678" datatype="html"> 8925 <trans-unit id="4467323362722952678" datatype="html">
8892 <source>Unknown</source> 8926 <source>Unknown</source>
8893 <target>مجهول</target> 8927 <target>مجهول</target>
8894 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group> 8928
8895 </trans-unit> 8929 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8896 <trans-unit id="7939914198003891823" datatype="html"> 8930 <trans-unit id="7939914198003891823" datatype="html">
8897 <source>any language</source> 8931 <source>any language</source>
8898 <target>أي لغة</target> 8932 <target>أي لغة</target>
8899 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group> 8933
8900 </trans-unit> 8934 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8901 <trans-unit id="9178182467454450952" datatype="html"> 8935 <trans-unit id="9178182467454450952" datatype="html">
8902 <source>Confirm</source> 8936 <source>Confirm</source>
8903 <target>أكد</target> 8937 <target>أكد</target>
@@ -8906,23 +8940,39 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8906 <trans-unit id="2127446333083057097" datatype="html"> 8940 <trans-unit id="2127446333083057097" datatype="html">
8907 <source>Domain is required.</source> 8941 <source>Domain is required.</source>
8908 <target>اسم النطاق مطلوب.</target> 8942 <target>اسم النطاق مطلوب.</target>
8909 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 8943
8910 </trans-unit> 8944 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
8911 <trans-unit id="6780793142903080663" datatype="html"> 8945 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
8912 <source>Domains entered are invalid.</source> 8946 <context-group purpose="location">
8913 <target>أسماء النطاقات المدخلة غير صالحة.</target> 8947 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
8914 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 8948 <context context-type="linenumber">93</context>
8915 </trans-unit> 8949 </context-group>
8916 <trans-unit id="5886492514458202177" datatype="html"> 8950 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
8917 <source>Domains entered contain duplicates.</source> 8951 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
8918 <target>تحتوي المجالات المدخلة على تكرارات.</target> 8952 <context-group purpose="location">
8919 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 8953 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
8954 <context context-type="linenumber">94</context>
8955 </context-group>
8956 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
8957 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
8958 <context-group purpose="location">
8959 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
8960 <context context-type="linenumber">102</context>
8961 </context-group>
8962 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
8963 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
8964 <context-group purpose="location">
8965 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
8966 <context context-type="linenumber">103</context>
8967 </context-group>
8920 </trans-unit> 8968 </trans-unit>
8969
8970
8921 <trans-unit id="2740793005745065895" datatype="html"> 8971 <trans-unit id="2740793005745065895" datatype="html">
8922 <source><x id="PH"/> is not valid </source> 8972 <source><x id="PH"/> is not valid </source>
8923 <target><x id="PH"/> غير صالح </target> 8973 <target><x id="PH"/> غير صالح </target>
8924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 8974
8925 </trans-unit> 8975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8926 <trans-unit id="7784486624424057376" datatype="html"> 8976 <trans-unit id="7784486624424057376" datatype="html">
8927 <source>Instance name is required.</source> 8977 <source>Instance name is required.</source>
8928 <target>اسم مثيل الخادم مطلوب.</target> 8978 <target>اسم مثيل الخادم مطلوب.</target>
@@ -9578,13 +9628,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9578 <trans-unit id="6489275254908395777" datatype="html"> 9628 <trans-unit id="6489275254908395777" datatype="html">
9579 <source>Maximize editor</source> 9629 <source>Maximize editor</source>
9580 <target state="new">Maximize editor</target> 9630 <target state="new">Maximize editor</target>
9581 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 9631
9582 </trans-unit> 9632 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
9583 <trans-unit id="4243591013849340688" datatype="html"> 9633 <trans-unit id="4243591013849340688" datatype="html">
9584 <source>Exit maximized editor</source> 9634 <source>Exit maximized editor</source>
9585 <target state="new">Exit maximized editor</target> 9635 <target state="new">Exit maximized editor</target>
9586 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 9636
9587 </trans-unit> 9637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
9588 <trans-unit id="8728283516316752593" datatype="html"> 9638 <trans-unit id="8728283516316752593" datatype="html">
9589 <source>This file is too large.</source> 9639 <source>This file is too large.</source>
9590 <target>حجم هذا الملف كبير جدًّا.</target> 9640 <target>حجم هذا الملف كبير جدًّا.</target>
@@ -9780,33 +9830,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9780 <trans-unit id="2439066254855913806" datatype="html"> 9830 <trans-unit id="2439066254855913806" datatype="html">
9781 <source>Only I can see this video</source> 9831 <source>Only I can see this video</source>
9782 <target>أنا الوحيد القادر على مشاهدة هذا الفيديو</target> 9832 <target>أنا الوحيد القادر على مشاهدة هذا الفيديو</target>
9783 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 9833
9784 </trans-unit> 9834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
9785 <trans-unit id="6767380569816110388" datatype="html"> 9835 <trans-unit id="6767380569816110388" datatype="html">
9786 <source>Only shareable via a private link</source> 9836 <source>Only shareable via a private link</source>
9787 <target state="translated">يمكن مشاركته عبر رابط خاص فقط</target> 9837 <target state="translated">يمكن مشاركته عبر رابط خاص فقط</target>
9788 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 9838
9789 </trans-unit> 9839 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
9790 <trans-unit id="6828965264297239528" datatype="html"> 9840 <trans-unit id="6828965264297239528" datatype="html">
9791 <source>Anyone can see this video</source> 9841 <source>Anyone can see this video</source>
9792 <target>يمكن لأي شخص أن يرى هذا الفيديو</target> 9842 <target>يمكن لأي شخص أن يرى هذا الفيديو</target>
9793 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 9843
9794 </trans-unit> 9844 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
9795 <trans-unit id="1425933035739773115" datatype="html"> 9845 <trans-unit id="1425933035739773115" datatype="html">
9796 <source>Only users of this instance can see this video</source> 9846 <source>Only users of this instance can see this video</source>
9797 <target>يمكن لمستخدمي هذا المثيلة فقط مشاهدة هذا الفيديو</target> 9847 <target>يمكن لمستخدمي هذا المثيلة فقط مشاهدة هذا الفيديو</target>
9798 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 9848
9799 </trans-unit> 9849 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
9800 <trans-unit id="8312101634344200207" datatype="html"> 9850 <trans-unit id="8312101634344200207" datatype="html">
9801 <source><x id="PH" equiv-text="this.views"/> viewers</source> 9851 <source><x id="PH" equiv-text="this.views"/> viewers</source>
9802 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 9852 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
9803 9853
9804 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 9854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
9805 <trans-unit id="7756087706411154095" datatype="html"> 9855 <trans-unit id="7756087706411154095" datatype="html">
9806 <source><x id="PH" equiv-text="this.views"/> views</source> 9856 <source><x id="PH" equiv-text="this.views"/> views</source>
9807 <target state="new"><x id="PH" equiv-text="this.views"/> views</target> 9857 <target state="new"><x id="PH" equiv-text="this.views"/> views</target>
9808 9858
9809 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 9859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
9810 <trans-unit id="ngb.alert.close" datatype="html"> 9860 <trans-unit id="ngb.alert.close" datatype="html">
9811 <source>Close</source> 9861 <source>Close</source>
9812 <target state="translated">أغلق</target> 9862 <target state="translated">أغلق</target>
@@ -10303,8 +10353,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10303 <trans-unit id="1472171759957681533" datatype="html"> 10353 <trans-unit id="1472171759957681533" datatype="html">
10304 <source>Video reported.</source> 10354 <source>Video reported.</source>
10305 <target>فيديو مبلغ عنه.</target> 10355 <target>فيديو مبلغ عنه.</target>
10306 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10356
10307 </trans-unit> 10357 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10308 <trans-unit id="1795705931707209785" datatype="html"> 10358 <trans-unit id="1795705931707209785" datatype="html">
10309 <source>Add to watch later</source> 10359 <source>Add to watch later</source>
10310 <target>أضف إلى المشاهدة لاحقًا</target> 10360 <target>أضف إلى المشاهدة لاحقًا</target>
diff --git a/client/src/locale/angular.ca-ES.xlf b/client/src/locale/angular.ca-ES.xlf
index 38f39ab48..c010f7714 100644
--- a/client/src/locale/angular.ca-ES.xlf
+++ b/client/src/locale/angular.ca-ES.xlf
@@ -183,7 +183,7 @@
183 </trans-unit> 183 </trans-unit>
184 <trans-unit id="363592786729553688" datatype="html"> 184 <trans-unit id="363592786729553688" datatype="html">
185 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.pluginUrl&quot; [queryParams]=&quot;notification.pluginQueryParams&quot;>"/>A new version of the plugin/theme <x id="INTERPOLATION" equiv-text="{{ notification.plugin.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is available: <x id="INTERPOLATION_1" equiv-text="{{ notification.plugin.latestVersion }}"/> </source> 185 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.pluginUrl&quot; [queryParams]=&quot;notification.pluginQueryParams&quot;>"/>A new version of the plugin/theme <x id="INTERPOLATION" equiv-text="{{ notification.plugin.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is available: <x id="INTERPOLATION_1" equiv-text="{{ notification.plugin.latestVersion }}"/> </source>
186 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.pluginUrl&quot; [queryParams]=&quot;notification.pluginQueryParams&quot;>"/>A new version of the plugin/theme <x id="INTERPOLATION" equiv-text="{{ notification.plugin.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is available: <x id="INTERPOLATION_1" equiv-text="{{ notification.plugin.latestVersion }}"/> </target> 186 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.pluginUrl&quot; [queryParams]=&quot;notification.pluginQueryParams&quot;>"/> Una nova versió del complement / tema<x id="INTERPOLATION" equiv-text="{{ notification.plugin.name }}"/>està disponible: <x id="INTERPOLATION_1" equiv-text="{{ notification.plugin.latestVersion }}"/> </target>
187 <context-group purpose="location"> 187 <context-group purpose="location">
188 <context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context> 188 <context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context>
189 <context context-type="linenumber">198,199</context> 189 <context context-type="linenumber">198,199</context>
@@ -191,7 +191,7 @@
191 </trans-unit> 191 </trans-unit>
192 <trans-unit id="5055099158245592648" datatype="html"> 192 <trans-unit id="5055099158245592648" datatype="html">
193 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [href]=&quot;notification.peertubeVersionLink&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferer&quot;>"/>A new version of PeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is available: <x id="INTERPOLATION" equiv-text="{{ notification.peertube.latestVersion }}"/> </source> 193 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [href]=&quot;notification.peertubeVersionLink&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferer&quot;>"/>A new version of PeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is available: <x id="INTERPOLATION" equiv-text="{{ notification.peertube.latestVersion }}"/> </source>
194 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [href]=&quot;notification.peertubeVersionLink&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferer&quot;>"/>A new version of PeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is available: <x id="INTERPOLATION" equiv-text="{{ notification.peertube.latestVersion }}"/> </target> 194 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [href]=&quot;notification.peertubeVersionLink&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferer&quot;>"/> Una nova versió de PeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>està disponible<x id="INTERPOLATION" equiv-text="{{ notification.peertube.latestVersion }}"/> </target>
195 <context-group purpose="location"> 195 <context-group purpose="location">
196 <context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context> 196 <context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context>
197 <context context-type="linenumber">206,207</context> 197 <context context-type="linenumber">206,207</context>
@@ -220,7 +220,6 @@
220 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group> 220 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group>
221 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group> 221 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group>
222 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group> 222 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group>
223 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
224 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 223 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group>
225 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group> 224 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group>
226 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group> 225 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group>
@@ -298,7 +297,7 @@
298 <target>Crea</target> 297 <target>Crea</target>
299 <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> 298 <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>
300 <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> 299 <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>
301 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group>
302 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 301 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
303 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 302 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
304 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 303 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group>
@@ -309,9 +308,9 @@
309 <trans-unit id="1006562256968398209" datatype="html"> 308 <trans-unit id="1006562256968398209" datatype="html">
310 <source>video</source> 309 <source>video</source>
311 <target state="translated">vídeo</target> 310 <target state="translated">vídeo</target>
312 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group> 311
313 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group> 312
314 </trans-unit> 313 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
315 <trans-unit id="6438815964972582865" datatype="html"> 314 <trans-unit id="6438815964972582865" datatype="html">
316 <source>The following link contains a private token and should not be shared with anyone.</source> 315 <source>The following link contains a private token and should not be shared with anyone.</source>
317 <target state="translated">El següent enllaç conté un token privat i no es deuria compartir amb cap persona.</target> 316 <target state="translated">El següent enllaç conté un token privat i no es deuria compartir amb cap persona.</target>
@@ -381,13 +380,13 @@
381 <trans-unit id="6995024616159044376" datatype="html"> 380 <trans-unit id="6995024616159044376" datatype="html">
382 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 381 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
383 <target state="translated">La seua cuota de vídeo s'excedeix amb aquest vídeo (tamany del vídeo: <x id="PH" equiv-text="videoSizeBytes"/>, utilitzat: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 382 <target state="translated">La seua cuota de vídeo s'excedeix amb aquest vídeo (tamany del vídeo: <x id="PH" equiv-text="videoSizeBytes"/>, utilitzat: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
384 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group> 383
385 </trans-unit> 384 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
386 <trans-unit id="7873395933409147217" datatype="html"> 385 <trans-unit id="7873395933409147217" datatype="html">
387 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 386 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
388 <target state="translated">La seua quota diària de vídeo s'excedeix amb aquest vídeo (tamany del vídeo: <x id="PH" equiv-text="videoSizeBytes"/>, utilitzat: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 387 <target state="translated">La seua quota diària de vídeo s'excedeix amb aquest vídeo (tamany del vídeo: <x id="PH" equiv-text="videoSizeBytes"/>, utilitzat: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
389 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group> 388
390 </trans-unit> 389 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
391 <trans-unit id="5235042777215655908" datatype="html"> 390 <trans-unit id="5235042777215655908" datatype="html">
392 <source>subtitles</source> 391 <source>subtitles</source>
393 <target state="translated">subtítols</target> 392 <target state="translated">subtítols</target>
@@ -522,7 +521,7 @@
522 </trans-unit> 521 </trans-unit>
523 <trans-unit id="3267631941074558910" datatype="html"> 522 <trans-unit id="3267631941074558910" datatype="html">
524 <source>Cannot fetch information of this remote account</source> 523 <source>Cannot fetch information of this remote account</source>
525 <target state="new">Cannot fetch information of this remote account</target> 524 <target state="translated">No s'ha pogut recuperar la informació d'aquest compte remot</target>
526 <context-group purpose="location"> 525 <context-group purpose="location">
527 <context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.ts</context> 526 <context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.ts</context>
528 <context context-type="linenumber">60</context> 527 <context context-type="linenumber">60</context>
@@ -594,7 +593,7 @@
594 </trans-unit> 593 </trans-unit>
595 <trans-unit id="834805431202576194"> 594 <trans-unit id="834805431202576194">
596 <source>No results.</source> 595 <source>No results.</source>
597 <target>Sense resultats.</target> 596 <target>No hi han resultats.</target>
598 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/overview/video-overview.component.html</context><context context-type="linenumber">4</context></context-group> 597 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/overview/video-overview.component.html</context><context context-type="linenumber">4</context></context-group>
599 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group> 598 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group>
600 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group> 599 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group>
@@ -618,31 +617,31 @@
618 <trans-unit id="7022070615528435141"> 617 <trans-unit id="7022070615528435141">
619 <source>Delete</source> 618 <source>Delete</source>
620 <target>Esborra</target> 619 <target>Esborra</target>
621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group> 620
622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group> 621
623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group> 622
624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group> 623
625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group> 624
626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group> 625
627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group> 626
628 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group> 627
629 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group> 628
630 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group> 629
631 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group> 630
632 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group> 631
633 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group> 632
634 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</context></context-group> 633
635 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">178</context></context-group> 634
636 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group> 635
637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 636
638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group> 637
639 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group> 638
640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group> 639
641 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group> 640
642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group> 641
643 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group> 642
644 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group> 643
645 </trans-unit> 644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
646 <trans-unit id="158575725114802951" datatype="html"> 645 <trans-unit id="158575725114802951" datatype="html">
647 <source>Only live videos</source> 646 <source>Only live videos</source>
648 <target state="translated">Només vídeos en directe</target> 647 <target state="translated">Només vídeos en directe</target>
@@ -837,9 +836,10 @@
837 <trans-unit id="2602586221576511475"> 836 <trans-unit id="2602586221576511475">
838 <source>Video quota</source> 837 <source>Video quota</source>
839 <target>Quota de vídeo</target> 838 <target>Quota de vídeo</target>
840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group>
842 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
843 </trans-unit> 843 </trans-unit>
844 <trans-unit id="1502595455339510144" datatype="html"> 844 <trans-unit id="1502595455339510144" datatype="html">
845 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 845 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
@@ -925,6 +925,34 @@
925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
926 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 926 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
927 </trans-unit> 927 </trans-unit>
928 <trans-unit id="8726138323871139597" datatype="html">
929 <source>Following</source>
930 <target state="translated">Seguint</target>
931 <context-group purpose="location">
932 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
933 <context context-type="linenumber">29</context>
934 </context-group>
935 <context-group purpose="location">
936 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
937 <context context-type="linenumber">31</context>
938 </context-group>
939 <context-group purpose="location">
940 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
941 <context context-type="linenumber">28</context>
942 </context-group>
943 </trans-unit>
944 <trans-unit id="4914577418256256836" datatype="html">
945 <source>Followers</source>
946 <target state="translated">Seguidors</target>
947 <context-group purpose="location">
948 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
949 <context context-type="linenumber">34</context>
950 </context-group>
951 <context-group purpose="location">
952 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
953 <context context-type="linenumber">37</context>
954 </context-group>
955 </trans-unit>
928 <trans-unit id="3541687134897970106" datatype="html"> 956 <trans-unit id="3541687134897970106" datatype="html">
929 <source>followers</source> 957 <source>followers</source>
930 <target state="translated">seguidors</target> 958 <target state="translated">seguidors</target>
@@ -986,14 +1014,15 @@
986 <source>Cancel</source> 1014 <source>Cancel</source>
987 <target state="translated">Cancel·la</target> 1015 <target state="translated">Cancel·la</target>
988 <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> 1016 <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>
989 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group> 1017 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group>
1018 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group>
990 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group> 1019 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group>
991 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 1020 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
992 <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> 1021 <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>
993 <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">69</context></context-group> 1022 <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">69</context></context-group>
994 <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">81</context></context-group> 1023 <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">81</context></context-group>
995 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group> 1024 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group>
996 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">408</context></context-group> 1025 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">415</context></context-group>
997 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1026 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
998 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group> 1027 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group>
999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 1028 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group>
@@ -1068,18 +1097,12 @@
1068 <trans-unit id="7252854992688790751" datatype="html"> 1097 <trans-unit id="7252854992688790751" datatype="html">
1069 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1098 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1070 <target state="translated">Aquesta instància permet el registre. No obstant aixó , tinga cura de comprovar les <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Condicions <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Condicions <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> abans de crear un compte. També pot buscar una altra instància que coincideixi amb les vostres necessitats: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/> <x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1099 <target state="translated">Aquesta instància permet el registre. No obstant aixó , tinga cura de comprovar les <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Condicions <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Condicions <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> abans de crear un compte. També pot buscar una altra instància que coincideixi amb les vostres necessitats: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/> <x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1071 <context-group purpose="location"> 1100 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group>
1072 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1073 <context context-type="linenumber">60,62</context>
1074 </context-group>
1075 </trans-unit> 1101 </trans-unit>
1076 <trans-unit id="7215649348148521605" datatype="html"> 1102 <trans-unit id="7215649348148521605" datatype="html">
1077 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1103 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1078 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1104 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1079 <context-group purpose="location"> 1105 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group>
1080 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1081 <context context-type="linenumber">65,67</context>
1082 </context-group>
1083 </trans-unit> 1106 </trans-unit>
1084 <trans-unit id="2392488717875840729"> 1107 <trans-unit id="2392488717875840729">
1085 <source>User</source> 1108 <source>User</source>
@@ -1092,65 +1115,67 @@
1092 <target>Nom d'usuari o adreça de correu electrònic</target> 1115 <target>Nom d'usuari o adreça de correu electrònic</target>
1093 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1116 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1094 </trans-unit> 1117 </trans-unit>
1118 <trans-unit id="1758058452376026925" datatype="html">
1119 <source>⚠️ Most email addresses do not include capital letters.</source>
1120 <target state="translated">⚠️ La majoria de direccions de correu electrònic no inclouen lletres majúscules</target>
1121 <context-group purpose="location">
1122 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1123 <context context-type="linenumber">33,34</context>
1124 </context-group>
1125 </trans-unit>
1095 <trans-unit id="1431416938026210429"> 1126 <trans-unit id="1431416938026210429">
1096 <source>Password</source> 1127 <source>Password</source>
1097 <target>Contrasenya</target> 1128 <target>Contrasenya</target>
1098 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1131 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group>
1132 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</context></context-group>
1100 <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> 1133 <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>
1101 <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> 1134 <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>
1102 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1135 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group>
1103 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1136 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group>
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1106 </trans-unit> 1137 </trans-unit>
1107 <trans-unit id="8715156686857791956" datatype="html"> 1138 <trans-unit id="8715156686857791956" datatype="html">
1108 <source>Click here to reset your password</source> 1139 <source>Click here to reset your password</source>
1109 <target state="translated">Premeu aquí per restablir la contrasenya</target> 1140 <target state="translated">Premeu aquí per restablir la contrasenya</target>
1110 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1141 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1111 </trans-unit> 1142 </trans-unit>
1112 <trans-unit id="892063502898494584" datatype="html"> 1143 <trans-unit id="892063502898494584" datatype="html">
1113 <source>I forgot my password</source> 1144 <source>I forgot my password</source>
1114 <target state="translated">He oblidat la meua contrasenya</target> 1145 <target state="translated">He oblidat la meua contrasenya</target>
1115 <context-group purpose="location"> 1146 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1116 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1117 <context context-type="linenumber">47</context>
1118 </context-group>
1119 </trans-unit> 1147 </trans-unit>
1120 <trans-unit id="2101170466365500913" datatype="html"> 1148 <trans-unit id="2101170466365500913" datatype="html">
1121 <source>Logging into an account lets you publish content</source> 1149 <source>Logging into an account lets you publish content</source>
1122 <target state="translated">Iniciar sessió amb un compte et permet publicar contingut</target> 1150 <target state="translated">Iniciar sessió amb un compte et permet publicar contingut</target>
1123 <context-group purpose="location"> 1151 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group>
1124 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1125 <context context-type="linenumber">56,57</context>
1126 </context-group>
1127 </trans-unit> 1152 </trans-unit>
1128 <trans-unit id="2454050363478003966"> 1153 <trans-unit id="2454050363478003966">
1129 <source>Login</source> 1154 <source>Login</source>
1130 <target>Inicia sessió</target> 1155 <target>Inicia sessió</target>
1131 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 1156 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group>
1132 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1157 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group>
1133 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group> 1158 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group>
1134 </trans-unit> 1159 </trans-unit>
1135 <trans-unit id="3183213940445113677" datatype="html"> 1160 <trans-unit id="3183213940445113677" datatype="html">
1136 <source>Or sign in with</source> 1161 <source>Or sign in with</source>
1137 <target state="translated">O identifiqueu-vos amb</target> 1162 <target state="translated">O identifiqueu-vos amb</target>
1138 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1163 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group>
1139 </trans-unit> 1164 </trans-unit>
1140 <trans-unit id="3238209155172574367"> 1165 <trans-unit id="3238209155172574367">
1141 <source>Forgot your password</source> 1166 <source>Forgot your password</source>
1142 <target>Has oblidat la teva contrasenya</target> 1167 <target>Has oblidat la teva contrasenya</target>
1143 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1168 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group>
1144 </trans-unit> 1169 </trans-unit>
1145 <trans-unit id="87327320394367488" datatype="html"> 1170 <trans-unit id="87327320394367488" datatype="html">
1146 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1171 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1147 <target state="translated">No podem recuperar la vostra contrasenya perquè l'administració de la vostra instància no ha configurat cap sistema de correus de PeerTube.</target> 1172 <target state="translated">No podem recuperar la vostra contrasenya perquè l'administració de la vostra instància no ha configurat cap sistema de correus de PeerTube.</target>
1148 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1173 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group>
1149 </trans-unit> 1174 </trans-unit>
1150 <trans-unit id="3188014010833256853" datatype="html"> 1175 <trans-unit id="3188014010833256853" datatype="html">
1151 <source>Enter your email address and we will send you a link to reset your password.</source> 1176 <source>Enter your email address and we will send you a link to reset your password.</source>
1152 <target state="translated">Inseriu la vostra adreça de correu electrònic i us enviarem un enllaç per a restablir la contrasenya.</target> 1177 <target state="translated">Inseriu la vostra adreça de correu electrònic i us enviarem un enllaç per a restablir la contrasenya.</target>
1153 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1178 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group>
1154 </trans-unit> 1179 </trans-unit>
1155 <trans-unit id="1190256911880544559" datatype="html"> 1180 <trans-unit id="1190256911880544559" datatype="html">
1156 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1181 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
@@ -1161,25 +1186,26 @@ The link will expire within 1 hour.</source>
1161 <trans-unit id="4768749765465246664"> 1186 <trans-unit id="4768749765465246664">
1162 <source>Email</source> 1187 <source>Email</source>
1163 <target>Correu</target> 1188 <target>Correu</target>
1164 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group>
1192 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</context></context-group>
1193 <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>
1165 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1194 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group>
1166 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1195 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group>
1167 <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> 1196 <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>
1168 <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>
1169 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1171 </trans-unit> 1197 </trans-unit>
1172 <trans-unit id="3967269098753656610"> 1198 <trans-unit id="3967269098753656610">
1173 <source>Email address</source> 1199 <source>Email address</source>
1174 <target>Adreça de correu</target> 1200 <target>Adreça de correu</target>
1175 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1201 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group>
1176 <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> 1202 <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>
1177 </trans-unit> 1203 </trans-unit>
1178 <trans-unit id="7808756054397155068" datatype="html"> 1204 <trans-unit id="7808756054397155068" datatype="html">
1179 <source>Reset</source> 1205 <source>Reset</source>
1180 <target state="translated">Restableix</target> 1206 <target state="translated">Restableix</target>
1181 <note priority="1" from="description">Password reset button</note> 1207 <note priority="1" from="description">Password reset button</note>
1182 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1208 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group>
1183 </trans-unit> 1209 </trans-unit>
1184 <trans-unit id="4319634264526091601" datatype="html"> 1210 <trans-unit id="4319634264526091601" datatype="html">
1185 <source>on this instance</source> 1211 <source>on this instance</source>
@@ -1259,17 +1285,17 @@ The link will expire within 1 hour.</source>
1259 <target> 1285 <target>
1260 Cap resultat 1286 Cap resultat
1261 </target> 1287 </target>
1262 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1288
1263 </trans-unit> 1289 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1264 <trans-unit id="5500467336262464724" datatype="html"> 1290 <trans-unit id="5500467336262464724" datatype="html">
1265 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1291 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1266 <target state="translated"> 1292 <target state="translated">
1267 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscriptores 1293 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscriptores
1268 </target> 1294 </target>
1269 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1295
1270 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1296
1271 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1297
1272 </trans-unit> 1298 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1273 <trans-unit id="1516969129397662377" datatype="html"> 1299 <trans-unit id="1516969129397662377" datatype="html">
1274 <source>Welcome to PeerTube, dear administrator!</source> 1300 <source>Welcome to PeerTube, dear administrator!</source>
1275 <target state="translated">¡Benvinguda a PeerTube, estimada administradora!</target> 1301 <target state="translated">¡Benvinguda a PeerTube, estimada administradora!</target>
@@ -1531,7 +1557,7 @@ The link will expire within 1 hour.</source>
1531 <trans-unit id="2308975396733519902"> 1557 <trans-unit id="2308975396733519902">
1532 <source>Create an account</source> 1558 <source>Create an account</source>
1533 <target>Registrar un compte</target> 1559 <target>Registrar un compte</target>
1534 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group> 1560 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">54</context></context-group>
1535 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group> 1561 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group>
1536 </trans-unit> 1562 </trans-unit>
1537 <trans-unit id="3058024914967508975" datatype="html"> 1563 <trans-unit id="3058024914967508975" datatype="html">
@@ -1600,13 +1626,13 @@ The link will expire within 1 hour.</source>
1600 <trans-unit id="1504521795586863905" datatype="html"> 1626 <trans-unit id="1504521795586863905" datatype="html">
1601 <source>VIDEOS</source> 1627 <source>VIDEOS</source>
1602 <target state="new">VIDEOS</target> 1628 <target state="new">VIDEOS</target>
1603 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group> 1629 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group>
1604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group> 1630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group>
1605 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group> 1631 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group>
1606 </trans-unit> 1632 </trans-unit>
1607 <trans-unit id="667372110624203230" datatype="html"> 1633 <trans-unit id="667372110624203230" datatype="html">
1608 <source>Import jobs concurrency</source> 1634 <source>Import jobs concurrency</source>
1609 <target state="new">Import jobs concurrency</target> 1635 <target state="translated">Importar simultaneïtat de treballs</target>
1610 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group> 1636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group>
1611 </trans-unit> 1637 </trans-unit>
1612 <trans-unit id="2184839376696112704" datatype="html"> 1638 <trans-unit id="2184839376696112704" datatype="html">
@@ -1682,7 +1708,7 @@ The link will expire within 1 hour.</source>
1682 <trans-unit id="4424964105331349857" datatype="html"> 1708 <trans-unit id="4424964105331349857" datatype="html">
1683 <source>I'm a teapot</source> 1709 <source>I'm a teapot</source>
1684 <target state="translated">Sóc una tetera</target> 1710 <target state="translated">Sóc una tetera</target>
1685 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1711 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group>
1686 </trans-unit> 1712 </trans-unit>
1687 <trans-unit id="1597262876035959248" datatype="html"> 1713 <trans-unit id="1597262876035959248" datatype="html">
1688 <source>That's an error.</source> 1714 <source>That's an error.</source>
@@ -1776,7 +1802,7 @@ The link will expire within 1 hour.</source>
1776 <trans-unit id="2971365540217107489" datatype="html"> 1802 <trans-unit id="2971365540217107489" datatype="html">
1777 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1803 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1778 <target state="translated">El mitjà es massa gran per al servidor. Contacta amb l'administrador si desitja augmentar la grandària límit.</target> 1804 <target state="translated">El mitjà es massa gran per al servidor. Contacta amb l'administrador si desitja augmentar la grandària límit.</target>
1779 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1805 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group>
1780 </trans-unit> 1806 </trans-unit>
1781 <trans-unit id="5131854469652959713" datatype="html"> 1807 <trans-unit id="5131854469652959713" datatype="html">
1782 <source>GLOBAL SEARCH</source> 1808 <source>GLOBAL SEARCH</source>
@@ -1857,19 +1883,19 @@ The link will expire within 1 hour.</source>
1857 <target state="new"> 1883 <target state="new">
1858 Reset 1884 Reset
1859 </target> 1885 </target>
1860 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1886
1861 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1887
1862 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1888
1863 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1889
1864 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1890
1865 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1891
1866 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1892
1867 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1893
1868 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1894
1869 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1895
1870 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1896
1871 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1897
1872 </trans-unit> 1898 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1873 <trans-unit id="4540121094340493564" datatype="html"> 1899 <trans-unit id="4540121094340493564" datatype="html">
1874 <source>Display only</source> 1900 <source>Display only</source>
1875 <target state="translated">Sols mostrar</target> 1901 <target state="translated">Sols mostrar</target>
@@ -1913,9 +1939,9 @@ The link will expire within 1 hour.</source>
1913 <trans-unit id="7410432243549869948"> 1939 <trans-unit id="7410432243549869948">
1914 <source>Duration</source> 1940 <source>Duration</source>
1915 <target>Durada</target> 1941 <target>Durada</target>
1916 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group> 1942
1917 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group> 1943
1918 </trans-unit> 1944 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1919 <trans-unit id="3589238979642505685"> 1945 <trans-unit id="3589238979642505685">
1920 <source>Display sensitive content</source> 1946 <source>Display sensitive content</source>
1921 <target>Mostra contingut sensible</target> 1947 <target>Mostra contingut sensible</target>
@@ -1934,10 +1960,10 @@ The link will expire within 1 hour.</source>
1934 <trans-unit id="1806667489382256324"> 1960 <trans-unit id="1806667489382256324">
1935 <source>Category</source> 1961 <source>Category</source>
1936 <target>Categoria</target> 1962 <target>Categoria</target>
1937 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</context></context-group> 1963
1938 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">63</context></context-group> 1964
1939 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group> 1965
1940 </trans-unit> 1966 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1941 <trans-unit id="5478121364779850827" datatype="html"> 1967 <trans-unit id="5478121364779850827" datatype="html">
1942 <source>Reset</source> 1968 <source>Reset</source>
1943 <target state="new"> 1969 <target state="new">
@@ -1951,32 +1977,32 @@ The link will expire within 1 hour.</source>
1951 </trans-unit> 1977 </trans-unit>
1952 <trans-unit id="2199290266269383925" datatype="html"> 1978 <trans-unit id="2199290266269383925" datatype="html">
1953 <source>Display all categories</source> 1979 <source>Display all categories</source>
1954 <target state="new">Display all categories</target> 1980 <target state="translated">Mostrar totes les categories</target>
1955 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">127</context></context-group> 1981 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">127</context></context-group>
1956 </trans-unit> 1982 </trans-unit>
1957 <trans-unit id="9065795501872450602"> 1983 <trans-unit id="9065795501872450602">
1958 <source>Licence</source> 1984 <source>Licence</source>
1959 <target>Llicència</target> 1985 <target>Llicència</target>
1960 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</context></context-group> 1986
1961 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">74</context></context-group> 1987
1962 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group> 1988
1963 </trans-unit> 1989 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1964 <trans-unit id="4184995865179898060" datatype="html"> 1990 <trans-unit id="4184995865179898060" datatype="html">
1965 <source>Display all licenses</source> 1991 <source>Display all licenses</source>
1966 <target state="new">Display all licenses</target> 1992 <target state="translated">Mostrar totes les llicències</target>
1967 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">140</context></context-group> 1993 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">140</context></context-group>
1968 </trans-unit> 1994 </trans-unit>
1969 <trans-unit id="2826581353496868063"> 1995 <trans-unit id="2826581353496868063">
1970 <source>Language</source> 1996 <source>Language</source>
1971 <target>Llengua</target> 1997 <target>Llengua</target>
1972 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</context></context-group> 1998
1973 <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> 1999
1974 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">94</context></context-group> 2000
1975 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group> 2001
1976 </trans-unit> 2002 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1977 <trans-unit id="7904142744051432458" datatype="html"> 2003 <trans-unit id="7904142744051432458" datatype="html">
1978 <source>Display all languages</source> 2004 <source>Display all languages</source>
1979 <target state="new">Display all languages</target> 2005 <target state="translated">Mostrar tots el idiomes</target>
1980 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">153</context></context-group> 2006 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">153</context></context-group>
1981 </trans-unit> 2007 </trans-unit>
1982 <trans-unit id="2252476112877289102"> 2008 <trans-unit id="2252476112877289102">
@@ -1988,17 +2014,23 @@ The link will expire within 1 hour.</source>
1988 <source>One of these tags</source> 2014 <source>One of these tags</source>
1989 <target>Una d'aquestes etiquetes</target> 2015 <target>Una d'aquestes etiquetes</target>
1990 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 2016 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
2017 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
2018 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
2019 <context-group purpose="location">
2020 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
2021 <context context-type="linenumber">178</context>
2022 </context-group>
1991 </trans-unit> 2023 </trans-unit>
1992 <trans-unit id="283421392567624698" datatype="html"> 2024 <trans-unit id="283421392567624698" datatype="html">
1993 <source>Search target</source> 2025 <source>Search target</source>
1994 <target state="new">Search target</target> 2026 <target state="translated">Buscar objectiu</target>
1995 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 2027
1996 </trans-unit> 2028 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1997 <trans-unit id="2489767671380266270" datatype="html"> 2029 <trans-unit id="2489767671380266270" datatype="html">
1998 <source>Vidiverse</source> 2030 <source>Vidiverse</source>
1999 <target state="new">Vidiverse</target> 2031 <target state="translated">Vidivers</target>
2000 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 2032
2001 </trans-unit> 2033 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
2002 <trans-unit id="5478121364779850827" datatype="html"> 2034 <trans-unit id="5478121364779850827" datatype="html">
2003 <source>Reset</source> 2035 <source>Reset</source>
2004 <target state="translated">Restablir</target> 2036 <target state="translated">Restablir</target>
@@ -2007,16 +2039,16 @@ The link will expire within 1 hour.</source>
2007 <trans-unit id="8829497237648100098"> 2039 <trans-unit id="8829497237648100098">
2008 <source>Filter</source> 2040 <source>Filter</source>
2009 <target>Filtre</target> 2041 <target>Filtre</target>
2010 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 2042
2011 </trans-unit> 2043 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
2012 <trans-unit id="6479885129995567639" datatype="html"> 2044 <trans-unit id="6479885129995567639" datatype="html">
2013 <source>Video channels</source> 2045 <source>Video channels</source>
2014 <target state="new">Video channels</target> 2046 <target state="translated">Canals de vídeo</target>
2015 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">1</context></context-group> 2047 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">1</context></context-group>
2016 </trans-unit> 2048 </trans-unit>
2017 <trans-unit id="1909308046360229945" datatype="html"> 2049 <trans-unit id="1909308046360229945" datatype="html">
2018 <source>Add caption</source> 2050 <source>Add caption</source>
2019 <target state="new">Add caption</target> 2051 <target state="translated">Afegir subtítols</target>
2020 <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">5</context></context-group> 2052 <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">5</context></context-group>
2021 </trans-unit> 2053 </trans-unit>
2022 <trans-unit id="753928283782809091" datatype="html"> 2054 <trans-unit id="753928283782809091" datatype="html">
@@ -2026,14 +2058,12 @@ The link will expire within 1 hour.</source>
2026 </trans-unit> 2058 </trans-unit>
2027 <trans-unit id="4616828176080418150" datatype="html"> 2059 <trans-unit id="4616828176080418150" datatype="html">
2028 <source>This will replace an existing caption!</source> 2060 <source>This will replace an existing caption!</source>
2029 <target state="new"> 2061 <target state="translated">Açò reemplaçarà el text existent!</target>
2030 This will replace an existing caption!
2031 </target>
2032 <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">31</context></context-group> 2062 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">31</context></context-group>
2033 </trans-unit> 2063 </trans-unit>
2034 <trans-unit id="2752121353049766867" datatype="html"> 2064 <trans-unit id="2752121353049766867" datatype="html">
2035 <source>Add this caption</source> 2065 <source>Add this caption</source>
2036 <target state="new">Add this caption</target> 2066 <target state="translated">Afegir aquest subtítol</target>
2037 <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> 2067 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">42</context></context-group>
2038 </trans-unit> 2068 </trans-unit>
2039 <trans-unit id="5701618810648052610"> 2069 <trans-unit id="5701618810648052610">
@@ -2044,63 +2074,54 @@ The link will expire within 1 hour.</source>
2044 <trans-unit id="7886570921510760899"> 2074 <trans-unit id="7886570921510760899">
2045 <source>Tags</source> 2075 <source>Tags</source>
2046 <target>Etiquetes</target> 2076 <target>Etiquetes</target>
2047 <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> 2077
2048 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group> 2078
2049 </trans-unit> 2079 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
2050 <trans-unit id="354332809647287722" datatype="html"> 2080 <trans-unit id="354332809647287722" datatype="html">
2051 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 2081 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
2052 <target state="new"> 2082 <target state="translated">Es poden utilitzar etiquetes per a sugerir recomanacions relevants. <x id="LINE_BREAK"/> Hi ha un màxim de 5 etiquetes. <x id="LINE_BREAK"/> Apreta <x id="START_TAG_KBD"/> Enter <x id="CLOSE_TAG_KBD"/> per a afegir una nova etiqueta. </target>
2053 Tags could be used to suggest relevant recommendations.
2054 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2055 There is a maximum of 5 tags.
2056 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2057 Press
2058 <x id="START_TAG_KBD" ctype="x-kbd" equiv-text="&lt;kbd>"/>Enter
2059 <x id="CLOSE_TAG_KBD" ctype="x-kbd" equiv-text="&lt;/kbd>"/> to add a new tag.
2060
2061 </target>
2062 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">24</context></context-group> 2083 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">24</context></context-group>
2063 </trans-unit> 2084 </trans-unit>
2064 <trans-unit id="3265632123453688399" datatype="html"> 2085 <trans-unit id="3265632123453688399" datatype="html">
2065 <source>Enter a new tag</source> 2086 <source>Enter a new tag</source>
2066 <target state="new">Enter a new tag</target> 2087 <target state="translated">Introdueix una nova etiqueta</target>
2067 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/select/select-tags.component.html</context><context context-type="linenumber">5</context></context-group> 2088 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/select/select-tags.component.html</context><context context-type="linenumber">5</context></context-group>
2068 </trans-unit> 2089 </trans-unit>
2069 <trans-unit id="6179532215548637839" datatype="html"> 2090 <trans-unit id="6179532215548637839" datatype="html">
2070 <source>extensions</source> 2091 <source>extensions</source>
2071 <target state="new">extensions</target> 2092 <target state="translated">extensions</target>
2072 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">48</context></context-group> 2093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">48</context></context-group>
2073 </trans-unit> 2094 </trans-unit>
2074 <trans-unit id="8054921481196967348" datatype="html"> 2095 <trans-unit id="8054921481196967348" datatype="html">
2075 <source>This image is too large.</source> 2096 <source>This image is too large.</source>
2076 <target state="new">This image is too large.</target> 2097 <target state="translated">Aquesta imatge és massa gran.</target>
2077 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">56</context></context-group> 2098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">56</context></context-group>
2078 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts</context><context context-type="linenumber">52</context></context-group> 2099 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts</context><context context-type="linenumber">52</context></context-group>
2079 </trans-unit> 2100 </trans-unit>
2080 <trans-unit id="6259523075362402245" datatype="html"> 2101 <trans-unit id="6259523075362402245" datatype="html">
2081 <source>Upload a new banner</source> 2102 <source>Upload a new banner</source>
2082 <target state="new">Upload a new banner</target> 2103 <target state="translated">Puja un banner nou</target>
2083 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html</context><context context-type="linenumber">9</context></context-group> 2104 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html</context><context context-type="linenumber">9</context></context-group>
2084 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html</context><context context-type="linenumber">26</context></context-group> 2105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html</context><context context-type="linenumber">26</context></context-group>
2085 </trans-unit> 2106 </trans-unit>
2086 <trans-unit id="1117672957968812680" datatype="html"> 2107 <trans-unit id="1117672957968812680" datatype="html">
2087 <source>Change your banner</source> 2108 <source>Change your banner</source>
2088 <target state="new">Change your banner</target> 2109 <target state="translated">Canvia el banner</target>
2089 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html</context><context context-type="linenumber">18</context></context-group> 2110 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html</context><context context-type="linenumber">18</context></context-group>
2090 </trans-unit> 2111 </trans-unit>
2091 <trans-unit id="3394080812181176794" datatype="html"> 2112 <trans-unit id="3394080812181176794" datatype="html">
2092 <source>Remove banner</source> 2113 <source>Remove banner</source>
2093 <target state="new">Remove banner</target> 2114 <target state="translated">Eliminar el banner</target>
2094 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html</context><context context-type="linenumber">32</context></context-group> 2115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html</context><context context-type="linenumber">32</context></context-group>
2095 </trans-unit> 2116 </trans-unit>
2096 <trans-unit id="7306351600905511107" datatype="html"> 2117 <trans-unit id="7306351600905511107" datatype="html">
2097 <source>ratio 6/1, recommended size: 1920x317, max size: <x id="PH" equiv-text="getBytes(this.maxBannerSize)"/>, extensions: <x id="PH_1" equiv-text="this.bannerExtensions"/></source> 2118 <source>ratio 6/1, recommended size: 1920x317, max size: <x id="PH" equiv-text="getBytes(this.maxBannerSize)"/>, extensions: <x id="PH_1" equiv-text="this.bannerExtensions"/></source>
2098 <target state="new">ratio 6/1, recommended size: 1920x317, max size: <x id="PH" equiv-text="getBytes(this.maxBannerSize)"/>, extensions: <x id="PH_1" equiv-text="this.bannerExtensions"/></target> 2119 <target state="translated">relació 6/1, mida recomanada: 1920x317, mida màxima: <x id="PH" equiv-text="getBytes(this.maxBannerSize)"/>, extensions: <x id="PH_1" equiv-text="this.bannerExtensions"/></target>
2099 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts</context><context context-type="linenumber">44</context></context-group> 2120 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts</context><context context-type="linenumber">44</context></context-group>
2100 </trans-unit> 2121 </trans-unit>
2101 <trans-unit id="3220184757632006830" datatype="html"> 2122 <trans-unit id="3220184757632006830" datatype="html">
2102 <source>Account avatar</source> 2123 <source>Account avatar</source>
2103 <target state="new">Account avatar</target> 2124 <target state="translated">Avatar del compte</target>
2104 <context-group purpose="location"> 2125 <context-group purpose="location">
2105 <context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context> 2126 <context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context>
2106 <context context-type="linenumber">47</context> 2127 <context context-type="linenumber">47</context>
@@ -2108,7 +2129,7 @@ The link will expire within 1 hour.</source>
2108 </trans-unit> 2129 </trans-unit>
2109 <trans-unit id="1138964882426023395" datatype="html"> 2130 <trans-unit id="1138964882426023395" datatype="html">
2110 <source>Channel avatar</source> 2131 <source>Channel avatar</source>
2111 <target state="new">Channel avatar</target> 2132 <target state="translated">Avatar del canal</target>
2112 <context-group purpose="location"> 2133 <context-group purpose="location">
2113 <context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context> 2134 <context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context>
2114 <context context-type="linenumber">48</context> 2135 <context context-type="linenumber">48</context>
@@ -2116,7 +2137,7 @@ The link will expire within 1 hour.</source>
2116 </trans-unit> 2137 </trans-unit>
2117 <trans-unit id="1358902062258458923" datatype="html"> 2138 <trans-unit id="1358902062258458923" datatype="html">
2118 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://en.wikipedia.org/wiki/Markdown#Example&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>Markdown compatible<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> that also supports <x id="START_LINK_1" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/api-custom-client-markup&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>custom PeerTube HTML tags<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source> 2139 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://en.wikipedia.org/wiki/Markdown#Example&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>Markdown compatible<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> that also supports <x id="START_LINK_1" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/api-custom-client-markup&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>custom PeerTube HTML tags<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
2119 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://en.wikipedia.org/wiki/Markdown#Example&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>Markdown compatible<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> that also supports <x id="START_LINK_1" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/api-custom-client-markup&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>custom PeerTube HTML tags<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target> 2140 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://en.wikipedia.org/wiki/Markdown#Example&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>Compatible amb Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> que també soporta <x id="START_LINK_1" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/api-custom-client-markup&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>etiquetes HTML personalitzades de Peertube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
2120 <context-group purpose="location"> 2141 <context-group purpose="location">
2121 <context context-type="sourcefile">src/app/shared/shared-custom-markup/custom-markup-help.component.html</context> 2142 <context context-type="sourcefile">src/app/shared/shared-custom-markup/custom-markup-help.component.html</context>
2122 <context context-type="linenumber">2</context> 2143 <context context-type="linenumber">2</context>
@@ -2124,7 +2145,7 @@ The link will expire within 1 hour.</source>
2124 </trans-unit> 2145 </trans-unit>
2125 <trans-unit id="7976591803735140601" datatype="html"> 2146 <trans-unit id="7976591803735140601" datatype="html">
2126 <source>Latest published video</source> 2147 <source>Latest published video</source>
2127 <target state="new">Latest published video</target> 2148 <target state="translated">Últim vídeo publicat</target>
2128 <context-group purpose="location"> 2149 <context-group purpose="location">
2129 <context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context> 2150 <context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context>
2130 <context context-type="linenumber">24</context> 2151 <context context-type="linenumber">24</context>
@@ -2132,7 +2153,7 @@ The link will expire within 1 hour.</source>
2132 </trans-unit> 2153 </trans-unit>
2133 <trans-unit id="1460134385691851101" datatype="html"> 2154 <trans-unit id="1460134385691851101" datatype="html">
2134 <source>Advanced filters</source> 2155 <source>Advanced filters</source>
2135 <target state="new">Advanced filters</target> 2156 <target state="translated">Filtres avançats</target>
2136 <context-group purpose="location"> 2157 <context-group purpose="location">
2137 <context context-type="sourcefile">src/app/shared/shared-forms/advanced-input-filter.component.html</context> 2158 <context context-type="sourcefile">src/app/shared/shared-forms/advanced-input-filter.component.html</context>
2138 <context context-type="linenumber">8</context> 2159 <context context-type="linenumber">8</context>
@@ -2140,7 +2161,7 @@ The link will expire within 1 hour.</source>
2140 </trans-unit> 2161 </trans-unit>
2141 <trans-unit id="2504502765849142619" datatype="html"> 2162 <trans-unit id="2504502765849142619" datatype="html">
2142 <source>No items found</source> 2163 <source>No items found</source>
2143 <target state="new">No items found</target> 2164 <target state="translated">Cap element trobat</target>
2144 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/select/select-checkbox.component.html</context><context context-type="linenumber">14</context></context-group> 2165 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/select/select-checkbox.component.html</context><context context-type="linenumber">14</context></context-group>
2145 </trans-unit> 2166 </trans-unit>
2146 <trans-unit id="4902817035128594900"> 2167 <trans-unit id="4902817035128594900">
@@ -2157,14 +2178,12 @@ The link will expire within 1 hour.</source>
2157 </trans-unit> 2178 </trans-unit>
2158 <trans-unit id="8740951153302736329" datatype="html"> 2179 <trans-unit id="8740951153302736329" datatype="html">
2159 <source>Video descriptions are truncated by default and require manual action to expand them.</source> 2180 <source>Video descriptions are truncated by default and require manual action to expand them.</source>
2160 <target state="new"> 2181 <target state="translated">Les descripcions dels vídeos es retallen per defecte i requereixen expandir-se de forma manual</target>
2161 Video descriptions are truncated by default and require manual action to expand them.
2162 </target>
2163 <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> 2182 <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>
2164 </trans-unit> 2183 </trans-unit>
2165 <trans-unit id="2090254132451149776" datatype="html"> 2184 <trans-unit id="2090254132451149776" datatype="html">
2166 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>Choose<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> the appropriate licence for your work. </source> 2185 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>Choose<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> the appropriate licence for your work. </source>
2167 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>Choose<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> the appropriate licence for your work. </target> 2186 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>Tria<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> la llicència adequada per al seu treball. </target>
2168 <context-group purpose="location"> 2187 <context-group purpose="location">
2169 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context> 2188 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context>
2170 <context context-type="linenumber">79,80</context> 2189 <context context-type="linenumber">79,80</context>
@@ -2197,22 +2216,22 @@ The link will expire within 1 hour.</source>
2197 </trans-unit> 2216 </trans-unit>
2198 <trans-unit id="2806917038528218276" datatype="html"> 2217 <trans-unit id="2806917038528218276" datatype="html">
2199 <source>FAQ</source> 2218 <source>FAQ</source>
2200 <target state="new">FAQ</target> 2219 <target state="translated">Preguntes freqüents</target>
2201 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group> 2220 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group>
2202 </trans-unit> 2221 </trans-unit>
2203 <trans-unit id="3620232640697554352" datatype="html"> 2222 <trans-unit id="3620232640697554352" datatype="html">
2204 <source>Frequently asked questions about PeerTube</source> 2223 <source>Frequently asked questions about PeerTube</source>
2205 <target state="new">Frequently asked questions about PeerTube</target> 2224 <target state="translated">Preguntes freqüents sobre PeerTube</target>
2206 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group> 2225 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group>
2207 </trans-unit> 2226 </trans-unit>
2208 <trans-unit id="8942351587754185907" datatype="html"> 2227 <trans-unit id="8942351587754185907" datatype="html">
2209 <source>API</source> 2228 <source>API</source>
2210 <target state="new">API</target> 2229 <target state="translated">API</target>
2211 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group> 2230 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group>
2212 </trans-unit> 2231 </trans-unit>
2213 <trans-unit id="3722967224215437913" datatype="html"> 2232 <trans-unit id="3722967224215437913" datatype="html">
2214 <source>API documentation</source> 2233 <source>API documentation</source>
2215 <target state="new">API documentation</target> 2234 <target state="translated">Documentació de la API</target>
2216 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group> 2235 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group>
2217 </trans-unit> 2236 </trans-unit>
2218 <trans-unit id="9012879216268259096"> 2237 <trans-unit id="9012879216268259096">
@@ -2224,12 +2243,12 @@ The link will expire within 1 hour.</source>
2224 </trans-unit> 2243 </trans-unit>
2225 <trans-unit id="9155449485123349070" datatype="html"> 2244 <trans-unit id="9155449485123349070" datatype="html">
2226 <source>Contains sensitive content</source> 2245 <source>Contains sensitive content</source>
2227 <target state="new">Contains sensitive content</target> 2246 <target state="translated">Conté contingut sensible</target>
2228 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">131</context></context-group> 2247 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">131</context></context-group>
2229 </trans-unit> 2248 </trans-unit>
2230 <trans-unit id="4850841867094321899" datatype="html"> 2249 <trans-unit id="4850841867094321899" datatype="html">
2231 <source>Some instances hide videos containing mature or explicit content by default.</source> 2250 <source>Some instances hide videos containing mature or explicit content by default.</source>
2232 <target state="new">Some instances hide videos containing mature or explicit content by default.</target> 2251 <target state="translated">Algunes instàncies amaguen vídeos que tenen contingut explícit o per a adults per defecte</target>
2233 <context-group purpose="location"> 2252 <context-group purpose="location">
2234 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context> 2253 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context>
2235 <context context-type="linenumber">135</context> 2254 <context context-type="linenumber">135</context>
@@ -2237,12 +2256,12 @@ The link will expire within 1 hour.</source>
2237 </trans-unit> 2256 </trans-unit>
2238 <trans-unit id="4895908242997839943" datatype="html"> 2257 <trans-unit id="4895908242997839943" datatype="html">
2239 <source>Publish after transcoding</source> 2258 <source>Publish after transcoding</source>
2240 <target state="new">Publish after transcoding</target> 2259 <target state="translated">Publicar després de transcodificar</target>
2241 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">141</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">141</context></context-group>
2242 </trans-unit> 2261 </trans-unit>
2243 <trans-unit id="5596242684708779591" datatype="html"> 2262 <trans-unit id="5596242684708779591" datatype="html">
2244 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source> 2263 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
2245 <target state="new">If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</target> 2264 <target state="translated">Si decideixes no esperar a la transcodificació abans de publicar el vídeo, potser no es puga reproduir fins que acabe la transcodificació.</target>
2246 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">145</context></context-group> 2265 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">145</context></context-group>
2247 </trans-unit> 2266 </trans-unit>
2248 <trans-unit id="5984574397847510001"> 2267 <trans-unit id="5984574397847510001">
@@ -2252,7 +2271,7 @@ The link will expire within 1 hour.</source>
2252 </trans-unit> 2271 </trans-unit>
2253 <trans-unit id="2142169012597585513" datatype="html"> 2272 <trans-unit id="2142169012597585513" datatype="html">
2254 <source>Add another caption</source> 2273 <source>Add another caption</source>
2255 <target state="new">Add another caption</target> 2274 <target state="translated">Afegir altres subtítols</target>
2256 <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> 2275 <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>
2257 </trans-unit> 2276 </trans-unit>
2258 <trans-unit id="4525569337497033381" datatype="html"> 2277 <trans-unit id="4525569337497033381" datatype="html">
@@ -2262,59 +2281,57 @@ The link will expire within 1 hour.</source>
2262 </trans-unit> 2281 </trans-unit>
2263 <trans-unit id="5600963353867835532" datatype="html"> 2282 <trans-unit id="5600963353867835532" datatype="html">
2264 <source>Already uploaded ✔</source> 2283 <source>Already uploaded ✔</source>
2265 <target state="new">Already uploaded ✔</target> 2284 <target state="translated">Ja ha sigut pujat ✔</target>
2266 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">176</context></context-group> 2285 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">176</context></context-group>
2267 </trans-unit> 2286 </trans-unit>
2268 <trans-unit id="73284819990858102" datatype="html"> 2287 <trans-unit id="73284819990858102" datatype="html">
2269 <source>Will be created on update</source> 2288 <source>Will be created on update</source>
2270 <target state="new">Will be created on update</target> 2289 <target state="translated">Es crea al actualitzar</target>
2271 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">184</context></context-group> 2290 <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>
2272 </trans-unit> 2291 </trans-unit>
2273 <trans-unit id="7044449271109607418" datatype="html"> 2292 <trans-unit id="7044449271109607418" datatype="html">
2274 <source>Cancel create</source> 2293 <source>Cancel create</source>
2275 <target state="new">Cancel create</target> 2294 <target state="translated">Cancel·lar creació</target>
2276 <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> 2295 <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>
2277 </trans-unit> 2296 </trans-unit>
2278 <trans-unit id="7879454016898626211" datatype="html"> 2297 <trans-unit id="7879454016898626211" datatype="html">
2279 <source>Will be deleted on update</source> 2298 <source>Will be deleted on update</source>
2280 <target state="new">Will be deleted on update</target> 2299 <target state="translated">Se eliminat al actualitzar</target>
2281 <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> 2300 <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>
2282 </trans-unit> 2301 </trans-unit>
2283 <trans-unit id="305832955565133216" datatype="html"> 2302 <trans-unit id="305832955565133216" datatype="html">
2284 <source>Cancel deletion</source> 2303 <source>Cancel deletion</source>
2285 <target state="new">Cancel deletion</target> 2304 <target state="translated">Cancel·lar eliminació</target>
2286 <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> 2305 <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>
2287 </trans-unit> 2306 </trans-unit>
2288 <trans-unit id="360396717319152766" datatype="html"> 2307 <trans-unit id="360396717319152766" datatype="html">
2289 <source>No captions for now.</source> 2308 <source>No captions for now.</source>
2290 <target state="new"> 2309 <target state="translated">Sense subtítols pel moment</target>
2291 No captions for now.
2292 </target>
2293 <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> 2310 <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>
2294 </trans-unit> 2311 </trans-unit>
2295 <trans-unit id="8508836953540308271" datatype="html"> 2312 <trans-unit id="8508836953540308271" datatype="html">
2296 <source>Live settings</source> 2313 <source>Live settings</source>
2297 <target state="new">Live settings</target> 2314 <target state="translated">Configuració en viu</target>
2298 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">208</context></context-group> 2315 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">208</context></context-group>
2299 </trans-unit> 2316 </trans-unit>
2300 <trans-unit id="6297019164970912850" datatype="html"> 2317 <trans-unit id="6297019164970912850" datatype="html">
2301 <source>You can stream multiple times in a permanent live. The URL for your viewers won't change but you cannot save replays of your lives</source> 2318 <source>You can stream multiple times in a permanent live. The URL for your viewers won't change but you cannot save replays of your lives</source>
2302 <target state="new">You can stream multiple times in a permanent live. The URL for your viewers won't change but you cannot save replays of your lives</target> 2319 <target state="translated">Pots transmetre diverses vegades en directe permanent . L'URL dels seus espectadors no canviarà, però no pots guardar reproduccions dels directes</target>
2303 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">236</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">236</context></context-group>
2304 </trans-unit> 2321 </trans-unit>
2305 <trans-unit id="3272292170221289235" datatype="html"> 2322 <trans-unit id="3272292170221289235" datatype="html">
2306 <source>This is a permanent live</source> 2323 <source>This is a permanent live</source>
2307 <target state="new">This is a permanent live</target> 2324 <target state="translated">Açò es un directe permanent</target>
2308 <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> 2325 <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>
2309 </trans-unit> 2326 </trans-unit>
2310 <trans-unit id="1212376766715456139" datatype="html"> 2327 <trans-unit id="1212376766715456139" datatype="html">
2311 <source>⚠️ If you enable this option, your live will be terminated if you exceed your video quota</source> 2328 <source>⚠️ If you enable this option, your live will be terminated if you exceed your video quota</source>
2312 <target state="new">⚠️ If you enable this option, your live will be terminated if you exceed your video quota</target> 2329 <target state="translated">⚠️ Si habilites aquesta opció, la transmissió en directe es cancel·larà si excedeixes la quota de vídeo</target>
2313 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">248</context></context-group> 2330 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">248</context></context-group>
2314 </trans-unit> 2331 </trans-unit>
2315 <trans-unit id="8891497955962997247" datatype="html"> 2332 <trans-unit id="8891497955962997247" datatype="html">
2316 <source>Automatically publish a replay when your live ends</source> 2333 <source>Automatically publish a replay when your live ends</source>
2317 <target state="new">Automatically publish a replay when your live ends</target> 2334 <target state="translated">Publicar automàticament una reproducció quan la transmissió acaba</target>
2318 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">244</context></context-group> 2335 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">244</context></context-group>
2319 </trans-unit> 2336 </trans-unit>
2320 <trans-unit id="2602773901491715295" datatype="html"> 2337 <trans-unit id="2602773901491715295" datatype="html">
@@ -2326,7 +2343,7 @@ The link will expire within 1 hour.</source>
2326 </trans-unit> 2343 </trans-unit>
2327 <trans-unit id="1168086599577356916" datatype="html"> 2344 <trans-unit id="1168086599577356916" datatype="html">
2328 <source>Video preview</source> 2345 <source>Video preview</source>
2329 <target state="new">Video preview</target> 2346 <target state="translated">Vista prèvia</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">267</context></context-group> 2347 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">267</context></context-group>
2331 </trans-unit> 2348 </trans-unit>
2332 <trans-unit id="2288513108450439427"> 2349 <trans-unit id="2288513108450439427">
@@ -2337,12 +2354,12 @@ The link will expire within 1 hour.</source>
2337 </trans-unit> 2354 </trans-unit>
2338 <trans-unit id="1359533927353954373" datatype="html"> 2355 <trans-unit id="1359533927353954373" datatype="html">
2339 <source>View account</source> 2356 <source>View account</source>
2340 <target state="new">View account</target> 2357 <target state="translated">Veure compte</target>
2341 <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> 2358 <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>
2342 </trans-unit> 2359 </trans-unit>
2343 <trans-unit id="3799746968259478616" datatype="html"> 2360 <trans-unit id="3799746968259478616" datatype="html">
2344 <source>View account</source> 2361 <source>View account</source>
2345 <target state="new"> View account </target> 2362 <target state="translated">Veure compte</target>
2346 <context-group purpose="location"> 2363 <context-group purpose="location">
2347 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context> 2364 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
2348 <context context-type="linenumber">42,43</context> 2365 <context context-type="linenumber">42,43</context>
@@ -2350,7 +2367,7 @@ The link will expire within 1 hour.</source>
2350 </trans-unit> 2367 </trans-unit>
2351 <trans-unit id="6778225321073009261" datatype="html"> 2368 <trans-unit id="6778225321073009261" datatype="html">
2352 <source>View owner account</source> 2369 <source>View owner account</source>
2353 <target state="new"> View owner account </target> 2370 <target state="translated">Veure compte del propietari</target>
2354 <context-group purpose="location"> 2371 <context-group purpose="location">
2355 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context> 2372 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
2356 <context context-type="linenumber">46,47</context> 2373 <context context-type="linenumber">46,47</context>
@@ -2358,7 +2375,7 @@ The link will expire within 1 hour.</source>
2358 </trans-unit> 2375 </trans-unit>
2359 <trans-unit id="8798391261676185924" datatype="html"> 2376 <trans-unit id="8798391261676185924" datatype="html">
2360 <source>VIDEO CHANNEL</source> 2377 <source>VIDEO CHANNEL</source>
2361 <target state="new">VIDEO CHANNEL</target> 2378 <target state="translated">CANAL DE VÍDEO</target>
2362 <context-group purpose="location"> 2379 <context-group purpose="location">
2363 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context> 2380 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
2364 <context context-type="linenumber">55</context> 2381 <context context-type="linenumber">55</context>
@@ -2366,7 +2383,7 @@ The link will expire within 1 hour.</source>
2366 </trans-unit> 2383 </trans-unit>
2367 <trans-unit id="5121874940679887597" datatype="html"> 2384 <trans-unit id="5121874940679887597" datatype="html">
2368 <source>Copy channel handle</source> 2385 <source>Copy channel handle</source>
2369 <target state="new">Copy channel handle</target> 2386 <target state="translated">Copiar el nom del canal</target>
2370 <context-group purpose="location"> 2387 <context-group purpose="location">
2371 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context> 2388 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
2372 <context context-type="linenumber">66</context> 2389 <context context-type="linenumber">66</context>
@@ -2390,31 +2407,27 @@ The link will expire within 1 hour.</source>
2390 </trans-unit> 2407 </trans-unit>
2391 <trans-unit id="2486917589932345430" datatype="html"> 2408 <trans-unit id="2486917589932345430" datatype="html">
2392 <source>OWNER ACCOUNT</source> 2409 <source>OWNER ACCOUNT</source>
2393 <target state="new">OWNER ACCOUNT</target> 2410 <target state="translated">COMPTE DE PROPIETARI</target>
2394 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">23</context></context-group> 2411 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">23</context></context-group>
2395 </trans-unit> 2412 </trans-unit>
2396 <trans-unit id="1952020204339597057" datatype="html"> 2413 <trans-unit id="1952020204339597057" datatype="html">
2397 <source>Short text to tell people how they can support you (membership platform...).</source> 2414 <source>Short text to tell people how they can support you (membership platform...).</source>
2398 <target state="new"> 2415 <target state="translated">Text breu per a dir-li a les persones com poden recolzar-te</target>
2399 Short text to tell people how they can support you (membership platform...).
2400 </target>
2401 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">280</context></context-group> 2416 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">280</context></context-group>
2402 </trans-unit> 2417 </trans-unit>
2403 <trans-unit id="7958716262877895706" datatype="html"> 2418 <trans-unit id="7958716262877895706" datatype="html">
2404 <source>Original publication date</source> 2419 <source>Original publication date</source>
2405 <target state="new">Original publication date</target> 2420 <target state="translated">Data de publicació original</target>
2406 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">296</context></context-group> 2421 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">296</context></context-group>
2407 </trans-unit> 2422 </trans-unit>
2408 <trans-unit id="50985514722149155" datatype="html"> 2423 <trans-unit id="50985514722149155" datatype="html">
2409 <source>This is the date when the content was originally published (e.g. the release date for a film)</source> 2424 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
2410 <target state="new"> 2425 <target state="translated">Aquesta és la data en la que es va publicar originalment el contingut (per exemple, la data de llançament d'una pel·licula)</target>
2411 This is the date when the content was originally published (e.g. the release date for a film)
2412 </target>
2413 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">300</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">300</context></context-group>
2414 </trans-unit> 2427 </trans-unit>
2415 <trans-unit id="1669378369440073270" datatype="html"> 2428 <trans-unit id="1669378369440073270" datatype="html">
2416 <source>Plugin settings</source> 2429 <source>Plugin settings</source>
2417 <target state="new">Plugin settings</target> 2430 <target state="translated">Configuració de complements</target>
2418 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">330</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">330</context></context-group>
2419 </trans-unit> 2432 </trans-unit>
2420 <trans-unit id="2200003513633568069"> 2433 <trans-unit id="2200003513633568069">
@@ -2482,13 +2495,13 @@ The link will expire within 1 hour.</source>
2482 <trans-unit id="9172233176401579786" datatype="html"> 2495 <trans-unit id="9172233176401579786" datatype="html">
2483 <source>Scheduled</source> 2496 <source>Scheduled</source>
2484 <target state="translated">Programat</target> 2497 <target state="translated">Programat</target>
2485 2498 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group>
2486 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group></trans-unit> 2499 </trans-unit>
2487 <trans-unit id="1435317307066082710" datatype="html"> 2500 <trans-unit id="1435317307066082710" datatype="html">
2488 <source>Hide the video until a specific date</source> 2501 <source>Hide the video until a specific date</source>
2489 <target state="new">Hide the video until a specific date</target> 2502 <target state="translated">Oculta el vídeo fins una data específica</target>
2490 2503 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group>
2491 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 2504 </trans-unit>
2492 <trans-unit id="6148369758871787018" datatype="html"> 2505 <trans-unit id="6148369758871787018" datatype="html">
2493 <source>Video background image</source> 2506 <source>Video background image</source>
2494 <target state="translated">Imatge de fons del vídeo</target> 2507 <target state="translated">Imatge de fons del vídeo</target>
@@ -2508,18 +2521,18 @@ The link will expire within 1 hour.</source>
2508 </trans-unit> 2521 </trans-unit>
2509 <trans-unit id="1185207825965405436" datatype="html"> 2522 <trans-unit id="1185207825965405436" datatype="html">
2510 <source>Processing…</source> 2523 <source>Processing…</source>
2511 <target state="new">Processing…</target> 2524 <target state="translated">Processant…</target>
2512 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">65</context></context-group> 2525 <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">65</context></context-group>
2513 </trans-unit> 2526 </trans-unit>
2514 <trans-unit id="7934833136974560675" datatype="html"> 2527 <trans-unit id="7934833136974560675" datatype="html">
2515 <source>Retry</source> 2528 <source>Retry</source>
2516 <target state="new">Retry</target> 2529 <target state="translated">Tornar a intentar</target>
2517 <note priority="1" from="description">Retry failed upload of a video</note> 2530 <note priority="1" from="description">Retry failed upload of a video</note>
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">80</context></context-group> 2531 <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>
2519 </trans-unit> 2532 </trans-unit>
2520 <trans-unit id="2127094963121208963" datatype="html"> 2533 <trans-unit id="2127094963121208963" datatype="html">
2521 <source>Total video quota</source> 2534 <source>Total video quota</source>
2522 <target state="new">Total video quota</target> 2535 <target state="translated">Quota total de vídeo</target>
2523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">119</context></context-group> 2536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">119</context></context-group>
2524 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">3</context></context-group> 2537 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">3</context></context-group>
2525 </trans-unit> 2538 </trans-unit>
@@ -2541,17 +2554,17 @@ The link will expire within 1 hour.</source>
2541 </trans-unit> 2554 </trans-unit>
2542 <trans-unit id="6161604372916832458" datatype="html"> 2555 <trans-unit id="6161604372916832458" datatype="html">
2543 <source>Upload on hold</source> 2556 <source>Upload on hold</source>
2544 <target state="new">Upload on hold</target> 2557 <target state="translated">Pujada en espera</target>
2545 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group> 2558
2546 </trans-unit> 2559 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2547 <trans-unit id="285180972645018518" datatype="html"> 2560 <trans-unit id="285180972645018518" datatype="html">
2548 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2561 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2549 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2562 <target state="translated">Ho sentim, la funció de pujada està deshabilitada per al teu compte. Si vols agregar vídeos, un administrador ha de desbloquejar la teua quota</target>
2550 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">3</context></context-group> 2563 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">3</context></context-group>
2551 </trans-unit> 2564 </trans-unit>
2552 <trans-unit id="2587226585711833549" datatype="html"> 2565 <trans-unit id="2587226585711833549" datatype="html">
2553 <source>Read instance rules for help</source> 2566 <source>Read instance rules for help</source>
2554 <target state="new">Read instance rules for help</target> 2567 <target state="translated">Llegir les normes de la instància per a obtindre ajuda</target>
2555 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">4</context></context-group> 2568 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">4</context></context-group>
2556 </trans-unit> 2569 </trans-unit>
2557 <trans-unit id="3455474330346212563" datatype="html"> 2570 <trans-unit id="3455474330346212563" datatype="html">
@@ -2562,24 +2575,22 @@ The link will expire within 1 hour.</source>
2562 </trans-unit> 2575 </trans-unit>
2563 <trans-unit id="290735093992020324" datatype="html"> 2576 <trans-unit id="290735093992020324" datatype="html">
2564 <source>OR</source> 2577 <source>OR</source>
2565 <target state="new">OR</target> 2578 <target state="translated">O</target>
2566 <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> 2579 <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>
2567 </trans-unit> 2580 </trans-unit>
2568 <trans-unit id="6173286379208830044" datatype="html"> 2581 <trans-unit id="6173286379208830044" datatype="html">
2569 <source>Paste magnet URI</source> 2582 <source>Paste magnet URI</source>
2570 <target state="new">Paste magnet URI</target> 2583 <target state="translated">Apegar la URI magnet</target>
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> 2584 <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>
2572 </trans-unit> 2585 </trans-unit>
2573 <trans-unit id="2424051823705402833" datatype="html"> 2586 <trans-unit id="2424051823705402833" datatype="html">
2574 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2587 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2575 <target state="new"> 2588 <target state="translated">Enhorabona, el vídeo serà importat amb BitTorrent! Ja pots afegir informació sobre aquest vídeo.</target>
2576 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2577</target>
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> 2589 <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>
2579 </trans-unit> 2590 </trans-unit>
2580 <trans-unit id="4422946962830681102" datatype="html"> 2591 <trans-unit id="4422946962830681102" datatype="html">
2581 <source>Torrents with only 1 file are supported.</source> 2592 <source>Torrents with only 1 file are supported.</source>
2582 <target state="new">Torrents with only 1 file are supported.</target> 2593 <target state="translated">Només s'admeten torrents amb 1 sol fitxer</target>
2583 <context-group purpose="location"> 2594 <context-group purpose="location">
2584 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts</context> 2595 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts</context>
2585 <context context-type="linenumber">119</context> 2596 <context context-type="linenumber">119</context>
@@ -2607,8 +2618,7 @@ The link will expire within 1 hour.</source>
2607 </trans-unit> 2618 </trans-unit>
2608 <trans-unit id="3282368691598224543" datatype="html"> 2619 <trans-unit id="3282368691598224543" datatype="html">
2609 <source>Max live duration is <x id="INTERPOLATION"/>. If your live reaches this limit, it will be automatically terminated. </source> 2620 <source>Max live duration is <x id="INTERPOLATION"/>. If your live reaches this limit, it will be automatically terminated. </source>
2610 <target state="new"> Max live duration is <x id="INTERPOLATION"/>. If your live reaches this limit, it will be automatically terminated. 2621 <target state="translated">La màxima duració en directe és <x id="INTERPOLATION"/>. Si la transmissió arriba al límit, es cancel·larà automàticament. </target>
2611</target>
2612 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.html</context><context context-type="linenumber">30</context></context-group> 2622 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.html</context><context context-type="linenumber">30</context></context-group>
2613 </trans-unit> 2623 </trans-unit>
2614 <trans-unit id="2993949426196989262" datatype="html"> 2624 <trans-unit id="2993949426196989262" datatype="html">
@@ -2628,16 +2638,12 @@ The link will expire within 1 hour.</source>
2628 </trans-unit> 2638 </trans-unit>
2629 <trans-unit id="293476877021544115" datatype="html"> 2639 <trans-unit id="293476877021544115" datatype="html">
2630 <source>Import <x id="INTERPOLATION"/></source> 2640 <source>Import <x id="INTERPOLATION"/></source>
2631 <target state="new">Import 2641 <target state="translated">Importar <x id="INTERPOLATION"/></target>
2632 <x id="INTERPOLATION" equiv-text="{{ videoName }}"/>
2633 </target>
2634 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">19</context></context-group> 2642 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">19</context></context-group>
2635 </trans-unit> 2643 </trans-unit>
2636 <trans-unit id="4766833966971572147" datatype="html"> 2644 <trans-unit id="4766833966971572147" datatype="html">
2637 <source>Upload <x id="INTERPOLATION"/></source> 2645 <source>Upload <x id="INTERPOLATION"/></source>
2638 <target state="new">Upload 2646 <target state="translated">Pujar <x id="INTERPOLATION"/></target>
2639 <x id="INTERPOLATION" equiv-text="{{ videoName }}"/>
2640 </target>
2641 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">20</context></context-group> 2647 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">20</context></context-group>
2642 </trans-unit> 2648 </trans-unit>
2643 <trans-unit id="7003826819757856838" datatype="html"> 2649 <trans-unit id="7003826819757856838" datatype="html">
@@ -2647,17 +2653,17 @@ The link will expire within 1 hour.</source>
2647 </trans-unit> 2653 </trans-unit>
2648 <trans-unit id="2061223017941329156" datatype="html"> 2654 <trans-unit id="2061223017941329156" datatype="html">
2649 <source>Import with URL</source> 2655 <source>Import with URL</source>
2650 <target state="new">Import with URL</target> 2656 <target state="translated">Importar amb URL</target>
2651 <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> 2657 <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>
2652 </trans-unit> 2658 </trans-unit>
2653 <trans-unit id="8740142697043012403" datatype="html"> 2659 <trans-unit id="8740142697043012403" datatype="html">
2654 <source>Import with torrent</source> 2660 <source>Import with torrent</source>
2655 <target state="new">Import with torrent</target> 2661 <target state="translated">Importar amb torrent</target>
2656 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">46</context></context-group> 2662 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">46</context></context-group>
2657 </trans-unit> 2663 </trans-unit>
2658 <trans-unit id="6066940329544282265" datatype="html"> 2664 <trans-unit id="6066940329544282265" datatype="html">
2659 <source>Go live</source> 2665 <source>Go live</source>
2660 <target state="new">Go live</target> 2666 <target state="translated">Posar-se en directe</target>
2661 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">56</context></context-group> 2667 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">56</context></context-group>
2662 </trans-unit> 2668 </trans-unit>
2663 <trans-unit id="3907889591911208762" datatype="html"> 2669 <trans-unit id="3907889591911208762" datatype="html">
@@ -2667,12 +2673,12 @@ The link will expire within 1 hour.</source>
2667 </trans-unit> 2673 </trans-unit>
2668 <trans-unit id="2913936134410914576" datatype="html"> 2674 <trans-unit id="2913936134410914576" datatype="html">
2669 <source>AUTOPLAY</source> 2675 <source>AUTOPLAY</source>
2670 <target state="new">AUTOPLAY</target> 2676 <target state="translated">AUTOREPRODUCCIÓ</target>
2671 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html</context><context context-type="linenumber">10</context></context-group> 2677 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html</context><context context-type="linenumber">10</context></context-group>
2672 </trans-unit> 2678 </trans-unit>
2673 <trans-unit id="4619111912751495491" datatype="html"> 2679 <trans-unit id="4619111912751495491" datatype="html">
2674 <source>Report this comment</source> 2680 <source>Report this comment</source>
2675 <target state="new">Report this comment</target> 2681 <target state="translated">Informar sobre aquest comentari</target>
2676 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">178</context></context-group> 2682 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">178</context></context-group>
2677 </trans-unit> 2683 </trans-unit>
2678 <trans-unit id="7419704019640008953"> 2684 <trans-unit id="7419704019640008953">
@@ -2683,30 +2689,28 @@ The link will expire within 1 hour.</source>
2683 </trans-unit> 2689 </trans-unit>
2684 <trans-unit id="6599497107591892109" datatype="html"> 2690 <trans-unit id="6599497107591892109" datatype="html">
2685 <source>Share the playlist</source> 2691 <source>Share the playlist</source>
2686 <target state="new">Share the playlist</target> 2692 <target state="translated">Compartir la llista de reproducció</target>
2687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">11</context></context-group> 2693 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">11</context></context-group>
2688 </trans-unit> 2694 </trans-unit>
2689 <trans-unit id="6460270615876918310" datatype="html"> 2695 <trans-unit id="6460270615876918310" datatype="html">
2690 <source>Share the playlist at this video position</source> 2696 <source>Share the playlist at this video position</source>
2691 <target state="new">Share the playlist at this video position</target> 2697 <target state="translated">Compartir la llista de reproducció en aquesta posició de vídeo</target>
2692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">58</context></context-group> 2698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">58</context></context-group>
2693 </trans-unit> 2699 </trans-unit>
2694 <trans-unit id="1253396341165671470" datatype="html"> 2700 <trans-unit id="1253396341165671470" datatype="html">
2695 <source>Share the video</source> 2701 <source>Share the video</source>
2696 <target state="new">Share the video</target> 2702 <target state="translated">Compartir el vídeo</target>
2697 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">66</context></context-group> 2703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">66</context></context-group>
2698 </trans-unit> 2704 </trans-unit>
2699 <trans-unit id="1845599966367432388" datatype="html"> 2705 <trans-unit id="1845599966367432388" datatype="html">
2700 <source>QR-Code</source> 2706 <source>QR-Code</source>
2701 <target state="new">QR-Code</target> 2707 <target state="translated">Codi QR</target>
2702 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">27</context></context-group> 2708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">27</context></context-group>
2703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">81</context></context-group> 2709 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">81</context></context-group>
2704 </trans-unit> 2710 </trans-unit>
2705 <trans-unit id="1122876732223594710" datatype="html"> 2711 <trans-unit id="1122876732223594710" datatype="html">
2706 <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> 2712 <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>
2707 <target state="new"> 2713 <target state="translated">La URL no és segura (no és HTTPS), aleshores el vídeo incrustat no funcionarà en les pàgines HTTPS (els navegadors bloquegen sol·licituds HTTP no segures en pàgines HTTPS).</target>
2708 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).
2709 </target>
2710 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">44</context></context-group> 2714 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">44</context></context-group>
2711 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">98</context></context-group> 2715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">98</context></context-group>
2712 </trans-unit> 2716 </trans-unit>
@@ -2718,26 +2722,22 @@ The link will expire within 1 hour.</source>
2718 </trans-unit> 2722 </trans-unit>
2719 <trans-unit id="6375858514817734542" datatype="html"> 2723 <trans-unit id="6375858514817734542" datatype="html">
2720 <source>Auto select subtitle</source> 2724 <source>Auto select subtitle</source>
2721 <target state="new">Auto select subtitle</target> 2725 <target state="translated">Seleccionar automàticament subtítols</target>
2722 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">128</context></context-group> 2726 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">128</context></context-group>
2723 </trans-unit> 2727 </trans-unit>
2724 <trans-unit id="2353402732767789211" datatype="html"> 2728 <trans-unit id="2353402732767789211" datatype="html">
2725 <source>More customization</source> 2729 <source>More customization</source>
2726 <target state="new"> 2730 <target state="translated">Més personalització</target>
2727 More customization
2728 </target>
2729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">223</context></context-group> 2731 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">223</context></context-group>
2730 </trans-unit> 2732 </trans-unit>
2731 <trans-unit id="1284179134768564307" datatype="html"> 2733 <trans-unit id="1284179134768564307" datatype="html">
2732 <source>Less customization</source> 2734 <source>Less customization</source>
2733 <target state="new"> 2735 <target state="translated">Menys personalització</target>
2734 Less customization
2735 </target>
2736 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">231</context></context-group> 2736 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">231</context></context-group>
2737 </trans-unit> 2737 </trans-unit>
2738 <trans-unit id="1290987288288099212" datatype="html"> 2738 <trans-unit id="1290987288288099212" datatype="html">
2739 <source>Support <x id="INTERPOLATION" equiv-text="{{ displayName }}"/></source> 2739 <source>Support <x id="INTERPOLATION" equiv-text="{{ displayName }}"/></source>
2740 <target state="new">Support <x id="INTERPOLATION" equiv-text="{{ displayName }}"/></target> 2740 <target state="translated">Suport <x id="INTERPOLATION" equiv-text="{{ displayName }}"/></target>
2741 <context-group purpose="location"> 2741 <context-group purpose="location">
2742 <context context-type="sourcefile">src/app/shared/shared-support-modal/support-modal.component.html</context> 2742 <context context-type="sourcefile">src/app/shared/shared-support-modal/support-modal.component.html</context>
2743 <context context-type="linenumber">3</context> 2743 <context context-type="linenumber">3</context>
@@ -2750,12 +2750,12 @@ The link will expire within 1 hour.</source>
2750 </trans-unit> 2750 </trans-unit>
2751 <trans-unit id="1452803153270294110" datatype="html"> 2751 <trans-unit id="1452803153270294110" datatype="html">
2752 <source>Autoplay</source> 2752 <source>Autoplay</source>
2753 <target state="new">Autoplay</target> 2753 <target state="translated">Autoreproducció</target>
2754 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">159</context></context-group> 2754 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">159</context></context-group>
2755 </trans-unit> 2755 </trans-unit>
2756 <trans-unit id="5336944753883027145" datatype="html"> 2756 <trans-unit id="5336944753883027145" datatype="html">
2757 <source>Maybe later</source> 2757 <source>Maybe later</source>
2758 <target state="new">Maybe later</target> 2758 <target state="translated">Potser en un altre moment</target>
2759 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-support-modal/support-modal.component.html</context><context context-type="linenumber">11</context></context-group> 2759 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-support-modal/support-modal.component.html</context><context context-type="linenumber">11</context></context-group>
2760 </trans-unit> 2760 </trans-unit>
2761 <trans-unit id="3959826834147169200" datatype="html"> 2761 <trans-unit id="3959826834147169200" datatype="html">
@@ -2766,47 +2766,47 @@ The link will expire within 1 hour.</source>
2766 </trans-unit> 2766 </trans-unit>
2767 <trans-unit id="2784956659778044823" datatype="html"> 2767 <trans-unit id="2784956659778044823" datatype="html">
2768 <source>Loop</source> 2768 <source>Loop</source>
2769 <target state="new">Loop</target> 2769 <target state="translated">Bucle</target>
2770 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">173</context></context-group> 2770 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">173</context></context-group>
2771 </trans-unit> 2771 </trans-unit>
2772 <trans-unit id="5908032061347078472" datatype="html"> 2772 <trans-unit id="5908032061347078472" datatype="html">
2773 <source>Use origin instance URL</source> 2773 <source>Use origin instance URL</source>
2774 <target state="new">Use origin instance URL</target> 2774 <target state="translated">Utilitzar URL de la instància d'origen</target>
2775 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">180</context></context-group> 2775 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">180</context></context-group>
2776 </trans-unit> 2776 </trans-unit>
2777 <trans-unit id="6212841954039032241" datatype="html"> 2777 <trans-unit id="6212841954039032241" datatype="html">
2778 <source>Display video title</source> 2778 <source>Display video title</source>
2779 <target state="new">Display video title</target> 2779 <target state="translated">Mostrar títol del vídeo</target>
2780 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">189</context></context-group> 2780 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">189</context></context-group>
2781 </trans-unit> 2781 </trans-unit>
2782 <trans-unit id="1068153312491986796" datatype="html"> 2782 <trans-unit id="1068153312491986796" datatype="html">
2783 <source>Display privacy warning</source> 2783 <source>Display privacy warning</source>
2784 <target state="new">Display privacy warning</target> 2784 <target state="translated">Mostrar advertència de privacitat</target>
2785 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">196</context></context-group> 2785 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">196</context></context-group>
2786 </trans-unit> 2786 </trans-unit>
2787 <trans-unit id="7540352830225038263" datatype="html"> 2787 <trans-unit id="7540352830225038263" datatype="html">
2788 <source>Display player controls</source> 2788 <source>Display player controls</source>
2789 <target state="new">Display player controls</target> 2789 <target state="translated">Mostrar controls del reproductor</target>
2790 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">203</context></context-group> 2790 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">203</context></context-group>
2791 </trans-unit> 2791 </trans-unit>
2792 <trans-unit id="805456636864344681" datatype="html"> 2792 <trans-unit id="805456636864344681" datatype="html">
2793 <source>Display PeerTube button link</source> 2793 <source>Display PeerTube button link</source>
2794 <target state="new">Display PeerTube button link</target> 2794 <target state="translated">Mostrar enllaç del botó PeerTube</target>
2795 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">210</context></context-group> 2795 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-share-modal/video-share.component.html</context><context context-type="linenumber">210</context></context-group>
2796 </trans-unit> 2796 </trans-unit>
2797 <trans-unit id="8928816882866356838" datatype="html"> 2797 <trans-unit id="8928816882866356838" datatype="html">
2798 <source>Public</source> 2798 <source>Public</source>
2799 <target state="new">Public</target> 2799 <target state="translated">Públic</target>
2800 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">11</context></context-group> 2800 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">11</context></context-group>
2801 </trans-unit> 2801 </trans-unit>
2802 <trans-unit id="4416005356063364306" datatype="html"> 2802 <trans-unit id="4416005356063364306" datatype="html">
2803 <source>This video is blocked.</source> 2803 <source>This video is blocked.</source>
2804 <target state="new">This video is blocked.</target> 2804 <target state="translated">Aquest vídeo es bloquejat</target>
2805 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context><context context-type="linenumber">22</context></context-group> 2805 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context><context context-type="linenumber">22</context></context-group>
2806 </trans-unit> 2806 </trans-unit>
2807 <trans-unit id="2482137713226830428" datatype="html"> 2807 <trans-unit id="2482137713226830428" datatype="html">
2808 <source>Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></source> 2808 <source>Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></source>
2809 <target state="new">Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></target> 2809 <target state="translated">Publicat <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></target>
2810 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">31</context></context-group> 2810 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">31</context></context-group>
2811 </trans-unit> 2811 </trans-unit>
2812 <trans-unit id="1813238393038053050" datatype="html"> 2812 <trans-unit id="1813238393038053050" datatype="html">
@@ -2816,17 +2816,17 @@ The link will expire within 1 hour.</source>
2816 </trans-unit> 2816 </trans-unit>
2817 <trans-unit id="9219888125536520293" datatype="html"> 2817 <trans-unit id="9219888125536520293" datatype="html">
2818 <source>SHARE</source> 2818 <source>SHARE</source>
2819 <target state="new">SHARE</target> 2819 <target state="translated">COMPARTIR</target>
2820 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">18</context></context-group> 2820 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">18</context></context-group>
2821 </trans-unit> 2821 </trans-unit>
2822 <trans-unit id="6671956963490165282" datatype="html"> 2822 <trans-unit id="6671956963490165282" datatype="html">
2823 <source>SAVE</source> 2823 <source>SAVE</source>
2824 <target state="new">SAVE</target> 2824 <target state="translated">GURADAR</target>
2825 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">29</context></context-group> 2825 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">29</context></context-group>
2826 </trans-unit> 2826 </trans-unit>
2827 <trans-unit id="647016352598204238" datatype="html"> 2827 <trans-unit id="647016352598204238" datatype="html">
2828 <source>DOWNLOAD</source> 2828 <source>DOWNLOAD</source>
2829 <target state="new">DOWNLOAD</target> 2829 <target state="translated">DESCARREGAR</target>
2830 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">43</context></context-group> 2830 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">43</context></context-group>
2831 </trans-unit> 2831 </trans-unit>
2832 <trans-unit id="677619204556459328"> 2832 <trans-unit id="677619204556459328">
@@ -2846,24 +2846,22 @@ The link will expire within 1 hour.</source>
2846 </trans-unit> 2846 </trans-unit>
2847 <trans-unit id="687548610091961489" datatype="html"> 2847 <trans-unit id="687548610091961489" datatype="html">
2848 <source>By <x id="INTERPOLATION"/></source> 2848 <source>By <x id="INTERPOLATION"/></source>
2849 <target state="new">By 2849 <target state="translated">Per <x id="INTERPOLATION"/></target>
2850 <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/>
2851 </target>
2852 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">71</context></context-group> 2850 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">71</context></context-group>
2853 </trans-unit> 2851 </trans-unit>
2854 <trans-unit id="1144407473317535723" datatype="html"> 2852 <trans-unit id="1144407473317535723" datatype="html">
2855 <source>Subscribe</source> 2853 <source>Subscribe</source>
2856 <target state="new">Subscribe</target> 2854 <target state="translated">Subscriure's</target>
2857 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">9</context></context-group> 2855 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">9</context></context-group>
2858 </trans-unit> 2856 </trans-unit>
2859 <trans-unit id="5432070253720498105" datatype="html"> 2857 <trans-unit id="5432070253720498105" datatype="html">
2860 <source>Subscribe to all channels</source> 2858 <source>Subscribe to all channels</source>
2861 <target state="new">Subscribe to all channels</target> 2859 <target state="translated">Subscriure's a tots els canals</target>
2862 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">11</context></context-group> 2860 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">11</context></context-group>
2863 </trans-unit> 2861 </trans-unit>
2864 <trans-unit id="7542242186854344789" datatype="html"> 2862 <trans-unit id="7542242186854344789" datatype="html">
2865 <source>channels subscribed</source> 2863 <source>channels subscribed</source>
2866 <target state="new">channels subscribed</target> 2864 <target state="translated">canals subscrits</target>
2867 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">13</context></context-group> 2865 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">13</context></context-group>
2868 </trans-unit> 2866 </trans-unit>
2869 <trans-unit id="8426539297729416784" datatype="html"> 2867 <trans-unit id="8426539297729416784" datatype="html">
@@ -2883,24 +2881,28 @@ The link will expire within 1 hour.</source>
2883 </trans-unit> 2881 </trans-unit>
2884 <trans-unit id="66785722678644243" datatype="html"> 2882 <trans-unit id="66785722678644243" datatype="html">
2885 <source>Origin</source> 2883 <source>Origin</source>
2886 <target state="new">Origin</target> 2884 <target state="translated">Origen</target>
2887 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group> 2885 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group>
2886 </trans-unit><trans-unit id="6981359593518942576" datatype="html">
2887 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2888 <context-group purpose="location">
2889 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2890 <context context-type="linenumber">14</context>
2891 </context-group>
2888 </trans-unit> 2892 </trans-unit>
2889 <trans-unit id="5139892963394684487" datatype="html"> 2893 <trans-unit id="5139892963394684487" datatype="html">
2890 <source>Originally published</source> 2894 <source>Originally published</source>
2891 <target state="new">Originally published</target> 2895 <target state="translated">Publicat originalment</target>
2892 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group> 2896
2893 </trans-unit> 2897 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2894 <trans-unit id="6402393085909200998" datatype="html"> 2898 <trans-unit id="6402393085909200998" datatype="html">
2895 <source>Friendly Reminder:</source> 2899 <source>Friendly Reminder:</source>
2896 <target state="new">Friendly Reminder: </target> 2900 <target state="translated">Recordatori amistós:</target>
2897 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">4</context></context-group> 2901 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">4</context></context-group>
2898 </trans-unit> 2902 </trans-unit>
2899 <trans-unit id="2935783216050341269" datatype="html"> 2903 <trans-unit id="2935783216050341269" datatype="html">
2900 <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> 2904 <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>
2901 <target state="new"> 2905 <target state="translated">el sistema d'ús compartit utilitzat per a aquest vídeo implica que informació tècnica sobre el teu sistema (com la direcció IP pública) pot ser enviada a altres usuaris que estiguen veient el vídeo.</target>
2902 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.
2903 </target>
2904 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">6</context></context-group> 2906 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">6</context></context-group>
2905 </trans-unit> 2907 </trans-unit>
2906 <trans-unit id="4619188387782427495"> 2908 <trans-unit id="4619188387782427495">
@@ -3276,11 +3278,6 @@ The link will expire within 1 hour.</source>
3276 <target>ID</target> 3278 <target>ID</target>
3277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3278 </trans-unit> 3280 </trans-unit>
3279 <trans-unit id="2265605798180116441" datatype="html">
3280 <source>Follower handle</source>
3281 <target state="new">Follower handle</target>
3282 <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>
3283 </trans-unit>
3284 <trans-unit id="5911214550882917183"> 3281 <trans-unit id="5911214550882917183">
3285 <source>State</source> 3282 <source>State</source>
3286 <target>Estat</target> 3283 <target>Estat</target>
@@ -3355,11 +3352,6 @@ The link will expire within 1 hour.</source>
3355 </target> 3352 </target>
3356 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3353 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3357 </trans-unit> 3354 </trans-unit>
3358 <trans-unit id="6641024648411549335">
3359 <source>Host</source>
3360 <target>Amfitrió</target>
3361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3362 </trans-unit>
3363 <trans-unit id="6571718060636962350" datatype="html"> 3355 <trans-unit id="6571718060636962350" datatype="html">
3364 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3356 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3365 <target state="new">Redundancy allowed 3357 <target state="new">Redundancy allowed
@@ -3372,7 +3364,7 @@ The link will expire within 1 hour.</source>
3372 <source>Unfollow</source> 3364 <source>Unfollow</source>
3373 <target state="new">Unfollow</target> 3365 <target state="new">Unfollow</target>
3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group>
3375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group>
3376 </trans-unit> 3368 </trans-unit>
3377 <trans-unit id="8246779176913476983" datatype="html"> 3369 <trans-unit id="8246779176913476983" datatype="html">
3378 <source>Open instance in a new tab</source> 3370 <source>Open instance in a new tab</source>
@@ -3384,12 +3376,12 @@ The link will expire within 1 hour.</source>
3384 <trans-unit id="9132918641931433659" datatype="html"> 3376 <trans-unit id="9132918641931433659" datatype="html">
3385 <source>No host found matching current filters.</source> 3377 <source>No host found matching current filters.</source>
3386 <target state="new">No host found matching current filters.</target> 3378 <target state="new">No host found matching current filters.</target>
3387 <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> 3379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group>
3388 </trans-unit> 3380 </trans-unit>
3389 <trans-unit id="7274241885665071790" datatype="html"> 3381 <trans-unit id="7274241885665071790" datatype="html">
3390 <source>Your instance is not following anyone.</source> 3382 <source>Your instance is not following anyone.</source>
3391 <target state="new">Your instance is not following anyone.</target> 3383 <target state="new">Your instance is not following anyone.</target>
3392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3384 <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>
3393 </trans-unit> 3385 </trans-unit>
3394 <trans-unit id="4774348799569692380" datatype="html"> 3386 <trans-unit id="4774348799569692380" datatype="html">
3395 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3387 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
@@ -3400,16 +3392,6 @@ The link will expire within 1 hour.</source>
3400 </target> 3392 </target>
3401 <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> 3393 <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>
3402 </trans-unit> 3394 </trans-unit>
3403 <trans-unit id="6275803119759621687" datatype="html">
3404 <source>Follow domains</source>
3405 <target state="new">Follow domains</target>
3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3407 </trans-unit>
3408 <trans-unit id="1268699198448750610" datatype="html">
3409 <source>Follow instances</source>
3410 <target state="new">Follow instances</target>
3411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3412 </trans-unit>
3413 <trans-unit id="9216117865911519658" datatype="html"> 3395 <trans-unit id="9216117865911519658" datatype="html">
3414 <source>Action</source> 3396 <source>Action</source>
3415 <target state="new">Action</target> 3397 <target state="new">Action</target>
@@ -3438,9 +3420,9 @@ The link will expire within 1 hour.</source>
3438 <trans-unit id="8286337167859377104"> 3420 <trans-unit id="8286337167859377104">
3439 <source>Create user</source> 3421 <source>Create user</source>
3440 <target>Afegeix un usuari</target> 3422 <target>Afegeix un usuari</target>
3441 3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group>
3442 3424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group>
3443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3425 </trans-unit>
3444 <trans-unit id="8363291180171434623" datatype="html"> 3426 <trans-unit id="8363291180171434623" datatype="html">
3445 <source>Table parameters</source> 3427 <source>Table parameters</source>
3446 <target state="new">Table parameters</target> 3428 <target state="new">Table parameters</target>
@@ -3459,10 +3441,11 @@ The link will expire within 1 hour.</source>
3459 <trans-unit id="5248717555542428023"> 3441 <trans-unit id="5248717555542428023">
3460 <source>Username</source> 3442 <source>Username</source>
3461 <target>Nom d'usuari</target> 3443 <target>Nom d'usuari</target>
3462 <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>
3463 <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>
3464 <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> 3444 <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>
3465 <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> 3445 <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>
3446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</context></context-group>
3447 <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>
3448 <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>
3466 </trans-unit> 3449 </trans-unit>
3467 <trans-unit id="5428411040014095392" datatype="html"> 3450 <trans-unit id="5428411040014095392" datatype="html">
3468 <source>e.g. jane_doe</source> 3451 <source>e.g. jane_doe</source>
@@ -3495,6 +3478,7 @@ The link will expire within 1 hour.</source>
3495 <target>Rol</target> 3478 <target>Rol</target>
3496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3497 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group>
3498 </trans-unit> 3482 </trans-unit>
3499 <trans-unit id="7046347992315328430" datatype="html"> 3483 <trans-unit id="7046347992315328430" datatype="html">
3500 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3484 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
@@ -3520,14 +3504,9 @@ The link will expire within 1 hour.</source>
3520 <trans-unit id="2622255144026150901" datatype="html"> 3504 <trans-unit id="2622255144026150901" datatype="html">
3521 <source>Auth plugin</source> 3505 <source>Auth plugin</source>
3522 <target state="new">Auth plugin</target> 3506 <target state="new">Auth plugin</target>
3523 <context-group purpose="location"> 3507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3524 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3525 <context context-type="linenumber">188</context> 3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group>
3526 </context-group>
3527 <context-group purpose="location">
3528 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3529 <context context-type="linenumber">188</context>
3530 </context-group>
3531 </trans-unit> 3510 </trans-unit>
3532 <trans-unit id="588099657508661970" datatype="html"> 3511 <trans-unit id="588099657508661970" datatype="html">
3533 <source>None (local authentication)</source> 3512 <source>None (local authentication)</source>
@@ -3794,6 +3773,14 @@ The link will expire within 1 hour.</source>
3794 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3773 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3795 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3774 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3796 </trans-unit> 3775 </trans-unit>
3776 <trans-unit id="8390803680962035202" datatype="html">
3777 <source>Follower</source>
3778 <target state="new">Follower</target>
3779 <context-group purpose="location">
3780 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3781 <context context-type="linenumber">24</context>
3782 </context-group>
3783 </trans-unit>
3797 <trans-unit id="4691552465058437520" datatype="html"> 3784 <trans-unit id="4691552465058437520" datatype="html">
3798 <source>Commented video</source> 3785 <source>Commented video</source>
3799 <target state="new">Commented video</target> 3786 <target state="new">Commented video</target>
@@ -3838,43 +3825,28 @@ The link will expire within 1 hour.</source>
3838 <trans-unit id="1807029821872995706" datatype="html"> 3825 <trans-unit id="1807029821872995706" datatype="html">
3839 <source>Unsolved reports</source> 3826 <source>Unsolved reports</source>
3840 <target state="new">Unsolved reports</target> 3827 <target state="new">Unsolved reports</target>
3841 <context-group purpose="location"> 3828
3842 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3829 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3843 <context context-type="linenumber">42</context>
3844 </context-group>
3845 </trans-unit>
3846 <trans-unit id="2570256912317308673" datatype="html"> 3830 <trans-unit id="2570256912317308673" datatype="html">
3847 <source>Accepted reports</source> 3831 <source>Accepted reports</source>
3848 <target state="new">Accepted reports</target> 3832 <target state="new">Accepted reports</target>
3849 <context-group purpose="location"> 3833
3850 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3851 <context context-type="linenumber">46</context>
3852 </context-group>
3853 </trans-unit>
3854 <trans-unit id="4335414817109654558" datatype="html"> 3835 <trans-unit id="4335414817109654558" datatype="html">
3855 <source>Refused reports</source> 3836 <source>Refused reports</source>
3856 <target state="new">Refused reports</target> 3837 <target state="new">Refused reports</target>
3857 <context-group purpose="location"> 3838
3858 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3839 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3859 <context context-type="linenumber">50</context>
3860 </context-group>
3861 </trans-unit>
3862 <trans-unit id="5604806676748121035" datatype="html"> 3840 <trans-unit id="5604806676748121035" datatype="html">
3863 <source>Reports with blocked videos</source> 3841 <source>Reports with blocked videos</source>
3864 <target state="new">Reports with blocked videos</target> 3842 <target state="new">Reports with blocked videos</target>
3865 <context-group purpose="location"> 3843
3866 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3844 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3867 <context context-type="linenumber">54</context>
3868 </context-group>
3869 </trans-unit>
3870 <trans-unit id="5105869928182826553" datatype="html"> 3845 <trans-unit id="5105869928182826553" datatype="html">
3871 <source>Reports with deleted videos</source> 3846 <source>Reports with deleted videos</source>
3872 <target state="new">Reports with deleted videos</target> 3847 <target state="new">Reports with deleted videos</target>
3873 <context-group purpose="location"> 3848
3874 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3849 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3875 <context context-type="linenumber">58</context>
3876 </context-group>
3877 </trans-unit>
3878 <trans-unit id="4678289986918934018" datatype="html"> 3850 <trans-unit id="4678289986918934018" datatype="html">
3879 <source>Block reason:</source> 3851 <source>Block reason:</source>
3880 <target state="new">Block reason:</target> 3852 <target state="new">Block reason:</target>
@@ -3893,19 +3865,13 @@ The link will expire within 1 hour.</source>
3893 <trans-unit id="7755288609601798418" datatype="html"> 3865 <trans-unit id="7755288609601798418" datatype="html">
3894 <source>Automatic blocks</source> 3866 <source>Automatic blocks</source>
3895 <target state="new">Automatic blocks</target> 3867 <target state="new">Automatic blocks</target>
3896 <context-group purpose="location"> 3868
3897 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3898 <context context-type="linenumber">31</context>
3899 </context-group>
3900 </trans-unit>
3901 <trans-unit id="6510868134640657079" datatype="html"> 3870 <trans-unit id="6510868134640657079" datatype="html">
3902 <source>Manual blocks</source> 3871 <source>Manual blocks</source>
3903 <target state="new">Manual blocks</target> 3872 <target state="new">Manual blocks</target>
3904 <context-group purpose="location"> 3873
3905 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3906 <context context-type="linenumber">35</context>
3907 </context-group>
3908 </trans-unit>
3909 <trans-unit id="2143435845912984377" datatype="html"> 3875 <trans-unit id="2143435845912984377" datatype="html">
3910 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3876 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3911 <target state="new">Showing 3877 <target state="new">Showing
@@ -4083,11 +4049,11 @@ The link will expire within 1 hour.</source>
4083 <trans-unit id="2381859602529023966"> 4049 <trans-unit id="2381859602529023966">
4084 <source>Instance</source> 4050 <source>Instance</source>
4085 <target>Instància</target> 4051 <target>Instància</target>
4086 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4052
4087 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 4053
4088 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 4054
4089 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 4055
4090 </trans-unit> 4056 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
4091 <trans-unit id="1300704815627663264" datatype="html"> 4057 <trans-unit id="1300704815627663264" datatype="html">
4092 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 4058 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
4093 <target state="new">Muted at 4059 <target state="new">Muted at
@@ -4134,7 +4100,7 @@ The link will expire within 1 hour.</source>
4134 <target state="new"> 4100 <target state="new">
4135 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4101 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4136 </target> 4102 </target>
4137 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 4103 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group>
4138 </trans-unit> 4104 </trans-unit>
4139 <trans-unit id="4058814854824495833" datatype="html"> 4105 <trans-unit id="4058814854824495833" datatype="html">
4140 <source>Mute domains</source> 4106 <source>Mute domains</source>
@@ -4206,14 +4172,14 @@ The link will expire within 1 hour.</source>
4206 <trans-unit id="4580988005648117665"> 4172 <trans-unit id="4580988005648117665">
4207 <source>Search</source> 4173 <source>Search</source>
4208 <target>Cerca</target> 4174 <target>Cerca</target>
4209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group> 4175
4210 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 4176
4211 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group> 4177
4212 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group> 4178
4213 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group> 4179
4214 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group> 4180
4215 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group> 4181
4216 </trans-unit> 4182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
4217 <trans-unit id="8630916846096019339" datatype="html"> 4183 <trans-unit id="8630916846096019339" datatype="html">
4218 <source>Users can resolve distant content</source> 4184 <source>Users can resolve distant content</source>
4219 <target state="new">Users can resolve distant content</target> 4185 <target state="new">Users can resolve distant content</target>
@@ -6144,10 +6110,7 @@ color: red;
6144 <trans-unit id="5512878593724620692" datatype="html"> 6110 <trans-unit id="5512878593724620692" datatype="html">
6145 <source>CHANNELS</source> 6111 <source>CHANNELS</source>
6146 <target state="new">CHANNELS</target> 6112 <target state="new">CHANNELS</target>
6147 <context-group purpose="location"> 6113 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group>
6148 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
6149 <context context-type="linenumber">82</context>
6150 </context-group>
6151 </trans-unit> 6114 </trans-unit>
6152 <trans-unit id="3666829335406793239" datatype="html"> 6115 <trans-unit id="3666829335406793239" datatype="html">
6153 <source>This account does not have channels.</source> 6116 <source>This account does not have channels.</source>
@@ -6194,6 +6157,14 @@ It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not
6194channel with the same name (<x id="PH_2"/>)!</target> 6157channel with the same name (<x id="PH_2"/>)!</target>
6195 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 6158 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
6196 </trans-unit> 6159 </trans-unit>
6160 <trans-unit id="4433306639366959484" datatype="html">
6161 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source>
6162 <target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
6163 <context-group purpose="location">
6164 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
6165 <context context-type="linenumber">48</context>
6166 </context-group>
6167 </trans-unit>
6197 <trans-unit id="5387007581996837469" datatype="html"> 6168 <trans-unit id="5387007581996837469" datatype="html">
6198 <source>My Channels</source> 6169 <source>My Channels</source>
6199 <target state="new">My Channels</target> 6170 <target state="new">My Channels</target>
@@ -6782,12 +6753,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6782 <trans-unit id="6979021199788941693" datatype="html"> 6753 <trans-unit id="6979021199788941693" datatype="html">
6783 <source>Your message has been sent.</source> 6754 <source>Your message has been sent.</source>
6784 <target state="new">Your message has been sent.</target> 6755 <target state="new">Your message has been sent.</target>
6785 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group> 6756 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group>
6786 </trans-unit> 6757 </trans-unit>
6787 <trans-unit id="2072135752262464360" datatype="html"> 6758 <trans-unit id="2072135752262464360" datatype="html">
6788 <source>You already sent this form recently</source> 6759 <source>You already sent this form recently</source>
6789 <target state="new">You already sent this form recently</target> 6760 <target state="new">You already sent this form recently</target>
6790 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group> 6761 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group>
6791 </trans-unit> 6762 </trans-unit>
6792 <trans-unit id="819067926858619041" datatype="html"> 6763 <trans-unit id="819067926858619041" datatype="html">
6793 <source>Account videos</source> 6764 <source>Account videos</source>
@@ -6835,12 +6806,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6835 <target state="new"> 6806 <target state="new">
6836 <x id="PH"/> direct account followers 6807 <x id="PH"/> direct account followers
6837 </target> 6808 </target>
6838 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6809 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group>
6839 </trans-unit> 6810 </trans-unit>
6840 <trans-unit id="6250999352462648289" datatype="html"> 6811 <trans-unit id="6250999352462648289" datatype="html">
6841 <source>Report this account</source> 6812 <source>Report this account</source>
6842 <target state="new">Report this account</target> 6813 <target state="new">Report this account</target>
6843 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6814 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group>
6844 </trans-unit> 6815 </trans-unit>
6845 <trans-unit id="1504521795586863905" datatype="html"> 6816 <trans-unit id="1504521795586863905" datatype="html">
6846 <source>VIDEOS</source> 6817 <source>VIDEOS</source>
@@ -6851,30 +6822,18 @@ channel with the same name (<x id="PH_2"/>)!</target>
6851 <trans-unit id="25349740244798533" datatype="html"> 6822 <trans-unit id="25349740244798533" datatype="html">
6852 <source>Username copied</source> 6823 <source>Username copied</source>
6853 <target state="new">Username copied</target> 6824 <target state="new">Username copied</target>
6854 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6825 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group>
6855 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6826 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group>
6856 </trans-unit> 6827 </trans-unit>
6857 <trans-unit id="9221735175659318025" datatype="html"> 6828 <trans-unit id="9221735175659318025" datatype="html">
6858 <source>1 subscriber</source> 6829 <source>1 subscriber</source>
6859 <target state="new">1 subscriber</target> 6830 <target state="new">1 subscriber</target>
6860 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6831 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group>
6861 </trans-unit> 6832 </trans-unit>
6862 <trans-unit id="4097331874769079975" datatype="html"> 6833 <trans-unit id="4097331874769079975" datatype="html">
6863 <source><x id="PH"/> subscribers</source> 6834 <source><x id="PH"/> subscribers</source>
6864 <target state="new"><x id="PH"/> subscribers</target> 6835 <target state="new"><x id="PH"/> subscribers</target>
6865 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6836 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group>
6866 </trans-unit>
6867 <trans-unit id="4682675125751819107" datatype="html">
6868 <source>Instances you follow</source>
6869 <target state="new">Instances you follow</target>
6870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6872 </trans-unit>
6873 <trans-unit id="8899833753704589712" datatype="html">
6874 <source>Instances following you</source>
6875 <target state="new">Instances following you</target>
6876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6878 </trans-unit> 6837 </trans-unit>
6879 <trans-unit id="1035838766454786107" datatype="html"> 6838 <trans-unit id="1035838766454786107" datatype="html">
6880 <source>Audio-only</source> 6839 <source>Audio-only</source>
@@ -6926,6 +6885,14 @@ channel with the same name (<x id="PH_2"/>)!</target>
6926 <target state="new">Auto (via ffmpeg)</target> 6885 <target state="new">Auto (via ffmpeg)</target>
6927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6928 </trans-unit> 6887 </trans-unit>
6888 <trans-unit id="3642770981085338761" datatype="html">
6889 <source>Followers of your instance</source>
6890 <target state="new">Followers of your instance</target>
6891 <context-group purpose="location">
6892 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6893 <context context-type="linenumber">3</context>
6894 </context-group>
6895 </trans-unit>
6929 <trans-unit id="931255636742351800" datatype="html"> 6896 <trans-unit id="931255636742351800" datatype="html">
6930 <source>No limit</source> 6897 <source>No limit</source>
6931 <target state="new">No limit</target> 6898 <target state="new">No limit</target>
@@ -7075,17 +7042,40 @@ channel with the same name (<x id="PH_2"/>)!</target>
7075 <trans-unit id="2127446333083057097" datatype="html"> 7042 <trans-unit id="2127446333083057097" datatype="html">
7076 <source>Domain is required.</source> 7043 <source>Domain is required.</source>
7077 <target state="new">Domain is required.</target> 7044 <target state="new">Domain is required.</target>
7078 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 7045 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group>
7046 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group>
7079 </trans-unit> 7047 </trans-unit>
7080 <trans-unit id="6780793142903080663" datatype="html"> 7048 <trans-unit id="7951488350851416577" datatype="html">
7081 <source>Domains entered are invalid.</source> 7049 <source>Hosts entered are invalid.</source>
7082 <target state="new">Domains entered are invalid.</target> 7050 <target state="new">Hosts entered are invalid.</target>
7083 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 7051 <context-group purpose="location">
7052 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7053 <context context-type="linenumber">93</context>
7054 </context-group>
7055 </trans-unit>
7056 <trans-unit id="1469559036084108672" datatype="html">
7057 <source>Hosts entered contain duplicates.</source>
7058 <target state="new">Hosts entered contain duplicates.</target>
7059 <context-group purpose="location">
7060 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7061 <context context-type="linenumber">94</context>
7062 </context-group>
7063 </trans-unit>
7064 <trans-unit id="5991533283446904296" datatype="html">
7065 <source>Hosts or handles are invalid.</source>
7066 <target state="new">Hosts or handles are invalid.</target>
7067 <context-group purpose="location">
7068 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7069 <context context-type="linenumber">102</context>
7070 </context-group>
7084 </trans-unit> 7071 </trans-unit>
7085 <trans-unit id="5886492514458202177" datatype="html"> 7072 <trans-unit id="6759198394434886237" datatype="html">
7086 <source>Domains entered contain duplicates.</source> 7073 <source>Hosts or handles contain duplicates.</source>
7087 <target state="new">Domains entered contain duplicates.</target> 7074 <target state="new">Hosts or handles contain duplicates.</target>
7088 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 7075 <context-group purpose="location">
7076 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7077 <context context-type="linenumber">103</context>
7078 </context-group>
7089 </trans-unit> 7079 </trans-unit>
7090 <trans-unit id="240806681889331244"> 7080 <trans-unit id="240806681889331244">
7091 <source>Unlimited</source> 7081 <source>Unlimited</source>
@@ -7247,24 +7237,57 @@ channel with the same name (<x id="PH_2"/>)!</target>
7247 </target> 7237 </target>
7248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 7238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
7249 </trans-unit> 7239 </trans-unit>
7240 <trans-unit id="6018246591673612412" datatype="html">
7241 <source>Follow</source>
7242 <target state="new">Follow</target>
7243 <context-group purpose="location">
7244 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7245 <context context-type="linenumber">3</context>
7246 </context-group>
7247 <context-group purpose="location">
7248 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7249 <context context-type="linenumber">37</context>
7250 </context-group>
7251 <context-group purpose="location">
7252 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7253 <context context-type="linenumber">18</context>
7254 </context-group>
7255 </trans-unit>
7256 <trans-unit id="3596798855644241001" datatype="html">
7257 <source>1 host (without "http://"), account handle or channel handle per line</source>
7258 <target state="new">1 host (without "http://"), account handle or channel handle per line</target>
7259 <context-group purpose="location">
7260 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7261 <context context-type="linenumber">11</context>
7262 </context-group>
7263 </trans-unit>
7250 <trans-unit id="2740793005745065895"> 7264 <trans-unit id="2740793005745065895">
7251 <source><x id="PH"/> is not valid </source> 7265 <source><x id="PH"/> is not valid </source>
7252 <target> 7266 <target>
7253 <x id="PH"/> no és vàlid 7267 <x id="PH"/> no és vàlid
7254 </target> 7268 </target>
7255 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 7269 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group>
7270 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group>
7256 </trans-unit> 7271 </trans-unit>
7257 <trans-unit id="2355066641781598196"> 7272 <trans-unit id="2355066641781598196">
7258 <source>Follow request(s) sent!</source> 7273 <source>Follow request(s) sent!</source>
7259 <target>Sol·licituds de seguiment enviades!</target> 7274 <target>Sol·licituds de seguiment enviades!</target>
7260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 7275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group>
7276 </trans-unit>
7277 <trans-unit id="3459358413436264734" datatype="html">
7278 <source>Your instance subscriptions</source>
7279 <target state="new">Your instance subscriptions</target>
7280 <context-group purpose="location">
7281 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7282 <context context-type="linenumber">3</context>
7283 </context-group>
7261 </trans-unit> 7284 </trans-unit>
7262 <trans-unit id="4245720728052819482"> 7285 <trans-unit id="4245720728052819482">
7263 <source>Do you really want to unfollow <x id="PH"/>?</source> 7286 <source>Do you really want to unfollow <x id="PH"/>?</source>
7264 <target>Realment vols deixar de seguir 7287 <target>Realment vols deixar de seguir
7265 <x id="PH"/>? 7288 <x id="PH"/>?
7266 </target> 7289 </target>
7267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 7290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group>
7268 </trans-unit> 7291 </trans-unit>
7269 <trans-unit id="9160510009013134726"> 7292 <trans-unit id="9160510009013134726">
7270 <source>Unfollow</source> 7293 <source>Unfollow</source>
@@ -7276,7 +7299,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7276 <target>Ja no segueixes a 7299 <target>Ja no segueixes a
7277 <x id="PH"/> . 7300 <x id="PH"/> .
7278 </target> 7301 </target>
7279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 7302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group>
7280 </trans-unit> 7303 </trans-unit>
7281 <trans-unit id="2593763089859685916" datatype="html"> 7304 <trans-unit id="2593763089859685916" datatype="html">
7282 <source>enabled</source> 7305 <source>enabled</source>
@@ -7395,125 +7418,125 @@ channel with the same name (<x id="PH_2"/>)!</target>
7395 <trans-unit id="6473213678768782133" datatype="html"> 7418 <trans-unit id="6473213678768782133" datatype="html">
7396 <source>Internal actions</source> 7419 <source>Internal actions</source>
7397 <target state="new">Internal actions</target> 7420 <target state="new">Internal actions</target>
7398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7421
7399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7422
7400 </trans-unit> 7423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7401 <trans-unit id="4559872264406386913" datatype="html"> 7424 <trans-unit id="4559872264406386913" datatype="html">
7402 <source>Delete report</source> 7425 <source>Delete report</source>
7403 <target state="new">Delete report</target> 7426 <target state="new">Delete report</target>
7404 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7427
7405 </trans-unit> 7428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7406 <trans-unit id="5793550984155962433" datatype="html"> 7429 <trans-unit id="5793550984155962433" datatype="html">
7407 <source>Actions for the flagged account</source> 7430 <source>Actions for the flagged account</source>
7408 <target state="new">Actions for the flagged account</target> 7431 <target state="new">Actions for the flagged account</target>
7409 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7432
7410 </trans-unit> 7433 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7411 <trans-unit id="1679841953757186358" datatype="html"> 7434 <trans-unit id="1679841953757186358" datatype="html">
7412 <source>Mark as accepted</source> 7435 <source>Mark as accepted</source>
7413 <target state="new">Mark as accepted</target> 7436 <target state="new">Mark as accepted</target>
7414 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7437
7415 </trans-unit> 7438 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7416 <trans-unit id="7993358694073742566" datatype="html"> 7439 <trans-unit id="7993358694073742566" datatype="html">
7417 <source>Mark as rejected</source> 7440 <source>Mark as rejected</source>
7418 <target state="new">Mark as rejected</target> 7441 <target state="new">Mark as rejected</target>
7419 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7442
7420 </trans-unit> 7443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7421 <trans-unit id="4175703770051343108" datatype="html"> 7444 <trans-unit id="4175703770051343108" datatype="html">
7422 <source>Add internal note</source> 7445 <source>Add internal note</source>
7423 <target state="new">Add internal note</target> 7446 <target state="new">Add internal note</target>
7424 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7447
7425 </trans-unit> 7448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7426 <trans-unit id="296166371893775555" datatype="html"> 7449 <trans-unit id="296166371893775555" datatype="html">
7427 <source>Actions for the video</source> 7450 <source>Actions for the video</source>
7428 <target state="new">Actions for the video</target> 7451 <target state="new">Actions for the video</target>
7429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7452
7430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7453
7431 </trans-unit> 7454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7432 <trans-unit id="3924877328520650445" datatype="html"> 7455 <trans-unit id="3924877328520650445" datatype="html">
7433 <source>Block video</source> 7456 <source>Block video</source>
7434 <target state="new">Block video</target> 7457 <target state="new">Block video</target>
7435 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7458
7436 </trans-unit> 7459 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7437 <trans-unit id="4762794934098378428" datatype="html"> 7460 <trans-unit id="4762794934098378428" datatype="html">
7438 <source>Video blocked.</source> 7461 <source>Video blocked.</source>
7439 <target state="new">Video blocked.</target> 7462 <target state="new">Video blocked.</target>
7440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7463
7441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7464
7442 </trans-unit> 7465 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7443 <trans-unit id="4328862996304258770" datatype="html"> 7466 <trans-unit id="4328862996304258770" datatype="html">
7444 <source>Unblock video</source> 7467 <source>Unblock video</source>
7445 <target state="new">Unblock video</target> 7468 <target state="new">Unblock video</target>
7446 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7469
7447 </trans-unit> 7470 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7448 <trans-unit id="9065327551191479877" datatype="html"> 7471 <trans-unit id="9065327551191479877" datatype="html">
7449 <source>Video unblocked.</source> 7472 <source>Video unblocked.</source>
7450 <target state="new">Video unblocked.</target> 7473 <target state="new">Video unblocked.</target>
7451 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7474
7452 </trans-unit> 7475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7453 <trans-unit id="1250415136605923486" datatype="html"> 7476 <trans-unit id="1250415136605923486" datatype="html">
7454 <source>Do you really want to delete this abuse report?</source> 7477 <source>Do you really want to delete this abuse report?</source>
7455 <target state="new">Do you really want to delete this abuse report?</target> 7478 <target state="new">Do you really want to delete this abuse report?</target>
7456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7479
7457 </trans-unit> 7480 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7458 <trans-unit id="3482559157143817408" datatype="html"> 7481 <trans-unit id="3482559157143817408" datatype="html">
7459 <source>Abuse deleted.</source> 7482 <source>Abuse deleted.</source>
7460 <target state="new">Abuse deleted.</target> 7483 <target state="new">Abuse deleted.</target>
7461 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7484
7462 </trans-unit> 7485 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7463 <trans-unit id="6282990098351939529" datatype="html"> 7486 <trans-unit id="6282990098351939529" datatype="html">
7464 <source>Deleted comment</source> 7487 <source>Deleted comment</source>
7465 <target state="new">Deleted comment</target> 7488 <target state="new">Deleted comment</target>
7466 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7489
7467 </trans-unit> 7490 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7468 <trans-unit id="9196775343330824083" datatype="html"> 7491 <trans-unit id="9196775343330824083" datatype="html">
7469 <source>Messages with reporter</source> 7492 <source>Messages with reporter</source>
7470 <target state="new">Messages with reporter</target> 7493 <target state="new">Messages with reporter</target>
7471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7494
7472 </trans-unit> 7495 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7473 <trans-unit id="8770468575924421391" datatype="html"> 7496 <trans-unit id="8770468575924421391" datatype="html">
7474 <source>Messages with moderators</source> 7497 <source>Messages with moderators</source>
7475 <target state="new">Messages with moderators</target> 7498 <target state="new">Messages with moderators</target>
7476 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7499
7477 </trans-unit> 7500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7478 <trans-unit id="8528549800795985099" datatype="html"> 7501 <trans-unit id="8528549800795985099" datatype="html">
7479 <source>Update internal note</source> 7502 <source>Update internal note</source>
7480 <target state="new">Update internal note</target> 7503 <target state="new">Update internal note</target>
7481 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7504
7482 </trans-unit> 7505 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7483 <trans-unit id="3962242315365992494" datatype="html"> 7506 <trans-unit id="3962242315365992494" datatype="html">
7484 <source>Switch video block to manual</source> 7507 <source>Switch video block to manual</source>
7485 <target state="new">Switch video block to manual</target> 7508 <target state="new">Switch video block to manual</target>
7486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7509
7487 </trans-unit> 7510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7488 <trans-unit id="6906423861055262169" datatype="html"> 7511 <trans-unit id="6906423861055262169" datatype="html">
7489 <source>Video <x id="PH"/> switched to manual block.</source> 7512 <source>Video <x id="PH"/> switched to manual block.</source>
7490 <target state="new">Video 7513 <target state="new">Video
7491 <x id="PH"/> switched to manual block. 7514 <x id="PH"/> switched to manual block.
7492 </target> 7515 </target>
7493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7516
7494 </trans-unit> 7517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7495 <trans-unit id="7293356040886494773" datatype="html"> 7518 <trans-unit id="7293356040886494773" datatype="html">
7496 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7519 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7497 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7520 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7498 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group> 7521
7499 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group> 7522
7500 </trans-unit> 7523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7501 <trans-unit id="4859202148272511129" datatype="html"> 7524 <trans-unit id="4859202148272511129" datatype="html">
7502 <source>Unblock</source> 7525 <source>Unblock</source>
7503 <target state="new">Unblock</target> 7526 <target state="new">Unblock</target>
7504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group> 7527
7505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group> 7528
7506 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group> 7529
7507 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group> 7530
7508 </trans-unit> 7531 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7509 <trans-unit id="4922469417589203720" datatype="html"> 7532 <trans-unit id="4922469417589203720" datatype="html">
7510 <source>Video <x id="PH"/> unblocked.</source> 7533 <source>Video <x id="PH"/> unblocked.</source>
7511 <target state="new">Video 7534 <target state="new">Video
7512 <x id="PH"/> unblocked. 7535 <x id="PH"/> unblocked.
7513 </target> 7536 </target>
7514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group> 7537
7515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group> 7538
7516 </trans-unit> 7539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7517 <trans-unit id="6286037250766429054" datatype="html"> 7540 <trans-unit id="6286037250766429054" datatype="html">
7518 <source>yes</source> 7541 <source>yes</source>
7519 <target state="new">yes</target> 7542 <target state="new">yes</target>
@@ -7768,7 +7791,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7768 <trans-unit id="1519954996184640001"> 7791 <trans-unit id="1519954996184640001">
7769 <source>Error</source> 7792 <source>Error</source>
7770 <target>Error</target> 7793 <target>Error</target>
7771 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7794 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group>
7772 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7795 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group>
7773 </trans-unit> 7796 </trans-unit>
7774 <trans-unit id="5076187961693950167" datatype="html"> 7797 <trans-unit id="5076187961693950167" datatype="html">
@@ -7786,8 +7809,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7786 <target>Usuari 7809 <target>Usuari
7787 <x id="PH"/> creat. 7810 <x id="PH"/> creat.
7788 </target> 7811 </target>
7789 7812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group>
7790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 7813 </trans-unit>
7791 <trans-unit id="8286337167859377104" datatype="html"> 7814 <trans-unit id="8286337167859377104" datatype="html">
7792 <source>Create user</source> 7815 <source>Create user</source>
7793 <target state="new">Create user</target> 7816 <target state="new">Create user</target>
@@ -7815,16 +7838,6 @@ channel with the same name (<x id="PH_2"/>)!</target>
7815 <target state="new">Update user password</target> 7838 <target state="new">Update user password</target>
7816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7817 </trans-unit> 7840 </trans-unit>
7818 <trans-unit id="177544274549739411" datatype="html">
7819 <source>Following list</source>
7820 <target state="new">Following list</target>
7821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7822 </trans-unit>
7823 <trans-unit id="8092429110007204784" datatype="html">
7824 <source>Followers list</source>
7825 <target state="new">Followers list</target>
7826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7827 </trans-unit>
7828 <trans-unit id="780323526182667308" datatype="html"> 7841 <trans-unit id="780323526182667308" datatype="html">
7829 <source>User <x id="PH"/> updated.</source> 7842 <source>User <x id="PH"/> updated.</source>
7830 <target state="new">User 7843 <target state="new">User
@@ -7864,16 +7877,6 @@ channel with the same name (<x id="PH_2"/>)!</target>
7864 <target state="new">Federation</target> 7877 <target state="new">Federation</target>
7865 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7866 </trans-unit> 7879 </trans-unit>
7867 <trans-unit id="4682675125751819107" datatype="html">
7868 <source>Instances you follow</source>
7869 <target state="new">Instances you follow</target>
7870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7871 </trans-unit>
7872 <trans-unit id="8899833753704589712" datatype="html">
7873 <source>Instances following you</source>
7874 <target state="new">Instances following you</target>
7875 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7876 </trans-unit>
7877 <trans-unit id="3767259920053407667" datatype="html"> 7880 <trans-unit id="3767259920053407667" datatype="html">
7878 <source>Videos will be deleted, comments will be tombstoned.</source> 7881 <source>Videos will be deleted, comments will be tombstoned.</source>
7879 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7882 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7905,6 +7908,30 @@ channel with the same name (<x id="PH_2"/>)!</target>
7905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group> 7908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7906 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group> 7909 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7907 </trans-unit> 7910 </trans-unit>
7911 <trans-unit id="4207916966377787111" datatype="html">
7912 <source>Created</source>
7913 <target state="new">Created</target>
7914 <context-group purpose="location">
7915 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7916 <context context-type="linenumber">115</context>
7917 </context-group>
7918 </trans-unit>
7919 <trans-unit id="8140268298586972139" datatype="html">
7920 <source>Daily quota</source>
7921 <target state="new">Daily quota</target>
7922 <context-group purpose="location">
7923 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7924 <context context-type="linenumber">120</context>
7925 </context-group>
7926 </trans-unit>
7927 <trans-unit id="7910076708497708162" datatype="html">
7928 <source>Last login</source>
7929 <target state="new">Last login</target>
7930 <context-group purpose="location">
7931 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7932 <context context-type="linenumber">122</context>
7933 </context-group>
7934 </trans-unit>
7908 <trans-unit id="3403978719736970622" datatype="html"> 7935 <trans-unit id="3403978719736970622" datatype="html">
7909 <source>You cannot ban root.</source> 7936 <source>You cannot ban root.</source>
7910 <target state="new">You cannot ban root.</target> 7937 <target state="new">You cannot ban root.</target>
@@ -8217,12 +8244,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8217 <target>Canal de vídeo 8244 <target>Canal de vídeo
8218 <x id="PH"/> creat. 8245 <x id="PH"/> creat.
8219 </target> 8246 </target>
8220 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 8247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group>
8221 </trans-unit> 8248 </trans-unit>
8222 <trans-unit id="8723777130353305761" datatype="html"> 8249 <trans-unit id="8723777130353305761" datatype="html">
8223 <source>This name already exists on this instance.</source> 8250 <source>This name already exists on this instance.</source>
8224 <target state="new">This name already exists on this instance.</target> 8251 <target state="new">This name already exists on this instance.</target>
8225 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 8252 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group>
8226 </trans-unit> 8253 </trans-unit>
8227 <trans-unit id="7589345916094713536"> 8254 <trans-unit id="7589345916094713536">
8228 <source>Video channel <x id="PH"/> updated.</source> 8255 <source>Video channel <x id="PH"/> updated.</source>
@@ -8246,13 +8273,6 @@ channel with the same name (<x id="PH_2"/>)!</target>
8246 <target state="new">Banner deleted.</target> 8273 <target state="new">Banner deleted.</target>
8247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group> 8274 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
8248 </trans-unit> 8275 </trans-unit>
8249 <trans-unit id="2575302837003821736" datatype="html">
8250 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
8251 <target state="new">Please type the display name of the video channel (
8252 <x id="PH"/>) to confirm
8253 </target>
8254 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
8255 </trans-unit>
8256 <trans-unit id="624066830180032195"> 8276 <trans-unit id="624066830180032195">
8257 <source>Video channel <x id="PH"/> deleted.</source> 8277 <source>Video channel <x id="PH"/> deleted.</source>
8258 <target>Canal de vídeo 8278 <target>Canal de vídeo
@@ -8419,6 +8439,14 @@ channel with the same name (<x id="PH_2"/>)!</target>
8419 <target state="new">Ownership change request sent.</target> 8439 <target state="new">Ownership change request sent.</target>
8420 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8440 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8421 </trans-unit> 8441 </trans-unit>
8442 <trans-unit id="7699622144571229146" datatype="html">
8443 <source>Sort by</source>
8444 <target state="new">Sort by</target>
8445 <context-group purpose="location">
8446 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8447 <context context-type="linenumber">26</context>
8448 </context-group>
8449 </trans-unit>
8422 <trans-unit id="3245220240937722814" datatype="html"> 8450 <trans-unit id="3245220240937722814" datatype="html">
8423 <source>My channels</source> 8451 <source>My channels</source>
8424 <target state="new">My channels</target> 8452 <target state="new">My channels</target>
@@ -8478,13 +8506,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
8478 <trans-unit id="6489275254908395777" datatype="html"> 8506 <trans-unit id="6489275254908395777" datatype="html">
8479 <source>Maximize editor</source> 8507 <source>Maximize editor</source>
8480 <target state="new">Maximize editor</target> 8508 <target state="new">Maximize editor</target>
8481 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8509
8482 </trans-unit> 8510 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8483 <trans-unit id="4243591013849340688" datatype="html"> 8511 <trans-unit id="4243591013849340688" datatype="html">
8484 <source>Exit maximized editor</source> 8512 <source>Exit maximized editor</source>
8485 <target state="new">Exit maximized editor</target> 8513 <target state="new">Exit maximized editor</target>
8486 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8514
8487 </trans-unit> 8515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8488 <trans-unit id="6537885755702623401" datatype="html"> 8516 <trans-unit id="6537885755702623401" datatype="html">
8489 <source>Now please check your emails to verify your account and complete signup.</source> 8517 <source>Now please check your emails to verify your account and complete signup.</source>
8490 <target state="new">Now please check your emails to verify your account and complete signup.</target> 8518 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8520,7 +8548,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8520 <target state="new">Subscribe to the account</target> 8548 <target state="new">Subscribe to the account</target>
8521 8549
8522 8550
8523 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8551 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8524 <trans-unit id="3131904093925601441" datatype="html"> 8552 <trans-unit id="3131904093925601441" datatype="html">
8525 <source>PLAYLISTS</source> 8553 <source>PLAYLISTS</source>
8526 <target state="new">PLAYLISTS</target> 8554 <target state="new">PLAYLISTS</target>
@@ -8567,34 +8595,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
8567 <trans-unit id="3779524668013120370" datatype="html"> 8595 <trans-unit id="3779524668013120370" datatype="html">
8568 <source>Go to my subscriptions</source> 8596 <source>Go to my subscriptions</source>
8569 <target state="new">Go to my subscriptions</target> 8597 <target state="new">Go to my subscriptions</target>
8570 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8598 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group>
8571 </trans-unit> 8599 </trans-unit>
8572 <trans-unit id="1136469849928650779" datatype="html"> 8600 <trans-unit id="1136469849928650779" datatype="html">
8573 <source>Go to my videos</source> 8601 <source>Go to my videos</source>
8574 <target state="new">Go to my videos</target> 8602 <target state="new">Go to my videos</target>
8575 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8603 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group>
8576 </trans-unit> 8604 </trans-unit>
8577 <trans-unit id="7836683738999600376" datatype="html"> 8605 <trans-unit id="7836683738999600376" datatype="html">
8578 <source>Go to my imports</source> 8606 <source>Go to my imports</source>
8579 <target state="new">Go to my imports</target> 8607 <target state="new">Go to my imports</target>
8580 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8608 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group>
8581 </trans-unit> 8609 </trans-unit>
8582 <trans-unit id="7511292153332773503" datatype="html"> 8610 <trans-unit id="7511292153332773503" datatype="html">
8583 <source>Go to my channels</source> 8611 <source>Go to my channels</source>
8584 <target state="new">Go to my channels</target> 8612 <target state="new">Go to my channels</target>
8585 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8613 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group>
8586 </trans-unit> 8614 </trans-unit>
8587 <trans-unit id="2013324644839511073" datatype="html"> 8615 <trans-unit id="2013324644839511073" datatype="html">
8588 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8616 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8589Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8617Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8590 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8618 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8591Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8619Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8592 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8620 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group>
8593 </trans-unit> 8621 </trans-unit>
8594 <trans-unit id="375263728166936544"> 8622 <trans-unit id="375263728166936544">
8595 <source>You need to reconnect.</source> 8623 <source>You need to reconnect.</source>
8596 <target>Necessites tornar a connectar.</target> 8624 <target>Necessites tornar a connectar.</target>
8597 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8625 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group>
8598 </trans-unit> 8626 </trans-unit>
8599 <trans-unit id="2206638022166154361" datatype="html"> 8627 <trans-unit id="2206638022166154361" datatype="html">
8600 <source>Keyboard Shortcuts:</source> 8628 <source>Keyboard Shortcuts:</source>
@@ -8609,6 +8637,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8609 <context context-type="linenumber">98</context> 8637 <context context-type="linenumber">98</context>
8610 </context-group> 8638 </context-group>
8611 </trans-unit> 8639 </trans-unit>
8640 <trans-unit id="4024404994702813072" datatype="html">
8641 <source>In my library</source>
8642 <target state="new">In my library</target>
8643 <context-group purpose="location">
8644 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8645 <context context-type="linenumber">104</context>
8646 </context-group>
8647 </trans-unit>
8612 <trans-unit id="232050922346936574" datatype="html"> 8648 <trans-unit id="232050922346936574" datatype="html">
8613 <source>Trending</source> 8649 <source>Trending</source>
8614 <target state="new">Trending</target> 8650 <target state="new">Trending</target>
@@ -8636,37 +8672,37 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8636 <trans-unit id="1266887509445371246" datatype="html"> 8672 <trans-unit id="1266887509445371246" datatype="html">
8637 <source>Incorrect username or password.</source> 8673 <source>Incorrect username or password.</source>
8638 <target state="new">Incorrect username or password.</target> 8674 <target state="new">Incorrect username or password.</target>
8639 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8675 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group>
8640 </trans-unit> 8676 </trans-unit>
8641 <trans-unit id="6974874606619467663" datatype="html"> 8677 <trans-unit id="6974874606619467663" datatype="html">
8642 <source>Your account is blocked.</source> 8678 <source>Your account is blocked.</source>
8643 <target state="new">Your account is blocked.</target> 8679 <target state="new">Your account is blocked.</target>
8644 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8680 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group>
8645 </trans-unit> 8681 </trans-unit>
8646 <trans-unit id="7939914198003891823" datatype="html"> 8682 <trans-unit id="7939914198003891823" datatype="html">
8647 <source>any language</source> 8683 <source>any language</source>
8648 <target state="new">any language</target> 8684 <target state="new">any language</target>
8649 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group> 8685 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group>
8650 </trans-unit> 8686 </trans-unit>
8651 <trans-unit id="5633144232269377096" datatype="html"> 8687 <trans-unit id="5633144232269377096" datatype="html">
8652 <source>hide</source> 8688 <source>hide</source>
8653 <target state="new">hide</target> 8689 <target state="new">hide</target>
8654 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group> 8690 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group>
8655 </trans-unit> 8691 </trans-unit>
8656 <trans-unit id="8603861867909474404" datatype="html"> 8692 <trans-unit id="8603861867909474404" datatype="html">
8657 <source>blur</source> 8693 <source>blur</source>
8658 <target state="new">blur</target> 8694 <target state="new">blur</target>
8659 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group> 8695 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group>
8660 </trans-unit> 8696 </trans-unit>
8661 <trans-unit id="4534458451100881847" datatype="html"> 8697 <trans-unit id="4534458451100881847" datatype="html">
8662 <source>display</source> 8698 <source>display</source>
8663 <target state="new">display</target> 8699 <target state="new">display</target>
8664 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group> 8700 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group>
8665 </trans-unit> 8701 </trans-unit>
8666 <trans-unit id="4467323362722952678" datatype="html"> 8702 <trans-unit id="4467323362722952678" datatype="html">
8667 <source>Unknown</source> 8703 <source>Unknown</source>
8668 <target state="new">Unknown</target> 8704 <target state="new">Unknown</target>
8669 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group> 8705 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group>
8670 </trans-unit> 8706 </trans-unit>
8671 <trans-unit id="8781423666414310853"> 8707 <trans-unit id="8781423666414310853">
8672 <source>Your password has been successfully reset!</source> 8708 <source>Your password has been successfully reset!</source>
@@ -8780,12 +8816,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8780 <trans-unit id="3208627574396957172" datatype="html"> 8816 <trans-unit id="3208627574396957172" datatype="html">
8781 <source>Search index is unavailable. Retrying with instance results instead.</source> 8817 <source>Search index is unavailable. Retrying with instance results instead.</source>
8782 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8818 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8783 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group> 8819
8784 </trans-unit> 8820 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8785 <trans-unit id="307702206382241469" datatype="html"> 8821 <trans-unit id="307702206382241469" datatype="html">
8786 <source>Search error</source> 8822 <source>Search error</source>
8787 <target state="new">Search error</target> 8823 <target state="new">Search error</target>
8788 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group> 8824
8825 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8826 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8827 <context-group purpose="location">
8828 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8829 <context context-type="linenumber">329</context>
8830 </context-group>
8789 </trans-unit> 8831 </trans-unit>
8790 <trans-unit id="4580988005648117665" datatype="html"> 8832 <trans-unit id="4580988005648117665" datatype="html">
8791 <source>Search</source> 8833 <source>Search</source>
@@ -10016,21 +10058,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10016 <target state="new">Account 10058 <target state="new">Account
10017 <x id="PH"/> muted by the instance. 10059 <x id="PH"/> muted by the instance.
10018 </target> 10060 </target>
10019 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group> 10061
10020 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group> 10062
10021 </trans-unit> 10063 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
10022 <trans-unit id="1595779426198793580" datatype="html"> 10064 <trans-unit id="1595779426198793580" datatype="html">
10023 <source>Mute server</source> 10065 <source>Mute server</source>
10024 <target state="new">Mute server</target> 10066 <target state="new">Mute server</target>
10025 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 10067
10026 </trans-unit> 10068 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
10027 <trans-unit id="8014491157078444256" datatype="html"> 10069 <trans-unit id="8014491157078444256" datatype="html">
10028 <source>Server <x id="PH"/> muted by the instance.</source> 10070 <source>Server <x id="PH"/> muted by the instance.</source>
10029 <target state="new">Server 10071 <target state="new">Server
10030 <x id="PH"/> muted by the instance. 10072 <x id="PH"/> muted by the instance.
10031 </target> 10073 </target>
10032 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 10074
10033 </trans-unit> 10075 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
10034 <trans-unit id="2044813052587776285" datatype="html"> 10076 <trans-unit id="2044813052587776285" datatype="html">
10035 <source>Add a message to communicate with the reporter</source> 10077 <source>Add a message to communicate with the reporter</source>
10036 <target state="new">Add a message to communicate with the reporter</target> 10078 <target state="new">Add a message to communicate with the reporter</target>
@@ -10264,7 +10306,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10264 </trans-unit> 10306 </trans-unit>
10265 <trans-unit id="2602773901491715295" datatype="html"> 10307 <trans-unit id="2602773901491715295" datatype="html">
10266 <source>Captions</source> 10308 <source>Captions</source>
10267 <target state="new">Captions</target> 10309 <target state="translated">Subtítols</target>
10268 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">26</context></context-group> 10310 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">26</context></context-group>
10269 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/abuse.service.ts</context><context context-type="linenumber">178</context></context-group> 10311 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/abuse.service.ts</context><context context-type="linenumber">178</context></context-group>
10270 </trans-unit> 10312 </trans-unit>
@@ -10278,17 +10320,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10278 <target>Hi ha massa intents, torna-ho a provar després de 10320 <target>Hi ha massa intents, torna-ho a provar després de
10279 <x id="PH"/> minuts. 10321 <x id="PH"/> minuts.
10280 </target> 10322 </target>
10281 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 10323 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group>
10282 </trans-unit> 10324 </trans-unit>
10283 <trans-unit id="4965472196059235310"> 10325 <trans-unit id="4965472196059235310">
10284 <source>Too many attempts, please try again later.</source> 10326 <source>Too many attempts, please try again later.</source>
10285 <target>Hi ha massa intents, torna-ho a provar més tard.</target> 10327 <target>Hi ha massa intents, torna-ho a provar més tard.</target>
10286 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 10328 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group>
10287 </trans-unit> 10329 </trans-unit>
10288 <trans-unit id="1693549688987384699"> 10330 <trans-unit id="1693549688987384699">
10289 <source>Server error. Please retry later.</source> 10331 <source>Server error. Please retry later.</source>
10290 <target>Error del servidor. Torna-ho a intentar més tard.</target> 10332 <target>Error del servidor. Torna-ho a intentar més tard.</target>
10291 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 10333 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group>
10292 </trans-unit> 10334 </trans-unit>
10293 <trans-unit id="5927402622550505067" datatype="html"> 10335 <trans-unit id="5927402622550505067" datatype="html">
10294 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 10336 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
@@ -10405,29 +10447,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10405 <trans-unit id="2909684945706361544" datatype="html"> 10447 <trans-unit id="2909684945706361544" datatype="html">
10406 <source>Delete video</source> 10448 <source>Delete video</source>
10407 <target state="new">Delete video</target> 10449 <target state="new">Delete video</target>
10408 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 10450
10409 </trans-unit> 10451 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
10410 <trans-unit id="2210418817778733727" datatype="html"> 10452 <trans-unit id="2210418817778733727" datatype="html">
10411 <source>Actions for the comment</source> 10453 <source>Actions for the comment</source>
10412 <target state="new">Actions for the comment</target> 10454 <target state="new">Actions for the comment</target>
10413 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 10455
10414 </trans-unit> 10456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
10415 <trans-unit id="7978668497183230348" datatype="html"> 10457 <trans-unit id="7978668497183230348" datatype="html">
10416 <source>Delete comment</source> 10458 <source>Delete comment</source>
10417 <target state="new">Delete comment</target> 10459 <target state="new">Delete comment</target>
10418 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 10460
10419 </trans-unit> 10461 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
10420 <trans-unit id="6747218355168080191" datatype="html"> 10462 <trans-unit id="6747218355168080191" datatype="html">
10421 <source>Do you really want to delete this comment?</source> 10463 <source>Do you really want to delete this comment?</source>
10422 <target state="new">Do you really want to delete this comment?</target> 10464 <target state="new">Do you really want to delete this comment?</target>
10423 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group> 10465
10424 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group> 10466
10425 </trans-unit> 10467 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
10426 <trans-unit id="7837272126865175984" datatype="html"> 10468 <trans-unit id="7837272126865175984" datatype="html">
10427 <source>Comment deleted.</source> 10469 <source>Comment deleted.</source>
10428 <target state="new">Comment deleted.</target> 10470 <target state="new">Comment deleted.</target>
10429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 10471
10430 </trans-unit> 10472 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
10431 <trans-unit id="346270517625845962" datatype="html"> 10473 <trans-unit id="346270517625845962" datatype="html">
10432 <source>Encoder</source> 10474 <source>Encoder</source>
10433 <target state="new">Encoder</target> 10475 <target state="new">Encoder</target>
@@ -10469,31 +10511,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10469 <trans-unit id="1472171759957681533"> 10511 <trans-unit id="1472171759957681533">
10470 <source>Video reported.</source> 10512 <source>Video reported.</source>
10471 <target>Vídeo reportat.</target> 10513 <target>Vídeo reportat.</target>
10472 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10514
10473 </trans-unit> 10515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10474 <trans-unit id="3622946684246476652"> 10516 <trans-unit id="3622946684246476652">
10475 <source>Do you really want to delete this video?</source> 10517 <source>Do you really want to delete this video?</source>
10476 <target>Segur que vols suprimir aquest vídeo?</target> 10518 <target>Segur que vols suprimir aquest vídeo?</target>
10477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10519
10478 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10520
10479 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10521
10480 </trans-unit> 10522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10481 <trans-unit id="3941342949736653028" datatype="html"> 10523 <trans-unit id="3941342949736653028" datatype="html">
10482 <source>Video deleted.</source> 10524 <source>Video deleted.</source>
10483 <target state="new">Video deleted.</target> 10525 <target state="new">Video deleted.</target>
10484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10526
10485 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10527
10486 </trans-unit> 10528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10487 <trans-unit id="5072091387445907742" datatype="html"> 10529 <trans-unit id="5072091387445907742" datatype="html">
10488 <source>Actions for the reporter</source> 10530 <source>Actions for the reporter</source>
10489 <target state="new">Actions for the reporter</target> 10531 <target state="new">Actions for the reporter</target>
10490 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10532
10491 </trans-unit> 10533 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10492 <trans-unit id="6599069899275412095" datatype="html"> 10534 <trans-unit id="6599069899275412095" datatype="html">
10493 <source>Mute reporter</source> 10535 <source>Mute reporter</source>
10494 <target state="new">Mute reporter</target> 10536 <target state="new">Mute reporter</target>
10495 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10537
10496 </trans-unit> 10538 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10497 <trans-unit id="2990849907502572301" datatype="html"> 10539 <trans-unit id="2990849907502572301" datatype="html">
10498 <source>This video will be duplicated by your instance.</source> 10540 <source>This video will be duplicated by your instance.</source>
10499 <target state="new">This video will be duplicated by your instance.</target> 10541 <target state="new">This video will be duplicated by your instance.</target>
@@ -10572,9 +10614,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10572 <trans-unit id="4903651219400691248" datatype="html"> 10614 <trans-unit id="4903651219400691248" datatype="html">
10573 <source>Mute account</source> 10615 <source>Mute account</source>
10574 <target state="new">Mute account</target> 10616 <target state="new">Mute account</target>
10575 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10617
10576 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10618
10577 </trans-unit> 10619 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10578 <trans-unit id="4021487547497211597" datatype="html"> 10620 <trans-unit id="4021487547497211597" datatype="html">
10579 <source>Open video actions</source> 10621 <source>Open video actions</source>
10580 <target state="new">Open video actions</target> 10622 <target state="new">Open video actions</target>
@@ -10590,8 +10632,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10590 <trans-unit id="3719503424625455635" datatype="html"> 10632 <trans-unit id="3719503424625455635" datatype="html">
10591 <source>Mute server account</source> 10633 <source>Mute server account</source>
10592 <target state="new">Mute server account</target> 10634 <target state="new">Mute server account</target>
10593 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10635
10594 </trans-unit> 10636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10595 <trans-unit id="7008439939460403347"> 10637 <trans-unit id="7008439939460403347">
10596 <source>Report</source> 10638 <source>Report</source>
10597 <target>Reporta</target> 10639 <target>Reporta</target>
@@ -10690,33 +10732,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10690 <trans-unit id="2439066254855913806" datatype="html"> 10732 <trans-unit id="2439066254855913806" datatype="html">
10691 <source>Only I can see this video</source> 10733 <source>Only I can see this video</source>
10692 <target state="new">Only I can see this video</target> 10734 <target state="new">Only I can see this video</target>
10693 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10735
10694 </trans-unit> 10736 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10695 <trans-unit id="6767380569816110388" datatype="html"> 10737 <trans-unit id="6767380569816110388" datatype="html">
10696 <source>Only shareable via a private link</source> 10738 <source>Only shareable via a private link</source>
10697 <target state="new">Only shareable via a private link</target> 10739 <target state="new">Only shareable via a private link</target>
10698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10740
10699 </trans-unit> 10741 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10700 <trans-unit id="6828965264297239528" datatype="html"> 10742 <trans-unit id="6828965264297239528" datatype="html">
10701 <source>Anyone can see this video</source> 10743 <source>Anyone can see this video</source>
10702 <target state="new">Anyone can see this video</target> 10744 <target state="new">Anyone can see this video</target>
10703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10745
10704 </trans-unit> 10746 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10705 <trans-unit id="1425933035739773115" datatype="html"> 10747 <trans-unit id="1425933035739773115" datatype="html">
10706 <source>Only users of this instance can see this video</source> 10748 <source>Only users of this instance can see this video</source>
10707 <target state="new">Only users of this instance can see this video</target> 10749 <target state="new">Only users of this instance can see this video</target>
10708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10750
10709 </trans-unit> 10751 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10710 <trans-unit id="8312101634344200207" datatype="html"> 10752 <trans-unit id="8312101634344200207" datatype="html">
10711 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10753 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10712 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10754 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10713 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group> 10755
10714 </trans-unit> 10756 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10715 <trans-unit id="7756087706411154095" datatype="html"> 10757 <trans-unit id="7756087706411154095" datatype="html">
10716 <source><x id="PH" equiv-text="this.views"/> views</source> 10758 <source><x id="PH" equiv-text="this.views"/> views</source>
10717 <target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10759 <target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10718 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group> 10760
10719 </trans-unit> 10761 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10720 <trans-unit id="ngb.alert.close" datatype="html"> 10762 <trans-unit id="ngb.alert.close" datatype="html">
10721 <source>Close</source> 10763 <source>Close</source>
10722 <target state="new">Close</target> 10764 <target state="new">Close</target>
@@ -10891,35 +10933,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10891 <trans-unit id="3284171506518522275" datatype="html"> 10933 <trans-unit id="3284171506518522275" datatype="html">
10892 <source>Your video was uploaded to your account and is private.</source> 10934 <source>Your video was uploaded to your account and is private.</source>
10893 <target state="new">Your video was uploaded to your account and is private.</target> 10935 <target state="new">Your video was uploaded to your account and is private.</target>
10894 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group> 10936
10895 </trans-unit> 10937 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10896 <trans-unit id="5699822024600815733"> 10938 <trans-unit id="5699822024600815733">
10897 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10939 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10898 <target>Però es perdran les dades associades (etiquetes, descripció ...), estàs segur que vols deixar aquesta pàgina?</target> 10940 <target>Però es perdran les dades associades (etiquetes, descripció ...), estàs segur que vols deixar aquesta pàgina?</target>
10899 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group> 10941
10900 </trans-unit> 10942 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10901 <trans-unit id="1219739004043110649"> 10943 <trans-unit id="1219739004043110649">
10902 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10944 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10903 <target>El teu vídeo encara no s'ha carregat, estàs segur que vols sortir d'aquesta pàgina?</target> 10945 <target>El teu vídeo encara no s'ha carregat, estàs segur que vols sortir d'aquesta pàgina?</target>
10904 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group> 10946
10905 </trans-unit> 10947 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10906 <trans-unit id="6932865105766151309" datatype="html"> 10948 <trans-unit id="6932865105766151309" datatype="html">
10907 <source>Upload</source> 10949 <source>Upload</source>
10908 <target state="new">Upload</target> 10950 <target state="new">Upload</target>
10909 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group> 10951
10910 </trans-unit> 10952 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10911 <trans-unit id="8278735427925094503" datatype="html"> 10953 <trans-unit id="8278735427925094503" datatype="html">
10912 <source>Upload <x id="PH"/> </source> 10954 <source>Upload <x id="PH"/> </source>
10913 <target state="translated">Puja 10955 <target state="translated">Puja
10914 <x id="PH"/> 10956 <x id="PH"/>
10915 </target> 10957 </target>
10916 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group> 10958
10917 </trans-unit> 10959 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10918 <trans-unit id="5981816353437801748"> 10960 <trans-unit id="5981816353437801748">
10919 <source>Video published.</source> 10961 <source>Video published.</source>
10920 <target>Vídeo publicat.</target> 10962 <target>Vídeo publicat.</target>
10921 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group> 10963
10922 </trans-unit> 10964 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10923 <trans-unit id="764164089183618119" datatype="html"> 10965 <trans-unit id="764164089183618119" datatype="html">
10924 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10966 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10925 <target state="new">You have unsaved changes! If you leave, your changes will be lost.</target> 10967 <target state="new">You have unsaved changes! If you leave, your changes will be lost.</target>
@@ -10966,27 +11008,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10966 <trans-unit id="961774488937452220" datatype="html"> 11008 <trans-unit id="961774488937452220" datatype="html">
10967 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 11009 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10968 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 11010 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10969 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group> 11011 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group>
10970 </trans-unit> 11012 </trans-unit>
10971 <trans-unit id="5761611056224181752" datatype="html"> 11013 <trans-unit id="5761611056224181752" datatype="html">
10972 <source>Redirection</source> 11014 <source>Redirection</source>
10973 <target state="new">Redirection</target> 11015 <target state="new">Redirection</target>
10974 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group> 11016 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group>
10975 </trans-unit> 11017 </trans-unit>
10976 <trans-unit id="8858527736400081688"> 11018 <trans-unit id="8858527736400081688">
10977 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 11019 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10978 <target>Aquest vídeo conté contingut madur o explícit. Estàs segur que el vols veure?</target> 11020 <target>Aquest vídeo conté contingut madur o explícit. Estàs segur que el vols veure?</target>
10979 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group> 11021 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group>
10980 </trans-unit> 11022 </trans-unit>
10981 <trans-unit id="3937119019020041049"> 11023 <trans-unit id="3937119019020041049">
10982 <source>Mature or explicit content</source> 11024 <source>Mature or explicit content</source>
10983 <target>Contingut madur o explícit</target> 11025 <target>Contingut madur o explícit</target>
10984 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group> 11026 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group>
10985 </trans-unit> 11027 </trans-unit>
10986 <trans-unit id="1755474755114288376" datatype="html"> 11028 <trans-unit id="1755474755114288376" datatype="html">
10987 <source>Up Next</source> 11029 <source>Up Next</source>
10988 <target state="new">Up Next</target> 11030 <target state="new">Up Next</target>
10989 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group> 11031 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group>
10990 </trans-unit> 11032 </trans-unit>
10991 <trans-unit id="2159130950882492111" datatype="html"> 11033 <trans-unit id="2159130950882492111" datatype="html">
10992 <source>Cancel</source> 11034 <source>Cancel</source>
@@ -10996,63 +11038,63 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10996 <trans-unit id="3354816756665089864" datatype="html"> 11038 <trans-unit id="3354816756665089864" datatype="html">
10997 <source>Autoplay is suspended</source> 11039 <source>Autoplay is suspended</source>
10998 <target state="new">Autoplay is suspended</target> 11040 <target state="new">Autoplay is suspended</target>
10999 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group> 11041 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group>
11000 </trans-unit> 11042 </trans-unit>
11001 <trans-unit id="7895294730547405228" datatype="html"> 11043 <trans-unit id="7895294730547405228" datatype="html">
11002 <source>Enter/exit fullscreen (requires player focus)</source> 11044 <source>Enter/exit fullscreen (requires player focus)</source>
11003 <target state="new">Enter/exit fullscreen (requires player focus)</target> 11045 <target state="new">Enter/exit fullscreen (requires player focus)</target>
11004 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group> 11046
11005 </trans-unit> 11047 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
11006 <trans-unit id="7618388257165864759" datatype="html"> 11048 <trans-unit id="7618388257165864759" datatype="html">
11007 <source>Play/Pause the video (requires player focus)</source> 11049 <source>Play/Pause the video (requires player focus)</source>
11008 <target state="new">Play/Pause the video (requires player focus)</target> 11050 <target state="new">Play/Pause the video (requires player focus)</target>
11009 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group> 11051
11010 </trans-unit> 11052 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
11011 <trans-unit id="7761890399634216630" datatype="html"> 11053 <trans-unit id="7761890399634216630" datatype="html">
11012 <source>Mute/unmute the video (requires player focus)</source> 11054 <source>Mute/unmute the video (requires player focus)</source>
11013 <target state="new">Mute/unmute the video (requires player focus)</target> 11055 <target state="new">Mute/unmute the video (requires player focus)</target>
11014 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group> 11056
11015 </trans-unit> 11057 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
11016 <trans-unit id="5996585232248234904" datatype="html"> 11058 <trans-unit id="5996585232248234904" datatype="html">
11017 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 11059 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
11018 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 11060 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
11019 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group> 11061
11020 </trans-unit> 11062 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
11021 <trans-unit id="3748765405903319998" datatype="html"> 11063 <trans-unit id="3748765405903319998" datatype="html">
11022 <source>Increase the volume (requires player focus)</source> 11064 <source>Increase the volume (requires player focus)</source>
11023 <target state="new">Increase the volume (requires player focus)</target> 11065 <target state="new">Increase the volume (requires player focus)</target>
11024 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group> 11066
11025 </trans-unit> 11067 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
11026 <trans-unit id="5810704036407159982" datatype="html"> 11068 <trans-unit id="5810704036407159982" datatype="html">
11027 <source>Decrease the volume (requires player focus)</source> 11069 <source>Decrease the volume (requires player focus)</source>
11028 <target state="new">Decrease the volume (requires player focus)</target> 11070 <target state="new">Decrease the volume (requires player focus)</target>
11029 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group> 11071
11030 </trans-unit> 11072 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
11031 <trans-unit id="2622048822548065691" datatype="html"> 11073 <trans-unit id="2622048822548065691" datatype="html">
11032 <source>Seek the video forward (requires player focus)</source> 11074 <source>Seek the video forward (requires player focus)</source>
11033 <target state="new">Seek the video forward (requires player focus)</target> 11075 <target state="new">Seek the video forward (requires player focus)</target>
11034 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group> 11076
11035 </trans-unit> 11077 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
11036 <trans-unit id="6540078205109221153" datatype="html"> 11078 <trans-unit id="6540078205109221153" datatype="html">
11037 <source>Seek the video backward (requires player focus)</source> 11079 <source>Seek the video backward (requires player focus)</source>
11038 <target state="new">Seek the video backward (requires player focus)</target> 11080 <target state="new">Seek the video backward (requires player focus)</target>
11039 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group> 11081
11040 </trans-unit> 11082 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
11041 <trans-unit id="1956491957766210808" datatype="html"> 11083 <trans-unit id="1956491957766210808" datatype="html">
11042 <source>Increase playback rate (requires player focus)</source> 11084 <source>Increase playback rate (requires player focus)</source>
11043 <target state="new">Increase playback rate (requires player focus)</target> 11085 <target state="new">Increase playback rate (requires player focus)</target>
11044 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group> 11086
11045 </trans-unit> 11087 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
11046 <trans-unit id="5495529997674803186" datatype="html"> 11088 <trans-unit id="5495529997674803186" datatype="html">
11047 <source>Decrease playback rate (requires player focus)</source> 11089 <source>Decrease playback rate (requires player focus)</source>
11048 <target state="new">Decrease playback rate (requires player focus)</target> 11090 <target state="new">Decrease playback rate (requires player focus)</target>
11049 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group> 11091
11050 </trans-unit> 11092 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
11051 <trans-unit id="3178343147230721210" datatype="html"> 11093 <trans-unit id="3178343147230721210" datatype="html">
11052 <source>Navigate in the video frame by frame (requires player focus)</source> 11094 <source>Navigate in the video frame by frame (requires player focus)</source>
11053 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 11095 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
11054 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group> 11096
11055 </trans-unit> 11097 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
11056 <trans-unit id="8025996572234182184" datatype="html"> 11098 <trans-unit id="8025996572234182184" datatype="html">
11057 <source>Like the video</source> 11099 <source>Like the video</source>
11058 <target state="new">Like the video</target> 11100 <target state="new">Like the video</target>
diff --git a/client/src/locale/angular.cs-CZ.xlf b/client/src/locale/angular.cs-CZ.xlf
index 2bfcfb63b..49bbd085a 100644
--- a/client/src/locale/angular.cs-CZ.xlf
+++ b/client/src/locale/angular.cs-CZ.xlf
@@ -249,7 +249,7 @@
249 249
250 250
251 251
252 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 252 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
253 <trans-unit id="1486537403020619891" datatype="html"> 253 <trans-unit id="1486537403020619891" datatype="html">
254 <source>My watch history</source> 254 <source>My watch history</source>
255 <target state="new">My watch history</target> 255 <target state="new">My watch history</target>
@@ -325,23 +325,23 @@
325 <trans-unit id="5674286808255988565"> 325 <trans-unit id="5674286808255988565">
326 <source>Create</source> 326 <source>Create</source>
327 <target>Vytvořit</target> 327 <target>Vytvořit</target>
328 <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> 328
329 <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> 329
330 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 330
331 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 331
332 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 332
333 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 333
334 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group> 334
335 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group> 335
336 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group> 336
337 </trans-unit> 337 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
338 <trans-unit id="1006562256968398209" datatype="html"> 338 <trans-unit id="1006562256968398209" datatype="html">
339 <source>video</source> 339 <source>video</source>
340 <target state="new">video</target> 340 <target state="new">video</target>
341 341
342 342
343 343
344 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 344 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
345 <trans-unit id="6438815964972582865" datatype="html"> 345 <trans-unit id="6438815964972582865" datatype="html">
346 <source>The following link contains a private token and should not be shared with anyone.</source> 346 <source>The following link contains a private token and should not be shared with anyone.</source>
347 <target state="translated">Následující odkaz obsahuje soukromý token a neměl by být s nikým sdílen.</target> 347 <target state="translated">Následující odkaz obsahuje soukromý token a neměl by být s nikým sdílen.</target>
@@ -414,13 +414,13 @@
414 <trans-unit id="6995024616159044376" datatype="html"> 414 <trans-unit id="6995024616159044376" datatype="html">
415 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 415 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
416 <target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 416 <target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
417 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group> 417
418 </trans-unit> 418 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
419 <trans-unit id="7873395933409147217" datatype="html"> 419 <trans-unit id="7873395933409147217" datatype="html">
420 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 420 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
421 <target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 421 <target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
422 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group> 422
423 </trans-unit> 423 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
424 <trans-unit id="5235042777215655908" datatype="html"> 424 <trans-unit id="5235042777215655908" datatype="html">
425 <source>subtitles</source> 425 <source>subtitles</source>
426 <target state="translated">Titulky</target> 426 <target state="translated">Titulky</target>
@@ -675,7 +675,7 @@
675 675
676 676
677 677
678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
679 <trans-unit id="158575725114802951" datatype="html"> 679 <trans-unit id="158575725114802951" datatype="html">
680 <source>Only live videos</source> 680 <source>Only live videos</source>
681 <target state="translated">Jenom živý videa</target> 681 <target state="translated">Jenom živý videa</target>
@@ -870,10 +870,10 @@
870 <trans-unit id="2602586221576511475"> 870 <trans-unit id="2602586221576511475">
871 <source>Video quota</source> 871 <source>Video quota</source>
872 <target>Limit na videa</target> 872 <target>Limit na videa</target>
873 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 873
874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 874
875 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 875
876 </trans-unit> 876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
877 <trans-unit id="1502595455339510144"> 877 <trans-unit id="1502595455339510144">
878 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 878 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
879 <target> 879 <target>
@@ -958,6 +958,30 @@
958 <target state="new">Federation</target> 958 <target state="new">Federation</target>
959 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 959 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
960 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 960 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
961 </trans-unit><trans-unit id="8726138323871139597" datatype="html">
962 <source>Following</source><target state="new">Following</target>
963 <context-group purpose="location">
964 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
965 <context context-type="linenumber">29</context>
966 </context-group>
967 <context-group purpose="location">
968 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
969 <context context-type="linenumber">31</context>
970 </context-group>
971 <context-group purpose="location">
972 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
973 <context context-type="linenumber">28</context>
974 </context-group>
975 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
976 <source>Followers</source><target state="new">Followers</target>
977 <context-group purpose="location">
978 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
979 <context context-type="linenumber">34</context>
980 </context-group>
981 <context-group purpose="location">
982 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
983 <context context-type="linenumber">37</context>
984 </context-group>
961 </trans-unit> 985 </trans-unit>
962 <trans-unit id="3541687134897970106" datatype="html"> 986 <trans-unit id="3541687134897970106" datatype="html">
963 <source>followers</source> 987 <source>followers</source>
@@ -1039,7 +1063,7 @@
1039 1063
1040 1064
1041 1065
1042 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 1066 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
1043 <trans-unit id="3616223838716839702"> 1067 <trans-unit id="3616223838716839702">
1044 <source>Ban this user</source> 1068 <source>Ban this user</source>
1045 <target>Zablokovat tohoto uživatele</target> 1069 <target>Zablokovat tohoto uživatele</target>
@@ -1110,19 +1134,13 @@
1110 <trans-unit id="7252854992688790751" datatype="html"> 1134 <trans-unit id="7252854992688790751" datatype="html">
1111 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1135 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1112 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1136 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1113 <context-group purpose="location"> 1137
1114 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1138 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
1115 <context context-type="linenumber">60,62</context>
1116 </context-group>
1117 </trans-unit>
1118 <trans-unit id="7215649348148521605" datatype="html"> 1139 <trans-unit id="7215649348148521605" datatype="html">
1119 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1140 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1120 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1141 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1121 <context-group purpose="location"> 1142
1122 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1143 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1123 <context context-type="linenumber">65,67</context>
1124 </context-group>
1125 </trans-unit>
1126 <trans-unit id="2392488717875840729"> 1144 <trans-unit id="2392488717875840729">
1127 <source>User</source> 1145 <source>User</source>
1128 <target>Uživatel</target> 1146 <target>Uživatel</target>
@@ -1133,69 +1151,69 @@
1133 <source>Username or email address</source> 1151 <source>Username or email address</source>
1134 <target>Uživatelské jméno nebo e-mail</target> 1152 <target>Uživatelské jméno nebo e-mail</target>
1135 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1153 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1154 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
1155 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1156 <context-group purpose="location">
1157 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1158 <context context-type="linenumber">33,34</context>
1159 </context-group>
1136 </trans-unit> 1160 </trans-unit>
1137 <trans-unit id="1431416938026210429"> 1161 <trans-unit id="1431416938026210429">
1138 <source>Password</source> 1162 <source>Password</source>
1139 <target>Heslo</target> 1163 <target>Heslo</target>
1140 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1164
1141 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1165
1142 <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> 1166
1143 <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> 1167
1144 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1168
1145 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1169
1146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1170
1147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1171
1148 </trans-unit> 1172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1149 <trans-unit id="8715156686857791956" datatype="html"> 1173 <trans-unit id="8715156686857791956" datatype="html">
1150 <source>Click here to reset your password</source> 1174 <source>Click here to reset your password</source>
1151 <target state="new">Click here to reset your password</target> 1175 <target state="new">Click here to reset your password</target>
1152 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1176
1153 </trans-unit> 1177 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1154 <trans-unit id="892063502898494584" datatype="html"> 1178 <trans-unit id="892063502898494584" datatype="html">
1155 <source>I forgot my password</source> 1179 <source>I forgot my password</source>
1156 <target state="new">I forgot my password</target> 1180 <target state="new">I forgot my password</target>
1157 <context-group purpose="location"> 1181
1158 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1182 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1159 <context context-type="linenumber">47</context>
1160 </context-group>
1161 </trans-unit>
1162 <trans-unit id="2101170466365500913" datatype="html"> 1183 <trans-unit id="2101170466365500913" datatype="html">
1163 <source>Logging into an account lets you publish content</source> 1184 <source>Logging into an account lets you publish content</source>
1164 <target state="new"> Logging into an account lets you publish content </target> 1185 <target state="new"> Logging into an account lets you publish content </target>
1165 <context-group purpose="location"> 1186
1166 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1187 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1167 <context context-type="linenumber">56,57</context>
1168 </context-group>
1169 </trans-unit>
1170 <trans-unit id="2454050363478003966"> 1188 <trans-unit id="2454050363478003966">
1171 <source>Login</source> 1189 <source>Login</source>
1172 <target>Přihlásit</target> 1190 <target>Přihlásit</target>
1173 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 1191
1174 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1192
1175 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group> 1193
1176 </trans-unit> 1194 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1177 <trans-unit id="3183213940445113677" datatype="html"> 1195 <trans-unit id="3183213940445113677" datatype="html">
1178 <source>Or sign in with</source> 1196 <source>Or sign in with</source>
1179 <target state="new">Or sign in with</target> 1197 <target state="new">Or sign in with</target>
1180 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1198
1181 </trans-unit> 1199 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1182 <trans-unit id="3238209155172574367"> 1200 <trans-unit id="3238209155172574367">
1183 <source>Forgot your password</source> 1201 <source>Forgot your password</source>
1184 <target>Zapomenuté heslo</target> 1202 <target>Zapomenuté heslo</target>
1185 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1203
1186 </trans-unit> 1204 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1187 <trans-unit id="87327320394367488" datatype="html"> 1205 <trans-unit id="87327320394367488" datatype="html">
1188 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1206 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1189 <target state="new"> 1207 <target state="new">
1190 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1208 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1191 </target> 1209 </target>
1192 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1210
1193 </trans-unit> 1211 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
1194 <trans-unit id="3188014010833256853" datatype="html"> 1212 <trans-unit id="3188014010833256853" datatype="html">
1195 <source>Enter your email address and we will send you a link to reset your password.</source> 1213 <source>Enter your email address and we will send you a link to reset your password.</source>
1196 <target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1214 <target state="new"> Enter your email address and we will send you a link to reset your password. </target>
1197 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1215
1198 </trans-unit> 1216 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
1199 <trans-unit id="1190256911880544559" datatype="html"> 1217 <trans-unit id="1190256911880544559" datatype="html">
1200 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1218 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1201The link will expire within 1 hour.</source> 1219The link will expire within 1 hour.</source>
@@ -1206,26 +1224,26 @@ The link will expire within 1 hour.</target>
1206 <trans-unit id="4768749765465246664"> 1224 <trans-unit id="4768749765465246664">
1207 <source>Email</source> 1225 <source>Email</source>
1208 <target>E-mail</target> 1226 <target>E-mail</target>
1209 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1227
1210 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1228
1211 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1229
1212 <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> 1230
1213 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">4</context></context-group> 1231
1214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1232
1215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1233
1216 </trans-unit> 1234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1217 <trans-unit id="3967269098753656610"> 1235 <trans-unit id="3967269098753656610">
1218 <source>Email address</source> 1236 <source>Email address</source>
1219 <target>E-mailová adresa</target> 1237 <target>E-mailová adresa</target>
1220 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1238
1221 <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> 1239
1222 </trans-unit> 1240 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1223 <trans-unit id="7808756054397155068" datatype="html"> 1241 <trans-unit id="7808756054397155068" datatype="html">
1224 <source>Reset</source> 1242 <source>Reset</source>
1225 <target state="new">Reset</target> 1243 <target state="new">Reset</target>
1226 <note priority="1" from="description">Password reset button</note> 1244 <note priority="1" from="description">Password reset button</note>
1227 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1245
1228 </trans-unit> 1246 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1229 <trans-unit id="4319634264526091601" datatype="html"> 1247 <trans-unit id="4319634264526091601" datatype="html">
1230 <source>on this instance</source> 1248 <source>on this instance</source>
1231 <target state="new">on this instance</target> 1249 <target state="new">on this instance</target>
@@ -1306,17 +1324,17 @@ The link will expire within 1 hour.</target>
1306 <target> 1324 <target>
1307 Nebyly nalezeny žádné výsledky 1325 Nebyly nalezeny žádné výsledky
1308 </target> 1326 </target>
1309 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1327
1310 </trans-unit> 1328 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1311 <trans-unit id="5500467336262464724"> 1329 <trans-unit id="5500467336262464724">
1312 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1330 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1313 <target> 1331 <target>
1314 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> odběratelů 1332 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> odběratelů
1315 </target> 1333 </target>
1316 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1334
1317 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1335
1318 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1336
1319 </trans-unit> 1337 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1320 <trans-unit id="1516969129397662377" datatype="html"> 1338 <trans-unit id="1516969129397662377" datatype="html">
1321 <source>Welcome to PeerTube, dear administrator!</source> 1339 <source>Welcome to PeerTube, dear administrator!</source>
1322 <target state="new">Welcome to PeerTube, dear administrator!</target> 1340 <target state="new">Welcome to PeerTube, dear administrator!</target>
@@ -1593,9 +1611,9 @@ The link will expire within 1 hour.</target>
1593 <trans-unit id="2308975396733519902"> 1611 <trans-unit id="2308975396733519902">
1594 <source>Create an account</source> 1612 <source>Create an account</source>
1595 <target>Vytvořit účet</target> 1613 <target>Vytvořit účet</target>
1596 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group> 1614
1597 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group> 1615
1598 </trans-unit> 1616 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1599 <trans-unit id="3058024914967508975" datatype="html"> 1617 <trans-unit id="3058024914967508975" datatype="html">
1600 <source>My videos</source> 1618 <source>My videos</source>
1601 <target state="new">My videos</target> 1619 <target state="new">My videos</target>
@@ -1662,10 +1680,10 @@ The link will expire within 1 hour.</target>
1662 <trans-unit id="1504521795586863905" datatype="html"> 1680 <trans-unit id="1504521795586863905" datatype="html">
1663 <source>VIDEOS</source> 1681 <source>VIDEOS</source>
1664 <target state="new">VIDEOS</target> 1682 <target state="new">VIDEOS</target>
1665 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group> 1683
1666 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group> 1684
1667 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group> 1685
1668 </trans-unit> 1686 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
1669 <trans-unit id="667372110624203230" datatype="html"> 1687 <trans-unit id="667372110624203230" datatype="html">
1670 <source>Import jobs concurrency</source> 1688 <source>Import jobs concurrency</source>
1671 <target state="new">Import jobs concurrency</target> 1689 <target state="new">Import jobs concurrency</target>
@@ -1743,8 +1761,8 @@ The link will expire within 1 hour.</target>
1743 <trans-unit id="4424964105331349857" datatype="html"> 1761 <trans-unit id="4424964105331349857" datatype="html">
1744 <source>I'm a teapot</source> 1762 <source>I'm a teapot</source>
1745 <target state="new">I'm a teapot</target> 1763 <target state="new">I'm a teapot</target>
1746 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1764
1747 </trans-unit> 1765 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1748 <trans-unit id="1597262876035959248" datatype="html"> 1766 <trans-unit id="1597262876035959248" datatype="html">
1749 <source>That's an error.</source> 1767 <source>That's an error.</source>
1750 <target state="new">That's an error.</target> 1768 <target state="new">That's an error.</target>
@@ -1837,8 +1855,8 @@ The link will expire within 1 hour.</target>
1837 <trans-unit id="2971365540217107489" datatype="html"> 1855 <trans-unit id="2971365540217107489" datatype="html">
1838 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1856 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1839 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1857 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1840 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1858
1841 </trans-unit> 1859 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1842 1860
1843 <trans-unit id="5131854469652959713" datatype="html"> 1861 <trans-unit id="5131854469652959713" datatype="html">
1844 <source>GLOBAL SEARCH</source> 1862 <source>GLOBAL SEARCH</source>
@@ -1919,19 +1937,19 @@ The link will expire within 1 hour.</target>
1919 <target state="new"> 1937 <target state="new">
1920 Reset 1938 Reset
1921 </target> 1939 </target>
1922 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1940
1923 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1941
1924 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1942
1925 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1943
1926 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1944
1927 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1945
1928 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1946
1929 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1947
1930 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1948
1931 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1949
1932 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1950
1933 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1951
1934 </trans-unit> 1952 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1935 <trans-unit id="4540121094340493564" datatype="html"> 1953 <trans-unit id="4540121094340493564" datatype="html">
1936 <source>Display only</source> 1954 <source>Display only</source>
1937 <target state="new">Display only</target> 1955 <target state="new">Display only</target>
@@ -1977,7 +1995,7 @@ The link will expire within 1 hour.</target>
1977 <target>Trvání</target> 1995 <target>Trvání</target>
1978 1996
1979 1997
1980 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1998 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1981 <trans-unit id="3589238979642505685"> 1999 <trans-unit id="3589238979642505685">
1982 <source>Display sensitive content</source> 2000 <source>Display sensitive content</source>
1983 <target>Zobrazit citlivý obsah</target> 2001 <target>Zobrazit citlivý obsah</target>
@@ -1999,7 +2017,7 @@ The link will expire within 1 hour.</target>
1999 2017
2000 2018
2001 2019
2002 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 2020 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
2003 <trans-unit id="5478121364779850827" datatype="html"> 2021 <trans-unit id="5478121364779850827" datatype="html">
2004 <source>Reset</source> 2022 <source>Reset</source>
2005 <target state="new"> 2023 <target state="new">
@@ -2022,7 +2040,7 @@ The link will expire within 1 hour.</target>
2022 2040
2023 2041
2024 2042
2025 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 2043 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
2026 <trans-unit id="4184995865179898060" datatype="html"> 2044 <trans-unit id="4184995865179898060" datatype="html">
2027 <source>Display all licenses</source> 2045 <source>Display all licenses</source>
2028 <target state="new">Display all licenses</target> 2046 <target state="new">Display all licenses</target>
@@ -2035,7 +2053,7 @@ The link will expire within 1 hour.</target>
2035 2053
2036 2054
2037 2055
2038 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 2056 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
2039 <trans-unit id="7904142744051432458" datatype="html"> 2057 <trans-unit id="7904142744051432458" datatype="html">
2040 <source>Display all languages</source> 2058 <source>Display all languages</source>
2041 <target state="new">Display all languages</target> 2059 <target state="new">Display all languages</target>
@@ -2050,17 +2068,23 @@ The link will expire within 1 hour.</target>
2050 <source>One of these tags</source> 2068 <source>One of these tags</source>
2051 <target>Jeden z těchto štítků</target> 2069 <target>Jeden z těchto štítků</target>
2052 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 2070 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
2071 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
2072 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
2073 <context-group purpose="location">
2074 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
2075 <context context-type="linenumber">178</context>
2076 </context-group>
2053 </trans-unit> 2077 </trans-unit>
2054 <trans-unit id="283421392567624698" datatype="html"> 2078 <trans-unit id="283421392567624698" datatype="html">
2055 <source>Search target</source> 2079 <source>Search target</source>
2056 <target state="new">Search target</target> 2080 <target state="new">Search target</target>
2057 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 2081
2058 </trans-unit> 2082 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
2059 <trans-unit id="2489767671380266270" datatype="html"> 2083 <trans-unit id="2489767671380266270" datatype="html">
2060 <source>Vidiverse</source> 2084 <source>Vidiverse</source>
2061 <target state="new">Vidiverse</target> 2085 <target state="new">Vidiverse</target>
2062 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 2086
2063 </trans-unit> 2087 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
2064 <trans-unit id="5478121364779850827" datatype="html"> 2088 <trans-unit id="5478121364779850827" datatype="html">
2065 <source>Reset</source> 2089 <source>Reset</source>
2066 <target state="new"> 2090 <target state="new">
@@ -2071,8 +2095,8 @@ The link will expire within 1 hour.</target>
2071 <trans-unit id="8829497237648100098"> 2095 <trans-unit id="8829497237648100098">
2072 <source>Filter</source> 2096 <source>Filter</source>
2073 <target>Filtr</target> 2097 <target>Filtr</target>
2074 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 2098
2075 </trans-unit> 2099 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
2076 <trans-unit id="6479885129995567639" datatype="html"> 2100 <trans-unit id="6479885129995567639" datatype="html">
2077 <source>Video channels</source> 2101 <source>Video channels</source>
2078 <target state="new">Video channels</target> 2102 <target state="new">Video channels</target>
@@ -2110,7 +2134,7 @@ The link will expire within 1 hour.</target>
2110 <target>Štítky</target> 2134 <target>Štítky</target>
2111 2135
2112 2136
2113 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 2137 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
2114 <trans-unit id="354332809647287722" datatype="html"> 2138 <trans-unit id="354332809647287722" datatype="html">
2115 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 2139 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
2116 <target state="new"> 2140 <target state="new">
@@ -2612,8 +2636,8 @@ The link will expire within 1 hour.</target>
2612 <trans-unit id="6161604372916832458" datatype="html"> 2636 <trans-unit id="6161604372916832458" datatype="html">
2613 <source>Upload on hold</source> 2637 <source>Upload on hold</source>
2614 <target state="new">Upload on hold</target> 2638 <target state="new">Upload on hold</target>
2615 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group> 2639
2616 </trans-unit> 2640 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2617 <trans-unit id="285180972645018518" datatype="html"> 2641 <trans-unit id="285180972645018518" datatype="html">
2618 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2642 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2619 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2643 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2959,12 +2983,18 @@ The link will expire within 1 hour.</target>
2959 <source>Origin</source> 2983 <source>Origin</source>
2960 <target state="new">Origin</target> 2984 <target state="new">Origin</target>
2961 2985
2962 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2986 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2987 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2988 <context-group purpose="location">
2989 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2990 <context context-type="linenumber">14</context>
2991 </context-group>
2992 </trans-unit>
2963 <trans-unit id="5139892963394684487" datatype="html"> 2993 <trans-unit id="5139892963394684487" datatype="html">
2964 <source>Originally published</source> 2994 <source>Originally published</source>
2965 <target state="new">Originally published</target> 2995 <target state="new">Originally published</target>
2966 2996
2967 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2997 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2968 <trans-unit id="6402393085909200998" datatype="html"> 2998 <trans-unit id="6402393085909200998" datatype="html">
2969 <source>Friendly Reminder:</source> 2999 <source>Friendly Reminder:</source>
2970 <target state="new">Friendly Reminder: </target> 3000 <target state="new">Friendly Reminder: </target>
@@ -3325,11 +3355,7 @@ The link will expire within 1 hour.</target>
3325 <target>ID</target> 3355 <target>ID</target>
3326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3327 </trans-unit> 3357 </trans-unit>
3328 <trans-unit id="2265605798180116441"> 3358
3329 <source>Follower handle</source>
3330 <target state="new">Follower handle</target>
3331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
3332 </trans-unit>
3333 <trans-unit id="5911214550882917183"> 3359 <trans-unit id="5911214550882917183">
3334 <source>State</source> 3360 <source>State</source>
3335 <target>Stav</target> 3361 <target>Stav</target>
@@ -3401,11 +3427,7 @@ The link will expire within 1 hour.</target>
3401 </target> 3427 </target>
3402 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3403 </trans-unit> 3429 </trans-unit>
3404 <trans-unit id="6641024648411549335"> 3430
3405 <source>Host</source>
3406 <target>Host</target>
3407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3408 </trans-unit>
3409 <trans-unit id="6571718060636962350" datatype="html"> 3431 <trans-unit id="6571718060636962350" datatype="html">
3410 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3432 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3411 <target state="new">Redundancy allowed 3433 <target state="new">Redundancy allowed
@@ -3417,9 +3439,9 @@ The link will expire within 1 hour.</target>
3417 <trans-unit id="9160510009013134726" datatype="html"> 3439 <trans-unit id="9160510009013134726" datatype="html">
3418 <source>Unfollow</source> 3440 <source>Unfollow</source>
3419 <target state="new">Unfollow</target> 3441 <target state="new">Unfollow</target>
3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3442
3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3443
3422 </trans-unit> 3444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3423 <trans-unit id="8246779176913476983" datatype="html"> 3445 <trans-unit id="8246779176913476983" datatype="html">
3424 <source>Open instance in a new tab</source> 3446 <source>Open instance in a new tab</source>
3425 <target state="new">Open instance in a new tab</target> 3447 <target state="new">Open instance in a new tab</target>
@@ -3430,13 +3452,13 @@ The link will expire within 1 hour.</target>
3430 <trans-unit id="9132918641931433659" datatype="html"> 3452 <trans-unit id="9132918641931433659" datatype="html">
3431 <source>No host found matching current filters.</source> 3453 <source>No host found matching current filters.</source>
3432 <target state="new">No host found matching current filters.</target> 3454 <target state="new">No host found matching current filters.</target>
3433 <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> 3455
3434 </trans-unit> 3456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3435 <trans-unit id="7274241885665071790" datatype="html"> 3457 <trans-unit id="7274241885665071790" datatype="html">
3436 <source>Your instance is not following anyone.</source> 3458 <source>Your instance is not following anyone.</source>
3437 <target state="new">Your instance is not following anyone.</target> 3459 <target state="new">Your instance is not following anyone.</target>
3438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3460
3439 </trans-unit> 3461 <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>
3440 <trans-unit id="4774348799569692380" datatype="html"> 3462 <trans-unit id="4774348799569692380" datatype="html">
3441 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3463 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3442 <target state="new">Showing 3464 <target state="new">Showing
@@ -3446,16 +3468,8 @@ The link will expire within 1 hour.</target>
3446 </target> 3468 </target>
3447 <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> 3469 <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>
3448 </trans-unit> 3470 </trans-unit>
3449 <trans-unit id="6275803119759621687" datatype="html"> 3471
3450 <source>Follow domains</source> 3472
3451 <target state="new">Follow domains</target>
3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3453 </trans-unit>
3454 <trans-unit id="1268699198448750610" datatype="html">
3455 <source>Follow instances</source>
3456 <target state="new">Follow instances</target>
3457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3458 </trans-unit>
3459 <trans-unit id="9216117865911519658" datatype="html"> 3473 <trans-unit id="9216117865911519658" datatype="html">
3460 <source>Action</source> 3474 <source>Action</source>
3461 <target state="new">Action</target> 3475 <target state="new">Action</target>
@@ -3505,11 +3519,11 @@ The link will expire within 1 hour.</target>
3505 <trans-unit id="5248717555542428023"> 3519 <trans-unit id="5248717555542428023">
3506 <source>Username</source> 3520 <source>Username</source>
3507 <target>Uživatelské jméno</target> 3521 <target>Uživatelské jméno</target>
3508 <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> 3522
3509 <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> 3523
3510 <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> 3524
3511 <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> 3525
3512 </trans-unit> 3526 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3513 <trans-unit id="5428411040014095392" datatype="html"> 3527 <trans-unit id="5428411040014095392" datatype="html">
3514 <source>e.g. jane_doe</source> 3528 <source>e.g. jane_doe</source>
3515 <target state="new">e.g. jane_doe</target> 3529 <target state="new">e.g. jane_doe</target>
@@ -3539,9 +3553,9 @@ The link will expire within 1 hour.</target>
3539 <trans-unit id="4145496584631696119"> 3553 <trans-unit id="4145496584631696119">
3540 <source>Role</source> 3554 <source>Role</source>
3541 <target>Role</target> 3555 <target>Role</target>
3542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3556
3543 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3557
3544 </trans-unit> 3558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3545 <trans-unit id="7046347992315328430" datatype="html"> 3559 <trans-unit id="7046347992315328430" datatype="html">
3546 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3560 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3547 <target state="new"> 3561 <target state="new">
@@ -3566,15 +3580,9 @@ The link will expire within 1 hour.</target>
3566 <trans-unit id="2622255144026150901" datatype="html"> 3580 <trans-unit id="2622255144026150901" datatype="html">
3567 <source>Auth plugin</source> 3581 <source>Auth plugin</source>
3568 <target state="new">Auth plugin</target> 3582 <target state="new">Auth plugin</target>
3569 <context-group purpose="location"> 3583
3570 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3584
3571 <context context-type="linenumber">188</context> 3585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit>
3572 </context-group>
3573 <context-group purpose="location">
3574 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3575 <context context-type="linenumber">188</context>
3576 </context-group>
3577 </trans-unit>
3578 <trans-unit id="588099657508661970" datatype="html"> 3586 <trans-unit id="588099657508661970" datatype="html">
3579 <source>None (local authentication)</source> 3587 <source>None (local authentication)</source>
3580 <target state="new">None (local authentication)</target> 3588 <target state="new">None (local authentication)</target>
@@ -3836,6 +3844,12 @@ The link will expire within 1 hour.</target>
3836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group> 3844 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group>
3837 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3845 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3846 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3847 </trans-unit><trans-unit id="8390803680962035202" datatype="html">
3848 <source>Follower</source><target state="new">Follower</target>
3849 <context-group purpose="location">
3850 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3851 <context context-type="linenumber">24</context>
3852 </context-group>
3839 </trans-unit> 3853 </trans-unit>
3840 <trans-unit id="4691552465058437520" datatype="html"> 3854 <trans-unit id="4691552465058437520" datatype="html">
3841 <source>Commented video</source> 3855 <source>Commented video</source>
@@ -3881,43 +3895,28 @@ The link will expire within 1 hour.</target>
3881 <trans-unit id="1807029821872995706" datatype="html"> 3895 <trans-unit id="1807029821872995706" datatype="html">
3882 <source>Unsolved reports</source> 3896 <source>Unsolved reports</source>
3883 <target state="new">Unsolved reports</target> 3897 <target state="new">Unsolved reports</target>
3884 <context-group purpose="location"> 3898
3885 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3899 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3886 <context context-type="linenumber">42</context>
3887 </context-group>
3888 </trans-unit>
3889 <trans-unit id="2570256912317308673" datatype="html"> 3900 <trans-unit id="2570256912317308673" datatype="html">
3890 <source>Accepted reports</source> 3901 <source>Accepted reports</source>
3891 <target state="new">Accepted reports</target> 3902 <target state="new">Accepted reports</target>
3892 <context-group purpose="location"> 3903
3893 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3904 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3894 <context context-type="linenumber">46</context>
3895 </context-group>
3896 </trans-unit>
3897 <trans-unit id="4335414817109654558" datatype="html"> 3905 <trans-unit id="4335414817109654558" datatype="html">
3898 <source>Refused reports</source> 3906 <source>Refused reports</source>
3899 <target state="new">Refused reports</target> 3907 <target state="new">Refused reports</target>
3900 <context-group purpose="location"> 3908
3901 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3909 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3902 <context context-type="linenumber">50</context>
3903 </context-group>
3904 </trans-unit>
3905 <trans-unit id="5604806676748121035" datatype="html"> 3910 <trans-unit id="5604806676748121035" datatype="html">
3906 <source>Reports with blocked videos</source> 3911 <source>Reports with blocked videos</source>
3907 <target state="new">Reports with blocked videos</target> 3912 <target state="new">Reports with blocked videos</target>
3908 <context-group purpose="location"> 3913
3909 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3914 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3910 <context context-type="linenumber">54</context>
3911 </context-group>
3912 </trans-unit>
3913 <trans-unit id="5105869928182826553" datatype="html"> 3915 <trans-unit id="5105869928182826553" datatype="html">
3914 <source>Reports with deleted videos</source> 3916 <source>Reports with deleted videos</source>
3915 <target state="new">Reports with deleted videos</target> 3917 <target state="new">Reports with deleted videos</target>
3916 <context-group purpose="location"> 3918
3917 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3919 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3918 <context context-type="linenumber">58</context>
3919 </context-group>
3920 </trans-unit>
3921 <trans-unit id="4678289986918934018" datatype="html"> 3920 <trans-unit id="4678289986918934018" datatype="html">
3922 <source>Block reason:</source> 3921 <source>Block reason:</source>
3923 <target state="new">Block reason:</target> 3922 <target state="new">Block reason:</target>
@@ -3936,19 +3935,13 @@ The link will expire within 1 hour.</target>
3936 <trans-unit id="7755288609601798418" datatype="html"> 3935 <trans-unit id="7755288609601798418" datatype="html">
3937 <source>Automatic blocks</source> 3936 <source>Automatic blocks</source>
3938 <target state="new">Automatic blocks</target> 3937 <target state="new">Automatic blocks</target>
3939 <context-group purpose="location"> 3938
3940 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3941 <context context-type="linenumber">31</context>
3942 </context-group>
3943 </trans-unit>
3944 <trans-unit id="6510868134640657079" datatype="html"> 3940 <trans-unit id="6510868134640657079" datatype="html">
3945 <source>Manual blocks</source> 3941 <source>Manual blocks</source>
3946 <target state="new">Manual blocks</target> 3942 <target state="new">Manual blocks</target>
3947 <context-group purpose="location"> 3943
3948 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3949 <context context-type="linenumber">35</context>
3950 </context-group>
3951 </trans-unit>
3952 <trans-unit id="2143435845912984377" datatype="html"> 3945 <trans-unit id="2143435845912984377" datatype="html">
3953 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3946 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3954 <target state="new">Showing 3947 <target state="new">Showing
@@ -4122,11 +4115,11 @@ The link will expire within 1 hour.</target>
4122 <trans-unit id="2381859602529023966"> 4115 <trans-unit id="2381859602529023966">
4123 <source>Instance</source> 4116 <source>Instance</source>
4124 <target>Instance</target> 4117 <target>Instance</target>
4125 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4118
4126 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 4119
4127 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 4120
4128 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 4121
4129 </trans-unit> 4122 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
4130 <trans-unit id="1300704815627663264"> 4123 <trans-unit id="1300704815627663264">
4131 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 4124 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
4132 <target state="new">Muted at 4125 <target state="new">Muted at
@@ -4173,8 +4166,8 @@ The link will expire within 1 hour.</target>
4173 <target state="new"> 4166 <target state="new">
4174 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4167 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4175 </target> 4168 </target>
4176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 4169
4177 </trans-unit> 4170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
4178 <trans-unit id="4058814854824495833" datatype="html"> 4171 <trans-unit id="4058814854824495833" datatype="html">
4179 <source>Mute domains</source> 4172 <source>Mute domains</source>
4180 <target state="new">Mute domains</target> 4173 <target state="new">Mute domains</target>
@@ -4252,7 +4245,7 @@ The link will expire within 1 hour.</target>
4252 4245
4253 4246
4254 4247
4255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 4248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
4256 <trans-unit id="8630916846096019339" datatype="html"> 4249 <trans-unit id="8630916846096019339" datatype="html">
4257 <source>Users can resolve distant content</source> 4250 <source>Users can resolve distant content</source>
4258 <target state="new">Users can resolve distant content</target> 4251 <target state="new">Users can resolve distant content</target>
@@ -6176,11 +6169,8 @@ color: red;
6176 <trans-unit id="5512878593724620692" datatype="html"> 6169 <trans-unit id="5512878593724620692" datatype="html">
6177 <source>CHANNELS</source> 6170 <source>CHANNELS</source>
6178 <target state="new">CHANNELS</target> 6171 <target state="new">CHANNELS</target>
6179 <context-group purpose="location"> 6172
6180 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 6173 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
6181 <context context-type="linenumber">82</context>
6182 </context-group>
6183 </trans-unit>
6184 <trans-unit id="3666829335406793239"> 6174 <trans-unit id="3666829335406793239">
6185 <source>This account does not have channels.</source> 6175 <source>This account does not have channels.</source>
6186 <target>Tento účet nemá žádné kanály.</target> 6176 <target>Tento účet nemá žádné kanály.</target>
@@ -6225,6 +6215,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6225It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 6215It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
6226channel with the same name (<x id="PH_2"/>)!</target> 6216channel with the same name (<x id="PH_2"/>)!</target>
6227 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 6217 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
6218 </trans-unit><trans-unit id="4433306639366959484" datatype="html">
6219 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
6220 <context-group purpose="location">
6221 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
6222 <context context-type="linenumber">48</context>
6223 </context-group>
6228 </trans-unit> 6224 </trans-unit>
6229 <trans-unit id="5387007581996837469" datatype="html"> 6225 <trans-unit id="5387007581996837469" datatype="html">
6230 <source>My Channels</source> 6226 <source>My Channels</source>
@@ -6824,12 +6820,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6824 <source>Your message has been sent.</source> 6820 <source>Your message has been sent.</source>
6825 <target state="new">Your message has been sent.</target> 6821 <target state="new">Your message has been sent.</target>
6826 6822
6827 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6823 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6828 <trans-unit id="2072135752262464360" datatype="html"> 6824 <trans-unit id="2072135752262464360" datatype="html">
6829 <source>You already sent this form recently</source> 6825 <source>You already sent this form recently</source>
6830 <target state="new">You already sent this form recently</target> 6826 <target state="new">You already sent this form recently</target>
6831 6827
6832 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6828 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6833 <trans-unit id="819067926858619041" datatype="html"> 6829 <trans-unit id="819067926858619041" datatype="html">
6834 <source>Account videos</source> 6830 <source>Account videos</source>
6835 <target state="new">Account videos</target> 6831 <target state="new">Account videos</target>
@@ -6874,13 +6870,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6874 <target state="new"> 6870 <target state="new">
6875 <x id="PH"/> direct account followers 6871 <x id="PH"/> direct account followers
6876 </target> 6872 </target>
6877 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6873
6878 </trans-unit> 6874 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6879 <trans-unit id="6250999352462648289" datatype="html"> 6875 <trans-unit id="6250999352462648289" datatype="html">
6880 <source>Report this account</source> 6876 <source>Report this account</source>
6881 <target state="new">Report this account</target> 6877 <target state="new">Report this account</target>
6882 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6878
6883 </trans-unit> 6879 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6884 <trans-unit id="1504521795586863905" datatype="html"> 6880 <trans-unit id="1504521795586863905" datatype="html">
6885 <source>VIDEOS</source> 6881 <source>VIDEOS</source>
6886 <target state="new">VIDEOS</target> 6882 <target state="new">VIDEOS</target>
@@ -6890,31 +6886,21 @@ channel with the same name (<x id="PH_2"/>)!</target>
6890 <trans-unit id="25349740244798533" datatype="html"> 6886 <trans-unit id="25349740244798533" datatype="html">
6891 <source>Username copied</source> 6887 <source>Username copied</source>
6892 <target state="new">Username copied</target> 6888 <target state="new">Username copied</target>
6893 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6889
6894 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6890
6895 </trans-unit> 6891 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6896 <trans-unit id="9221735175659318025" datatype="html"> 6892 <trans-unit id="9221735175659318025" datatype="html">
6897 <source>1 subscriber</source> 6893 <source>1 subscriber</source>
6898 <target state="new">1 subscriber</target> 6894 <target state="new">1 subscriber</target>
6899 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6895
6900 </trans-unit> 6896 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6901 <trans-unit id="4097331874769079975" datatype="html"> 6897 <trans-unit id="4097331874769079975" datatype="html">
6902 <source><x id="PH"/> subscribers</source> 6898 <source><x id="PH"/> subscribers</source>
6903 <target state="new"><x id="PH"/> subscribers</target> 6899 <target state="new"><x id="PH"/> subscribers</target>
6904 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6900
6905 </trans-unit> 6901 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6906 <trans-unit id="4682675125751819107" datatype="html"> 6902
6907 <source>Instances you follow</source> 6903
6908 <target state="new">Instances you follow</target>
6909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6911 </trans-unit>
6912 <trans-unit id="8899833753704589712" datatype="html">
6913 <source>Instances following you</source>
6914 <target state="new">Instances following you</target>
6915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6917 </trans-unit>
6918 <trans-unit id="1035838766454786107" datatype="html"> 6904 <trans-unit id="1035838766454786107" datatype="html">
6919 <source>Audio-only</source> 6905 <source>Audio-only</source>
6920 <target state="new">Audio-only</target> 6906 <target state="new">Audio-only</target>
@@ -6964,6 +6950,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6964 <source>Auto (via ffmpeg)</source> 6950 <source>Auto (via ffmpeg)</source>
6965 <target state="new">Auto (via ffmpeg)</target> 6951 <target state="new">Auto (via ffmpeg)</target>
6966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6953 </trans-unit><trans-unit id="3642770981085338761" datatype="html">
6954 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6955 <context-group purpose="location">
6956 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6957 <context context-type="linenumber">3</context>
6958 </context-group>
6967 </trans-unit> 6959 </trans-unit>
6968 <trans-unit id="931255636742351800" datatype="html"> 6960 <trans-unit id="931255636742351800" datatype="html">
6969 <source>No limit</source> 6961 <source>No limit</source>
@@ -7114,18 +7106,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
7114 <trans-unit id="2127446333083057097" datatype="html"> 7106 <trans-unit id="2127446333083057097" datatype="html">
7115 <source>Domain is required.</source> 7107 <source>Domain is required.</source>
7116 <target state="new">Domain is required.</target> 7108 <target state="new">Domain is required.</target>
7117 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 7109
7118 </trans-unit> 7110 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
7119 <trans-unit id="6780793142903080663" datatype="html"> 7111 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
7120 <source>Domains entered are invalid.</source> 7112 <context-group purpose="location">
7121 <target state="new">Domains entered are invalid.</target> 7113 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7122 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 7114 <context context-type="linenumber">93</context>
7123 </trans-unit> 7115 </context-group>
7124 <trans-unit id="5886492514458202177" datatype="html"> 7116 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
7125 <source>Domains entered contain duplicates.</source> 7117 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
7126 <target state="new">Domains entered contain duplicates.</target> 7118 <context-group purpose="location">
7127 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 7119 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7120 <context context-type="linenumber">94</context>
7121 </context-group>
7122 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
7123 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
7124 <context-group purpose="location">
7125 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7126 <context context-type="linenumber">102</context>
7127 </context-group>
7128 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
7129 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
7130 <context-group purpose="location">
7131 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7132 <context context-type="linenumber">103</context>
7133 </context-group>
7128 </trans-unit> 7134 </trans-unit>
7135
7136
7129 <trans-unit id="240806681889331244"> 7137 <trans-unit id="240806681889331244">
7130 <source>Unlimited</source> 7138 <source>Unlimited</source>
7131 <target>Neomezeně</target> 7139 <target>Neomezeně</target>
@@ -7285,24 +7293,50 @@ channel with the same name (<x id="PH_2"/>)!</target>
7285 <x id="PH"/> removed from instance followers 7293 <x id="PH"/> removed from instance followers
7286 </target> 7294 </target>
7287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 7295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
7296 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
7297 <source>Follow</source><target state="new">Follow</target>
7298 <context-group purpose="location">
7299 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7300 <context context-type="linenumber">3</context>
7301 </context-group>
7302 <context-group purpose="location">
7303 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7304 <context context-type="linenumber">37</context>
7305 </context-group>
7306 <context-group purpose="location">
7307 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7308 <context context-type="linenumber">18</context>
7309 </context-group>
7310 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
7311 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
7312 <context-group purpose="location">
7313 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7314 <context context-type="linenumber">11</context>
7315 </context-group>
7288 </trans-unit> 7316 </trans-unit>
7289 <trans-unit id="2740793005745065895"> 7317 <trans-unit id="2740793005745065895">
7290 <source><x id="PH"/> is not valid </source> 7318 <source><x id="PH"/> is not valid </source>
7291 <target> 7319 <target>
7292 <x id="PH"/> není platný 7320 <x id="PH"/> není platný
7293 </target> 7321 </target>
7294 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 7322
7295 </trans-unit> 7323 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7296 <trans-unit id="2355066641781598196"> 7324 <trans-unit id="2355066641781598196">
7297 <source>Follow request(s) sent!</source> 7325 <source>Follow request(s) sent!</source>
7298 <target>Požadavek odeslán!</target> 7326 <target>Požadavek odeslán!</target>
7299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 7327
7328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
7329 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
7330 <context-group purpose="location">
7331 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7332 <context context-type="linenumber">3</context>
7333 </context-group>
7300 </trans-unit> 7334 </trans-unit>
7301 <trans-unit id="4245720728052819482"> 7335 <trans-unit id="4245720728052819482">
7302 <source>Do you really want to unfollow <x id="PH"/>?</source> 7336 <source>Do you really want to unfollow <x id="PH"/>?</source>
7303 <target>Opravdu chcete zrušit odběr kanálu <x id="PH"/>?</target> 7337 <target>Opravdu chcete zrušit odběr kanálu <x id="PH"/>?</target>
7304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 7338
7305 </trans-unit> 7339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
7306 <trans-unit id="9160510009013134726"> 7340 <trans-unit id="9160510009013134726">
7307 <source>Unfollow</source> 7341 <source>Unfollow</source>
7308 <target>Zrušit odběr</target> 7342 <target>Zrušit odběr</target>
@@ -7311,8 +7345,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7311 <trans-unit id="3935234189109112926"> 7345 <trans-unit id="3935234189109112926">
7312 <source>You are not following <x id="PH"/> anymore.</source> 7346 <source>You are not following <x id="PH"/> anymore.</source>
7313 <target>Už dále neodebíráte <x id="PH"/>.</target> 7347 <target>Už dále neodebíráte <x id="PH"/>.</target>
7314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 7348
7315 </trans-unit> 7349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
7316 <trans-unit id="2593763089859685916" datatype="html"> 7350 <trans-unit id="2593763089859685916" datatype="html">
7317 <source>enabled</source> 7351 <source>enabled</source>
7318 <target state="new">enabled</target> 7352 <target state="new">enabled</target>
@@ -7423,121 +7457,121 @@ channel with the same name (<x id="PH_2"/>)!</target>
7423 <trans-unit id="6473213678768782133" datatype="html"> 7457 <trans-unit id="6473213678768782133" datatype="html">
7424 <source>Internal actions</source> 7458 <source>Internal actions</source>
7425 <target state="new">Internal actions</target> 7459 <target state="new">Internal actions</target>
7426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7460
7427 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7461
7428 </trans-unit> 7462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7429 <trans-unit id="4559872264406386913" datatype="html"> 7463 <trans-unit id="4559872264406386913" datatype="html">
7430 <source>Delete report</source> 7464 <source>Delete report</source>
7431 <target state="new">Delete report</target> 7465 <target state="new">Delete report</target>
7432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7466
7433 </trans-unit> 7467 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7434 <trans-unit id="5793550984155962433" datatype="html"> 7468 <trans-unit id="5793550984155962433" datatype="html">
7435 <source>Actions for the flagged account</source> 7469 <source>Actions for the flagged account</source>
7436 <target state="new">Actions for the flagged account</target> 7470 <target state="new">Actions for the flagged account</target>
7437 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7471
7438 </trans-unit> 7472 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7439 <trans-unit id="1679841953757186358" datatype="html"> 7473 <trans-unit id="1679841953757186358" datatype="html">
7440 <source>Mark as accepted</source> 7474 <source>Mark as accepted</source>
7441 <target state="new">Mark as accepted</target> 7475 <target state="new">Mark as accepted</target>
7442 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7476
7443 </trans-unit> 7477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7444 <trans-unit id="7993358694073742566" datatype="html"> 7478 <trans-unit id="7993358694073742566" datatype="html">
7445 <source>Mark as rejected</source> 7479 <source>Mark as rejected</source>
7446 <target state="new">Mark as rejected</target> 7480 <target state="new">Mark as rejected</target>
7447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7481
7448 </trans-unit> 7482 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7449 <trans-unit id="4175703770051343108" datatype="html"> 7483 <trans-unit id="4175703770051343108" datatype="html">
7450 <source>Add internal note</source> 7484 <source>Add internal note</source>
7451 <target state="new">Add internal note</target> 7485 <target state="new">Add internal note</target>
7452 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7486
7453 </trans-unit> 7487 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7454 <trans-unit id="296166371893775555" datatype="html"> 7488 <trans-unit id="296166371893775555" datatype="html">
7455 <source>Actions for the video</source> 7489 <source>Actions for the video</source>
7456 <target state="new">Actions for the video</target> 7490 <target state="new">Actions for the video</target>
7457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7491
7458 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7492
7459 </trans-unit> 7493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7460 <trans-unit id="3924877328520650445" datatype="html"> 7494 <trans-unit id="3924877328520650445" datatype="html">
7461 <source>Block video</source> 7495 <source>Block video</source>
7462 <target state="new">Block video</target> 7496 <target state="new">Block video</target>
7463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7497
7464 </trans-unit> 7498 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7465 <trans-unit id="4762794934098378428" datatype="html"> 7499 <trans-unit id="4762794934098378428" datatype="html">
7466 <source>Video blocked.</source> 7500 <source>Video blocked.</source>
7467 <target state="new">Video blocked.</target> 7501 <target state="new">Video blocked.</target>
7468 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7502
7469 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7503
7470 </trans-unit> 7504 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7471 <trans-unit id="4328862996304258770" datatype="html"> 7505 <trans-unit id="4328862996304258770" datatype="html">
7472 <source>Unblock video</source> 7506 <source>Unblock video</source>
7473 <target state="new">Unblock video</target> 7507 <target state="new">Unblock video</target>
7474 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7508
7475 </trans-unit> 7509 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7476 <trans-unit id="9065327551191479877" datatype="html"> 7510 <trans-unit id="9065327551191479877" datatype="html">
7477 <source>Video unblocked.</source> 7511 <source>Video unblocked.</source>
7478 <target state="new">Video unblocked.</target> 7512 <target state="new">Video unblocked.</target>
7479 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7513
7480 </trans-unit> 7514 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7481 <trans-unit id="1250415136605923486" datatype="html"> 7515 <trans-unit id="1250415136605923486" datatype="html">
7482 <source>Do you really want to delete this abuse report?</source> 7516 <source>Do you really want to delete this abuse report?</source>
7483 <target state="new">Do you really want to delete this abuse report?</target> 7517 <target state="new">Do you really want to delete this abuse report?</target>
7484 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7518
7485 </trans-unit> 7519 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7486 <trans-unit id="3482559157143817408" datatype="html"> 7520 <trans-unit id="3482559157143817408" datatype="html">
7487 <source>Abuse deleted.</source> 7521 <source>Abuse deleted.</source>
7488 <target state="new">Abuse deleted.</target> 7522 <target state="new">Abuse deleted.</target>
7489 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7523
7490 </trans-unit> 7524 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7491 <trans-unit id="6282990098351939529" datatype="html"> 7525 <trans-unit id="6282990098351939529" datatype="html">
7492 <source>Deleted comment</source> 7526 <source>Deleted comment</source>
7493 <target state="new">Deleted comment</target> 7527 <target state="new">Deleted comment</target>
7494 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7528
7495 </trans-unit> 7529 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7496 <trans-unit id="9196775343330824083" datatype="html"> 7530 <trans-unit id="9196775343330824083" datatype="html">
7497 <source>Messages with reporter</source> 7531 <source>Messages with reporter</source>
7498 <target state="new">Messages with reporter</target> 7532 <target state="new">Messages with reporter</target>
7499 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7533
7500 </trans-unit> 7534 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7501 <trans-unit id="8770468575924421391" datatype="html"> 7535 <trans-unit id="8770468575924421391" datatype="html">
7502 <source>Messages with moderators</source> 7536 <source>Messages with moderators</source>
7503 <target state="new">Messages with moderators</target> 7537 <target state="new">Messages with moderators</target>
7504 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7538
7505 </trans-unit> 7539 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7506 <trans-unit id="8528549800795985099" datatype="html"> 7540 <trans-unit id="8528549800795985099" datatype="html">
7507 <source>Update internal note</source> 7541 <source>Update internal note</source>
7508 <target state="new">Update internal note</target> 7542 <target state="new">Update internal note</target>
7509 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7543
7510 </trans-unit> 7544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7511 <trans-unit id="3962242315365992494" datatype="html"> 7545 <trans-unit id="3962242315365992494" datatype="html">
7512 <source>Switch video block to manual</source> 7546 <source>Switch video block to manual</source>
7513 <target state="new">Switch video block to manual</target> 7547 <target state="new">Switch video block to manual</target>
7514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7548
7515 </trans-unit> 7549 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7516 <trans-unit id="6906423861055262169" datatype="html"> 7550 <trans-unit id="6906423861055262169" datatype="html">
7517 <source>Video <x id="PH"/> switched to manual block.</source> 7551 <source>Video <x id="PH"/> switched to manual block.</source>
7518 <target state="translated">Video <x id="PH"/> přepnuto na ruční blokování.</target> 7552 <target state="translated">Video <x id="PH"/> přepnuto na ruční blokování.</target>
7519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7553
7520 </trans-unit> 7554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7521 <trans-unit id="7293356040886494773" datatype="html"> 7555 <trans-unit id="7293356040886494773" datatype="html">
7522 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7556 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7523 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7557 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group> 7558
7525 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group> 7559
7526 </trans-unit> 7560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7527 <trans-unit id="4859202148272511129" datatype="html"> 7561 <trans-unit id="4859202148272511129" datatype="html">
7528 <source>Unblock</source> 7562 <source>Unblock</source>
7529 <target state="new">Unblock</target> 7563 <target state="new">Unblock</target>
7530 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group> 7564
7531 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group> 7565
7532 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group> 7566
7533 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group> 7567
7534 </trans-unit> 7568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7535 <trans-unit id="4922469417589203720" datatype="html"> 7569 <trans-unit id="4922469417589203720" datatype="html">
7536 <source>Video <x id="PH"/> unblocked.</source> 7570 <source>Video <x id="PH"/> unblocked.</source>
7537 <target state="translated">Video <x id="PH"/> odblokováno.</target> 7571 <target state="translated">Video <x id="PH"/> odblokováno.</target>
7538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group> 7572
7539 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group> 7573
7540 </trans-unit> 7574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7541 <trans-unit id="6286037250766429054" datatype="html"> 7575 <trans-unit id="6286037250766429054" datatype="html">
7542 <source>yes</source> 7576 <source>yes</source>
7543 <target state="new">yes</target> 7577 <target state="new">yes</target>
@@ -7788,9 +7822,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7788 <trans-unit id="1519954996184640001"> 7822 <trans-unit id="1519954996184640001">
7789 <source>Error</source> 7823 <source>Error</source>
7790 <target>Chyba</target> 7824 <target>Chyba</target>
7791 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7825
7792 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7826
7793 </trans-unit> 7827 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7794 <trans-unit id="5076187961693950167" datatype="html"> 7828 <trans-unit id="5076187961693950167" datatype="html">
7795 <source>Standard logs</source> 7829 <source>Standard logs</source>
7796 <target state="new">Standard logs</target> 7830 <target state="new">Standard logs</target>
@@ -7831,16 +7865,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7831 <target state="new">Update user password</target> 7865 <target state="new">Update user password</target>
7832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7833 </trans-unit> 7867 </trans-unit>
7834 <trans-unit id="177544274549739411" datatype="html"> 7868
7835 <source>Following list</source> 7869
7836 <target state="new">Following list</target>
7837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7838 </trans-unit>
7839 <trans-unit id="8092429110007204784" datatype="html">
7840 <source>Followers list</source>
7841 <target state="new">Followers list</target>
7842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7843 </trans-unit>
7844 <trans-unit id="780323526182667308" datatype="html"> 7870 <trans-unit id="780323526182667308" datatype="html">
7845 <source>User <x id="PH"/> updated.</source> 7871 <source>User <x id="PH"/> updated.</source>
7846 <target state="translated">Uživatel <x id="PH"/> aktualizován.</target> 7872 <target state="translated">Uživatel <x id="PH"/> aktualizován.</target>
@@ -7878,16 +7904,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7878 <target state="new">Federation</target> 7904 <target state="new">Federation</target>
7879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7880 </trans-unit> 7906 </trans-unit>
7881 <trans-unit id="4682675125751819107" datatype="html"> 7907
7882 <source>Instances you follow</source> 7908
7883 <target state="new">Instances you follow</target>
7884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7885 </trans-unit>
7886 <trans-unit id="8899833753704589712" datatype="html">
7887 <source>Instances following you</source>
7888 <target state="new">Instances following you</target>
7889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7890 </trans-unit>
7891 <trans-unit id="3767259920053407667" datatype="html"> 7909 <trans-unit id="3767259920053407667" datatype="html">
7892 <source>Videos will be deleted, comments will be tombstoned.</source> 7910 <source>Videos will be deleted, comments will be tombstoned.</source>
7893 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7911 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7918,6 +7936,24 @@ channel with the same name (<x id="PH_2"/>)!</target>
7918 <target state="new">Set Email as Verified</target> 7936 <target state="new">Set Email as Verified</target>
7919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group> 7937 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7920 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group> 7938 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7939 </trans-unit><trans-unit id="4207916966377787111" datatype="html">
7940 <source>Created</source><target state="new">Created</target>
7941 <context-group purpose="location">
7942 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7943 <context context-type="linenumber">115</context>
7944 </context-group>
7945 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7946 <source>Daily quota</source><target state="new">Daily quota</target>
7947 <context-group purpose="location">
7948 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7949 <context context-type="linenumber">120</context>
7950 </context-group>
7951 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7952 <source>Last login</source><target state="new">Last login</target>
7953 <context-group purpose="location">
7954 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7955 <context context-type="linenumber">122</context>
7956 </context-group>
7921 </trans-unit> 7957 </trans-unit>
7922 <trans-unit id="3403978719736970622" datatype="html"> 7958 <trans-unit id="3403978719736970622" datatype="html">
7923 <source>You cannot ban root.</source> 7959 <source>You cannot ban root.</source>
@@ -8227,13 +8263,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
8227 <trans-unit id="1137937154872046253"> 8263 <trans-unit id="1137937154872046253">
8228 <source>Video channel <x id="PH"/> created.</source> 8264 <source>Video channel <x id="PH"/> created.</source>
8229 <target>Videokanál <x id="PH"/> vytvořen.</target> 8265 <target>Videokanál <x id="PH"/> vytvořen.</target>
8230 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 8266
8231 </trans-unit> 8267 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
8232 <trans-unit id="8723777130353305761" datatype="html"> 8268 <trans-unit id="8723777130353305761" datatype="html">
8233 <source>This name already exists on this instance.</source> 8269 <source>This name already exists on this instance.</source>
8234 <target state="new">This name already exists on this instance.</target> 8270 <target state="new">This name already exists on this instance.</target>
8235 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 8271
8236 </trans-unit> 8272 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
8237 <trans-unit id="7589345916094713536"> 8273 <trans-unit id="7589345916094713536">
8238 <source>Video channel <x id="PH"/> updated.</source> 8274 <source>Video channel <x id="PH"/> updated.</source>
8239 <target>Videokanál <x id="PH"/> aktualizován.</target> 8275 <target>Videokanál <x id="PH"/> aktualizován.</target>
@@ -8254,13 +8290,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8254 <target state="new">Banner deleted.</target> 8290 <target state="new">Banner deleted.</target>
8255 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group> 8291 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
8256 </trans-unit> 8292 </trans-unit>
8257 <trans-unit id="2575302837003821736" datatype="html"> 8293
8258 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
8259 <target state="new">Please type the display name of the video channel (
8260 <x id="PH"/>) to confirm
8261 </target>
8262 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
8263 </trans-unit>
8264 <trans-unit id="624066830180032195"> 8294 <trans-unit id="624066830180032195">
8265 <source>Video channel <x id="PH"/> deleted.</source> 8295 <source>Video channel <x id="PH"/> deleted.</source>
8266 <target>Videokanál <x id="PH"/> odstraněn.</target> 8296 <target>Videokanál <x id="PH"/> odstraněn.</target>
@@ -8412,6 +8442,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8412 <source>Ownership change request sent.</source> 8442 <source>Ownership change request sent.</source>
8413 <target state="new">Ownership change request sent.</target> 8443 <target state="new">Ownership change request sent.</target>
8414 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8444 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8445 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
8446 <source>Sort by</source><target state="new">Sort by</target>
8447 <context-group purpose="location">
8448 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8449 <context context-type="linenumber">26</context>
8450 </context-group>
8415 </trans-unit> 8451 </trans-unit>
8416 <trans-unit id="3245220240937722814"> 8452 <trans-unit id="3245220240937722814">
8417 <source>My channels</source> 8453 <source>My channels</source>
@@ -8472,13 +8508,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
8472 <trans-unit id="6489275254908395777" datatype="html"> 8508 <trans-unit id="6489275254908395777" datatype="html">
8473 <source>Maximize editor</source> 8509 <source>Maximize editor</source>
8474 <target state="new">Maximize editor</target> 8510 <target state="new">Maximize editor</target>
8475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8511
8476 </trans-unit> 8512 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8477 <trans-unit id="4243591013849340688" datatype="html"> 8513 <trans-unit id="4243591013849340688" datatype="html">
8478 <source>Exit maximized editor</source> 8514 <source>Exit maximized editor</source>
8479 <target state="new">Exit maximized editor</target> 8515 <target state="new">Exit maximized editor</target>
8480 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8516
8481 </trans-unit> 8517 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8482 <trans-unit id="6537885755702623401" datatype="html"> 8518 <trans-unit id="6537885755702623401" datatype="html">
8483 <source>Now please check your emails to verify your account and complete signup.</source> 8519 <source>Now please check your emails to verify your account and complete signup.</source>
8484 <target state="new">Now please check your emails to verify your account and complete signup.</target> 8520 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8510,7 +8546,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8510 <target>Odebírat účet</target> 8546 <target>Odebírat účet</target>
8511 8547
8512 8548
8513 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8549 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8514 <trans-unit id="3131904093925601441" datatype="html"> 8550 <trans-unit id="3131904093925601441" datatype="html">
8515 <source>PLAYLISTS</source> 8551 <source>PLAYLISTS</source>
8516 <target state="new">PLAYLISTS</target> 8552 <target state="new">PLAYLISTS</target>
@@ -8557,35 +8593,35 @@ channel with the same name (<x id="PH_2"/>)!</target>
8557 <trans-unit id="3779524668013120370" datatype="html"> 8593 <trans-unit id="3779524668013120370" datatype="html">
8558 <source>Go to my subscriptions</source> 8594 <source>Go to my subscriptions</source>
8559 <target state="new">Go to my subscriptions</target> 8595 <target state="new">Go to my subscriptions</target>
8560 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8596
8561 </trans-unit> 8597 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
8562 <trans-unit id="1136469849928650779" datatype="html"> 8598 <trans-unit id="1136469849928650779" datatype="html">
8563 <source>Go to my videos</source> 8599 <source>Go to my videos</source>
8564 <target state="new">Go to my videos</target> 8600 <target state="new">Go to my videos</target>
8565 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8601
8566 </trans-unit> 8602 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
8567 <trans-unit id="7836683738999600376" datatype="html"> 8603 <trans-unit id="7836683738999600376" datatype="html">
8568 <source>Go to my imports</source> 8604 <source>Go to my imports</source>
8569 <target state="new">Go to my imports</target> 8605 <target state="new">Go to my imports</target>
8570 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8606
8571 </trans-unit> 8607 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
8572 <trans-unit id="7511292153332773503" datatype="html"> 8608 <trans-unit id="7511292153332773503" datatype="html">
8573 <source>Go to my channels</source> 8609 <source>Go to my channels</source>
8574 <target state="new">Go to my channels</target> 8610 <target state="new">Go to my channels</target>
8575 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8611
8576 </trans-unit> 8612 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
8577 <trans-unit id="2013324644839511073" datatype="html"> 8613 <trans-unit id="2013324644839511073" datatype="html">
8578 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8614 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8579Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8615Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8580 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8616 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8581Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8617Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8582 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8618
8583 </trans-unit> 8619 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
8584 <trans-unit id="375263728166936544"> 8620 <trans-unit id="375263728166936544">
8585 <source>You need to reconnect.</source> 8621 <source>You need to reconnect.</source>
8586 <target>Musíte se znovu připojit.</target> 8622 <target>Musíte se znovu připojit.</target>
8587 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8623
8588 </trans-unit> 8624 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
8589 <trans-unit id="2206638022166154361" datatype="html"> 8625 <trans-unit id="2206638022166154361" datatype="html">
8590 <source>Keyboard Shortcuts:</source> 8626 <source>Keyboard Shortcuts:</source>
8591 <target state="new">Keyboard Shortcuts:</target> 8627 <target state="new">Keyboard Shortcuts:</target>
@@ -8598,6 +8634,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8598 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8634 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8599 <context context-type="linenumber">98</context> 8635 <context context-type="linenumber">98</context>
8600 </context-group> 8636 </context-group>
8637 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8638 <source>In my library</source><target state="new">In my library</target>
8639 <context-group purpose="location">
8640 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8641 <context context-type="linenumber">104</context>
8642 </context-group>
8601 </trans-unit> 8643 </trans-unit>
8602 <trans-unit id="232050922346936574" datatype="html"> 8644 <trans-unit id="232050922346936574" datatype="html">
8603 <source>Trending</source> 8645 <source>Trending</source>
@@ -8626,38 +8668,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8626 <trans-unit id="1266887509445371246" datatype="html"> 8668 <trans-unit id="1266887509445371246" datatype="html">
8627 <source>Incorrect username or password.</source> 8669 <source>Incorrect username or password.</source>
8628 <target state="new">Incorrect username or password.</target> 8670 <target state="new">Incorrect username or password.</target>
8629 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8671
8630 </trans-unit> 8672 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8631 <trans-unit id="6974874606619467663" datatype="html"> 8673 <trans-unit id="6974874606619467663" datatype="html">
8632 <source>Your account is blocked.</source> 8674 <source>Your account is blocked.</source>
8633 <target state="new">Your account is blocked.</target> 8675 <target state="new">Your account is blocked.</target>
8634 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8676
8635 </trans-unit> 8677 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8636 <trans-unit id="7939914198003891823" datatype="html"> 8678 <trans-unit id="7939914198003891823" datatype="html">
8637 <source>any language</source> 8679 <source>any language</source>
8638 <target state="new">any language</target> 8680 <target state="new">any language</target>
8639 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group> 8681
8640 </trans-unit> 8682 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8641 <trans-unit id="5633144232269377096" datatype="html"> 8683 <trans-unit id="5633144232269377096" datatype="html">
8642 <source>hide</source> 8684 <source>hide</source>
8643 <target state="new">hide</target> 8685 <target state="new">hide</target>
8644 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group> 8686
8645 </trans-unit> 8687 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8646 <trans-unit id="8603861867909474404" datatype="html"> 8688 <trans-unit id="8603861867909474404" datatype="html">
8647 <source>blur</source> 8689 <source>blur</source>
8648 <target state="new">blur</target> 8690 <target state="new">blur</target>
8649 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group> 8691
8650 </trans-unit> 8692 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8651 <trans-unit id="4534458451100881847" datatype="html"> 8693 <trans-unit id="4534458451100881847" datatype="html">
8652 <source>display</source> 8694 <source>display</source>
8653 <target state="new">display</target> 8695 <target state="new">display</target>
8654 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group> 8696
8655 </trans-unit> 8697 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8656 <trans-unit id="4467323362722952678" datatype="html"> 8698 <trans-unit id="4467323362722952678" datatype="html">
8657 <source>Unknown</source> 8699 <source>Unknown</source>
8658 <target state="new">Unknown</target> 8700 <target state="new">Unknown</target>
8659 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group> 8701
8660 </trans-unit> 8702 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8661 <trans-unit id="8781423666414310853"> 8703 <trans-unit id="8781423666414310853">
8662 <source>Your password has been successfully reset!</source> 8704 <source>Your password has been successfully reset!</source>
8663 <target>Vaše heslo bylo úspěšně resetováno!</target> 8705 <target>Vaše heslo bylo úspěšně resetováno!</target>
@@ -8771,12 +8813,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8771 <source>Search index is unavailable. Retrying with instance results instead.</source> 8813 <source>Search index is unavailable. Retrying with instance results instead.</source>
8772 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8814 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8773 8815
8774 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8816 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8775 <trans-unit id="307702206382241469" datatype="html"> 8817 <trans-unit id="307702206382241469" datatype="html">
8776 <source>Search error</source> 8818 <source>Search error</source>
8777 <target state="new">Search error</target> 8819 <target state="new">Search error</target>
8778 8820
8779 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8821 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8822 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8823 <context-group purpose="location">
8824 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8825 <context context-type="linenumber">329</context>
8826 </context-group>
8827 </trans-unit>
8780 <trans-unit id="4580988005648117665" datatype="html"> 8828 <trans-unit id="4580988005648117665" datatype="html">
8781 <source>Search</source> 8829 <source>Search</source>
8782 <target state="new">Search</target> 8830 <target state="new">Search</target>
@@ -9994,19 +10042,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9994 <trans-unit id="2558977494773636050" datatype="html"> 10042 <trans-unit id="2558977494773636050" datatype="html">
9995 <source>Account <x id="PH"/> muted by the instance.</source> 10043 <source>Account <x id="PH"/> muted by the instance.</source>
9996 <target state="translated">Účet <x id="PH"/> ztišen instancí.</target> 10044 <target state="translated">Účet <x id="PH"/> ztišen instancí.</target>
9997 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group> 10045
9998 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group> 10046
9999 </trans-unit> 10047 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
10000 <trans-unit id="1595779426198793580" datatype="html"> 10048 <trans-unit id="1595779426198793580" datatype="html">
10001 <source>Mute server</source> 10049 <source>Mute server</source>
10002 <target state="new">Mute server</target> 10050 <target state="new">Mute server</target>
10003 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 10051
10004 </trans-unit> 10052 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
10005 <trans-unit id="8014491157078444256" datatype="html"> 10053 <trans-unit id="8014491157078444256" datatype="html">
10006 <source>Server <x id="PH"/> muted by the instance.</source> 10054 <source>Server <x id="PH"/> muted by the instance.</source>
10007 <target state="translated">Server <x id="PH"/> ztišen instancí.</target> 10055 <target state="translated">Server <x id="PH"/> ztišen instancí.</target>
10008 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 10056
10009 </trans-unit> 10057 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
10010 <trans-unit id="2044813052587776285" datatype="html"> 10058 <trans-unit id="2044813052587776285" datatype="html">
10011 <source>Add a message to communicate with the reporter</source> 10059 <source>Add a message to communicate with the reporter</source>
10012 <target state="new">Add a message to communicate with the reporter</target> 10060 <target state="new">Add a message to communicate with the reporter</target>
@@ -10252,18 +10300,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10252 <trans-unit id="968295009933361070"> 10300 <trans-unit id="968295009933361070">
10253 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 10301 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
10254 <target>Příliš mnoho pokusů, zkuste to prosím znovu za <x id="PH"/> minut.</target> 10302 <target>Příliš mnoho pokusů, zkuste to prosím znovu za <x id="PH"/> minut.</target>
10255 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 10303
10256 </trans-unit> 10304 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
10257 <trans-unit id="4965472196059235310"> 10305 <trans-unit id="4965472196059235310">
10258 <source>Too many attempts, please try again later.</source> 10306 <source>Too many attempts, please try again later.</source>
10259 <target>Příliš mnoho pokusů, zkuste to prosím později.</target> 10307 <target>Příliš mnoho pokusů, zkuste to prosím později.</target>
10260 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 10308
10261 </trans-unit> 10309 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
10262 <trans-unit id="1693549688987384699"> 10310 <trans-unit id="1693549688987384699">
10263 <source>Server error. Please retry later.</source> 10311 <source>Server error. Please retry later.</source>
10264 <target>Chyba serveru. Zkuste to prosím později.</target> 10312 <target>Chyba serveru. Zkuste to prosím později.</target>
10265 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 10313
10266 </trans-unit> 10314 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
10267 <trans-unit id="5927402622550505067" datatype="html"> 10315 <trans-unit id="5927402622550505067" datatype="html">
10268 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 10316 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
10269 <target state="new">Subscribed to all current channels of 10317 <target state="new">Subscribed to all current channels of
@@ -10374,29 +10422,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10374 <trans-unit id="2909684945706361544" datatype="html"> 10422 <trans-unit id="2909684945706361544" datatype="html">
10375 <source>Delete video</source> 10423 <source>Delete video</source>
10376 <target state="new">Delete video</target> 10424 <target state="new">Delete video</target>
10377 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 10425
10378 </trans-unit> 10426 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
10379 <trans-unit id="2210418817778733727" datatype="html"> 10427 <trans-unit id="2210418817778733727" datatype="html">
10380 <source>Actions for the comment</source> 10428 <source>Actions for the comment</source>
10381 <target state="new">Actions for the comment</target> 10429 <target state="new">Actions for the comment</target>
10382 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 10430
10383 </trans-unit> 10431 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
10384 <trans-unit id="7978668497183230348" datatype="html"> 10432 <trans-unit id="7978668497183230348" datatype="html">
10385 <source>Delete comment</source> 10433 <source>Delete comment</source>
10386 <target state="new">Delete comment</target> 10434 <target state="new">Delete comment</target>
10387 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 10435
10388 </trans-unit> 10436 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
10389 <trans-unit id="6747218355168080191" datatype="html"> 10437 <trans-unit id="6747218355168080191" datatype="html">
10390 <source>Do you really want to delete this comment?</source> 10438 <source>Do you really want to delete this comment?</source>
10391 <target state="new">Do you really want to delete this comment?</target> 10439 <target state="new">Do you really want to delete this comment?</target>
10392 10440
10393 10441
10394 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 10442 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
10395 <trans-unit id="7837272126865175984" datatype="html"> 10443 <trans-unit id="7837272126865175984" datatype="html">
10396 <source>Comment deleted.</source> 10444 <source>Comment deleted.</source>
10397 <target state="new">Comment deleted.</target> 10445 <target state="new">Comment deleted.</target>
10398 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 10446
10399 </trans-unit> 10447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
10400 <trans-unit id="346270517625845962" datatype="html"> 10448 <trans-unit id="346270517625845962" datatype="html">
10401 <source>Encoder</source> 10449 <source>Encoder</source>
10402 <target state="new">Encoder</target> 10450 <target state="new">Encoder</target>
@@ -10438,31 +10486,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10438 <trans-unit id="1472171759957681533"> 10486 <trans-unit id="1472171759957681533">
10439 <source>Video reported.</source> 10487 <source>Video reported.</source>
10440 <target>Video nahlášeno.</target> 10488 <target>Video nahlášeno.</target>
10441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10489
10442 </trans-unit> 10490 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10443 <trans-unit id="3622946684246476652"> 10491 <trans-unit id="3622946684246476652">
10444 <source>Do you really want to delete this video?</source> 10492 <source>Do you really want to delete this video?</source>
10445 <target>Opravdu chcete odstranit toto video?</target> 10493 <target>Opravdu chcete odstranit toto video?</target>
10446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10494
10447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10495
10448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10496
10449 </trans-unit> 10497 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10450 <trans-unit id="3941342949736653028" datatype="html"> 10498 <trans-unit id="3941342949736653028" datatype="html">
10451 <source>Video deleted.</source> 10499 <source>Video deleted.</source>
10452 <target state="new">Video deleted.</target> 10500 <target state="new">Video deleted.</target>
10453 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10501
10454 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10502
10455 </trans-unit> 10503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10456 <trans-unit id="5072091387445907742" datatype="html"> 10504 <trans-unit id="5072091387445907742" datatype="html">
10457 <source>Actions for the reporter</source> 10505 <source>Actions for the reporter</source>
10458 <target state="new">Actions for the reporter</target> 10506 <target state="new">Actions for the reporter</target>
10459 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10507
10460 </trans-unit> 10508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10461 <trans-unit id="6599069899275412095" datatype="html"> 10509 <trans-unit id="6599069899275412095" datatype="html">
10462 <source>Mute reporter</source> 10510 <source>Mute reporter</source>
10463 <target state="new">Mute reporter</target> 10511 <target state="new">Mute reporter</target>
10464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10512
10465 </trans-unit> 10513 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10466 <trans-unit id="2990849907502572301" datatype="html"> 10514 <trans-unit id="2990849907502572301" datatype="html">
10467 <source>This video will be duplicated by your instance.</source> 10515 <source>This video will be duplicated by your instance.</source>
10468 <target state="new">This video will be duplicated by your instance.</target> 10516 <target state="new">This video will be duplicated by your instance.</target>
@@ -10539,9 +10587,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10539 <trans-unit id="4903651219400691248" datatype="html"> 10587 <trans-unit id="4903651219400691248" datatype="html">
10540 <source>Mute account</source> 10588 <source>Mute account</source>
10541 <target state="new">Mute account</target> 10589 <target state="new">Mute account</target>
10542 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10590
10543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10591
10544 </trans-unit> 10592 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10545 <trans-unit id="4021487547497211597" datatype="html"> 10593 <trans-unit id="4021487547497211597" datatype="html">
10546 <source>Open video actions</source> 10594 <source>Open video actions</source>
10547 <target state="new">Open video actions</target> 10595 <target state="new">Open video actions</target>
@@ -10557,8 +10605,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10557 <trans-unit id="3719503424625455635" datatype="html"> 10605 <trans-unit id="3719503424625455635" datatype="html">
10558 <source>Mute server account</source> 10606 <source>Mute server account</source>
10559 <target state="new">Mute server account</target> 10607 <target state="new">Mute server account</target>
10560 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10608
10561 </trans-unit> 10609 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10562 <trans-unit id="7008439939460403347"> 10610 <trans-unit id="7008439939460403347">
10563 <source>Report</source> 10611 <source>Report</source>
10564 <target>Nahlásit</target> 10612 <target>Nahlásit</target>
@@ -10657,33 +10705,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10657 <trans-unit id="2439066254855913806" datatype="html"> 10705 <trans-unit id="2439066254855913806" datatype="html">
10658 <source>Only I can see this video</source> 10706 <source>Only I can see this video</source>
10659 <target state="new">Only I can see this video</target> 10707 <target state="new">Only I can see this video</target>
10660 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10708
10661 </trans-unit> 10709 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10662 <trans-unit id="6767380569816110388" datatype="html"> 10710 <trans-unit id="6767380569816110388" datatype="html">
10663 <source>Only shareable via a private link</source> 10711 <source>Only shareable via a private link</source>
10664 <target state="new">Only shareable via a private link</target> 10712 <target state="new">Only shareable via a private link</target>
10665 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10713
10666 </trans-unit> 10714 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10667 <trans-unit id="6828965264297239528"> 10715 <trans-unit id="6828965264297239528">
10668 <source>Anyone can see this video</source> 10716 <source>Anyone can see this video</source>
10669 <target>Kdokoliv může vidět toto video</target> 10717 <target>Kdokoliv může vidět toto video</target>
10670 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10718
10671 </trans-unit> 10719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10672 <trans-unit id="1425933035739773115" datatype="html"> 10720 <trans-unit id="1425933035739773115" datatype="html">
10673 <source>Only users of this instance can see this video</source> 10721 <source>Only users of this instance can see this video</source>
10674 <target state="new">Only users of this instance can see this video</target> 10722 <target state="new">Only users of this instance can see this video</target>
10675 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10723
10676 </trans-unit> 10724 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10677 <trans-unit id="8312101634344200207" datatype="html"> 10725 <trans-unit id="8312101634344200207" datatype="html">
10678 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10726 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10679 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10727 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10680 10728
10681 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 10729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10682 <trans-unit id="7756087706411154095" datatype="html"> 10730 <trans-unit id="7756087706411154095" datatype="html">
10683 <source><x id="PH" equiv-text="this.views"/> views</source> 10731 <source><x id="PH" equiv-text="this.views"/> views</source>
10684 <target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10732 <target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10685 10733
10686 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 10734 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10687 <trans-unit id="ngb.alert.close" datatype="html"> 10735 <trans-unit id="ngb.alert.close" datatype="html">
10688 <source>Close</source> 10736 <source>Close</source>
10689 <target state="new">Close</target> 10737 <target state="new">Close</target>
@@ -10858,35 +10906,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10858 <trans-unit id="3284171506518522275"> 10906 <trans-unit id="3284171506518522275">
10859 <source>Your video was uploaded to your account and is private.</source> 10907 <source>Your video was uploaded to your account and is private.</source>
10860 <target>Vaše video bylo nahráno na váš účet a je soukromé.</target> 10908 <target>Vaše video bylo nahráno na váš účet a je soukromé.</target>
10861 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group> 10909
10862 </trans-unit> 10910 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10863 <trans-unit id="5699822024600815733"> 10911 <trans-unit id="5699822024600815733">
10864 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10912 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10865 <target>Ovšem přidružená data (štítky, popis...) budou ztraceny, opravdu chcete opustit tuto stránku?</target> 10913 <target>Ovšem přidružená data (štítky, popis...) budou ztraceny, opravdu chcete opustit tuto stránku?</target>
10866 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group> 10914
10867 </trans-unit> 10915 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10868 <trans-unit id="1219739004043110649"> 10916 <trans-unit id="1219739004043110649">
10869 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10917 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10870 <target>Video ještě nebylo nahráno, opravdu chcete opustit tuto stránku?</target> 10918 <target>Video ještě nebylo nahráno, opravdu chcete opustit tuto stránku?</target>
10871 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group> 10919
10872 </trans-unit> 10920 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10873 <trans-unit id="6932865105766151309" datatype="html"> 10921 <trans-unit id="6932865105766151309" datatype="html">
10874 <source>Upload</source> 10922 <source>Upload</source>
10875 <target state="new">Upload</target> 10923 <target state="new">Upload</target>
10876 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group> 10924
10877 </trans-unit> 10925 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10878 <trans-unit id="8278735427925094503" datatype="html"> 10926 <trans-unit id="8278735427925094503" datatype="html">
10879 <source>Upload <x id="PH"/> </source> 10927 <source>Upload <x id="PH"/> </source>
10880 <target state="new">Upload 10928 <target state="new">Upload
10881 <x id="PH"/> 10929 <x id="PH"/>
10882 </target> 10930 </target>
10883 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group> 10931
10884 </trans-unit> 10932 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10885 <trans-unit id="5981816353437801748"> 10933 <trans-unit id="5981816353437801748">
10886 <source>Video published.</source> 10934 <source>Video published.</source>
10887 <target>Video publikováno</target> 10935 <target>Video publikováno</target>
10888 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group> 10936
10889 </trans-unit> 10937 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10890 <trans-unit id="764164089183618119"> 10938 <trans-unit id="764164089183618119">
10891 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10939 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10892 <target>Máte neuložené změny! Pokud odejdete, budou vaše změny ztraceny.</target> 10940 <target>Máte neuložené změny! Pokud odejdete, budou vaše změny ztraceny.</target>
@@ -10954,27 +11002,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10954 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 11002 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10955 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 11003 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10956 11004
10957 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 11005 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10958 <trans-unit id="5761611056224181752" datatype="html"> 11006 <trans-unit id="5761611056224181752" datatype="html">
10959 <source>Redirection</source> 11007 <source>Redirection</source>
10960 <target state="new">Redirection</target> 11008 <target state="new">Redirection</target>
10961 11009
10962 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 11010 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10963 <trans-unit id="8858527736400081688"> 11011 <trans-unit id="8858527736400081688">
10964 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 11012 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10965 <target>Toto video obsahuje citlivý materiál. Opravdu jej chcete přehrát?</target> 11013 <target>Toto video obsahuje citlivý materiál. Opravdu jej chcete přehrát?</target>
10966 11014
10967 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 11015 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10968 <trans-unit id="3937119019020041049"> 11016 <trans-unit id="3937119019020041049">
10969 <source>Mature or explicit content</source> 11017 <source>Mature or explicit content</source>
10970 <target>Obsahuje citlivý materiál</target> 11018 <target>Obsahuje citlivý materiál</target>
10971 11019
10972 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 11020 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10973 <trans-unit id="1755474755114288376" datatype="html"> 11021 <trans-unit id="1755474755114288376" datatype="html">
10974 <source>Up Next</source> 11022 <source>Up Next</source>
10975 <target state="new">Up Next</target> 11023 <target state="new">Up Next</target>
10976 11024
10977 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 11025 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10978 <trans-unit id="2159130950882492111" datatype="html"> 11026 <trans-unit id="2159130950882492111" datatype="html">
10979 <source>Cancel</source> 11027 <source>Cancel</source>
10980 <target state="new">Cancel</target> 11028 <target state="new">Cancel</target>
@@ -10984,62 +11032,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10984 <source>Autoplay is suspended</source> 11032 <source>Autoplay is suspended</source>
10985 <target state="new">Autoplay is suspended</target> 11033 <target state="new">Autoplay is suspended</target>
10986 11034
10987 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 11035 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10988 <trans-unit id="7895294730547405228" datatype="html"> 11036 <trans-unit id="7895294730547405228" datatype="html">
10989 <source>Enter/exit fullscreen (requires player focus)</source> 11037 <source>Enter/exit fullscreen (requires player focus)</source>
10990 <target state="new">Enter/exit fullscreen (requires player focus)</target> 11038 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10991 11039
10992 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 11040 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10993 <trans-unit id="7618388257165864759" datatype="html"> 11041 <trans-unit id="7618388257165864759" datatype="html">
10994 <source>Play/Pause the video (requires player focus)</source> 11042 <source>Play/Pause the video (requires player focus)</source>
10995 <target state="new">Play/Pause the video (requires player focus)</target> 11043 <target state="new">Play/Pause the video (requires player focus)</target>
10996 11044
10997 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 11045 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10998 <trans-unit id="7761890399634216630" datatype="html"> 11046 <trans-unit id="7761890399634216630" datatype="html">
10999 <source>Mute/unmute the video (requires player focus)</source> 11047 <source>Mute/unmute the video (requires player focus)</source>
11000 <target state="new">Mute/unmute the video (requires player focus)</target> 11048 <target state="new">Mute/unmute the video (requires player focus)</target>
11001 11049
11002 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 11050 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
11003 <trans-unit id="5996585232248234904" datatype="html"> 11051 <trans-unit id="5996585232248234904" datatype="html">
11004 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 11052 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
11005 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 11053 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
11006 11054
11007 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 11055 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
11008 <trans-unit id="3748765405903319998" datatype="html"> 11056 <trans-unit id="3748765405903319998" datatype="html">
11009 <source>Increase the volume (requires player focus)</source> 11057 <source>Increase the volume (requires player focus)</source>
11010 <target state="new">Increase the volume (requires player focus)</target> 11058 <target state="new">Increase the volume (requires player focus)</target>
11011 11059
11012 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 11060 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
11013 <trans-unit id="5810704036407159982" datatype="html"> 11061 <trans-unit id="5810704036407159982" datatype="html">
11014 <source>Decrease the volume (requires player focus)</source> 11062 <source>Decrease the volume (requires player focus)</source>
11015 <target state="new">Decrease the volume (requires player focus)</target> 11063 <target state="new">Decrease the volume (requires player focus)</target>
11016 11064
11017 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 11065 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
11018 <trans-unit id="2622048822548065691" datatype="html"> 11066 <trans-unit id="2622048822548065691" datatype="html">
11019 <source>Seek the video forward (requires player focus)</source> 11067 <source>Seek the video forward (requires player focus)</source>
11020 <target state="new">Seek the video forward (requires player focus)</target> 11068 <target state="new">Seek the video forward (requires player focus)</target>
11021 11069
11022 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 11070 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
11023 <trans-unit id="6540078205109221153" datatype="html"> 11071 <trans-unit id="6540078205109221153" datatype="html">
11024 <source>Seek the video backward (requires player focus)</source> 11072 <source>Seek the video backward (requires player focus)</source>
11025 <target state="new">Seek the video backward (requires player focus)</target> 11073 <target state="new">Seek the video backward (requires player focus)</target>
11026 11074
11027 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 11075 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
11028 <trans-unit id="1956491957766210808" datatype="html"> 11076 <trans-unit id="1956491957766210808" datatype="html">
11029 <source>Increase playback rate (requires player focus)</source> 11077 <source>Increase playback rate (requires player focus)</source>
11030 <target state="new">Increase playback rate (requires player focus)</target> 11078 <target state="new">Increase playback rate (requires player focus)</target>
11031 11079
11032 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 11080 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
11033 <trans-unit id="5495529997674803186" datatype="html"> 11081 <trans-unit id="5495529997674803186" datatype="html">
11034 <source>Decrease playback rate (requires player focus)</source> 11082 <source>Decrease playback rate (requires player focus)</source>
11035 <target state="new">Decrease playback rate (requires player focus)</target> 11083 <target state="new">Decrease playback rate (requires player focus)</target>
11036 11084
11037 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 11085 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
11038 <trans-unit id="3178343147230721210" datatype="html"> 11086 <trans-unit id="3178343147230721210" datatype="html">
11039 <source>Navigate in the video frame by frame (requires player focus)</source> 11087 <source>Navigate in the video frame by frame (requires player focus)</source>
11040 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 11088 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
11041 11089
11042 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 11090 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
11043 <trans-unit id="8025996572234182184"> 11091 <trans-unit id="8025996572234182184">
11044 <source>Like the video</source> 11092 <source>Like the video</source>
11045 <target>To se mi líbí</target> 11093 <target>To se mi líbí</target>
diff --git a/client/src/locale/angular.da-DK.xlf b/client/src/locale/angular.da-DK.xlf
index 687604dd9..76553458c 100644
--- a/client/src/locale/angular.da-DK.xlf
+++ b/client/src/locale/angular.da-DK.xlf
@@ -194,7 +194,7 @@
194 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source> 194 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source>
195 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target> 195 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target>
196 196
197 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 197 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
198 <trans-unit id="1486537403020619891" datatype="html"> 198 <trans-unit id="1486537403020619891" datatype="html">
199 <source>My watch history</source> 199 <source>My watch history</source>
200 <target state="translated">Min videohistorik</target> 200 <target state="translated">Min videohistorik</target>
@@ -269,12 +269,12 @@
269 269
270 270
271 271
272 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 272 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
273 <trans-unit id="1006562256968398209" datatype="html"> 273 <trans-unit id="1006562256968398209" datatype="html">
274 <source>video</source> 274 <source>video</source>
275 <target state="new">video</target> 275 <target state="new">video</target>
276 276
277 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 277 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
278 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target> 278 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target>
279 279
280 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 280 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -336,10 +336,10 @@
336 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 336 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
337 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 337 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
338 338
339 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 339 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
340 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 340 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
341 341
342 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit> 342 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
343 343
344 <trans-unit id="5235042777215655908" datatype="html"> 344 <trans-unit id="5235042777215655908" datatype="html">
345 <source>subtitles</source> 345 <source>subtitles</source>
@@ -549,7 +549,7 @@
549 <target>Slet</target> 549 <target>Slet</target>
550 550
551 551
552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
553 <source>Only live videos</source><target state="new">Only live videos</target> 553 <source>Only live videos</source><target state="new">Only live videos</target>
554 <context-group purpose="location"> 554 <context-group purpose="location">
555 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 555 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -738,10 +738,10 @@
738 <trans-unit id="2602586221576511475" datatype="html"> 738 <trans-unit id="2602586221576511475" datatype="html">
739 <source>Video quota</source> 739 <source>Video quota</source>
740 <target state="new">Video quota</target> 740 <target state="new">Video quota</target>
741 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 741
742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 742
743 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 743
744 </trans-unit> 744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
745 <trans-unit id="1502595455339510144" datatype="html"> 745 <trans-unit id="1502595455339510144" datatype="html">
746 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 746 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
747 <target state="new"> 747 <target state="new">
@@ -825,7 +825,31 @@
825 <source>Federation</source> 825 <source>Federation</source>
826 <target state="new">Federation</target> 826 <target state="new">Federation</target>
827 827
828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
829 <source>Following</source><target state="new">Following</target>
830 <context-group purpose="location">
831 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
832 <context context-type="linenumber">29</context>
833 </context-group>
834 <context-group purpose="location">
835 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
836 <context context-type="linenumber">31</context>
837 </context-group>
838 <context-group purpose="location">
839 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
840 <context context-type="linenumber">28</context>
841 </context-group>
842 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
843 <source>Followers</source><target state="new">Followers</target>
844 <context-group purpose="location">
845 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
846 <context context-type="linenumber">34</context>
847 </context-group>
848 <context-group purpose="location">
849 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
850 <context context-type="linenumber">37</context>
851 </context-group>
852 </trans-unit>
829 <trans-unit id="3541687134897970106" datatype="html"> 853 <trans-unit id="3541687134897970106" datatype="html">
830 <source>followers</source> 854 <source>followers</source>
831 <target state="new">followers</target> 855 <target state="new">followers</target>
@@ -900,7 +924,7 @@
900 924
901 925
902 926
903 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 927 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
904 <trans-unit id="3616223838716839702" datatype="html"> 928 <trans-unit id="3616223838716839702" datatype="html">
905 <source>Ban this user</source> 929 <source>Ban this user</source>
906 <target state="new">Ban this user</target> 930 <target state="new">Ban this user</target>
@@ -973,19 +997,13 @@
973 <trans-unit id="7252854992688790751" datatype="html"> 997 <trans-unit id="7252854992688790751" datatype="html">
974 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 998 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
975 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 999 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
976 <context-group purpose="location"> 1000
977 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1001 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
978 <context context-type="linenumber">60,62</context>
979 </context-group>
980 </trans-unit>
981 <trans-unit id="7215649348148521605" datatype="html"> 1002 <trans-unit id="7215649348148521605" datatype="html">
982 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1003 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
983 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1004 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
984 <context-group purpose="location"> 1005
985 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1006 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
986 <context context-type="linenumber">65,67</context>
987 </context-group>
988 </trans-unit>
989 <trans-unit id="2392488717875840729"> 1007 <trans-unit id="2392488717875840729">
990 <source>User</source> 1008 <source>User</source>
991 <target>Bruger</target> 1009 <target>Bruger</target>
@@ -996,68 +1014,68 @@
996 <source>Username or email address</source> 1014 <source>Username or email address</source>
997 <target>Brugernavn eller email-adresse</target> 1015 <target>Brugernavn eller email-adresse</target>
998 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1016 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1017 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
1018 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1019 <context-group purpose="location">
1020 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1021 <context context-type="linenumber">33,34</context>
1022 </context-group>
999 </trans-unit> 1023 </trans-unit>
1000 <trans-unit id="1431416938026210429"> 1024 <trans-unit id="1431416938026210429">
1001 <source>Password</source> 1025 <source>Password</source>
1002 <target>Adgangskode</target> 1026 <target>Adgangskode</target>
1003 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1027
1004 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1028
1005 <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> 1029
1006 <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> 1030
1007 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1031
1008 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1032
1009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1033
1010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1034
1011 </trans-unit> 1035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1012 <trans-unit id="8715156686857791956" datatype="html"> 1036 <trans-unit id="8715156686857791956" datatype="html">
1013 <source>Click here to reset your password</source> 1037 <source>Click here to reset your password</source>
1014 <target state="new">Click here to reset your password</target> 1038 <target state="new">Click here to reset your password</target>
1015 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1039
1016 </trans-unit> 1040 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1017 <trans-unit id="892063502898494584" datatype="html"> 1041 <trans-unit id="892063502898494584" datatype="html">
1018 <source>I forgot my password</source> 1042 <source>I forgot my password</source>
1019 <target state="new">I forgot my password</target> 1043 <target state="new">I forgot my password</target>
1020 <context-group purpose="location"> 1044
1021 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1045 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1022 <context context-type="linenumber">47</context>
1023 </context-group>
1024 </trans-unit>
1025 <trans-unit id="2101170466365500913" datatype="html"> 1046 <trans-unit id="2101170466365500913" datatype="html">
1026 <source>Logging into an account lets you publish content</source> 1047 <source>Logging into an account lets you publish content</source>
1027 <target state="new"> Logging into an account lets you publish content </target> 1048 <target state="new"> Logging into an account lets you publish content </target>
1028 <context-group purpose="location"> 1049
1029 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1050 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1030 <context context-type="linenumber">56,57</context>
1031 </context-group>
1032 </trans-unit>
1033 <trans-unit id="2454050363478003966" datatype="html"> 1051 <trans-unit id="2454050363478003966" datatype="html">
1034 <source>Login</source> 1052 <source>Login</source>
1035 <target state="new">Login</target> 1053 <target state="new">Login</target>
1036 1054
1037 1055
1038 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1056 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1039 <trans-unit id="3183213940445113677" datatype="html"> 1057 <trans-unit id="3183213940445113677" datatype="html">
1040 <source>Or sign in with</source> 1058 <source>Or sign in with</source>
1041 <target state="new">Or sign in with</target> 1059 <target state="new">Or sign in with</target>
1042 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1060
1043 </trans-unit> 1061 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1044 <trans-unit id="3238209155172574367"> 1062 <trans-unit id="3238209155172574367">
1045 <source>Forgot your password</source> 1063 <source>Forgot your password</source>
1046 <target>Glemt din adgangskode</target> 1064 <target>Glemt din adgangskode</target>
1047 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1065
1048 </trans-unit> 1066 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1049 <trans-unit id="87327320394367488" datatype="html"> 1067 <trans-unit id="87327320394367488" datatype="html">
1050 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1068 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1051 <target state="new"> 1069 <target state="new">
1052 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1070 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1053 </target> 1071 </target>
1054 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1072
1055 </trans-unit> 1073 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
1056 <trans-unit id="3188014010833256853" datatype="html"> 1074 <trans-unit id="3188014010833256853" datatype="html">
1057 <source>Enter your email address and we will send you a link to reset your password.</source> 1075 <source>Enter your email address and we will send you a link to reset your password.</source>
1058 <target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1076 <target state="new"> Enter your email address and we will send you a link to reset your password. </target>
1059 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1077
1060 </trans-unit> 1078 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
1061 <trans-unit id="1190256911880544559" datatype="html"> 1079 <trans-unit id="1190256911880544559" datatype="html">
1062 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1080 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1063The link will expire within 1 hour.</source> 1081The link will expire within 1 hour.</source>
@@ -1068,26 +1086,26 @@ The link will expire within 1 hour.</target>
1068 <trans-unit id="4768749765465246664"> 1086 <trans-unit id="4768749765465246664">
1069 <source>Email</source> 1087 <source>Email</source>
1070 <target>Email</target> 1088 <target>Email</target>
1071 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1089
1072 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1090
1073 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1091
1074 <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> 1092
1075 <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> 1093
1076 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1094
1077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1095
1078 </trans-unit> 1096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1079 <trans-unit id="3967269098753656610"> 1097 <trans-unit id="3967269098753656610">
1080 <source>Email address</source> 1098 <source>Email address</source>
1081 <target>Email-adresse</target> 1099 <target>Email-adresse</target>
1082 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1100
1083 <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> 1101
1084 </trans-unit> 1102 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1085 <trans-unit id="7808756054397155068" datatype="html"> 1103 <trans-unit id="7808756054397155068" datatype="html">
1086 <source>Reset</source> 1104 <source>Reset</source>
1087 <target state="new">Reset</target> 1105 <target state="new">Reset</target>
1088 <note priority="1" from="description">Password reset button</note> 1106 <note priority="1" from="description">Password reset button</note>
1089 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1107
1090 </trans-unit> 1108 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1091 1109
1092 <trans-unit id="4319634264526091601" datatype="html"> 1110 <trans-unit id="4319634264526091601" datatype="html">
1093 <source>on this instance</source> 1111 <source>on this instance</source>
@@ -1169,14 +1187,14 @@ The link will expire within 1 hour.</target>
1169 No results found 1187 No results found
1170 </target> 1188 </target>
1171 1189
1172 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1190 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1173 <trans-unit id="5500467336262464724"> 1191 <trans-unit id="5500467336262464724">
1174 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1192 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1175 <target> 1193 <target>
1176 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> abonnenter 1194 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> abonnenter
1177 </target> 1195 </target>
1178 1196
1179 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1197 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1180 <trans-unit id="1516969129397662377" datatype="html"> 1198 <trans-unit id="1516969129397662377" datatype="html">
1181 <source>Welcome to PeerTube, dear administrator!</source> 1199 <source>Welcome to PeerTube, dear administrator!</source>
1182 <target state="new">Welcome to PeerTube, dear administrator!</target> 1200 <target state="new">Welcome to PeerTube, dear administrator!</target>
@@ -1460,7 +1478,7 @@ The link will expire within 1 hour.</target>
1460 <target>Opret en konto</target> 1478 <target>Opret en konto</target>
1461 1479
1462 1480
1463 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1481 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1464 1482
1465 <trans-unit id="3058024914967508975" datatype="html"> 1483 <trans-unit id="3058024914967508975" datatype="html">
1466 <source>My videos</source> 1484 <source>My videos</source>
@@ -1517,7 +1535,7 @@ The link will expire within 1 hour.</target>
1517 <source>VIDEOS</source> 1535 <source>VIDEOS</source>
1518 <target state="new">VIDEOS</target> 1536 <target state="new">VIDEOS</target>
1519 1537
1520 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 1538 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
1521 <trans-unit id="667372110624203230" datatype="html"> 1539 <trans-unit id="667372110624203230" datatype="html">
1522 <source>Import jobs concurrency</source> 1540 <source>Import jobs concurrency</source>
1523 <target state="new">Import jobs concurrency</target> 1541 <target state="new">Import jobs concurrency</target>
@@ -1597,7 +1615,7 @@ The link will expire within 1 hour.</target>
1597 <source>I'm a teapot</source> 1615 <source>I'm a teapot</source>
1598 <target state="new">I'm a teapot</target> 1616 <target state="new">I'm a teapot</target>
1599 1617
1600 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 1618 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1601 <trans-unit id="1597262876035959248" datatype="html"> 1619 <trans-unit id="1597262876035959248" datatype="html">
1602 <source>That's an error.</source> 1620 <source>That's an error.</source>
1603 <target state="new">That's an error.</target> 1621 <target state="new">That's an error.</target>
@@ -1681,8 +1699,8 @@ The link will expire within 1 hour.</target>
1681 <trans-unit id="2971365540217107489" datatype="html"> 1699 <trans-unit id="2971365540217107489" datatype="html">
1682 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1700 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1683 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1701 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1684 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1702
1685 </trans-unit> 1703 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1686 1704
1687 <trans-unit id="5131854469652959713" datatype="html"> 1705 <trans-unit id="5131854469652959713" datatype="html">
1688 <source>GLOBAL SEARCH</source> 1706 <source>GLOBAL SEARCH</source>
@@ -1769,7 +1787,7 @@ The link will expire within 1 hour.</target>
1769 1787
1770 1788
1771 1789
1772 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1790 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1773 <source>Display only</source><target state="new">Display only</target> 1791 <source>Display only</source><target state="new">Display only</target>
1774 <context-group purpose="location"> 1792 <context-group purpose="location">
1775 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1793 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1807,7 +1825,7 @@ The link will expire within 1 hour.</target>
1807 <target>Varighed</target> 1825 <target>Varighed</target>
1808 1826
1809 1827
1810 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1828 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1811 <trans-unit id="3589238979642505685" datatype="html"> 1829 <trans-unit id="3589238979642505685" datatype="html">
1812 <source>Display sensitive content</source> 1830 <source>Display sensitive content</source>
1813 <target state="new">Display sensitive content</target> 1831 <target state="new">Display sensitive content</target>
@@ -1829,7 +1847,7 @@ The link will expire within 1 hour.</target>
1829 1847
1830 1848
1831 1849
1832 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1850 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1833 <trans-unit id="5478121364779850827" datatype="html"> 1851 <trans-unit id="5478121364779850827" datatype="html">
1834 <source>Reset</source> 1852 <source>Reset</source>
1835 <target state="new"> 1853 <target state="new">
@@ -1852,7 +1870,7 @@ The link will expire within 1 hour.</target>
1852 1870
1853 1871
1854 1872
1855 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1873 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1856 <trans-unit id="4184995865179898060" datatype="html"> 1874 <trans-unit id="4184995865179898060" datatype="html">
1857 <source>Display all licenses</source> 1875 <source>Display all licenses</source>
1858 <target state="new">Display all licenses</target> 1876 <target state="new">Display all licenses</target>
@@ -1865,7 +1883,7 @@ The link will expire within 1 hour.</target>
1865 1883
1866 1884
1867 1885
1868 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1886 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1869 <trans-unit id="7904142744051432458" datatype="html"> 1887 <trans-unit id="7904142744051432458" datatype="html">
1870 <source>Display all languages</source> 1888 <source>Display all languages</source>
1871 <target state="new">Display all languages</target> 1889 <target state="new">Display all languages</target>
@@ -1880,17 +1898,23 @@ The link will expire within 1 hour.</target>
1880 <source>One of these tags</source> 1898 <source>One of these tags</source>
1881 <target state="new">One of these tags</target> 1899 <target state="new">One of these tags</target>
1882 1900
1883 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1901 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1902 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1903 <context-group purpose="location">
1904 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1905 <context context-type="linenumber">178</context>
1906 </context-group>
1907 </trans-unit>
1884 <trans-unit id="283421392567624698" datatype="html"> 1908 <trans-unit id="283421392567624698" datatype="html">
1885 <source>Search target</source> 1909 <source>Search target</source>
1886 <target state="new">Search target</target> 1910 <target state="new">Search target</target>
1887 1911
1888 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1912 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1889 <trans-unit id="2489767671380266270" datatype="html"> 1913 <trans-unit id="2489767671380266270" datatype="html">
1890 <source>Vidiverse</source> 1914 <source>Vidiverse</source>
1891 <target state="new">Vidiverse</target> 1915 <target state="new">Vidiverse</target>
1892 1916
1893 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1917 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1894 <trans-unit id="5478121364779850827" datatype="html"> 1918 <trans-unit id="5478121364779850827" datatype="html">
1895 <source>Reset</source> 1919 <source>Reset</source>
1896 <target state="new"> 1920 <target state="new">
@@ -1902,7 +1926,7 @@ The link will expire within 1 hour.</target>
1902 <source>Filter</source> 1926 <source>Filter</source>
1903 <target state="new">Filter</target> 1927 <target state="new">Filter</target>
1904 1928
1905 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1929 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1906 <trans-unit id="6479885129995567639" datatype="html"> 1930 <trans-unit id="6479885129995567639" datatype="html">
1907 <source>Video channels</source> 1931 <source>Video channels</source>
1908 <target state="new">Video channels</target> 1932 <target state="new">Video channels</target>
@@ -1940,7 +1964,7 @@ The link will expire within 1 hour.</target>
1940 <target state="new">Tags</target> 1964 <target state="new">Tags</target>
1941 1965
1942 1966
1943 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1967 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1944 <trans-unit id="354332809647287722" datatype="html"> 1968 <trans-unit id="354332809647287722" datatype="html">
1945 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1969 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1946 <target state="new"> 1970 <target state="new">
@@ -2397,7 +2421,7 @@ The link will expire within 1 hour.</target>
2397 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2421 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2398 <source>Upload on hold</source><target state="new">Upload on hold</target> 2422 <source>Upload on hold</source><target state="new">Upload on hold</target>
2399 2423
2400 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2424 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2401 <trans-unit id="285180972645018518" datatype="html"> 2425 <trans-unit id="285180972645018518" datatype="html">
2402 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2426 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2403 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2427 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2742,13 +2766,19 @@ The link will expire within 1 hour.</target>
2742 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2766 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2743 <source>Origin</source><target state="new">Origin</target> 2767 <source>Origin</source><target state="new">Origin</target>
2744 2768
2745 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2769 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2770 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2771 <context-group purpose="location">
2772 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2773 <context context-type="linenumber">14</context>
2774 </context-group>
2775 </trans-unit>
2746 2776
2747 <trans-unit id="5139892963394684487" datatype="html"> 2777 <trans-unit id="5139892963394684487" datatype="html">
2748 <source>Originally published</source> 2778 <source>Originally published</source>
2749 <target state="new">Originally published</target> 2779 <target state="new">Originally published</target>
2750 2780
2751 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2781 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2752 <trans-unit id="6402393085909200998" datatype="html"> 2782 <trans-unit id="6402393085909200998" datatype="html">
2753 <source>Friendly Reminder:</source> 2783 <source>Friendly Reminder:</source>
2754 <target state="new">Friendly Reminder: </target> 2784 <target state="new">Friendly Reminder: </target>
@@ -3125,11 +3155,7 @@ The link will expire within 1 hour.</target>
3125 <target>ID</target> 3155 <target>ID</target>
3126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3127 </trans-unit> 3157 </trans-unit>
3128 <trans-unit id="2265605798180116441" datatype="html"> 3158
3129 <source>Follower handle</source>
3130 <target state="new">Follower handle</target>
3131
3132 <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>
3133 <trans-unit id="5911214550882917183" datatype="html"> 3159 <trans-unit id="5911214550882917183" datatype="html">
3134 <source>State</source> 3160 <source>State</source>
3135 <target state="new">State</target> 3161 <target state="new">State</target>
@@ -3204,11 +3230,7 @@ The link will expire within 1 hour.</target>
3204 </target> 3230 </target>
3205 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3231 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3206 </trans-unit> 3232 </trans-unit>
3207 <trans-unit id="6641024648411549335" datatype="html"> 3233
3208 <source>Host</source>
3209 <target state="new">Host</target>
3210
3211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3212 <trans-unit id="6571718060636962350" datatype="html"> 3234 <trans-unit id="6571718060636962350" datatype="html">
3213 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3235 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3214 <target state="new">Redundancy allowed 3236 <target state="new">Redundancy allowed
@@ -3221,7 +3243,7 @@ The link will expire within 1 hour.</target>
3221 <source>Unfollow</source> 3243 <source>Unfollow</source>
3222 <target state="new">Unfollow</target> 3244 <target state="new">Unfollow</target>
3223 3245
3224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3225 <trans-unit id="8246779176913476983" datatype="html"> 3247 <trans-unit id="8246779176913476983" datatype="html">
3226 <source>Open instance in a new tab</source> 3248 <source>Open instance in a new tab</source>
3227 <target state="new">Open instance in a new tab</target> 3249 <target state="new">Open instance in a new tab</target>
@@ -3233,12 +3255,12 @@ The link will expire within 1 hour.</target>
3233 <source>No host found matching current filters.</source> 3255 <source>No host found matching current filters.</source>
3234 <target state="new">No host found matching current filters.</target> 3256 <target state="new">No host found matching current filters.</target>
3235 3257
3236 <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> 3258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3237 <trans-unit id="7274241885665071790" datatype="html"> 3259 <trans-unit id="7274241885665071790" datatype="html">
3238 <source>Your instance is not following anyone.</source> 3260 <source>Your instance is not following anyone.</source>
3239 <target state="new">Your instance is not following anyone.</target> 3261 <target state="new">Your instance is not following anyone.</target>
3240 3262
3241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3263 <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>
3242 <trans-unit id="4774348799569692380" datatype="html"> 3264 <trans-unit id="4774348799569692380" datatype="html">
3243 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3265 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3244 <target state="new">Showing 3266 <target state="new">Showing
@@ -3248,16 +3270,8 @@ The link will expire within 1 hour.</target>
3248 </target> 3270 </target>
3249 3271
3250 <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></trans-unit> 3272 <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></trans-unit>
3251 <trans-unit id="6275803119759621687" datatype="html"> 3273
3252 <source>Follow domains</source> 3274 <trans-unit id="9216117865911519658" datatype="html">
3253 <target state="new">Follow domains</target>
3254
3255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3256 <trans-unit id="1268699198448750610" datatype="html">
3257 <source>Follow instances</source>
3258 <target state="new">Follow instances</target>
3259
3260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
3261 <source>Action</source><target state="new">Action</target> 3275 <source>Action</source><target state="new">Action</target>
3262 3276
3263 3277
@@ -3304,11 +3318,11 @@ The link will expire within 1 hour.</target>
3304 <trans-unit id="5248717555542428023"> 3318 <trans-unit id="5248717555542428023">
3305 <source>Username</source> 3319 <source>Username</source>
3306 <target>Brugernavn</target> 3320 <target>Brugernavn</target>
3307 <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> 3321
3308 <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> 3322
3309 <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> 3323
3310 <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> 3324
3311 </trans-unit> 3325 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3312 <trans-unit id="5428411040014095392" datatype="html"> 3326 <trans-unit id="5428411040014095392" datatype="html">
3313 <source>e.g. jane_doe</source> 3327 <source>e.g. jane_doe</source>
3314 <target state="new">e.g. jane_doe</target> 3328 <target state="new">e.g. jane_doe</target>
@@ -3338,9 +3352,9 @@ The link will expire within 1 hour.</target>
3338 <trans-unit id="4145496584631696119" datatype="html"> 3352 <trans-unit id="4145496584631696119" datatype="html">
3339 <source>Role</source> 3353 <source>Role</source>
3340 <target state="new">Role</target> 3354 <target state="new">Role</target>
3341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3355
3342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3356
3343 </trans-unit> 3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3344 <trans-unit id="7046347992315328430" datatype="html"> 3358 <trans-unit id="7046347992315328430" datatype="html">
3345 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3359 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3346 <target state="new"> 3360 <target state="new">
@@ -3365,15 +3379,9 @@ The link will expire within 1 hour.</target>
3365 <trans-unit id="2622255144026150901" datatype="html"> 3379 <trans-unit id="2622255144026150901" datatype="html">
3366 <source>Auth plugin</source> 3380 <source>Auth plugin</source>
3367 <target state="new">Auth plugin</target> 3381 <target state="new">Auth plugin</target>
3368 <context-group purpose="location"> 3382
3369 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3383
3370 <context context-type="linenumber">188</context> 3384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit>
3371 </context-group>
3372 <context-group purpose="location">
3373 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3374 <context context-type="linenumber">188</context>
3375 </context-group>
3376 </trans-unit>
3377 <trans-unit id="588099657508661970" datatype="html"> 3385 <trans-unit id="588099657508661970" datatype="html">
3378 <source>None (local authentication)</source> 3386 <source>None (local authentication)</source>
3379 <target state="new">None (local authentication)</target> 3387 <target state="new">None (local authentication)</target>
@@ -3632,7 +3640,13 @@ The link will expire within 1 hour.</target>
3632 3640
3633 3641
3634 3642
3635 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3643 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3644 <source>Follower</source><target state="new">Follower</target>
3645 <context-group purpose="location">
3646 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3647 <context context-type="linenumber">24</context>
3648 </context-group>
3649 </trans-unit>
3636 <trans-unit id="4691552465058437520" datatype="html"> 3650 <trans-unit id="4691552465058437520" datatype="html">
3637 <source>Commented video</source> 3651 <source>Commented video</source>
3638 <target state="new">Commented video</target> 3652 <target state="new">Commented video</target>
@@ -3671,35 +3685,20 @@ The link will expire within 1 hour.</target>
3671 3685
3672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3686 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3673 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3687 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3674 <context-group purpose="location"> 3688
3675 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3676 <context context-type="linenumber">42</context>
3677 </context-group>
3678 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3679 <source>Accepted reports</source><target state="new">Accepted reports</target> 3690 <source>Accepted reports</source><target state="new">Accepted reports</target>
3680 <context-group purpose="location"> 3691
3681 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3682 <context context-type="linenumber">46</context>
3683 </context-group>
3684 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3685 <source>Refused reports</source><target state="new">Refused reports</target> 3693 <source>Refused reports</source><target state="new">Refused reports</target>
3686 <context-group purpose="location"> 3694
3687 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3688 <context context-type="linenumber">50</context>
3689 </context-group>
3690 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3691 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3696 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3692 <context-group purpose="location"> 3697
3693 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3694 <context context-type="linenumber">54</context>
3695 </context-group>
3696 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3697 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3699 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3698 <context-group purpose="location"> 3700
3699 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3701 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3700 <context context-type="linenumber">58</context>
3701 </context-group>
3702 </trans-unit>
3703 <trans-unit id="4678289986918934018" datatype="html"> 3702 <trans-unit id="4678289986918934018" datatype="html">
3704 <source>Block reason:</source> 3703 <source>Block reason:</source>
3705 <target state="new">Block reason:</target> 3704 <target state="new">Block reason:</target>
@@ -3716,17 +3715,11 @@ The link will expire within 1 hour.</target>
3716 3715
3717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3718 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3717 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3719 <context-group purpose="location"> 3718
3720 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3721 <context context-type="linenumber">31</context>
3722 </context-group>
3723 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3724 <source>Manual blocks</source><target state="new">Manual blocks</target> 3720 <source>Manual blocks</source><target state="new">Manual blocks</target>
3725 <context-group purpose="location"> 3721
3726 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3727 <context context-type="linenumber">35</context>
3728 </context-group>
3729 </trans-unit>
3730 <trans-unit id="2143435845912984377" datatype="html"> 3723 <trans-unit id="2143435845912984377" datatype="html">
3731 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3724 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3732 <target state="new">Showing 3725 <target state="new">Showing
@@ -3913,7 +3906,7 @@ The link will expire within 1 hour.</target>
3913 3906
3914 3907
3915 3908
3916 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3909 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3917 <trans-unit id="1300704815627663264" datatype="html"> 3910 <trans-unit id="1300704815627663264" datatype="html">
3918 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3911 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3919 <target state="new">Muted at 3912 <target state="new">Muted at
@@ -3961,7 +3954,7 @@ The link will expire within 1 hour.</target>
3961 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3954 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3962 </target> 3955 </target>
3963 3956
3964 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3965 <trans-unit id="4058814854824495833" datatype="html"> 3958 <trans-unit id="4058814854824495833" datatype="html">
3966 <source>Mute domains</source> 3959 <source>Mute domains</source>
3967 <target state="new">Mute domains</target> 3960 <target state="new">Mute domains</target>
@@ -4035,7 +4028,7 @@ The link will expire within 1 hour.</target>
4035 4028
4036 4029
4037 4030
4038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 4031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
4039 <trans-unit id="8630916846096019339" datatype="html"> 4032 <trans-unit id="8630916846096019339" datatype="html">
4040 <source>Users can resolve distant content</source> 4033 <source>Users can resolve distant content</source>
4041 <target state="new">Users can resolve distant content</target> 4034 <target state="new">Users can resolve distant content</target>
@@ -5922,11 +5915,8 @@ color: red;
5922 5915
5923 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 5916 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
5924 <source>CHANNELS</source><target state="new">CHANNELS</target> 5917 <source>CHANNELS</source><target state="new">CHANNELS</target>
5925 <context-group purpose="location"> 5918
5926 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5919 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5927 <context context-type="linenumber">82</context>
5928 </context-group>
5929 </trans-unit>
5930 5920
5931 <trans-unit id="3666829335406793239" datatype="html"> 5921 <trans-unit id="3666829335406793239" datatype="html">
5932 <source>This account does not have channels.</source> 5922 <source>This account does not have channels.</source>
@@ -5966,7 +5956,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5966It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 5956It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
5967channel with the same name (<x id="PH_2"/>)!</target> 5957channel with the same name (<x id="PH_2"/>)!</target>
5968 5958
5969 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 5959 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
5960 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5961 <context-group purpose="location">
5962 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5963 <context context-type="linenumber">48</context>
5964 </context-group>
5965 </trans-unit>
5970 <trans-unit id="5387007581996837469" datatype="html"> 5966 <trans-unit id="5387007581996837469" datatype="html">
5971 <source>My Channels</source> 5967 <source>My Channels</source>
5972 <target state="new">My Channels</target> 5968 <target state="new">My Channels</target>
@@ -6568,12 +6564,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6568 <source>Your message has been sent.</source> 6564 <source>Your message has been sent.</source>
6569 <target state="new">Your message has been sent.</target> 6565 <target state="new">Your message has been sent.</target>
6570 6566
6571 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6567 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6572 <trans-unit id="2072135752262464360" datatype="html"> 6568 <trans-unit id="2072135752262464360" datatype="html">
6573 <source>You already sent this form recently</source> 6569 <source>You already sent this form recently</source>
6574 <target state="new">You already sent this form recently</target> 6570 <target state="new">You already sent this form recently</target>
6575 6571
6576 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6572 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6577 6573
6578 <trans-unit id="819067926858619041" datatype="html"> 6574 <trans-unit id="819067926858619041" datatype="html">
6579 <source>Account videos</source> 6575 <source>Account videos</source>
@@ -6623,12 +6619,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6623 <x id="PH"/> direct account followers 6619 <x id="PH"/> direct account followers
6624 </target> 6620 </target>
6625 6621
6626 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit> 6622 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6627 <trans-unit id="6250999352462648289" datatype="html"> 6623 <trans-unit id="6250999352462648289" datatype="html">
6628 <source>Report this account</source> 6624 <source>Report this account</source>
6629 <target state="new">Report this account</target> 6625 <target state="new">Report this account</target>
6630 6626
6631 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 6627 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6632 6628
6633 6629
6634 <trans-unit id="1504521795586863905" datatype="html"> 6630 <trans-unit id="1504521795586863905" datatype="html">
@@ -6643,27 +6639,19 @@ channel with the same name (<x id="PH_2"/>)!</target>
6643 <target state="new">Username copied</target> 6639 <target state="new">Username copied</target>
6644 6640
6645 6641
6646 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit> 6642 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6647 <trans-unit id="9221735175659318025" datatype="html"> 6643 <trans-unit id="9221735175659318025" datatype="html">
6648 <source>1 subscriber</source> 6644 <source>1 subscriber</source>
6649 <target state="new">1 subscriber</target> 6645 <target state="new">1 subscriber</target>
6650 6646
6651 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit> 6647 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6652 <trans-unit id="4097331874769079975" datatype="html"> 6648 <trans-unit id="4097331874769079975" datatype="html">
6653 <source><x id="PH"/> subscribers</source> 6649 <source><x id="PH"/> subscribers</source>
6654 <target state="new"><x id="PH"/> subscribers</target> 6650 <target state="new"><x id="PH"/> subscribers</target>
6655 6651
6656 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 6652 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6657 <trans-unit id="4682675125751819107" datatype="html"> 6653
6658 <source>Instances you follow</source> 6654
6659 <target state="new">Instances you follow</target>
6660
6661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6662 <trans-unit id="8899833753704589712" datatype="html">
6663 <source>Instances following you</source>
6664 <target state="new">Instances following you</target>
6665
6666 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6667 <trans-unit id="1035838766454786107" datatype="html"> 6655 <trans-unit id="1035838766454786107" datatype="html">
6668 <source>Audio-only</source> 6656 <source>Audio-only</source>
6669 <target state="new">Audio-only</target> 6657 <target state="new">Audio-only</target>
@@ -6713,6 +6701,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6713 <source>Auto (via ffmpeg)</source> 6701 <source>Auto (via ffmpeg)</source>
6714 <target state="new">Auto (via ffmpeg)</target> 6702 <target state="new">Auto (via ffmpeg)</target>
6715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6704 </trans-unit><trans-unit id="3642770981085338761" datatype="html">
6705 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6706 <context-group purpose="location">
6707 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6708 <context context-type="linenumber">3</context>
6709 </context-group>
6716 </trans-unit> 6710 </trans-unit>
6717 <trans-unit id="931255636742351800" datatype="html"> 6711 <trans-unit id="931255636742351800" datatype="html">
6718 <source>No limit</source> 6712 <source>No limit</source>
@@ -6855,18 +6849,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
6855 <trans-unit id="2127446333083057097" datatype="html"> 6849 <trans-unit id="2127446333083057097" datatype="html">
6856 <source>Domain is required.</source> 6850 <source>Domain is required.</source>
6857 <target state="new">Domain is required.</target> 6851 <target state="new">Domain is required.</target>
6858 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6852
6859 </trans-unit> 6853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6860 <trans-unit id="6780793142903080663" datatype="html"> 6854 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6861 <source>Domains entered are invalid.</source> 6855 <context-group purpose="location">
6862 <target state="new">Domains entered are invalid.</target> 6856 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6857 <context context-type="linenumber">93</context>
6864 </trans-unit> 6858 </context-group>
6865 <trans-unit id="5886492514458202177" datatype="html"> 6859 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6866 <source>Domains entered contain duplicates.</source> 6860 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6867 <target state="new">Domains entered contain duplicates.</target> 6861 <context-group purpose="location">
6868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6862 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6863 <context context-type="linenumber">94</context>
6864 </context-group>
6865 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6866 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6867 <context-group purpose="location">
6868 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6869 <context context-type="linenumber">102</context>
6870 </context-group>
6871 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6872 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6873 <context-group purpose="location">
6874 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6875 <context context-type="linenumber">103</context>
6876 </context-group>
6869 </trans-unit> 6877 </trans-unit>
6878
6879
6870 <trans-unit id="240806681889331244" datatype="html"> 6880 <trans-unit id="240806681889331244" datatype="html">
6871 <source>Unlimited</source> 6881 <source>Unlimited</source>
6872 <target state="new">Unlimited</target> 6882 <target state="new">Unlimited</target>
@@ -7026,24 +7036,50 @@ channel with the same name (<x id="PH_2"/>)!</target>
7026 <x id="PH"/> removed from instance followers 7036 <x id="PH"/> removed from instance followers
7027 </target> 7037 </target>
7028 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 7038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
7039 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
7040 <source>Follow</source><target state="new">Follow</target>
7041 <context-group purpose="location">
7042 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7043 <context context-type="linenumber">3</context>
7044 </context-group>
7045 <context-group purpose="location">
7046 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7047 <context context-type="linenumber">37</context>
7048 </context-group>
7049 <context-group purpose="location">
7050 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7051 <context context-type="linenumber">18</context>
7052 </context-group>
7053 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
7054 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
7055 <context-group purpose="location">
7056 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7057 <context context-type="linenumber">11</context>
7058 </context-group>
7029 </trans-unit> 7059 </trans-unit>
7030 <trans-unit id="2740793005745065895" datatype="html"> 7060 <trans-unit id="2740793005745065895" datatype="html">
7031 <source><x id="PH"/> is not valid </source> 7061 <source><x id="PH"/> is not valid </source>
7032 <target state="new"> 7062 <target state="new">
7033 <x id="PH"/> is not valid 7063 <x id="PH"/> is not valid
7034 </target> 7064 </target>
7035 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 7065
7036 </trans-unit> 7066 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7037 <trans-unit id="2355066641781598196" datatype="html"> 7067 <trans-unit id="2355066641781598196" datatype="html">
7038 <source>Follow request(s) sent!</source> 7068 <source>Follow request(s) sent!</source>
7039 <target state="new">Follow request(s) sent!</target> 7069 <target state="new">Follow request(s) sent!</target>
7040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 7070
7071 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
7072 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
7073 <context-group purpose="location">
7074 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7075 <context context-type="linenumber">3</context>
7076 </context-group>
7041 </trans-unit> 7077 </trans-unit>
7042 <trans-unit id="4245720728052819482" datatype="html"> 7078 <trans-unit id="4245720728052819482" datatype="html">
7043 <source>Do you really want to unfollow <x id="PH"/>?</source> 7079 <source>Do you really want to unfollow <x id="PH"/>?</source>
7044 <target state="translated">Do you really want to unfollow <x id="PH"/>?</target> 7080 <target state="translated">Do you really want to unfollow <x id="PH"/>?</target>
7045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 7081
7046 </trans-unit> 7082 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
7047 <trans-unit id="9160510009013134726" datatype="html"> 7083 <trans-unit id="9160510009013134726" datatype="html">
7048 <source>Unfollow</source> 7084 <source>Unfollow</source>
7049 <target state="new">Unfollow</target> 7085 <target state="new">Unfollow</target>
@@ -7054,8 +7090,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7054 <target state="new">You are not following 7090 <target state="new">You are not following
7055 <x id="PH"/> anymore. 7091 <x id="PH"/> anymore.
7056 </target> 7092 </target>
7057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 7093
7058 </trans-unit> 7094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
7059 <trans-unit id="2593763089859685916" datatype="html"> 7095 <trans-unit id="2593763089859685916" datatype="html">
7060 <source>enabled</source> 7096 <source>enabled</source>
7061 <target state="new">enabled</target> 7097 <target state="new">enabled</target>
@@ -7175,107 +7211,107 @@ channel with the same name (<x id="PH_2"/>)!</target>
7175 <target state="new">Internal actions</target> 7211 <target state="new">Internal actions</target>
7176 7212
7177 7213
7178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 7214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7179 <trans-unit id="4559872264406386913" datatype="html"> 7215 <trans-unit id="4559872264406386913" datatype="html">
7180 <source>Delete report</source> 7216 <source>Delete report</source>
7181 <target state="new">Delete report</target> 7217 <target state="new">Delete report</target>
7182 7218
7183 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 7219 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7184 <trans-unit id="5793550984155962433" datatype="html"> 7220 <trans-unit id="5793550984155962433" datatype="html">
7185 <source>Actions for the flagged account</source> 7221 <source>Actions for the flagged account</source>
7186 <target state="new">Actions for the flagged account</target> 7222 <target state="new">Actions for the flagged account</target>
7187 7223
7188 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7224 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7189 <trans-unit id="1679841953757186358" datatype="html"> 7225 <trans-unit id="1679841953757186358" datatype="html">
7190 <source>Mark as accepted</source> 7226 <source>Mark as accepted</source>
7191 <target state="new">Mark as accepted</target> 7227 <target state="new">Mark as accepted</target>
7192 7228
7193 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 7229 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7194 <trans-unit id="7993358694073742566" datatype="html"> 7230 <trans-unit id="7993358694073742566" datatype="html">
7195 <source>Mark as rejected</source> 7231 <source>Mark as rejected</source>
7196 <target state="new">Mark as rejected</target> 7232 <target state="new">Mark as rejected</target>
7197 7233
7198 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 7234 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7199 <trans-unit id="4175703770051343108" datatype="html"> 7235 <trans-unit id="4175703770051343108" datatype="html">
7200 <source>Add internal note</source> 7236 <source>Add internal note</source>
7201 <target state="new">Add internal note</target> 7237 <target state="new">Add internal note</target>
7202 7238
7203 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 7239 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7204 <trans-unit id="296166371893775555" datatype="html"> 7240 <trans-unit id="296166371893775555" datatype="html">
7205 <source>Actions for the video</source> 7241 <source>Actions for the video</source>
7206 <target state="new">Actions for the video</target> 7242 <target state="new">Actions for the video</target>
7207 7243
7208 7244
7209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 7245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7210 <trans-unit id="3924877328520650445" datatype="html"> 7246 <trans-unit id="3924877328520650445" datatype="html">
7211 <source>Block video</source> 7247 <source>Block video</source>
7212 <target state="new">Block video</target> 7248 <target state="new">Block video</target>
7213 7249
7214 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 7250 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7215 <trans-unit id="4762794934098378428" datatype="html"> 7251 <trans-unit id="4762794934098378428" datatype="html">
7216 <source>Video blocked.</source> 7252 <source>Video blocked.</source>
7217 <target state="new">Video blocked.</target> 7253 <target state="new">Video blocked.</target>
7218 7254
7219 7255
7220 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7256 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7221 <trans-unit id="4328862996304258770" datatype="html"> 7257 <trans-unit id="4328862996304258770" datatype="html">
7222 <source>Unblock video</source> 7258 <source>Unblock video</source>
7223 <target state="new">Unblock video</target> 7259 <target state="new">Unblock video</target>
7224 7260
7225 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 7261 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7226 <trans-unit id="9065327551191479877" datatype="html"> 7262 <trans-unit id="9065327551191479877" datatype="html">
7227 <source>Video unblocked.</source> 7263 <source>Video unblocked.</source>
7228 <target state="new">Video unblocked.</target> 7264 <target state="new">Video unblocked.</target>
7229 7265
7230 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 7266 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7231 <trans-unit id="1250415136605923486" datatype="html"> 7267 <trans-unit id="1250415136605923486" datatype="html">
7232 <source>Do you really want to delete this abuse report?</source> 7268 <source>Do you really want to delete this abuse report?</source>
7233 <target state="new">Do you really want to delete this abuse report?</target> 7269 <target state="new">Do you really want to delete this abuse report?</target>
7234 7270
7235 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 7271 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7236 <trans-unit id="3482559157143817408" datatype="html"> 7272 <trans-unit id="3482559157143817408" datatype="html">
7237 <source>Abuse deleted.</source> 7273 <source>Abuse deleted.</source>
7238 <target state="new">Abuse deleted.</target> 7274 <target state="new">Abuse deleted.</target>
7239 7275
7240 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 7276 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7241 <trans-unit id="6282990098351939529" datatype="html"> 7277 <trans-unit id="6282990098351939529" datatype="html">
7242 <source>Deleted comment</source> 7278 <source>Deleted comment</source>
7243 <target state="new">Deleted comment</target> 7279 <target state="new">Deleted comment</target>
7244 7280
7245 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 7281 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7246 <trans-unit id="9196775343330824083" datatype="html"> 7282 <trans-unit id="9196775343330824083" datatype="html">
7247 <source>Messages with reporter</source> 7283 <source>Messages with reporter</source>
7248 <target state="new">Messages with reporter</target> 7284 <target state="new">Messages with reporter</target>
7249 7285
7250 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 7286 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7251 <trans-unit id="8770468575924421391" datatype="html"> 7287 <trans-unit id="8770468575924421391" datatype="html">
7252 <source>Messages with moderators</source> 7288 <source>Messages with moderators</source>
7253 <target state="new">Messages with moderators</target> 7289 <target state="new">Messages with moderators</target>
7254 7290
7255 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 7291 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7256 <trans-unit id="8528549800795985099" datatype="html"> 7292 <trans-unit id="8528549800795985099" datatype="html">
7257 <source>Update internal note</source> 7293 <source>Update internal note</source>
7258 <target state="new">Update internal note</target> 7294 <target state="new">Update internal note</target>
7259 7295
7260 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 7296 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7261 <trans-unit id="3962242315365992494" datatype="html"> 7297 <trans-unit id="3962242315365992494" datatype="html">
7262 <source>Switch video block to manual</source> 7298 <source>Switch video block to manual</source>
7263 <target state="new">Switch video block to manual</target> 7299 <target state="new">Switch video block to manual</target>
7264 7300
7265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7301 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7266 <trans-unit id="6906423861055262169" datatype="html"> 7302 <trans-unit id="6906423861055262169" datatype="html">
7267 <source>Video <x id="PH"/> switched to manual block.</source> 7303 <source>Video <x id="PH"/> switched to manual block.</source>
7268 <target state="new">Video 7304 <target state="new">Video
7269 <x id="PH"/> switched to manual block. 7305 <x id="PH"/> switched to manual block.
7270 </target> 7306 </target>
7271 7307
7272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 7308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7273 <trans-unit id="7293356040886494773" datatype="html"> 7309 <trans-unit id="7293356040886494773" datatype="html">
7274 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7310 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7275 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7311 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7276 7312
7277 7313
7278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 7314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7279 <trans-unit id="4859202148272511129" datatype="html"> 7315 <trans-unit id="4859202148272511129" datatype="html">
7280 <source>Unblock</source> 7316 <source>Unblock</source>
7281 <target state="new">Unblock</target> 7317 <target state="new">Unblock</target>
@@ -7283,7 +7319,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7283 7319
7284 7320
7285 7321
7286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7287 <trans-unit id="4922469417589203720" datatype="html"> 7323 <trans-unit id="4922469417589203720" datatype="html">
7288 <source>Video <x id="PH"/> unblocked.</source> 7324 <source>Video <x id="PH"/> unblocked.</source>
7289 <target state="new">Video 7325 <target state="new">Video
@@ -7291,7 +7327,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7291 </target> 7327 </target>
7292 7328
7293 7329
7294 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 7330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7295 <trans-unit id="6286037250766429054" datatype="html"> 7331 <trans-unit id="6286037250766429054" datatype="html">
7296 <source>yes</source> 7332 <source>yes</source>
7297 <target state="new">yes</target> 7333 <target state="new">yes</target>
@@ -7518,9 +7554,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7518 <trans-unit id="1519954996184640001" datatype="html"> 7554 <trans-unit id="1519954996184640001" datatype="html">
7519 <source>Error</source> 7555 <source>Error</source>
7520 <target state="new">Error</target> 7556 <target state="new">Error</target>
7521 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7557
7522 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7558
7523 </trans-unit> 7559 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7524 <trans-unit id="5076187961693950167" datatype="html"> 7560 <trans-unit id="5076187961693950167" datatype="html">
7525 <source>Standard logs</source> 7561 <source>Standard logs</source>
7526 <target state="new">Standard logs</target> 7562 <target state="new">Standard logs</target>
@@ -7565,16 +7601,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7565 <target state="new">Update user password</target> 7601 <target state="new">Update user password</target>
7566 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7567 </trans-unit> 7603 </trans-unit>
7568 <trans-unit id="177544274549739411" datatype="html"> 7604
7569 <source>Following list</source> 7605
7570 <target state="new">Following list</target>
7571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7572 </trans-unit>
7573 <trans-unit id="8092429110007204784" datatype="html">
7574 <source>Followers list</source>
7575 <target state="new">Followers list</target>
7576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7577 </trans-unit>
7578 <trans-unit id="780323526182667308" datatype="html"> 7606 <trans-unit id="780323526182667308" datatype="html">
7579 <source>User <x id="PH"/> updated.</source> 7607 <source>User <x id="PH"/> updated.</source>
7580 <target state="new">User 7608 <target state="new">User
@@ -7614,16 +7642,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7614 <target state="new">Federation</target> 7642 <target state="new">Federation</target>
7615 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7643 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7616 </trans-unit> 7644 </trans-unit>
7617 <trans-unit id="4682675125751819107" datatype="html"> 7645
7618 <source>Instances you follow</source> 7646
7619 <target state="new">Instances you follow</target>
7620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7621 </trans-unit>
7622 <trans-unit id="8899833753704589712" datatype="html">
7623 <source>Instances following you</source>
7624 <target state="new">Instances following you</target>
7625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7626 </trans-unit>
7627 <trans-unit id="3767259920053407667" datatype="html"> 7647 <trans-unit id="3767259920053407667" datatype="html">
7628 <source>Videos will be deleted, comments will be tombstoned.</source> 7648 <source>Videos will be deleted, comments will be tombstoned.</source>
7629 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7649 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7654,7 +7674,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7654 <target state="new">Set Email as Verified</target> 7674 <target state="new">Set Email as Verified</target>
7655 7675
7656 7676
7657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7678 <source>Created</source><target state="new">Created</target>
7679 <context-group purpose="location">
7680 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7681 <context context-type="linenumber">115</context>
7682 </context-group>
7683 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7684 <source>Daily quota</source><target state="new">Daily quota</target>
7685 <context-group purpose="location">
7686 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7687 <context context-type="linenumber">120</context>
7688 </context-group>
7689 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7690 <source>Last login</source><target state="new">Last login</target>
7691 <context-group purpose="location">
7692 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7693 <context context-type="linenumber">122</context>
7694 </context-group>
7695 </trans-unit>
7658 <trans-unit id="3403978719736970622" datatype="html"> 7696 <trans-unit id="3403978719736970622" datatype="html">
7659 <source>You cannot ban root.</source> 7697 <source>You cannot ban root.</source>
7660 <target state="new">You cannot ban root.</target> 7698 <target state="new">You cannot ban root.</target>
@@ -7964,12 +8002,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
7964 <x id="PH"/> created. 8002 <x id="PH"/> created.
7965 </target> 8003 </target>
7966 8004
7967 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 8005 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7968 <trans-unit id="8723777130353305761" datatype="html"> 8006 <trans-unit id="8723777130353305761" datatype="html">
7969 <source>This name already exists on this instance.</source> 8007 <source>This name already exists on this instance.</source>
7970 <target state="new">This name already exists on this instance.</target> 8008 <target state="new">This name already exists on this instance.</target>
7971 8009
7972 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 8010 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7973 <trans-unit id="7589345916094713536" datatype="html"> 8011 <trans-unit id="7589345916094713536" datatype="html">
7974 <source>Video channel <x id="PH"/> updated.</source> 8012 <source>Video channel <x id="PH"/> updated.</source>
7975 <target state="new">Video channel 8013 <target state="new">Video channel
@@ -7986,13 +8024,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7986 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 8024 <source>Banner deleted.</source><target state="new">Banner deleted.</target>
7987 8025
7988 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 8026 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7989 <trans-unit id="2575302837003821736" datatype="html"> 8027
7990 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7991 <target state="new">Please type the display name of the video channel (
7992 <x id="PH"/>) to confirm
7993 </target>
7994
7995 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
7996 <trans-unit id="624066830180032195" datatype="html"> 8028 <trans-unit id="624066830180032195" datatype="html">
7997 <source>Video channel <x id="PH"/> deleted.</source> 8029 <source>Video channel <x id="PH"/> deleted.</source>
7998 <target state="new">Video channel 8030 <target state="new">Video channel
@@ -8151,6 +8183,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8151 <source>Ownership change request sent.</source> 8183 <source>Ownership change request sent.</source>
8152 <target state="new">Ownership change request sent.</target> 8184 <target state="new">Ownership change request sent.</target>
8153 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8185 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8186 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
8187 <source>Sort by</source><target state="new">Sort by</target>
8188 <context-group purpose="location">
8189 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8190 <context context-type="linenumber">26</context>
8191 </context-group>
8154 </trans-unit> 8192 </trans-unit>
8155 <trans-unit id="3245220240937722814" datatype="html"> 8193 <trans-unit id="3245220240937722814" datatype="html">
8156 <source>My channels</source> 8194 <source>My channels</source>
@@ -8214,12 +8252,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8214 <source>Maximize editor</source> 8252 <source>Maximize editor</source>
8215 <target state="new">Maximize editor</target> 8253 <target state="new">Maximize editor</target>
8216 8254
8217 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 8255 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8218 <trans-unit id="4243591013849340688" datatype="html"> 8256 <trans-unit id="4243591013849340688" datatype="html">
8219 <source>Exit maximized editor</source> 8257 <source>Exit maximized editor</source>
8220 <target state="new">Exit maximized editor</target> 8258 <target state="new">Exit maximized editor</target>
8221 8259
8222 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 8260 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8223 <trans-unit id="6537885755702623401" datatype="html"> 8261 <trans-unit id="6537885755702623401" datatype="html">
8224 <source>Now please check your emails to verify your account and complete signup.</source> 8262 <source>Now please check your emails to verify your account and complete signup.</source>
8225 <target state="new">Now please check your emails to verify your account and complete signup.</target> 8263 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8254,7 +8292,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8254 <target state="new">Subscribe to the account</target> 8292 <target state="new">Subscribe to the account</target>
8255 8293
8256 8294
8257 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 8295 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
8258 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 8296 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
8259 <context-group purpose="location"> 8297 <context-group purpose="location">
8260 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 8298 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -8300,35 +8338,35 @@ channel with the same name (<x id="PH_2"/>)!</target>
8300 <trans-unit id="3779524668013120370" datatype="html"> 8338 <trans-unit id="3779524668013120370" datatype="html">
8301 <source>Go to my subscriptions</source> 8339 <source>Go to my subscriptions</source>
8302 <target state="new">Go to my subscriptions</target> 8340 <target state="new">Go to my subscriptions</target>
8303 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8341
8304 </trans-unit> 8342 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
8305 <trans-unit id="1136469849928650779" datatype="html"> 8343 <trans-unit id="1136469849928650779" datatype="html">
8306 <source>Go to my videos</source> 8344 <source>Go to my videos</source>
8307 <target state="new">Go to my videos</target> 8345 <target state="new">Go to my videos</target>
8308 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8346
8309 </trans-unit> 8347 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
8310 <trans-unit id="7836683738999600376" datatype="html"> 8348 <trans-unit id="7836683738999600376" datatype="html">
8311 <source>Go to my imports</source> 8349 <source>Go to my imports</source>
8312 <target state="new">Go to my imports</target> 8350 <target state="new">Go to my imports</target>
8313 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8351
8314 </trans-unit> 8352 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
8315 <trans-unit id="7511292153332773503" datatype="html"> 8353 <trans-unit id="7511292153332773503" datatype="html">
8316 <source>Go to my channels</source> 8354 <source>Go to my channels</source>
8317 <target state="new">Go to my channels</target> 8355 <target state="new">Go to my channels</target>
8318 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8356
8319 </trans-unit> 8357 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
8320 <trans-unit id="2013324644839511073" datatype="html"> 8358 <trans-unit id="2013324644839511073" datatype="html">
8321 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8359 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8322Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8360Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8323 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8361 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8324Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8362Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8325 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8363
8326 </trans-unit> 8364 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
8327 <trans-unit id="375263728166936544" datatype="html"> 8365 <trans-unit id="375263728166936544" datatype="html">
8328 <source>You need to reconnect.</source> 8366 <source>You need to reconnect.</source>
8329 <target state="new">You need to reconnect.</target> 8367 <target state="new">You need to reconnect.</target>
8330 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8368
8331 </trans-unit> 8369 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
8332 <trans-unit id="2206638022166154361" datatype="html"> 8370 <trans-unit id="2206638022166154361" datatype="html">
8333 <source>Keyboard Shortcuts:</source> 8371 <source>Keyboard Shortcuts:</source>
8334 <target state="new">Keyboard Shortcuts:</target> 8372 <target state="new">Keyboard Shortcuts:</target>
@@ -8339,6 +8377,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8339 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8377 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8340 <context context-type="linenumber">98</context> 8378 <context context-type="linenumber">98</context>
8341 </context-group> 8379 </context-group>
8380 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8381 <source>In my library</source><target state="new">In my library</target>
8382 <context-group purpose="location">
8383 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8384 <context context-type="linenumber">104</context>
8385 </context-group>
8342 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 8386 </trans-unit><trans-unit id="232050922346936574" datatype="html">
8343 <source>Trending</source><target state="new">Trending</target> 8387 <source>Trending</source><target state="new">Trending</target>
8344 8388
@@ -8362,38 +8406,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8362 <source>Incorrect username or password.</source> 8406 <source>Incorrect username or password.</source>
8363 <target state="new">Incorrect username or password.</target> 8407 <target state="new">Incorrect username or password.</target>
8364 8408
8365 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 8409 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8366 <trans-unit id="6974874606619467663" datatype="html"> 8410 <trans-unit id="6974874606619467663" datatype="html">
8367 <source>Your account is blocked.</source> 8411 <source>Your account is blocked.</source>
8368 <target state="new">Your account is blocked.</target> 8412 <target state="new">Your account is blocked.</target>
8369 8413
8370 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 8414 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8371 <trans-unit id="7939914198003891823" datatype="html"> 8415 <trans-unit id="7939914198003891823" datatype="html">
8372 <source>any language</source> 8416 <source>any language</source>
8373 <target state="new">any language</target> 8417 <target state="new">any language</target>
8374 8418
8375 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8419 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8376 8420
8377 <trans-unit id="5633144232269377096" datatype="html"> 8421 <trans-unit id="5633144232269377096" datatype="html">
8378 <source>hide</source> 8422 <source>hide</source>
8379 <target state="new">hide</target> 8423 <target state="new">hide</target>
8380 8424
8381 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8425 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8382 <trans-unit id="8603861867909474404" datatype="html"> 8426 <trans-unit id="8603861867909474404" datatype="html">
8383 <source>blur</source> 8427 <source>blur</source>
8384 <target state="new">blur</target> 8428 <target state="new">blur</target>
8385 8429
8386 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8430 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8387 <trans-unit id="4534458451100881847" datatype="html"> 8431 <trans-unit id="4534458451100881847" datatype="html">
8388 <source>display</source> 8432 <source>display</source>
8389 <target state="new">display</target> 8433 <target state="new">display</target>
8390 8434
8391 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8435 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8392 <trans-unit id="4467323362722952678" datatype="html"> 8436 <trans-unit id="4467323362722952678" datatype="html">
8393 <source>Unknown</source> 8437 <source>Unknown</source>
8394 <target state="new">Unknown</target> 8438 <target state="new">Unknown</target>
8395 8439
8396 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8440 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8397 <trans-unit id="8781423666414310853" datatype="html"> 8441 <trans-unit id="8781423666414310853" datatype="html">
8398 <source>Your password has been successfully reset!</source> 8442 <source>Your password has been successfully reset!</source>
8399 <target state="new">Your password has been successfully reset!</target> 8443 <target state="new">Your password has been successfully reset!</target>
@@ -8504,12 +8548,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8504 <source>Search index is unavailable. Retrying with instance results instead.</source> 8548 <source>Search index is unavailable. Retrying with instance results instead.</source>
8505 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8549 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8506 8550
8507 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8551 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8508 <trans-unit id="307702206382241469" datatype="html"> 8552 <trans-unit id="307702206382241469" datatype="html">
8509 <source>Search error</source> 8553 <source>Search error</source>
8510 <target state="new">Search error</target> 8554 <target state="new">Search error</target>
8511 8555
8512 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8556 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8557 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8558 <context-group purpose="location">
8559 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8560 <context context-type="linenumber">329</context>
8561 </context-group>
8562 </trans-unit>
8513 <trans-unit id="4580988005648117665" datatype="html"> 8563 <trans-unit id="4580988005648117665" datatype="html">
8514 <source>Search</source> 8564 <source>Search</source>
8515 <target state="new">Search</target> 8565 <target state="new">Search</target>
@@ -9717,19 +9767,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9717 </target> 9767 </target>
9718 9768
9719 9769
9720 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9770 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9721 <trans-unit id="1595779426198793580" datatype="html"> 9771 <trans-unit id="1595779426198793580" datatype="html">
9722 <source>Mute server</source> 9772 <source>Mute server</source>
9723 <target state="new">Mute server</target> 9773 <target state="new">Mute server</target>
9724 9774
9725 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9775 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9726 <trans-unit id="8014491157078444256" datatype="html"> 9776 <trans-unit id="8014491157078444256" datatype="html">
9727 <source>Server <x id="PH"/> muted by the instance.</source> 9777 <source>Server <x id="PH"/> muted by the instance.</source>
9728 <target state="new">Server 9778 <target state="new">Server
9729 <x id="PH"/> muted by the instance. 9779 <x id="PH"/> muted by the instance.
9730 </target> 9780 </target>
9731 9781
9732 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9782 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9733 <trans-unit id="2044813052587776285" datatype="html"> 9783 <trans-unit id="2044813052587776285" datatype="html">
9734 <source>Add a message to communicate with the reporter</source> 9784 <source>Add a message to communicate with the reporter</source>
9735 <target state="new">Add a message to communicate with the reporter</target> 9785 <target state="new">Add a message to communicate with the reporter</target>
@@ -9977,18 +10027,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9977 <target state="new">Too many attempts, please try again after 10027 <target state="new">Too many attempts, please try again after
9978 <x id="PH"/> minutes. 10028 <x id="PH"/> minutes.
9979 </target> 10029 </target>
9980 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 10030
9981 </trans-unit> 10031 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9982 <trans-unit id="4965472196059235310" datatype="html"> 10032 <trans-unit id="4965472196059235310" datatype="html">
9983 <source>Too many attempts, please try again later.</source> 10033 <source>Too many attempts, please try again later.</source>
9984 <target state="new">Too many attempts, please try again later.</target> 10034 <target state="new">Too many attempts, please try again later.</target>
9985 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 10035
9986 </trans-unit> 10036 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9987 <trans-unit id="1693549688987384699" datatype="html"> 10037 <trans-unit id="1693549688987384699" datatype="html">
9988 <source>Server error. Please retry later.</source> 10038 <source>Server error. Please retry later.</source>
9989 <target state="new">Server error. Please retry later.</target> 10039 <target state="new">Server error. Please retry later.</target>
9990 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 10040
9991 </trans-unit> 10041 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9992 <trans-unit id="5927402622550505067" datatype="html"> 10042 <trans-unit id="5927402622550505067" datatype="html">
9993 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 10043 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9994 <target state="new">Subscribed to all current channels of 10044 <target state="new">Subscribed to all current channels of
@@ -10103,28 +10153,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10103 <source>Delete video</source> 10153 <source>Delete video</source>
10104 <target state="new">Delete video</target> 10154 <target state="new">Delete video</target>
10105 10155
10106 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 10156 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
10107 <trans-unit id="2210418817778733727" datatype="html"> 10157 <trans-unit id="2210418817778733727" datatype="html">
10108 <source>Actions for the comment</source> 10158 <source>Actions for the comment</source>
10109 <target state="new">Actions for the comment</target> 10159 <target state="new">Actions for the comment</target>
10110 10160
10111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 10161 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
10112 <trans-unit id="7978668497183230348" datatype="html"> 10162 <trans-unit id="7978668497183230348" datatype="html">
10113 <source>Delete comment</source> 10163 <source>Delete comment</source>
10114 <target state="new">Delete comment</target> 10164 <target state="new">Delete comment</target>
10115 10165
10116 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 10166 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
10117 <trans-unit id="6747218355168080191" datatype="html"> 10167 <trans-unit id="6747218355168080191" datatype="html">
10118 <source>Do you really want to delete this comment?</source> 10168 <source>Do you really want to delete this comment?</source>
10119 <target state="new">Do you really want to delete this comment?</target> 10169 <target state="new">Do you really want to delete this comment?</target>
10120 10170
10121 10171
10122 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 10172 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
10123 <trans-unit id="7837272126865175984" datatype="html"> 10173 <trans-unit id="7837272126865175984" datatype="html">
10124 <source>Comment deleted.</source> 10174 <source>Comment deleted.</source>
10125 <target state="new">Comment deleted.</target> 10175 <target state="new">Comment deleted.</target>
10126 10176
10127 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 10177 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
10128 <trans-unit id="346270517625845962" datatype="html"> 10178 <trans-unit id="346270517625845962" datatype="html">
10129 <source>Encoder</source> 10179 <source>Encoder</source>
10130 <target state="new">Encoder</target> 10180 <target state="new">Encoder</target>
@@ -10167,30 +10217,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10167 <source>Video reported.</source> 10217 <source>Video reported.</source>
10168 <target state="new">Video reported.</target> 10218 <target state="new">Video reported.</target>
10169 10219
10170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 10220 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10171 <trans-unit id="3622946684246476652" datatype="html"> 10221 <trans-unit id="3622946684246476652" datatype="html">
10172 <source>Do you really want to delete this video?</source> 10222 <source>Do you really want to delete this video?</source>
10173 <target state="new">Do you really want to delete this video?</target> 10223 <target state="new">Do you really want to delete this video?</target>
10174 10224
10175 10225
10176 10226
10177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 10227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10178 <trans-unit id="3941342949736653028" datatype="html"> 10228 <trans-unit id="3941342949736653028" datatype="html">
10179 <source>Video deleted.</source> 10229 <source>Video deleted.</source>
10180 <target state="new">Video deleted.</target> 10230 <target state="new">Video deleted.</target>
10181 10231
10182 10232
10183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10184 <trans-unit id="5072091387445907742" datatype="html"> 10234 <trans-unit id="5072091387445907742" datatype="html">
10185 <source>Actions for the reporter</source> 10235 <source>Actions for the reporter</source>
10186 <target state="new">Actions for the reporter</target> 10236 <target state="new">Actions for the reporter</target>
10187 10237
10188 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 10238 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10189 <trans-unit id="6599069899275412095" datatype="html"> 10239 <trans-unit id="6599069899275412095" datatype="html">
10190 <source>Mute reporter</source> 10240 <source>Mute reporter</source>
10191 <target state="new">Mute reporter</target> 10241 <target state="new">Mute reporter</target>
10192 10242
10193 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 10243 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10194 <trans-unit id="2990849907502572301" datatype="html"> 10244 <trans-unit id="2990849907502572301" datatype="html">
10195 <source>This video will be duplicated by your instance.</source> 10245 <source>This video will be duplicated by your instance.</source>
10196 <target state="new">This video will be duplicated by your instance.</target> 10246 <target state="new">This video will be duplicated by your instance.</target>
@@ -10266,7 +10316,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10266 <target state="new">Mute account</target> 10316 <target state="new">Mute account</target>
10267 10317
10268 10318
10269 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit> 10319 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10270 <trans-unit id="4021487547497211597" datatype="html"> 10320 <trans-unit id="4021487547497211597" datatype="html">
10271 <source>Open video actions</source> 10321 <source>Open video actions</source>
10272 <target state="new">Open video actions</target> 10322 <target state="new">Open video actions</target>
@@ -10283,7 +10333,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10283 <source>Mute server account</source> 10333 <source>Mute server account</source>
10284 <target state="new">Mute server account</target> 10334 <target state="new">Mute server account</target>
10285 10335
10286 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 10336 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10287 <trans-unit id="7008439939460403347" datatype="html"> 10337 <trans-unit id="7008439939460403347" datatype="html">
10288 <source>Report</source> 10338 <source>Report</source>
10289 <target state="new">Report</target> 10339 <target state="new">Report</target>
@@ -10381,32 +10431,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10381 <source>Only I can see this video</source> 10431 <source>Only I can see this video</source>
10382 <target>Kun jeg kan se denne video</target> 10432 <target>Kun jeg kan se denne video</target>
10383 10433
10384 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 10434 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10385 <trans-unit id="6767380569816110388" datatype="html"> 10435 <trans-unit id="6767380569816110388" datatype="html">
10386 <source>Only shareable via a private link</source> 10436 <source>Only shareable via a private link</source>
10387 <target state="new">Only shareable via a private link</target> 10437 <target state="new">Only shareable via a private link</target>
10388 10438
10389 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 10439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10390 <trans-unit id="6828965264297239528"> 10440 <trans-unit id="6828965264297239528">
10391 <source>Anyone can see this video</source> 10441 <source>Anyone can see this video</source>
10392 <target>Alle kan se denne video</target> 10442 <target>Alle kan se denne video</target>
10393 10443
10394 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10444 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10395 <trans-unit id="1425933035739773115" datatype="html"> 10445 <trans-unit id="1425933035739773115" datatype="html">
10396 <source>Only users of this instance can see this video</source> 10446 <source>Only users of this instance can see this video</source>
10397 <target state="new">Only users of this instance can see this video</target> 10447 <target state="new">Only users of this instance can see this video</target>
10398 10448
10399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit> 10449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10400 <trans-unit id="8312101634344200207" datatype="html"> 10450 <trans-unit id="8312101634344200207" datatype="html">
10401 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10451 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10402 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10452 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10403 10453
10404 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 10454 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10405 <trans-unit id="7756087706411154095" datatype="html"> 10455 <trans-unit id="7756087706411154095" datatype="html">
10406 <source><x id="PH" equiv-text="this.views"/> views</source> 10456 <source><x id="PH" equiv-text="this.views"/> views</source>
10407 <target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10457 <target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10408 10458
10409 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 10459 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10410 <trans-unit id="ngb.alert.close" datatype="html"> 10460 <trans-unit id="ngb.alert.close" datatype="html">
10411 <source>Close</source> 10461 <source>Close</source>
10412 <target state="new">Close</target> 10462 <target state="new">Close</target>
@@ -10582,35 +10632,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10582 <source>Your video was uploaded to your account and is private.</source> 10632 <source>Your video was uploaded to your account and is private.</source>
10583 <target>Din video blev uploadet til din konto og er privat.</target> 10633 <target>Din video blev uploadet til din konto og er privat.</target>
10584 10634
10585 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10635 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10586 <trans-unit id="5699822024600815733" datatype="html"> 10636 <trans-unit id="5699822024600815733" datatype="html">
10587 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10637 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10588 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target> 10638 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target>
10589 10639
10590 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10640 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10591 <trans-unit id="1219739004043110649"> 10641 <trans-unit id="1219739004043110649">
10592 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10642 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10593 <target>Din video er ikke uploadet endnu, er du sikker på, at du vil forlade denne side?</target> 10643 <target>Din video er ikke uploadet endnu, er du sikker på, at du vil forlade denne side?</target>
10594 10644
10595 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit> 10645 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10596 <trans-unit id="6932865105766151309" datatype="html"> 10646 <trans-unit id="6932865105766151309" datatype="html">
10597 <source>Upload</source> 10647 <source>Upload</source>
10598 <target state="new">Upload</target> 10648 <target state="new">Upload</target>
10599 10649
10600 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10650 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10601 <trans-unit id="8278735427925094503" datatype="html"> 10651 <trans-unit id="8278735427925094503" datatype="html">
10602 <source>Upload <x id="PH"/> </source> 10652 <source>Upload <x id="PH"/> </source>
10603 <target state="new">Upload 10653 <target state="new">Upload
10604 <x id="PH"/> 10654 <x id="PH"/>
10605 </target> 10655 </target>
10606 10656
10607 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10657 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10608 10658
10609 <trans-unit id="5981816353437801748"> 10659 <trans-unit id="5981816353437801748">
10610 <source>Video published.</source> 10660 <source>Video published.</source>
10611 <target>Video offentliggjort.</target> 10661 <target>Video offentliggjort.</target>
10612 10662
10613 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10663 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10614 10664
10615 10665
10616 <trans-unit id="764164089183618119" datatype="html"> 10666 <trans-unit id="764164089183618119" datatype="html">
@@ -10678,27 +10728,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10678 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10728 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10679 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10729 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10680 10730
10681 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10731 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10682 <trans-unit id="5761611056224181752" datatype="html"> 10732 <trans-unit id="5761611056224181752" datatype="html">
10683 <source>Redirection</source> 10733 <source>Redirection</source>
10684 <target state="new">Redirection</target> 10734 <target state="new">Redirection</target>
10685 10735
10686 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10736 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10687 <trans-unit id="8858527736400081688" datatype="html"> 10737 <trans-unit id="8858527736400081688" datatype="html">
10688 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10738 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10689 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target> 10739 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target>
10690 10740
10691 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10741 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10692 <trans-unit id="3937119019020041049" datatype="html"> 10742 <trans-unit id="3937119019020041049" datatype="html">
10693 <source>Mature or explicit content</source> 10743 <source>Mature or explicit content</source>
10694 <target state="new">Mature or explicit content</target> 10744 <target state="new">Mature or explicit content</target>
10695 10745
10696 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10746 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10697 <trans-unit id="1755474755114288376" datatype="html"> 10747 <trans-unit id="1755474755114288376" datatype="html">
10698 <source>Up Next</source> 10748 <source>Up Next</source>
10699 <target state="new">Up Next</target> 10749 <target state="new">Up Next</target>
10700 10750
10701 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 10751 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10702 <trans-unit id="2159130950882492111" datatype="html"> 10752 <trans-unit id="2159130950882492111" datatype="html">
10703 <source>Cancel</source> 10753 <source>Cancel</source>
10704 <target state="new">Cancel</target> 10754 <target state="new">Cancel</target>
@@ -10708,62 +10758,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10708 <source>Autoplay is suspended</source> 10758 <source>Autoplay is suspended</source>
10709 <target state="new">Autoplay is suspended</target> 10759 <target state="new">Autoplay is suspended</target>
10710 10760
10711 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10761 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10712 <trans-unit id="7895294730547405228" datatype="html"> 10762 <trans-unit id="7895294730547405228" datatype="html">
10713 <source>Enter/exit fullscreen (requires player focus)</source> 10763 <source>Enter/exit fullscreen (requires player focus)</source>
10714 <target state="new">Enter/exit fullscreen (requires player focus)</target> 10764 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10715 10765
10716 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10766 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10717 <trans-unit id="7618388257165864759" datatype="html"> 10767 <trans-unit id="7618388257165864759" datatype="html">
10718 <source>Play/Pause the video (requires player focus)</source> 10768 <source>Play/Pause the video (requires player focus)</source>
10719 <target state="new">Play/Pause the video (requires player focus)</target> 10769 <target state="new">Play/Pause the video (requires player focus)</target>
10720 10770
10721 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10771 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10722 <trans-unit id="7761890399634216630" datatype="html"> 10772 <trans-unit id="7761890399634216630" datatype="html">
10723 <source>Mute/unmute the video (requires player focus)</source> 10773 <source>Mute/unmute the video (requires player focus)</source>
10724 <target state="new">Mute/unmute the video (requires player focus)</target> 10774 <target state="new">Mute/unmute the video (requires player focus)</target>
10725 10775
10726 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10776 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10727 <trans-unit id="5996585232248234904" datatype="html"> 10777 <trans-unit id="5996585232248234904" datatype="html">
10728 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10778 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10729 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10779 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10730 10780
10731 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10781 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10732 <trans-unit id="3748765405903319998" datatype="html"> 10782 <trans-unit id="3748765405903319998" datatype="html">
10733 <source>Increase the volume (requires player focus)</source> 10783 <source>Increase the volume (requires player focus)</source>
10734 <target state="new">Increase the volume (requires player focus)</target> 10784 <target state="new">Increase the volume (requires player focus)</target>
10735 10785
10736 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10786 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10737 <trans-unit id="5810704036407159982" datatype="html"> 10787 <trans-unit id="5810704036407159982" datatype="html">
10738 <source>Decrease the volume (requires player focus)</source> 10788 <source>Decrease the volume (requires player focus)</source>
10739 <target state="new">Decrease the volume (requires player focus)</target> 10789 <target state="new">Decrease the volume (requires player focus)</target>
10740 10790
10741 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10791 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10742 <trans-unit id="2622048822548065691" datatype="html"> 10792 <trans-unit id="2622048822548065691" datatype="html">
10743 <source>Seek the video forward (requires player focus)</source> 10793 <source>Seek the video forward (requires player focus)</source>
10744 <target state="new">Seek the video forward (requires player focus)</target> 10794 <target state="new">Seek the video forward (requires player focus)</target>
10745 10795
10746 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10796 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10747 <trans-unit id="6540078205109221153" datatype="html"> 10797 <trans-unit id="6540078205109221153" datatype="html">
10748 <source>Seek the video backward (requires player focus)</source> 10798 <source>Seek the video backward (requires player focus)</source>
10749 <target state="new">Seek the video backward (requires player focus)</target> 10799 <target state="new">Seek the video backward (requires player focus)</target>
10750 10800
10751 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10801 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10752 <trans-unit id="1956491957766210808" datatype="html"> 10802 <trans-unit id="1956491957766210808" datatype="html">
10753 <source>Increase playback rate (requires player focus)</source> 10803 <source>Increase playback rate (requires player focus)</source>
10754 <target state="new">Increase playback rate (requires player focus)</target> 10804 <target state="new">Increase playback rate (requires player focus)</target>
10755 10805
10756 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10806 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10757 <trans-unit id="5495529997674803186" datatype="html"> 10807 <trans-unit id="5495529997674803186" datatype="html">
10758 <source>Decrease playback rate (requires player focus)</source> 10808 <source>Decrease playback rate (requires player focus)</source>
10759 <target state="new">Decrease playback rate (requires player focus)</target> 10809 <target state="new">Decrease playback rate (requires player focus)</target>
10760 10810
10761 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10811 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10762 <trans-unit id="3178343147230721210" datatype="html"> 10812 <trans-unit id="3178343147230721210" datatype="html">
10763 <source>Navigate in the video frame by frame (requires player focus)</source> 10813 <source>Navigate in the video frame by frame (requires player focus)</source>
10764 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 10814 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10765 10815
10766 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10816 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10767 <trans-unit id="8025996572234182184" datatype="html"> 10817 <trans-unit id="8025996572234182184" datatype="html">
10768 <source>Like the video</source> 10818 <source>Like the video</source>
10769 <target state="new">Like the video</target> 10819 <target state="new">Like the video</target>
diff --git a/client/src/locale/angular.de-DE.xlf b/client/src/locale/angular.de-DE.xlf
index 6f2d33ba5..2b8f6383f 100644
--- a/client/src/locale/angular.de-DE.xlf
+++ b/client/src/locale/angular.de-DE.xlf
@@ -162,18 +162,18 @@
162 <target state="translated"> 162 <target state="translated">
163 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 163 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
164 </target> 164 </target>
165 165 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group>
166 166 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group>
167 167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group>
168 168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group>
169 169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group>
170 170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group>
171 171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group>
172 172 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group>
173 173 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group>
174 174 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group>
175 175 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group>
176 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 176 </trans-unit>
177 <trans-unit id="1486537403020619891" datatype="html"> 177 <trans-unit id="1486537403020619891" datatype="html">
178 <source>My watch history</source> 178 <source>My watch history</source>
179 <target state="translated">Mein Verlauf</target> 179 <target state="translated">Mein Verlauf</target>
@@ -188,8 +188,8 @@
188 <trans-unit id="8432562579042371182"> 188 <trans-unit id="8432562579042371182">
189 <source>Options</source> 189 <source>Options</source>
190 <target>Optionen</target> 190 <target>Optionen</target>
191 191 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">40</context></context-group>
192 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit> 192 </trans-unit>
193 <trans-unit id="1394835141143590910"> 193 <trans-unit id="1394835141143590910">
194 <source>Start at</source> 194 <source>Start at</source>
195 <target>Beginne bei</target> 195 <target>Beginne bei</target>
@@ -244,7 +244,7 @@
244 <target>Erstellen</target> 244 <target>Erstellen</target>
245 <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> 245 <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>
246 <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> 246 <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>
247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group>
248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group>
@@ -257,13 +257,12 @@
257 <target state="translated">Video</target> 257 <target state="translated">Video</target>
258 258
259 259
260 260 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
261 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
262 <trans-unit id="6438815964972582865" datatype="html"> 261 <trans-unit id="6438815964972582865" datatype="html">
263 <source>The following link contains a private token and should not be shared with anyone.</source> 262 <source>The following link contains a private token and should not be shared with anyone.</source>
264 <target state="translated">Der folgende Link enthält ein privates Token und sollte nicht an Dritte weitergegeben werden.</target> 263 <target state="translated">Der folgende Link enthält ein privates Token und sollte nicht an Dritte weitergegeben werden.</target>
265 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group>
266 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 265 </trans-unit>
267 <trans-unit id="187187500641108332" datatype="html"> 266 <trans-unit id="187187500641108332" datatype="html">
268 <source><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></source> 267 <source><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></source>
269 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></target>
@@ -275,14 +274,13 @@
275 <trans-unit id="5235042777215655908" datatype="html"> 274 <trans-unit id="5235042777215655908" datatype="html">
276 <source>subtitles</source> 275 <source>subtitles</source>
277 <target state="translated">Untertitel</target> 276 <target state="translated">Untertitel</target>
278 277 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">56</context></context-group>
279 278 </trans-unit>
280 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">56</context></context-group></trans-unit>
281 <trans-unit id="7513076467032912668" datatype="html"> 279 <trans-unit id="7513076467032912668" datatype="html">
282 <source>Format</source> 280 <source>Format</source>
283 <target state="translated">Format</target> 281 <target state="translated">Format</target>
284 282 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">74</context></context-group>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 283 </trans-unit>
286 <trans-unit id="187187500641108332" datatype="html"> 284 <trans-unit id="187187500641108332" datatype="html">
287 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/> </source> 285 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/> </source>
288 <target state="translated"> 286 <target state="translated">
@@ -295,33 +293,33 @@
295 <trans-unit id="7385834259346199883" datatype="html"> 293 <trans-unit id="7385834259346199883" datatype="html">
296 <source>Video stream</source> 294 <source>Video stream</source>
297 <target state="translated">Video-Stream</target> 295 <target state="translated">Video-Stream</target>
298 296 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">85</context></context-group>
299 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 297 </trans-unit>
300 <trans-unit id="5496771215105419189" datatype="html"> 298 <trans-unit id="5496771215105419189" datatype="html">
301 <source>Audio stream</source> 299 <source>Audio stream</source>
302 <target state="translated">Audio-Stream</target> 300 <target state="translated">Audio-Stream</target>
303 301 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">97</context></context-group>
304 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">97</context></context-group></trans-unit> 302 </trans-unit>
305 <trans-unit id="6316149158173629264"> 303 <trans-unit id="6316149158173629264">
306 <source>Direct download</source> 304 <source>Direct download</source>
307 <target>Direkter Download</target> 305 <target>Direkter Download</target>
308 306 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">116</context></context-group>
309 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">116</context></context-group></trans-unit> 307 </trans-unit>
310 <trans-unit id="5910455707959454672"> 308 <trans-unit id="5910455707959454672">
311 <source>Torrent (.torrent file)</source> 309 <source>Torrent (.torrent file)</source>
312 <target>Torrent (Torrent-Datei)</target> 310 <target>Torrent (Torrent-Datei)</target>
313 311 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">121</context></context-group>
314 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 312 </trans-unit>
315 <trans-unit id="5830517253429165613" datatype="html"> 313 <trans-unit id="5830517253429165613" datatype="html">
316 <source>Advanced</source> 314 <source>Advanced</source>
317 <target state="translated">Erweitert</target> 315 <target state="translated">Erweitert</target>
318 316 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">135</context></context-group>
319 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">135</context></context-group></trans-unit> 317 </trans-unit>
320 <trans-unit id="4493457595110310369" datatype="html"> 318 <trans-unit id="4493457595110310369" datatype="html">
321 <source>Simple</source> 319 <source>Simple</source>
322 <target state="translated">Einfach</target> 320 <target state="translated">Einfach</target>
323 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">143</context></context-group>
324 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">143</context></context-group></trans-unit> 322 </trans-unit>
325 <trans-unit id="1006562256968398209" datatype="html"> 323 <trans-unit id="1006562256968398209" datatype="html">
326 <source>video</source> 324 <source>video</source>
327 <target state="translated">Video</target> 325 <target state="translated">Video</target>
@@ -331,13 +329,13 @@
331 <trans-unit id="6995024616159044376" datatype="html"> 329 <trans-unit id="6995024616159044376" datatype="html">
332 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 330 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
333 <target state="translated">Ihr Videokontingent ist mit diesem Video überschritten (Videogröße: <x id="PH" equiv-text="videoSizeBytes"/>, verwendet: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, Kontingent: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 331 <target state="translated">Ihr Videokontingent ist mit diesem Video überschritten (Videogröße: <x id="PH" equiv-text="videoSizeBytes"/>, verwendet: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, Kontingent: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
334 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group> 332
335 </trans-unit> 333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
336 <trans-unit id="7873395933409147217" datatype="html"> 334 <trans-unit id="7873395933409147217" datatype="html">
337 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 335 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
338 <target state="translated">Ihr tägliches Videokontingent wurde mit diesem Video überschritten (Videogröße: <x id="PH" equiv-text="videoSizeBytes"/>, verwendet: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, Kontingent: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 336 <target state="translated">Ihr tägliches Videokontingent wurde mit diesem Video überschritten (Videogröße: <x id="PH" equiv-text="videoSizeBytes"/>, verwendet: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, Kontingent: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
339 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group> 337
340 </trans-unit> 338 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
341 <trans-unit id="5235042777215655908" datatype="html"> 339 <trans-unit id="5235042777215655908" datatype="html">
342 <source>subtitles</source> 340 <source>subtitles</source>
343 <target state="translated">Untertitel</target> 341 <target state="translated">Untertitel</target>
@@ -348,16 +346,16 @@
348 <target> 346 <target>
349 Abbrechen 347 Abbrechen
350 </target> 348 </target>
351 349 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">48</context></context-group>
352 350 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">19</context></context-group>
353 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 351 </trans-unit>
354 <trans-unit id="3099741642167775297"> 352 <trans-unit id="3099741642167775297">
355 <source>Download</source> 353 <source>Download</source>
356 <target>Herunterladen</target> 354 <target>Herunterladen</target>
357 355 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">272</context></context-group>
358 356 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">4</context></context-group>
359 357 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">156</context></context-group>
360 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">272</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit> 358 </trans-unit>
361 <trans-unit id="6325096236207614377"> 359 <trans-unit id="6325096236207614377">
362 <source>Reason...</source> 360 <source>Reason...</source>
363 <target>Grund...</target> 361 <target>Grund...</target>
@@ -392,8 +390,10 @@
392 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">58</context></context-group> 390 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">58</context></context-group>
393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">96</context></context-group> 391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">96</context></context-group>
394 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">42</context></context-group> 392 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">42</context></context-group>
395 </trans-unit><trans-unit id="8343217707114977013" datatype="html"> 393 </trans-unit>
396 <source>The contact form is not enabled on this instance.</source><target state="new">The contact form is not enabled on this instance.</target> 394 <trans-unit id="8343217707114977013" datatype="html">
395 <source>The contact form is not enabled on this instance.</source>
396 <target state="translated">Das Kontaktformular ist auf dieser Instanz nicht aktiviert.</target>
397 <context-group purpose="location"> 397 <context-group purpose="location">
398 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context> 398 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
399 <context context-type="linenumber">56</context> 399 <context context-type="linenumber">56</context>
@@ -429,16 +429,16 @@
429 <trans-unit id="7539427273132299890"> 429 <trans-unit id="7539427273132299890">
430 <source>Unlisted</source> 430 <source>Unlisted</source>
431 <target>Nicht gelistet</target> 431 <target>Nicht gelistet</target>
432 432 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">9</context></context-group>
433 433 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">6</context></context-group>
434 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 434 </trans-unit>
435 <trans-unit id="3686284950598311784"> 435 <trans-unit id="3686284950598311784">
436 <source>Private</source> 436 <source>Private</source>
437 <target>Privat</target> 437 <target>Privat</target>
438 438 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">10</context></context-group>
439 439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">7</context></context-group>
440 440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group>
441 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">7</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 441 </trans-unit>
442 <trans-unit id="7688104409544625220" datatype="html"> 442 <trans-unit id="7688104409544625220" datatype="html">
443 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION"/> views}}</source> 443 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION"/> views}}</source>
444 <target state="translated">{VAR_PLURAL, plural, =1 {1 Aufruf} other {<x id="INTERPOLATION"/> Aufrufe}}</target> 444 <target state="translated">{VAR_PLURAL, plural, =1 {1 Aufruf} other {<x id="INTERPOLATION"/> Aufrufe}}</target>
@@ -481,15 +481,15 @@
481 <trans-unit id="9081463435738465430" datatype="html"> 481 <trans-unit id="9081463435738465430" datatype="html">
482 <source>Blocked</source> 482 <source>Blocked</source>
483 <target state="translated">Blockiert</target> 483 <target state="translated">Blockiert</target>
484 484 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">57</context></context-group>
485 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 485 </trans-unit>
486 <trans-unit id="3514509630940272440"> 486 <trans-unit id="3514509630940272440">
487 <source>Sensitive</source> 487 <source>Sensitive</source>
488 <target> 488 <target>
489 Anstößig 489 Anstößig
490 </target> 490 </target>
491 491 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">62</context></context-group>
492 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">62</context></context-group></trans-unit> 492 </trans-unit>
493 <trans-unit id="7766488542631150871"> 493 <trans-unit id="7766488542631150871">
494 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION"/> videos}}</source> 494 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION"/> videos}}</source>
495 <target>{VAR_PLURAL, plural, =0 {Keine Videos} =1 {1 Video} other {<x id="INTERPOLATION"/> Videos}}</target> 495 <target>{VAR_PLURAL, plural, =0 {Keine Videos} =1 {1 Video} other {<x id="INTERPOLATION"/> Videos}}</target>
@@ -501,13 +501,13 @@
501 <target> 501 <target>
502 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> 502 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
503 </target> 503 </target>
504 504 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">25</context></context-group>
505 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit> 505 </trans-unit>
506 <trans-unit id="3044142083883783523"> 506 <trans-unit id="3044142083883783523">
507 <source>Updated <x id="INTERPOLATION"/></source> 507 <source>Updated <x id="INTERPOLATION"/></source>
508 <target>Aktualisiert <x id="INTERPOLATION"/></target> 508 <target>Aktualisiert <x id="INTERPOLATION"/></target>
509 509 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">32</context></context-group>
510 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 510 </trans-unit>
511 <trans-unit id="5643561794785412000" datatype="html"> 511 <trans-unit id="5643561794785412000" datatype="html">
512 <source>Unavailable</source> 512 <source>Unavailable</source>
513 <target state="translated">Nicht verfügbar</target> 513 <target state="translated">Nicht verfügbar</target>
@@ -516,10 +516,10 @@
516 <trans-unit id="6381490568322624964" datatype="html"> 516 <trans-unit id="6381490568322624964" datatype="html">
517 <source>Deleted</source> 517 <source>Deleted</source>
518 <target state="translated">Gelöscht</target> 518 <target state="translated">Gelöscht</target>
519 519 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group>
520 520 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">91</context></context-group>
521 521 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group>
522 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit> 522 </trans-unit>
523 <trans-unit id="5263519165976128456"> 523 <trans-unit id="5263519165976128456">
524 <source>Edit starts/stops at</source> 524 <source>Edit starts/stops at</source>
525 <target>Bearbeitung beginnt/endet bei</target> 525 <target>Bearbeitung beginnt/endet bei</target>
@@ -590,7 +590,7 @@
590 590
591 591
592 592
593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
594 <trans-unit id="158575725114802951" datatype="html"> 594 <trans-unit id="158575725114802951" datatype="html">
595 <source>Only live videos</source> 595 <source>Only live videos</source>
596 <target state="translated">Nur Live-Videos</target> 596 <target state="translated">Nur Live-Videos</target>
@@ -775,9 +775,10 @@
775 <trans-unit id="2602586221576511475"> 775 <trans-unit id="2602586221576511475">
776 <source>Video quota</source> 776 <source>Video quota</source>
777 <target>Videokontingent</target> 777 <target>Videokontingent</target>
778 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group>
781 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
781 </trans-unit> 782 </trans-unit>
782 <trans-unit id="1502595455339510144"> 783 <trans-unit id="1502595455339510144">
783 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 784 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
@@ -859,6 +860,34 @@
859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
860 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
861 </trans-unit> 862 </trans-unit>
863 <trans-unit id="8726138323871139597" datatype="html">
864 <source>Following</source>
865 <target state="translated">Aboniert</target>
866 <context-group purpose="location">
867 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
868 <context context-type="linenumber">29</context>
869 </context-group>
870 <context-group purpose="location">
871 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
872 <context context-type="linenumber">31</context>
873 </context-group>
874 <context-group purpose="location">
875 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
876 <context context-type="linenumber">28</context>
877 </context-group>
878 </trans-unit>
879 <trans-unit id="4914577418256256836" datatype="html">
880 <source>Followers</source>
881 <target state="translated">Abonnenten</target>
882 <context-group purpose="location">
883 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
884 <context context-type="linenumber">34</context>
885 </context-group>
886 <context-group purpose="location">
887 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
888 <context context-type="linenumber">37</context>
889 </context-group>
890 </trans-unit>
862 <trans-unit id="3541687134897970106" datatype="html"> 891 <trans-unit id="3541687134897970106" datatype="html">
863 <source>followers</source> 892 <source>followers</source>
864 <target state="translated">Follower</target> 893 <target state="translated">Follower</target>
@@ -921,25 +950,26 @@
921 <trans-unit id="2159130950882492111"> 950 <trans-unit id="2159130950882492111">
922 <source>Cancel</source> 951 <source>Cancel</source>
923 <target>Abbrechen</target> 952 <target>Abbrechen</target>
924 953 <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>
925 954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group>
926 955 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group>
927 956 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group>
928 957 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
929 958 <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>
930 959 <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">69</context></context-group>
931 960 <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">81</context></context-group>
932 961 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group>
933 962 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">415</context></context-group>
934 963 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
935 964 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group>
936 965 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group>
937 966 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group>
938 967 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group>
939 968 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group>
940 969 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group>
941 970 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group>
942 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 971 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group>
972 </trans-unit>
943 <trans-unit id="3616223838716839702"> 973 <trans-unit id="3616223838716839702">
944 <source>Ban this user</source> 974 <source>Ban this user</source>
945 <target>Diesen Nutzer sperren</target> 975 <target>Diesen Nutzer sperren</target>
@@ -1005,18 +1035,12 @@
1005 <trans-unit id="7252854992688790751" datatype="html"> 1035 <trans-unit id="7252854992688790751" datatype="html">
1006 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1036 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1007 <target state="translated">Diese Instanz erlaubt eine Registrierung. Lesen sie sich trotzdem die <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Richtlinien<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Richtlinien<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>durch, bevor sie sich ein Konto erstellen. Hier können sie auch nach einer anderen Instanz suchen, die ihren Wünschen entspricht: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1037 <target state="translated">Diese Instanz erlaubt eine Registrierung. Lesen sie sich trotzdem die <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Richtlinien<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Richtlinien<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>durch, bevor sie sich ein Konto erstellen. Hier können sie auch nach einer anderen Instanz suchen, die ihren Wünschen entspricht: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1008 <context-group purpose="location"> 1038 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group>
1009 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1010 <context context-type="linenumber">60,62</context>
1011 </context-group>
1012 </trans-unit> 1039 </trans-unit>
1013 <trans-unit id="7215649348148521605" datatype="html"> 1040 <trans-unit id="7215649348148521605" datatype="html">
1014 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1041 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1015 <target state="translated">Diese Instanz erlaubt zurzeit keine Registrierung, sie können sich die <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Richtlinien<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> für mehr Details durchlesen, oder hier nach einer Instanz suchen, die Ihnen das Anlegen eines Kontos und das Hochladen von Videos erlaubt: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1042 <target state="translated">Diese Instanz erlaubt zurzeit keine Registrierung, sie können sich die <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Richtlinien<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> für mehr Details durchlesen, oder hier nach einer Instanz suchen, die Ihnen das Anlegen eines Kontos und das Hochladen von Videos erlaubt: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1016 <context-group purpose="location"> 1043 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group>
1017 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1018 <context context-type="linenumber">65,67</context>
1019 </context-group>
1020 </trans-unit> 1044 </trans-unit>
1021 <trans-unit id="2392488717875840729"> 1045 <trans-unit id="2392488717875840729">
1022 <source>User</source> 1046 <source>User</source>
@@ -1029,65 +1053,67 @@
1029 <target>Benutzername oder E-Mail-Adresse</target> 1053 <target>Benutzername oder E-Mail-Adresse</target>
1030 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1054 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1031 </trans-unit> 1055 </trans-unit>
1056 <trans-unit id="1758058452376026925" datatype="html">
1057 <source>⚠️ Most email addresses do not include capital letters.</source>
1058 <target state="translated">⚠️Die meisten E-Mail Adressen beinhalten keine Großbuchstaben.</target>
1059 <context-group purpose="location">
1060 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1061 <context context-type="linenumber">33,34</context>
1062 </context-group>
1063 </trans-unit>
1032 <trans-unit id="1431416938026210429"> 1064 <trans-unit id="1431416938026210429">
1033 <source>Password</source> 1065 <source>Password</source>
1034 <target>Passwort</target> 1066 <target>Passwort</target>
1035 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1036 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1069 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group>
1070 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</context></context-group>
1037 <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> 1071 <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>
1038 <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> 1072 <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>
1039 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1073 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group>
1040 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1074 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group>
1041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1043 </trans-unit> 1075 </trans-unit>
1044 <trans-unit id="8715156686857791956" datatype="html"> 1076 <trans-unit id="8715156686857791956" datatype="html">
1045 <source>Click here to reset your password</source> 1077 <source>Click here to reset your password</source>
1046 <target state="translated">Klicken Sie hier, um Ihr Passwort zurückzusetzen</target> 1078 <target state="translated">Klicken Sie hier, um Ihr Passwort zurückzusetzen</target>
1047 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1079 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1048 </trans-unit> 1080 </trans-unit>
1049 <trans-unit id="892063502898494584" datatype="html"> 1081 <trans-unit id="892063502898494584" datatype="html">
1050 <source>I forgot my password</source> 1082 <source>I forgot my password</source>
1051 <target state="translated">Ich habe mein Passwort vergessen</target> 1083 <target state="translated">Ich habe mein Passwort vergessen</target>
1052 <context-group purpose="location"> 1084 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1053 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1054 <context context-type="linenumber">47</context>
1055 </context-group>
1056 </trans-unit> 1085 </trans-unit>
1057 <trans-unit id="2101170466365500913" datatype="html"> 1086 <trans-unit id="2101170466365500913" datatype="html">
1058 <source>Logging into an account lets you publish content</source> 1087 <source>Logging into an account lets you publish content</source>
1059 <target state="translated">Durch das Anmelden können sie Inhalte hochladen</target> 1088 <target state="translated">Durch das Anmelden können sie Inhalte hochladen</target>
1060 <context-group purpose="location"> 1089 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group>
1061 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1062 <context context-type="linenumber">56,57</context>
1063 </context-group>
1064 </trans-unit> 1090 </trans-unit>
1065 <trans-unit id="2454050363478003966"> 1091 <trans-unit id="2454050363478003966">
1066 <source>Login</source> 1092 <source>Login</source>
1067 <target>Anmelden</target> 1093 <target>Anmelden</target>
1068 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 1094 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group>
1069 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1095 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group>
1070 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group> 1096 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group>
1071 </trans-unit> 1097 </trans-unit>
1072 <trans-unit id="3183213940445113677" datatype="html"> 1098 <trans-unit id="3183213940445113677" datatype="html">
1073 <source>Or sign in with</source> 1099 <source>Or sign in with</source>
1074 <target state="translated">Oder anmelden mit</target> 1100 <target state="translated">Oder anmelden mit</target>
1075 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1101 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group>
1076 </trans-unit> 1102 </trans-unit>
1077 <trans-unit id="3238209155172574367"> 1103 <trans-unit id="3238209155172574367">
1078 <source>Forgot your password</source> 1104 <source>Forgot your password</source>
1079 <target>Passwort vergessen</target> 1105 <target>Passwort vergessen</target>
1080 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1106 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group>
1081 </trans-unit> 1107 </trans-unit>
1082 <trans-unit id="87327320394367488" datatype="html"> 1108 <trans-unit id="87327320394367488" datatype="html">
1083 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1109 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1084 <target state="translated">Es tut uns Leid, du kannst dein Kennwort nicht wiederherstellen weil dein Instanzadministrator das PeerTube-E-Mail-System nicht konfiguriert hat.</target> 1110 <target state="translated">Es tut uns Leid, du kannst dein Kennwort nicht wiederherstellen weil dein Instanzadministrator das PeerTube-E-Mail-System nicht konfiguriert hat.</target>
1085 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1111 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group>
1086 </trans-unit> 1112 </trans-unit>
1087 <trans-unit id="3188014010833256853" datatype="html"> 1113 <trans-unit id="3188014010833256853" datatype="html">
1088 <source>Enter your email address and we will send you a link to reset your password.</source> 1114 <source>Enter your email address and we will send you a link to reset your password.</source>
1089 <target state="translated">Geben Sie Ihre E-Mail-Adresse ein und wir senden Ihnen einen Link zum Zurücksetzen Ihres Passworts.</target> 1115 <target state="translated">Geben Sie Ihre E-Mail-Adresse ein und wir senden Ihnen einen Link zum Zurücksetzen Ihres Passworts.</target>
1090 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1116 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group>
1091 </trans-unit> 1117 </trans-unit>
1092 <trans-unit id="1190256911880544559" datatype="html"> 1118 <trans-unit id="1190256911880544559" datatype="html">
1093 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1119 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
@@ -1098,25 +1124,26 @@ The link will expire within 1 hour.</source>
1098 <trans-unit id="4768749765465246664"> 1124 <trans-unit id="4768749765465246664">
1099 <source>Email</source> 1125 <source>Email</source>
1100 <target>E-Mail</target> 1126 <target>E-Mail</target>
1101 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group>
1130 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</context></context-group>
1131 <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>
1102 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1132 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group>
1103 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1133 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group>
1104 <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> 1134 <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>
1105 <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>
1106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1108 </trans-unit> 1135 </trans-unit>
1109 <trans-unit id="3967269098753656610"> 1136 <trans-unit id="3967269098753656610">
1110 <source>Email address</source> 1137 <source>Email address</source>
1111 <target>E-Mail-Adresse</target> 1138 <target>E-Mail-Adresse</target>
1112 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1139 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group>
1113 <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> 1140 <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>
1114 </trans-unit> 1141 </trans-unit>
1115 <trans-unit id="7808756054397155068" datatype="html"> 1142 <trans-unit id="7808756054397155068" datatype="html">
1116 <source>Reset</source> 1143 <source>Reset</source>
1117 <target state="translated">Zurücksetzen</target> 1144 <target state="translated">Zurücksetzen</target>
1118 <note priority="1" from="description">Password reset button</note> 1145 <note priority="1" from="description">Password reset button</note>
1119 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1146 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group>
1120 </trans-unit> 1147 </trans-unit>
1121 <trans-unit id="4319634264526091601" datatype="html"> 1148 <trans-unit id="4319634264526091601" datatype="html">
1122 <source>on this instance</source> 1149 <source>on this instance</source>
@@ -1190,17 +1217,17 @@ The link will expire within 1 hour.</source>
1190 <trans-unit id="2236371857137398396"> 1217 <trans-unit id="2236371857137398396">
1191 <source>No results found</source> 1218 <source>No results found</source>
1192 <target>Keine Ergebnisse gefunden</target> 1219 <target>Keine Ergebnisse gefunden</target>
1193 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1220
1194 </trans-unit> 1221 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1195 <trans-unit id="5500467336262464724"> 1222 <trans-unit id="5500467336262464724">
1196 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1223 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1197 <target> 1224 <target>
1198 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> Abonnenten 1225 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> Abonnenten
1199 </target> 1226 </target>
1200 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1227
1201 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1228
1202 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1229
1203 </trans-unit> 1230 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1204 <trans-unit id="1516969129397662377" datatype="html"> 1231 <trans-unit id="1516969129397662377" datatype="html">
1205 <source>Welcome to PeerTube, dear administrator!</source> 1232 <source>Welcome to PeerTube, dear administrator!</source>
1206 <target state="translated">Willkommen bei PeerTube, lieber Administrator!</target> 1233 <target state="translated">Willkommen bei PeerTube, lieber Administrator!</target>
@@ -1444,7 +1471,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1444 <trans-unit id="2308975396733519902"> 1471 <trans-unit id="2308975396733519902">
1445 <source>Create an account</source> 1472 <source>Create an account</source>
1446 <target>Konto erstellen</target> 1473 <target>Konto erstellen</target>
1447 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group> 1474 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">54</context></context-group>
1448 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group> 1475 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group>
1449 </trans-unit> 1476 </trans-unit>
1450 <trans-unit id="3058024914967508975" datatype="html"> 1477 <trans-unit id="3058024914967508975" datatype="html">
@@ -1513,7 +1540,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1513 <trans-unit id="1504521795586863905" datatype="html"> 1540 <trans-unit id="1504521795586863905" datatype="html">
1514 <source>VIDEOS</source> 1541 <source>VIDEOS</source>
1515 <target state="translated">VIDEOS</target> 1542 <target state="translated">VIDEOS</target>
1516 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group> 1543 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group>
1517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group> 1544 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group>
1518 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group> 1545 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group>
1519 </trans-unit> 1546 </trans-unit>
@@ -1557,8 +1584,9 @@ Hilf mit PeerTube zu übersetzen!</target>
1557 <trans-unit id="7922989125096435449" datatype="html"> 1584 <trans-unit id="7922989125096435449" datatype="html">
1558 <source>Contact</source> 1585 <source>Contact</source>
1559 <target state="translated">Kontakt</target> 1586 <target state="translated">Kontakt</target>
1560 1587 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">37</context></context-group>
1561 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">136</context></context-group></trans-unit> 1588 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">136</context></context-group>
1589 </trans-unit>
1562 <trans-unit id="403762424689874454"> 1590 <trans-unit id="403762424689874454">
1563 <source>View your notifications</source> 1591 <source>View your notifications</source>
1564 <target>Zeige ihre Benachrichtigungen</target> 1592 <target>Zeige ihre Benachrichtigungen</target>
@@ -1594,7 +1622,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1594 <trans-unit id="4424964105331349857" datatype="html"> 1622 <trans-unit id="4424964105331349857" datatype="html">
1595 <source>I'm a teapot</source> 1623 <source>I'm a teapot</source>
1596 <target state="translated">Ich bin ein Teekessel</target> 1624 <target state="translated">Ich bin ein Teekessel</target>
1597 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1625 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group>
1598 </trans-unit> 1626 </trans-unit>
1599 <trans-unit id="1597262876035959248" datatype="html"> 1627 <trans-unit id="1597262876035959248" datatype="html">
1600 <source>That's an error.</source> 1628 <source>That's an error.</source>
@@ -1688,9 +1716,8 @@ Hilf mit PeerTube zu übersetzen!</target>
1688 <trans-unit id="2971365540217107489" datatype="html"> 1716 <trans-unit id="2971365540217107489" datatype="html">
1689 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1717 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1690 <target state="translated">Das Medium ist zu groß für den Server. Bitte wenden Sie sich an Ihren Administrator, wenn Sie das Größenlimit erhöhen möchten.</target> 1718 <target state="translated">Das Medium ist zu groß für den Server. Bitte wenden Sie sich an Ihren Administrator, wenn Sie das Größenlimit erhöhen möchten.</target>
1691 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1719 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group>
1692 </trans-unit> 1720 </trans-unit>
1693
1694 <trans-unit id="5131854469652959713" datatype="html"> 1721 <trans-unit id="5131854469652959713" datatype="html">
1695 <source>GLOBAL SEARCH</source> 1722 <source>GLOBAL SEARCH</source>
1696 <target state="translated">GLOBALE SUCHE</target> 1723 <target state="translated">GLOBALE SUCHE</target>
@@ -1768,19 +1795,19 @@ Hilf mit PeerTube zu übersetzen!</target>
1768 <trans-unit id="5478121364779850827" datatype="html"> 1795 <trans-unit id="5478121364779850827" datatype="html">
1769 <source>Reset</source> 1796 <source>Reset</source>
1770 <target state="translated">Zurücksetzen</target> 1797 <target state="translated">Zurücksetzen</target>
1771 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1798
1772 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1799
1773 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1800
1774 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1801
1775 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1802
1776 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1803
1777 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1804
1778 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1805
1779 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1806
1780 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1807
1781 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1808
1782 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1809
1783 </trans-unit> 1810 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1784 <trans-unit id="4540121094340493564" datatype="html"> 1811 <trans-unit id="4540121094340493564" datatype="html">
1785 <source>Display only</source> 1812 <source>Display only</source>
1786 <target state="translated">Nur Anzeige</target> 1813 <target state="translated">Nur Anzeige</target>
@@ -1826,7 +1853,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1826 <target>Länge</target> 1853 <target>Länge</target>
1827 1854
1828 1855
1829 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1856 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1830 <trans-unit id="3589238979642505685"> 1857 <trans-unit id="3589238979642505685">
1831 <source>Display sensitive content</source> 1858 <source>Display sensitive content</source>
1832 <target>Anstößige Inhalte zeigen</target> 1859 <target>Anstößige Inhalte zeigen</target>
@@ -1848,7 +1875,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1848 1875
1849 1876
1850 1877
1851 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1878 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1852 <trans-unit id="5478121364779850827" datatype="html"> 1879 <trans-unit id="5478121364779850827" datatype="html">
1853 <source>Reset</source> 1880 <source>Reset</source>
1854 <target state="translated">Zurücksetzen</target> 1881 <target state="translated">Zurücksetzen</target>
@@ -1869,7 +1896,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1869 1896
1870 1897
1871 1898
1872 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1899 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1873 <trans-unit id="4184995865179898060" datatype="html"> 1900 <trans-unit id="4184995865179898060" datatype="html">
1874 <source>Display all licenses</source> 1901 <source>Display all licenses</source>
1875 <target state="translated">Alle Lizenzen anzeigen</target> 1902 <target state="translated">Alle Lizenzen anzeigen</target>
@@ -1882,7 +1909,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1882 1909
1883 1910
1884 1911
1885 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1912 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1886 <trans-unit id="7904142744051432458" datatype="html"> 1913 <trans-unit id="7904142744051432458" datatype="html">
1887 <source>Display all languages</source> 1914 <source>Display all languages</source>
1888 <target state="translated">Alle Sprachen anzeigen</target> 1915 <target state="translated">Alle Sprachen anzeigen</target>
@@ -1897,17 +1924,23 @@ Hilf mit PeerTube zu übersetzen!</target>
1897 <source>One of these tags</source> 1924 <source>One of these tags</source>
1898 <target>Einer dieser Tags</target> 1925 <target>Einer dieser Tags</target>
1899 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 1926 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
1927 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
1928 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1929 <context-group purpose="location">
1930 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1931 <context context-type="linenumber">178</context>
1932 </context-group>
1900 </trans-unit> 1933 </trans-unit>
1901 <trans-unit id="283421392567624698" datatype="html"> 1934 <trans-unit id="283421392567624698" datatype="html">
1902 <source>Search target</source> 1935 <source>Search target</source>
1903 <target state="translated">Suchziel</target> 1936 <target state="translated">Suchziel</target>
1904 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 1937
1905 </trans-unit> 1938 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1906 <trans-unit id="2489767671380266270" datatype="html"> 1939 <trans-unit id="2489767671380266270" datatype="html">
1907 <source>Vidiverse</source> 1940 <source>Vidiverse</source>
1908 <target state="translated">Vidiversum</target> 1941 <target state="translated">Vidiversum</target>
1909 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 1942
1910 </trans-unit> 1943 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1911 <trans-unit id="5478121364779850827" datatype="html"> 1944 <trans-unit id="5478121364779850827" datatype="html">
1912 <source>Reset</source> 1945 <source>Reset</source>
1913 <target state="translated">Zurücksetzen</target> 1946 <target state="translated">Zurücksetzen</target>
@@ -1916,8 +1949,8 @@ Hilf mit PeerTube zu übersetzen!</target>
1916 <trans-unit id="8829497237648100098"> 1949 <trans-unit id="8829497237648100098">
1917 <source>Filter</source> 1950 <source>Filter</source>
1918 <target>Filtern</target> 1951 <target>Filtern</target>
1919 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 1952
1920 </trans-unit> 1953 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1921 <trans-unit id="6479885129995567639" datatype="html"> 1954 <trans-unit id="6479885129995567639" datatype="html">
1922 <source>Video channels</source> 1955 <source>Video channels</source>
1923 <target state="translated">Videokanäle</target> 1956 <target state="translated">Videokanäle</target>
@@ -1955,7 +1988,7 @@ Hilf mit PeerTube zu übersetzen!</target>
1955 <target>Tags</target> 1988 <target>Tags</target>
1956 1989
1957 1990
1958 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1991 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1959 <trans-unit id="354332809647287722" datatype="html"> 1992 <trans-unit id="354332809647287722" datatype="html">
1960 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1993 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1961 <target state="translated">Tags können genutzt werden, um relevante Empfehlungen vorzuschlagen. <x id="LINE_BREAK"/> Es können maximal fünf Tags angegeben werden. <x id="LINE_BREAK"/> Drücken Sie <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/>, um einen Tag hinzuzufügen. </target> 1994 <target state="translated">Tags können genutzt werden, um relevante Empfehlungen vorzuschlagen. <x id="LINE_BREAK"/> Es können maximal fünf Tags angegeben werden. <x id="LINE_BREAK"/> Drücken Sie <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/>, um einen Tag hinzuzufügen. </target>
@@ -2083,16 +2116,16 @@ Hilf mit PeerTube zu übersetzen!</target>
2083 <trans-unit id="8440128775129354214"> 2116 <trans-unit id="8440128775129354214">
2084 <source>Privacy</source> 2117 <source>Privacy</source>
2085 <target>Sichtbarkeit</target> 2118 <target>Sichtbarkeit</target>
2086 2119 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">57</context></context-group>
2087 2120 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">57</context></context-group>
2088 2121 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">106</context></context-group>
2089 2122 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.html</context><context context-type="linenumber">13</context></context-group>
2090 2123 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">37</context></context-group>
2091 2124 <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">29</context></context-group>
2092 2125 <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">26</context></context-group>
2093 2126 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">2</context></context-group>
2094 2127 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">22</context></context-group>
2095 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">57</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">106</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">29</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">2</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 2128 </trans-unit>
2096 <trans-unit id="2806917038528218276" datatype="html"> 2129 <trans-unit id="2806917038528218276" datatype="html">
2097 <source>FAQ</source> 2130 <source>FAQ</source>
2098 <target state="translated">FAQ</target> 2131 <target state="translated">FAQ</target>
@@ -2372,13 +2405,13 @@ Hilf mit PeerTube zu übersetzen!</target>
2372 <trans-unit id="9172233176401579786"> 2405 <trans-unit id="9172233176401579786">
2373 <source>Scheduled</source> 2406 <source>Scheduled</source>
2374 <target>Geplante Veröffentlichung</target> 2407 <target>Geplante Veröffentlichung</target>
2375 2408 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group>
2376 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group></trans-unit> 2409 </trans-unit>
2377 <trans-unit id="1435317307066082710" datatype="html"> 2410 <trans-unit id="1435317307066082710" datatype="html">
2378 <source>Hide the video until a specific date</source> 2411 <source>Hide the video until a specific date</source>
2379 <target state="translated">Video bis zu einem bestimmten Datum verbergen</target> 2412 <target state="translated">Video bis zu einem bestimmten Datum verbergen</target>
2380 2413 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group>
2381 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 2414 </trans-unit>
2382 <trans-unit id="6148369758871787018"> 2415 <trans-unit id="6148369758871787018">
2383 <source>Video background image</source> 2416 <source>Video background image</source>
2384 <target>Videohintergrundbild</target> 2417 <target>Videohintergrundbild</target>
@@ -2430,8 +2463,8 @@ Hilf mit PeerTube zu übersetzen!</target>
2430 <trans-unit id="6161604372916832458" datatype="html"> 2463 <trans-unit id="6161604372916832458" datatype="html">
2431 <source>Upload on hold</source> 2464 <source>Upload on hold</source>
2432 <target state="translated">Upload angehalten</target> 2465 <target state="translated">Upload angehalten</target>
2433 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group> 2466
2434 </trans-unit> 2467 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2435 <trans-unit id="285180972645018518" datatype="html"> 2468 <trans-unit id="285180972645018518" datatype="html">
2436 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2469 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2437 <target state="translated">Entschuldigung, Ihr Account kann keine Videos hochladen. Wenn Sie Videos hochladen möchten, muss ein Administrator Ihr Videokontingent freischalten.</target> 2470 <target state="translated">Entschuldigung, Ihr Account kann keine Videos hochladen. Wenn Sie Videos hochladen möchten, muss ein Administrator Ihr Videokontingent freischalten.</target>
@@ -2536,18 +2569,18 @@ Hilf mit PeerTube zu übersetzen!</target>
2536 <trans-unit id="3907889591911208762" datatype="html"> 2569 <trans-unit id="3907889591911208762" datatype="html">
2537 <source>Other videos</source> 2570 <source>Other videos</source>
2538 <target state="translated">Andere Videos</target> 2571 <target state="translated">Andere Videos</target>
2539 2572 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html</context><context context-type="linenumber">5</context></context-group>
2540 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 2573 </trans-unit>
2541 <trans-unit id="2913936134410914576" datatype="html"> 2574 <trans-unit id="2913936134410914576" datatype="html">
2542 <source>AUTOPLAY</source> 2575 <source>AUTOPLAY</source>
2543 <target state="translated">AUTOMATISCHES ABSPIELEN</target> 2576 <target state="translated">AUTOMATISCHES ABSPIELEN</target>
2544 2577 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html</context><context context-type="linenumber">10</context></context-group>
2545 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2578 </trans-unit>
2546 <trans-unit id="4619111912751495491" datatype="html"> 2579 <trans-unit id="4619111912751495491" datatype="html">
2547 <source>Report this comment</source> 2580 <source>Report this comment</source>
2548 <target state="translated">Diesen Kommentar melden</target> 2581 <target state="translated">Diesen Kommentar melden</target>
2549 2582 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">178</context></context-group>
2550 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">178</context></context-group></trans-unit> 2583 </trans-unit>
2551 <trans-unit id="7419704019640008953"> 2584 <trans-unit id="7419704019640008953">
2552 <source>Share</source> 2585 <source>Share</source>
2553 <target>Teilen</target> 2586 <target>Teilen</target>
@@ -2664,64 +2697,58 @@ Hilf mit PeerTube zu übersetzen!</target>
2664 <trans-unit id="8928816882866356838"> 2697 <trans-unit id="8928816882866356838">
2665 <source>Public</source> 2698 <source>Public</source>
2666 <target>Öffentlich</target> 2699 <target>Öffentlich</target>
2667 2700 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">11</context></context-group>
2668 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2701 </trans-unit>
2669
2670
2671
2672
2673
2674 <trans-unit id="4416005356063364306" datatype="html"> 2702 <trans-unit id="4416005356063364306" datatype="html">
2675 <source>This video is blocked.</source> 2703 <source>This video is blocked.</source>
2676 <target state="translated">Das Video ist gesperrt.</target> 2704 <target state="translated">Das Video ist gesperrt.</target>
2677 2705 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context><context context-type="linenumber">22</context></context-group>
2678 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 2706 </trans-unit>
2679 <trans-unit id="2482137713226830428" datatype="html"> 2707 <trans-unit id="2482137713226830428" datatype="html">
2680 <source>Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></source> 2708 <source>Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></source>
2681 <target state="translated">Veröffentlicht <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></target> 2709 <target state="translated">Veröffentlicht <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></target>
2682 2710 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">31</context></context-group>
2683 2711 </trans-unit>
2684 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
2685 <trans-unit id="1813238393038053050" datatype="html"> 2712 <trans-unit id="1813238393038053050" datatype="html">
2686 <source>SUPPORT</source> 2713 <source>SUPPORT</source>
2687 <target state="translated">UNTERSTÜTZUNG</target> 2714 <target state="translated">UNTERSTÜTZUNG</target>
2688 2715 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">13</context></context-group>
2689 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 2716 </trans-unit>
2690 <trans-unit id="9219888125536520293" datatype="html"> 2717 <trans-unit id="9219888125536520293" datatype="html">
2691 <source>SHARE</source> 2718 <source>SHARE</source>
2692 <target state="translated">TEILEN</target> 2719 <target state="translated">TEILEN</target>
2693 2720 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">18</context></context-group>
2694 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2721 </trans-unit>
2695 <trans-unit id="6671956963490165282" datatype="html"> 2722 <trans-unit id="6671956963490165282" datatype="html">
2696 <source>SAVE</source> 2723 <source>SAVE</source>
2697 <target state="translated">SPEICHERN</target> 2724 <target state="translated">SPEICHERN</target>
2698 2725 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">29</context></context-group>
2699 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 2726 </trans-unit>
2700 <trans-unit id="647016352598204238" datatype="html"> 2727 <trans-unit id="647016352598204238" datatype="html">
2701 <source>DOWNLOAD</source> 2728 <source>DOWNLOAD</source>
2702 <target state="translated">HERUNTERLADEN</target> 2729 <target state="translated">HERUNTERLADEN</target>
2703 2730 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">43</context></context-group>
2704 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 2731 </trans-unit>
2705 <trans-unit id="677619204556459328"> 2732 <trans-unit id="677619204556459328">
2706 <source>Like this video</source> 2733 <source>Like this video</source>
2707 <target>Das Video gefällt mir</target> 2734 <target>Das Video gefällt mir</target>
2708 2735 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">37</context></context-group>
2709 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">37</context></context-group></trans-unit> 2736 </trans-unit>
2710 <trans-unit id="1979134407801821102"> 2737 <trans-unit id="1979134407801821102">
2711 <source>Dislike this video</source> 2738 <source>Dislike this video</source>
2712 <target>Das Video gefällt mir nicht</target> 2739 <target>Das Video gefällt mir nicht</target>
2713 2740 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">38</context></context-group>
2714 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">38</context></context-group></trans-unit> 2741 </trans-unit>
2715 <trans-unit id="4001371302469308813" datatype="html"> 2742 <trans-unit id="4001371302469308813" datatype="html">
2716 <source>Support options for this video</source> 2743 <source>Support options for this video</source>
2717 <target state="translated">Unterstützungsmöglichkeiten für dieses Video</target> 2744 <target state="translated">Unterstützungsmöglichkeiten für dieses Video</target>
2718 2745 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.ts</context><context context-type="linenumber">56</context></context-group>
2719 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 2746 </trans-unit>
2720 <trans-unit id="687548610091961489"> 2747 <trans-unit id="687548610091961489">
2721 <source>By <x id="INTERPOLATION"/></source> 2748 <source>By <x id="INTERPOLATION"/></source>
2722 <target>Von <x id="INTERPOLATION"/></target> 2749 <target>Von <x id="INTERPOLATION"/></target>
2723 2750 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">71</context></context-group>
2724 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 2751 </trans-unit>
2725 <trans-unit id="1144407473317535723" datatype="html"> 2752 <trans-unit id="1144407473317535723" datatype="html">
2726 <source>Subscribe</source> 2753 <source>Subscribe</source>
2727 <target state="translated">Abonnieren</target> 2754 <target state="translated">Abonnieren</target>
@@ -2745,42 +2772,48 @@ Hilf mit PeerTube zu übersetzen!</target>
2745 <trans-unit id="7215101881367554791"> 2772 <trans-unit id="7215101881367554791">
2746 <source>Show more</source> 2773 <source>Show more</source>
2747 <target>Mehr anzeigen</target> 2774 <target>Mehr anzeigen</target>
2748 2775 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">10</context></context-group>
2749 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2776 </trans-unit>
2750 <trans-unit id="3517550046701184661"> 2777 <trans-unit id="3517550046701184661">
2751 <source>Show less</source> 2778 <source>Show less</source>
2752 <target>Weniger anzeigen</target> 2779 <target>Weniger anzeigen</target>
2753 2780 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group>
2754 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 2781 </trans-unit>
2755 <trans-unit id="66785722678644243" datatype="html"> 2782 <trans-unit id="66785722678644243" datatype="html">
2756 <source>Origin</source> 2783 <source>Origin</source>
2757 <target state="translated">Ursprung</target> 2784 <target state="translated">Ursprung</target>
2758 2785 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group>
2759 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2786 </trans-unit><trans-unit id="6981359593518942576" datatype="html">
2787 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2788 <context-group purpose="location">
2789 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2790 <context context-type="linenumber">14</context>
2791 </context-group>
2792 </trans-unit>
2760 <trans-unit id="5139892963394684487"> 2793 <trans-unit id="5139892963394684487">
2761 <source>Originally published</source> 2794 <source>Originally published</source>
2762 <target>Ursprünglich veröffentlicht</target> 2795 <target>Ursprünglich veröffentlicht</target>
2763 2796
2764 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2797 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2765 <trans-unit id="6402393085909200998" datatype="html"> 2798 <trans-unit id="6402393085909200998" datatype="html">
2766 <source>Friendly Reminder:</source> 2799 <source>Friendly Reminder:</source>
2767 <target state="translated">Freundliche Erinnerung:</target> 2800 <target state="translated">Freundliche Erinnerung:</target>
2768 2801 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">4</context></context-group>
2769 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit> 2802 </trans-unit>
2770 <trans-unit id="2935783216050341269" datatype="html"> 2803 <trans-unit id="2935783216050341269" datatype="html">
2771 <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> 2804 <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>
2772 <target state="translated">Das teilende System für dieses Video verlangt, dass einige technische Informationen über Ihr System (z.B. öffentliche IP-Adresse) an andere Teilnehmer gesendet werden.</target> 2805 <target state="translated">Das teilende System für dieses Video verlangt, dass einige technische Informationen über Ihr System (z.B. öffentliche IP-Adresse) an andere Teilnehmer gesendet werden.</target>
2773 2806 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">6</context></context-group>
2774 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 2807 </trans-unit>
2775 <trans-unit id="4619188387782427495"> 2808 <trans-unit id="4619188387782427495">
2776 <source>More information</source> 2809 <source>More information</source>
2777 <target>Weitere Informationen</target> 2810 <target>Weitere Informationen</target>
2778 2811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">36</context></context-group>
2779 2812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">56</context></context-group>
2780 2813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">56</context></context-group>
2781 2814 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">9</context></context-group>
2782 2815 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">32</context></context-group>
2783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 2816 </trans-unit>
2784 <trans-unit id="3452334748875293295" datatype="html"> 2817 <trans-unit id="3452334748875293295" datatype="html">
2785 <source>The video was blocked due to automatic blocking of new videos</source> 2818 <source>The video was blocked due to automatic blocking of new videos</source>
2786 <target state="translated">Dieses Video wurde blockiert, da automatisch alle neuen Videos blockiert werden</target> 2819 <target state="translated">Dieses Video wurde blockiert, da automatisch alle neuen Videos blockiert werden</target>
@@ -2794,48 +2827,48 @@ Hilf mit PeerTube zu übersetzen!</target>
2794 <trans-unit id="4512155674928869984"> 2827 <trans-unit id="4512155674928869984">
2795 <source>Get more information</source> 2828 <source>Get more information</source>
2796 <target>Weitere Informationen bekommen</target> 2829 <target>Weitere Informationen bekommen</target>
2797 2830 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">9</context></context-group>
2798 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 2831 </trans-unit>
2799 <trans-unit id="5184373289520493569" datatype="html"> 2832 <trans-unit id="5184373289520493569" datatype="html">
2800 <source>OK</source> 2833 <source>OK</source>
2801 <target state="translated">Ok</target> 2834 <target state="translated">Ok</target>
2802 2835 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">13</context></context-group>
2803 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="4092533321838934102" datatype="html"> 2836 </trans-unit>
2804 <source> The video is being imported, it will be available when the import is finished. 2837 <trans-unit id="4092533321838934102" datatype="html">
2805</source><target state="new"> The video is being imported, it will be available when the import is finished. 2838 <source>The video is being imported, it will be available when the import is finished.</source>
2806</target> 2839 <target state="translated">Das Video wird gerade importiert. Es wird verfügbar sein, sobald der Importvorgang abgeschlossen ist.</target>
2807 <context-group purpose="location"> 2840 <context-group purpose="location">
2808 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2841 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2809 <context context-type="linenumber">2,3</context> 2842 <context context-type="linenumber">2,3</context>
2810 </context-group> 2843 </context-group>
2811 </trans-unit><trans-unit id="8304621069698650554" datatype="html"> 2844 </trans-unit>
2812 <source> The video is being transcoded, it may not work properly. 2845 <trans-unit id="8304621069698650554" datatype="html">
2813</source><target state="new"> The video is being transcoded, it may not work properly. 2846 <source>The video is being transcoded, it may not work properly.</source>
2814</target> 2847 <target state="translated">Das Video wird gerade transkodiert, es kann zu Problemen bei der Wiedergabe kommen.</target>
2815 <context-group purpose="location"> 2848 <context-group purpose="location">
2816 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2849 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2817 <context context-type="linenumber">6,7</context> 2850 <context context-type="linenumber">6,7</context>
2818 </context-group> 2851 </context-group>
2819 </trans-unit><trans-unit id="8619499607322327082" datatype="html"> 2852 </trans-unit>
2820 <source> This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2853 <trans-unit id="8619499607322327082" datatype="html">
2821</source><target state="new"> This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2854 <source>This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. </source>
2822</target> 2855 <target state="translated">Dieses Video wird voraussichtlich am <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>veröffentlicht. </target>
2823 <context-group purpose="location"> 2856 <context-group purpose="location">
2824 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2857 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2825 <context context-type="linenumber">9,11</context> 2858 <context context-type="linenumber">9,11</context>
2826 </context-group> 2859 </context-group>
2827 </trans-unit><trans-unit id="4262297989675590582" datatype="html"> 2860 </trans-unit>
2828 <source> This live has not started yet. 2861 <trans-unit id="4262297989675590582" datatype="html">
2829</source><target state="new"> This live has not started yet. 2862 <source>This live has not started yet.</source>
2830</target> 2863 <target state="translated">Diese Live-Übertragung hat noch nicht begonnen.</target>
2831 <context-group purpose="location"> 2864 <context-group purpose="location">
2832 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2865 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2833 <context context-type="linenumber">14,15</context> 2866 <context context-type="linenumber">14,15</context>
2834 </context-group> 2867 </context-group>
2835 </trans-unit><trans-unit id="4926204350710628499" datatype="html"> 2868 </trans-unit>
2836 <source> This live has ended. 2869 <trans-unit id="4926204350710628499" datatype="html">
2837</source><target state="new"> This live has ended. 2870 <source>This live has ended.</source>
2838</target> 2871 <target state="translated">Diese Live-Übertragung wurde beendet.</target>
2839 <context-group purpose="location"> 2872 <context-group purpose="location">
2840 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2873 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2841 <context context-type="linenumber">18,19</context> 2874 <context context-type="linenumber">18,19</context>
@@ -2844,171 +2877,171 @@ Hilf mit PeerTube zu übersetzen!</target>
2844 <trans-unit id="8518611938109939710" datatype="html"> 2877 <trans-unit id="8518611938109939710" datatype="html">
2845 <source>SORT BY</source> 2878 <source>SORT BY</source>
2846 <target state="translated">SORTIEREN NACH</target> 2879 <target state="translated">SORTIEREN NACH</target>
2847 2880 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">11</context></context-group>
2848 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2881 </trans-unit>
2849 <trans-unit id="6448160249466325288" datatype="html"> 2882 <trans-unit id="6448160249466325288" datatype="html">
2850 <source>Most recent first (default)</source> 2883 <source>Most recent first (default)</source>
2851 <target state="translated">Neueste zuerst (Standard)</target> 2884 <target state="translated">Neueste zuerst (Standard)</target>
2852 2885 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">14</context></context-group>
2853 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 2886 </trans-unit>
2854 <trans-unit id="5179007899354903649" datatype="html"> 2887 <trans-unit id="5179007899354903649" datatype="html">
2855 <source>Most replies first</source> 2888 <source>Most replies first</source>
2856 <target state="translated">Meiste Antworten zuerst</target> 2889 <target state="translated">Meiste Antworten zuerst</target>
2857 2890 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">15</context></context-group>
2858 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit> 2891 </trans-unit>
2859 <trans-unit id="7494537777006082055"> 2892 <trans-unit id="7494537777006082055">
2860 <source>No comments.</source> 2893 <source>No comments.</source>
2861 <target>Keine Kommentare.</target> 2894 <target>Keine Kommentare.</target>
2862 2895 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">28</context></context-group>
2863 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit> 2896 </trans-unit>
2864 <trans-unit id="6390009909920475335" datatype="html"> 2897 <trans-unit id="6390009909920475335" datatype="html">
2865 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source> 2898 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source>
2866 <target state="translated"><x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> von <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> und Anderen ansehen </target> 2899 <target state="translated"><x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> von <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> und Anderen ansehen </target>
2867 2900 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">80</context></context-group>
2868 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 2901 </trans-unit>
2869 <trans-unit id="4036338619293319383" datatype="html"> 2902 <trans-unit id="4036338619293319383" datatype="html">
2870 <source>{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</source> 2903 <source>{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</source>
2871 <target state="translated">{VAR_PLURAL, plural, =1 {1 Antwort} other {<x id="INTERPOLATION"/> Antworten}}</target> 2904 <target state="translated">{VAR_PLURAL, plural, =1 {1 Antwort} other {<x id="INTERPOLATION"/> Antworten}}</target>
2872 2905 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">80</context></context-group>
2873 2906 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">83</context></context-group>
2874 2907 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">87</context></context-group>
2875 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit> 2908 </trans-unit>
2876 <trans-unit id="127329338495775339" datatype="html"> 2909 <trans-unit id="127329338495775339" datatype="html">
2877 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 2910 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
2878 <target state="translated"><x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> von <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> ansehen </target> 2911 <target state="translated"><x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> von <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> ansehen </target>
2879 2912 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">83</context></context-group>
2880 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit> 2913 </trans-unit>
2881 <trans-unit id="5535545444690528619" datatype="html"> 2914 <trans-unit id="5535545444690528619" datatype="html">
2882 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></source> 2915 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></source>
2883 <target state="translated"><x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> ansehen</target> 2916 <target state="translated"><x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> ansehen</target>
2884 2917 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">87</context></context-group>
2885 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit> 2918 </trans-unit>
2886 <trans-unit id="1055254162789146714"> 2919 <trans-unit id="1055254162789146714">
2887 <source>Comments are disabled.</source> 2920 <source>Comments are disabled.</source>
2888 <target> 2921 <target>
2889 Kommentare sind abgeschaltet. 2922 Kommentare sind abgeschaltet.
2890 </target> 2923 </target>
2891 2924 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">98</context></context-group>
2892 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">98</context></context-group></trans-unit> 2925 </trans-unit>
2893 <trans-unit id="3691787517663044217" datatype="html"> 2926 <trans-unit id="3691787517663044217" datatype="html">
2894 <source>The deletion will be sent to remote instances so they can reflect the change.</source> 2927 <source>The deletion will be sent to remote instances so they can reflect the change.</source>
2895 <target state="translated">Der Löschvorgang wird an andere Instanzen weitergeleitet, sodass diese die Änderung durchführen können.</target> 2928 <target state="translated">Der Löschvorgang wird an andere Instanzen weitergeleitet, sodass diese die Änderung durchführen können.</target>
2896 2929 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">175</context></context-group>
2897 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">175</context></context-group></trans-unit> 2930 </trans-unit>
2898 <trans-unit id="7321800851971795962" datatype="html"> 2931 <trans-unit id="7321800851971795962" datatype="html">
2899 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 2932 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
2900 <target state="translated">Dies ist ein Kommentar einer anderen Instanz, das Löschen kann daher nur lokal erfolgen.</target> 2933 <target state="translated">Dies ist ein Kommentar einer anderen Instanz, das Löschen kann daher nur lokal erfolgen.</target>
2901 2934 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">177</context></context-group>
2902 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">177</context></context-group></trans-unit> 2935 </trans-unit>
2903 <trans-unit id="5964038603724691720" datatype="html"> 2936 <trans-unit id="5964038603724691720" datatype="html">
2904 <source>Delete and re-draft</source> 2937 <source>Delete and re-draft</source>
2905 <target state="translated">Löschen und neu entwerfen</target> 2938 <target state="translated">Löschen und neu entwerfen</target>
2906 2939 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">203</context></context-group>
2907 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 2940 </trans-unit>
2908 <trans-unit id="7163633882758007711" datatype="html"> 2941 <trans-unit id="7163633882758007711" datatype="html">
2909 <source>Do you really want to delete and re-draft this comment?</source> 2942 <source>Do you really want to delete and re-draft this comment?</source>
2910 <target state="translated">Wollen Sie diesen Kommentar wirklich löschen und neu entwerfen?</target> 2943 <target state="translated">Wollen Sie diesen Kommentar wirklich löschen und neu entwerfen?</target>
2911 2944 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">203</context></context-group>
2912 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 2945 </trans-unit>
2913 <trans-unit id="5733075023444401902"> 2946 <trans-unit id="5733075023444401902">
2914 <source>Add comment...</source> 2947 <source>Add comment...</source>
2915 <target>Kommentieren...</target> 2948 <target>Kommentieren...</target>
2916 2949 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">6</context></context-group>
2917 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 2950 </trans-unit>
2918 <trans-unit id="982956590420630883" datatype="html"> 2951 <trans-unit id="982956590420630883" datatype="html">
2919 <source>Markdown compatible</source> 2952 <source>Markdown compatible</source>
2920 <target state="translated">Kompatibel mit Markdown</target> 2953 <target state="translated">Kompatibel mit Markdown</target>
2921 2954 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">15</context></context-group>
2922 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit> 2955 </trans-unit>
2923 <trans-unit id="5793595564950675122" datatype="html"> 2956 <trans-unit id="5793595564950675122" datatype="html">
2924 <source>Markdown compatible that supports:</source> 2957 <source>Markdown compatible that supports:</source>
2925 <target state="translated">Kompatibel mit Markdown. Unterstützt:</target> 2958 <target state="translated">Kompatibel mit Markdown. Unterstützt:</target>
2926 2959 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">18</context></context-group>
2927 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2960 </trans-unit>
2928 <trans-unit id="8422216333877786919" datatype="html"> 2961 <trans-unit id="8422216333877786919" datatype="html">
2929 <source>Auto generated links</source> 2962 <source>Auto generated links</source>
2930 <target state="translated">Automatisch erzeugte Links</target> 2963 <target state="translated">Automatisch erzeugte Links</target>
2931 2964 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">21</context></context-group>
2932 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 2965 </trans-unit>
2933 <trans-unit id="6365822416124232422" datatype="html"> 2966 <trans-unit id="6365822416124232422" datatype="html">
2934 <source>Break lines</source> 2967 <source>Break lines</source>
2935 <target state="translated">Zeilenumbrüche</target> 2968 <target state="translated">Zeilenumbrüche</target>
2936 2969 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">22</context></context-group>
2937 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 2970 </trans-unit>
2938 <trans-unit id="8756167649220050929" datatype="html"> 2971 <trans-unit id="8756167649220050929" datatype="html">
2939 <source>Lists</source> 2972 <source>Lists</source>
2940 <target state="translated">Listen</target> 2973 <target state="translated">Listen</target>
2941 2974 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">23</context></context-group>
2942 2975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context><context context-type="linenumber">84</context></context-group>
2943 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context><context context-type="linenumber">84</context></context-group></trans-unit> 2976 </trans-unit>
2944 <trans-unit id="2516633974298697807" datatype="html"> 2977 <trans-unit id="2516633974298697807" datatype="html">
2945 <source>Emphasis</source> 2978 <source>Emphasis</source>
2946 <target state="translated">Hervorhebung</target> 2979 <target state="translated">Hervorhebung</target>
2947 2980 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">25</context></context-group>
2948 2981 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context><context context-type="linenumber">81</context></context-group>
2949 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit> 2982 </trans-unit>
2950 <trans-unit id="2810844969104710423" datatype="html"> 2983 <trans-unit id="2810844969104710423" datatype="html">
2951 <source>bold</source> 2984 <source>bold</source>
2952 <target state="translated">fett</target> 2985 <target state="translated">fett</target>
2953 2986 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">26</context></context-group>
2954 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 2987 </trans-unit>
2955 <trans-unit id="8497278965577453274" datatype="html"> 2988 <trans-unit id="8497278965577453274" datatype="html">
2956 <source>italic</source> 2989 <source>italic</source>
2957 <target state="translated">kursiv</target> 2990 <target state="translated">kursiv</target>
2958 2991 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">26</context></context-group>
2959 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 2992 </trans-unit>
2960 <trans-unit id="7227611412155083002" datatype="html"> 2993 <trans-unit id="7227611412155083002" datatype="html">
2961 <source>Emoji shortcuts</source> 2994 <source>Emoji shortcuts</source>
2962 <target state="translated">Emojitastenkürzel</target> 2995 <target state="translated">Emojitastenkürzel</target>
2963 2996 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">29</context></context-group>
2964 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 2997 </trans-unit>
2965 <trans-unit id="6608581312644027413" datatype="html"> 2998 <trans-unit id="6608581312644027413" datatype="html">
2966 <source>Emoji markup</source> 2999 <source>Emoji markup</source>
2967 <target state="translated">Markup für Emojis</target> 3000 <target state="translated">Markup für Emojis</target>
2968 3001 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">33</context></context-group>
2969 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 3002 </trans-unit>
2970 <trans-unit id="381522038671562286" datatype="html"> 3003 <trans-unit id="381522038671562286" datatype="html">
2971 <source>See complete list</source> 3004 <source>See complete list</source>
2972 <target state="translated">Gesamte Liste ansehen</target> 3005 <target state="translated">Gesamte Liste ansehen</target>
2973 3006 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">35</context></context-group>
2974 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 3007 </trans-unit>
2975 <trans-unit id="2263890353858735493"> 3008 <trans-unit id="2263890353858735493">
2976 <source>You are one step away from commenting</source> 3009 <source>You are one step away from commenting</source>
2977 <target>Du bist einen Schritt vom Kommentieren entfernt</target> 3010 <target>Du bist einen Schritt vom Kommentieren entfernt</target>
2978 3011 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">59</context></context-group>
2979 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit> 3012 </trans-unit>
2980 <trans-unit id="7508177761852352782" datatype="html"> 3013 <trans-unit id="7508177761852352782" datatype="html">
2981 <source>You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example).</source> 3014 <source>You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example).</source>
2982 <target state="translated">Sie können mit einem Konto auf jeder ActivityPub-kompatiblen Instanz kommentieren (z. B. PeerTube/Mastodon/Pleroma-Konto).</target> 3015 <target state="translated">Sie können mit einem Konto auf jeder ActivityPub-kompatiblen Instanz kommentieren (z. B. PeerTube/Mastodon/Pleroma-Konto).</target>
2983 3016 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">65</context></context-group>
2984 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 3017 </trans-unit>
2985 <trans-unit id="2958389355547305739" datatype="html"> 3018 <trans-unit id="2958389355547305739" datatype="html">
2986 <source>Login to comment</source> 3019 <source>Login to comment</source>
2987 <target state="translated">Anmelden zum Kommentieren</target> 3020 <target state="translated">Anmelden zum Kommentieren</target>
2988 3021 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">78</context></context-group>
2989 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit> 3022 </trans-unit>
2990 <trans-unit id="4817080330698362530" datatype="html"> 3023 <trans-unit id="4817080330698362530" datatype="html">
2991 <source>Markdown Emoji List</source> 3024 <source>Markdown Emoji List</source>
2992 <target state="translated">Liste der Markdown-Emojis</target> 3025 <target state="translated">Liste der Markdown-Emojis</target>
2993 3026 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">86</context></context-group>
2994 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 3027 </trans-unit>
2995 <trans-unit id="2662644497259948010" datatype="html"> 3028 <trans-unit id="2662644497259948010" datatype="html">
2996 <source>Comment</source> 3029 <source>Comment</source>
2997 <target state="translated">Kommentar</target> 3030 <target state="translated">Kommentar</target>
2998 3031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">44</context></context-group>
2999 3032 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts</context><context context-type="linenumber">81</context></context-group>
3000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit> 3033 </trans-unit>
3001 <trans-unit id="4502286564339177240" datatype="html"> 3034 <trans-unit id="4502286564339177240" datatype="html">
3002 <source>Reply</source> 3035 <source>Reply</source>
3003 <target state="translated">Antworten</target> 3036 <target state="translated">Antworten</target>
3004 3037 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts</context><context context-type="linenumber">83</context></context-group>
3005 3038 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">36</context></context-group>
3006 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit> 3039 </trans-unit>
3007 <trans-unit id="3572897237443938692"> 3040 <trans-unit id="3572897237443938692">
3008 <source>Highlighted comment</source> 3041 <source>Highlighted comment</source>
3009 <target>Markierter Kommentar</target> 3042 <target>Markierter Kommentar</target>
3010 3043 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">10</context></context-group>
3011 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 3044 </trans-unit>
3012 <trans-unit id="4502286564339177240"> 3045 <trans-unit id="4502286564339177240">
3013 <source>Reply</source> 3046 <source>Reply</source>
3014 <target>Antworten</target> 3047 <target>Antworten</target>
@@ -3017,8 +3050,8 @@ Hilf mit PeerTube zu übersetzen!</target>
3017 <trans-unit id="2447932355167015019" datatype="html"> 3050 <trans-unit id="2447932355167015019" datatype="html">
3018 <source>This comment has been deleted</source> 3051 <source>This comment has been deleted</source>
3019 <target state="translated">Dieser Kommentar wurde gelöscht</target> 3052 <target state="translated">Dieser Kommentar wurde gelöscht</target>
3020 3053 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group>
3021 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 3054 </trans-unit>
3022 <trans-unit id="9031514421077169181" datatype="html"> 3055 <trans-unit id="9031514421077169181" datatype="html">
3023 <source>Video redundancies</source> 3056 <source>Video redundancies</source>
3024 <target state="translated">Video-Redundanzen</target> 3057 <target state="translated">Video-Redundanzen</target>
@@ -3129,11 +3162,6 @@ Hilf mit PeerTube zu übersetzen!</target>
3129 <target>ID</target> 3162 <target>ID</target>
3130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3131 </trans-unit> 3164 </trans-unit>
3132 <trans-unit id="2265605798180116441">
3133 <source>Follower handle</source>
3134 <target>Folger-Identifikator</target>
3135 <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>
3136 </trans-unit>
3137 <trans-unit id="5911214550882917183"> 3165 <trans-unit id="5911214550882917183">
3138 <source>State</source> 3166 <source>State</source>
3139 <target>Status</target> 3167 <target>Status</target>
@@ -3199,11 +3227,6 @@ Hilf mit PeerTube zu übersetzen!</target>
3199 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target> 3227 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target>
3200 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3228 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3201 </trans-unit> 3229 </trans-unit>
3202 <trans-unit id="6641024648411549335">
3203 <source>Host</source>
3204 <target>Host</target>
3205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3206 </trans-unit>
3207 <trans-unit id="6571718060636962350" datatype="html"> 3230 <trans-unit id="6571718060636962350" datatype="html">
3208 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3231 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3209 <target state="translated">Redundanz erlaubt <x id="START_TAG_P-SORTICON"/> <x id="CLOSE_TAG_P-SORTICON"/></target> 3232 <target state="translated">Redundanz erlaubt <x id="START_TAG_P-SORTICON"/> <x id="CLOSE_TAG_P-SORTICON"/></target>
@@ -3213,7 +3236,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3213 <source>Unfollow</source> 3236 <source>Unfollow</source>
3214 <target state="translated">Nichtmehr folgen</target> 3237 <target state="translated">Nichtmehr folgen</target>
3215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group>
3216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group>
3217 </trans-unit> 3240 </trans-unit>
3218 <trans-unit id="8246779176913476983" datatype="html"> 3241 <trans-unit id="8246779176913476983" datatype="html">
3219 <source>Open instance in a new tab</source> 3242 <source>Open instance in a new tab</source>
@@ -3225,28 +3248,18 @@ Hilf mit PeerTube zu übersetzen!</target>
3225 <trans-unit id="9132918641931433659" datatype="html"> 3248 <trans-unit id="9132918641931433659" datatype="html">
3226 <source>No host found matching current filters.</source> 3249 <source>No host found matching current filters.</source>
3227 <target state="translated">Kein Host für die aktuellen Filter gefunden.</target> 3250 <target state="translated">Kein Host für die aktuellen Filter gefunden.</target>
3228 <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> 3251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group>
3229 </trans-unit> 3252 </trans-unit>
3230 <trans-unit id="7274241885665071790" datatype="html"> 3253 <trans-unit id="7274241885665071790" datatype="html">
3231 <source>Your instance is not following anyone.</source> 3254 <source>Your instance is not following anyone.</source>
3232 <target state="translated">Ihre Instanz folgt niemandem.</target> 3255 <target state="translated">Ihre Instanz folgt niemandem.</target>
3233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3256 <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>
3234 </trans-unit> 3257 </trans-unit>
3235 <trans-unit id="4774348799569692380" datatype="html"> 3258 <trans-unit id="4774348799569692380" datatype="html">
3236 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3259 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3237 <target state="translated">Zeige <x id="INTERPOLATION"/> bis <x id="INTERPOLATION_1"/> von <x id="INTERPOLATION_2"/> Ho</target> 3260 <target state="translated">Zeige <x id="INTERPOLATION"/> bis <x id="INTERPOLATION_1"/> von <x id="INTERPOLATION_2"/> Ho</target>
3238 <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> 3261 <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>
3239 </trans-unit> 3262 </trans-unit>
3240 <trans-unit id="6275803119759621687" datatype="html">
3241 <source>Follow domains</source>
3242 <target state="translated">Folge Domains</target>
3243 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3244 </trans-unit>
3245 <trans-unit id="1268699198448750610" datatype="html">
3246 <source>Follow instances</source>
3247 <target state="translated">Instanzen folgen</target>
3248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3249 </trans-unit>
3250 <trans-unit id="9216117865911519658" datatype="html"> 3263 <trans-unit id="9216117865911519658" datatype="html">
3251 <source>Action</source> 3264 <source>Action</source>
3252 <target state="translated">Aktion</target> 3265 <target state="translated">Aktion</target>
@@ -3275,9 +3288,9 @@ Hilf mit PeerTube zu übersetzen!</target>
3275 <trans-unit id="8286337167859377104"> 3288 <trans-unit id="8286337167859377104">
3276 <source>Create user</source> 3289 <source>Create user</source>
3277 <target>Benutzer anlegen</target> 3290 <target>Benutzer anlegen</target>
3278 3291 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group>
3279 3292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group>
3280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3293 </trans-unit>
3281 <trans-unit id="8363291180171434623" datatype="html"> 3294 <trans-unit id="8363291180171434623" datatype="html">
3282 <source>Table parameters</source> 3295 <source>Table parameters</source>
3283 <target state="translated">Tabelleneigenschaften</target> 3296 <target state="translated">Tabelleneigenschaften</target>
@@ -3296,10 +3309,11 @@ Hilf mit PeerTube zu übersetzen!</target>
3296 <trans-unit id="5248717555542428023"> 3309 <trans-unit id="5248717555542428023">
3297 <source>Username</source> 3310 <source>Username</source>
3298 <target>Nutzername</target> 3311 <target>Nutzername</target>
3299 <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>
3300 <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>
3301 <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> 3312 <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>
3302 <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> 3313 <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>
3314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</context></context-group>
3315 <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>
3316 <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>
3303 </trans-unit> 3317 </trans-unit>
3304 <trans-unit id="5428411040014095392" datatype="html"> 3318 <trans-unit id="5428411040014095392" datatype="html">
3305 <source>e.g. jane_doe</source> 3319 <source>e.g. jane_doe</source>
@@ -3330,6 +3344,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3330 <target>Benutzerrolle</target> 3344 <target>Benutzerrolle</target>
3331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group>
3333 </trans-unit> 3348 </trans-unit>
3334 <trans-unit id="7046347992315328430" datatype="html"> 3349 <trans-unit id="7046347992315328430" datatype="html">
3335 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3350 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
@@ -3347,14 +3362,9 @@ Hilf mit PeerTube zu übersetzen!</target>
3347 <trans-unit id="2622255144026150901" datatype="html"> 3362 <trans-unit id="2622255144026150901" datatype="html">
3348 <source>Auth plugin</source> 3363 <source>Auth plugin</source>
3349 <target state="translated">Auth-Plugin</target> 3364 <target state="translated">Auth-Plugin</target>
3350 <context-group purpose="location"> 3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3351 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3352 <context context-type="linenumber">188</context> 3367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group>
3353 </context-group>
3354 <context-group purpose="location">
3355 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3356 <context context-type="linenumber">188</context>
3357 </context-group>
3358 </trans-unit> 3368 </trans-unit>
3359 <trans-unit id="588099657508661970" datatype="html"> 3369 <trans-unit id="588099657508661970" datatype="html">
3360 <source>None (local authentication)</source> 3370 <source>None (local authentication)</source>
@@ -3607,6 +3617,14 @@ Hilf mit PeerTube zu übersetzen!</target>
3607 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3617 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3608 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3618 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3609 </trans-unit> 3619 </trans-unit>
3620 <trans-unit id="8390803680962035202" datatype="html">
3621 <source>Follower</source>
3622 <target state="translated">Abonnent</target>
3623 <context-group purpose="location">
3624 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3625 <context context-type="linenumber">24</context>
3626 </context-group>
3627 </trans-unit>
3610 <trans-unit id="4691552465058437520" datatype="html"> 3628 <trans-unit id="4691552465058437520" datatype="html">
3611 <source>Commented video</source> 3629 <source>Commented video</source>
3612 <target state="translated">Kommentiertes Video</target> 3630 <target state="translated">Kommentiertes Video</target>
@@ -3651,43 +3669,28 @@ Hilf mit PeerTube zu übersetzen!</target>
3651 <trans-unit id="1807029821872995706" datatype="html"> 3669 <trans-unit id="1807029821872995706" datatype="html">
3652 <source>Unsolved reports</source> 3670 <source>Unsolved reports</source>
3653 <target state="translated">Ungelöste Meldungen</target> 3671 <target state="translated">Ungelöste Meldungen</target>
3654 <context-group purpose="location"> 3672
3655 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3673 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3656 <context context-type="linenumber">42</context>
3657 </context-group>
3658 </trans-unit>
3659 <trans-unit id="2570256912317308673" datatype="html"> 3674 <trans-unit id="2570256912317308673" datatype="html">
3660 <source>Accepted reports</source> 3675 <source>Accepted reports</source>
3661 <target state="translated">Akzeptierte Meldungen</target> 3676 <target state="translated">Akzeptierte Meldungen</target>
3662 <context-group purpose="location"> 3677
3663 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3664 <context context-type="linenumber">46</context>
3665 </context-group>
3666 </trans-unit>
3667 <trans-unit id="4335414817109654558" datatype="html"> 3679 <trans-unit id="4335414817109654558" datatype="html">
3668 <source>Refused reports</source> 3680 <source>Refused reports</source>
3669 <target state="translated">Zurückgewiesene Meldungen</target> 3681 <target state="translated">Zurückgewiesene Meldungen</target>
3670 <context-group purpose="location"> 3682
3671 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3683 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3672 <context context-type="linenumber">50</context>
3673 </context-group>
3674 </trans-unit>
3675 <trans-unit id="5604806676748121035" datatype="html"> 3684 <trans-unit id="5604806676748121035" datatype="html">
3676 <source>Reports with blocked videos</source> 3685 <source>Reports with blocked videos</source>
3677 <target state="translated">Meldungen mit blockierten Videos</target> 3686 <target state="translated">Meldungen mit blockierten Videos</target>
3678 <context-group purpose="location"> 3687
3679 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3680 <context context-type="linenumber">54</context>
3681 </context-group>
3682 </trans-unit>
3683 <trans-unit id="5105869928182826553" datatype="html"> 3689 <trans-unit id="5105869928182826553" datatype="html">
3684 <source>Reports with deleted videos</source> 3690 <source>Reports with deleted videos</source>
3685 <target state="translated">Meldungen mit gelöschten Videos</target> 3691 <target state="translated">Meldungen mit gelöschten Videos</target>
3686 <context-group purpose="location"> 3692
3687 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3693 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3688 <context context-type="linenumber">58</context>
3689 </context-group>
3690 </trans-unit>
3691 <trans-unit id="4678289986918934018" datatype="html"> 3694 <trans-unit id="4678289986918934018" datatype="html">
3692 <source>Block reason:</source> 3695 <source>Block reason:</source>
3693 <target state="translated">Grund für das Blockieren:</target> 3696 <target state="translated">Grund für das Blockieren:</target>
@@ -3706,19 +3709,13 @@ Hilf mit PeerTube zu übersetzen!</target>
3706 <trans-unit id="7755288609601798418" datatype="html"> 3709 <trans-unit id="7755288609601798418" datatype="html">
3707 <source>Automatic blocks</source> 3710 <source>Automatic blocks</source>
3708 <target state="translated">Automatische Sperrungen</target> 3711 <target state="translated">Automatische Sperrungen</target>
3709 <context-group purpose="location"> 3712
3710 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3711 <context context-type="linenumber">31</context>
3712 </context-group>
3713 </trans-unit>
3714 <trans-unit id="6510868134640657079" datatype="html"> 3714 <trans-unit id="6510868134640657079" datatype="html">
3715 <source>Manual blocks</source> 3715 <source>Manual blocks</source>
3716 <target state="translated">Manuelle Sperrungen</target> 3716 <target state="translated">Manuelle Sperrungen</target>
3717 <context-group purpose="location"> 3717
3718 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3718 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3719 <context context-type="linenumber">35</context>
3720 </context-group>
3721 </trans-unit>
3722 <trans-unit id="2143435845912984377" datatype="html"> 3719 <trans-unit id="2143435845912984377" datatype="html">
3723 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3720 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3724 <target state="translated">Zeige <x id="INTERPOLATION"/> bis <x id="INTERPOLATION_1"/> von <x id="INTERPOLATION_2"/> blockierten Videos</target> 3721 <target state="translated">Zeige <x id="INTERPOLATION"/> bis <x id="INTERPOLATION_1"/> von <x id="INTERPOLATION_2"/> blockierten Videos</target>
@@ -3768,10 +3765,11 @@ Hilf mit PeerTube zu übersetzen!</target>
3768 <trans-unit id="6549265851868599441"> 3765 <trans-unit id="6549265851868599441">
3769 <source>Video</source> 3766 <source>Video</source>
3770 <target>Video</target> 3767 <target>Video</target>
3771 3768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">43</context></context-group>
3772 3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">20</context></context-group>
3773 3770 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-imports/my-video-imports.component.html</context><context context-type="linenumber">18</context></context-group>
3774 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-imports/my-video-imports.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit> 3771 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">8</context></context-group>
3772 </trans-unit>
3775 <trans-unit id="2662644497259948010" datatype="html"> 3773 <trans-unit id="2662644497259948010" datatype="html">
3776 <source>Comment</source> 3774 <source>Comment</source>
3777 <target state="translated">Kommentar</target> 3775 <target state="translated">Kommentar</target>
@@ -3864,11 +3862,11 @@ Hilf mit PeerTube zu übersetzen!</target>
3864 <trans-unit id="2381859602529023966"> 3862 <trans-unit id="2381859602529023966">
3865 <source>Instance</source> 3863 <source>Instance</source>
3866 <target>Instanz</target> 3864 <target>Instanz</target>
3867 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3865
3868 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 3866
3869 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3867
3870 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3868
3871 </trans-unit> 3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3872 <trans-unit id="1300704815627663264"> 3870 <trans-unit id="1300704815627663264">
3873 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3871 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3874 <target>Stummgeschaltet am <x id="START_TAG_P-SORTICON"/> <x id="CLOSE_TAG_P-SORTICON"/></target> 3872 <target>Stummgeschaltet am <x id="START_TAG_P-SORTICON"/> <x id="CLOSE_TAG_P-SORTICON"/></target>
@@ -3906,7 +3904,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3906 <trans-unit id="4917252294930256268" datatype="html"> 3904 <trans-unit id="4917252294930256268" datatype="html">
3907 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3905 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3908 <target state="translated">Es sieht so aus, dass Ihr Server kein HTTPS verwendet. Auf Ihrem Webserver muss TLS aktiviert sein, damit Sie Servern folgen können.</target> 3906 <target state="translated">Es sieht so aus, dass Ihr Server kein HTTPS verwendet. Auf Ihrem Webserver muss TLS aktiviert sein, damit Sie Servern folgen können.</target>
3909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 3907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group>
3910 </trans-unit> 3908 </trans-unit>
3911 <trans-unit id="4058814854824495833" datatype="html"> 3909 <trans-unit id="4058814854824495833" datatype="html">
3912 <source>Mute domains</source> 3910 <source>Mute domains</source>
@@ -3981,7 +3979,7 @@ Hilf mit PeerTube zu übersetzen!</target>
3981 3979
3982 3980
3983 3981
3984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3982 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3985 <trans-unit id="8630916846096019339" datatype="html"> 3983 <trans-unit id="8630916846096019339" datatype="html">
3986 <source>Users can resolve distant content</source> 3984 <source>Users can resolve distant content</source>
3987 <target state="translated">Nutzer können entfernten Inhalt lösen</target> 3985 <target state="translated">Nutzer können entfernten Inhalt lösen</target>
@@ -5228,38 +5226,38 @@ color: red;
5228 <trans-unit id="4915431133669985304"> 5226 <trans-unit id="4915431133669985304">
5229 <source>Profile</source> 5227 <source>Profile</source>
5230 <target>Profil</target> 5228 <target>Profil</target>
5231 5229 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">237</context></context-group>
5232 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">237</context></context-group></trans-unit> 5230 </trans-unit>
5233 <trans-unit id="1963136290621768454" datatype="html"> 5231 <trans-unit id="1963136290621768454" datatype="html">
5234 <source>Resolution</source> 5232 <source>Resolution</source>
5235 <target state="translated">Auflösung</target> 5233 <target state="translated">Auflösung</target>
5236 5234 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">246</context></context-group>
5237 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">246</context></context-group></trans-unit> 5235 </trans-unit>
5238 <trans-unit id="7814358426066520520" datatype="html"> 5236 <trans-unit id="7814358426066520520" datatype="html">
5239 <source>Aspect ratio</source> 5237 <source>Aspect ratio</source>
5240 <target state="translated">Seitenverhältnis</target> 5238 <target state="translated">Seitenverhältnis</target>
5241 5239 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">247</context></context-group>
5242 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">247</context></context-group></trans-unit> 5240 </trans-unit>
5243 <trans-unit id="44862519224794374" datatype="html"> 5241 <trans-unit id="44862519224794374" datatype="html">
5244 <source>Average frame rate</source> 5242 <source>Average frame rate</source>
5245 <target state="translated">Durchschnittliche Framerate</target> 5243 <target state="translated">Durchschnittliche Framerate</target>
5246 5244 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">248</context></context-group>
5247 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit> 5245 </trans-unit>
5248 <trans-unit id="5053683525387462246" datatype="html"> 5246 <trans-unit id="5053683525387462246" datatype="html">
5249 <source>Pixel format</source> 5247 <source>Pixel format</source>
5250 <target state="translated">Pixelformat</target> 5248 <target state="translated">Pixelformat</target>
5251 5249 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">249</context></context-group>
5252 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">249</context></context-group></trans-unit> 5250 </trans-unit>
5253 <trans-unit id="7858676566953242358" datatype="html"> 5251 <trans-unit id="7858676566953242358" datatype="html">
5254 <source>Sample rate</source> 5252 <source>Sample rate</source>
5255 <target state="translated">Abtastrate</target> 5253 <target state="translated">Abtastrate</target>
5256 5254 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">253</context></context-group>
5257 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">253</context></context-group></trans-unit> 5255 </trans-unit>
5258 <trans-unit id="5403856660543890284" datatype="html"> 5256 <trans-unit id="5403856660543890284" datatype="html">
5259 <source>Channel Layout</source> 5257 <source>Channel Layout</source>
5260 <target state="translated">Kanaldesign</target> 5258 <target state="translated">Kanaldesign</target>
5261 5259 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">254</context></context-group>
5262 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 5260 </trans-unit>
5263 <trans-unit id="6460084371385263470"> 5261 <trans-unit id="6460084371385263470">
5264 <source>Video settings</source> 5262 <source>Video settings</source>
5265 <target>Videoeinstellungen</target> 5263 <target>Videoeinstellungen</target>
@@ -5427,9 +5425,9 @@ color: red;
5427 <trans-unit id="5417361655914085905" datatype="html"> 5425 <trans-unit id="5417361655914085905" datatype="html">
5428 <source>Account page</source> 5426 <source>Account page</source>
5429 <target state="translated">Kontoseite</target> 5427 <target state="translated">Kontoseite</target>
5430 5428 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">70</context></context-group>
5431 5429 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">76</context></context-group>
5432 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">70</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">76</context></context-group></trans-unit> 5430 </trans-unit>
5433 <trans-unit id="187187500641108332" datatype="html"> 5431 <trans-unit id="187187500641108332" datatype="html">
5434 <source><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </source> 5432 <source><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </source>
5435 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </target> 5433 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </target>
@@ -5560,10 +5558,10 @@ color: red;
5560 <trans-unit id="4000980858407872649" datatype="html"> 5558 <trans-unit id="4000980858407872649" datatype="html">
5561 <source>Channel page</source> 5559 <source>Channel page</source>
5562 <target state="translated">Kanalseite</target> 5560 <target state="translated">Kanalseite</target>
5563 5561 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context><context context-type="linenumber">23</context></context-group>
5564 5562 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">20</context></context-group>
5565 5563 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">67</context></context-group>
5566 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">20</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">67</context></context-group></trans-unit> 5564 </trans-unit>
5567 <trans-unit id="9131836378905533756"> 5565 <trans-unit id="9131836378905533756">
5568 <source>Created by <x id="INTERPOLATION"/></source> 5566 <source>Created by <x id="INTERPOLATION"/></source>
5569 <target>Erstellt von <x id="INTERPOLATION"/></target> 5567 <target>Erstellt von <x id="INTERPOLATION"/></target>
@@ -5856,10 +5854,7 @@ color: red;
5856 <trans-unit id="5512878593724620692" datatype="html"> 5854 <trans-unit id="5512878593724620692" datatype="html">
5857 <source>CHANNELS</source> 5855 <source>CHANNELS</source>
5858 <target state="translated">KANÄLE</target> 5856 <target state="translated">KANÄLE</target>
5859 <context-group purpose="location"> 5857 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group>
5860 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
5861 <context context-type="linenumber">82</context>
5862 </context-group>
5863 </trans-unit> 5858 </trans-unit>
5864 <trans-unit id="3666829335406793239"> 5859 <trans-unit id="3666829335406793239">
5865 <source>This account does not have channels.</source> 5860 <source>This account does not have channels.</source>
@@ -5900,6 +5895,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5900 <target state="translated">Wollen Sie wirklich <x id="PH" equiv-text="videoChannel.displayName"/> löschen? Es löscht <x id="PH_1" equiv-text="videoChannel.videosCount"/> Videos, die in diesem Kanal hochgeladen wurden, und Sie können keinen weiteren Kanal mit demselben Namen (<x id="PH_2" equiv-text="videoChannel.name"/>) erstellen!</target> 5895 <target state="translated">Wollen Sie wirklich <x id="PH" equiv-text="videoChannel.displayName"/> löschen? Es löscht <x id="PH_1" equiv-text="videoChannel.videosCount"/> Videos, die in diesem Kanal hochgeladen wurden, und Sie können keinen weiteren Kanal mit demselben Namen (<x id="PH_2" equiv-text="videoChannel.name"/>) erstellen!</target>
5901 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 5896 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
5902 </trans-unit> 5897 </trans-unit>
5898 <trans-unit id="4433306639366959484" datatype="html">
5899 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source>
5900 <target state="translated">Bitte geben Sie den Namen des Video-Kanals (<x id="PH" equiv-text="videoChannel.name"/>) ein um zu bestätigen</target>
5901 <context-group purpose="location">
5902 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5903 <context context-type="linenumber">48</context>
5904 </context-group>
5905 </trans-unit>
5903 <trans-unit id="5387007581996837469" datatype="html"> 5906 <trans-unit id="5387007581996837469" datatype="html">
5904 <source>My Channels</source> 5907 <source>My Channels</source>
5905 <target state="translated">Meine Kanäle</target> 5908 <target state="translated">Meine Kanäle</target>
@@ -6267,23 +6270,23 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6267 <trans-unit id="4195286790385468087" datatype="html"> 6270 <trans-unit id="4195286790385468087" datatype="html">
6268 <source>About this instance</source> 6271 <source>About this instance</source>
6269 <target state="translated">Über diese Instanz</target> 6272 <target state="translated">Über diese Instanz</target>
6270 6273 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">25</context></context-group>
6271 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 6274 </trans-unit>
6272 <trans-unit id="8773846522957677259" datatype="html"> 6275 <trans-unit id="8773846522957677259" datatype="html">
6273 <source>About PeerTube</source> 6276 <source>About PeerTube</source>
6274 <target state="translated">Über PeerTube</target> 6277 <target state="translated">Über PeerTube</target>
6275 6278 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">50</context></context-group>
6276 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">50</context></context-group></trans-unit> 6279 </trans-unit>
6277 <trans-unit id="1812900507515561988" datatype="html"> 6280 <trans-unit id="1812900507515561988" datatype="html">
6278 <source>About this instance's network</source> 6281 <source>About this instance's network</source>
6279 <target state="translated">Über das Netzwerk dieser Instanz</target> 6282 <target state="translated">Über das Netzwerk dieser Instanz</target>
6280 6283 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">59</context></context-group>
6281 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 6284 </trans-unit>
6282 <trans-unit id="892073694820881630" datatype="html"> 6285 <trans-unit id="892073694820881630" datatype="html">
6283 <source>Link copied</source> 6286 <source>Link copied</source>
6284 <target state="translated">Link kopiert</target> 6287 <target state="translated">Link kopiert</target>
6285 6288 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.ts</context><context context-type="linenumber">98</context></context-group>
6286 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.ts</context><context context-type="linenumber">98</context></context-group></trans-unit> 6289 </trans-unit>
6287 <trans-unit id="1045244999981860085" datatype="html"> 6290 <trans-unit id="1045244999981860085" datatype="html">
6288 <source>Developed with ❤ by <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></source> 6291 <source>Developed with ❤ by <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></source>
6289 <target state="translated">Entwickelt mit ❤ von <x id="START_LINK"/>Framasoft <x id="CLOSE_LINK"/></target> 6292 <target state="translated">Entwickelt mit ❤ von <x id="START_LINK"/>Framasoft <x id="CLOSE_LINK"/></target>
@@ -6414,13 +6417,13 @@ Erstelle mein Konto</target>
6414 <trans-unit id="6979021199788941693"> 6417 <trans-unit id="6979021199788941693">
6415 <source>Your message has been sent.</source> 6418 <source>Your message has been sent.</source>
6416 <target>Deine Nachricht wurde gesendet.</target> 6419 <target>Deine Nachricht wurde gesendet.</target>
6417 6420 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group>
6418 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6421 </trans-unit>
6419 <trans-unit id="2072135752262464360"> 6422 <trans-unit id="2072135752262464360">
6420 <source>You already sent this form recently</source> 6423 <source>You already sent this form recently</source>
6421 <target>Du hast dieses Formular bereits kürzlich gesendet</target> 6424 <target>Du hast dieses Formular bereits kürzlich gesendet</target>
6422 6425 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group>
6423 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6426 </trans-unit>
6424 <trans-unit id="819067926858619041" datatype="html"> 6427 <trans-unit id="819067926858619041" datatype="html">
6425 <source>Account videos</source> 6428 <source>Account videos</source>
6426 <target state="translated">Videos des Kontos</target> 6429 <target state="translated">Videos des Kontos</target>
@@ -6463,12 +6466,12 @@ Erstelle mein Konto</target>
6463 <trans-unit id="4856575356061361269" datatype="html"> 6466 <trans-unit id="4856575356061361269" datatype="html">
6464 <source><x id="PH"/> direct account followers </source> 6467 <source><x id="PH"/> direct account followers </source>
6465 <target state="translated"><x id="PH"/> direkte Kontofolgende </target> 6468 <target state="translated"><x id="PH"/> direkte Kontofolgende </target>
6466 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6469 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group>
6467 </trans-unit> 6470 </trans-unit>
6468 <trans-unit id="6250999352462648289" datatype="html"> 6471 <trans-unit id="6250999352462648289" datatype="html">
6469 <source>Report this account</source> 6472 <source>Report this account</source>
6470 <target state="translated">Dieses Konto melden</target> 6473 <target state="translated">Dieses Konto melden</target>
6471 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6474 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group>
6472 </trans-unit> 6475 </trans-unit>
6473 <trans-unit id="1504521795586863905" datatype="html"> 6476 <trans-unit id="1504521795586863905" datatype="html">
6474 <source>VIDEOS</source> 6477 <source>VIDEOS</source>
@@ -6479,30 +6482,18 @@ Erstelle mein Konto</target>
6479 <trans-unit id="25349740244798533"> 6482 <trans-unit id="25349740244798533">
6480 <source>Username copied</source> 6483 <source>Username copied</source>
6481 <target>Benutzername kopiert</target> 6484 <target>Benutzername kopiert</target>
6482 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6485 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group>
6483 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6486 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group>
6484 </trans-unit> 6487 </trans-unit>
6485 <trans-unit id="9221735175659318025" datatype="html"> 6488 <trans-unit id="9221735175659318025" datatype="html">
6486 <source>1 subscriber</source> 6489 <source>1 subscriber</source>
6487 <target state="translated">1 Abonnent</target> 6490 <target state="translated">1 Abonnent</target>
6488 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6491 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group>
6489 </trans-unit> 6492 </trans-unit>
6490 <trans-unit id="4097331874769079975" datatype="html"> 6493 <trans-unit id="4097331874769079975" datatype="html">
6491 <source><x id="PH"/> subscribers</source> 6494 <source><x id="PH"/> subscribers</source>
6492 <target state="translated"><x id="PH"/> Abonnenten</target> 6495 <target state="translated"><x id="PH"/> Abonnenten</target>
6493 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6496 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group>
6494 </trans-unit>
6495 <trans-unit id="4682675125751819107" datatype="html">
6496 <source>Instances you follow</source>
6497 <target state="translated">Gefolgte Instanzen</target>
6498 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6500 </trans-unit>
6501 <trans-unit id="8899833753704589712" datatype="html">
6502 <source>Instances following you</source>
6503 <target state="translated">Folgende Instanzen</target>
6504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6506 </trans-unit> 6497 </trans-unit>
6507 <trans-unit id="1035838766454786107" datatype="html"> 6498 <trans-unit id="1035838766454786107" datatype="html">
6508 <source>Audio-only</source> 6499 <source>Audio-only</source>
@@ -6554,6 +6545,14 @@ Erstelle mein Konto</target>
6554 <target>Automatisch (über ffmpeg)</target> 6545 <target>Automatisch (über ffmpeg)</target>
6555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6546 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6556 </trans-unit> 6547 </trans-unit>
6548 <trans-unit id="3642770981085338761" datatype="html">
6549 <source>Followers of your instance</source>
6550 <target state="translated">Abonnenten ihrer Instanz</target>
6551 <context-group purpose="location">
6552 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6553 <context context-type="linenumber">3</context>
6554 </context-group>
6555 </trans-unit>
6557 <trans-unit id="931255636742351800" datatype="html"> 6556 <trans-unit id="931255636742351800" datatype="html">
6558 <source>No limit</source> 6557 <source>No limit</source>
6559 <target state="translated">Kein Limit</target> 6558 <target state="translated">Kein Limit</target>
@@ -6701,17 +6700,40 @@ Erstelle mein Konto</target>
6701 <trans-unit id="2127446333083057097" datatype="html"> 6700 <trans-unit id="2127446333083057097" datatype="html">
6702 <source>Domain is required.</source> 6701 <source>Domain is required.</source>
6703 <target state="translated">Domain wird benötigt.</target> 6702 <target state="translated">Domain wird benötigt.</target>
6704 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group>
6704 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group>
6705 </trans-unit> 6705 </trans-unit>
6706 <trans-unit id="6780793142903080663" datatype="html"> 6706 <trans-unit id="7951488350851416577" datatype="html">
6707 <source>Domains entered are invalid.</source> 6707 <source>Hosts entered are invalid.</source>
6708 <target state="translated">Eingegebene Domains sind ungültig.</target> 6708 <target state="translated">Die eingegebenen Hosts sind ungültig.</target>
6709 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6709 <context-group purpose="location">
6710 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6711 <context context-type="linenumber">93</context>
6712 </context-group>
6710 </trans-unit> 6713 </trans-unit>
6711 <trans-unit id="5886492514458202177" datatype="html"> 6714 <trans-unit id="1469559036084108672" datatype="html">
6712 <source>Domains entered contain duplicates.</source> 6715 <source>Hosts entered contain duplicates.</source>
6713 <target state="translated">Eingegebene Domains enthalten Wiederholungen.</target> 6716 <target state="translated">Die eingegebenen Hosts enthalten Duplikate.</target>
6714 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6717 <context-group purpose="location">
6718 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6719 <context context-type="linenumber">94</context>
6720 </context-group>
6721 </trans-unit>
6722 <trans-unit id="5991533283446904296" datatype="html">
6723 <source>Hosts or handles are invalid.</source>
6724 <target state="translated">Hosts oder Handles sind ungültig.</target>
6725 <context-group purpose="location">
6726 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6727 <context context-type="linenumber">102</context>
6728 </context-group>
6729 </trans-unit>
6730 <trans-unit id="6759198394434886237" datatype="html">
6731 <source>Hosts or handles contain duplicates.</source>
6732 <target state="translated">Hosts oder Handles enthalten Duplikate.</target>
6733 <context-group purpose="location">
6734 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6735 <context context-type="linenumber">103</context>
6736 </context-group>
6715 </trans-unit> 6737 </trans-unit>
6716 <trans-unit id="240806681889331244"> 6738 <trans-unit id="240806681889331244">
6717 <source>Unlimited</source> 6739 <source>Unlimited</source>
@@ -6873,22 +6895,55 @@ Erstelle mein Konto</target>
6873 </target> 6895 </target>
6874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6875 </trans-unit> 6897 </trans-unit>
6898 <trans-unit id="6018246591673612412" datatype="html">
6899 <source>Follow</source>
6900 <target state="translated">Abonnieren</target>
6901 <context-group purpose="location">
6902 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6903 <context context-type="linenumber">3</context>
6904 </context-group>
6905 <context-group purpose="location">
6906 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6907 <context context-type="linenumber">37</context>
6908 </context-group>
6909 <context-group purpose="location">
6910 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6911 <context context-type="linenumber">18</context>
6912 </context-group>
6913 </trans-unit>
6914 <trans-unit id="3596798855644241001" datatype="html">
6915 <source>1 host (without "http://"), account handle or channel handle per line</source>
6916 <target state="translated">1 Host (ohne "http://"), Konto-Handle oder Kanal-Handle pro Zeile</target>
6917 <context-group purpose="location">
6918 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6919 <context context-type="linenumber">11</context>
6920 </context-group>
6921 </trans-unit>
6876 <trans-unit id="2740793005745065895"> 6922 <trans-unit id="2740793005745065895">
6877 <source><x id="PH"/> is not valid </source> 6923 <source><x id="PH"/> is not valid </source>
6878 <target> 6924 <target>
6879 <x id="PH"/> ist ungültig 6925 <x id="PH"/> ist ungültig
6880 </target> 6926 </target>
6881 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6927 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group>
6928 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group>
6882 </trans-unit> 6929 </trans-unit>
6883 <trans-unit id="2355066641781598196"> 6930 <trans-unit id="2355066641781598196">
6884 <source>Follow request(s) sent!</source> 6931 <source>Follow request(s) sent!</source>
6885 <target>Anfrage(n) zum Folgen gesendet!</target> 6932 <target>Anfrage(n) zum Folgen gesendet!</target>
6886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group>
6934 </trans-unit>
6935 <trans-unit id="3459358413436264734" datatype="html">
6936 <source>Your instance subscriptions</source>
6937 <target state="translated">Ihre Instanz-Abonnements</target>
6938 <context-group purpose="location">
6939 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6940 <context context-type="linenumber">3</context>
6941 </context-group>
6887 </trans-unit> 6942 </trans-unit>
6888 <trans-unit id="4245720728052819482"> 6943 <trans-unit id="4245720728052819482">
6889 <source>Do you really want to unfollow <x id="PH"/>?</source> 6944 <source>Do you really want to unfollow <x id="PH"/>?</source>
6890 <target>Möchtest du <x id="PH"/> wirklich nicht mehr folgen?</target> 6945 <target>Möchtest du <x id="PH"/> wirklich nicht mehr folgen?</target>
6891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group>
6892 </trans-unit> 6947 </trans-unit>
6893 <trans-unit id="9160510009013134726"> 6948 <trans-unit id="9160510009013134726">
6894 <source>Unfollow</source> 6949 <source>Unfollow</source>
@@ -6898,7 +6953,7 @@ Erstelle mein Konto</target>
6898 <trans-unit id="3935234189109112926"> 6953 <trans-unit id="3935234189109112926">
6899 <source>You are not following <x id="PH"/> anymore.</source> 6954 <source>You are not following <x id="PH"/> anymore.</source>
6900 <target>Du folgst <x id="PH"/> nicht mehr.</target> 6955 <target>Du folgst <x id="PH"/> nicht mehr.</target>
6901 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6956 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group>
6902 </trans-unit> 6957 </trans-unit>
6903 <trans-unit id="2593763089859685916"> 6958 <trans-unit id="2593763089859685916">
6904 <source>enabled</source> 6959 <source>enabled</source>
@@ -7006,121 +7061,121 @@ Erstelle mein Konto</target>
7006 <trans-unit id="6473213678768782133" datatype="html"> 7061 <trans-unit id="6473213678768782133" datatype="html">
7007 <source>Internal actions</source> 7062 <source>Internal actions</source>
7008 <target state="translated">Interne Aktionen</target> 7063 <target state="translated">Interne Aktionen</target>
7009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7064
7010 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7065
7011 </trans-unit> 7066 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7012 <trans-unit id="4559872264406386913" datatype="html"> 7067 <trans-unit id="4559872264406386913" datatype="html">
7013 <source>Delete report</source> 7068 <source>Delete report</source>
7014 <target state="translated">Meldung löschen</target> 7069 <target state="translated">Meldung löschen</target>
7015 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7070
7016 </trans-unit> 7071 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7017 <trans-unit id="5793550984155962433" datatype="html"> 7072 <trans-unit id="5793550984155962433" datatype="html">
7018 <source>Actions for the flagged account</source> 7073 <source>Actions for the flagged account</source>
7019 <target state="translated">Aktionen für das markierte Konto</target> 7074 <target state="translated">Aktionen für das markierte Konto</target>
7020 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7075
7021 </trans-unit> 7076 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7022 <trans-unit id="1679841953757186358"> 7077 <trans-unit id="1679841953757186358">
7023 <source>Mark as accepted</source> 7078 <source>Mark as accepted</source>
7024 <target>Als akzeptiert markieren</target> 7079 <target>Als akzeptiert markieren</target>
7025 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7080
7026 </trans-unit> 7081 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7027 <trans-unit id="7993358694073742566"> 7082 <trans-unit id="7993358694073742566">
7028 <source>Mark as rejected</source> 7083 <source>Mark as rejected</source>
7029 <target>Als abgelehnt markieren</target> 7084 <target>Als abgelehnt markieren</target>
7030 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7085
7031 </trans-unit> 7086 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7032 <trans-unit id="4175703770051343108" datatype="html"> 7087 <trans-unit id="4175703770051343108" datatype="html">
7033 <source>Add internal note</source> 7088 <source>Add internal note</source>
7034 <target state="translated">Interne Notiz hinzufügen</target> 7089 <target state="translated">Interne Notiz hinzufügen</target>
7035 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7090
7036 </trans-unit> 7091 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7037 <trans-unit id="296166371893775555" datatype="html"> 7092 <trans-unit id="296166371893775555" datatype="html">
7038 <source>Actions for the video</source> 7093 <source>Actions for the video</source>
7039 <target state="translated">Aktionen für das Video</target> 7094 <target state="translated">Aktionen für das Video</target>
7040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7095
7041 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7096
7042 </trans-unit> 7097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7043 <trans-unit id="3924877328520650445" datatype="html"> 7098 <trans-unit id="3924877328520650445" datatype="html">
7044 <source>Block video</source> 7099 <source>Block video</source>
7045 <target state="translated">Video blockieren</target> 7100 <target state="translated">Video blockieren</target>
7046 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7101
7047 </trans-unit> 7102 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7048 <trans-unit id="4762794934098378428" datatype="html"> 7103 <trans-unit id="4762794934098378428" datatype="html">
7049 <source>Video blocked.</source> 7104 <source>Video blocked.</source>
7050 <target state="translated">Video blockiert.</target> 7105 <target state="translated">Video blockiert.</target>
7051 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7106
7052 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7107
7053 </trans-unit> 7108 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7054 <trans-unit id="4328862996304258770" datatype="html"> 7109 <trans-unit id="4328862996304258770" datatype="html">
7055 <source>Unblock video</source> 7110 <source>Unblock video</source>
7056 <target state="translated">Video nicht mehr blockieren</target> 7111 <target state="translated">Video nicht mehr blockieren</target>
7057 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7112
7058 </trans-unit> 7113 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7059 <trans-unit id="9065327551191479877" datatype="html"> 7114 <trans-unit id="9065327551191479877" datatype="html">
7060 <source>Video unblocked.</source> 7115 <source>Video unblocked.</source>
7061 <target state="translated">Video nicht mehr blockiert.</target> 7116 <target state="translated">Video nicht mehr blockiert.</target>
7062 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7117
7063 </trans-unit> 7118 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7064 <trans-unit id="1250415136605923486"> 7119 <trans-unit id="1250415136605923486">
7065 <source>Do you really want to delete this abuse report?</source> 7120 <source>Do you really want to delete this abuse report?</source>
7066 <target>Wollen Sie wirklich diese Missbrauchsmeldung löschen?</target> 7121 <target>Wollen Sie wirklich diese Missbrauchsmeldung löschen?</target>
7067 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7122
7068 </trans-unit> 7123 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7069 <trans-unit id="3482559157143817408"> 7124 <trans-unit id="3482559157143817408">
7070 <source>Abuse deleted.</source> 7125 <source>Abuse deleted.</source>
7071 <target>Missbrauchsmeldung gelöscht.</target> 7126 <target>Missbrauchsmeldung gelöscht.</target>
7072 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7127
7073 </trans-unit> 7128 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7074 <trans-unit id="6282990098351939529" datatype="html"> 7129 <trans-unit id="6282990098351939529" datatype="html">
7075 <source>Deleted comment</source> 7130 <source>Deleted comment</source>
7076 <target state="translated">Kommentar entfernt</target> 7131 <target state="translated">Kommentar entfernt</target>
7077 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7132
7078 </trans-unit> 7133 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7079 <trans-unit id="9196775343330824083" datatype="html"> 7134 <trans-unit id="9196775343330824083" datatype="html">
7080 <source>Messages with reporter</source> 7135 <source>Messages with reporter</source>
7081 <target state="translated">Nachrichten mit dem Berichterstatter</target> 7136 <target state="translated">Nachrichten mit dem Berichterstatter</target>
7082 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7137
7083 </trans-unit> 7138 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7084 <trans-unit id="8770468575924421391" datatype="html"> 7139 <trans-unit id="8770468575924421391" datatype="html">
7085 <source>Messages with moderators</source> 7140 <source>Messages with moderators</source>
7086 <target state="translated">Nachrichten an Moderatoren</target> 7141 <target state="translated">Nachrichten an Moderatoren</target>
7087 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7142
7088 </trans-unit> 7143 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7089 <trans-unit id="8528549800795985099" datatype="html"> 7144 <trans-unit id="8528549800795985099" datatype="html">
7090 <source>Update internal note</source> 7145 <source>Update internal note</source>
7091 <target state="translated">Interne Notiz aktualisieren</target> 7146 <target state="translated">Interne Notiz aktualisieren</target>
7092 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7147
7093 </trans-unit> 7148 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7094 <trans-unit id="3962242315365992494" datatype="html"> 7149 <trans-unit id="3962242315365992494" datatype="html">
7095 <source>Switch video block to manual</source> 7150 <source>Switch video block to manual</source>
7096 <target state="translated">Blockade des Videos als manuell kennzeichnen</target> 7151 <target state="translated">Blockade des Videos als manuell kennzeichnen</target>
7097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7152
7098 </trans-unit> 7153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7099 <trans-unit id="6906423861055262169" datatype="html"> 7154 <trans-unit id="6906423861055262169" datatype="html">
7100 <source>Video <x id="PH"/> switched to manual block.</source> 7155 <source>Video <x id="PH"/> switched to manual block.</source>
7101 <target state="translated">Video <x id="PH"/> wurde als manuell blockiert markiert.</target> 7156 <target state="translated">Video <x id="PH"/> wurde als manuell blockiert markiert.</target>
7102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7157
7103 </trans-unit> 7158 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7104 <trans-unit id="7293356040886494773" datatype="html"> 7159 <trans-unit id="7293356040886494773" datatype="html">
7105 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7160 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7106 <target state="translated">Wollen Sie das Video wirklich entsperren? Es wird wieder in der Videoliste verfügbar sein.</target> 7161 <target state="translated">Wollen Sie das Video wirklich entsperren? Es wird wieder in der Videoliste verfügbar sein.</target>
7107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group> 7162
7108 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group> 7163
7109 </trans-unit> 7164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7110 <trans-unit id="4859202148272511129" datatype="html"> 7165 <trans-unit id="4859202148272511129" datatype="html">
7111 <source>Unblock</source> 7166 <source>Unblock</source>
7112 <target state="translated">Entsperren</target> 7167 <target state="translated">Entsperren</target>
7113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group> 7168
7114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group> 7169
7115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group> 7170
7116 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group> 7171
7117 </trans-unit> 7172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7118 <trans-unit id="4922469417589203720" datatype="html"> 7173 <trans-unit id="4922469417589203720" datatype="html">
7119 <source>Video <x id="PH"/> unblocked.</source> 7174 <source>Video <x id="PH"/> unblocked.</source>
7120 <target state="translated">Video <x id="PH"/> entsperrt.</target> 7175 <target state="translated">Video <x id="PH"/> entsperrt.</target>
7121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group> 7176
7122 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group> 7177
7123 </trans-unit> 7178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7124 <trans-unit id="6286037250766429054"> 7179 <trans-unit id="6286037250766429054">
7125 <source>yes</source> 7180 <source>yes</source>
7126 <target>ja</target> 7181 <target>ja</target>
@@ -7371,7 +7426,7 @@ Erstelle mein Konto</target>
7371 <trans-unit id="1519954996184640001"> 7426 <trans-unit id="1519954996184640001">
7372 <source>Error</source> 7427 <source>Error</source>
7373 <target>Fehler</target> 7428 <target>Fehler</target>
7374 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7429 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group>
7375 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7430 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group>
7376 </trans-unit> 7431 </trans-unit>
7377 <trans-unit id="5076187961693950167" datatype="html"> 7432 <trans-unit id="5076187961693950167" datatype="html">
@@ -7387,8 +7442,8 @@ Erstelle mein Konto</target>
7387 <trans-unit id="1886888801485703107"> 7442 <trans-unit id="1886888801485703107">
7388 <source>User <x id="PH"/> created.</source> 7443 <source>User <x id="PH"/> created.</source>
7389 <target>Benutzer <x id="PH"/> erstellt.</target> 7444 <target>Benutzer <x id="PH"/> erstellt.</target>
7390 7445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group>
7391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 7446 </trans-unit>
7392 <trans-unit id="8286337167859377104" datatype="html"> 7447 <trans-unit id="8286337167859377104" datatype="html">
7393 <source>Create user</source> 7448 <source>Create user</source>
7394 <target state="translated">Benutzer anlegen</target> 7449 <target state="translated">Benutzer anlegen</target>
@@ -7414,16 +7469,6 @@ Erstelle mein Konto</target>
7414 <target>Benutzerkennwort geändert</target> 7469 <target>Benutzerkennwort geändert</target>
7415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7416 </trans-unit> 7471 </trans-unit>
7417 <trans-unit id="177544274549739411" datatype="html">
7418 <source>Following list</source>
7419 <target state="translated">Liste aller Gefolgten</target>
7420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7421 </trans-unit>
7422 <trans-unit id="8092429110007204784" datatype="html">
7423 <source>Followers list</source>
7424 <target state="translated">Liste aller Follower</target>
7425 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7426 </trans-unit>
7427 <trans-unit id="780323526182667308" datatype="html"> 7472 <trans-unit id="780323526182667308" datatype="html">
7428 <source>User <x id="PH"/> updated.</source> 7473 <source>User <x id="PH"/> updated.</source>
7429 <target state="translated">Benutzer <x id="PH"/> aktualisiert.</target> 7474 <target state="translated">Benutzer <x id="PH"/> aktualisiert.</target>
@@ -7459,16 +7504,6 @@ Erstelle mein Konto</target>
7459 <target state="translated">Föderation</target> 7504 <target state="translated">Föderation</target>
7460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7461 </trans-unit> 7506 </trans-unit>
7462 <trans-unit id="4682675125751819107" datatype="html">
7463 <source>Instances you follow</source>
7464 <target state="translated">Gefolgte Instanzen</target>
7465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7466 </trans-unit>
7467 <trans-unit id="8899833753704589712" datatype="html">
7468 <source>Instances following you</source>
7469 <target state="translated">Folgende Instanzen</target>
7470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7471 </trans-unit>
7472 <trans-unit id="3767259920053407667" datatype="html"> 7507 <trans-unit id="3767259920053407667" datatype="html">
7473 <source>Videos will be deleted, comments will be tombstoned.</source> 7508 <source>Videos will be deleted, comments will be tombstoned.</source>
7474 <target state="translated">Videos werden gelöscht, Kommentare werden mit einem Grabstein markiert.</target> 7509 <target state="translated">Videos werden gelöscht, Kommentare werden mit einem Grabstein markiert.</target>
@@ -7500,6 +7535,30 @@ Erstelle mein Konto</target>
7500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group> 7535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7501 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group> 7536 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7502 </trans-unit> 7537 </trans-unit>
7538 <trans-unit id="4207916966377787111" datatype="html">
7539 <source>Created</source>
7540 <target state="translated">Erstellt</target>
7541 <context-group purpose="location">
7542 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7543 <context context-type="linenumber">115</context>
7544 </context-group>
7545 </trans-unit>
7546 <trans-unit id="8140268298586972139" datatype="html">
7547 <source>Daily quota</source>
7548 <target state="translated">Tägliches Limit</target>
7549 <context-group purpose="location">
7550 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7551 <context context-type="linenumber">120</context>
7552 </context-group>
7553 </trans-unit>
7554 <trans-unit id="7910076708497708162" datatype="html">
7555 <source>Last login</source>
7556 <target state="translated">Letzte Anmeldung</target>
7557 <context-group purpose="location">
7558 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7559 <context context-type="linenumber">122</context>
7560 </context-group>
7561 </trans-unit>
7503 <trans-unit id="3403978719736970622"> 7562 <trans-unit id="3403978719736970622">
7504 <source>You cannot ban root.</source> 7563 <source>You cannot ban root.</source>
7505 <target>Du kannst root nicht sperren.</target> 7564 <target>Du kannst root nicht sperren.</target>
@@ -7803,12 +7862,12 @@ Erstelle mein Konto</target>
7803 <trans-unit id="1137937154872046253"> 7862 <trans-unit id="1137937154872046253">
7804 <source>Video channel <x id="PH"/> created.</source> 7863 <source>Video channel <x id="PH"/> created.</source>
7805 <target>Videokanal <x id="PH"/> erstellt.</target> 7864 <target>Videokanal <x id="PH"/> erstellt.</target>
7806 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 7865 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group>
7807 </trans-unit> 7866 </trans-unit>
7808 <trans-unit id="8723777130353305761"> 7867 <trans-unit id="8723777130353305761">
7809 <source>This name already exists on this instance.</source> 7868 <source>This name already exists on this instance.</source>
7810 <target>Dieser Name existiert bereits auf dieser Instanz.</target> 7869 <target>Dieser Name existiert bereits auf dieser Instanz.</target>
7811 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 7870 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group>
7812 </trans-unit> 7871 </trans-unit>
7813 <trans-unit id="7589345916094713536"> 7872 <trans-unit id="7589345916094713536">
7814 <source>Video channel <x id="PH"/> updated.</source> 7873 <source>Video channel <x id="PH"/> updated.</source>
@@ -7830,11 +7889,6 @@ Erstelle mein Konto</target>
7830 <target state="translated">Banner gelöscht.</target> 7889 <target state="translated">Banner gelöscht.</target>
7831 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group> 7890 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
7832 </trans-unit> 7891 </trans-unit>
7833 <trans-unit id="2575302837003821736">
7834 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7835 <target>Bitte gib zum Bestätigen den Anzeigenamen des Videokanals ( <x id="PH"/>) ein</target>
7836 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
7837 </trans-unit>
7838 <trans-unit id="624066830180032195"> 7892 <trans-unit id="624066830180032195">
7839 <source>Video channel <x id="PH"/> deleted.</source> 7893 <source>Video channel <x id="PH"/> deleted.</source>
7840 <target>Videokanal <x id="PH"/> entfernt.</target> 7894 <target>Videokanal <x id="PH"/> entfernt.</target>
@@ -7987,6 +8041,14 @@ Erstelle mein Konto</target>
7987 <target>Eine Anfrage zur Änderung des Besitzers wurde versendet.</target> 8041 <target>Eine Anfrage zur Änderung des Besitzers wurde versendet.</target>
7988 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8042 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
7989 </trans-unit> 8043 </trans-unit>
8044 <trans-unit id="7699622144571229146" datatype="html">
8045 <source>Sort by</source>
8046 <target state="translated">Sortieren nach</target>
8047 <context-group purpose="location">
8048 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8049 <context context-type="linenumber">26</context>
8050 </context-group>
8051 </trans-unit>
7990 <trans-unit id="3245220240937722814"> 8052 <trans-unit id="3245220240937722814">
7991 <source>My channels</source> 8053 <source>My channels</source>
7992 <target>Meine Kanäle</target> 8054 <target>Meine Kanäle</target>
@@ -8046,13 +8108,13 @@ Erstelle mein Konto</target>
8046 <trans-unit id="6489275254908395777" datatype="html"> 8108 <trans-unit id="6489275254908395777" datatype="html">
8047 <source>Maximize editor</source> 8109 <source>Maximize editor</source>
8048 <target state="translated">Editor maximieren</target> 8110 <target state="translated">Editor maximieren</target>
8049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8111
8050 </trans-unit> 8112 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8051 <trans-unit id="4243591013849340688" datatype="html"> 8113 <trans-unit id="4243591013849340688" datatype="html">
8052 <source>Exit maximized editor</source> 8114 <source>Exit maximized editor</source>
8053 <target state="translated">Beenden des maximierten Editors</target> 8115 <target state="translated">Beenden des maximierten Editors</target>
8054 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8116
8055 </trans-unit> 8117 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8056 <trans-unit id="6537885755702623401"> 8118 <trans-unit id="6537885755702623401">
8057 <source>Now please check your emails to verify your account and complete signup.</source> 8119 <source>Now please check your emails to verify your account and complete signup.</source>
8058 <target>Bitte prüfe jetzt dein E-Mail-Postfach, um dein Konto zu bestätigen und die Registrierung abzuschließen.</target> 8120 <target>Bitte prüfe jetzt dein E-Mail-Postfach, um dein Konto zu bestätigen und die Registrierung abzuschließen.</target>
@@ -8084,7 +8146,7 @@ Erstelle mein Konto</target>
8084 <target>Diesen Account abonnieren</target> 8146 <target>Diesen Account abonnieren</target>
8085 8147
8086 8148
8087 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8149 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8088 <trans-unit id="3131904093925601441" datatype="html"> 8150 <trans-unit id="3131904093925601441" datatype="html">
8089 <source>PLAYLISTS</source> 8151 <source>PLAYLISTS</source>
8090 <target state="translated">PLAYLISTS</target> 8152 <target state="translated">PLAYLISTS</target>
@@ -8131,33 +8193,33 @@ Erstelle mein Konto</target>
8131 <trans-unit id="3779524668013120370"> 8193 <trans-unit id="3779524668013120370">
8132 <source>Go to my subscriptions</source> 8194 <source>Go to my subscriptions</source>
8133 <target>Gehe zu meinen Abos</target> 8195 <target>Gehe zu meinen Abos</target>
8134 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8196 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group>
8135 </trans-unit> 8197 </trans-unit>
8136 <trans-unit id="1136469849928650779"> 8198 <trans-unit id="1136469849928650779">
8137 <source>Go to my videos</source> 8199 <source>Go to my videos</source>
8138 <target>Zu meinen Videos gehen</target> 8200 <target>Zu meinen Videos gehen</target>
8139 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8201 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group>
8140 </trans-unit> 8202 </trans-unit>
8141 <trans-unit id="7836683738999600376"> 8203 <trans-unit id="7836683738999600376">
8142 <source>Go to my imports</source> 8204 <source>Go to my imports</source>
8143 <target>Gehe zu meinen Importen</target> 8205 <target>Gehe zu meinen Importen</target>
8144 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8206 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group>
8145 </trans-unit> 8207 </trans-unit>
8146 <trans-unit id="7511292153332773503"> 8208 <trans-unit id="7511292153332773503">
8147 <source>Go to my channels</source> 8209 <source>Go to my channels</source>
8148 <target>Gehe zu meinen Kanälen</target> 8210 <target>Gehe zu meinen Kanälen</target>
8149 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8211 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group>
8150 </trans-unit> 8212 </trans-unit>
8151 <trans-unit id="2013324644839511073" datatype="html"> 8213 <trans-unit id="2013324644839511073" datatype="html">
8152 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8214 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8153Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8215Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8154 <target state="translated">Referenzen des OAuth-Clients können nicht abgerufen werden: <x id="PH" equiv-text="error.text"/>. Stellen Sie sicher, dass PeerTube korrekt konfiguriert ist (Ordner config/), speziell der Abschnitt "webserver".</target> 8216 <target state="translated">Referenzen des OAuth-Clients können nicht abgerufen werden: <x id="PH" equiv-text="error.text"/>. Stellen Sie sicher, dass PeerTube korrekt konfiguriert ist (Ordner config/), speziell der Abschnitt "webserver".</target>
8155 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8217 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group>
8156 </trans-unit> 8218 </trans-unit>
8157 <trans-unit id="375263728166936544"> 8219 <trans-unit id="375263728166936544">
8158 <source>You need to reconnect.</source> 8220 <source>You need to reconnect.</source>
8159 <target>Bitte verbinde dich erneut.</target> 8221 <target>Bitte verbinde dich erneut.</target>
8160 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8222 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group>
8161 </trans-unit> 8223 </trans-unit>
8162 <trans-unit id="2206638022166154361"> 8224 <trans-unit id="2206638022166154361">
8163 <source>Keyboard Shortcuts:</source> 8225 <source>Keyboard Shortcuts:</source>
@@ -8172,6 +8234,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8172 <context context-type="linenumber">98</context> 8234 <context context-type="linenumber">98</context>
8173 </context-group> 8235 </context-group>
8174 </trans-unit> 8236 </trans-unit>
8237 <trans-unit id="4024404994702813072" datatype="html">
8238 <source>In my library</source>
8239 <target state="translated">In meiner Bibliothek</target>
8240 <context-group purpose="location">
8241 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8242 <context context-type="linenumber">104</context>
8243 </context-group>
8244 </trans-unit>
8175 <trans-unit id="232050922346936574" datatype="html"> 8245 <trans-unit id="232050922346936574" datatype="html">
8176 <source>Trending</source> 8246 <source>Trending</source>
8177 <target state="translated">Beliebt</target> 8247 <target state="translated">Beliebt</target>
@@ -8199,37 +8269,37 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8199 <trans-unit id="1266887509445371246"> 8269 <trans-unit id="1266887509445371246">
8200 <source>Incorrect username or password.</source> 8270 <source>Incorrect username or password.</source>
8201 <target>Falscher Benutzername oder falsches Passwort.</target> 8271 <target>Falscher Benutzername oder falsches Passwort.</target>
8202 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8272 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group>
8203 </trans-unit> 8273 </trans-unit>
8204 <trans-unit id="6974874606619467663" datatype="html"> 8274 <trans-unit id="6974874606619467663" datatype="html">
8205 <source>Your account is blocked.</source> 8275 <source>Your account is blocked.</source>
8206 <target state="translated">Ihr Konto wurde gesperrt.</target> 8276 <target state="translated">Ihr Konto wurde gesperrt.</target>
8207 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8277 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group>
8208 </trans-unit> 8278 </trans-unit>
8209 <trans-unit id="7939914198003891823" datatype="html"> 8279 <trans-unit id="7939914198003891823" datatype="html">
8210 <source>any language</source> 8280 <source>any language</source>
8211 <target state="translated">jede Sprache</target> 8281 <target state="translated">jede Sprache</target>
8212 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group> 8282 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group>
8213 </trans-unit> 8283 </trans-unit>
8214 <trans-unit id="5633144232269377096" datatype="html"> 8284 <trans-unit id="5633144232269377096" datatype="html">
8215 <source>hide</source> 8285 <source>hide</source>
8216 <target state="translated">verstecken</target> 8286 <target state="translated">verstecken</target>
8217 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group> 8287 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group>
8218 </trans-unit> 8288 </trans-unit>
8219 <trans-unit id="8603861867909474404" datatype="html"> 8289 <trans-unit id="8603861867909474404" datatype="html">
8220 <source>blur</source> 8290 <source>blur</source>
8221 <target state="translated">verwischen</target> 8291 <target state="translated">verwischen</target>
8222 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group> 8292 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group>
8223 </trans-unit> 8293 </trans-unit>
8224 <trans-unit id="4534458451100881847" datatype="html"> 8294 <trans-unit id="4534458451100881847" datatype="html">
8225 <source>display</source> 8295 <source>display</source>
8226 <target state="translated">anzeigen</target> 8296 <target state="translated">anzeigen</target>
8227 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group> 8297 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group>
8228 </trans-unit> 8298 </trans-unit>
8229 <trans-unit id="4467323362722952678" datatype="html"> 8299 <trans-unit id="4467323362722952678" datatype="html">
8230 <source>Unknown</source> 8300 <source>Unknown</source>
8231 <target state="translated">Unbekannt</target> 8301 <target state="translated">Unbekannt</target>
8232 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group> 8302 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group>
8233 </trans-unit> 8303 </trans-unit>
8234 <trans-unit id="8781423666414310853"> 8304 <trans-unit id="8781423666414310853">
8235 <source>Your password has been successfully reset!</source> 8305 <source>Your password has been successfully reset!</source>
@@ -8271,13 +8341,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8271 <trans-unit id="5036991421517255667" datatype="html"> 8341 <trans-unit id="5036991421517255667" datatype="html">
8272 <source>Cannot load more videos. Try again later.</source> 8342 <source>Cannot load more videos. Try again later.</source>
8273 <target state="translated">Mehr Videos können nicht geladen werden. Versuchen Sie es später erneut.</target> 8343 <target state="translated">Mehr Videos können nicht geladen werden. Versuchen Sie es später erneut.</target>
8274 8344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">223</context></context-group>
8275 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">223</context></context-group></trans-unit> 8345 </trans-unit>
8276 <trans-unit id="7460399579150761114" datatype="html"> 8346 <trans-unit id="7460399579150761114" datatype="html">
8277 <source>function is not implemented</source> 8347 <source>function is not implemented</source>
8278 <target state="translated">Funktion ist nicht implementiert</target> 8348 <target state="translated">Funktion ist nicht implementiert</target>
8279 8349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">296</context></context-group>
8280 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 8350 </trans-unit>
8281 <trans-unit id="4873149362496451858"> 8351 <trans-unit id="4873149362496451858">
8282 <source>Last 7 days</source> 8352 <source>Last 7 days</source>
8283 <target>Letzte 7 Tage</target> 8353 <target>Letzte 7 Tage</target>
@@ -8344,12 +8414,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8344 <source>Search index is unavailable. Retrying with instance results instead.</source> 8414 <source>Search index is unavailable. Retrying with instance results instead.</source>
8345 <target state="translated">Suchindex nicht erreichbar. Es werden stattdessen Instanzergebnisse angezeigt.</target> 8415 <target state="translated">Suchindex nicht erreichbar. Es werden stattdessen Instanzergebnisse angezeigt.</target>
8346 8416
8347 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8417 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8348 <trans-unit id="307702206382241469" datatype="html"> 8418 <trans-unit id="307702206382241469" datatype="html">
8349 <source>Search error</source> 8419 <source>Search error</source>
8350 <target state="translated">Fehler bei der Suche</target> 8420 <target state="translated">Fehler bei der Suche</target>
8351 8421
8352 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8422 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8423 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8424 <context-group purpose="location">
8425 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8426 <context context-type="linenumber">329</context>
8427 </context-group>
8428 </trans-unit>
8353 <trans-unit id="4580988005648117665" datatype="html"> 8429 <trans-unit id="4580988005648117665" datatype="html">
8354 <source>Search</source> 8430 <source>Search</source>
8355 <target state="translated">Suche</target> 8431 <target state="translated">Suche</target>
@@ -9459,16 +9535,16 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9459 <trans-unit id="6952960992592445535" datatype="html"> 9535 <trans-unit id="6952960992592445535" datatype="html">
9460 <source><x id="PH"/> (channel page) </source> 9536 <source><x id="PH"/> (channel page) </source>
9461 <target state="translated"><x id="PH"/> (Kanalseite) </target> 9537 <target state="translated"><x id="PH"/> (Kanalseite) </target>
9462 9538 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.ts</context><context context-type="linenumber">19</context></context-group>
9463 9539 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context><context context-type="linenumber">41</context></context-group>
9464 9540 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">113</context></context-group>
9465 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.ts</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit> 9541 </trans-unit>
9466 <trans-unit id="1209500590333005801" datatype="html"> 9542 <trans-unit id="1209500590333005801" datatype="html">
9467 <source><x id="PH"/> (account page) </source> 9543 <source><x id="PH"/> (account page) </source>
9468 <target state="translated"><x id="PH"/> (Kontoseite) </target> 9544 <target state="translated"><x id="PH"/> (Kontoseite) </target>
9469 9545 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.ts</context><context context-type="linenumber">20</context></context-group>
9470 9546 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context><context context-type="linenumber">40</context></context-group>
9471 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.ts</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context><context context-type="linenumber">40</context></context-group></trans-unit> 9547 </trans-unit>
9472 <trans-unit id="2516633974298697807"> 9548 <trans-unit id="2516633974298697807">
9473 <source>Emphasis</source> 9549 <source>Emphasis</source>
9474 <target>Hervorhebungen</target> 9550 <target>Hervorhebungen</target>
@@ -9558,19 +9634,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9558 <trans-unit id="2558977494773636050"> 9634 <trans-unit id="2558977494773636050">
9559 <source>Account <x id="PH"/> muted by the instance.</source> 9635 <source>Account <x id="PH"/> muted by the instance.</source>
9560 <target>Account <x id="PH"/> von der Instanz stummgeschaltet.</target> 9636 <target>Account <x id="PH"/> von der Instanz stummgeschaltet.</target>
9561 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group> 9637
9562 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group> 9638
9563 </trans-unit> 9639 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9564 <trans-unit id="1595779426198793580" datatype="html"> 9640 <trans-unit id="1595779426198793580" datatype="html">
9565 <source>Mute server</source> 9641 <source>Mute server</source>
9566 <target state="translated">Server stummschalten</target> 9642 <target state="translated">Server stummschalten</target>
9567 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 9643
9568 </trans-unit> 9644 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9569 <trans-unit id="8014491157078444256" datatype="html"> 9645 <trans-unit id="8014491157078444256" datatype="html">
9570 <source>Server <x id="PH"/> muted by the instance.</source> 9646 <source>Server <x id="PH"/> muted by the instance.</source>
9571 <target state="translated">Server <x id="PH"/> von der Instanz stummgeschaltet.</target> 9647 <target state="translated">Server <x id="PH"/> von der Instanz stummgeschaltet.</target>
9572 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 9648
9573 </trans-unit> 9649 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9574 <trans-unit id="2044813052587776285" datatype="html"> 9650 <trans-unit id="2044813052587776285" datatype="html">
9575 <source>Add a message to communicate with the reporter</source> 9651 <source>Add a message to communicate with the reporter</source>
9576 <target state="translated">Eine Nachricht zur Kommunikation mit dem Melder hinzufügen</target> 9652 <target state="translated">Eine Nachricht zur Kommunikation mit dem Melder hinzufügen</target>
@@ -9810,17 +9886,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9810 <trans-unit id="968295009933361070"> 9886 <trans-unit id="968295009933361070">
9811 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 9887 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
9812 <target>Zu viele Versuche in kurzer Zeit. Bitte versuche es in <x id="PH"/> Minuten nochmal.</target> 9888 <target>Zu viele Versuche in kurzer Zeit. Bitte versuche es in <x id="PH"/> Minuten nochmal.</target>
9813 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9889 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group>
9814 </trans-unit> 9890 </trans-unit>
9815 <trans-unit id="4965472196059235310"> 9891 <trans-unit id="4965472196059235310">
9816 <source>Too many attempts, please try again later.</source> 9892 <source>Too many attempts, please try again later.</source>
9817 <target>Zu viele Versuche in kurzer Zeit. Bitte versuche es später nochmal.</target> 9893 <target>Zu viele Versuche in kurzer Zeit. Bitte versuche es später nochmal.</target>
9818 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9894 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group>
9819 </trans-unit> 9895 </trans-unit>
9820 <trans-unit id="1693549688987384699"> 9896 <trans-unit id="1693549688987384699">
9821 <source>Server error. Please retry later.</source> 9897 <source>Server error. Please retry later.</source>
9822 <target>Server-Fehler. Bitte später erneut versuchen.</target> 9898 <target>Server-Fehler. Bitte später erneut versuchen.</target>
9823 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9899 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group>
9824 </trans-unit> 9900 </trans-unit>
9825 <trans-unit id="5927402622550505067" datatype="html"> 9901 <trans-unit id="5927402622550505067" datatype="html">
9826 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9902 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
@@ -9876,8 +9952,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9876 <source>Moderator</source> 9952 <source>Moderator</source>
9877 <target>Moderator</target> 9953 <target>Moderator</target>
9878 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">407</context></context-group> 9954 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">407</context></context-group>
9879 </trans-unit><trans-unit id="2279527393438260622" datatype="html"> 9955 </trans-unit>
9880 <source>Search videos, playlists, channels…</source><target state="new">Search videos, playlists, channels…</target> 9956 <trans-unit id="2279527393438260622" datatype="html">
9957 <source>Search videos, playlists, channels…</source>
9958 <target state="translated">Suchen Sie nach Videos, Playlists, Kanälen…</target>
9881 <context-group purpose="location"> 9959 <context-group purpose="location">
9882 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 9960 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
9883 <context context-type="linenumber">3</context> 9961 <context context-type="linenumber">3</context>
@@ -9928,61 +10006,61 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9928 <trans-unit id="2909684945706361544" datatype="html"> 10006 <trans-unit id="2909684945706361544" datatype="html">
9929 <source>Delete video</source> 10007 <source>Delete video</source>
9930 <target state="translated">Video löschen</target> 10008 <target state="translated">Video löschen</target>
9931 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 10009
9932 </trans-unit> 10010 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9933 <trans-unit id="2210418817778733727" datatype="html"> 10011 <trans-unit id="2210418817778733727" datatype="html">
9934 <source>Actions for the comment</source> 10012 <source>Actions for the comment</source>
9935 <target state="translated">Aktionen für den Kommentar</target> 10013 <target state="translated">Aktionen für den Kommentar</target>
9936 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 10014
9937 </trans-unit> 10015 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9938 <trans-unit id="7978668497183230348" datatype="html"> 10016 <trans-unit id="7978668497183230348" datatype="html">
9939 <source>Delete comment</source> 10017 <source>Delete comment</source>
9940 <target state="translated">Kommentar entfernen</target> 10018 <target state="translated">Kommentar entfernen</target>
9941 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 10019
9942 </trans-unit> 10020 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9943 <trans-unit id="6747218355168080191" datatype="html"> 10021 <trans-unit id="6747218355168080191" datatype="html">
9944 <source>Do you really want to delete this comment?</source> 10022 <source>Do you really want to delete this comment?</source>
9945 <target state="translated">Wollen Sie diesen Kommentar wirklich löschen?</target> 10023 <target state="translated">Wollen Sie diesen Kommentar wirklich löschen?</target>
9946 10024
9947 10025
9948 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 10026 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9949 <trans-unit id="7837272126865175984" datatype="html"> 10027 <trans-unit id="7837272126865175984" datatype="html">
9950 <source>Comment deleted.</source> 10028 <source>Comment deleted.</source>
9951 <target state="translated">Kommentar gelöscht.</target> 10029 <target state="translated">Kommentar gelöscht.</target>
9952 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 10030
9953 </trans-unit> 10031 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9954 <trans-unit id="346270517625845962" datatype="html"> 10032 <trans-unit id="346270517625845962" datatype="html">
9955 <source>Encoder</source> 10033 <source>Encoder</source>
9956 <target state="translated">Encoder</target> 10034 <target state="translated">Encoder</target>
9957 10035 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">212</context></context-group>
9958 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">212</context></context-group></trans-unit> 10036 </trans-unit>
9959 <trans-unit id="2331557444464201331" datatype="html"> 10037 <trans-unit id="2331557444464201331" datatype="html">
9960 <source>Format name</source> 10038 <source>Format name</source>
9961 <target state="translated">Name des Formats</target> 10039 <target state="translated">Name des Formats</target>
9962 10040 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">213</context></context-group>
9963 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">213</context></context-group></trans-unit> 10041 </trans-unit>
9964 <trans-unit id="45739481977493163" datatype="html"> 10042 <trans-unit id="45739481977493163" datatype="html">
9965 <source>Size</source> 10043 <source>Size</source>
9966 <target state="translated">Größe</target> 10044 <target state="translated">Größe</target>
9967 10045 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">214</context></context-group>
9968 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">214</context></context-group></trans-unit> 10046 </trans-unit>
9969 <trans-unit id="7742520815129539114" datatype="html"> 10047 <trans-unit id="7742520815129539114" datatype="html">
9970 <source>Bitrate</source> 10048 <source>Bitrate</source>
9971 <target state="translated">Bitrate</target> 10049 <target state="translated">Bitrate</target>
9972 10050 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">216</context></context-group>
9973 10051 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">239</context></context-group>
9974 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">216</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">239</context></context-group></trans-unit> 10052 </trans-unit>
9975 <trans-unit id="4094960161662677662" datatype="html"> 10053 <trans-unit id="4094960161662677662" datatype="html">
9976 <source>Codec</source> 10054 <source>Codec</source>
9977 <target state="translated">Codec</target> 10055 <target state="translated">Codec</target>
9978 10056 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">236</context></context-group>
9979 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">236</context></context-group></trans-unit> 10057 </trans-unit>
9980 <trans-unit id="2115592966120408375"> 10058 <trans-unit id="2115592966120408375">
9981 <source>Copied</source> 10059 <source>Copied</source>
9982 <target>Kopiert</target> 10060 <target>Kopiert</target>
9983 10061 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/input-toggle-hidden.component.ts</context><context context-type="linenumber">47</context></context-group>
9984 10062 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">196</context></context-group>
9985 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/input-toggle-hidden.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 10063 </trans-unit>
9986 <trans-unit id="4323470180912194028" datatype="html"> 10064 <trans-unit id="4323470180912194028" datatype="html">
9987 <source>Copy</source> 10065 <source>Copy</source>
9988 <target state="translated">Kopieren</target> 10066 <target state="translated">Kopieren</target>
@@ -9992,31 +10070,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9992 <trans-unit id="1472171759957681533"> 10070 <trans-unit id="1472171759957681533">
9993 <source>Video reported.</source> 10071 <source>Video reported.</source>
9994 <target>Video gemeldet.</target> 10072 <target>Video gemeldet.</target>
9995 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10073
9996 </trans-unit> 10074 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9997 <trans-unit id="3622946684246476652"> 10075 <trans-unit id="3622946684246476652">
9998 <source>Do you really want to delete this video?</source> 10076 <source>Do you really want to delete this video?</source>
9999 <target>Möchtest du das Video wirklich löschen?</target> 10077 <target>Möchtest du das Video wirklich löschen?</target>
10000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10078
10001 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10079
10002 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10080
10003 </trans-unit> 10081 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10004 <trans-unit id="3941342949736653028" datatype="html"> 10082 <trans-unit id="3941342949736653028" datatype="html">
10005 <source>Video deleted.</source> 10083 <source>Video deleted.</source>
10006 <target state="translated">Video gelöscht.</target> 10084 <target state="translated">Video gelöscht.</target>
10007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10085
10008 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10086
10009 </trans-unit> 10087 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10010 <trans-unit id="5072091387445907742" datatype="html"> 10088 <trans-unit id="5072091387445907742" datatype="html">
10011 <source>Actions for the reporter</source> 10089 <source>Actions for the reporter</source>
10012 <target state="translated">Aktionen für den Berichterstatter</target> 10090 <target state="translated">Aktionen für den Berichterstatter</target>
10013 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10091
10014 </trans-unit> 10092 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10015 <trans-unit id="6599069899275412095" datatype="html"> 10093 <trans-unit id="6599069899275412095" datatype="html">
10016 <source>Mute reporter</source> 10094 <source>Mute reporter</source>
10017 <target state="translated">Berichterstatter stummschalten</target> 10095 <target state="translated">Berichterstatter stummschalten</target>
10018 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10096
10019 </trans-unit> 10097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10020 <trans-unit id="2990849907502572301" datatype="html"> 10098 <trans-unit id="2990849907502572301" datatype="html">
10021 <source>This video will be duplicated by your instance.</source> 10099 <source>This video will be duplicated by your instance.</source>
10022 <target state="translated">Dieses Video wird von Ihrer Instanz dupliziert werden.</target> 10100 <target state="translated">Dieses Video wird von Ihrer Instanz dupliziert werden.</target>
@@ -10050,20 +10128,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10050 <trans-unit id="1950057220179636309"> 10128 <trans-unit id="1950057220179636309">
10051 <source>Save to playlist</source> 10129 <source>Save to playlist</source>
10052 <target>In Abspielliste speichern</target> 10130 <target>In Abspielliste speichern</target>
10053 10131 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.ts</context><context context-type="linenumber">57</context></context-group>
10054 10132 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">264</context></context-group>
10055 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.ts</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">264</context></context-group></trans-unit> 10133 </trans-unit>
10056 <trans-unit id="8272123190776748811" datatype="html"> 10134 <trans-unit id="8272123190776748811" datatype="html">
10057 <source>You need to be &lt;a href="/login">logged in&lt;/a> to rate this video.</source> 10135 <source>You need to be &lt;a href="/login">logged in&lt;/a> to rate this video.</source>
10058 <target state="translated">Sie müssen &lt;a href="/login">eingeloggt&lt;/a> sein, um dieses Video zu bewerten.</target> 10136 <target state="translated">Sie müssen &lt;a href="/login">eingeloggt&lt;/a> sein, um dieses Video zu bewerten.</target>
10059 10137 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">85</context></context-group>
10060 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">85</context></context-group></trans-unit> 10138 </trans-unit>
10061 <trans-unit id="4503408361537553733" datatype="html"> 10139 <trans-unit id="4503408361537553733" datatype="html">
10062 <source>Mirror</source> 10140 <source>Mirror</source>
10063 <target state="translated">Spiegeln</target> 10141 <target state="translated">Spiegeln</target>
10064 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">302</context></context-group> 10142 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">302</context></context-group>
10065 </trans-unit><trans-unit id="2631340539474479416" datatype="html"> 10143 </trans-unit>
10066 <source>Subtitles</source><target state="new">Subtitles</target> 10144 <trans-unit id="2631340539474479416" datatype="html">
10145 <source>Subtitles</source>
10146 <target state="translated">Untertitel</target>
10067 <context-group purpose="location"> 10147 <context-group purpose="location">
10068 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context> 10148 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context>
10069 <context context-type="linenumber">9</context> 10149 <context context-type="linenumber">9</context>
@@ -10078,24 +10158,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10078 <trans-unit id="4814285799071780083" datatype="html"> 10158 <trans-unit id="4814285799071780083" datatype="html">
10079 <source>Remove</source> 10159 <source>Remove</source>
10080 <target state="translated">Entfernen</target> 10160 <target state="translated">Entfernen</target>
10081 10161 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">186</context></context-group>
10082 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">186</context></context-group></trans-unit> 10162 </trans-unit>
10083 <trans-unit id="6871668720687277843" datatype="html"> 10163 <trans-unit id="6871668720687277843" datatype="html">
10084 <source>Remove &amp; re-draft</source> 10164 <source>Remove &amp; re-draft</source>
10085 <target state="translated">Löschen &amp; neu entwerfen</target> 10165 <target state="translated">Löschen &amp; neu entwerfen</target>
10086 10166 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">194</context></context-group>
10087 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">194</context></context-group></trans-unit> 10167 </trans-unit>
10088 <trans-unit id="992317512448454409" datatype="html"> 10168 <trans-unit id="992317512448454409" datatype="html">
10089 <source>{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</source> 10169 <source>{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</source>
10090 <target state="translated">{VAR_PLURAL, plural, =0 {Kommentare} =1 {1 Kommentar} other {<x id="INTERPOLATION"/> Kommentare}}</target> 10170 <target state="translated">{VAR_PLURAL, plural, =0 {Kommentare} =1 {1 Kommentar} other {<x id="INTERPOLATION"/> Kommentare}}</target>
10091 10171 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">4</context></context-group>
10092 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit> 10172 </trans-unit>
10093 <trans-unit id="4903651219400691248" datatype="html"> 10173 <trans-unit id="4903651219400691248" datatype="html">
10094 <source>Mute account</source> 10174 <source>Mute account</source>
10095 <target state="translated">Konto stummschalten</target> 10175 <target state="translated">Konto stummschalten</target>
10096 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10176
10097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10177
10098 </trans-unit> 10178 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10099 <trans-unit id="4021487547497211597" datatype="html"> 10179 <trans-unit id="4021487547497211597" datatype="html">
10100 <source>Open video actions</source> 10180 <source>Open video actions</source>
10101 <target state="translated">Video-Aktionen öffnen</target> 10181 <target state="translated">Video-Aktionen öffnen</target>
@@ -10111,8 +10191,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10111 <trans-unit id="3719503424625455635" datatype="html"> 10191 <trans-unit id="3719503424625455635" datatype="html">
10112 <source>Mute server account</source> 10192 <source>Mute server account</source>
10113 <target state="translated">Serverkonto stummschalten</target> 10193 <target state="translated">Serverkonto stummschalten</target>
10114 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10194
10115 </trans-unit> 10195 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10116 <trans-unit id="7008439939460403347"> 10196 <trans-unit id="7008439939460403347">
10117 <source>Report</source> 10197 <source>Report</source>
10118 <target>Melden</target> 10198 <target>Melden</target>
@@ -10161,28 +10241,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10161 <trans-unit id="4058575476871566236"> 10241 <trans-unit id="4058575476871566236">
10162 <source>Published</source> 10242 <source>Published</source>
10163 <target>Veröffentlicht</target> 10243 <target>Veröffentlicht</target>
10164 10244 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">158</context></context-group>
10165 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">158</context></context-group></trans-unit> 10245 </trans-unit>
10166 <trans-unit id="1747928867514972971" datatype="html"> 10246 <trans-unit id="1747928867514972971" datatype="html">
10167 <source>Publication scheduled on</source> 10247 <source>Publication scheduled on</source>
10168 <target state="translated">Veröffentlichung geplant für</target> 10248 <target state="translated">Veröffentlichung geplant für</target>
10169 10249 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">163</context></context-group>
10170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10250 </trans-unit>
10171 <trans-unit id="4887724548587271148"> 10251 <trans-unit id="4887724548587271148">
10172 <source>Waiting transcoding</source> 10252 <source>Waiting transcoding</source>
10173 <target>Warte auf Transkodierung</target> 10253 <target>Warte auf Transkodierung</target>
10174 10254 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">167</context></context-group>
10175 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">167</context></context-group></trans-unit> 10255 </trans-unit>
10176 <trans-unit id="4517785179607945981"> 10256 <trans-unit id="4517785179607945981">
10177 <source>To transcode</source> 10257 <source>To transcode</source>
10178 <target>Zur Transkodierung</target> 10258 <target>Zur Transkodierung</target>
10179 10259 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">171</context></context-group>
10180 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 10260 </trans-unit>
10181 <trans-unit id="3299576663551440736"> 10261 <trans-unit id="3299576663551440736">
10182 <source>To import</source> 10262 <source>To import</source>
10183 <target>Zu importieren</target> 10263 <target>Zu importieren</target>
10184 10264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">175</context></context-group>
10185 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">175</context></context-group></trans-unit> 10265 </trans-unit>
10186 <trans-unit id="187187500641108332" datatype="html"> 10266 <trans-unit id="187187500641108332" datatype="html">
10187 <source><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></source> 10267 <source><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></source>
10188 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></target> 10268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></target>
@@ -10209,33 +10289,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10209 <trans-unit id="2439066254855913806"> 10289 <trans-unit id="2439066254855913806">
10210 <source>Only I can see this video</source> 10290 <source>Only I can see this video</source>
10211 <target>Nur ich kann dieses Video sehen</target> 10291 <target>Nur ich kann dieses Video sehen</target>
10212 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10292
10213 </trans-unit> 10293 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10214 <trans-unit id="6767380569816110388" datatype="html"> 10294 <trans-unit id="6767380569816110388" datatype="html">
10215 <source>Only shareable via a private link</source> 10295 <source>Only shareable via a private link</source>
10216 <target state="translated">Nur verteilbar mit einem privaten Link</target> 10296 <target state="translated">Nur verteilbar mit einem privaten Link</target>
10217 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10297
10218 </trans-unit> 10298 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10219 <trans-unit id="6828965264297239528"> 10299 <trans-unit id="6828965264297239528">
10220 <source>Anyone can see this video</source> 10300 <source>Anyone can see this video</source>
10221 <target>Jeder kann dieses Video sehen</target> 10301 <target>Jeder kann dieses Video sehen</target>
10222 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10302
10223 </trans-unit> 10303 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10224 <trans-unit id="1425933035739773115" datatype="html"> 10304 <trans-unit id="1425933035739773115" datatype="html">
10225 <source>Only users of this instance can see this video</source> 10305 <source>Only users of this instance can see this video</source>
10226 <target state="translated">Nur Nutzer dieser Instanz können dieses Video sehen</target> 10306 <target state="translated">Nur Nutzer dieser Instanz können dieses Video sehen</target>
10227 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10307
10228 </trans-unit> 10308 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10229 <trans-unit id="8312101634344200207" datatype="html"> 10309 <trans-unit id="8312101634344200207" datatype="html">
10230 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10310 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10231 <target state="translated"><x id="PH" equiv-text="this.views"/> Betrachter</target> 10311 <target state="translated"><x id="PH" equiv-text="this.views"/> Betrachter</target>
10232 10312
10233 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 10313 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10234 <trans-unit id="7756087706411154095" datatype="html"> 10314 <trans-unit id="7756087706411154095" datatype="html">
10235 <source><x id="PH" equiv-text="this.views"/> views</source> 10315 <source><x id="PH" equiv-text="this.views"/> views</source>
10236 <target state="translated"><x id="PH" equiv-text="this.views"/> Aufrufe</target> 10316 <target state="translated"><x id="PH" equiv-text="this.views"/> Aufrufe</target>
10237 10317
10238 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 10318 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10239 <trans-unit id="ngb.alert.close" datatype="html"> 10319 <trans-unit id="ngb.alert.close" datatype="html">
10240 <source>Close</source> 10320 <source>Close</source>
10241 <target state="translated">Schließen</target> 10321 <target state="translated">Schließen</target>
@@ -10260,15 +10340,15 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10260 <trans-unit id="ngb.datepicker.previous-month" datatype="html"> 10340 <trans-unit id="ngb.datepicker.previous-month" datatype="html">
10261 <source>Previous month</source> 10341 <source>Previous month</source>
10262 <target state="translated">Letzter Monat</target> 10342 <target state="translated">Letzter Monat</target>
10263 10343 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">24</context></context-group>
10264 10344 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">35</context></context-group>
10265 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 10345 </trans-unit>
10266 <trans-unit id="ngb.datepicker.next-month" datatype="html"> 10346 <trans-unit id="ngb.datepicker.next-month" datatype="html">
10267 <source>Next month</source> 10347 <source>Next month</source>
10268 <target state="translated">Nächster Monat</target> 10348 <target state="translated">Nächster Monat</target>
10269 10349 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">44</context></context-group>
10270 10350 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">57</context></context-group>
10271 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 10351 </trans-unit>
10272 <trans-unit id="ngb.datepicker.select-month" datatype="html"> 10352 <trans-unit id="ngb.datepicker.select-month" datatype="html">
10273 <source>Select month</source> 10353 <source>Select month</source>
10274 <target state="translated">Monat wählen</target> 10354 <target state="translated">Monat wählen</target>
@@ -10410,35 +10490,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10410 <trans-unit id="3284171506518522275"> 10490 <trans-unit id="3284171506518522275">
10411 <source>Your video was uploaded to your account and is private.</source> 10491 <source>Your video was uploaded to your account and is private.</source>
10412 <target>Das Video wurde in dein Konto hochgeladen und ist privat.</target> 10492 <target>Das Video wurde in dein Konto hochgeladen und ist privat.</target>
10413 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group> 10493
10414 </trans-unit> 10494 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10415 <trans-unit id="5699822024600815733"> 10495 <trans-unit id="5699822024600815733">
10416 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10496 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10417 <target>Weitere Infos (Tags, Beschreibung, ...) werden verworfen, wenn du diese Seite verlässt. Bist du dir sicher?</target> 10497 <target>Weitere Infos (Tags, Beschreibung, ...) werden verworfen, wenn du diese Seite verlässt. Bist du dir sicher?</target>
10418 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group> 10498
10419 </trans-unit> 10499 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10420 <trans-unit id="1219739004043110649"> 10500 <trans-unit id="1219739004043110649">
10421 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10501 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10422 <target>Dein Video ist noch nicht hochgeladen. Willst du diese Seite wirklich verlassen?</target> 10502 <target>Dein Video ist noch nicht hochgeladen. Willst du diese Seite wirklich verlassen?</target>
10423 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group> 10503
10424 </trans-unit> 10504 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10425 <trans-unit id="6932865105766151309" datatype="html"> 10505 <trans-unit id="6932865105766151309" datatype="html">
10426 <source>Upload</source> 10506 <source>Upload</source>
10427 <target state="translated">Hochladen</target> 10507 <target state="translated">Hochladen</target>
10428 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group> 10508
10429 </trans-unit> 10509 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10430 <trans-unit id="8278735427925094503"> 10510 <trans-unit id="8278735427925094503">
10431 <source>Upload <x id="PH"/> </source> 10511 <source>Upload <x id="PH"/> </source>
10432 <target> 10512 <target>
10433 <x id="PH"/> hochladen 10513 <x id="PH"/> hochladen
10434 </target> 10514 </target>
10435 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group> 10515
10436 </trans-unit> 10516 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10437 <trans-unit id="5981816353437801748"> 10517 <trans-unit id="5981816353437801748">
10438 <source>Video published.</source> 10518 <source>Video published.</source>
10439 <target>Video veröffentlicht.</target> 10519 <target>Video veröffentlicht.</target>
10440 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group> 10520
10441 </trans-unit> 10521 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10442 <trans-unit id="764164089183618119"> 10522 <trans-unit id="764164089183618119">
10443 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10523 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10444 <target>Es gibt ungespeicherte Änderungen! Wenn du die Seite verlässt, gehen die Änderungen verloren.</target> 10524 <target>Es gibt ungespeicherte Änderungen! Wenn du die Seite verlässt, gehen die Änderungen verloren.</target>
@@ -10457,23 +10537,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10457 <trans-unit id="6775540171466219199" datatype="html"> 10537 <trans-unit id="6775540171466219199" datatype="html">
10458 <source>Stop autoplaying next video</source> 10538 <source>Stop autoplaying next video</source>
10459 <target state="translated">Automatische Wiedergabe des nächsten Videos ausschalten</target> 10539 <target state="translated">Automatische Wiedergabe des nächsten Videos ausschalten</target>
10460 10540 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">220</context></context-group>
10461 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">220</context></context-group></trans-unit> 10541 </trans-unit>
10462 <trans-unit id="5149234672404299151" datatype="html"> 10542 <trans-unit id="5149234672404299151" datatype="html">
10463 <source>Autoplay next video</source> 10543 <source>Autoplay next video</source>
10464 <target state="translated">Nächstes Video automatisch abspielen</target> 10544 <target state="translated">Nächstes Video automatisch abspielen</target>
10465 10545 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">221</context></context-group>
10466 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">221</context></context-group></trans-unit> 10546 </trans-unit>
10467 <trans-unit id="5870421136141540382" datatype="html"> 10547 <trans-unit id="5870421136141540382" datatype="html">
10468 <source>Stop looping playlist videos</source> 10548 <source>Stop looping playlist videos</source>
10469 <target state="translated">Wiederholung der Playlistvideos abbrechen</target> 10549 <target state="translated">Wiederholung der Playlistvideos abbrechen</target>
10470 10550 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">226</context></context-group>
10471 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit> 10551 </trans-unit>
10472 <trans-unit id="1599585307037758139" datatype="html"> 10552 <trans-unit id="1599585307037758139" datatype="html">
10473 <source>Loop playlist videos</source> 10553 <source>Loop playlist videos</source>
10474 <target state="translated">Playlistvideos wiederholen</target> 10554 <target state="translated">Playlistvideos wiederholen</target>
10475 10555 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">227</context></context-group>
10476 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit> 10556 </trans-unit>
10477 <trans-unit id="3704292036525161260" datatype="html"> 10557 <trans-unit id="3704292036525161260" datatype="html">
10478 <source>Placeholder image</source> 10558 <source>Placeholder image</source>
10479 <target state="translated">Platzhalterbild</target> 10559 <target state="translated">Platzhalterbild</target>
@@ -10485,28 +10565,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10485 <trans-unit id="961774488937452220" datatype="html"> 10565 <trans-unit id="961774488937452220" datatype="html">
10486 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10566 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10487 <target state="translated">Dieses Video ist auf dieser Instanz nicht verfügbar. Wollen Sie auf die Quellinstanz weitergeleitet werden: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10567 <target state="translated">Dieses Video ist auf dieser Instanz nicht verfügbar. Wollen Sie auf die Quellinstanz weitergeleitet werden: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10488 10568 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group>
10489 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10569 </trans-unit>
10490 <trans-unit id="5761611056224181752" datatype="html"> 10570 <trans-unit id="5761611056224181752" datatype="html">
10491 <source>Redirection</source> 10571 <source>Redirection</source>
10492 <target state="translated">Weiterleitung</target> 10572 <target state="translated">Weiterleitung</target>
10493 10573 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group>
10494 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10574 </trans-unit>
10495 <trans-unit id="8858527736400081688"> 10575 <trans-unit id="8858527736400081688">
10496 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10576 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10497 <target>Dieses Video enthält Inhalte, die möglicherweise für bestimmte Zuschauer ungeeignet sind oder von diesen als anstößig empfunden werden. Möchtest du es wirklich ansehen?</target> 10577 <target>Dieses Video enthält Inhalte, die möglicherweise für bestimmte Zuschauer ungeeignet sind oder von diesen als anstößig empfunden werden. Möchtest du es wirklich ansehen?</target>
10498 10578 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group>
10499 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10579 </trans-unit>
10500 <trans-unit id="3937119019020041049"> 10580 <trans-unit id="3937119019020041049">
10501 <source>Mature or explicit content</source> 10581 <source>Mature or explicit content</source>
10502 <target>Inhalt, der möglicherweise für bestimmte Zuschauer ungeeignet oder anstößig ist</target> 10582 <target>Inhalt, der möglicherweise für bestimmte Zuschauer ungeeignet oder anstößig ist</target>
10503 10583 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group>
10504 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10584 </trans-unit>
10505 <trans-unit id="1755474755114288376" datatype="html"> 10585 <trans-unit id="1755474755114288376" datatype="html">
10506 <source>Up Next</source> 10586 <source>Up Next</source>
10507 <target state="translated">Nächstes</target> 10587 <target state="translated">Nächstes</target>
10508 10588 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group>
10509 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 10589 </trans-unit>
10510 <trans-unit id="2159130950882492111" datatype="html"> 10590 <trans-unit id="2159130950882492111" datatype="html">
10511 <source>Cancel</source> 10591 <source>Cancel</source>
10512 <target state="translated">Abbrechen</target> 10592 <target state="translated">Abbrechen</target>
@@ -10515,78 +10595,78 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10515 <trans-unit id="3354816756665089864" datatype="html"> 10595 <trans-unit id="3354816756665089864" datatype="html">
10516 <source>Autoplay is suspended</source> 10596 <source>Autoplay is suspended</source>
10517 <target state="translated">Autoplay ist unterbrochen</target> 10597 <target state="translated">Autoplay ist unterbrochen</target>
10518 10598 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group>
10519 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10599 </trans-unit>
10520 <trans-unit id="7895294730547405228" datatype="html"> 10600 <trans-unit id="7895294730547405228" datatype="html">
10521 <source>Enter/exit fullscreen (requires player focus)</source> 10601 <source>Enter/exit fullscreen (requires player focus)</source>
10522 <target state="translated">Vollbildmodus betreten/verlassen (Player benötigt Fokus)</target> 10602 <target state="translated">Vollbildmodus betreten/verlassen (Player benötigt Fokus)</target>
10523 10603
10524 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10604 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10525 <trans-unit id="7618388257165864759" datatype="html"> 10605 <trans-unit id="7618388257165864759" datatype="html">
10526 <source>Play/Pause the video (requires player focus)</source> 10606 <source>Play/Pause the video (requires player focus)</source>
10527 <target state="translated">Video abspielen/pausieren (Player benötigt Fokus)</target> 10607 <target state="translated">Video abspielen/pausieren (Player benötigt Fokus)</target>
10528 10608
10529 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10609 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10530 <trans-unit id="7761890399634216630" datatype="html"> 10610 <trans-unit id="7761890399634216630" datatype="html">
10531 <source>Mute/unmute the video (requires player focus)</source> 10611 <source>Mute/unmute the video (requires player focus)</source>
10532 <target state="translated">Video stummschalten/Stummschaltung aufheben (Player benötigt Fokus)</target> 10612 <target state="translated">Video stummschalten/Stummschaltung aufheben (Player benötigt Fokus)</target>
10533 10613
10534 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10614 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10535 <trans-unit id="5996585232248234904" datatype="html"> 10615 <trans-unit id="5996585232248234904" datatype="html">
10536 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10616 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10537 <target state="translated">Springe zu einem Prozentsatz des Videos: 0 entspricht 0%, 9 entspricht 90% (Player benötigt Fokus)</target> 10617 <target state="translated">Springe zu einem Prozentsatz des Videos: 0 entspricht 0%, 9 entspricht 90% (Player benötigt Fokus)</target>
10538 10618
10539 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10619 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10540 <trans-unit id="3748765405903319998" datatype="html"> 10620 <trans-unit id="3748765405903319998" datatype="html">
10541 <source>Increase the volume (requires player focus)</source> 10621 <source>Increase the volume (requires player focus)</source>
10542 <target state="translated">Lautstärke erhöhen (Player benötigt Fokus)</target> 10622 <target state="translated">Lautstärke erhöhen (Player benötigt Fokus)</target>
10543 10623
10544 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10624 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10545 <trans-unit id="5810704036407159982" datatype="html"> 10625 <trans-unit id="5810704036407159982" datatype="html">
10546 <source>Decrease the volume (requires player focus)</source> 10626 <source>Decrease the volume (requires player focus)</source>
10547 <target state="translated">Lautstärke verringern (Player benötigt Fokus)</target> 10627 <target state="translated">Lautstärke verringern (Player benötigt Fokus)</target>
10548 10628
10549 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10629 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10550 <trans-unit id="2622048822548065691" datatype="html"> 10630 <trans-unit id="2622048822548065691" datatype="html">
10551 <source>Seek the video forward (requires player focus)</source> 10631 <source>Seek the video forward (requires player focus)</source>
10552 <target state="translated">Vorspulen (Player benötigt Fokus)</target> 10632 <target state="translated">Vorspulen (Player benötigt Fokus)</target>
10553 10633
10554 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10634 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10555 <trans-unit id="6540078205109221153" datatype="html"> 10635 <trans-unit id="6540078205109221153" datatype="html">
10556 <source>Seek the video backward (requires player focus)</source> 10636 <source>Seek the video backward (requires player focus)</source>
10557 <target state="translated">Zurückspulen (Player benötigt Fokus)</target> 10637 <target state="translated">Zurückspulen (Player benötigt Fokus)</target>
10558 10638
10559 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10639 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10560 <trans-unit id="1956491957766210808" datatype="html"> 10640 <trans-unit id="1956491957766210808" datatype="html">
10561 <source>Increase playback rate (requires player focus)</source> 10641 <source>Increase playback rate (requires player focus)</source>
10562 <target state="translated">Abspielgeschwindigkeit erhöhen (Player benötigt Fokus)</target> 10642 <target state="translated">Abspielgeschwindigkeit erhöhen (Player benötigt Fokus)</target>
10563 10643
10564 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10644 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10565 <trans-unit id="5495529997674803186" datatype="html"> 10645 <trans-unit id="5495529997674803186" datatype="html">
10566 <source>Decrease playback rate (requires player focus)</source> 10646 <source>Decrease playback rate (requires player focus)</source>
10567 <target state="translated">Abspielgeschwindigkeit verringern (Player benötigt Fokus)</target> 10647 <target state="translated">Abspielgeschwindigkeit verringern (Player benötigt Fokus)</target>
10568 10648
10569 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10649 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10570 <trans-unit id="3178343147230721210" datatype="html"> 10650 <trans-unit id="3178343147230721210" datatype="html">
10571 <source>Navigate in the video frame by frame (requires player focus)</source> 10651 <source>Navigate in the video frame by frame (requires player focus)</source>
10572 <target state="translated">Einen Frame weitergehen (Player benötigt Fokus)</target> 10652 <target state="translated">Einen Frame weitergehen (Player benötigt Fokus)</target>
10573 10653
10574 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10654 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10575 <trans-unit id="8025996572234182184"> 10655 <trans-unit id="8025996572234182184">
10576 <source>Like the video</source> 10656 <source>Like the video</source>
10577 <target>Das Video gefällt mir</target> 10657 <target>Das Video gefällt mir</target>
10578 10658 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">46</context></context-group>
10579 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">46</context></context-group></trans-unit> 10659 </trans-unit>
10580 <trans-unit id="7692127636377222448"> 10660 <trans-unit id="7692127636377222448">
10581 <source>Dislike the video</source> 10661 <source>Dislike the video</source>
10582 <target>Das Video gefällt mir nicht</target> 10662 <target>Das Video gefällt mir nicht</target>
10583 10663 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">51</context></context-group>
10584 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 10664 </trans-unit>
10585 <trans-unit id="1729036051846673606" datatype="html"> 10665 <trans-unit id="1729036051846673606" datatype="html">
10586 <source>When active, the next video is automatically played after the current one.</source> 10666 <source>When active, the next video is automatically played after the current one.</source>
10587 <target state="translated">Wenn aktiv wird das nächste Video automatisch nach dem aktuellen abgespielt.</target> 10667 <target state="translated">Wenn aktiv wird das nächste Video automatisch nach dem aktuellen abgespielt.</target>
10588 10668 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts</context><context context-type="linenumber">61</context></context-group>
10589 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 10669 </trans-unit>
10590 <trans-unit id="2431286785954354122" datatype="html"> 10670 <trans-unit id="2431286785954354122" datatype="html">
10591 <source>Recently added</source> 10671 <source>Recently added</source>
10592 <target state="translated">Kürzlich hinzugefügt</target> 10672 <target state="translated">Kürzlich hinzugefügt</target>
diff --git a/client/src/locale/angular.el-GR.xlf b/client/src/locale/angular.el-GR.xlf
index a3b37b853..e27a5d852 100644
--- a/client/src/locale/angular.el-GR.xlf
+++ b/client/src/locale/angular.el-GR.xlf
@@ -163,7 +163,7 @@
163 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source> 163 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source>
164 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target> 164 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target>
165 165
166 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 166 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
167 <trans-unit id="1486537403020619891" datatype="html"> 167 <trans-unit id="1486537403020619891" datatype="html">
168 <source>My watch history</source> 168 <source>My watch history</source>
169 <target state="translated">Το ιστορικό μου</target> 169 <target state="translated">Το ιστορικό μου</target>
@@ -238,12 +238,12 @@
238 238
239 239
240 240
241 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 241 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
242 <trans-unit id="1006562256968398209" datatype="html"> 242 <trans-unit id="1006562256968398209" datatype="html">
243 <source>video</source> 243 <source>video</source>
244 <target state="translated">βίντεο</target> 244 <target state="translated">βίντεο</target>
245 245
246 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 246 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
247 <trans-unit id="6438815964972582865" datatype="html"> 247 <trans-unit id="6438815964972582865" datatype="html">
248 <source>The following link contains a private token and should not be shared with anyone.</source> 248 <source>The following link contains a private token and should not be shared with anyone.</source>
249 <target state="translated">Ο σύνδεσμος που ακολουθεί περιέχει απόρρητη συμβολοσειρά και δεν θα πρέπει να τον μοιραστείτε με τρίτους.</target> 249 <target state="translated">Ο σύνδεσμος που ακολουθεί περιέχει απόρρητη συμβολοσειρά και δεν θα πρέπει να τον μοιραστείτε με τρίτους.</target>
@@ -312,10 +312,10 @@
312 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 312 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
313 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 313 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
314 314
315 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 315 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
316 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 316 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
317 317
318 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit> 318 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
319 <trans-unit id="5235042777215655908" datatype="html"> 319 <trans-unit id="5235042777215655908" datatype="html">
320 <source>subtitles</source> 320 <source>subtitles</source>
321 <target state="translated">υπότιτλοι</target> 321 <target state="translated">υπότιτλοι</target>
@@ -535,7 +535,7 @@
535 <target>Διαγραφή</target> 535 <target>Διαγραφή</target>
536 536
537 537
538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
539 <source>Only live videos</source><target state="new">Only live videos</target> 539 <source>Only live videos</source><target state="new">Only live videos</target>
540 <context-group purpose="location"> 540 <context-group purpose="location">
541 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 541 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -724,10 +724,10 @@
724 <trans-unit id="2602586221576511475"> 724 <trans-unit id="2602586221576511475">
725 <source>Video quota</source> 725 <source>Video quota</source>
726 <target>Όριο βίντεο</target> 726 <target>Όριο βίντεο</target>
727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 727
728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 728
729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 729
730 </trans-unit> 730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
731 <trans-unit id="1502595455339510144"> 731 <trans-unit id="1502595455339510144">
732 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 732 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
733 <target> 733 <target>
@@ -811,7 +811,31 @@
811 <source>Federation</source> 811 <source>Federation</source>
812 <target state="new">Federation</target> 812 <target state="new">Federation</target>
813 813
814 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 814 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
815 <source>Following</source><target state="new">Following</target>
816 <context-group purpose="location">
817 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
818 <context context-type="linenumber">29</context>
819 </context-group>
820 <context-group purpose="location">
821 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
822 <context context-type="linenumber">31</context>
823 </context-group>
824 <context-group purpose="location">
825 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
826 <context context-type="linenumber">28</context>
827 </context-group>
828 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
829 <source>Followers</source><target state="new">Followers</target>
830 <context-group purpose="location">
831 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
832 <context context-type="linenumber">34</context>
833 </context-group>
834 <context-group purpose="location">
835 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
836 <context context-type="linenumber">37</context>
837 </context-group>
838 </trans-unit>
815 <trans-unit id="3541687134897970106" datatype="html"> 839 <trans-unit id="3541687134897970106" datatype="html">
816 <source>followers</source> 840 <source>followers</source>
817 <target state="translated">ακόλουθοι</target> 841 <target state="translated">ακόλουθοι</target>
@@ -885,7 +909,7 @@
885 909
886 910
887 911
888 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 912 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
889 <trans-unit id="3616223838716839702"> 913 <trans-unit id="3616223838716839702">
890 <source>Ban this user</source> 914 <source>Ban this user</source>
891 <target>Αποκλεισμός χρήστη</target> 915 <target>Αποκλεισμός χρήστη</target>
@@ -958,19 +982,13 @@
958 <trans-unit id="7252854992688790751" datatype="html"> 982 <trans-unit id="7252854992688790751" datatype="html">
959 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 983 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
960 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 984 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
961 <context-group purpose="location"> 985
962 <context context-type="sourcefile">src/app/+login/login.component.html</context> 986 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
963 <context context-type="linenumber">60,62</context>
964 </context-group>
965 </trans-unit>
966 <trans-unit id="7215649348148521605" datatype="html"> 987 <trans-unit id="7215649348148521605" datatype="html">
967 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 988 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
968 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 989 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
969 <context-group purpose="location"> 990
970 <context context-type="sourcefile">src/app/+login/login.component.html</context> 991 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
971 <context context-type="linenumber">65,67</context>
972 </context-group>
973 </trans-unit>
974 <trans-unit id="2392488717875840729"> 992 <trans-unit id="2392488717875840729">
975 <source>User</source> 993 <source>User</source>
976 <target>Χρήστης</target> 994 <target>Χρήστης</target>
@@ -981,68 +999,68 @@
981 <source>Username or email address</source> 999 <source>Username or email address</source>
982 <target>Όνομα χρήστη ή διεύθυνση e-mail</target> 1000 <target>Όνομα χρήστη ή διεύθυνση e-mail</target>
983 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1001 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1002 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
1003 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1004 <context-group purpose="location">
1005 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1006 <context context-type="linenumber">33,34</context>
1007 </context-group>
984 </trans-unit> 1008 </trans-unit>
985 <trans-unit id="1431416938026210429"> 1009 <trans-unit id="1431416938026210429">
986 <source>Password</source> 1010 <source>Password</source>
987 <target>Κωδικός σύνδεσης</target> 1011 <target>Κωδικός σύνδεσης</target>
988 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1012
989 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1013
990 <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> 1014
991 <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> 1015
992 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1016
993 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1017
994 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1018
995 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1019
996 </trans-unit> 1020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
997 <trans-unit id="8715156686857791956" datatype="html"> 1021 <trans-unit id="8715156686857791956" datatype="html">
998 <source>Click here to reset your password</source> 1022 <source>Click here to reset your password</source>
999 <target state="new">Click here to reset your password</target> 1023 <target state="new">Click here to reset your password</target>
1000 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1024
1001 </trans-unit> 1025 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1002 <trans-unit id="892063502898494584" datatype="html"> 1026 <trans-unit id="892063502898494584" datatype="html">
1003 <source>I forgot my password</source> 1027 <source>I forgot my password</source>
1004 <target state="translated">Ξέχασα τον κωδικό μου</target> 1028 <target state="translated">Ξέχασα τον κωδικό μου</target>
1005 <context-group purpose="location"> 1029
1006 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1030 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1007 <context context-type="linenumber">47</context>
1008 </context-group>
1009 </trans-unit>
1010 <trans-unit id="2101170466365500913" datatype="html"> 1031 <trans-unit id="2101170466365500913" datatype="html">
1011 <source>Logging into an account lets you publish content</source> 1032 <source>Logging into an account lets you publish content</source>
1012 <target state="new"> Logging into an account lets you publish content </target> 1033 <target state="new"> Logging into an account lets you publish content </target>
1013 <context-group purpose="location"> 1034
1014 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1035 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1015 <context context-type="linenumber">56,57</context>
1016 </context-group>
1017 </trans-unit>
1018 <trans-unit id="2454050363478003966"> 1036 <trans-unit id="2454050363478003966">
1019 <source>Login</source> 1037 <source>Login</source>
1020 <target>Σύνδεση</target> 1038 <target>Σύνδεση</target>
1021 1039
1022 1040
1023 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1041 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1024 <trans-unit id="3183213940445113677" datatype="html"> 1042 <trans-unit id="3183213940445113677" datatype="html">
1025 <source>Or sign in with</source> 1043 <source>Or sign in with</source>
1026 <target state="translated">Ή συνδεθείτε με:</target> 1044 <target state="translated">Ή συνδεθείτε με:</target>
1027 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1045
1028 </trans-unit> 1046 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1029 <trans-unit id="3238209155172574367"> 1047 <trans-unit id="3238209155172574367">
1030 <source>Forgot your password</source> 1048 <source>Forgot your password</source>
1031 <target>Ξεχάσατε τον κωδικό σύνδεσης</target> 1049 <target>Ξεχάσατε τον κωδικό σύνδεσης</target>
1032 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1050
1033 </trans-unit> 1051 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1034 <trans-unit id="87327320394367488" datatype="html"> 1052 <trans-unit id="87327320394367488" datatype="html">
1035 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1053 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1036 <target state="new"> 1054 <target state="new">
1037 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1055 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1038 </target> 1056 </target>
1039 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1057
1040 </trans-unit> 1058 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
1041 <trans-unit id="3188014010833256853" datatype="html"> 1059 <trans-unit id="3188014010833256853" datatype="html">
1042 <source>Enter your email address and we will send you a link to reset your password.</source> 1060 <source>Enter your email address and we will send you a link to reset your password.</source>
1043 <target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1061 <target state="new"> Enter your email address and we will send you a link to reset your password. </target>
1044 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1062
1045 </trans-unit> 1063 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
1046 <trans-unit id="1190256911880544559" datatype="html"> 1064 <trans-unit id="1190256911880544559" datatype="html">
1047 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1065 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1048The link will expire within 1 hour.</source> 1066The link will expire within 1 hour.</source>
@@ -1053,26 +1071,26 @@ The link will expire within 1 hour.</target>
1053 <trans-unit id="4768749765465246664"> 1071 <trans-unit id="4768749765465246664">
1054 <source>Email</source> 1072 <source>Email</source>
1055 <target>E-mail</target> 1073 <target>E-mail</target>
1056 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1074
1057 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1075
1058 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1076
1059 <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> 1077
1060 <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> 1078
1061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1079
1062 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1080
1063 </trans-unit> 1081 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1064 <trans-unit id="3967269098753656610"> 1082 <trans-unit id="3967269098753656610">
1065 <source>Email address</source> 1083 <source>Email address</source>
1066 <target>Διεύθυνση e-mail</target> 1084 <target>Διεύθυνση e-mail</target>
1067 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1085
1068 <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> 1086
1069 </trans-unit> 1087 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1070 <trans-unit id="7808756054397155068" datatype="html"> 1088 <trans-unit id="7808756054397155068" datatype="html">
1071 <source>Reset</source> 1089 <source>Reset</source>
1072 <target state="translated">Επαναφορά</target> 1090 <target state="translated">Επαναφορά</target>
1073 <note priority="1" from="description">Password reset button</note> 1091 <note priority="1" from="description">Password reset button</note>
1074 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1092
1075 </trans-unit> 1093 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1076 <trans-unit id="4319634264526091601" datatype="html"> 1094 <trans-unit id="4319634264526091601" datatype="html">
1077 <source>on this instance</source> 1095 <source>on this instance</source>
1078 <target state="new">on this instance</target> 1096 <target state="new">on this instance</target>
@@ -1153,15 +1171,15 @@ The link will expire within 1 hour.</target>
1153 <target> 1171 <target>
1154 Δε βρέθηκαν αποτελέσματα 1172 Δε βρέθηκαν αποτελέσματα
1155 </target> 1173 </target>
1156 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1174
1157 </trans-unit> 1175 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1158 <trans-unit id="5500467336262464724"> 1176 <trans-unit id="5500467336262464724">
1159 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1177 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1160 <target> 1178 <target>
1161 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> συνδρομητές 1179 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> συνδρομητές
1162 </target> 1180 </target>
1163 1181
1164 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1182 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1165 <trans-unit id="1516969129397662377" datatype="html"> 1183 <trans-unit id="1516969129397662377" datatype="html">
1166 <source>Welcome to PeerTube, dear administrator!</source> 1184 <source>Welcome to PeerTube, dear administrator!</source>
1167 <target state="new">Welcome to PeerTube, dear administrator!</target> 1185 <target state="new">Welcome to PeerTube, dear administrator!</target>
@@ -1440,7 +1458,7 @@ The link will expire within 1 hour.</target>
1440 <target>Δημιουργία λογαριασμού</target> 1458 <target>Δημιουργία λογαριασμού</target>
1441 1459
1442 1460
1443 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1461 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1444 1462
1445 <trans-unit id="3058024914967508975" datatype="html"> 1463 <trans-unit id="3058024914967508975" datatype="html">
1446 <source>My videos</source> 1464 <source>My videos</source>
@@ -1497,7 +1515,7 @@ The link will expire within 1 hour.</target>
1497 <source>VIDEOS</source> 1515 <source>VIDEOS</source>
1498 <target state="translated">ΒΙΝΤΕΟ</target> 1516 <target state="translated">ΒΙΝΤΕΟ</target>
1499 1517
1500 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 1518 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
1501 <trans-unit id="667372110624203230" datatype="html"> 1519 <trans-unit id="667372110624203230" datatype="html">
1502 <source>Import jobs concurrency</source> 1520 <source>Import jobs concurrency</source>
1503 <target state="new">Import jobs concurrency</target> 1521 <target state="new">Import jobs concurrency</target>
@@ -1576,7 +1594,7 @@ The link will expire within 1 hour.</target>
1576 <source>I'm a teapot</source> 1594 <source>I'm a teapot</source>
1577 <target state="new">I'm a teapot</target> 1595 <target state="new">I'm a teapot</target>
1578 1596
1579 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 1597 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1580 <trans-unit id="1597262876035959248" datatype="html"> 1598 <trans-unit id="1597262876035959248" datatype="html">
1581 <source>That's an error.</source> 1599 <source>That's an error.</source>
1582 <target state="translated">Αυτό είναι ένα σφάλμα.</target> 1600 <target state="translated">Αυτό είναι ένα σφάλμα.</target>
@@ -1669,8 +1687,8 @@ The link will expire within 1 hour.</target>
1669 <trans-unit id="2971365540217107489" datatype="html"> 1687 <trans-unit id="2971365540217107489" datatype="html">
1670 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1688 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1671 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1689 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1672 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1690
1673 </trans-unit> 1691 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1674 1692
1675 <trans-unit id="5131854469652959713" datatype="html"> 1693 <trans-unit id="5131854469652959713" datatype="html">
1676 <source>GLOBAL SEARCH</source> 1694 <source>GLOBAL SEARCH</source>
@@ -1756,7 +1774,7 @@ The link will expire within 1 hour.</target>
1756 1774
1757 1775
1758 1776
1759 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1777 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1760 <source>Display only</source><target state="new">Display only</target> 1778 <source>Display only</source><target state="new">Display only</target>
1761 <context-group purpose="location"> 1779 <context-group purpose="location">
1762 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1780 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1794,7 +1812,7 @@ The link will expire within 1 hour.</target>
1794 <target>Διάρκεια</target> 1812 <target>Διάρκεια</target>
1795 1813
1796 1814
1797 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1815 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1798 <trans-unit id="3589238979642505685"> 1816 <trans-unit id="3589238979642505685">
1799 <source>Display sensitive content</source> 1817 <source>Display sensitive content</source>
1800 <target>Εμφάνιση ευαίσθητου περιεχομένου</target> 1818 <target>Εμφάνιση ευαίσθητου περιεχομένου</target>
@@ -1816,7 +1834,7 @@ The link will expire within 1 hour.</target>
1816 1834
1817 1835
1818 1836
1819 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1837 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1820 <trans-unit id="5478121364779850827" datatype="html"> 1838 <trans-unit id="5478121364779850827" datatype="html">
1821 <source>Reset</source> 1839 <source>Reset</source>
1822 <target state="translated">Επαναφορά</target> 1840 <target state="translated">Επαναφορά</target>
@@ -1837,7 +1855,7 @@ The link will expire within 1 hour.</target>
1837 1855
1838 1856
1839 1857
1840 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1858 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1841 <trans-unit id="4184995865179898060" datatype="html"> 1859 <trans-unit id="4184995865179898060" datatype="html">
1842 <source>Display all licenses</source> 1860 <source>Display all licenses</source>
1843 <target state="translated">Προβολή όλων των άδειων</target> 1861 <target state="translated">Προβολή όλων των άδειων</target>
@@ -1850,7 +1868,7 @@ The link will expire within 1 hour.</target>
1850 1868
1851 1869
1852 1870
1853 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1871 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1854 <trans-unit id="7904142744051432458" datatype="html"> 1872 <trans-unit id="7904142744051432458" datatype="html">
1855 <source>Display all languages</source> 1873 <source>Display all languages</source>
1856 <target state="translated">Περιήγηση όλων των γλωσσών</target> 1874 <target state="translated">Περιήγηση όλων των γλωσσών</target>
@@ -1865,17 +1883,23 @@ The link will expire within 1 hour.</target>
1865 <source>One of these tags</source> 1883 <source>One of these tags</source>
1866 <target>Μία από τις ετικέτες</target> 1884 <target>Μία από τις ετικέτες</target>
1867 1885
1868 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1886 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1887 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1888 <context-group purpose="location">
1889 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1890 <context context-type="linenumber">178</context>
1891 </context-group>
1892 </trans-unit>
1869 <trans-unit id="283421392567624698" datatype="html"> 1893 <trans-unit id="283421392567624698" datatype="html">
1870 <source>Search target</source> 1894 <source>Search target</source>
1871 <target state="new">Search target</target> 1895 <target state="new">Search target</target>
1872 1896
1873 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1897 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1874 <trans-unit id="2489767671380266270" datatype="html"> 1898 <trans-unit id="2489767671380266270" datatype="html">
1875 <source>Vidiverse</source> 1899 <source>Vidiverse</source>
1876 <target state="new">Vidiverse</target> 1900 <target state="new">Vidiverse</target>
1877 1901
1878 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1902 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1879 <trans-unit id="5478121364779850827" datatype="html"> 1903 <trans-unit id="5478121364779850827" datatype="html">
1880 <source>Reset</source> 1904 <source>Reset</source>
1881 <target state="translated">Επαναφορά</target> 1905 <target state="translated">Επαναφορά</target>
@@ -1885,7 +1909,7 @@ The link will expire within 1 hour.</target>
1885 <source>Filter</source> 1909 <source>Filter</source>
1886 <target>Φίλτρο</target> 1910 <target>Φίλτρο</target>
1887 1911
1888 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1912 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1889 <trans-unit id="6479885129995567639" datatype="html"> 1913 <trans-unit id="6479885129995567639" datatype="html">
1890 <source>Video channels</source> 1914 <source>Video channels</source>
1891 <target state="translated">Κανάλια βίντεο</target> 1915 <target state="translated">Κανάλια βίντεο</target>
@@ -1923,7 +1947,7 @@ The link will expire within 1 hour.</target>
1923 <target>Ετικέτες</target> 1947 <target>Ετικέτες</target>
1924 1948
1925 1949
1926 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1950 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1927 <trans-unit id="354332809647287722" datatype="html"> 1951 <trans-unit id="354332809647287722" datatype="html">
1928 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1952 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1929 <target state="new"> 1953 <target state="new">
@@ -2404,7 +2428,7 @@ The link will expire within 1 hour.</target>
2404 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2428 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2405 <source>Upload on hold</source><target state="new">Upload on hold</target> 2429 <source>Upload on hold</source><target state="new">Upload on hold</target>
2406 2430
2407 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2431 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2408 <trans-unit id="285180972645018518" datatype="html"> 2432 <trans-unit id="285180972645018518" datatype="html">
2409 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2433 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2410 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2434 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2750,13 +2774,19 @@ The link will expire within 1 hour.</target>
2750 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2774 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2751 <source>Origin</source><target state="new">Origin</target> 2775 <source>Origin</source><target state="new">Origin</target>
2752 2776
2753 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2777 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2778 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2779 <context-group purpose="location">
2780 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2781 <context context-type="linenumber">14</context>
2782 </context-group>
2783 </trans-unit>
2754 2784
2755 <trans-unit id="5139892963394684487"> 2785 <trans-unit id="5139892963394684487">
2756 <source>Originally published</source> 2786 <source>Originally published</source>
2757 <target>Αρχική δημοσίευση</target> 2787 <target>Αρχική δημοσίευση</target>
2758 2788
2759 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2789 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2760 <trans-unit id="6402393085909200998" datatype="html"> 2790 <trans-unit id="6402393085909200998" datatype="html">
2761 <source>Friendly Reminder:</source> 2791 <source>Friendly Reminder:</source>
2762 <target state="new">Friendly Reminder: </target> 2792 <target state="new">Friendly Reminder: </target>
@@ -3150,11 +3180,7 @@ The link will expire within 1 hour.</target>
3150 <target>ID</target> 3180 <target>ID</target>
3151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3181 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3152 </trans-unit> 3182 </trans-unit>
3153 <trans-unit id="2265605798180116441"> 3183
3154 <source>Follower handle</source>
3155 <target>Ψευδώνυμο (handle) ακολούθου</target>
3156
3157 <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>
3158 <trans-unit id="5911214550882917183"> 3184 <trans-unit id="5911214550882917183">
3159 <source>State</source> 3185 <source>State</source>
3160 <target>Κατάσταση</target> 3186 <target>Κατάσταση</target>
@@ -3229,11 +3255,7 @@ The link will expire within 1 hour.</target>
3229 </target> 3255 </target>
3230 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3256 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3231 </trans-unit> 3257 </trans-unit>
3232 <trans-unit id="6641024648411549335"> 3258
3233 <source>Host</source>
3234 <target>Κόμβος</target>
3235
3236 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3237 <trans-unit id="6571718060636962350" datatype="html"> 3259 <trans-unit id="6571718060636962350" datatype="html">
3238 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3260 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3239 <target state="new">Redundancy allowed 3261 <target state="new">Redundancy allowed
@@ -3246,7 +3268,7 @@ The link will expire within 1 hour.</target>
3246 <source>Unfollow</source> 3268 <source>Unfollow</source>
3247 <target state="translated">Αφαίρεση ακολούθησης</target> 3269 <target state="translated">Αφαίρεση ακολούθησης</target>
3248 3270
3249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3250 <trans-unit id="8246779176913476983" datatype="html"> 3272 <trans-unit id="8246779176913476983" datatype="html">
3251 <source>Open instance in a new tab</source> 3273 <source>Open instance in a new tab</source>
3252 <target state="new">Open instance in a new tab</target> 3274 <target state="new">Open instance in a new tab</target>
@@ -3258,12 +3280,12 @@ The link will expire within 1 hour.</target>
3258 <source>No host found matching current filters.</source> 3280 <source>No host found matching current filters.</source>
3259 <target state="new">No host found matching current filters.</target> 3281 <target state="new">No host found matching current filters.</target>
3260 3282
3261 <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> 3283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3262 <trans-unit id="7274241885665071790" datatype="html"> 3284 <trans-unit id="7274241885665071790" datatype="html">
3263 <source>Your instance is not following anyone.</source> 3285 <source>Your instance is not following anyone.</source>
3264 <target state="new">Your instance is not following anyone.</target> 3286 <target state="new">Your instance is not following anyone.</target>
3265 3287
3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3288 <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>
3267 <trans-unit id="4774348799569692380" datatype="html"> 3289 <trans-unit id="4774348799569692380" datatype="html">
3268 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3290 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3269 <target state="new">Showing 3291 <target state="new">Showing
@@ -3273,16 +3295,8 @@ The link will expire within 1 hour.</target>
3273 </target> 3295 </target>
3274 3296
3275 <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></trans-unit> 3297 <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></trans-unit>
3276 <trans-unit id="6275803119759621687" datatype="html"> 3298
3277 <source>Follow domains</source> 3299
3278 <target state="new">Follow domains</target>
3279
3280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3281 <trans-unit id="1268699198448750610" datatype="html">
3282 <source>Follow instances</source>
3283 <target state="new">Follow instances</target>
3284
3285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
3286 <trans-unit id="9216117865911519658" datatype="html"> 3300 <trans-unit id="9216117865911519658" datatype="html">
3287 <source>Action</source> 3301 <source>Action</source>
3288 <target state="new">Action</target> 3302 <target state="new">Action</target>
@@ -3331,11 +3345,11 @@ The link will expire within 1 hour.</target>
3331 <trans-unit id="5248717555542428023"> 3345 <trans-unit id="5248717555542428023">
3332 <source>Username</source> 3346 <source>Username</source>
3333 <target>Όνομα χρήστη</target> 3347 <target>Όνομα χρήστη</target>
3334 <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> 3348
3335 <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> 3349
3336 <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> 3350
3337 <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> 3351
3338 </trans-unit> 3352 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3339 <trans-unit id="5428411040014095392" datatype="html"> 3353 <trans-unit id="5428411040014095392" datatype="html">
3340 <source>e.g. jane_doe</source> 3354 <source>e.g. jane_doe</source>
3341 <target state="new">e.g. jane_doe</target> 3355 <target state="new">e.g. jane_doe</target>
@@ -3365,9 +3379,9 @@ The link will expire within 1 hour.</target>
3365 <trans-unit id="4145496584631696119"> 3379 <trans-unit id="4145496584631696119">
3366 <source>Role</source> 3380 <source>Role</source>
3367 <target>Ρόλος</target> 3381 <target>Ρόλος</target>
3368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3382
3369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3383
3370 </trans-unit> 3384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3371 <trans-unit id="7046347992315328430" datatype="html"> 3385 <trans-unit id="7046347992315328430" datatype="html">
3372 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3386 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3373 <target state="new"> 3387 <target state="new">
@@ -3392,15 +3406,9 @@ The link will expire within 1 hour.</target>
3392 <trans-unit id="2622255144026150901" datatype="html"> 3406 <trans-unit id="2622255144026150901" datatype="html">
3393 <source>Auth plugin</source> 3407 <source>Auth plugin</source>
3394 <target state="new">Auth plugin</target> 3408 <target state="new">Auth plugin</target>
3395 <context-group purpose="location"> 3409
3396 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3410
3397 <context context-type="linenumber">188</context> 3411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit>
3398 </context-group>
3399 <context-group purpose="location">
3400 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3401 <context context-type="linenumber">188</context>
3402 </context-group>
3403 </trans-unit>
3404 <trans-unit id="588099657508661970" datatype="html"> 3412 <trans-unit id="588099657508661970" datatype="html">
3405 <source>None (local authentication)</source> 3413 <source>None (local authentication)</source>
3406 <target state="new">None (local authentication)</target> 3414 <target state="new">None (local authentication)</target>
@@ -3660,7 +3668,13 @@ The link will expire within 1 hour.</target>
3660 3668
3661 3669
3662 3670
3663 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3671 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3672 <source>Follower</source><target state="new">Follower</target>
3673 <context-group purpose="location">
3674 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3675 <context context-type="linenumber">24</context>
3676 </context-group>
3677 </trans-unit>
3664 <trans-unit id="4691552465058437520" datatype="html"> 3678 <trans-unit id="4691552465058437520" datatype="html">
3665 <source>Commented video</source> 3679 <source>Commented video</source>
3666 <target state="new">Commented video</target> 3680 <target state="new">Commented video</target>
@@ -3699,35 +3713,20 @@ The link will expire within 1 hour.</target>
3699 3713
3700 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3714 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3701 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3715 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3702 <context-group purpose="location"> 3716
3703 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3717 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3704 <context context-type="linenumber">42</context>
3705 </context-group>
3706 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3707 <source>Accepted reports</source><target state="new">Accepted reports</target> 3718 <source>Accepted reports</source><target state="new">Accepted reports</target>
3708 <context-group purpose="location"> 3719
3709 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3720 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3710 <context context-type="linenumber">46</context>
3711 </context-group>
3712 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3713 <source>Refused reports</source><target state="new">Refused reports</target> 3721 <source>Refused reports</source><target state="new">Refused reports</target>
3714 <context-group purpose="location"> 3722
3715 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3723 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3716 <context context-type="linenumber">50</context>
3717 </context-group>
3718 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3719 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3724 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3720 <context-group purpose="location"> 3725
3721 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3726 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3722 <context context-type="linenumber">54</context>
3723 </context-group>
3724 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3725 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3727 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3726 <context-group purpose="location"> 3728
3727 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3728 <context context-type="linenumber">58</context>
3729 </context-group>
3730 </trans-unit>
3731 <trans-unit id="4678289986918934018" datatype="html"> 3730 <trans-unit id="4678289986918934018" datatype="html">
3732 <source>Block reason:</source> 3731 <source>Block reason:</source>
3733 <target state="new">Block reason:</target> 3732 <target state="new">Block reason:</target>
@@ -3744,17 +3743,11 @@ The link will expire within 1 hour.</target>
3744 3743
3745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3746 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3745 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3747 <context-group purpose="location"> 3746
3748 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3749 <context context-type="linenumber">31</context>
3750 </context-group>
3751 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3752 <source>Manual blocks</source><target state="new">Manual blocks</target> 3748 <source>Manual blocks</source><target state="new">Manual blocks</target>
3753 <context-group purpose="location"> 3749
3754 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3755 <context context-type="linenumber">35</context>
3756 </context-group>
3757 </trans-unit>
3758 <trans-unit id="2143435845912984377" datatype="html"> 3751 <trans-unit id="2143435845912984377" datatype="html">
3759 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3752 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3760 <target state="new">Showing 3753 <target state="new">Showing
@@ -3939,7 +3932,7 @@ The link will expire within 1 hour.</target>
3939 3932
3940 3933
3941 3934
3942 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3935 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3943 <trans-unit id="1300704815627663264"> 3936 <trans-unit id="1300704815627663264">
3944 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3937 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3945 <target>Τέθηκε σε σίγαση σε 3938 <target>Τέθηκε σε σίγαση σε
@@ -3987,7 +3980,7 @@ The link will expire within 1 hour.</target>
3987 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3980 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3988 </target> 3981 </target>
3989 3982
3990 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3991 <trans-unit id="4058814854824495833" datatype="html"> 3984 <trans-unit id="4058814854824495833" datatype="html">
3992 <source>Mute domains</source> 3985 <source>Mute domains</source>
3993 <target state="new">Mute domains</target> 3986 <target state="new">Mute domains</target>
@@ -4061,7 +4054,7 @@ The link will expire within 1 hour.</target>
4061 4054
4062 4055
4063 4056
4064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 4057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
4065 <trans-unit id="8630916846096019339" datatype="html"> 4058 <trans-unit id="8630916846096019339" datatype="html">
4066 <source>Users can resolve distant content</source> 4059 <source>Users can resolve distant content</source>
4067 <target state="new">Users can resolve distant content</target> 4060 <target state="new">Users can resolve distant content</target>
@@ -5985,11 +5978,8 @@ color: red;
5985 <trans-unit id="5512878593724620692" datatype="html"> 5978 <trans-unit id="5512878593724620692" datatype="html">
5986 <source>CHANNELS</source> 5979 <source>CHANNELS</source>
5987 <target state="new">CHANNELS</target> 5980 <target state="new">CHANNELS</target>
5988 <context-group purpose="location"> 5981
5989 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5982 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5990 <context context-type="linenumber">82</context>
5991 </context-group>
5992 </trans-unit>
5993 <trans-unit id="3666829335406793239"> 5983 <trans-unit id="3666829335406793239">
5994 <source>This account does not have channels.</source> 5984 <source>This account does not have channels.</source>
5995 <target>Αυτός ο λογαριασμός δεν έχει κανάλια.</target> 5985 <target>Αυτός ο λογαριασμός δεν έχει κανάλια.</target>
@@ -6032,7 +6022,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6032It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 6022It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
6033channel with the same name (<x id="PH_2"/>)!</target> 6023channel with the same name (<x id="PH_2"/>)!</target>
6034 6024
6035 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 6025 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
6026 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
6027 <context-group purpose="location">
6028 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
6029 <context context-type="linenumber">48</context>
6030 </context-group>
6031 </trans-unit>
6036 <trans-unit id="5387007581996837469" datatype="html"> 6032 <trans-unit id="5387007581996837469" datatype="html">
6037 <source>My Channels</source> 6033 <source>My Channels</source>
6038 <target state="new">My Channels</target> 6034 <target state="new">My Channels</target>
@@ -6630,12 +6626,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6630 <source>Your message has been sent.</source> 6626 <source>Your message has been sent.</source>
6631 <target>Το μήνυμά σας έχει σταλεί.</target> 6627 <target>Το μήνυμά σας έχει σταλεί.</target>
6632 6628
6633 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6629 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6634 <trans-unit id="2072135752262464360"> 6630 <trans-unit id="2072135752262464360">
6635 <source>You already sent this form recently</source> 6631 <source>You already sent this form recently</source>
6636 <target>Στείλατε ήδη αυτή τη φόρμα πρόσφατα</target> 6632 <target>Στείλατε ήδη αυτή τη φόρμα πρόσφατα</target>
6637 6633
6638 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6634 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6639 <trans-unit id="819067926858619041" datatype="html"> 6635 <trans-unit id="819067926858619041" datatype="html">
6640 <source>Account videos</source> 6636 <source>Account videos</source>
6641 <target state="new">Account videos</target> 6637 <target state="new">Account videos</target>
@@ -6681,13 +6677,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6681 <target state="new"> 6677 <target state="new">
6682 <x id="PH"/> direct account followers 6678 <x id="PH"/> direct account followers
6683 </target> 6679 </target>
6684 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6680
6685 </trans-unit> 6681 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6686 <trans-unit id="6250999352462648289" datatype="html"> 6682 <trans-unit id="6250999352462648289" datatype="html">
6687 <source>Report this account</source> 6683 <source>Report this account</source>
6688 <target state="new">Report this account</target> 6684 <target state="new">Report this account</target>
6689 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6685
6690 </trans-unit> 6686 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6691 <trans-unit id="1504521795586863905" datatype="html"> 6687 <trans-unit id="1504521795586863905" datatype="html">
6692 <source>VIDEOS</source> 6688 <source>VIDEOS</source>
6693 <target state="translated">ΒΙΝΤΕΟ</target> 6689 <target state="translated">ΒΙΝΤΕΟ</target>
@@ -6697,29 +6693,21 @@ channel with the same name (<x id="PH_2"/>)!</target>
6697 <trans-unit id="25349740244798533"> 6693 <trans-unit id="25349740244798533">
6698 <source>Username copied</source> 6694 <source>Username copied</source>
6699 <target>Το όνομα χρήστη αντιγράφτηκε</target> 6695 <target>Το όνομα χρήστη αντιγράφτηκε</target>
6700 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6696
6701 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6697
6702 </trans-unit> 6698 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6703 <trans-unit id="9221735175659318025" datatype="html"> 6699 <trans-unit id="9221735175659318025" datatype="html">
6704 <source>1 subscriber</source> 6700 <source>1 subscriber</source>
6705 <target state="new">1 subscriber</target> 6701 <target state="new">1 subscriber</target>
6706 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6702
6707 </trans-unit> 6703 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6708 <trans-unit id="4097331874769079975" datatype="html"> 6704 <trans-unit id="4097331874769079975" datatype="html">
6709 <source><x id="PH"/> subscribers</source> 6705 <source><x id="PH"/> subscribers</source>
6710 <target state="new"><x id="PH"/> subscribers</target> 6706 <target state="new"><x id="PH"/> subscribers</target>
6711 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group>
6712 </trans-unit>
6713 <trans-unit id="4682675125751819107" datatype="html">
6714 <source>Instances you follow</source>
6715 <target state="new">Instances you follow</target>
6716
6717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6718 <trans-unit id="8899833753704589712" datatype="html">
6719 <source>Instances following you</source>
6720 <target state="new">Instances following you</target>
6721 6707
6722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 6708 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6709
6710
6723 <trans-unit id="1035838766454786107" datatype="html"> 6711 <trans-unit id="1035838766454786107" datatype="html">
6724 <source>Audio-only</source> 6712 <source>Audio-only</source>
6725 <target state="new">Audio-only</target> 6713 <target state="new">Audio-only</target>
@@ -6769,6 +6757,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6769 <source>Auto (via ffmpeg)</source> 6757 <source>Auto (via ffmpeg)</source>
6770 <target>Αυτόματα (με ffmpeg)</target> 6758 <target>Αυτόματα (με ffmpeg)</target>
6771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6760 </trans-unit><trans-unit id="3642770981085338761" datatype="html">
6761 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6762 <context-group purpose="location">
6763 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6764 <context context-type="linenumber">3</context>
6765 </context-group>
6772 </trans-unit> 6766 </trans-unit>
6773 <trans-unit id="931255636742351800" datatype="html"> 6767 <trans-unit id="931255636742351800" datatype="html">
6774 <source>No limit</source> 6768 <source>No limit</source>
@@ -6911,18 +6905,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
6911 <trans-unit id="2127446333083057097" datatype="html"> 6905 <trans-unit id="2127446333083057097" datatype="html">
6912 <source>Domain is required.</source> 6906 <source>Domain is required.</source>
6913 <target state="new">Domain is required.</target> 6907 <target state="new">Domain is required.</target>
6914 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6908
6915 </trans-unit> 6909 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6916 <trans-unit id="6780793142903080663" datatype="html"> 6910 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6917 <source>Domains entered are invalid.</source> 6911 <context-group purpose="location">
6918 <target state="new">Domains entered are invalid.</target> 6912 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6919 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6913 <context context-type="linenumber">93</context>
6920 </trans-unit> 6914 </context-group>
6921 <trans-unit id="5886492514458202177" datatype="html"> 6915 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6922 <source>Domains entered contain duplicates.</source> 6916 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6923 <target state="new">Domains entered contain duplicates.</target> 6917 <context-group purpose="location">
6924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6918 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6919 <context context-type="linenumber">94</context>
6920 </context-group>
6921 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6922 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6923 <context-group purpose="location">
6924 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6925 <context context-type="linenumber">102</context>
6926 </context-group>
6927 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6928 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6929 <context-group purpose="location">
6930 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6931 <context context-type="linenumber">103</context>
6932 </context-group>
6925 </trans-unit> 6933 </trans-unit>
6934
6935
6926 <trans-unit id="240806681889331244"> 6936 <trans-unit id="240806681889331244">
6927 <source>Unlimited</source> 6937 <source>Unlimited</source>
6928 <target>Απεριόριστα</target> 6938 <target>Απεριόριστα</target>
@@ -7082,26 +7092,52 @@ channel with the same name (<x id="PH_2"/>)!</target>
7082 <x id="PH"/> διαγράφηκε από ακόλουθος του κόμβου 7092 <x id="PH"/> διαγράφηκε από ακόλουθος του κόμβου
7083 </target> 7093 </target>
7084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 7094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
7095 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
7096 <source>Follow</source><target state="new">Follow</target>
7097 <context-group purpose="location">
7098 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7099 <context context-type="linenumber">3</context>
7100 </context-group>
7101 <context-group purpose="location">
7102 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7103 <context context-type="linenumber">37</context>
7104 </context-group>
7105 <context-group purpose="location">
7106 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7107 <context context-type="linenumber">18</context>
7108 </context-group>
7109 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
7110 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
7111 <context-group purpose="location">
7112 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7113 <context context-type="linenumber">11</context>
7114 </context-group>
7085 </trans-unit> 7115 </trans-unit>
7086 <trans-unit id="2740793005745065895"> 7116 <trans-unit id="2740793005745065895">
7087 <source><x id="PH"/> is not valid </source> 7117 <source><x id="PH"/> is not valid </source>
7088 <target> 7118 <target>
7089 <x id="PH"/> δεν είναι έγκυρο 7119 <x id="PH"/> δεν είναι έγκυρο
7090 </target> 7120 </target>
7091 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 7121
7092 </trans-unit> 7122 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7093 <trans-unit id="2355066641781598196"> 7123 <trans-unit id="2355066641781598196">
7094 <source>Follow request(s) sent!</source> 7124 <source>Follow request(s) sent!</source>
7095 <target>Τα αιτήματα ακολούθησης στάλθηκαν!</target> 7125 <target>Τα αιτήματα ακολούθησης στάλθηκαν!</target>
7096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 7126
7127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
7128 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
7129 <context-group purpose="location">
7130 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7131 <context context-type="linenumber">3</context>
7132 </context-group>
7097 </trans-unit> 7133 </trans-unit>
7098 <trans-unit id="4245720728052819482"> 7134 <trans-unit id="4245720728052819482">
7099 <source>Do you really want to unfollow <x id="PH"/>?</source> 7135 <source>Do you really want to unfollow <x id="PH"/>?</source>
7100 <target>Θέλετε πραγματικά να σταματήσετε να ακολουθείτε το 7136 <target>Θέλετε πραγματικά να σταματήσετε να ακολουθείτε το
7101 <x id="PH"/>; 7137 <x id="PH"/>;
7102 </target> 7138 </target>
7103 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 7139
7104 </trans-unit> 7140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
7105 <trans-unit id="9160510009013134726"> 7141 <trans-unit id="9160510009013134726">
7106 <source>Unfollow</source> 7142 <source>Unfollow</source>
7107 <target>Αφαίρεση ακολούθησης</target> 7143 <target>Αφαίρεση ακολούθησης</target>
@@ -7112,8 +7148,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7112 <target>Δεν ακολουθείτε το 7148 <target>Δεν ακολουθείτε το
7113 <x id="PH"/> πια. 7149 <x id="PH"/> πια.
7114 </target> 7150 </target>
7115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 7151
7116 </trans-unit> 7152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
7117 <trans-unit id="2593763089859685916"> 7153 <trans-unit id="2593763089859685916">
7118 <source>enabled</source> 7154 <source>enabled</source>
7119 <target>ενεργοποιήθηκε</target> 7155 <target>ενεργοποιήθηκε</target>
@@ -7233,107 +7269,107 @@ channel with the same name (<x id="PH_2"/>)!</target>
7233 <target state="new">Internal actions</target> 7269 <target state="new">Internal actions</target>
7234 7270
7235 7271
7236 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 7272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7237 <trans-unit id="4559872264406386913" datatype="html"> 7273 <trans-unit id="4559872264406386913" datatype="html">
7238 <source>Delete report</source> 7274 <source>Delete report</source>
7239 <target state="new">Delete report</target> 7275 <target state="new">Delete report</target>
7240 7276
7241 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 7277 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7242 <trans-unit id="5793550984155962433" datatype="html"> 7278 <trans-unit id="5793550984155962433" datatype="html">
7243 <source>Actions for the flagged account</source> 7279 <source>Actions for the flagged account</source>
7244 <target state="new">Actions for the flagged account</target> 7280 <target state="new">Actions for the flagged account</target>
7245 7281
7246 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7282 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7247 <trans-unit id="1679841953757186358"> 7283 <trans-unit id="1679841953757186358">
7248 <source>Mark as accepted</source> 7284 <source>Mark as accepted</source>
7249 <target>Σήμανση αποδοχής</target> 7285 <target>Σήμανση αποδοχής</target>
7250 7286
7251 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 7287 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7252 <trans-unit id="7993358694073742566"> 7288 <trans-unit id="7993358694073742566">
7253 <source>Mark as rejected</source> 7289 <source>Mark as rejected</source>
7254 <target>Σήμανση απόρριψης</target> 7290 <target>Σήμανση απόρριψης</target>
7255 7291
7256 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 7292 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7257 <trans-unit id="4175703770051343108" datatype="html"> 7293 <trans-unit id="4175703770051343108" datatype="html">
7258 <source>Add internal note</source> 7294 <source>Add internal note</source>
7259 <target state="new">Add internal note</target> 7295 <target state="new">Add internal note</target>
7260 7296
7261 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 7297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7262 <trans-unit id="296166371893775555" datatype="html"> 7298 <trans-unit id="296166371893775555" datatype="html">
7263 <source>Actions for the video</source> 7299 <source>Actions for the video</source>
7264 <target state="new">Actions for the video</target> 7300 <target state="new">Actions for the video</target>
7265 7301
7266 7302
7267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 7303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7268 <trans-unit id="3924877328520650445" datatype="html"> 7304 <trans-unit id="3924877328520650445" datatype="html">
7269 <source>Block video</source> 7305 <source>Block video</source>
7270 <target state="new">Block video</target> 7306 <target state="new">Block video</target>
7271 7307
7272 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 7308 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7273 <trans-unit id="4762794934098378428" datatype="html"> 7309 <trans-unit id="4762794934098378428" datatype="html">
7274 <source>Video blocked.</source> 7310 <source>Video blocked.</source>
7275 <target state="new">Video blocked.</target> 7311 <target state="new">Video blocked.</target>
7276 7312
7277 7313
7278 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7314 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7279 <trans-unit id="4328862996304258770" datatype="html"> 7315 <trans-unit id="4328862996304258770" datatype="html">
7280 <source>Unblock video</source> 7316 <source>Unblock video</source>
7281 <target state="new">Unblock video</target> 7317 <target state="new">Unblock video</target>
7282 7318
7283 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 7319 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7284 <trans-unit id="9065327551191479877" datatype="html"> 7320 <trans-unit id="9065327551191479877" datatype="html">
7285 <source>Video unblocked.</source> 7321 <source>Video unblocked.</source>
7286 <target state="new">Video unblocked.</target> 7322 <target state="new">Video unblocked.</target>
7287 7323
7288 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 7324 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7289 <trans-unit id="1250415136605923486"> 7325 <trans-unit id="1250415136605923486">
7290 <source>Do you really want to delete this abuse report?</source> 7326 <source>Do you really want to delete this abuse report?</source>
7291 <target>Θέλετε πράγματι να διαγράψετε την αναφορά παραβίασης;</target> 7327 <target>Θέλετε πράγματι να διαγράψετε την αναφορά παραβίασης;</target>
7292 7328
7293 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 7329 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7294 <trans-unit id="3482559157143817408"> 7330 <trans-unit id="3482559157143817408">
7295 <source>Abuse deleted.</source> 7331 <source>Abuse deleted.</source>
7296 <target>Η παραβίαση διαγράφηκε.</target> 7332 <target>Η παραβίαση διαγράφηκε.</target>
7297 7333
7298 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 7334 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7299 <trans-unit id="6282990098351939529" datatype="html"> 7335 <trans-unit id="6282990098351939529" datatype="html">
7300 <source>Deleted comment</source> 7336 <source>Deleted comment</source>
7301 <target state="new">Deleted comment</target> 7337 <target state="new">Deleted comment</target>
7302 7338
7303 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 7339 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7304 <trans-unit id="9196775343330824083" datatype="html"> 7340 <trans-unit id="9196775343330824083" datatype="html">
7305 <source>Messages with reporter</source> 7341 <source>Messages with reporter</source>
7306 <target state="new">Messages with reporter</target> 7342 <target state="new">Messages with reporter</target>
7307 7343
7308 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 7344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7309 <trans-unit id="8770468575924421391" datatype="html"> 7345 <trans-unit id="8770468575924421391" datatype="html">
7310 <source>Messages with moderators</source> 7346 <source>Messages with moderators</source>
7311 <target state="new">Messages with moderators</target> 7347 <target state="new">Messages with moderators</target>
7312 7348
7313 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 7349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7314 <trans-unit id="8528549800795985099" datatype="html"> 7350 <trans-unit id="8528549800795985099" datatype="html">
7315 <source>Update internal note</source> 7351 <source>Update internal note</source>
7316 <target state="new">Update internal note</target> 7352 <target state="new">Update internal note</target>
7317 7353
7318 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 7354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7319 <trans-unit id="3962242315365992494" datatype="html"> 7355 <trans-unit id="3962242315365992494" datatype="html">
7320 <source>Switch video block to manual</source> 7356 <source>Switch video block to manual</source>
7321 <target state="new">Switch video block to manual</target> 7357 <target state="new">Switch video block to manual</target>
7322 7358
7323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7324 <trans-unit id="6906423861055262169" datatype="html"> 7360 <trans-unit id="6906423861055262169" datatype="html">
7325 <source>Video <x id="PH"/> switched to manual block.</source> 7361 <source>Video <x id="PH"/> switched to manual block.</source>
7326 <target state="new">Video 7362 <target state="new">Video
7327 <x id="PH"/> switched to manual block. 7363 <x id="PH"/> switched to manual block.
7328 </target> 7364 </target>
7329 7365
7330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 7366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7331 <trans-unit id="7293356040886494773" datatype="html"> 7367 <trans-unit id="7293356040886494773" datatype="html">
7332 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7368 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7333 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7369 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7334 7370
7335 7371
7336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 7372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7337 <trans-unit id="4859202148272511129" datatype="html"> 7373 <trans-unit id="4859202148272511129" datatype="html">
7338 <source>Unblock</source> 7374 <source>Unblock</source>
7339 <target state="new">Unblock</target> 7375 <target state="new">Unblock</target>
@@ -7341,7 +7377,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7341 7377
7342 7378
7343 7379
7344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7345 <trans-unit id="4922469417589203720" datatype="html"> 7381 <trans-unit id="4922469417589203720" datatype="html">
7346 <source>Video <x id="PH"/> unblocked.</source> 7382 <source>Video <x id="PH"/> unblocked.</source>
7347 <target state="new">Video 7383 <target state="new">Video
@@ -7349,7 +7385,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7349 </target> 7385 </target>
7350 7386
7351 7387
7352 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 7388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7353 <trans-unit id="6286037250766429054"> 7389 <trans-unit id="6286037250766429054">
7354 <source>yes</source> 7390 <source>yes</source>
7355 <target>ναι</target> 7391 <target>ναι</target>
@@ -7596,9 +7632,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7596 <trans-unit id="1519954996184640001"> 7632 <trans-unit id="1519954996184640001">
7597 <source>Error</source> 7633 <source>Error</source>
7598 <target>Σφάλμα</target> 7634 <target>Σφάλμα</target>
7599 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7635
7600 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7636
7601 </trans-unit> 7637 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7602 <trans-unit id="5076187961693950167" datatype="html"> 7638 <trans-unit id="5076187961693950167" datatype="html">
7603 <source>Standard logs</source> 7639 <source>Standard logs</source>
7604 <target state="new">Standard logs</target> 7640 <target state="new">Standard logs</target>
@@ -7643,16 +7679,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7643 <target>Ενημέρωση κωδικού χρήστη</target> 7679 <target>Ενημέρωση κωδικού χρήστη</target>
7644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7645 </trans-unit> 7681 </trans-unit>
7646 <trans-unit id="177544274549739411" datatype="html"> 7682
7647 <source>Following list</source> 7683
7648 <target state="new">Following list</target>
7649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7650 </trans-unit>
7651 <trans-unit id="8092429110007204784" datatype="html">
7652 <source>Followers list</source>
7653 <target state="new">Followers list</target>
7654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7655 </trans-unit>
7656 <trans-unit id="780323526182667308" datatype="html"> 7684 <trans-unit id="780323526182667308" datatype="html">
7657 <source>User <x id="PH"/> updated.</source> 7685 <source>User <x id="PH"/> updated.</source>
7658 <target state="new">User 7686 <target state="new">User
@@ -7692,16 +7720,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7692 <target state="new">Federation</target> 7720 <target state="new">Federation</target>
7693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7721 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7694 </trans-unit> 7722 </trans-unit>
7695 <trans-unit id="4682675125751819107" datatype="html"> 7723
7696 <source>Instances you follow</source> 7724
7697 <target state="new">Instances you follow</target>
7698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7699 </trans-unit>
7700 <trans-unit id="8899833753704589712" datatype="html">
7701 <source>Instances following you</source>
7702 <target state="new">Instances following you</target>
7703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7704 </trans-unit>
7705 <trans-unit id="3767259920053407667" datatype="html"> 7725 <trans-unit id="3767259920053407667" datatype="html">
7706 <source>Videos will be deleted, comments will be tombstoned.</source> 7726 <source>Videos will be deleted, comments will be tombstoned.</source>
7707 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7727 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7732,7 +7752,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7732 <target>Το e-mail έχει επιβεβαιωθεί</target> 7752 <target>Το e-mail έχει επιβεβαιωθεί</target>
7733 7753
7734 7754
7735 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7756 <source>Created</source><target state="new">Created</target>
7757 <context-group purpose="location">
7758 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7759 <context context-type="linenumber">115</context>
7760 </context-group>
7761 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7762 <source>Daily quota</source><target state="new">Daily quota</target>
7763 <context-group purpose="location">
7764 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7765 <context context-type="linenumber">120</context>
7766 </context-group>
7767 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7768 <source>Last login</source><target state="new">Last login</target>
7769 <context-group purpose="location">
7770 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7771 <context context-type="linenumber">122</context>
7772 </context-group>
7773 </trans-unit>
7736 <trans-unit id="3403978719736970622"> 7774 <trans-unit id="3403978719736970622">
7737 <source>You cannot ban root.</source> 7775 <source>You cannot ban root.</source>
7738 <target>Δεν μπορείτε να αποκλείστε τον root.</target> 7776 <target>Δεν μπορείτε να αποκλείστε τον root.</target>
@@ -8047,13 +8085,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
8047 <target>Δημιουργήθηκε το κανάλι 8085 <target>Δημιουργήθηκε το κανάλι
8048 <x id="PH"/>. 8086 <x id="PH"/>.
8049 </target> 8087 </target>
8050 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 8088
8051 </trans-unit> 8089 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
8052 <trans-unit id="8723777130353305761"> 8090 <trans-unit id="8723777130353305761">
8053 <source>This name already exists on this instance.</source> 8091 <source>This name already exists on this instance.</source>
8054 <target>Το όνομα υπάρχει ήδη σ' αυτόν τον κόμβο</target> 8092 <target>Το όνομα υπάρχει ήδη σ' αυτόν τον κόμβο</target>
8055 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 8093
8056 </trans-unit> 8094 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
8057 <trans-unit id="7589345916094713536"> 8095 <trans-unit id="7589345916094713536">
8058 <source>Video channel <x id="PH"/> updated.</source> 8096 <source>Video channel <x id="PH"/> updated.</source>
8059 <target>Το κανάλι 8097 <target>Το κανάλι
@@ -8076,13 +8114,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8076 <target state="new">Banner deleted.</target> 8114 <target state="new">Banner deleted.</target>
8077 8115
8078 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 8116 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
8079 <trans-unit id="2575302837003821736"> 8117
8080 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
8081 <target>Παρακαλούμε πληκτρολογήστε το όνομα καναλιού του (
8082 <x id="PH"/>) για επιβεβαίωση
8083 </target>
8084
8085 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
8086 <trans-unit id="624066830180032195"> 8118 <trans-unit id="624066830180032195">
8087 <source>Video channel <x id="PH"/> deleted.</source> 8119 <source>Video channel <x id="PH"/> deleted.</source>
8088 <target>Το κανάλι 8120 <target>Το κανάλι
@@ -8241,6 +8273,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8241 <source>Ownership change request sent.</source> 8273 <source>Ownership change request sent.</source>
8242 <target>Το αίτημα αλλαγής κατόχου έχει σταλεί.</target> 8274 <target>Το αίτημα αλλαγής κατόχου έχει σταλεί.</target>
8243 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8275 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8276 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
8277 <source>Sort by</source><target state="new">Sort by</target>
8278 <context-group purpose="location">
8279 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8280 <context context-type="linenumber">26</context>
8281 </context-group>
8244 </trans-unit> 8282 </trans-unit>
8245 <trans-unit id="3245220240937722814"> 8283 <trans-unit id="3245220240937722814">
8246 <source>My channels</source> 8284 <source>My channels</source>
@@ -8304,12 +8342,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8304 <source>Maximize editor</source> 8342 <source>Maximize editor</source>
8305 <target state="new">Maximize editor</target> 8343 <target state="new">Maximize editor</target>
8306 8344
8307 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 8345 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8308 <trans-unit id="4243591013849340688" datatype="html"> 8346 <trans-unit id="4243591013849340688" datatype="html">
8309 <source>Exit maximized editor</source> 8347 <source>Exit maximized editor</source>
8310 <target state="new">Exit maximized editor</target> 8348 <target state="new">Exit maximized editor</target>
8311 8349
8312 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 8350 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8313 <trans-unit id="6537885755702623401"> 8351 <trans-unit id="6537885755702623401">
8314 <source>Now please check your emails to verify your account and complete signup.</source> 8352 <source>Now please check your emails to verify your account and complete signup.</source>
8315 <target>Και τώρα δείτε το email σας για να επιβεβαιώσετε τον λογαριασμό σας και να ολοκληρώσετε την εγγραφή.</target> 8353 <target>Και τώρα δείτε το email σας για να επιβεβαιώσετε τον λογαριασμό σας και να ολοκληρώσετε την εγγραφή.</target>
@@ -8345,7 +8383,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8345 <target>Συνδρομή στον λογαριασμό</target> 8383 <target>Συνδρομή στον λογαριασμό</target>
8346 8384
8347 8385
8348 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8386 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8349 <trans-unit id="3131904093925601441" datatype="html"> 8387 <trans-unit id="3131904093925601441" datatype="html">
8350 <source>PLAYLISTS</source> 8388 <source>PLAYLISTS</source>
8351 <target state="new">PLAYLISTS</target> 8389 <target state="new">PLAYLISTS</target>
@@ -8392,35 +8430,35 @@ channel with the same name (<x id="PH_2"/>)!</target>
8392 <trans-unit id="3779524668013120370"> 8430 <trans-unit id="3779524668013120370">
8393 <source>Go to my subscriptions</source> 8431 <source>Go to my subscriptions</source>
8394 <target>Μετάβαση στις συνδρομές μου</target> 8432 <target>Μετάβαση στις συνδρομές μου</target>
8395 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8433
8396 </trans-unit> 8434 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
8397 <trans-unit id="1136469849928650779"> 8435 <trans-unit id="1136469849928650779">
8398 <source>Go to my videos</source> 8436 <source>Go to my videos</source>
8399 <target>Μετάβαση στα βίντεό μου</target> 8437 <target>Μετάβαση στα βίντεό μου</target>
8400 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8438
8401 </trans-unit> 8439 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
8402 <trans-unit id="7836683738999600376"> 8440 <trans-unit id="7836683738999600376">
8403 <source>Go to my imports</source> 8441 <source>Go to my imports</source>
8404 <target>Μετάβαση στις εισαγωγές μου</target> 8442 <target>Μετάβαση στις εισαγωγές μου</target>
8405 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8443
8406 </trans-unit> 8444 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
8407 <trans-unit id="7511292153332773503"> 8445 <trans-unit id="7511292153332773503">
8408 <source>Go to my channels</source> 8446 <source>Go to my channels</source>
8409 <target>Μετάβαση στα κανάλια μου</target> 8447 <target>Μετάβαση στα κανάλια μου</target>
8410 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8448
8411 </trans-unit> 8449 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
8412 <trans-unit id="2013324644839511073" datatype="html"> 8450 <trans-unit id="2013324644839511073" datatype="html">
8413 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8451 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8414Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8452Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8415 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8453 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8416Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8454Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8417 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8455
8418 </trans-unit> 8456 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
8419 <trans-unit id="375263728166936544"> 8457 <trans-unit id="375263728166936544">
8420 <source>You need to reconnect.</source> 8458 <source>You need to reconnect.</source>
8421 <target>Πρέπει να ξανασυνδεθείτε.</target> 8459 <target>Πρέπει να ξανασυνδεθείτε.</target>
8422 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8460
8423 </trans-unit> 8461 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
8424 <trans-unit id="2206638022166154361"> 8462 <trans-unit id="2206638022166154361">
8425 <source>Keyboard Shortcuts:</source> 8463 <source>Keyboard Shortcuts:</source>
8426 <target>Συντομεύσεις πληκτρολογίου:</target> 8464 <target>Συντομεύσεις πληκτρολογίου:</target>
@@ -8431,6 +8469,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8431 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8469 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8432 <context context-type="linenumber">98</context> 8470 <context context-type="linenumber">98</context>
8433 </context-group> 8471 </context-group>
8472 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8473 <source>In my library</source><target state="new">In my library</target>
8474 <context-group purpose="location">
8475 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8476 <context context-type="linenumber">104</context>
8477 </context-group>
8434 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 8478 </trans-unit><trans-unit id="232050922346936574" datatype="html">
8435 <source>Trending</source><target state="new">Trending</target> 8479 <source>Trending</source><target state="new">Trending</target>
8436 8480
@@ -8453,39 +8497,39 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8453 <trans-unit id="1266887509445371246"> 8497 <trans-unit id="1266887509445371246">
8454 <source>Incorrect username or password.</source> 8498 <source>Incorrect username or password.</source>
8455 <target>Λάθος όνομα χρήστη ή κωδικός.</target> 8499 <target>Λάθος όνομα χρήστη ή κωδικός.</target>
8456 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8500
8457 </trans-unit> 8501 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8458 <trans-unit id="6974874606619467663" datatype="html"> 8502 <trans-unit id="6974874606619467663" datatype="html">
8459 <source>Your account is blocked.</source> 8503 <source>Your account is blocked.</source>
8460 <target state="new">Your account is blocked.</target> 8504 <target state="new">Your account is blocked.</target>
8461 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8505
8462 </trans-unit> 8506 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8463 <trans-unit id="7939914198003891823" datatype="html"> 8507 <trans-unit id="7939914198003891823" datatype="html">
8464 <source>any language</source> 8508 <source>any language</source>
8465 <target state="new">any language</target> 8509 <target state="new">any language</target>
8466 8510
8467 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8511 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8468 8512
8469 <trans-unit id="5633144232269377096" datatype="html"> 8513 <trans-unit id="5633144232269377096" datatype="html">
8470 <source>hide</source> 8514 <source>hide</source>
8471 <target state="new">hide</target> 8515 <target state="new">hide</target>
8472 8516
8473 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8517 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8474 <trans-unit id="8603861867909474404" datatype="html"> 8518 <trans-unit id="8603861867909474404" datatype="html">
8475 <source>blur</source> 8519 <source>blur</source>
8476 <target state="new">blur</target> 8520 <target state="new">blur</target>
8477 8521
8478 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8522 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8479 <trans-unit id="4534458451100881847" datatype="html"> 8523 <trans-unit id="4534458451100881847" datatype="html">
8480 <source>display</source> 8524 <source>display</source>
8481 <target state="new">display</target> 8525 <target state="new">display</target>
8482 8526
8483 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8527 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8484 <trans-unit id="4467323362722952678" datatype="html"> 8528 <trans-unit id="4467323362722952678" datatype="html">
8485 <source>Unknown</source> 8529 <source>Unknown</source>
8486 <target state="translated">Άγνωστο</target> 8530 <target state="translated">Άγνωστο</target>
8487 8531
8488 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8532 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8489 <trans-unit id="8781423666414310853"> 8533 <trans-unit id="8781423666414310853">
8490 <source>Your password has been successfully reset!</source> 8534 <source>Your password has been successfully reset!</source>
8491 <target>Ο κωδικός σας έχει ανανεωθεί με επιτυχία!</target> 8535 <target>Ο κωδικός σας έχει ανανεωθεί με επιτυχία!</target>
@@ -8596,12 +8640,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8596 <source>Search index is unavailable. Retrying with instance results instead.</source> 8640 <source>Search index is unavailable. Retrying with instance results instead.</source>
8597 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8641 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8598 8642
8599 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8643 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8600 <trans-unit id="307702206382241469" datatype="html"> 8644 <trans-unit id="307702206382241469" datatype="html">
8601 <source>Search error</source> 8645 <source>Search error</source>
8602 <target state="new">Search error</target> 8646 <target state="new">Search error</target>
8603 8647
8604 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8648 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8649 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8650 <context-group purpose="location">
8651 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8652 <context context-type="linenumber">329</context>
8653 </context-group>
8654 </trans-unit>
8605 <trans-unit id="4580988005648117665" datatype="html"> 8655 <trans-unit id="4580988005648117665" datatype="html">
8606 <source>Search</source> 8656 <source>Search</source>
8607 <target state="translated">Αναζήτηση</target> 8657 <target state="translated">Αναζήτηση</target>
@@ -9819,19 +9869,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9819 </target> 9869 </target>
9820 9870
9821 9871
9822 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9872 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9823 <trans-unit id="1595779426198793580" datatype="html"> 9873 <trans-unit id="1595779426198793580" datatype="html">
9824 <source>Mute server</source> 9874 <source>Mute server</source>
9825 <target state="new">Mute server</target> 9875 <target state="new">Mute server</target>
9826 9876
9827 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9877 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9828 <trans-unit id="8014491157078444256" datatype="html"> 9878 <trans-unit id="8014491157078444256" datatype="html">
9829 <source>Server <x id="PH"/> muted by the instance.</source> 9879 <source>Server <x id="PH"/> muted by the instance.</source>
9830 <target state="new">Server 9880 <target state="new">Server
9831 <x id="PH"/> muted by the instance. 9881 <x id="PH"/> muted by the instance.
9832 </target> 9882 </target>
9833 9883
9834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9884 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9835 <trans-unit id="2044813052587776285" datatype="html"> 9885 <trans-unit id="2044813052587776285" datatype="html">
9836 <source>Add a message to communicate with the reporter</source> 9886 <source>Add a message to communicate with the reporter</source>
9837 <target state="new">Add a message to communicate with the reporter</target> 9887 <target state="new">Add a message to communicate with the reporter</target>
@@ -10079,18 +10129,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10079 <target>Πάρα πολλές προσπάθειες, δοκιμάστε ξανά μετά από 10129 <target>Πάρα πολλές προσπάθειες, δοκιμάστε ξανά μετά από
10080 <x id="PH"/> λεπτά. 10130 <x id="PH"/> λεπτά.
10081 </target> 10131 </target>
10082 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 10132
10083 </trans-unit> 10133 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
10084 <trans-unit id="4965472196059235310"> 10134 <trans-unit id="4965472196059235310">
10085 <source>Too many attempts, please try again later.</source> 10135 <source>Too many attempts, please try again later.</source>
10086 <target>Πάρα πολλές προσπάθειες, δοκιμάστε ξανά αργότερα.</target> 10136 <target>Πάρα πολλές προσπάθειες, δοκιμάστε ξανά αργότερα.</target>
10087 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 10137
10088 </trans-unit> 10138 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
10089 <trans-unit id="1693549688987384699"> 10139 <trans-unit id="1693549688987384699">
10090 <source>Server error. Please retry later.</source> 10140 <source>Server error. Please retry later.</source>
10091 <target>Σφάλμα κόμβου. Δοκιμάστε ξανά αργότερα.</target> 10141 <target>Σφάλμα κόμβου. Δοκιμάστε ξανά αργότερα.</target>
10092 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 10142
10093 </trans-unit> 10143 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
10094 <trans-unit id="5927402622550505067" datatype="html"> 10144 <trans-unit id="5927402622550505067" datatype="html">
10095 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 10145 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
10096 <target state="new">Subscribed to all current channels of 10146 <target state="new">Subscribed to all current channels of
@@ -10205,28 +10255,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10205 <source>Delete video</source> 10255 <source>Delete video</source>
10206 <target state="new">Delete video</target> 10256 <target state="new">Delete video</target>
10207 10257
10208 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 10258 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
10209 <trans-unit id="2210418817778733727" datatype="html"> 10259 <trans-unit id="2210418817778733727" datatype="html">
10210 <source>Actions for the comment</source> 10260 <source>Actions for the comment</source>
10211 <target state="new">Actions for the comment</target> 10261 <target state="new">Actions for the comment</target>
10212 10262
10213 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 10263 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
10214 <trans-unit id="7978668497183230348" datatype="html"> 10264 <trans-unit id="7978668497183230348" datatype="html">
10215 <source>Delete comment</source> 10265 <source>Delete comment</source>
10216 <target state="translated">Διαγραφή σχολίου</target> 10266 <target state="translated">Διαγραφή σχολίου</target>
10217 10267
10218 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 10268 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
10219 <trans-unit id="6747218355168080191" datatype="html"> 10269 <trans-unit id="6747218355168080191" datatype="html">
10220 <source>Do you really want to delete this comment?</source> 10270 <source>Do you really want to delete this comment?</source>
10221 <target state="new">Do you really want to delete this comment?</target> 10271 <target state="new">Do you really want to delete this comment?</target>
10222 10272
10223 10273
10224 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 10274 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
10225 <trans-unit id="7837272126865175984" datatype="html"> 10275 <trans-unit id="7837272126865175984" datatype="html">
10226 <source>Comment deleted.</source> 10276 <source>Comment deleted.</source>
10227 <target state="new">Comment deleted.</target> 10277 <target state="new">Comment deleted.</target>
10228 10278
10229 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 10279 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
10230 <trans-unit id="346270517625845962" datatype="html"> 10280 <trans-unit id="346270517625845962" datatype="html">
10231 <source>Encoder</source> 10281 <source>Encoder</source>
10232 <target state="new">Encoder</target> 10282 <target state="new">Encoder</target>
@@ -10268,31 +10318,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10268 <trans-unit id="1472171759957681533"> 10318 <trans-unit id="1472171759957681533">
10269 <source>Video reported.</source> 10319 <source>Video reported.</source>
10270 <target>Υποβλήθηκε αναφορά για το βίντεο.</target> 10320 <target>Υποβλήθηκε αναφορά για το βίντεο.</target>
10271 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10321
10272 </trans-unit> 10322 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10273 <trans-unit id="3622946684246476652"> 10323 <trans-unit id="3622946684246476652">
10274 <source>Do you really want to delete this video?</source> 10324 <source>Do you really want to delete this video?</source>
10275 <target>Θέλετε όντως να διαγράψετε το βίντεο;</target> 10325 <target>Θέλετε όντως να διαγράψετε το βίντεο;</target>
10276 10326
10277 10327
10278 10328
10279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 10329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10280 <trans-unit id="3941342949736653028" datatype="html"> 10330 <trans-unit id="3941342949736653028" datatype="html">
10281 <source>Video deleted.</source> 10331 <source>Video deleted.</source>
10282 <target state="translated">Διαγράφηκε το βίντεο</target> 10332 <target state="translated">Διαγράφηκε το βίντεο</target>
10283 10333
10284 10334
10285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10286 <trans-unit id="5072091387445907742" datatype="html"> 10336 <trans-unit id="5072091387445907742" datatype="html">
10287 <source>Actions for the reporter</source> 10337 <source>Actions for the reporter</source>
10288 <target state="new">Actions for the reporter</target> 10338 <target state="new">Actions for the reporter</target>
10289 10339
10290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 10340 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10291 <trans-unit id="6599069899275412095" datatype="html"> 10341 <trans-unit id="6599069899275412095" datatype="html">
10292 <source>Mute reporter</source> 10342 <source>Mute reporter</source>
10293 <target state="new">Mute reporter</target> 10343 <target state="new">Mute reporter</target>
10294 10344
10295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 10345 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10296 <trans-unit id="2990849907502572301" datatype="html"> 10346 <trans-unit id="2990849907502572301" datatype="html">
10297 <source>This video will be duplicated by your instance.</source> 10347 <source>This video will be duplicated by your instance.</source>
10298 <target state="new">This video will be duplicated by your instance.</target> 10348 <target state="new">This video will be duplicated by your instance.</target>
@@ -10370,7 +10420,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10370 <target state="translated">Σίγαση λογαριασμού</target> 10420 <target state="translated">Σίγαση λογαριασμού</target>
10371 10421
10372 10422
10373 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit> 10423 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10374 <trans-unit id="4021487547497211597" datatype="html"> 10424 <trans-unit id="4021487547497211597" datatype="html">
10375 <source>Open video actions</source> 10425 <source>Open video actions</source>
10376 <target state="new">Open video actions</target> 10426 <target state="new">Open video actions</target>
@@ -10387,7 +10437,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10387 <source>Mute server account</source> 10437 <source>Mute server account</source>
10388 <target state="new">Mute server account</target> 10438 <target state="new">Mute server account</target>
10389 10439
10390 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 10440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10391 <trans-unit id="7008439939460403347"> 10441 <trans-unit id="7008439939460403347">
10392 <source>Report</source> 10442 <source>Report</source>
10393 <target>Αναφορά</target> 10443 <target>Αναφορά</target>
@@ -10485,32 +10535,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10485 <source>Only I can see this video</source> 10535 <source>Only I can see this video</source>
10486 <target>Μόνο εγώ μπορώ να το δω</target> 10536 <target>Μόνο εγώ μπορώ να το δω</target>
10487 10537
10488 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 10538 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10489 <trans-unit id="6767380569816110388" datatype="html"> 10539 <trans-unit id="6767380569816110388" datatype="html">
10490 <source>Only shareable via a private link</source> 10540 <source>Only shareable via a private link</source>
10491 <target state="new">Only shareable via a private link</target> 10541 <target state="new">Only shareable via a private link</target>
10492 10542
10493 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 10543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10494 <trans-unit id="6828965264297239528"> 10544 <trans-unit id="6828965264297239528">
10495 <source>Anyone can see this video</source> 10545 <source>Anyone can see this video</source>
10496 <target>Όλοι μπορούν να το δουν</target> 10546 <target>Όλοι μπορούν να το δουν</target>
10497 10547
10498 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10548 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10499 <trans-unit id="1425933035739773115" datatype="html"> 10549 <trans-unit id="1425933035739773115" datatype="html">
10500 <source>Only users of this instance can see this video</source> 10550 <source>Only users of this instance can see this video</source>
10501 <target state="new">Only users of this instance can see this video</target> 10551 <target state="new">Only users of this instance can see this video</target>
10502 10552
10503 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit> 10553 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10504 <trans-unit id="8312101634344200207" datatype="html"> 10554 <trans-unit id="8312101634344200207" datatype="html">
10505 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10555 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10506 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10556 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10507 10557
10508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 10558 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10509 <trans-unit id="7756087706411154095" datatype="html"> 10559 <trans-unit id="7756087706411154095" datatype="html">
10510 <source><x id="PH" equiv-text="this.views"/> views</source> 10560 <source><x id="PH" equiv-text="this.views"/> views</source>
10511 <target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10561 <target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10512 10562
10513 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 10563 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10514 <trans-unit id="ngb.alert.close" datatype="html"> 10564 <trans-unit id="ngb.alert.close" datatype="html">
10515 <source>Close</source> 10565 <source>Close</source>
10516 <target state="translated">Κλείσιμο</target> 10566 <target state="translated">Κλείσιμο</target>
@@ -10686,35 +10736,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10686 <source>Your video was uploaded to your account and is private.</source> 10736 <source>Your video was uploaded to your account and is private.</source>
10687 <target>Το βίντεο ανέβηκε στον λογαριασμό σας και είναι ιδιωτικό.</target> 10737 <target>Το βίντεο ανέβηκε στον λογαριασμό σας και είναι ιδιωτικό.</target>
10688 10738
10689 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10739 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10690 <trans-unit id="5699822024600815733"> 10740 <trans-unit id="5699822024600815733">
10691 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10741 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10692 <target>Όμως οι σχετικές πληροφορίες (ετικέτες, περιγραφή...) θα χαθούν, σίγουρα θέλετε να φύγετε από τη σελίδα;</target> 10742 <target>Όμως οι σχετικές πληροφορίες (ετικέτες, περιγραφή...) θα χαθούν, σίγουρα θέλετε να φύγετε από τη σελίδα;</target>
10693 10743
10694 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10744 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10695 <trans-unit id="1219739004043110649"> 10745 <trans-unit id="1219739004043110649">
10696 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10746 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10697 <target>Το βίντεο δεν έχει ανέβει ακόμα, θέλετε σίγουρα να φύγετε από τη σελίδα;</target> 10747 <target>Το βίντεο δεν έχει ανέβει ακόμα, θέλετε σίγουρα να φύγετε από τη σελίδα;</target>
10698 10748
10699 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit> 10749 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10700 <trans-unit id="6932865105766151309" datatype="html"> 10750 <trans-unit id="6932865105766151309" datatype="html">
10701 <source>Upload</source> 10751 <source>Upload</source>
10702 <target state="translated">Αποστολή</target> 10752 <target state="translated">Αποστολή</target>
10703 10753
10704 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10754 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10705 <trans-unit id="8278735427925094503"> 10755 <trans-unit id="8278735427925094503">
10706 <source>Upload <x id="PH"/> </source> 10756 <source>Upload <x id="PH"/> </source>
10707 <target>Ανεβάστε 10757 <target>Ανεβάστε
10708 <x id="PH"/> 10758 <x id="PH"/>
10709 </target> 10759 </target>
10710 10760
10711 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10761 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10712 10762
10713 <trans-unit id="5981816353437801748"> 10763 <trans-unit id="5981816353437801748">
10714 <source>Video published.</source> 10764 <source>Video published.</source>
10715 <target>Το βίνεο δημοσιεύτηκε.</target> 10765 <target>Το βίνεο δημοσιεύτηκε.</target>
10716 10766
10717 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10767 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10718 10768
10719 10769
10720 <trans-unit id="764164089183618119"> 10770 <trans-unit id="764164089183618119">
@@ -10764,27 +10814,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10764 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10814 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10765 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10815 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10766 10816
10767 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10817 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10768 <trans-unit id="5761611056224181752" datatype="html"> 10818 <trans-unit id="5761611056224181752" datatype="html">
10769 <source>Redirection</source> 10819 <source>Redirection</source>
10770 <target state="new">Redirection</target> 10820 <target state="new">Redirection</target>
10771 10821
10772 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10822 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10773 <trans-unit id="8858527736400081688"> 10823 <trans-unit id="8858527736400081688">
10774 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10824 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10775 <target>Το βίντεο έχει σκληρό περιεχόμενο ή μόνο για ενήλικες. Σίγουρα θέλετε να το δείτε;</target> 10825 <target>Το βίντεο έχει σκληρό περιεχόμενο ή μόνο για ενήλικες. Σίγουρα θέλετε να το δείτε;</target>
10776 10826
10777 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10827 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10778 <trans-unit id="3937119019020041049"> 10828 <trans-unit id="3937119019020041049">
10779 <source>Mature or explicit content</source> 10829 <source>Mature or explicit content</source>
10780 <target>Σκληρό περιεχόμενο ή για ενήλικες</target> 10830 <target>Σκληρό περιεχόμενο ή για ενήλικες</target>
10781 10831
10782 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10832 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10783 <trans-unit id="1755474755114288376" datatype="html"> 10833 <trans-unit id="1755474755114288376" datatype="html">
10784 <source>Up Next</source> 10834 <source>Up Next</source>
10785 <target state="translated">Επόμενο</target> 10835 <target state="translated">Επόμενο</target>
10786 10836
10787 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 10837 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10788 <trans-unit id="2159130950882492111" datatype="html"> 10838 <trans-unit id="2159130950882492111" datatype="html">
10789 <source>Cancel</source> 10839 <source>Cancel</source>
10790 <target state="translated">Ακύρωση</target> 10840 <target state="translated">Ακύρωση</target>
@@ -10794,62 +10844,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10794 <source>Autoplay is suspended</source> 10844 <source>Autoplay is suspended</source>
10795 <target state="new">Autoplay is suspended</target> 10845 <target state="new">Autoplay is suspended</target>
10796 10846
10797 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10847 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10798 <trans-unit id="7895294730547405228" datatype="html"> 10848 <trans-unit id="7895294730547405228" datatype="html">
10799 <source>Enter/exit fullscreen (requires player focus)</source> 10849 <source>Enter/exit fullscreen (requires player focus)</source>
10800 <target state="new">Enter/exit fullscreen (requires player focus)</target> 10850 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10801 10851
10802 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10852 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10803 <trans-unit id="7618388257165864759" datatype="html"> 10853 <trans-unit id="7618388257165864759" datatype="html">
10804 <source>Play/Pause the video (requires player focus)</source> 10854 <source>Play/Pause the video (requires player focus)</source>
10805 <target state="new">Play/Pause the video (requires player focus)</target> 10855 <target state="new">Play/Pause the video (requires player focus)</target>
10806 10856
10807 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10857 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10808 <trans-unit id="7761890399634216630" datatype="html"> 10858 <trans-unit id="7761890399634216630" datatype="html">
10809 <source>Mute/unmute the video (requires player focus)</source> 10859 <source>Mute/unmute the video (requires player focus)</source>
10810 <target state="new">Mute/unmute the video (requires player focus)</target> 10860 <target state="new">Mute/unmute the video (requires player focus)</target>
10811 10861
10812 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10862 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10813 <trans-unit id="5996585232248234904" datatype="html"> 10863 <trans-unit id="5996585232248234904" datatype="html">
10814 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10864 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10815 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10865 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10816 10866
10817 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10867 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10818 <trans-unit id="3748765405903319998" datatype="html"> 10868 <trans-unit id="3748765405903319998" datatype="html">
10819 <source>Increase the volume (requires player focus)</source> 10869 <source>Increase the volume (requires player focus)</source>
10820 <target state="new">Increase the volume (requires player focus)</target> 10870 <target state="new">Increase the volume (requires player focus)</target>
10821 10871
10822 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10872 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10823 <trans-unit id="5810704036407159982" datatype="html"> 10873 <trans-unit id="5810704036407159982" datatype="html">
10824 <source>Decrease the volume (requires player focus)</source> 10874 <source>Decrease the volume (requires player focus)</source>
10825 <target state="new">Decrease the volume (requires player focus)</target> 10875 <target state="new">Decrease the volume (requires player focus)</target>
10826 10876
10827 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10877 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10828 <trans-unit id="2622048822548065691" datatype="html"> 10878 <trans-unit id="2622048822548065691" datatype="html">
10829 <source>Seek the video forward (requires player focus)</source> 10879 <source>Seek the video forward (requires player focus)</source>
10830 <target state="new">Seek the video forward (requires player focus)</target> 10880 <target state="new">Seek the video forward (requires player focus)</target>
10831 10881
10832 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10882 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10833 <trans-unit id="6540078205109221153" datatype="html"> 10883 <trans-unit id="6540078205109221153" datatype="html">
10834 <source>Seek the video backward (requires player focus)</source> 10884 <source>Seek the video backward (requires player focus)</source>
10835 <target state="new">Seek the video backward (requires player focus)</target> 10885 <target state="new">Seek the video backward (requires player focus)</target>
10836 10886
10837 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10887 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10838 <trans-unit id="1956491957766210808" datatype="html"> 10888 <trans-unit id="1956491957766210808" datatype="html">
10839 <source>Increase playback rate (requires player focus)</source> 10889 <source>Increase playback rate (requires player focus)</source>
10840 <target state="new">Increase playback rate (requires player focus)</target> 10890 <target state="new">Increase playback rate (requires player focus)</target>
10841 10891
10842 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10892 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10843 <trans-unit id="5495529997674803186" datatype="html"> 10893 <trans-unit id="5495529997674803186" datatype="html">
10844 <source>Decrease playback rate (requires player focus)</source> 10894 <source>Decrease playback rate (requires player focus)</source>
10845 <target state="translated">Μειώστε το ποσοστό αναπαραγωγής (απαιτεί εστίαση του προγράμματος αναπαραγωγής))</target> 10895 <target state="translated">Μειώστε το ποσοστό αναπαραγωγής (απαιτεί εστίαση του προγράμματος αναπαραγωγής))</target>
10846 10896
10847 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10897 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10848 <trans-unit id="3178343147230721210" datatype="html"> 10898 <trans-unit id="3178343147230721210" datatype="html">
10849 <source>Navigate in the video frame by frame (requires player focus)</source> 10899 <source>Navigate in the video frame by frame (requires player focus)</source>
10850 <target state="translated">Περιήγηση στο βίντεο καρέ ανά καρέ (απαιτεί εστίαση του προγράμματος αναπαραγωγής)</target> 10900 <target state="translated">Περιήγηση στο βίντεο καρέ ανά καρέ (απαιτεί εστίαση του προγράμματος αναπαραγωγής)</target>
10851 10901
10852 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10902 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10853 <trans-unit id="8025996572234182184"> 10903 <trans-unit id="8025996572234182184">
10854 <source>Like the video</source> 10904 <source>Like the video</source>
10855 <target>Σας αρέσει το βίντεο</target> 10905 <target>Σας αρέσει το βίντεο</target>
diff --git a/client/src/locale/angular.en-GB.xlf b/client/src/locale/angular.en-GB.xlf
index 034488b82..d0f48b5ae 100644
--- a/client/src/locale/angular.en-GB.xlf
+++ b/client/src/locale/angular.en-GB.xlf
@@ -301,7 +301,7 @@
301 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 301 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
302 </target> 302 </target>
303 303
304 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html"> 304 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html">
305 <source>My watch history</source><target state="new">My watch history</target> 305 <source>My watch history</source><target state="new">My watch history</target>
306 306
307 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 307 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
@@ -382,12 +382,12 @@
382 382
383 383
384 384
385 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 385 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
386 <trans-unit id="1006562256968398209" datatype="html"> 386 <trans-unit id="1006562256968398209" datatype="html">
387 <source>video</source> 387 <source>video</source>
388 <target state="new">video</target> 388 <target state="new">video</target>
389 389
390 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 390 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
391 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target> 391 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target>
392 392
393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -449,10 +449,10 @@
449 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 449 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
450 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 450 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
451 451
452 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 452 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
453 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 453 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
454 454
455 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit><trans-unit id="5235042777215655908" datatype="html"> 455 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit><trans-unit id="5235042777215655908" datatype="html">
456 <source>subtitles</source><target state="new">subtitles</target> 456 <source>subtitles</source><target state="new">subtitles</target>
457 457
458 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 458 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
@@ -663,7 +663,7 @@
663 663
664 664
665 665
666 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 666 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
667 <source>Only live videos</source><target state="new">Only live videos</target> 667 <source>Only live videos</source><target state="new">Only live videos</target>
668 <context-group purpose="location"> 668 <context-group purpose="location">
669 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 669 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -835,7 +835,7 @@
835 835
836 836
837 837
838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group></trans-unit> 838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
839 <trans-unit id="1502595455339510144"> 839 <trans-unit id="1502595455339510144">
840 <source> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 840 <source> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
841 <target> 841 <target>
@@ -918,7 +918,31 @@
918 <source>Federation</source> 918 <source>Federation</source>
919 <target state="new">Federation</target> 919 <target state="new">Federation</target>
920 920
921 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 921 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
922 <source>Following</source><target state="new">Following</target>
923 <context-group purpose="location">
924 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
925 <context context-type="linenumber">29</context>
926 </context-group>
927 <context-group purpose="location">
928 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
929 <context context-type="linenumber">31</context>
930 </context-group>
931 <context-group purpose="location">
932 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
933 <context context-type="linenumber">28</context>
934 </context-group>
935 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
936 <source>Followers</source><target state="new">Followers</target>
937 <context-group purpose="location">
938 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
939 <context context-type="linenumber">34</context>
940 </context-group>
941 <context-group purpose="location">
942 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
943 <context context-type="linenumber">37</context>
944 </context-group>
945 </trans-unit>
922 <trans-unit id="3541687134897970106" datatype="html"> 946 <trans-unit id="3541687134897970106" datatype="html">
923 <source>followers</source> 947 <source>followers</source>
924 <target state="new">followers</target> 948 <target state="new">followers</target>
@@ -980,7 +1004,7 @@
980 1004
981 1005
982 1006
983 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 1007 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
984 <trans-unit id="3616223838716839702"> 1008 <trans-unit id="3616223838716839702">
985 <source>Ban this user</source> 1009 <source>Ban this user</source>
986 <target>Ban this user</target> 1010 <target>Ban this user</target>
@@ -1046,17 +1070,11 @@
1046 1070
1047 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7252854992688790751" datatype="html"> 1071 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7252854992688790751" datatype="html">
1048 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1072 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1049 <context-group purpose="location"> 1073
1050 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1074 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="7215649348148521605" datatype="html">
1051 <context context-type="linenumber">60,62</context>
1052 </context-group>
1053 </trans-unit><trans-unit id="7215649348148521605" datatype="html">
1054 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1075 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1055 <context-group purpose="location"> 1076
1056 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1077 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1057 <context context-type="linenumber">65,67</context>
1058 </context-group>
1059 </trans-unit>
1060 <trans-unit id="2392488717875840729"> 1078 <trans-unit id="2392488717875840729">
1061 <source>User</source> 1079 <source>User</source>
1062 <target>User</target> 1080 <target>User</target>
@@ -1067,7 +1085,13 @@
1067 <source>Username or email address</source> 1085 <source>Username or email address</source>
1068 <target>Username or email address</target> 1086 <target>Username or email address</target>
1069 1087
1070 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 1088 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="1758058452376026925" datatype="html">
1089 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1090 <context-group purpose="location">
1091 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1092 <context context-type="linenumber">33,34</context>
1093 </context-group>
1094 </trans-unit>
1071 1095
1072 <trans-unit id="1431416938026210429"> 1096 <trans-unit id="1431416938026210429">
1073 <source>Password</source> 1097 <source>Password</source>
@@ -1080,50 +1104,44 @@
1080 1104
1081 1105
1082 1106
1083 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1084 <trans-unit id="8715156686857791956" datatype="html"> 1108 <trans-unit id="8715156686857791956" datatype="html">
1085 <source>Click here to reset your password</source> 1109 <source>Click here to reset your password</source>
1086 <target state="new">Click here to reset your password</target> 1110 <target state="new">Click here to reset your password</target>
1087 1111
1088 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html"> 1112 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html">
1089 <source>I forgot my password</source><target state="new">I forgot my password</target> 1113 <source>I forgot my password</source><target state="new">I forgot my password</target>
1090 <context-group purpose="location"> 1114
1091 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1115 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="2101170466365500913" datatype="html">
1092 <context context-type="linenumber">47</context>
1093 </context-group>
1094 </trans-unit><trans-unit id="2101170466365500913" datatype="html">
1095 <source> Logging into an account lets you publish content </source><target state="new"> Logging into an account lets you publish content </target> 1116 <source> Logging into an account lets you publish content </source><target state="new"> Logging into an account lets you publish content </target>
1096 <context-group purpose="location"> 1117
1097 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1118 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1098 <context context-type="linenumber">56,57</context>
1099 </context-group>
1100 </trans-unit>
1101 <trans-unit id="2454050363478003966"> 1119 <trans-unit id="2454050363478003966">
1102 <source>Login</source> 1120 <source>Login</source>
1103 <target>Login</target> 1121 <target>Login</target>
1104 1122
1105 1123
1106 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1124 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1107 <trans-unit id="3183213940445113677" datatype="html"> 1125 <trans-unit id="3183213940445113677" datatype="html">
1108 <source>Or sign in with</source> 1126 <source>Or sign in with</source>
1109 <target state="new">Or sign in with</target> 1127 <target state="new">Or sign in with</target>
1110 1128
1111 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit> 1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1112 <trans-unit id="3238209155172574367"> 1130 <trans-unit id="3238209155172574367">
1113 <source>Forgot your password</source> 1131 <source>Forgot your password</source>
1114 <target>Forgot your password</target> 1132 <target>Forgot your password</target>
1115 1133
1116 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1134 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1117 <trans-unit id="87327320394367488" datatype="html"> 1135 <trans-unit id="87327320394367488" datatype="html">
1118 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1136 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1119 <target state="new"> 1137 <target state="new">
1120 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1138 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1121 </target> 1139 </target>
1122 1140
1123 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit><trans-unit id="3188014010833256853" datatype="html"> 1141 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="3188014010833256853" datatype="html">
1124 <source> Enter your email address and we will send you a link to reset your password. </source><target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1142 <source> Enter your email address and we will send you a link to reset your password. </source><target state="new"> Enter your email address and we will send you a link to reset your password. </target>
1125 1143
1126 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="1190256911880544559" datatype="html"> 1144 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit><trans-unit id="1190256911880544559" datatype="html">
1127 <source>An email with the reset password instructions will be sent to <x id="PH"/>. 1145 <source>An email with the reset password instructions will be sent to <x id="PH"/>.
1128The link will expire within 1 hour.</source><target state="new">An email with the reset password instructions will be sent to <x id="PH"/>. 1146The link will expire within 1 hour.</source><target state="new">An email with the reset password instructions will be sent to <x id="PH"/>.
1129The link will expire within 1 hour.</target> 1147The link will expire within 1 hour.</target>
@@ -1139,17 +1157,17 @@ The link will expire within 1 hour.</target>
1139 1157
1140 1158
1141 1159
1142 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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/+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/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1143 <trans-unit id="3967269098753656610"> 1161 <trans-unit id="3967269098753656610">
1144 <source>Email address</source> 1162 <source>Email address</source>
1145 <target>Email address</target> 1163 <target>Email address</target>
1146 1164
1147 1165
1148 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="7808756054397155068" datatype="html"> 1166 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="7808756054397155068" datatype="html">
1149 <source>Reset</source><target state="new">Reset</target> 1167 <source>Reset</source><target state="new">Reset</target>
1150 1168
1151 <note priority="1" from="description">Password reset button</note> 1169 <note priority="1" from="description">Password reset button</note>
1152 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group></trans-unit> 1170 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1153 1171
1154 1172
1155 <trans-unit id="4319634264526091601" datatype="html"> 1173 <trans-unit id="4319634264526091601" datatype="html">
@@ -1226,7 +1244,7 @@ The link will expire within 1 hour.</target>
1226 No results found 1244 No results found
1227 </target> 1245 </target>
1228 1246
1229 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1247 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1230 <trans-unit id="5500467336262464724"> 1248 <trans-unit id="5500467336262464724">
1231 <source> 1249 <source>
1232 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers 1250 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers
@@ -1235,7 +1253,7 @@ The link will expire within 1 hour.</target>
1235 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers 1253 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers
1236 </target> 1254 </target>
1237 1255
1238 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1256 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1239 <trans-unit id="1516969129397662377" datatype="html"> 1257 <trans-unit id="1516969129397662377" datatype="html">
1240 <source>Welcome to PeerTube, dear administrator!</source> 1258 <source>Welcome to PeerTube, dear administrator!</source>
1241 <target state="new">Welcome to PeerTube, dear administrator!</target> 1259 <target state="new">Welcome to PeerTube, dear administrator!</target>
@@ -1511,7 +1529,7 @@ The link will expire within 1 hour.</target>
1511 <source>Create an account</source> 1529 <source>Create an account</source>
1512 <target>Create an account</target> 1530 <target>Create an account</target>
1513 1531
1514 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1532 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1515 1533
1516 <trans-unit id="3058024914967508975" datatype="html"> 1534 <trans-unit id="3058024914967508975" datatype="html">
1517 <source>My videos</source><target state="new">My videos</target> 1535 <source>My videos</source><target state="new">My videos</target>
@@ -1557,7 +1575,7 @@ The link will expire within 1 hour.</target>
1557 <target state="new">VIDEOS</target> 1575 <target state="new">VIDEOS</target>
1558 1576
1559 1577
1560 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html"> 1578 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html">
1561 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target> 1579 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target>
1562 1580
1563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html"> 1581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html">
@@ -1625,7 +1643,7 @@ The link will expire within 1 hour.</target>
1625 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4424964105331349857" datatype="html"> 1643 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4424964105331349857" datatype="html">
1626 <source>I'm a teapot</source><target state="new">I'm a teapot</target> 1644 <source>I'm a teapot</source><target state="new">I'm a teapot</target>
1627 1645
1628 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="1597262876035959248" datatype="html"> 1646 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1597262876035959248" datatype="html">
1629 <source>That's an error.</source><target state="new">That's an error.</target> 1647 <source>That's an error.</source><target state="new">That's an error.</target>
1630 <context-group purpose="location"> 1648 <context-group purpose="location">
1631 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1649 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
@@ -1691,7 +1709,7 @@ The link will expire within 1 hour.</target>
1691 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="2971365540217107489" datatype="html"> 1709 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="2971365540217107489" datatype="html">
1692 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1710 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1693 1711
1694 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 1712 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1695 1713
1696 <trans-unit id="5131854469652959713" datatype="html"> 1714 <trans-unit id="5131854469652959713" datatype="html">
1697 <source>GLOBAL SEARCH</source> 1715 <source>GLOBAL SEARCH</source>
@@ -1779,7 +1797,7 @@ The link will expire within 1 hour.</target>
1779 1797
1780 1798
1781 1799
1782 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1800 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1783 <source>Display only</source><target state="new">Display only</target> 1801 <source>Display only</source><target state="new">Display only</target>
1784 <context-group purpose="location"> 1802 <context-group purpose="location">
1785 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1803 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1817,7 +1835,7 @@ The link will expire within 1 hour.</target>
1817 <target>Duration</target> 1835 <target>Duration</target>
1818 1836
1819 1837
1820 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1838 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1821 <trans-unit id="3589238979642505685"> 1839 <trans-unit id="3589238979642505685">
1822 <source>Display sensitive content</source> 1840 <source>Display sensitive content</source>
1823 <target>Display sensitive content</target> 1841 <target>Display sensitive content</target>
@@ -1839,7 +1857,7 @@ The link will expire within 1 hour.</target>
1839 1857
1840 1858
1841 1859
1842 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1860 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1843 <trans-unit id="5478121364779850827" datatype="html"> 1861 <trans-unit id="5478121364779850827" datatype="html">
1844 <source>Reset</source> 1862 <source>Reset</source>
1845 <target state="new"> 1863 <target state="new">
@@ -1862,7 +1880,7 @@ The link will expire within 1 hour.</target>
1862 1880
1863 1881
1864 1882
1865 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1883 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1866 <trans-unit id="4184995865179898060" datatype="html"> 1884 <trans-unit id="4184995865179898060" datatype="html">
1867 <source>Display all licenses</source> 1885 <source>Display all licenses</source>
1868 <target state="new">Display all licenses</target> 1886 <target state="new">Display all licenses</target>
@@ -1875,7 +1893,7 @@ The link will expire within 1 hour.</target>
1875 1893
1876 1894
1877 1895
1878 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1896 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1879 <trans-unit id="7904142744051432458" datatype="html"> 1897 <trans-unit id="7904142744051432458" datatype="html">
1880 <source>Display all languages</source> 1898 <source>Display all languages</source>
1881 <target state="new">Display all languages</target> 1899 <target state="new">Display all languages</target>
@@ -1890,17 +1908,23 @@ The link will expire within 1 hour.</target>
1890 <source>One of these tags</source> 1908 <source>One of these tags</source>
1891 <target>One of these tags</target> 1909 <target>One of these tags</target>
1892 1910
1893 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1911 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1912 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1913 <context-group purpose="location">
1914 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1915 <context context-type="linenumber">178</context>
1916 </context-group>
1917 </trans-unit>
1894 <trans-unit id="283421392567624698" datatype="html"> 1918 <trans-unit id="283421392567624698" datatype="html">
1895 <source>Search target</source> 1919 <source>Search target</source>
1896 <target state="new">Search target</target> 1920 <target state="new">Search target</target>
1897 1921
1898 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1922 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1899 <trans-unit id="2489767671380266270" datatype="html"> 1923 <trans-unit id="2489767671380266270" datatype="html">
1900 <source>Vidiverse</source> 1924 <source>Vidiverse</source>
1901 <target state="new">Vidiverse</target> 1925 <target state="new">Vidiverse</target>
1902 1926
1903 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1927 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1904 <trans-unit id="5478121364779850827" datatype="html"> 1928 <trans-unit id="5478121364779850827" datatype="html">
1905 <source>Reset</source> 1929 <source>Reset</source>
1906 <target state="new"> 1930 <target state="new">
@@ -1912,7 +1936,7 @@ The link will expire within 1 hour.</target>
1912 <source>Filter</source> 1936 <source>Filter</source>
1913 <target>Filter</target> 1937 <target>Filter</target>
1914 1938
1915 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1939 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1916 1940
1917 <trans-unit id="6479885129995567639" datatype="html"> 1941 <trans-unit id="6479885129995567639" datatype="html">
1918 <source>Video channels</source> 1942 <source>Video channels</source>
@@ -1951,7 +1975,7 @@ The link will expire within 1 hour.</target>
1951 <target>Tags</target> 1975 <target>Tags</target>
1952 1976
1953 1977
1954 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1978 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1955 <trans-unit id="354332809647287722" datatype="html"> 1979 <trans-unit id="354332809647287722" datatype="html">
1956 <source> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1980 <source> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1957 <target state="new"> 1981 <target state="new">
@@ -2385,7 +2409,7 @@ The link will expire within 1 hour.</target>
2385 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2409 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2386 <source>Upload on hold</source><target state="new">Upload on hold</target> 2410 <source>Upload on hold</source><target state="new">Upload on hold</target>
2387 2411
2388 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2412 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2389 <trans-unit id="285180972645018518" datatype="html"> 2413 <trans-unit id="285180972645018518" datatype="html">
2390 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2414 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2391 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2415 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2710,13 +2734,19 @@ The link will expire within 1 hour.</target>
2710 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2734 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2711 <source>Origin</source><target state="new">Origin</target> 2735 <source>Origin</source><target state="new">Origin</target>
2712 2736
2713 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2737 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2738 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2739 <context-group purpose="location">
2740 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2741 <context context-type="linenumber">14</context>
2742 </context-group>
2743 </trans-unit>
2714 2744
2715 <trans-unit id="5139892963394684487"> 2745 <trans-unit id="5139892963394684487">
2716 <source>Originally published</source> 2746 <source>Originally published</source>
2717 <target>Originally published</target> 2747 <target>Originally published</target>
2718 2748
2719 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2749 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2720 <trans-unit id="6402393085909200998" datatype="html"> 2750 <trans-unit id="6402393085909200998" datatype="html">
2721 <source>Friendly Reminder: </source> 2751 <source>Friendly Reminder: </source>
2722 <target state="new">Friendly Reminder: </target> 2752 <target state="new">Friendly Reminder: </target>
@@ -3045,11 +3075,7 @@ The link will expire within 1 hour.</target>
3045 <target>ID</target> 3075 <target>ID</target>
3046 3076
3047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit> 3077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3048 <trans-unit id="2265605798180116441" datatype="html"> 3078
3049 <source>Follower handle</source>
3050 <target state="new">Follower handle</target>
3051
3052 <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>
3053 <trans-unit id="5911214550882917183"> 3079 <trans-unit id="5911214550882917183">
3054 <source>State</source> 3080 <source>State</source>
3055 <target>State</target> 3081 <target>State</target>
@@ -3131,11 +3157,7 @@ The link will expire within 1 hour.</target>
3131 </target> 3157 </target>
3132 3158
3133 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 3159 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
3134 <trans-unit id="6641024648411549335"> 3160
3135 <source>Host</source>
3136 <target>Host</target>
3137
3138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3139 <trans-unit id="6571718060636962350" datatype="html"> 3161 <trans-unit id="6571718060636962350" datatype="html">
3140 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3162 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3141 <target state="new">Redundancy allowed 3163 <target state="new">Redundancy allowed
@@ -3146,7 +3168,7 @@ The link will expire within 1 hour.</target>
3146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html"> 3168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html">
3147 <source>Unfollow</source><target state="new">Unfollow</target> 3169 <source>Unfollow</source><target state="new">Unfollow</target>
3148 3170
3149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3171 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3150 <trans-unit id="8246779176913476983" datatype="html"> 3172 <trans-unit id="8246779176913476983" datatype="html">
3151 <source>Open instance in a new tab</source> 3173 <source>Open instance in a new tab</source>
3152 <target state="new">Open instance in a new tab</target> 3174 <target state="new">Open instance in a new tab</target>
@@ -3158,12 +3180,12 @@ The link will expire within 1 hour.</target>
3158 <source>No host found matching current filters.</source> 3180 <source>No host found matching current filters.</source>
3159 <target state="new">No host found matching current filters.</target> 3181 <target state="new">No host found matching current filters.</target>
3160 3182
3161 <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> 3183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3162 <trans-unit id="7274241885665071790" datatype="html"> 3184 <trans-unit id="7274241885665071790" datatype="html">
3163 <source>Your instance is not following anyone.</source> 3185 <source>Your instance is not following anyone.</source>
3164 <target state="new">Your instance is not following anyone.</target> 3186 <target state="new">Your instance is not following anyone.</target>
3165 3187
3166 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3188 <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>
3167 <trans-unit id="4774348799569692380" datatype="html"> 3189 <trans-unit id="4774348799569692380" datatype="html">
3168 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3190 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3169 <target state="new">Showing 3191 <target state="new">Showing
@@ -3173,14 +3195,7 @@ The link will expire within 1 hour.</target>
3173 </target> 3195 </target>
3174 3196
3175 <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></trans-unit> 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></trans-unit>
3176 <trans-unit id="6275803119759621687" datatype="html"> 3198 <trans-unit id="9216117865911519658" datatype="html">
3177 <source>Follow domains</source>
3178 <target state="new">Follow domains</target>
3179
3180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="1268699198448750610" datatype="html">
3181 <source>Follow instances</source><target state="new">Follow instances</target>
3182
3183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
3184 <source>Action</source><target state="new">Action</target> 3199 <source>Action</source><target state="new">Action</target>
3185 3200
3186 3201
@@ -3230,7 +3245,7 @@ The link will expire within 1 hour.</target>
3230 3245
3231 3246
3232 3247
3233 <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><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/+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></trans-unit><trans-unit id="5428411040014095392" datatype="html"> 3248 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="5428411040014095392" datatype="html">
3234 <source>e.g. jane_doe</source><target state="new">e.g. jane_doe</target> 3249 <source>e.g. jane_doe</source><target state="new">e.g. jane_doe</target>
3235 3250
3236 <note priority="1" from="description">Username choice placeholder in the registration form</note> 3251 <note priority="1" from="description">Username choice placeholder in the registration form</note>
@@ -3262,7 +3277,7 @@ The link will expire within 1 hour.</target>
3262 <target>Role</target> 3277 <target>Role</target>
3263 3278
3264 3279
3265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group></trans-unit> 3280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3266 <trans-unit id="7046347992315328430" datatype="html"> 3281 <trans-unit id="7046347992315328430" datatype="html">
3267 <source> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3282 <source> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3268 <target state="new"> 3283 <target state="new">
@@ -3285,15 +3300,9 @@ The link will expire within 1 hour.</target>
3285 3300
3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html"> 3301 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html">
3287 <source>Auth plugin</source><target state="new">Auth plugin</target> 3302 <source>Auth plugin</source><target state="new">Auth plugin</target>
3288 <context-group purpose="location"> 3303
3289 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3304
3290 <context context-type="linenumber">188</context> 3305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="588099657508661970" datatype="html">
3291 </context-group>
3292 <context-group purpose="location">
3293 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3294 <context context-type="linenumber">188</context>
3295 </context-group>
3296 </trans-unit><trans-unit id="588099657508661970" datatype="html">
3297 <source>None (local authentication)</source><target state="new">None (local authentication)</target> 3306 <source>None (local authentication)</source><target state="new">None (local authentication)</target>
3298 <context-group purpose="location"> 3307 <context-group purpose="location">
3299 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3308 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
@@ -3520,7 +3529,13 @@ The link will expire within 1 hour.</target>
3520 3529
3521 3530
3522 3531
3523 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4691552465058437520" datatype="html"> 3532 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3533 <source>Follower</source><target state="new">Follower</target>
3534 <context-group purpose="location">
3535 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3536 <context context-type="linenumber">24</context>
3537 </context-group>
3538 </trans-unit><trans-unit id="4691552465058437520" datatype="html">
3524 <source>Commented video</source><target state="new">Commented video</target> 3539 <source>Commented video</source><target state="new">Commented video</target>
3525 3540
3526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="7266085473379376028" datatype="html"> 3541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="7266085473379376028" datatype="html">
@@ -3553,35 +3568,20 @@ The link will expire within 1 hour.</target>
3553 3568
3554 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3569 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3555 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3570 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3556 <context-group purpose="location"> 3571
3557 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3572 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3558 <context context-type="linenumber">42</context>
3559 </context-group>
3560 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3561 <source>Accepted reports</source><target state="new">Accepted reports</target> 3573 <source>Accepted reports</source><target state="new">Accepted reports</target>
3562 <context-group purpose="location"> 3574
3563 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3575 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3564 <context context-type="linenumber">46</context>
3565 </context-group>
3566 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3567 <source>Refused reports</source><target state="new">Refused reports</target> 3576 <source>Refused reports</source><target state="new">Refused reports</target>
3568 <context-group purpose="location"> 3577
3569 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3578 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3570 <context context-type="linenumber">50</context>
3571 </context-group>
3572 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3573 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3579 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3574 <context-group purpose="location"> 3580
3575 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3581 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3576 <context context-type="linenumber">54</context>
3577 </context-group>
3578 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3579 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3582 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3580 <context-group purpose="location"> 3583
3581 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3584 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3582 <context context-type="linenumber">58</context>
3583 </context-group>
3584 </trans-unit>
3585 <trans-unit id="4678289986918934018" datatype="html"> 3585 <trans-unit id="4678289986918934018" datatype="html">
3586 <source>Block reason:</source> 3586 <source>Block reason:</source>
3587 <target state="new">Block reason:</target> 3587 <target state="new">Block reason:</target>
@@ -3598,17 +3598,11 @@ The link will expire within 1 hour.</target>
3598 3598
3599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3600 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3600 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3601 <context-group purpose="location"> 3601
3602 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3603 <context context-type="linenumber">31</context>
3604 </context-group>
3605 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3606 <source>Manual blocks</source><target state="new">Manual blocks</target> 3603 <source>Manual blocks</source><target state="new">Manual blocks</target>
3607 <context-group purpose="location"> 3604
3608 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3609 <context context-type="linenumber">35</context>
3610 </context-group>
3611 </trans-unit>
3612 <trans-unit id="2143435845912984377" datatype="html"> 3606 <trans-unit id="2143435845912984377" datatype="html">
3613 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3607 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3614 <target state="new">Showing 3608 <target state="new">Showing
@@ -3792,7 +3786,7 @@ The link will expire within 1 hour.</target>
3792 3786
3793 3787
3794 3788
3795 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3796 <trans-unit id="1300704815627663264"> 3790 <trans-unit id="1300704815627663264">
3797 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3791 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3798 <target>Muted at 3792 <target>Muted at
@@ -3842,7 +3836,7 @@ The link will expire within 1 hour.</target>
3842 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3836 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3843 </target> 3837 </target>
3844 3838
3845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3846 <trans-unit id="4058814854824495833" datatype="html"> 3840 <trans-unit id="4058814854824495833" datatype="html">
3847 <source>Mute domains</source> 3841 <source>Mute domains</source>
3848 <target state="new">Mute domains</target> 3842 <target state="new">Mute domains</target>
@@ -3908,7 +3902,7 @@ The link will expire within 1 hour.</target>
3908 <target>Search</target> 3902 <target>Search</target>
3909 3903
3910 3904
3911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3912 <trans-unit id="8630916846096019339" datatype="html"> 3906 <trans-unit id="8630916846096019339" datatype="html">
3913 <source>Users can resolve distant content</source> 3907 <source>Users can resolve distant content</source>
3914 <target state="new">Users can resolve distant content</target> 3908 <target state="new">Users can resolve distant content</target>
@@ -5647,11 +5641,8 @@ color: red;
5647 5641
5648 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 5642 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
5649 <source>CHANNELS</source><target state="new">CHANNELS</target> 5643 <source>CHANNELS</source><target state="new">CHANNELS</target>
5650 <context-group purpose="location"> 5644
5651 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5645 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5652 <context context-type="linenumber">82</context>
5653 </context-group>
5654 </trans-unit>
5655 5646
5656 <trans-unit id="3666829335406793239" datatype="html"> 5647 <trans-unit id="3666829335406793239" datatype="html">
5657 <source>This account does not have channels.</source> 5648 <source>This account does not have channels.</source>
@@ -5689,7 +5680,13 @@ channel with the same name (<x id="PH_2"/>)!</source><target state="new">Do you
5689It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 5680It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
5690channel with the same name (<x id="PH_2"/>)!</target> 5681channel with the same name (<x id="PH_2"/>)!</target>
5691 5682
5692 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 5683 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
5684 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5685 <context-group purpose="location">
5686 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5687 <context context-type="linenumber">48</context>
5688 </context-group>
5689 </trans-unit>
5693 <trans-unit id="5387007581996837469" datatype="html"> 5690 <trans-unit id="5387007581996837469" datatype="html">
5694 <source>My Channels</source> 5691 <source>My Channels</source>
5695 <target state="new">My Channels</target> 5692 <target state="new">My Channels</target>
@@ -6283,12 +6280,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6283 <source>Your message has been sent.</source> 6280 <source>Your message has been sent.</source>
6284 <target>Your message has been sent.</target> 6281 <target>Your message has been sent.</target>
6285 6282
6286 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6283 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6287 <trans-unit id="2072135752262464360"> 6284 <trans-unit id="2072135752262464360">
6288 <source>You already sent this form recently</source> 6285 <source>You already sent this form recently</source>
6289 <target>You already sent this form recently</target> 6286 <target>You already sent this form recently</target>
6290 6287
6291 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6288 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6292 <trans-unit id="819067926858619041" datatype="html"> 6289 <trans-unit id="819067926858619041" datatype="html">
6293 <source>Account videos</source><target state="new">Account videos</target> 6290 <source>Account videos</source><target state="new">Account videos</target>
6294 6291
@@ -6323,10 +6320,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
6323 <x id="PH"/> direct account followers 6320 <x id="PH"/> direct account followers
6324 </target> 6321 </target>
6325 6322
6326 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit><trans-unit id="6250999352462648289" datatype="html"> 6323 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="6250999352462648289" datatype="html">
6327 <source>Report this account</source><target state="new">Report this account</target> 6324 <source>Report this account</source><target state="new">Report this account</target>
6328 6325
6329 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 6326 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6330 6327
6331 <trans-unit id="1504521795586863905" datatype="html"> 6328 <trans-unit id="1504521795586863905" datatype="html">
6332 <source>VIDEOS</source><target state="new">VIDEOS</target> 6329 <source>VIDEOS</source><target state="new">VIDEOS</target>
@@ -6338,24 +6335,16 @@ channel with the same name (<x id="PH_2"/>)!</target>
6338 <target state="new">Username copied</target> 6335 <target state="new">Username copied</target>
6339 6336
6340 6337
6341 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="9221735175659318025" datatype="html"> 6338 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="9221735175659318025" datatype="html">
6342 <source>1 subscriber</source><target state="new">1 subscriber</target> 6339 <source>1 subscriber</source><target state="new">1 subscriber</target>
6343 6340
6344 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="4097331874769079975" datatype="html"> 6341 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit><trans-unit id="4097331874769079975" datatype="html">
6345 <source><x id="PH"/> subscribers</source><target state="new"><x id="PH"/> subscribers</target> 6342 <source><x id="PH"/> subscribers</source><target state="new"><x id="PH"/> subscribers</target>
6346 6343
6347 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 6344 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6345
6346
6348 6347
6349 <trans-unit id="4682675125751819107" datatype="html">
6350 <source>Instances you follow</source>
6351 <target state="new">Instances you follow</target>
6352
6353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6354 <trans-unit id="8899833753704589712" datatype="html">
6355 <source>Instances following you</source>
6356 <target state="new">Instances following you</target>
6357
6358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6359 <trans-unit id="1035838766454786107" datatype="html"> 6348 <trans-unit id="1035838766454786107" datatype="html">
6360 <source>Audio-only</source> 6349 <source>Audio-only</source>
6361 <target state="new">Audio-only</target> 6350 <target state="new">Audio-only</target>
@@ -6403,7 +6392,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6403 <source>Auto (via ffmpeg)</source> 6392 <source>Auto (via ffmpeg)</source>
6404 <target>Auto (via ffmpeg)</target> 6393 <target>Auto (via ffmpeg)</target>
6405 6394
6406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="931255636742351800" datatype="html"> 6395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="3642770981085338761" datatype="html">
6396 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6397 <context-group purpose="location">
6398 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6399 <context context-type="linenumber">3</context>
6400 </context-group>
6401 </trans-unit><trans-unit id="931255636742351800" datatype="html">
6407 <source>No limit</source><target state="new">No limit</target> 6402 <source>No limit</source><target state="new">No limit</target>
6408 6403
6409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="5250062810079582285" datatype="html"> 6404 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="5250062810079582285" datatype="html">
@@ -6522,17 +6517,33 @@ channel with the same name (<x id="PH_2"/>)!</target>
6522 <source>Domain is required.</source> 6517 <source>Domain is required.</source>
6523 <target state="new">Domain is required.</target> 6518 <target state="new">Domain is required.</target>
6524 6519
6525 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 6520 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6526 <trans-unit id="6780793142903080663" datatype="html"> 6521 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6527 <source>Domains entered are invalid.</source> 6522 <context-group purpose="location">
6528 <target state="new">Domains entered are invalid.</target> 6523 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6529 6524 <context context-type="linenumber">93</context>
6530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 6525 </context-group>
6531 <trans-unit id="5886492514458202177" datatype="html"> 6526 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6532 <source>Domains entered contain duplicates.</source> 6527 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6533 <target state="new">Domains entered contain duplicates.</target> 6528 <context-group purpose="location">
6534 6529 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 6530 <context context-type="linenumber">94</context>
6531 </context-group>
6532 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6533 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6534 <context-group purpose="location">
6535 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6536 <context context-type="linenumber">102</context>
6537 </context-group>
6538 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6539 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6540 <context-group purpose="location">
6541 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6542 <context context-type="linenumber">103</context>
6543 </context-group>
6544 </trans-unit>
6545
6546
6536 <trans-unit id="240806681889331244"> 6547 <trans-unit id="240806681889331244">
6537 <source>Unlimited</source> 6548 <source>Unlimited</source>
6538 <target>Unlimited</target> 6549 <target>Unlimited</target>
@@ -6663,7 +6674,27 @@ channel with the same name (<x id="PH_2"/>)!</target>
6663 <x id="PH"/> removed from instance followers 6674 <x id="PH"/> removed from instance followers
6664 </target> 6675 </target>
6665 6676
6666 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit> 6677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="6018246591673612412" datatype="html">
6678 <source>Follow</source><target state="new">Follow</target>
6679 <context-group purpose="location">
6680 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6681 <context context-type="linenumber">3</context>
6682 </context-group>
6683 <context-group purpose="location">
6684 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6685 <context context-type="linenumber">37</context>
6686 </context-group>
6687 <context-group purpose="location">
6688 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6689 <context context-type="linenumber">18</context>
6690 </context-group>
6691 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6692 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6693 <context-group purpose="location">
6694 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6695 <context context-type="linenumber">11</context>
6696 </context-group>
6697 </trans-unit>
6667 <trans-unit id="2740793005745065895"> 6698 <trans-unit id="2740793005745065895">
6668 <source> 6699 <source>
6669 <x id="PH"/> is not valid 6700 <x id="PH"/> is not valid
@@ -6672,19 +6703,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
6672 <x id="PH"/> is not valid 6703 <x id="PH"/> is not valid
6673 </target> 6704 </target>
6674 6705
6675 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group></trans-unit> 6706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6676 <trans-unit id="2355066641781598196"> 6707 <trans-unit id="2355066641781598196">
6677 <source>Follow request(s) sent!</source> 6708 <source>Follow request(s) sent!</source>
6678 <target>Follow request(s) sent!</target> 6709 <target>Follow request(s) sent!</target>
6679 6710
6680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit> 6711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6712 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6713 <context-group purpose="location">
6714 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6715 <context context-type="linenumber">3</context>
6716 </context-group>
6717 </trans-unit>
6681 <trans-unit id="4245720728052819482"> 6718 <trans-unit id="4245720728052819482">
6682 <source>Do you really want to unfollow <x id="PH"/>?</source> 6719 <source>Do you really want to unfollow <x id="PH"/>?</source>
6683 <target>Do you really want to unfollow 6720 <target>Do you really want to unfollow
6684 <x id="PH"/>? 6721 <x id="PH"/>?
6685 </target> 6722 </target>
6686 6723
6687 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 6724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6688 <trans-unit id="9160510009013134726"> 6725 <trans-unit id="9160510009013134726">
6689 <source>Unfollow</source> 6726 <source>Unfollow</source>
6690 <target>Unfollow</target> 6727 <target>Unfollow</target>
@@ -6696,7 +6733,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6696 <x id="PH"/> anymore. 6733 <x id="PH"/> anymore.
6697 </target> 6734 </target>
6698 6735
6699 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 6736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6700 <trans-unit id="2593763089859685916"> 6737 <trans-unit id="2593763089859685916">
6701 <source>enabled</source> 6738 <source>enabled</source>
6702 <target>enabled</target> 6739 <target>enabled</target>
@@ -6813,114 +6850,114 @@ channel with the same name (<x id="PH_2"/>)!</target>
6813 <target state="new">Internal actions</target> 6850 <target state="new">Internal actions</target>
6814 6851
6815 6852
6816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 6853 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6817 <trans-unit id="4559872264406386913" datatype="html"> 6854 <trans-unit id="4559872264406386913" datatype="html">
6818 <source>Delete report</source> 6855 <source>Delete report</source>
6819 <target state="new">Delete report</target> 6856 <target state="new">Delete report</target>
6820 6857
6821 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 6858 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6822 <trans-unit id="5793550984155962433" datatype="html"> 6859 <trans-unit id="5793550984155962433" datatype="html">
6823 <source>Actions for the flagged account</source> 6860 <source>Actions for the flagged account</source>
6824 <target state="new">Actions for the flagged account</target> 6861 <target state="new">Actions for the flagged account</target>
6825 6862
6826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
6827 <trans-unit id="1679841953757186358"> 6864 <trans-unit id="1679841953757186358">
6828 <source>Mark as accepted</source> 6865 <source>Mark as accepted</source>
6829 <target>Mark as accepted</target> 6866 <target>Mark as accepted</target>
6830 6867
6831 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 6868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
6832 <trans-unit id="7993358694073742566"> 6869 <trans-unit id="7993358694073742566">
6833 <source>Mark as rejected</source> 6870 <source>Mark as rejected</source>
6834 <target>Mark as rejected</target> 6871 <target>Mark as rejected</target>
6835 6872
6836 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 6873 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
6837 <trans-unit id="4175703770051343108" datatype="html"> 6874 <trans-unit id="4175703770051343108" datatype="html">
6838 <source>Add internal note</source> 6875 <source>Add internal note</source>
6839 <target state="new">Add internal note</target> 6876 <target state="new">Add internal note</target>
6840 6877
6841 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 6878 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
6842 <trans-unit id="296166371893775555" datatype="html"> 6879 <trans-unit id="296166371893775555" datatype="html">
6843 <source>Actions for the video</source> 6880 <source>Actions for the video</source>
6844 <target state="new">Actions for the video</target> 6881 <target state="new">Actions for the video</target>
6845 6882
6846 6883
6847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 6884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
6848 <trans-unit id="3924877328520650445" datatype="html"> 6885 <trans-unit id="3924877328520650445" datatype="html">
6849 <source>Block video</source> 6886 <source>Block video</source>
6850 <target state="new">Block video</target> 6887 <target state="new">Block video</target>
6851 6888
6852 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 6889 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
6853 <trans-unit id="4762794934098378428" datatype="html"> 6890 <trans-unit id="4762794934098378428" datatype="html">
6854 <source>Video blocked.</source> 6891 <source>Video blocked.</source>
6855 <target state="new">Video blocked.</target> 6892 <target state="new">Video blocked.</target>
6856 6893
6857 6894
6858 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6895 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
6859 <trans-unit id="4328862996304258770" datatype="html"> 6896 <trans-unit id="4328862996304258770" datatype="html">
6860 <source>Unblock video</source> 6897 <source>Unblock video</source>
6861 <target state="new">Unblock video</target> 6898 <target state="new">Unblock video</target>
6862 6899
6863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 6900 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
6864 <trans-unit id="9065327551191479877" datatype="html"> 6901 <trans-unit id="9065327551191479877" datatype="html">
6865 <source>Video unblocked.</source> 6902 <source>Video unblocked.</source>
6866 <target state="new">Video unblocked.</target> 6903 <target state="new">Video unblocked.</target>
6867 6904
6868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 6905 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
6869 <trans-unit id="1250415136605923486"> 6906 <trans-unit id="1250415136605923486">
6870 <source>Do you really want to delete this abuse report?</source> 6907 <source>Do you really want to delete this abuse report?</source>
6871 <target>Do you really want to delete this abuse report?</target> 6908 <target>Do you really want to delete this abuse report?</target>
6872 6909
6873 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 6910 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
6874 <trans-unit id="3482559157143817408"> 6911 <trans-unit id="3482559157143817408">
6875 <source>Abuse deleted.</source> 6912 <source>Abuse deleted.</source>
6876 <target>Abuse deleted.</target> 6913 <target>Abuse deleted.</target>
6877 6914
6878 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 6915 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
6879 <trans-unit id="6282990098351939529" datatype="html"> 6916 <trans-unit id="6282990098351939529" datatype="html">
6880 <source>Deleted comment</source> 6917 <source>Deleted comment</source>
6881 <target state="new">Deleted comment</target> 6918 <target state="new">Deleted comment</target>
6882 6919
6883 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 6920 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
6884 <trans-unit id="9196775343330824083" datatype="html"> 6921 <trans-unit id="9196775343330824083" datatype="html">
6885 <source>Messages with reporter</source> 6922 <source>Messages with reporter</source>
6886 <target state="new">Messages with reporter</target> 6923 <target state="new">Messages with reporter</target>
6887 6924
6888 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 6925 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
6889 <trans-unit id="8770468575924421391" datatype="html"> 6926 <trans-unit id="8770468575924421391" datatype="html">
6890 <source>Messages with moderators</source> 6927 <source>Messages with moderators</source>
6891 <target state="new">Messages with moderators</target> 6928 <target state="new">Messages with moderators</target>
6892 6929
6893 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 6930 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
6894 <trans-unit id="8528549800795985099" datatype="html"> 6931 <trans-unit id="8528549800795985099" datatype="html">
6895 <source>Update internal note</source> 6932 <source>Update internal note</source>
6896 <target state="new">Update internal note</target> 6933 <target state="new">Update internal note</target>
6897 6934
6898 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 6935 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
6899 <trans-unit id="3962242315365992494" datatype="html"> 6936 <trans-unit id="3962242315365992494" datatype="html">
6900 <source>Switch video block to manual</source> 6937 <source>Switch video block to manual</source>
6901 <target state="new">Switch video block to manual</target> 6938 <target state="new">Switch video block to manual</target>
6902 6939
6903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
6904 <trans-unit id="6906423861055262169" datatype="html"> 6941 <trans-unit id="6906423861055262169" datatype="html">
6905 <source>Video <x id="PH"/> switched to manual block.</source> 6942 <source>Video <x id="PH"/> switched to manual block.</source>
6906 <target state="new">Video 6943 <target state="new">Video
6907 <x id="PH"/> switched to manual block. 6944 <x id="PH"/> switched to manual block.
6908 </target> 6945 </target>
6909 6946
6910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 6947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
6911 <trans-unit id="7293356040886494773" datatype="html"> 6948 <trans-unit id="7293356040886494773" datatype="html">
6912 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 6949 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
6913 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 6950 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
6914 6951
6915 6952
6916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 6953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
6917 <trans-unit id="4859202148272511129" datatype="html"> 6954 <trans-unit id="4859202148272511129" datatype="html">
6918 <source>Unblock</source> 6955 <source>Unblock</source>
6919 <target state="new">Unblock</target> 6956 <target state="new">Unblock</target>
6920 6957
6921 6958
6922 6959
6923 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
6924 <trans-unit id="4922469417589203720" datatype="html"> 6961 <trans-unit id="4922469417589203720" datatype="html">
6925 <source>Video <x id="PH"/> unblocked.</source> 6962 <source>Video <x id="PH"/> unblocked.</source>
6926 <target state="new">Video 6963 <target state="new">Video
@@ -6928,7 +6965,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6928 </target> 6965 </target>
6929 6966
6930 6967
6931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 6968 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
6932 <trans-unit id="6286037250766429054"> 6969 <trans-unit id="6286037250766429054">
6933 <source>yes</source> 6970 <source>yes</source>
6934 <target>yes</target> 6971 <target>yes</target>
@@ -7154,7 +7191,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7154 7191
7155 7192
7156 7193
7157 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit> 7194 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7158 <trans-unit id="5076187961693950167" datatype="html"> 7195 <trans-unit id="5076187961693950167" datatype="html">
7159 <source>Standard logs</source> 7196 <source>Standard logs</source>
7160 <target state="new">Standard logs</target> 7197 <target state="new">Standard logs</target>
@@ -7192,13 +7229,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7192 <source>Update user password</source> 7229 <source>Update user password</source>
7193 <target>Update the user password</target> 7230 <target>Update the user password</target>
7194 7231
7195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit><trans-unit id="177544274549739411" datatype="html"> 7232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit>
7196 <source>Following list</source><target state="new">Following list</target>
7197
7198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group></trans-unit><trans-unit id="8092429110007204784" datatype="html">
7199 <source>Followers list</source><target state="new">Followers list</target>
7200
7201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group></trans-unit>
7202 <trans-unit id="780323526182667308" datatype="html"> 7233 <trans-unit id="780323526182667308" datatype="html">
7203 <source>User <x id="PH"/> updated.</source> 7234 <source>User <x id="PH"/> updated.</source>
7204 <target state="new">User 7235 <target state="new">User
@@ -7229,13 +7260,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="8564701209009684429" datatype="html"> 7260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="8564701209009684429" datatype="html">
7230 <source>Federation</source><target state="new">Federation</target> 7261 <source>Federation</source><target state="new">Federation</target>
7231 7262
7232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="4682675125751819107" datatype="html"> 7263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit>
7233 <source>Instances you follow</source><target state="new">Instances you follow</target>
7234
7235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8899833753704589712" datatype="html">
7236 <source>Instances following you</source><target state="new">Instances following you</target>
7237
7238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit>
7239 <trans-unit id="3767259920053407667" datatype="html"> 7264 <trans-unit id="3767259920053407667" datatype="html">
7240 <source>Videos will be deleted, comments will be tombstoned.</source> 7265 <source>Videos will be deleted, comments will be tombstoned.</source>
7241 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7266 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7263,7 +7288,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7263 <target>Set Email as Verified</target> 7288 <target>Set Email as Verified</target>
7264 7289
7265 7290
7266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7291 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7292 <source>Created</source><target state="new">Created</target>
7293 <context-group purpose="location">
7294 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7295 <context context-type="linenumber">115</context>
7296 </context-group>
7297 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7298 <source>Daily quota</source><target state="new">Daily quota</target>
7299 <context-group purpose="location">
7300 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7301 <context context-type="linenumber">120</context>
7302 </context-group>
7303 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7304 <source>Last login</source><target state="new">Last login</target>
7305 <context-group purpose="location">
7306 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7307 <context context-type="linenumber">122</context>
7308 </context-group>
7309 </trans-unit>
7267 <trans-unit id="3403978719736970622"> 7310 <trans-unit id="3403978719736970622">
7268 <source>You cannot ban root.</source> 7311 <source>You cannot ban root.</source>
7269 <target>You cannot ban root.</target> 7312 <target>You cannot ban root.</target>
@@ -7568,12 +7611,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
7568 <x id="PH"/> created. 7611 <x id="PH"/> created.
7569 </target> 7612 </target>
7570 7613
7571 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 7614 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7572 <trans-unit id="8723777130353305761"> 7615 <trans-unit id="8723777130353305761">
7573 <source>This name already exists on this instance.</source> 7616 <source>This name already exists on this instance.</source>
7574 <target>This name already exists on this instance.</target> 7617 <target>This name already exists on this instance.</target>
7575 7618
7576 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 7619 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7577 <trans-unit id="7589345916094713536"> 7620 <trans-unit id="7589345916094713536">
7578 <source>Video channel <x id="PH"/> updated.</source> 7621 <source>Video channel <x id="PH"/> updated.</source>
7579 <target>Video channel 7622 <target>Video channel
@@ -7590,13 +7633,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7590 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 7633 <source>Banner deleted.</source><target state="new">Banner deleted.</target>
7591 7634
7592 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 7635 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7593 <trans-unit id="2575302837003821736"> 7636
7594 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7595 <target>Please type the display name of the video channel (
7596 <x id="PH"/>) to confirm
7597 </target>
7598
7599 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
7600 <trans-unit id="624066830180032195"> 7637 <trans-unit id="624066830180032195">
7601 <source>Video channel <x id="PH"/> deleted.</source> 7638 <source>Video channel <x id="PH"/> deleted.</source>
7602 <target>Video channel 7639 <target>Video channel
@@ -7739,7 +7776,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
7739 <source>Ownership change request sent.</source> 7776 <source>Ownership change request sent.</source>
7740 <target>Ownership change request sent.</target> 7777 <target>Ownership change request sent.</target>
7741 7778
7742 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 7779 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="7699622144571229146" datatype="html">
7780 <source>Sort by</source><target state="new">Sort by</target>
7781 <context-group purpose="location">
7782 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
7783 <context context-type="linenumber">26</context>
7784 </context-group>
7785 </trans-unit>
7743 <trans-unit id="3245220240937722814"> 7786 <trans-unit id="3245220240937722814">
7744 <source>My channels</source> 7787 <source>My channels</source>
7745 <target>My channels</target> 7788 <target>My channels</target>
@@ -7794,10 +7837,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
7794 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/preview-upload.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="6489275254908395777" datatype="html"> 7837 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/preview-upload.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="6489275254908395777" datatype="html">
7795 <source>Maximize editor</source><target state="new">Maximize editor</target> 7838 <source>Maximize editor</source><target state="new">Maximize editor</target>
7796 7839
7797 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="4243591013849340688" datatype="html"> 7840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4243591013849340688" datatype="html">
7798 <source>Exit maximized editor</source><target state="new">Exit maximized editor</target> 7841 <source>Exit maximized editor</source><target state="new">Exit maximized editor</target>
7799 7842
7800 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 7843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7801 <trans-unit id="6537885755702623401" datatype="html"> 7844 <trans-unit id="6537885755702623401" datatype="html">
7802 <source>Now please check your emails to verify your account and complete signup.</source> 7845 <source>Now please check your emails to verify your account and complete signup.</source>
7803 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7846 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -7834,7 +7877,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7834 <target>Subscribe to the account</target> 7877 <target>Subscribe to the account</target>
7835 7878
7836 7879
7837 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 7880 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
7838 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7881 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7839 <context-group purpose="location"> 7882 <context-group purpose="location">
7840 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7883 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -7881,34 +7924,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
7881 <source>Go to my subscriptions</source> 7924 <source>Go to my subscriptions</source>
7882 <target>Go to my subscriptions</target> 7925 <target>Go to my subscriptions</target>
7883 7926
7884 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 7927 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
7885 <trans-unit id="1136469849928650779"> 7928 <trans-unit id="1136469849928650779">
7886 <source>Go to my videos</source> 7929 <source>Go to my videos</source>
7887 <target>Go to my videos</target> 7930 <target>Go to my videos</target>
7888 7931
7889 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit> 7932 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7890 <trans-unit id="7836683738999600376"> 7933 <trans-unit id="7836683738999600376">
7891 <source>Go to my imports</source> 7934 <source>Go to my imports</source>
7892 <target>Go to my imports</target> 7935 <target>Go to my imports</target>
7893 7936
7894 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 7937 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
7895 <trans-unit id="7511292153332773503"> 7938 <trans-unit id="7511292153332773503">
7896 <source>Go to my channels</source> 7939 <source>Go to my channels</source>
7897 <target>Go to my channels</target> 7940 <target>Go to my channels</target>
7898 7941
7899 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="2013324644839511073" datatype="html"> 7942 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="2013324644839511073" datatype="html">
7900 <source>Cannot retrieve OAuth Client credentials: <x id="PH"/>. 7943 <source>Cannot retrieve OAuth Client credentials: <x id="PH"/>.
7901Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 7944Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
7902Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 7945Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
7903 7946
7904 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group></trans-unit> 7947 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
7905 7948
7906 7949
7907 <trans-unit id="375263728166936544"> 7950 <trans-unit id="375263728166936544">
7908 <source>You need to reconnect.</source> 7951 <source>You need to reconnect.</source>
7909 <target>You need to reconnect.</target> 7952 <target>You need to reconnect.</target>
7910 7953
7911 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group></trans-unit> 7954 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
7912 <trans-unit id="2206638022166154361"> 7955 <trans-unit id="2206638022166154361">
7913 <source>Keyboard Shortcuts:</source> 7956 <source>Keyboard Shortcuts:</source>
7914 <target>Keyboard Shortcuts:</target> 7957 <target>Keyboard Shortcuts:</target>
@@ -7919,6 +7962,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7919 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 7962 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7920 <context context-type="linenumber">98</context> 7963 <context context-type="linenumber">98</context>
7921 </context-group> 7964 </context-group>
7965 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
7966 <source>In my library</source><target state="new">In my library</target>
7967 <context-group purpose="location">
7968 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7969 <context context-type="linenumber">104</context>
7970 </context-group>
7922 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 7971 </trans-unit><trans-unit id="232050922346936574" datatype="html">
7923 <source>Trending</source><target state="new">Trending</target> 7972 <source>Trending</source><target state="new">Trending</target>
7924 7973
@@ -7942,38 +7991,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7942 <source>Incorrect username or password.</source> 7991 <source>Incorrect username or password.</source>
7943 <target>Incorrect username or password.</target> 7992 <target>Incorrect username or password.</target>
7944 7993
7945 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 7994 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
7946 <trans-unit id="6974874606619467663" datatype="html"> 7995 <trans-unit id="6974874606619467663" datatype="html">
7947 <source>Your account is blocked.</source> 7996 <source>Your account is blocked.</source>
7948 <target state="new">Your account is blocked.</target> 7997 <target state="new">Your account is blocked.</target>
7949 7998
7950 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 7999 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
7951 8000
7952 <trans-unit id="7939914198003891823" datatype="html"> 8001 <trans-unit id="7939914198003891823" datatype="html">
7953 <source>any language</source> 8002 <source>any language</source>
7954 <target state="new">any language</target> 8003 <target state="new">any language</target>
7955 8004
7956 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8005 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7957 <trans-unit id="5633144232269377096" datatype="html"> 8006 <trans-unit id="5633144232269377096" datatype="html">
7958 <source>hide</source> 8007 <source>hide</source>
7959 <target state="new">hide</target> 8008 <target state="new">hide</target>
7960 8009
7961 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8010 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
7962 <trans-unit id="8603861867909474404" datatype="html"> 8011 <trans-unit id="8603861867909474404" datatype="html">
7963 <source>blur</source> 8012 <source>blur</source>
7964 <target state="new">blur</target> 8013 <target state="new">blur</target>
7965 8014
7966 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8015 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
7967 <trans-unit id="4534458451100881847" datatype="html"> 8016 <trans-unit id="4534458451100881847" datatype="html">
7968 <source>display</source> 8017 <source>display</source>
7969 <target state="new">display</target> 8018 <target state="new">display</target>
7970 8019
7971 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8020 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
7972 <trans-unit id="4467323362722952678" datatype="html"> 8021 <trans-unit id="4467323362722952678" datatype="html">
7973 <source>Unknown</source> 8022 <source>Unknown</source>
7974 <target state="new">Unknown</target> 8023 <target state="new">Unknown</target>
7975 8024
7976 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8025 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
7977 <trans-unit id="8781423666414310853"> 8026 <trans-unit id="8781423666414310853">
7978 <source>Your password has been successfully reset!</source> 8027 <source>Your password has been successfully reset!</source>
7979 <target>Your password has been successfully reset!</target> 8028 <target>Your password has been successfully reset!</target>
@@ -8068,12 +8117,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8068 <source>Search index is unavailable. Retrying with instance results instead.</source> 8117 <source>Search index is unavailable. Retrying with instance results instead.</source>
8069 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8118 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8070 8119
8071 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8120 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8072 <trans-unit id="307702206382241469" datatype="html"> 8121 <trans-unit id="307702206382241469" datatype="html">
8073 <source>Search error</source> 8122 <source>Search error</source>
8074 <target state="new">Search error</target> 8123 <target state="new">Search error</target>
8075 8124
8076 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="4580988005648117665" datatype="html"> 8125 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8126 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8127 <context-group purpose="location">
8128 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8129 <context context-type="linenumber">329</context>
8130 </context-group>
8131 </trans-unit><trans-unit id="4580988005648117665" datatype="html">
8077 <source>Search</source><target state="new">Search</target> 8132 <source>Search</source><target state="new">Search</target>
8078 8133
8079 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7804724824750282316" datatype="html"> 8134 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7804724824750282316" datatype="html">
@@ -9264,19 +9319,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9264 </target> 9319 </target>
9265 9320
9266 9321
9267 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9322 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9268 <trans-unit id="1595779426198793580" datatype="html"> 9323 <trans-unit id="1595779426198793580" datatype="html">
9269 <source>Mute server</source> 9324 <source>Mute server</source>
9270 <target state="new">Mute server</target> 9325 <target state="new">Mute server</target>
9271 9326
9272 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9327 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9273 <trans-unit id="8014491157078444256" datatype="html"> 9328 <trans-unit id="8014491157078444256" datatype="html">
9274 <source>Server <x id="PH"/> muted by the instance.</source> 9329 <source>Server <x id="PH"/> muted by the instance.</source>
9275 <target state="new">Server 9330 <target state="new">Server
9276 <x id="PH"/> muted by the instance. 9331 <x id="PH"/> muted by the instance.
9277 </target> 9332 </target>
9278 9333
9279 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9334 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9280 <trans-unit id="2044813052587776285" datatype="html"> 9335 <trans-unit id="2044813052587776285" datatype="html">
9281 <source>Add a message to communicate with the reporter</source> 9336 <source>Add a message to communicate with the reporter</source>
9282 <target state="new">Add a message to communicate with the reporter</target> 9337 <target state="new">Add a message to communicate with the reporter</target>
@@ -9517,17 +9572,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9517 <x id="PH"/> minutes. 9572 <x id="PH"/> minutes.
9518 </target> 9573 </target>
9519 9574
9520 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 9575 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9521 <trans-unit id="4965472196059235310"> 9576 <trans-unit id="4965472196059235310">
9522 <source>Too many attempts, please try again later.</source> 9577 <source>Too many attempts, please try again later.</source>
9523 <target>Too many attempts, please try again later.</target> 9578 <target>Too many attempts, please try again later.</target>
9524 9579
9525 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group></trans-unit> 9580 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9526 <trans-unit id="1693549688987384699"> 9581 <trans-unit id="1693549688987384699">
9527 <source>Server error. Please retry later.</source> 9582 <source>Server error. Please retry later.</source>
9528 <target>Server error. Please retry later.</target> 9583 <target>Server error. Please retry later.</target>
9529 9584
9530 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 9585 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9531 <trans-unit id="5927402622550505067" datatype="html"> 9586 <trans-unit id="5927402622550505067" datatype="html">
9532 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9587 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9533 <target state="new">Subscribed to all current channels of 9588 <target state="new">Subscribed to all current channels of
@@ -9641,27 +9696,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9641 <source>Delete video</source> 9696 <source>Delete video</source>
9642 <target state="new">Delete video</target> 9697 <target state="new">Delete video</target>
9643 9698
9644 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 9699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9645 <trans-unit id="2210418817778733727" datatype="html"> 9700 <trans-unit id="2210418817778733727" datatype="html">
9646 <source>Actions for the comment</source> 9701 <source>Actions for the comment</source>
9647 <target state="new">Actions for the comment</target> 9702 <target state="new">Actions for the comment</target>
9648 9703
9649 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 9704 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9650 <trans-unit id="7978668497183230348" datatype="html"> 9705 <trans-unit id="7978668497183230348" datatype="html">
9651 <source>Delete comment</source> 9706 <source>Delete comment</source>
9652 <target state="new">Delete comment</target> 9707 <target state="new">Delete comment</target>
9653 9708
9654 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 9709 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9655 <trans-unit id="6747218355168080191" datatype="html"> 9710 <trans-unit id="6747218355168080191" datatype="html">
9656 <source>Do you really want to delete this comment?</source> 9711 <source>Do you really want to delete this comment?</source>
9657 <target state="new">Do you really want to delete this comment?</target> 9712 <target state="new">Do you really want to delete this comment?</target>
9658 9713
9659 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 9714 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9660 <trans-unit id="7837272126865175984" datatype="html"> 9715 <trans-unit id="7837272126865175984" datatype="html">
9661 <source>Comment deleted.</source> 9716 <source>Comment deleted.</source>
9662 <target state="new">Comment deleted.</target> 9717 <target state="new">Comment deleted.</target>
9663 9718
9664 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 9719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9665 <trans-unit id="346270517625845962" datatype="html"> 9720 <trans-unit id="346270517625845962" datatype="html">
9666 <source>Encoder</source> 9721 <source>Encoder</source>
9667 <target state="new">Encoder</target> 9722 <target state="new">Encoder</target>
@@ -9702,30 +9757,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9702 <source>Video reported.</source> 9757 <source>Video reported.</source>
9703 <target>Video reported.</target> 9758 <target>Video reported.</target>
9704 9759
9705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 9760 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9706 <trans-unit id="3622946684246476652"> 9761 <trans-unit id="3622946684246476652">
9707 <source>Do you really want to delete this video?</source> 9762 <source>Do you really want to delete this video?</source>
9708 <target>Do you really want to delete this video?</target> 9763 <target>Do you really want to delete this video?</target>
9709 9764
9710 9765
9711 9766
9712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 9767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9713 <trans-unit id="3941342949736653028" datatype="html"> 9768 <trans-unit id="3941342949736653028" datatype="html">
9714 <source>Video deleted.</source> 9769 <source>Video deleted.</source>
9715 <target state="new">Video deleted.</target> 9770 <target state="new">Video deleted.</target>
9716 9771
9717 9772
9718 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9719 <trans-unit id="5072091387445907742" datatype="html"> 9774 <trans-unit id="5072091387445907742" datatype="html">
9720 <source>Actions for the reporter</source> 9775 <source>Actions for the reporter</source>
9721 <target state="new">Actions for the reporter</target> 9776 <target state="new">Actions for the reporter</target>
9722 9777
9723 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 9778 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9724 <trans-unit id="6599069899275412095" datatype="html"> 9779 <trans-unit id="6599069899275412095" datatype="html">
9725 <source>Mute reporter</source> 9780 <source>Mute reporter</source>
9726 <target state="new">Mute reporter</target> 9781 <target state="new">Mute reporter</target>
9727 9782
9728 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 9783 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9729 <trans-unit id="2990849907502572301" datatype="html"> 9784 <trans-unit id="2990849907502572301" datatype="html">
9730 <source>This video will be duplicated by your instance.</source> 9785 <source>This video will be duplicated by your instance.</source>
9731 <target state="new">This video will be duplicated by your instance.</target> 9786 <target state="new">This video will be duplicated by your instance.</target>
@@ -9782,7 +9837,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9782 <target state="new">Mute account</target> 9837 <target state="new">Mute account</target>
9783 9838
9784 9839
9785 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit><trans-unit id="4021487547497211597" datatype="html"> 9840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit><trans-unit id="4021487547497211597" datatype="html">
9786 <source>Open video actions</source><target state="new">Open video actions</target> 9841 <source>Open video actions</source><target state="new">Open video actions</target>
9787 <context-group purpose="location"> 9842 <context-group purpose="location">
9788 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context> 9843 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context>
@@ -9797,7 +9852,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9797 <source>Mute server account</source> 9852 <source>Mute server account</source>
9798 <target state="new">Mute server account</target> 9853 <target state="new">Mute server account</target>
9799 9854
9800 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 9855 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
9801 <trans-unit id="7008439939460403347"> 9856 <trans-unit id="7008439939460403347">
9802 <source>Report</source> 9857 <source>Report</source>
9803 <target>Report</target> 9858 <target>Report</target>
@@ -9894,28 +9949,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9894 <source>Only I can see this video</source> 9949 <source>Only I can see this video</source>
9895 <target>Only I can see this video</target> 9950 <target>Only I can see this video</target>
9896 9951
9897 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 9952 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
9898 <trans-unit id="6767380569816110388" datatype="html"> 9953 <trans-unit id="6767380569816110388" datatype="html">
9899 <source>Only shareable via a private link</source> 9954 <source>Only shareable via a private link</source>
9900 <target state="new">Only shareable via a private link</target> 9955 <target state="new">Only shareable via a private link</target>
9901 9956
9902 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 9957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
9903 <trans-unit id="6828965264297239528"> 9958 <trans-unit id="6828965264297239528">
9904 <source>Anyone can see this video</source> 9959 <source>Anyone can see this video</source>
9905 <target>Anyone can see this video</target> 9960 <target>Anyone can see this video</target>
9906 9961
9907 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
9908 <trans-unit id="1425933035739773115" datatype="html"> 9963 <trans-unit id="1425933035739773115" datatype="html">
9909 <source>Only users of this instance can see this video</source> 9964 <source>Only users of this instance can see this video</source>
9910 <target state="new">Only users of this instance can see this video</target> 9965 <target state="new">Only users of this instance can see this video</target>
9911 9966
9912 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="8312101634344200207" datatype="html"> 9967 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit><trans-unit id="8312101634344200207" datatype="html">
9913 <source><x id="PH" equiv-text="this.views"/> viewers</source><target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 9968 <source><x id="PH" equiv-text="this.views"/> viewers</source><target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
9914 9969
9915 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="7756087706411154095" datatype="html"> 9970 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="7756087706411154095" datatype="html">
9916 <source><x id="PH" equiv-text="this.views"/> views</source><target state="new"><x id="PH" equiv-text="this.views"/> views</target> 9971 <source><x id="PH" equiv-text="this.views"/> views</source><target state="new"><x id="PH" equiv-text="this.views"/> views</target>
9917 9972
9918 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit><trans-unit id="ngb.alert.close" datatype="html"> 9973 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit><trans-unit id="ngb.alert.close" datatype="html">
9919 <source>Close</source><target state="new">Close</target> 9974 <source>Close</source><target state="new">Close</target>
9920 9975
9921 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="ngb.carousel.slide-number" datatype="html"> 9976 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="ngb.carousel.slide-number" datatype="html">
@@ -10025,20 +10080,20 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10025 <source>Your video was uploaded to your account and is private.</source> 10080 <source>Your video was uploaded to your account and is private.</source>
10026 <target>Your video was uploaded to your account and is private.</target> 10081 <target>Your video was uploaded to your account and is private.</target>
10027 10082
10028 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10083 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10029 <trans-unit id="5699822024600815733"> 10084 <trans-unit id="5699822024600815733">
10030 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10085 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10031 <target>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target> 10086 <target>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target>
10032 10087
10033 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10088 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10034 <trans-unit id="1219739004043110649"> 10089 <trans-unit id="1219739004043110649">
10035 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10090 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10036 <target>Your video is not uploaded yet, are you sure you want to leave this page?</target> 10091 <target>Your video is not uploaded yet, are you sure you want to leave this page?</target>
10037 10092
10038 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="6932865105766151309" datatype="html"> 10093 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit><trans-unit id="6932865105766151309" datatype="html">
10039 <source>Upload</source><target state="new">Upload</target> 10094 <source>Upload</source><target state="new">Upload</target>
10040 10095
10041 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10096 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10042 <trans-unit id="8278735427925094503" datatype="html"> 10097 <trans-unit id="8278735427925094503" datatype="html">
10043 <source>Upload 10098 <source>Upload
10044 <x id="PH"/> 10099 <x id="PH"/>
@@ -10047,13 +10102,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10047 <x id="PH"/> 10102 <x id="PH"/>
10048 </target> 10103 </target>
10049 10104
10050 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10105 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10051 10106
10052 <trans-unit id="5981816353437801748"> 10107 <trans-unit id="5981816353437801748">
10053 <source>Video published.</source> 10108 <source>Video published.</source>
10054 <target>Video published.</target> 10109 <target>Video published.</target>
10055 10110
10056 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10111 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10057 10112
10058 10113
10059 <trans-unit id="764164089183618119"> 10114 <trans-unit id="764164089183618119">
@@ -10116,26 +10171,26 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10116 <trans-unit id="961774488937452220" datatype="html"> 10171 <trans-unit id="961774488937452220" datatype="html">
10117 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source><target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10172 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source><target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10118 10173
10119 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit><trans-unit id="5761611056224181752" datatype="html"> 10174 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit><trans-unit id="5761611056224181752" datatype="html">
10120 <source>Redirection</source><target state="new">Redirection</target> 10175 <source>Redirection</source><target state="new">Redirection</target>
10121 10176
10122 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10177 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10123 10178
10124 <trans-unit id="8858527736400081688"> 10179 <trans-unit id="8858527736400081688">
10125 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10180 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10126 <target>This video contains mature or explicit content. Are you sure you want to watch it?</target> 10181 <target>This video contains mature or explicit content. Are you sure you want to watch it?</target>
10127 10182
10128 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10183 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10129 <trans-unit id="3937119019020041049"> 10184 <trans-unit id="3937119019020041049">
10130 <source>Mature or explicit content</source> 10185 <source>Mature or explicit content</source>
10131 <target>Mature or explicit content</target> 10186 <target>Mature or explicit content</target>
10132 10187
10133 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10188 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10134 <trans-unit id="1755474755114288376" datatype="html"> 10189 <trans-unit id="1755474755114288376" datatype="html">
10135 <source>Up Next</source> 10190 <source>Up Next</source>
10136 <target state="new">Up Next</target> 10191 <target state="new">Up Next</target>
10137 10192
10138 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit><trans-unit id="2159130950882492111" datatype="html"> 10193 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit><trans-unit id="2159130950882492111" datatype="html">
10139 <source>Cancel</source><target state="new">Cancel</target> 10194 <source>Cancel</source><target state="new">Cancel</target>
10140 10195
10141 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">646</context></context-group></trans-unit> 10196 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">646</context></context-group></trans-unit>
@@ -10143,62 +10198,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10143 <source>Autoplay is suspended</source> 10198 <source>Autoplay is suspended</source>
10144 <target state="new">Autoplay is suspended</target> 10199 <target state="new">Autoplay is suspended</target>
10145 10200
10146 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10201 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10147 <trans-unit id="7895294730547405228" datatype="html"> 10202 <trans-unit id="7895294730547405228" datatype="html">
10148 <source>Enter/exit fullscreen (requires player focus)</source> 10203 <source>Enter/exit fullscreen (requires player focus)</source>
10149 <target state="new">Enter/exit fullscreen (requires player focus)</target> 10204 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10150 10205
10151 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10206 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10152 <trans-unit id="7618388257165864759" datatype="html"> 10207 <trans-unit id="7618388257165864759" datatype="html">
10153 <source>Play/Pause the video (requires player focus)</source> 10208 <source>Play/Pause the video (requires player focus)</source>
10154 <target state="new">Play/Pause the video (requires player focus)</target> 10209 <target state="new">Play/Pause the video (requires player focus)</target>
10155 10210
10156 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10211 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10157 <trans-unit id="7761890399634216630" datatype="html"> 10212 <trans-unit id="7761890399634216630" datatype="html">
10158 <source>Mute/unmute the video (requires player focus)</source> 10213 <source>Mute/unmute the video (requires player focus)</source>
10159 <target state="new">Mute/unmute the video (requires player focus)</target> 10214 <target state="new">Mute/unmute the video (requires player focus)</target>
10160 10215
10161 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10216 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10162 <trans-unit id="5996585232248234904" datatype="html"> 10217 <trans-unit id="5996585232248234904" datatype="html">
10163 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10218 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10164 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10219 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10165 10220
10166 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10221 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10167 <trans-unit id="3748765405903319998" datatype="html"> 10222 <trans-unit id="3748765405903319998" datatype="html">
10168 <source>Increase the volume (requires player focus)</source> 10223 <source>Increase the volume (requires player focus)</source>
10169 <target state="new">Increase the volume (requires player focus)</target> 10224 <target state="new">Increase the volume (requires player focus)</target>
10170 10225
10171 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10226 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10172 <trans-unit id="5810704036407159982" datatype="html"> 10227 <trans-unit id="5810704036407159982" datatype="html">
10173 <source>Decrease the volume (requires player focus)</source> 10228 <source>Decrease the volume (requires player focus)</source>
10174 <target state="new">Decrease the volume (requires player focus)</target> 10229 <target state="new">Decrease the volume (requires player focus)</target>
10175 10230
10176 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10231 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10177 <trans-unit id="2622048822548065691" datatype="html"> 10232 <trans-unit id="2622048822548065691" datatype="html">
10178 <source>Seek the video forward (requires player focus)</source> 10233 <source>Seek the video forward (requires player focus)</source>
10179 <target state="new">Seek the video forward (requires player focus)</target> 10234 <target state="new">Seek the video forward (requires player focus)</target>
10180 10235
10181 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10236 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10182 <trans-unit id="6540078205109221153" datatype="html"> 10237 <trans-unit id="6540078205109221153" datatype="html">
10183 <source>Seek the video backward (requires player focus)</source> 10238 <source>Seek the video backward (requires player focus)</source>
10184 <target state="new">Seek the video backward (requires player focus)</target> 10239 <target state="new">Seek the video backward (requires player focus)</target>
10185 10240
10186 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10241 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10187 <trans-unit id="1956491957766210808" datatype="html"> 10242 <trans-unit id="1956491957766210808" datatype="html">
10188 <source>Increase playback rate (requires player focus)</source> 10243 <source>Increase playback rate (requires player focus)</source>
10189 <target state="new">Increase playback rate (requires player focus)</target> 10244 <target state="new">Increase playback rate (requires player focus)</target>
10190 10245
10191 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10246 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10192 <trans-unit id="5495529997674803186" datatype="html"> 10247 <trans-unit id="5495529997674803186" datatype="html">
10193 <source>Decrease playback rate (requires player focus)</source> 10248 <source>Decrease playback rate (requires player focus)</source>
10194 <target state="new">Decrease playback rate (requires player focus)</target> 10249 <target state="new">Decrease playback rate (requires player focus)</target>
10195 10250
10196 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10251 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10197 <trans-unit id="3178343147230721210" datatype="html"> 10252 <trans-unit id="3178343147230721210" datatype="html">
10198 <source>Navigate in the video frame by frame (requires player focus)</source> 10253 <source>Navigate in the video frame by frame (requires player focus)</source>
10199 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 10254 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10200 10255
10201 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10256 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10202 <trans-unit id="8025996572234182184"> 10257 <trans-unit id="8025996572234182184">
10203 <source>Like the video</source> 10258 <source>Like the video</source>
10204 <target>Like the video</target> 10259 <target>Like the video</target>
diff --git a/client/src/locale/angular.en-US.xlf b/client/src/locale/angular.en-US.xlf
index 707ab9e3b..9761595cb 100644
--- a/client/src/locale/angular.en-US.xlf
+++ b/client/src/locale/angular.en-US.xlf
@@ -194,7 +194,7 @@
194 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 194 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
195 </target> 195 </target>
196 196
197 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html"> 197 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html">
198 <source>My watch history</source><target state="final">My watch history</target> 198 <source>My watch history</source><target state="final">My watch history</target>
199 199
200 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 200 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
@@ -268,12 +268,12 @@
268 268
269 269
270 270
271 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 271 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
272 <trans-unit id="1006562256968398209" datatype="html"> 272 <trans-unit id="1006562256968398209" datatype="html">
273 <source>video</source> 273 <source>video</source>
274 <target state="final">video</target> 274 <target state="final">video</target>
275 275
276 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 276 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
277 <source> The following link contains a private token and should not be shared with anyone. </source><target state="final"> The following link contains a private token and should not be shared with anyone. </target> 277 <source> The following link contains a private token and should not be shared with anyone. </source><target state="final"> The following link contains a private token and should not be shared with anyone. </target>
278 278
279 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 279 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -335,10 +335,10 @@
335 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 335 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
336 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="final">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 336 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="final">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
337 337
338 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 338 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
339 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="final">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 339 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="final">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
340 340
341 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit><trans-unit id="5235042777215655908" datatype="html"> 341 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit><trans-unit id="5235042777215655908" datatype="html">
342 <source>subtitles</source><target state="final">subtitles</target> 342 <source>subtitles</source><target state="final">subtitles</target>
343 343
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
@@ -537,7 +537,7 @@
537 537
538 538
539 539
540 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 540 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
541 <source>Only live videos</source><target state="final">Only live videos</target> 541 <source>Only live videos</source><target state="final">Only live videos</target>
542 <context-group purpose="location"> 542 <context-group purpose="location">
543 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 543 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -699,7 +699,7 @@
699 699
700 700
701 701
702 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group></trans-unit> 702 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
703 <trans-unit id="1502595455339510144" datatype="html"> 703 <trans-unit id="1502595455339510144" datatype="html">
704 <source> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 704 <source> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
705 <target state="final"> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></target> 705 <target state="final"> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></target>
@@ -777,7 +777,31 @@
777 <source>Federation</source> 777 <source>Federation</source>
778 <target state="final">Federation</target> 778 <target state="final">Federation</target>
779 779
780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
781 <source>Following</source><target state="final">Following</target>
782 <context-group purpose="location">
783 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
784 <context context-type="linenumber">29</context>
785 </context-group>
786 <context-group purpose="location">
787 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
788 <context context-type="linenumber">31</context>
789 </context-group>
790 <context-group purpose="location">
791 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
792 <context context-type="linenumber">28</context>
793 </context-group>
794 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
795 <source>Followers</source><target state="final">Followers</target>
796 <context-group purpose="location">
797 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
798 <context context-type="linenumber">34</context>
799 </context-group>
800 <context-group purpose="location">
801 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
802 <context context-type="linenumber">37</context>
803 </context-group>
804 </trans-unit>
781 <trans-unit id="3541687134897970106" datatype="html"> 805 <trans-unit id="3541687134897970106" datatype="html">
782 <source>followers</source> 806 <source>followers</source>
783 <target state="final">followers</target> 807 <target state="final">followers</target>
@@ -839,7 +863,7 @@
839 863
840 864
841 865
842 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 866 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
843 <trans-unit id="3616223838716839702" datatype="html"> 867 <trans-unit id="3616223838716839702" datatype="html">
844 <source>Ban this user</source> 868 <source>Ban this user</source>
845 <target state="final">Ban this user</target> 869 <target state="final">Ban this user</target>
@@ -898,17 +922,11 @@
898 922
899 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7252854992688790751" datatype="html"> 923 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7252854992688790751" datatype="html">
900 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="final"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 924 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="final"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
901 <context-group purpose="location"> 925
902 <context context-type="sourcefile">src/app/+login/login.component.html</context> 926 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="7215649348148521605" datatype="html">
903 <context context-type="linenumber">60,62</context>
904 </context-group>
905 </trans-unit><trans-unit id="7215649348148521605" datatype="html">
906 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="final"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 927 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="final"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
907 <context-group purpose="location"> 928
908 <context context-type="sourcefile">src/app/+login/login.component.html</context> 929 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
909 <context context-type="linenumber">65,67</context>
910 </context-group>
911 </trans-unit>
912 <trans-unit id="2392488717875840729" datatype="html"> 930 <trans-unit id="2392488717875840729" datatype="html">
913 <source>User</source> 931 <source>User</source>
914 <target state="final">User</target> 932 <target state="final">User</target>
@@ -919,7 +937,13 @@
919 <source>Username or email address</source> 937 <source>Username or email address</source>
920 <target state="final">Username or email address</target> 938 <target state="final">Username or email address</target>
921 939
922 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 940 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="1758058452376026925" datatype="html">
941 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="final"> ⚠️ Most email addresses do not include capital letters. </target>
942 <context-group purpose="location">
943 <context context-type="sourcefile">src/app/+login/login.component.html</context>
944 <context context-type="linenumber">33,34</context>
945 </context-group>
946 </trans-unit>
923 947
924 <trans-unit id="1431416938026210429" datatype="html"> 948 <trans-unit id="1431416938026210429" datatype="html">
925 <source>Password</source> 949 <source>Password</source>
@@ -932,50 +956,44 @@
932 956
933 957
934 958
935 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 959 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
936 <trans-unit id="8715156686857791956" datatype="html"> 960 <trans-unit id="8715156686857791956" datatype="html">
937 <source>Click here to reset your password</source> 961 <source>Click here to reset your password</source>
938 <target state="final">Click here to reset your password</target> 962 <target state="final">Click here to reset your password</target>
939 963
940 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html"> 964 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html">
941 <source>I forgot my password</source><target state="final">I forgot my password</target> 965 <source>I forgot my password</source><target state="final">I forgot my password</target>
942 <context-group purpose="location"> 966
943 <context context-type="sourcefile">src/app/+login/login.component.html</context> 967 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="2101170466365500913" datatype="html">
944 <context context-type="linenumber">47</context>
945 </context-group>
946 </trans-unit><trans-unit id="2101170466365500913" datatype="html">
947 <source> Logging into an account lets you publish content </source><target state="final"> Logging into an account lets you publish content </target> 968 <source> Logging into an account lets you publish content </source><target state="final"> Logging into an account lets you publish content </target>
948 <context-group purpose="location"> 969
949 <context context-type="sourcefile">src/app/+login/login.component.html</context> 970 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
950 <context context-type="linenumber">56,57</context>
951 </context-group>
952 </trans-unit>
953 <trans-unit id="2454050363478003966" datatype="html"> 971 <trans-unit id="2454050363478003966" datatype="html">
954 <source>Login</source> 972 <source>Login</source>
955 <target state="final">Login</target> 973 <target state="final">Login</target>
956 974
957 975
958 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 976 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
959 <trans-unit id="3183213940445113677" datatype="html"> 977 <trans-unit id="3183213940445113677" datatype="html">
960 <source>Or sign in with</source> 978 <source>Or sign in with</source>
961 <target state="final">Or sign in with</target> 979 <target state="final">Or sign in with</target>
962 980
963 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit> 981 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
964 <trans-unit id="3238209155172574367" datatype="html"> 982 <trans-unit id="3238209155172574367" datatype="html">
965 <source>Forgot your password</source> 983 <source>Forgot your password</source>
966 <target state="final">Forgot your password</target> 984 <target state="final">Forgot your password</target>
967 985
968 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 986 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
969 <trans-unit id="87327320394367488" datatype="html"> 987 <trans-unit id="87327320394367488" datatype="html">
970 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 988 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
971 <target state="final"> 989 <target state="final">
972 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 990 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
973 </target> 991 </target>
974 992
975 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit><trans-unit id="3188014010833256853" datatype="html"> 993 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="3188014010833256853" datatype="html">
976 <source> Enter your email address and we will send you a link to reset your password. </source><target state="final"> Enter your email address and we will send you a link to reset your password. </target> 994 <source> Enter your email address and we will send you a link to reset your password. </source><target state="final"> Enter your email address and we will send you a link to reset your password. </target>
977 995
978 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="1190256911880544559" datatype="html"> 996 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit><trans-unit id="1190256911880544559" datatype="html">
979 <source>An email with the reset password instructions will be sent to <x id="PH"/>. 997 <source>An email with the reset password instructions will be sent to <x id="PH"/>.
980The link will expire within 1 hour.</source><target state="final">An email with the reset password instructions will be sent to <x id="PH"/>. 998The link will expire within 1 hour.</source><target state="final">An email with the reset password instructions will be sent to <x id="PH"/>.
981The link will expire within 1 hour.</target> 999The link will expire within 1 hour.</target>
@@ -991,17 +1009,17 @@ The link will expire within 1 hour.</target>
991 1009
992 1010
993 1011
994 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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/+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/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1012 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
995 <trans-unit id="3967269098753656610" datatype="html"> 1013 <trans-unit id="3967269098753656610" datatype="html">
996 <source>Email address</source> 1014 <source>Email address</source>
997 <target state="final">Email address</target> 1015 <target state="final">Email address</target>
998 1016
999 1017
1000 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="7808756054397155068" datatype="html"> 1018 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="7808756054397155068" datatype="html">
1001 <source>Reset</source><target state="final">Reset</target> 1019 <source>Reset</source><target state="final">Reset</target>
1002 1020
1003 <note priority="1" from="description">Password reset button</note> 1021 <note priority="1" from="description">Password reset button</note>
1004 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group></trans-unit> 1022 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1005 1023
1006 1024
1007 <trans-unit id="4319634264526091601" datatype="html"> 1025 <trans-unit id="4319634264526091601" datatype="html">
@@ -1072,7 +1090,7 @@ The link will expire within 1 hour.</target>
1072 No results found 1090 No results found
1073 </target> 1091 </target>
1074 1092
1075 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1093 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1076 <trans-unit id="5500467336262464724" datatype="html"> 1094 <trans-unit id="5500467336262464724" datatype="html">
1077 <source> 1095 <source>
1078 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers 1096 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers
@@ -1081,7 +1099,7 @@ The link will expire within 1 hour.</target>
1081 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers 1099 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers
1082 </target> 1100 </target>
1083 1101
1084 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1102 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1085 <trans-unit id="1516969129397662377" datatype="html"> 1103 <trans-unit id="1516969129397662377" datatype="html">
1086 <source>Welcome to PeerTube, dear administrator!</source> 1104 <source>Welcome to PeerTube, dear administrator!</source>
1087 <target state="final">Welcome to PeerTube, dear administrator!</target> 1105 <target state="final">Welcome to PeerTube, dear administrator!</target>
@@ -1323,7 +1341,7 @@ The link will expire within 1 hour.</target>
1323 <source>Create an account</source> 1341 <source>Create an account</source>
1324 <target state="final">Create an account</target> 1342 <target state="final">Create an account</target>
1325 1343
1326 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1344 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1327 1345
1328 <trans-unit id="3058024914967508975" datatype="html"> 1346 <trans-unit id="3058024914967508975" datatype="html">
1329 <source>My videos</source><target state="final">My videos</target> 1347 <source>My videos</source><target state="final">My videos</target>
@@ -1369,7 +1387,7 @@ The link will expire within 1 hour.</target>
1369 <target state="final">VIDEOS</target> 1387 <target state="final">VIDEOS</target>
1370 1388
1371 1389
1372 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html"> 1390 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html">
1373 <source>Import jobs concurrency</source><target state="final">Import jobs concurrency</target> 1391 <source>Import jobs concurrency</source><target state="final">Import jobs concurrency</target>
1374 1392
1375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html"> 1393 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html">
@@ -1437,7 +1455,7 @@ The link will expire within 1 hour.</target>
1437 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4424964105331349857" datatype="html"> 1455 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4424964105331349857" datatype="html">
1438 <source>I'm a teapot</source><target state="final">I'm a teapot</target> 1456 <source>I'm a teapot</source><target state="final">I'm a teapot</target>
1439 1457
1440 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="1597262876035959248" datatype="html"> 1458 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1597262876035959248" datatype="html">
1441 <source>That's an error.</source><target state="final">That's an error.</target> 1459 <source>That's an error.</source><target state="final">That's an error.</target>
1442 <context-group purpose="location"> 1460 <context-group purpose="location">
1443 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1461 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
@@ -1503,7 +1521,7 @@ The link will expire within 1 hour.</target>
1503 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="2971365540217107489" datatype="html"> 1521 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="2971365540217107489" datatype="html">
1504 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="final">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1522 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="final">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1505 1523
1506 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 1524 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1507 1525
1508 <trans-unit id="5131854469652959713" datatype="html"> 1526 <trans-unit id="5131854469652959713" datatype="html">
1509 <source>GLOBAL SEARCH</source> 1527 <source>GLOBAL SEARCH</source>
@@ -1591,7 +1609,7 @@ The link will expire within 1 hour.</target>
1591 1609
1592 1610
1593 1611
1594 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1612 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1595 <source>Display only</source><target state="final">Display only</target> 1613 <source>Display only</source><target state="final">Display only</target>
1596 <context-group purpose="location"> 1614 <context-group purpose="location">
1597 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1615 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1629,7 +1647,7 @@ The link will expire within 1 hour.</target>
1629 <target state="final">Duration</target> 1647 <target state="final">Duration</target>
1630 1648
1631 1649
1632 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1650 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1633 <trans-unit id="3589238979642505685" datatype="html"> 1651 <trans-unit id="3589238979642505685" datatype="html">
1634 <source>Display sensitive content</source> 1652 <source>Display sensitive content</source>
1635 <target state="final">Display sensitive content</target> 1653 <target state="final">Display sensitive content</target>
@@ -1651,7 +1669,7 @@ The link will expire within 1 hour.</target>
1651 1669
1652 1670
1653 1671
1654 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1672 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1655 <trans-unit id="5478121364779850827" datatype="html"> 1673 <trans-unit id="5478121364779850827" datatype="html">
1656 <source> 1674 <source>
1657 Reset 1675 Reset
@@ -1676,7 +1694,7 @@ The link will expire within 1 hour.</target>
1676 1694
1677 1695
1678 1696
1679 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1697 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1680 <trans-unit id="4184995865179898060" datatype="html"> 1698 <trans-unit id="4184995865179898060" datatype="html">
1681 <source>Display all licenses</source> 1699 <source>Display all licenses</source>
1682 <target state="final">Display all licenses</target> 1700 <target state="final">Display all licenses</target>
@@ -1689,7 +1707,7 @@ The link will expire within 1 hour.</target>
1689 1707
1690 1708
1691 1709
1692 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1710 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1693 <trans-unit id="7904142744051432458" datatype="html"> 1711 <trans-unit id="7904142744051432458" datatype="html">
1694 <source>Display all languages</source> 1712 <source>Display all languages</source>
1695 <target state="final">Display all languages</target> 1713 <target state="final">Display all languages</target>
@@ -1704,17 +1722,23 @@ The link will expire within 1 hour.</target>
1704 <source>One of these tags</source> 1722 <source>One of these tags</source>
1705 <target state="final">One of these tags</target> 1723 <target state="final">One of these tags</target>
1706 1724
1707 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1725 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1726 <source>PeerTube instance host</source><target state="final">PeerTube instance host</target>
1727 <context-group purpose="location">
1728 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1729 <context context-type="linenumber">178</context>
1730 </context-group>
1731 </trans-unit>
1708 <trans-unit id="283421392567624698" datatype="html"> 1732 <trans-unit id="283421392567624698" datatype="html">
1709 <source>Search target</source> 1733 <source>Search target</source>
1710 <target state="final">Search target</target> 1734 <target state="final">Search target</target>
1711 1735
1712 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1736 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1713 <trans-unit id="2489767671380266270" datatype="html"> 1737 <trans-unit id="2489767671380266270" datatype="html">
1714 <source>Vidiverse</source> 1738 <source>Vidiverse</source>
1715 <target state="final">Vidiverse</target> 1739 <target state="final">Vidiverse</target>
1716 1740
1717 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1741 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1718 <trans-unit id="5478121364779850827" datatype="html"> 1742 <trans-unit id="5478121364779850827" datatype="html">
1719 <source> 1743 <source>
1720 Reset 1744 Reset
@@ -1728,7 +1752,7 @@ The link will expire within 1 hour.</target>
1728 <source>Filter</source> 1752 <source>Filter</source>
1729 <target state="final">Filter</target> 1753 <target state="final">Filter</target>
1730 1754
1731 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1755 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1732 1756
1733 <trans-unit id="6479885129995567639" datatype="html"> 1757 <trans-unit id="6479885129995567639" datatype="html">
1734 <source>Video channels</source> 1758 <source>Video channels</source>
@@ -1767,7 +1791,7 @@ The link will expire within 1 hour.</target>
1767 <target state="final">Tags</target> 1791 <target state="final">Tags</target>
1768 1792
1769 1793
1770 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1794 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1771 <trans-unit id="354332809647287722" datatype="html"> 1795 <trans-unit id="354332809647287722" datatype="html">
1772 <source> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1796 <source> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1773 <target state="final"> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </target> 1797 <target state="final"> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </target>
@@ -2181,7 +2205,7 @@ The link will expire within 1 hour.</target>
2181 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2205 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2182 <source>Upload on hold</source><target state="final">Upload on hold</target> 2206 <source>Upload on hold</source><target state="final">Upload on hold</target>
2183 2207
2184 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2208 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2185 <trans-unit id="285180972645018518" datatype="html"> 2209 <trans-unit id="285180972645018518" datatype="html">
2186 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2210 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2187 <target state="final">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2211 <target state="final">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2498,13 +2522,19 @@ The link will expire within 1 hour.</target>
2498 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2522 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2499 <source>Origin</source><target state="final">Origin</target> 2523 <source>Origin</source><target state="final">Origin</target>
2500 2524
2501 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2525 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2526 <source>Open the video on the origin instance</source><target state="final">Open the video on the origin instance</target>
2527 <context-group purpose="location">
2528 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2529 <context context-type="linenumber">14</context>
2530 </context-group>
2531 </trans-unit>
2502 2532
2503 <trans-unit id="5139892963394684487" datatype="html"> 2533 <trans-unit id="5139892963394684487" datatype="html">
2504 <source>Originally published</source> 2534 <source>Originally published</source>
2505 <target state="final">Originally published</target> 2535 <target state="final">Originally published</target>
2506 2536
2507 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2537 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2508 <trans-unit id="6402393085909200998" datatype="html"> 2538 <trans-unit id="6402393085909200998" datatype="html">
2509 <source>Friendly Reminder: </source> 2539 <source>Friendly Reminder: </source>
2510 <target state="final">Friendly Reminder: </target> 2540 <target state="final">Friendly Reminder: </target>
@@ -2826,11 +2856,7 @@ The link will expire within 1 hour.</target>
2826 <target state="final">ID</target> 2856 <target state="final">ID</target>
2827 2857
2828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit> 2858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
2829 <trans-unit id="2265605798180116441" datatype="html"> 2859
2830 <source>Follower handle</source>
2831 <target state="final">Follower handle</target>
2832
2833 <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>
2834 <trans-unit id="5911214550882917183" datatype="html"> 2860 <trans-unit id="5911214550882917183" datatype="html">
2835 <source>State</source> 2861 <source>State</source>
2836 <target state="final">State</target> 2862 <target state="final">State</target>
@@ -2905,11 +2931,7 @@ The link will expire within 1 hour.</target>
2905 </target> 2931 </target>
2906 2932
2907 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 2933 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
2908 <trans-unit id="6641024648411549335" datatype="html"> 2934
2909 <source>Host</source>
2910 <target state="final">Host</target>
2911
2912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
2913 <trans-unit id="6571718060636962350" datatype="html"> 2935 <trans-unit id="6571718060636962350" datatype="html">
2914 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 2936 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
2915 <target state="final">Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 2937 <target state="final">Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -2917,7 +2939,7 @@ The link will expire within 1 hour.</target>
2917 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html"> 2939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html">
2918 <source>Unfollow</source><target state="final">Unfollow</target> 2940 <source>Unfollow</source><target state="final">Unfollow</target>
2919 2941
2920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 2942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
2921 <trans-unit id="8246779176913476983" datatype="html"> 2943 <trans-unit id="8246779176913476983" datatype="html">
2922 <source>Open instance in a new tab</source> 2944 <source>Open instance in a new tab</source>
2923 <target state="final">Open instance in a new tab</target> 2945 <target state="final">Open instance in a new tab</target>
@@ -2929,25 +2951,18 @@ The link will expire within 1 hour.</target>
2929 <source>No host found matching current filters.</source> 2951 <source>No host found matching current filters.</source>
2930 <target state="final">No host found matching current filters.</target> 2952 <target state="final">No host found matching current filters.</target>
2931 2953
2932 <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> 2954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
2933 <trans-unit id="7274241885665071790" datatype="html"> 2955 <trans-unit id="7274241885665071790" datatype="html">
2934 <source>Your instance is not following anyone.</source> 2956 <source>Your instance is not following anyone.</source>
2935 <target state="final">Your instance is not following anyone.</target> 2957 <target state="final">Your instance is not following anyone.</target>
2936 2958
2937 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 2959 <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>
2938 <trans-unit id="4774348799569692380" datatype="html"> 2960 <trans-unit id="4774348799569692380" datatype="html">
2939 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 2961 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
2940 <target state="final">Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</target> 2962 <target state="final">Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</target>
2941 2963
2942 <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></trans-unit> 2964 <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></trans-unit>
2943 <trans-unit id="6275803119759621687" datatype="html"> 2965 <trans-unit id="9216117865911519658" datatype="html">
2944 <source>Follow domains</source>
2945 <target state="final">Follow domains</target>
2946
2947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="1268699198448750610" datatype="html">
2948 <source>Follow instances</source><target state="final">Follow instances</target>
2949
2950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
2951 <source>Action</source><target state="final">Action</target> 2966 <source>Action</source><target state="final">Action</target>
2952 2967
2953 2968
@@ -2997,7 +3012,7 @@ The link will expire within 1 hour.</target>
2997 3012
2998 3013
2999 3014
3000 <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><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/+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></trans-unit><trans-unit id="5428411040014095392" datatype="html"> 3015 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="5428411040014095392" datatype="html">
3001 <source>e.g. jane_doe</source><target state="final">e.g. jane_doe</target> 3016 <source>e.g. jane_doe</source><target state="final">e.g. jane_doe</target>
3002 3017
3003 <note priority="1" from="description">Username choice placeholder in the registration form</note> 3018 <note priority="1" from="description">Username choice placeholder in the registration form</note>
@@ -3029,7 +3044,7 @@ The link will expire within 1 hour.</target>
3029 <target state="final">Role</target> 3044 <target state="final">Role</target>
3030 3045
3031 3046
3032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group></trans-unit> 3047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3033 <trans-unit id="7046347992315328430" datatype="html"> 3048 <trans-unit id="7046347992315328430" datatype="html">
3034 <source> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3049 <source> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3035 <target state="final"> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </target> 3050 <target state="final"> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </target>
@@ -3044,15 +3059,9 @@ The link will expire within 1 hour.</target>
3044 3059
3045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html"> 3060 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html">
3046 <source>Auth plugin</source><target state="final">Auth plugin</target> 3061 <source>Auth plugin</source><target state="final">Auth plugin</target>
3047 <context-group purpose="location"> 3062
3048 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3063
3049 <context context-type="linenumber">188</context> 3064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="588099657508661970" datatype="html">
3050 </context-group>
3051 <context-group purpose="location">
3052 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3053 <context context-type="linenumber">188</context>
3054 </context-group>
3055 </trans-unit><trans-unit id="588099657508661970" datatype="html">
3056 <source>None (local authentication)</source><target state="final">None (local authentication)</target> 3065 <source>None (local authentication)</source><target state="final">None (local authentication)</target>
3057 <context-group purpose="location"> 3066 <context-group purpose="location">
3058 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3067 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
@@ -3269,7 +3278,13 @@ The link will expire within 1 hour.</target>
3269 3278
3270 3279
3271 3280
3272 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4691552465058437520" datatype="html"> 3281 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3282 <source>Follower</source><target state="final">Follower</target>
3283 <context-group purpose="location">
3284 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3285 <context context-type="linenumber">24</context>
3286 </context-group>
3287 </trans-unit><trans-unit id="4691552465058437520" datatype="html">
3273 <source>Commented video</source><target state="final">Commented video</target> 3288 <source>Commented video</source><target state="final">Commented video</target>
3274 3289
3275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="7266085473379376028" datatype="html"> 3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="7266085473379376028" datatype="html">
@@ -3302,35 +3317,20 @@ The link will expire within 1 hour.</target>
3302 3317
3303 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3318 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3304 <source>Unsolved reports</source><target state="final">Unsolved reports</target> 3319 <source>Unsolved reports</source><target state="final">Unsolved reports</target>
3305 <context-group purpose="location"> 3320
3306 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3307 <context context-type="linenumber">42</context>
3308 </context-group>
3309 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3310 <source>Accepted reports</source><target state="final">Accepted reports</target> 3322 <source>Accepted reports</source><target state="final">Accepted reports</target>
3311 <context-group purpose="location"> 3323
3312 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3324 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3313 <context context-type="linenumber">46</context>
3314 </context-group>
3315 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3316 <source>Refused reports</source><target state="final">Refused reports</target> 3325 <source>Refused reports</source><target state="final">Refused reports</target>
3317 <context-group purpose="location"> 3326
3318 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3327 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3319 <context context-type="linenumber">50</context>
3320 </context-group>
3321 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3322 <source>Reports with blocked videos</source><target state="final">Reports with blocked videos</target> 3328 <source>Reports with blocked videos</source><target state="final">Reports with blocked videos</target>
3323 <context-group purpose="location"> 3329
3324 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3330 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3325 <context context-type="linenumber">54</context>
3326 </context-group>
3327 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3328 <source>Reports with deleted videos</source><target state="final">Reports with deleted videos</target> 3331 <source>Reports with deleted videos</source><target state="final">Reports with deleted videos</target>
3329 <context-group purpose="location"> 3332
3330 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3333 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3331 <context context-type="linenumber">58</context>
3332 </context-group>
3333 </trans-unit>
3334 <trans-unit id="4678289986918934018" datatype="html"> 3334 <trans-unit id="4678289986918934018" datatype="html">
3335 <source>Block reason:</source> 3335 <source>Block reason:</source>
3336 <target state="final">Block reason:</target> 3336 <target state="final">Block reason:</target>
@@ -3347,17 +3347,11 @@ The link will expire within 1 hour.</target>
3347 3347
3348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3349 <source>Automatic blocks</source><target state="final">Automatic blocks</target> 3349 <source>Automatic blocks</source><target state="final">Automatic blocks</target>
3350 <context-group purpose="location"> 3350
3351 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3352 <context context-type="linenumber">31</context>
3353 </context-group>
3354 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3355 <source>Manual blocks</source><target state="final">Manual blocks</target> 3352 <source>Manual blocks</source><target state="final">Manual blocks</target>
3356 <context-group purpose="location"> 3353
3357 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3358 <context context-type="linenumber">35</context>
3359 </context-group>
3360 </trans-unit>
3361 <trans-unit id="2143435845912984377" datatype="html"> 3355 <trans-unit id="2143435845912984377" datatype="html">
3362 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3356 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3363 <target state="final">Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</target> 3357 <target state="final">Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</target>
@@ -3512,7 +3506,7 @@ The link will expire within 1 hour.</target>
3512 3506
3513 3507
3514 3508
3515 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3516 <trans-unit id="1300704815627663264" datatype="html"> 3510 <trans-unit id="1300704815627663264" datatype="html">
3517 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3511 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3518 <target state="final">Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3512 <target state="final">Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3555,7 +3549,7 @@ The link will expire within 1 hour.</target>
3555 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3549 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3556 </target> 3550 </target>
3557 3551
3558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3559 <trans-unit id="4058814854824495833" datatype="html"> 3553 <trans-unit id="4058814854824495833" datatype="html">
3560 <source>Mute domains</source> 3554 <source>Mute domains</source>
3561 <target state="final">Mute domains</target> 3555 <target state="final">Mute domains</target>
@@ -3617,7 +3611,7 @@ The link will expire within 1 hour.</target>
3617 <target state="final">Search</target> 3611 <target state="final">Search</target>
3618 3612
3619 3613
3620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3621 <trans-unit id="8630916846096019339" datatype="html"> 3615 <trans-unit id="8630916846096019339" datatype="html">
3622 <source>Users can resolve distant content</source> 3616 <source>Users can resolve distant content</source>
3623 <target state="final">Users can resolve distant content</target> 3617 <target state="final">Users can resolve distant content</target>
@@ -5312,11 +5306,8 @@ color: red;
5312 5306
5313 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 5307 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
5314 <source>CHANNELS</source><target state="final">CHANNELS</target> 5308 <source>CHANNELS</source><target state="final">CHANNELS</target>
5315 <context-group purpose="location"> 5309
5316 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5310 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5317 <context context-type="linenumber">82</context>
5318 </context-group>
5319 </trans-unit>
5320 5311
5321 <trans-unit id="3666829335406793239" datatype="html"> 5312 <trans-unit id="3666829335406793239" datatype="html">
5322 <source>This account does not have channels.</source> 5313 <source>This account does not have channels.</source>
@@ -5350,7 +5341,13 @@ channel with the same name (<x id="PH_2"/>)!</source><target state="final">Do yo
5350It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 5341It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
5351channel with the same name (<x id="PH_2"/>)!</target> 5342channel with the same name (<x id="PH_2"/>)!</target>
5352 5343
5353 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 5344 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
5345 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="final">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5346 <context-group purpose="location">
5347 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5348 <context context-type="linenumber">48</context>
5349 </context-group>
5350 </trans-unit>
5354 <trans-unit id="5387007581996837469" datatype="html"> 5351 <trans-unit id="5387007581996837469" datatype="html">
5355 <source>My Channels</source> 5352 <source>My Channels</source>
5356 <target state="final">My Channels</target> 5353 <target state="final">My Channels</target>
@@ -5901,12 +5898,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
5901 <source>Your message has been sent.</source> 5898 <source>Your message has been sent.</source>
5902 <target state="final">Your message has been sent.</target> 5899 <target state="final">Your message has been sent.</target>
5903 5900
5904 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 5901 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
5905 <trans-unit id="2072135752262464360" datatype="html"> 5902 <trans-unit id="2072135752262464360" datatype="html">
5906 <source>You already sent this form recently</source> 5903 <source>You already sent this form recently</source>
5907 <target state="final">You already sent this form recently</target> 5904 <target state="final">You already sent this form recently</target>
5908 5905
5909 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 5906 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
5910 <trans-unit id="819067926858619041" datatype="html"> 5907 <trans-unit id="819067926858619041" datatype="html">
5911 <source>Account videos</source><target state="final">Account videos</target> 5908 <source>Account videos</source><target state="final">Account videos</target>
5912 5909
@@ -5939,10 +5936,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
5939 <x id="PH"/> direct account followers 5936 <x id="PH"/> direct account followers
5940 </target> 5937 </target>
5941 5938
5942 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit><trans-unit id="6250999352462648289" datatype="html"> 5939 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="6250999352462648289" datatype="html">
5943 <source>Report this account</source><target state="final">Report this account</target> 5940 <source>Report this account</source><target state="final">Report this account</target>
5944 5941
5945 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 5942 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
5946 5943
5947 <trans-unit id="1504521795586863905" datatype="html"> 5944 <trans-unit id="1504521795586863905" datatype="html">
5948 <source>VIDEOS</source><target state="final">VIDEOS</target> 5945 <source>VIDEOS</source><target state="final">VIDEOS</target>
@@ -5954,24 +5951,16 @@ channel with the same name (<x id="PH_2"/>)!</target>
5954 <target state="final">Username copied</target> 5951 <target state="final">Username copied</target>
5955 5952
5956 5953
5957 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="9221735175659318025" datatype="html"> 5954 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="9221735175659318025" datatype="html">
5958 <source>1 subscriber</source><target state="final">1 subscriber</target> 5955 <source>1 subscriber</source><target state="final">1 subscriber</target>
5959 5956
5960 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="4097331874769079975" datatype="html"> 5957 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit><trans-unit id="4097331874769079975" datatype="html">
5961 <source><x id="PH"/> subscribers</source><target state="final"><x id="PH"/> subscribers</target> 5958 <source><x id="PH"/> subscribers</source><target state="final"><x id="PH"/> subscribers</target>
5962 5959
5963 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 5960 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
5961
5962
5964 5963
5965 <trans-unit id="4682675125751819107" datatype="html">
5966 <source>Instances you follow</source>
5967 <target state="final">Instances you follow</target>
5968
5969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
5970 <trans-unit id="8899833753704589712" datatype="html">
5971 <source>Instances following you</source>
5972 <target state="final">Instances following you</target>
5973
5974 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
5975 <trans-unit id="1035838766454786107" datatype="html"> 5964 <trans-unit id="1035838766454786107" datatype="html">
5976 <source>Audio-only</source> 5965 <source>Audio-only</source>
5977 <target state="final">Audio-only</target> 5966 <target state="final">Audio-only</target>
@@ -6019,7 +6008,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6019 <source>Auto (via ffmpeg)</source> 6008 <source>Auto (via ffmpeg)</source>
6020 <target state="final">Auto (via ffmpeg)</target> 6009 <target state="final">Auto (via ffmpeg)</target>
6021 6010
6022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="931255636742351800" datatype="html"> 6011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="3642770981085338761" datatype="html">
6012 <source>Followers of your instance</source><target state="final">Followers of your instance</target>
6013 <context-group purpose="location">
6014 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6015 <context context-type="linenumber">3</context>
6016 </context-group>
6017 </trans-unit><trans-unit id="931255636742351800" datatype="html">
6023 <source>No limit</source><target state="final">No limit</target> 6018 <source>No limit</source><target state="final">No limit</target>
6024 6019
6025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="5250062810079582285" datatype="html"> 6020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="5250062810079582285" datatype="html">
@@ -6138,17 +6133,33 @@ channel with the same name (<x id="PH_2"/>)!</target>
6138 <source>Domain is required.</source> 6133 <source>Domain is required.</source>
6139 <target state="final">Domain is required.</target> 6134 <target state="final">Domain is required.</target>
6140 6135
6141 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 6136 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6142 <trans-unit id="6780793142903080663" datatype="html"> 6137 <source>Hosts entered are invalid.</source><target state="final">Hosts entered are invalid.</target>
6143 <source>Domains entered are invalid.</source> 6138 <context-group purpose="location">
6144 <target state="final">Domains entered are invalid.</target> 6139 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6145 6140 <context context-type="linenumber">93</context>
6146 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 6141 </context-group>
6147 <trans-unit id="5886492514458202177" datatype="html"> 6142 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6148 <source>Domains entered contain duplicates.</source> 6143 <source>Hosts entered contain duplicates.</source><target state="final">Hosts entered contain duplicates.</target>
6149 <target state="final">Domains entered contain duplicates.</target> 6144 <context-group purpose="location">
6150 6145 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6151 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 6146 <context context-type="linenumber">94</context>
6147 </context-group>
6148 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6149 <source>Hosts or handles are invalid.</source><target state="final">Hosts or handles are invalid.</target>
6150 <context-group purpose="location">
6151 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6152 <context context-type="linenumber">102</context>
6153 </context-group>
6154 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6155 <source>Hosts or handles contain duplicates.</source><target state="final">Hosts or handles contain duplicates.</target>
6156 <context-group purpose="location">
6157 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6158 <context context-type="linenumber">103</context>
6159 </context-group>
6160 </trans-unit>
6161
6162
6152 <trans-unit id="240806681889331244" datatype="html"> 6163 <trans-unit id="240806681889331244" datatype="html">
6153 <source>Unlimited</source> 6164 <source>Unlimited</source>
6154 <target state="final">Unlimited</target> 6165 <target state="final">Unlimited</target>
@@ -6279,7 +6290,27 @@ channel with the same name (<x id="PH_2"/>)!</target>
6279 <x id="PH"/> removed from instance followers 6290 <x id="PH"/> removed from instance followers
6280 </target> 6291 </target>
6281 6292
6282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit> 6293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="6018246591673612412" datatype="html">
6294 <source>Follow</source><target state="final">Follow</target>
6295 <context-group purpose="location">
6296 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6297 <context context-type="linenumber">3</context>
6298 </context-group>
6299 <context-group purpose="location">
6300 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6301 <context context-type="linenumber">37</context>
6302 </context-group>
6303 <context-group purpose="location">
6304 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6305 <context context-type="linenumber">18</context>
6306 </context-group>
6307 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6308 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="final">1 host (without "http://"), account handle or channel handle per line</target>
6309 <context-group purpose="location">
6310 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6311 <context context-type="linenumber">11</context>
6312 </context-group>
6313 </trans-unit>
6283 <trans-unit id="2740793005745065895" datatype="html"> 6314 <trans-unit id="2740793005745065895" datatype="html">
6284 <source> 6315 <source>
6285 <x id="PH"/> is not valid 6316 <x id="PH"/> is not valid
@@ -6288,17 +6319,23 @@ channel with the same name (<x id="PH_2"/>)!</target>
6288 <x id="PH"/> is not valid 6319 <x id="PH"/> is not valid
6289 </target> 6320 </target>
6290 6321
6291 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group></trans-unit> 6322 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6292 <trans-unit id="2355066641781598196" datatype="html"> 6323 <trans-unit id="2355066641781598196" datatype="html">
6293 <source>Follow request(s) sent!</source> 6324 <source>Follow request(s) sent!</source>
6294 <target state="final">Follow request(s) sent!</target> 6325 <target state="final">Follow request(s) sent!</target>
6295 6326
6296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit> 6327 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6328 <source>Your instance subscriptions</source><target state="final">Your instance subscriptions</target>
6329 <context-group purpose="location">
6330 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6331 <context context-type="linenumber">3</context>
6332 </context-group>
6333 </trans-unit>
6297 <trans-unit id="4245720728052819482" datatype="html"> 6334 <trans-unit id="4245720728052819482" datatype="html">
6298 <source>Do you really want to unfollow <x id="PH"/>?</source> 6335 <source>Do you really want to unfollow <x id="PH"/>?</source>
6299 <target state="final">Do you really want to unfollow <x id="PH"/>?</target> 6336 <target state="final">Do you really want to unfollow <x id="PH"/>?</target>
6300 6337
6301 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 6338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6302 <trans-unit id="9160510009013134726" datatype="html"> 6339 <trans-unit id="9160510009013134726" datatype="html">
6303 <source>Unfollow</source> 6340 <source>Unfollow</source>
6304 <target state="final">Unfollow</target> 6341 <target state="final">Unfollow</target>
@@ -6308,7 +6345,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6308 <source>You are not following <x id="PH"/> anymore.</source> 6345 <source>You are not following <x id="PH"/> anymore.</source>
6309 <target state="final">You are not following <x id="PH"/> anymore.</target> 6346 <target state="final">You are not following <x id="PH"/> anymore.</target>
6310 6347
6311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 6348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6312 <trans-unit id="2593763089859685916" datatype="html"> 6349 <trans-unit id="2593763089859685916" datatype="html">
6313 <source>enabled</source> 6350 <source>enabled</source>
6314 <target state="final">enabled</target> 6351 <target state="final">enabled</target>
@@ -6414,118 +6451,118 @@ channel with the same name (<x id="PH_2"/>)!</target>
6414 <target state="final">Internal actions</target> 6451 <target state="final">Internal actions</target>
6415 6452
6416 6453
6417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 6454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6418 <trans-unit id="4559872264406386913" datatype="html"> 6455 <trans-unit id="4559872264406386913" datatype="html">
6419 <source>Delete report</source> 6456 <source>Delete report</source>
6420 <target state="final">Delete report</target> 6457 <target state="final">Delete report</target>
6421 6458
6422 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 6459 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6423 <trans-unit id="5793550984155962433" datatype="html"> 6460 <trans-unit id="5793550984155962433" datatype="html">
6424 <source>Actions for the flagged account</source> 6461 <source>Actions for the flagged account</source>
6425 <target state="final">Actions for the flagged account</target> 6462 <target state="final">Actions for the flagged account</target>
6426 6463
6427 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
6428 <trans-unit id="1679841953757186358" datatype="html"> 6465 <trans-unit id="1679841953757186358" datatype="html">
6429 <source>Mark as accepted</source> 6466 <source>Mark as accepted</source>
6430 <target state="final">Mark as accepted</target> 6467 <target state="final">Mark as accepted</target>
6431 6468
6432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 6469 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
6433 <trans-unit id="7993358694073742566" datatype="html"> 6470 <trans-unit id="7993358694073742566" datatype="html">
6434 <source>Mark as rejected</source> 6471 <source>Mark as rejected</source>
6435 <target state="final">Mark as rejected</target> 6472 <target state="final">Mark as rejected</target>
6436 6473
6437 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 6474 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
6438 <trans-unit id="4175703770051343108" datatype="html"> 6475 <trans-unit id="4175703770051343108" datatype="html">
6439 <source>Add internal note</source> 6476 <source>Add internal note</source>
6440 <target state="final">Add internal note</target> 6477 <target state="final">Add internal note</target>
6441 6478
6442 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 6479 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
6443 <trans-unit id="296166371893775555" datatype="html"> 6480 <trans-unit id="296166371893775555" datatype="html">
6444 <source>Actions for the video</source> 6481 <source>Actions for the video</source>
6445 <target state="final">Actions for the video</target> 6482 <target state="final">Actions for the video</target>
6446 6483
6447 6484
6448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 6485 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
6449 <trans-unit id="3924877328520650445" datatype="html"> 6486 <trans-unit id="3924877328520650445" datatype="html">
6450 <source>Block video</source> 6487 <source>Block video</source>
6451 <target state="final">Block video</target> 6488 <target state="final">Block video</target>
6452 6489
6453 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 6490 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
6454 <trans-unit id="4762794934098378428" datatype="html"> 6491 <trans-unit id="4762794934098378428" datatype="html">
6455 <source>Video blocked.</source> 6492 <source>Video blocked.</source>
6456 <target state="final">Video blocked.</target> 6493 <target state="final">Video blocked.</target>
6457 6494
6458 6495
6459 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6496 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
6460 <trans-unit id="4328862996304258770" datatype="html"> 6497 <trans-unit id="4328862996304258770" datatype="html">
6461 <source>Unblock video</source> 6498 <source>Unblock video</source>
6462 <target state="final">Unblock video</target> 6499 <target state="final">Unblock video</target>
6463 6500
6464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 6501 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
6465 <trans-unit id="9065327551191479877" datatype="html"> 6502 <trans-unit id="9065327551191479877" datatype="html">
6466 <source>Video unblocked.</source> 6503 <source>Video unblocked.</source>
6467 <target state="final">Video unblocked.</target> 6504 <target state="final">Video unblocked.</target>
6468 6505
6469 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 6506 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
6470 <trans-unit id="1250415136605923486" datatype="html"> 6507 <trans-unit id="1250415136605923486" datatype="html">
6471 <source>Do you really want to delete this abuse report?</source> 6508 <source>Do you really want to delete this abuse report?</source>
6472 <target state="final">Do you really want to delete this abuse report?</target> 6509 <target state="final">Do you really want to delete this abuse report?</target>
6473 6510
6474 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 6511 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
6475 <trans-unit id="3482559157143817408" datatype="html"> 6512 <trans-unit id="3482559157143817408" datatype="html">
6476 <source>Abuse deleted.</source> 6513 <source>Abuse deleted.</source>
6477 <target state="final">Abuse deleted.</target> 6514 <target state="final">Abuse deleted.</target>
6478 6515
6479 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 6516 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
6480 <trans-unit id="6282990098351939529" datatype="html"> 6517 <trans-unit id="6282990098351939529" datatype="html">
6481 <source>Deleted comment</source> 6518 <source>Deleted comment</source>
6482 <target state="final">Deleted comment</target> 6519 <target state="final">Deleted comment</target>
6483 6520
6484 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 6521 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
6485 <trans-unit id="9196775343330824083" datatype="html"> 6522 <trans-unit id="9196775343330824083" datatype="html">
6486 <source>Messages with reporter</source> 6523 <source>Messages with reporter</source>
6487 <target state="final">Messages with reporter</target> 6524 <target state="final">Messages with reporter</target>
6488 6525
6489 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 6526 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
6490 <trans-unit id="8770468575924421391" datatype="html"> 6527 <trans-unit id="8770468575924421391" datatype="html">
6491 <source>Messages with moderators</source> 6528 <source>Messages with moderators</source>
6492 <target state="final">Messages with moderators</target> 6529 <target state="final">Messages with moderators</target>
6493 6530
6494 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 6531 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
6495 <trans-unit id="8528549800795985099" datatype="html"> 6532 <trans-unit id="8528549800795985099" datatype="html">
6496 <source>Update internal note</source> 6533 <source>Update internal note</source>
6497 <target state="final">Update internal note</target> 6534 <target state="final">Update internal note</target>
6498 6535
6499 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 6536 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
6500 <trans-unit id="3962242315365992494" datatype="html"> 6537 <trans-unit id="3962242315365992494" datatype="html">
6501 <source>Switch video block to manual</source> 6538 <source>Switch video block to manual</source>
6502 <target state="final">Switch video block to manual</target> 6539 <target state="final">Switch video block to manual</target>
6503 6540
6504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
6505 <trans-unit id="6906423861055262169" datatype="html"> 6542 <trans-unit id="6906423861055262169" datatype="html">
6506 <source>Video <x id="PH"/> switched to manual block.</source> 6543 <source>Video <x id="PH"/> switched to manual block.</source>
6507 <target state="final">Video <x id="PH"/> switched to manual block.</target> 6544 <target state="final">Video <x id="PH"/> switched to manual block.</target>
6508 6545
6509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 6546 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
6510 <trans-unit id="7293356040886494773" datatype="html"> 6547 <trans-unit id="7293356040886494773" datatype="html">
6511 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 6548 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
6512 <target state="final">Do you really want to unblock this video? It will be available again in the videos list.</target> 6549 <target state="final">Do you really want to unblock this video? It will be available again in the videos list.</target>
6513 6550
6514 6551
6515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 6552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
6516 <trans-unit id="4859202148272511129" datatype="html"> 6553 <trans-unit id="4859202148272511129" datatype="html">
6517 <source>Unblock</source> 6554 <source>Unblock</source>
6518 <target state="final">Unblock</target> 6555 <target state="final">Unblock</target>
6519 6556
6520 6557
6521 6558
6522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
6523 <trans-unit id="4922469417589203720" datatype="html"> 6560 <trans-unit id="4922469417589203720" datatype="html">
6524 <source>Video <x id="PH"/> unblocked.</source> 6561 <source>Video <x id="PH"/> unblocked.</source>
6525 <target state="final">Video <x id="PH"/> unblocked.</target> 6562 <target state="final">Video <x id="PH"/> unblocked.</target>
6526 6563
6527 6564
6528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 6565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
6529 <trans-unit id="6286037250766429054" datatype="html"> 6566 <trans-unit id="6286037250766429054" datatype="html">
6530 <source>yes</source> 6567 <source>yes</source>
6531 <target state="final">yes</target> 6568 <target state="final">yes</target>
@@ -6747,7 +6784,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6747 6784
6748 6785
6749 6786
6750 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit> 6787 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
6751 <trans-unit id="5076187961693950167" datatype="html"> 6788 <trans-unit id="5076187961693950167" datatype="html">
6752 <source>Standard logs</source> 6789 <source>Standard logs</source>
6753 <target state="final">Standard logs</target> 6790 <target state="final">Standard logs</target>
@@ -6781,13 +6818,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6781 <source>Update user password</source> 6818 <source>Update user password</source>
6782 <target state="final">Update user password</target> 6819 <target state="final">Update user password</target>
6783 6820
6784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit><trans-unit id="177544274549739411" datatype="html"> 6821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit>
6785 <source>Following list</source><target state="final">Following list</target>
6786
6787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group></trans-unit><trans-unit id="8092429110007204784" datatype="html">
6788 <source>Followers list</source><target state="final">Followers list</target>
6789
6790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group></trans-unit>
6791 <trans-unit id="780323526182667308" datatype="html"> 6822 <trans-unit id="780323526182667308" datatype="html">
6792 <source>User <x id="PH"/> updated.</source> 6823 <source>User <x id="PH"/> updated.</source>
6793 <target state="final">User <x id="PH"/> updated.</target> 6824 <target state="final">User <x id="PH"/> updated.</target>
@@ -6814,13 +6845,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6814 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="8564701209009684429" datatype="html"> 6845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="8564701209009684429" datatype="html">
6815 <source>Federation</source><target state="final">Federation</target> 6846 <source>Federation</source><target state="final">Federation</target>
6816 6847
6817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="4682675125751819107" datatype="html"> 6848 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit>
6818 <source>Instances you follow</source><target state="final">Instances you follow</target>
6819
6820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8899833753704589712" datatype="html">
6821 <source>Instances following you</source><target state="final">Instances following you</target>
6822
6823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit>
6824 <trans-unit id="3767259920053407667" datatype="html"> 6849 <trans-unit id="3767259920053407667" datatype="html">
6825 <source>Videos will be deleted, comments will be tombstoned.</source> 6850 <source>Videos will be deleted, comments will be tombstoned.</source>
6826 <target state="final">Videos will be deleted, comments will be tombstoned.</target> 6851 <target state="final">Videos will be deleted, comments will be tombstoned.</target>
@@ -6848,7 +6873,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
6848 <target state="final">Set Email as Verified</target> 6873 <target state="final">Set Email as Verified</target>
6849 6874
6850 6875
6851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 6876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
6877 <source>Created</source><target state="final">Created</target>
6878 <context-group purpose="location">
6879 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
6880 <context context-type="linenumber">115</context>
6881 </context-group>
6882 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
6883 <source>Daily quota</source><target state="final">Daily quota</target>
6884 <context-group purpose="location">
6885 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
6886 <context context-type="linenumber">120</context>
6887 </context-group>
6888 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
6889 <source>Last login</source><target state="final">Last login</target>
6890 <context-group purpose="location">
6891 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
6892 <context context-type="linenumber">122</context>
6893 </context-group>
6894 </trans-unit>
6852 <trans-unit id="3403978719736970622" datatype="html"> 6895 <trans-unit id="3403978719736970622" datatype="html">
6853 <source>You cannot ban root.</source> 6896 <source>You cannot ban root.</source>
6854 <target state="final">You cannot ban root.</target> 6897 <target state="final">You cannot ban root.</target>
@@ -7145,12 +7188,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
7145 <source>Video channel <x id="PH"/> created.</source> 7188 <source>Video channel <x id="PH"/> created.</source>
7146 <target state="final">Video channel <x id="PH"/> created.</target> 7189 <target state="final">Video channel <x id="PH"/> created.</target>
7147 7190
7148 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 7191 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7149 <trans-unit id="8723777130353305761" datatype="html"> 7192 <trans-unit id="8723777130353305761" datatype="html">
7150 <source>This name already exists on this instance.</source> 7193 <source>This name already exists on this instance.</source>
7151 <target state="final">This name already exists on this instance.</target> 7194 <target state="final">This name already exists on this instance.</target>
7152 7195
7153 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 7196 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7154 <trans-unit id="7589345916094713536" datatype="html"> 7197 <trans-unit id="7589345916094713536" datatype="html">
7155 <source>Video channel <x id="PH"/> updated.</source> 7198 <source>Video channel <x id="PH"/> updated.</source>
7156 <target state="final">Video channel <x id="PH"/> updated.</target> 7199 <target state="final">Video channel <x id="PH"/> updated.</target>
@@ -7165,11 +7208,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7165 <source>Banner deleted.</source><target state="final">Banner deleted.</target> 7208 <source>Banner deleted.</source><target state="final">Banner deleted.</target>
7166 7209
7167 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 7210 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7168 <trans-unit id="2575302837003821736" datatype="html"> 7211
7169 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7170 <target state="final">Please type the display name of the video channel (<x id="PH"/>) to confirm</target>
7171
7172 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
7173 <trans-unit id="624066830180032195" datatype="html"> 7212 <trans-unit id="624066830180032195" datatype="html">
7174 <source>Video channel <x id="PH"/> deleted.</source> 7213 <source>Video channel <x id="PH"/> deleted.</source>
7175 <target state="final">Video channel <x id="PH"/> deleted.</target> 7214 <target state="final">Video channel <x id="PH"/> deleted.</target>
@@ -7298,7 +7337,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
7298 <source>Ownership change request sent.</source> 7337 <source>Ownership change request sent.</source>
7299 <target state="final">Ownership change request sent.</target> 7338 <target state="final">Ownership change request sent.</target>
7300 7339
7301 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 7340 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="7699622144571229146" datatype="html">
7341 <source>Sort by</source><target state="final">Sort by</target>
7342 <context-group purpose="location">
7343 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
7344 <context context-type="linenumber">26</context>
7345 </context-group>
7346 </trans-unit>
7302 <trans-unit id="3245220240937722814" datatype="html"> 7347 <trans-unit id="3245220240937722814" datatype="html">
7303 <source>My channels</source> 7348 <source>My channels</source>
7304 <target state="final">My channels</target> 7349 <target state="final">My channels</target>
@@ -7353,10 +7398,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
7353 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/preview-upload.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="6489275254908395777" datatype="html"> 7398 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/preview-upload.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="6489275254908395777" datatype="html">
7354 <source>Maximize editor</source><target state="final">Maximize editor</target> 7399 <source>Maximize editor</source><target state="final">Maximize editor</target>
7355 7400
7356 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="4243591013849340688" datatype="html"> 7401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4243591013849340688" datatype="html">
7357 <source>Exit maximized editor</source><target state="final">Exit maximized editor</target> 7402 <source>Exit maximized editor</source><target state="final">Exit maximized editor</target>
7358 7403
7359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 7404 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7360 <trans-unit id="6537885755702623401" datatype="html"> 7405 <trans-unit id="6537885755702623401" datatype="html">
7361 <source>Now please check your emails to verify your account and complete signup.</source> 7406 <source>Now please check your emails to verify your account and complete signup.</source>
7362 <target state="final">Now please check your emails to verify your account and complete signup.</target> 7407 <target state="final">Now please check your emails to verify your account and complete signup.</target>
@@ -7389,7 +7434,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7389 <target state="final">Subscribe to the account</target> 7434 <target state="final">Subscribe to the account</target>
7390 7435
7391 7436
7392 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 7437 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
7393 <source>PLAYLISTS</source><target state="final">PLAYLISTS</target> 7438 <source>PLAYLISTS</source><target state="final">PLAYLISTS</target>
7394 <context-group purpose="location"> 7439 <context-group purpose="location">
7395 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7440 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -7436,34 +7481,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
7436 <source>Go to my subscriptions</source> 7481 <source>Go to my subscriptions</source>
7437 <target state="final">Go to my subscriptions</target> 7482 <target state="final">Go to my subscriptions</target>
7438 7483
7439 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 7484 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
7440 <trans-unit id="1136469849928650779" datatype="html"> 7485 <trans-unit id="1136469849928650779" datatype="html">
7441 <source>Go to my videos</source> 7486 <source>Go to my videos</source>
7442 <target state="final">Go to my videos</target> 7487 <target state="final">Go to my videos</target>
7443 7488
7444 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit> 7489 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7445 <trans-unit id="7836683738999600376" datatype="html"> 7490 <trans-unit id="7836683738999600376" datatype="html">
7446 <source>Go to my imports</source> 7491 <source>Go to my imports</source>
7447 <target state="final">Go to my imports</target> 7492 <target state="final">Go to my imports</target>
7448 7493
7449 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 7494 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
7450 <trans-unit id="7511292153332773503" datatype="html"> 7495 <trans-unit id="7511292153332773503" datatype="html">
7451 <source>Go to my channels</source> 7496 <source>Go to my channels</source>
7452 <target state="final">Go to my channels</target> 7497 <target state="final">Go to my channels</target>
7453 7498
7454 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="2013324644839511073" datatype="html"> 7499 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="2013324644839511073" datatype="html">
7455 <source>Cannot retrieve OAuth Client credentials: <x id="PH"/>. 7500 <source>Cannot retrieve OAuth Client credentials: <x id="PH"/>.
7456Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="final">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 7501Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="final">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
7457Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 7502Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
7458 7503
7459 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group></trans-unit> 7504 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
7460 7505
7461 7506
7462 <trans-unit id="375263728166936544" datatype="html"> 7507 <trans-unit id="375263728166936544" datatype="html">
7463 <source>You need to reconnect.</source> 7508 <source>You need to reconnect.</source>
7464 <target state="final">You need to reconnect.</target> 7509 <target state="final">You need to reconnect.</target>
7465 7510
7466 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group></trans-unit> 7511 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
7467 <trans-unit id="2206638022166154361" datatype="html"> 7512 <trans-unit id="2206638022166154361" datatype="html">
7468 <source>Keyboard Shortcuts:</source> 7513 <source>Keyboard Shortcuts:</source>
7469 <target state="final">Keyboard Shortcuts:</target> 7514 <target state="final">Keyboard Shortcuts:</target>
@@ -7474,6 +7519,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7474 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 7519 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7475 <context context-type="linenumber">98</context> 7520 <context context-type="linenumber">98</context>
7476 </context-group> 7521 </context-group>
7522 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
7523 <source>In my library</source><target state="final">In my library</target>
7524 <context-group purpose="location">
7525 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7526 <context context-type="linenumber">104</context>
7527 </context-group>
7477 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 7528 </trans-unit><trans-unit id="232050922346936574" datatype="html">
7478 <source>Trending</source><target state="final">Trending</target> 7529 <source>Trending</source><target state="final">Trending</target>
7479 7530
@@ -7497,38 +7548,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7497 <source>Incorrect username or password.</source> 7548 <source>Incorrect username or password.</source>
7498 <target state="final">Incorrect username or password.</target> 7549 <target state="final">Incorrect username or password.</target>
7499 7550
7500 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 7551 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
7501 <trans-unit id="6974874606619467663" datatype="html"> 7552 <trans-unit id="6974874606619467663" datatype="html">
7502 <source>Your account is blocked.</source> 7553 <source>Your account is blocked.</source>
7503 <target state="final">Your account is blocked.</target> 7554 <target state="final">Your account is blocked.</target>
7504 7555
7505 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 7556 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
7506 7557
7507 <trans-unit id="7939914198003891823" datatype="html"> 7558 <trans-unit id="7939914198003891823" datatype="html">
7508 <source>any language</source> 7559 <source>any language</source>
7509 <target state="final">any language</target> 7560 <target state="final">any language</target>
7510 7561
7511 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 7562 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7512 <trans-unit id="5633144232269377096" datatype="html"> 7563 <trans-unit id="5633144232269377096" datatype="html">
7513 <source>hide</source> 7564 <source>hide</source>
7514 <target state="final">hide</target> 7565 <target state="final">hide</target>
7515 7566
7516 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 7567 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
7517 <trans-unit id="8603861867909474404" datatype="html"> 7568 <trans-unit id="8603861867909474404" datatype="html">
7518 <source>blur</source> 7569 <source>blur</source>
7519 <target state="final">blur</target> 7570 <target state="final">blur</target>
7520 7571
7521 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 7572 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
7522 <trans-unit id="4534458451100881847" datatype="html"> 7573 <trans-unit id="4534458451100881847" datatype="html">
7523 <source>display</source> 7574 <source>display</source>
7524 <target state="final">display</target> 7575 <target state="final">display</target>
7525 7576
7526 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 7577 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
7527 <trans-unit id="4467323362722952678" datatype="html"> 7578 <trans-unit id="4467323362722952678" datatype="html">
7528 <source>Unknown</source> 7579 <source>Unknown</source>
7529 <target state="final">Unknown</target> 7580 <target state="final">Unknown</target>
7530 7581
7531 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 7582 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
7532 <trans-unit id="8781423666414310853" datatype="html"> 7583 <trans-unit id="8781423666414310853" datatype="html">
7533 <source>Your password has been successfully reset!</source> 7584 <source>Your password has been successfully reset!</source>
7534 <target state="final">Your password has been successfully reset!</target> 7585 <target state="final">Your password has been successfully reset!</target>
@@ -7623,12 +7674,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7623 <source>Search index is unavailable. Retrying with instance results instead.</source> 7674 <source>Search index is unavailable. Retrying with instance results instead.</source>
7624 <target state="final">Search index is unavailable. Retrying with instance results instead.</target> 7675 <target state="final">Search index is unavailable. Retrying with instance results instead.</target>
7625 7676
7626 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 7677 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
7627 <trans-unit id="307702206382241469" datatype="html"> 7678 <trans-unit id="307702206382241469" datatype="html">
7628 <source>Search error</source> 7679 <source>Search error</source>
7629 <target state="final">Search error</target> 7680 <target state="final">Search error</target>
7630 7681
7631 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="4580988005648117665" datatype="html"> 7682 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
7683 <source>PeerTube instance host filter is invalid</source><target state="final">PeerTube instance host filter is invalid</target>
7684 <context-group purpose="location">
7685 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
7686 <context context-type="linenumber">329</context>
7687 </context-group>
7688 </trans-unit><trans-unit id="4580988005648117665" datatype="html">
7632 <source>Search</source><target state="final">Search</target> 7689 <source>Search</source><target state="final">Search</target>
7633 7690
7634 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7804724824750282316" datatype="html"> 7691 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7804724824750282316" datatype="html">
@@ -8805,17 +8862,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8805 <target state="final">Account <x id="PH"/> muted by the instance.</target> 8862 <target state="final">Account <x id="PH"/> muted by the instance.</target>
8806 8863
8807 8864
8808 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 8865 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
8809 <trans-unit id="1595779426198793580" datatype="html"> 8866 <trans-unit id="1595779426198793580" datatype="html">
8810 <source>Mute server</source> 8867 <source>Mute server</source>
8811 <target state="final">Mute server</target> 8868 <target state="final">Mute server</target>
8812 8869
8813 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 8870 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
8814 <trans-unit id="8014491157078444256" datatype="html"> 8871 <trans-unit id="8014491157078444256" datatype="html">
8815 <source>Server <x id="PH"/> muted by the instance.</source> 8872 <source>Server <x id="PH"/> muted by the instance.</source>
8816 <target state="final">Server <x id="PH"/> muted by the instance.</target> 8873 <target state="final">Server <x id="PH"/> muted by the instance.</target>
8817 8874
8818 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 8875 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
8819 <trans-unit id="2044813052587776285" datatype="html"> 8876 <trans-unit id="2044813052587776285" datatype="html">
8820 <source>Add a message to communicate with the reporter</source> 8877 <source>Add a message to communicate with the reporter</source>
8821 <target state="final">Add a message to communicate with the reporter</target> 8878 <target state="final">Add a message to communicate with the reporter</target>
@@ -9048,17 +9105,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9048 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 9105 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
9049 <target state="final">Too many attempts, please try again after <x id="PH"/> minutes.</target> 9106 <target state="final">Too many attempts, please try again after <x id="PH"/> minutes.</target>
9050 9107
9051 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 9108 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9052 <trans-unit id="4965472196059235310" datatype="html"> 9109 <trans-unit id="4965472196059235310" datatype="html">
9053 <source>Too many attempts, please try again later.</source> 9110 <source>Too many attempts, please try again later.</source>
9054 <target state="final">Too many attempts, please try again later.</target> 9111 <target state="final">Too many attempts, please try again later.</target>
9055 9112
9056 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group></trans-unit> 9113 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9057 <trans-unit id="1693549688987384699" datatype="html"> 9114 <trans-unit id="1693549688987384699" datatype="html">
9058 <source>Server error. Please retry later.</source> 9115 <source>Server error. Please retry later.</source>
9059 <target state="final">Server error. Please retry later.</target> 9116 <target state="final">Server error. Please retry later.</target>
9060 9117
9061 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 9118 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9062 <trans-unit id="5927402622550505067" datatype="html"> 9119 <trans-unit id="5927402622550505067" datatype="html">
9063 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9120 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9064 <target state="final">Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</target> 9121 <target state="final">Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</target>
@@ -9165,27 +9222,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9165 <source>Delete video</source> 9222 <source>Delete video</source>
9166 <target state="final">Delete video</target> 9223 <target state="final">Delete video</target>
9167 9224
9168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 9225 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9169 <trans-unit id="2210418817778733727" datatype="html"> 9226 <trans-unit id="2210418817778733727" datatype="html">
9170 <source>Actions for the comment</source> 9227 <source>Actions for the comment</source>
9171 <target state="final">Actions for the comment</target> 9228 <target state="final">Actions for the comment</target>
9172 9229
9173 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 9230 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9174 <trans-unit id="7978668497183230348" datatype="html"> 9231 <trans-unit id="7978668497183230348" datatype="html">
9175 <source>Delete comment</source> 9232 <source>Delete comment</source>
9176 <target state="final">Delete comment</target> 9233 <target state="final">Delete comment</target>
9177 9234
9178 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 9235 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9179 <trans-unit id="6747218355168080191" datatype="html"> 9236 <trans-unit id="6747218355168080191" datatype="html">
9180 <source>Do you really want to delete this comment?</source> 9237 <source>Do you really want to delete this comment?</source>
9181 <target state="final">Do you really want to delete this comment?</target> 9238 <target state="final">Do you really want to delete this comment?</target>
9182 9239
9183 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 9240 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9184 <trans-unit id="7837272126865175984" datatype="html"> 9241 <trans-unit id="7837272126865175984" datatype="html">
9185 <source>Comment deleted.</source> 9242 <source>Comment deleted.</source>
9186 <target state="final">Comment deleted.</target> 9243 <target state="final">Comment deleted.</target>
9187 9244
9188 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 9245 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9189 <trans-unit id="346270517625845962" datatype="html"> 9246 <trans-unit id="346270517625845962" datatype="html">
9190 <source>Encoder</source> 9247 <source>Encoder</source>
9191 <target state="final">Encoder</target> 9248 <target state="final">Encoder</target>
@@ -9226,30 +9283,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9226 <source>Video reported.</source> 9283 <source>Video reported.</source>
9227 <target state="final">Video reported.</target> 9284 <target state="final">Video reported.</target>
9228 9285
9229 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 9286 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9230 <trans-unit id="3622946684246476652" datatype="html"> 9287 <trans-unit id="3622946684246476652" datatype="html">
9231 <source>Do you really want to delete this video?</source> 9288 <source>Do you really want to delete this video?</source>
9232 <target state="final">Do you really want to delete this video?</target> 9289 <target state="final">Do you really want to delete this video?</target>
9233 9290
9234 9291
9235 9292
9236 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 9293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9237 <trans-unit id="3941342949736653028" datatype="html"> 9294 <trans-unit id="3941342949736653028" datatype="html">
9238 <source>Video deleted.</source> 9295 <source>Video deleted.</source>
9239 <target state="final">Video deleted.</target> 9296 <target state="final">Video deleted.</target>
9240 9297
9241 9298
9242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9243 <trans-unit id="5072091387445907742" datatype="html"> 9300 <trans-unit id="5072091387445907742" datatype="html">
9244 <source>Actions for the reporter</source> 9301 <source>Actions for the reporter</source>
9245 <target state="final">Actions for the reporter</target> 9302 <target state="final">Actions for the reporter</target>
9246 9303
9247 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 9304 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9248 <trans-unit id="6599069899275412095" datatype="html"> 9305 <trans-unit id="6599069899275412095" datatype="html">
9249 <source>Mute reporter</source> 9306 <source>Mute reporter</source>
9250 <target state="final">Mute reporter</target> 9307 <target state="final">Mute reporter</target>
9251 9308
9252 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 9309 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9253 <trans-unit id="2990849907502572301" datatype="html"> 9310 <trans-unit id="2990849907502572301" datatype="html">
9254 <source>This video will be duplicated by your instance.</source> 9311 <source>This video will be duplicated by your instance.</source>
9255 <target state="final">This video will be duplicated by your instance.</target> 9312 <target state="final">This video will be duplicated by your instance.</target>
@@ -9306,7 +9363,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9306 <target state="final">Mute account</target> 9363 <target state="final">Mute account</target>
9307 9364
9308 9365
9309 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit><trans-unit id="4021487547497211597" datatype="html"> 9366 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit><trans-unit id="4021487547497211597" datatype="html">
9310 <source>Open video actions</source><target state="final">Open video actions</target> 9367 <source>Open video actions</source><target state="final">Open video actions</target>
9311 <context-group purpose="location"> 9368 <context-group purpose="location">
9312 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context> 9369 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context>
@@ -9321,7 +9378,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9321 <source>Mute server account</source> 9378 <source>Mute server account</source>
9322 <target state="final">Mute server account</target> 9379 <target state="final">Mute server account</target>
9323 9380
9324 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 9381 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
9325 <trans-unit id="7008439939460403347" datatype="html"> 9382 <trans-unit id="7008439939460403347" datatype="html">
9326 <source>Report</source> 9383 <source>Report</source>
9327 <target state="final">Report</target> 9384 <target state="final">Report</target>
@@ -9418,28 +9475,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9418 <source>Only I can see this video</source> 9475 <source>Only I can see this video</source>
9419 <target state="final">Only I can see this video</target> 9476 <target state="final">Only I can see this video</target>
9420 9477
9421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 9478 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
9422 <trans-unit id="6767380569816110388" datatype="html"> 9479 <trans-unit id="6767380569816110388" datatype="html">
9423 <source>Only shareable via a private link</source> 9480 <source>Only shareable via a private link</source>
9424 <target state="final">Only shareable via a private link</target> 9481 <target state="final">Only shareable via a private link</target>
9425 9482
9426 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 9483 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
9427 <trans-unit id="6828965264297239528" datatype="html"> 9484 <trans-unit id="6828965264297239528" datatype="html">
9428 <source>Anyone can see this video</source> 9485 <source>Anyone can see this video</source>
9429 <target state="final">Anyone can see this video</target> 9486 <target state="final">Anyone can see this video</target>
9430 9487
9431 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9488 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
9432 <trans-unit id="1425933035739773115" datatype="html"> 9489 <trans-unit id="1425933035739773115" datatype="html">
9433 <source>Only users of this instance can see this video</source> 9490 <source>Only users of this instance can see this video</source>
9434 <target state="final">Only users of this instance can see this video</target> 9491 <target state="final">Only users of this instance can see this video</target>
9435 9492
9436 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="8312101634344200207" datatype="html"> 9493 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit><trans-unit id="8312101634344200207" datatype="html">
9437 <source><x id="PH" equiv-text="this.views"/> viewers</source><target state="final"><x id="PH" equiv-text="this.views"/> viewers</target> 9494 <source><x id="PH" equiv-text="this.views"/> viewers</source><target state="final"><x id="PH" equiv-text="this.views"/> viewers</target>
9438 9495
9439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="7756087706411154095" datatype="html"> 9496 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="7756087706411154095" datatype="html">
9440 <source><x id="PH" equiv-text="this.views"/> views</source><target state="final"><x id="PH" equiv-text="this.views"/> views</target> 9497 <source><x id="PH" equiv-text="this.views"/> views</source><target state="final"><x id="PH" equiv-text="this.views"/> views</target>
9441 9498
9442 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit><trans-unit id="ngb.alert.close" datatype="html"> 9499 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit><trans-unit id="ngb.alert.close" datatype="html">
9443 <source>Close</source><target state="final">Close</target> 9500 <source>Close</source><target state="final">Close</target>
9444 9501
9445 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="ngb.carousel.slide-number" datatype="html"> 9502 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="ngb.carousel.slide-number" datatype="html">
@@ -9549,20 +9606,20 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9549 <source>Your video was uploaded to your account and is private.</source> 9606 <source>Your video was uploaded to your account and is private.</source>
9550 <target state="final">Your video was uploaded to your account and is private.</target> 9607 <target state="final">Your video was uploaded to your account and is private.</target>
9551 9608
9552 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 9609 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
9553 <trans-unit id="5699822024600815733" datatype="html"> 9610 <trans-unit id="5699822024600815733" datatype="html">
9554 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 9611 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
9555 <target state="final">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target> 9612 <target state="final">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target>
9556 9613
9557 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 9614 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
9558 <trans-unit id="1219739004043110649" datatype="html"> 9615 <trans-unit id="1219739004043110649" datatype="html">
9559 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 9616 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
9560 <target state="final">Your video is not uploaded yet, are you sure you want to leave this page?</target> 9617 <target state="final">Your video is not uploaded yet, are you sure you want to leave this page?</target>
9561 9618
9562 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="6932865105766151309" datatype="html"> 9619 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit><trans-unit id="6932865105766151309" datatype="html">
9563 <source>Upload</source><target state="final">Upload</target> 9620 <source>Upload</source><target state="final">Upload</target>
9564 9621
9565 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 9622 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
9566 <trans-unit id="8278735427925094503" datatype="html"> 9623 <trans-unit id="8278735427925094503" datatype="html">
9567 <source>Upload 9624 <source>Upload
9568 <x id="PH"/> 9625 <x id="PH"/>
@@ -9571,13 +9628,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9571 <x id="PH"/> 9628 <x id="PH"/>
9572 </target> 9629 </target>
9573 9630
9574 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 9631 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
9575 9632
9576 <trans-unit id="5981816353437801748" datatype="html"> 9633 <trans-unit id="5981816353437801748" datatype="html">
9577 <source>Video published.</source> 9634 <source>Video published.</source>
9578 <target state="final">Video published.</target> 9635 <target state="final">Video published.</target>
9579 9636
9580 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 9637 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
9581 9638
9582 9639
9583 <trans-unit id="764164089183618119" datatype="html"> 9640 <trans-unit id="764164089183618119" datatype="html">
@@ -9640,26 +9697,26 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9640 <trans-unit id="961774488937452220" datatype="html"> 9697 <trans-unit id="961774488937452220" datatype="html">
9641 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source><target state="final">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 9698 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source><target state="final">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
9642 9699
9643 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit><trans-unit id="5761611056224181752" datatype="html"> 9700 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit><trans-unit id="5761611056224181752" datatype="html">
9644 <source>Redirection</source><target state="final">Redirection</target> 9701 <source>Redirection</source><target state="final">Redirection</target>
9645 9702
9646 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 9703 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
9647 9704
9648 <trans-unit id="8858527736400081688" datatype="html"> 9705 <trans-unit id="8858527736400081688" datatype="html">
9649 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 9706 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
9650 <target state="final">This video contains mature or explicit content. Are you sure you want to watch it?</target> 9707 <target state="final">This video contains mature or explicit content. Are you sure you want to watch it?</target>
9651 9708
9652 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 9709 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
9653 <trans-unit id="3937119019020041049" datatype="html"> 9710 <trans-unit id="3937119019020041049" datatype="html">
9654 <source>Mature or explicit content</source> 9711 <source>Mature or explicit content</source>
9655 <target state="final">Mature or explicit content</target> 9712 <target state="final">Mature or explicit content</target>
9656 9713
9657 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 9714 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
9658 <trans-unit id="1755474755114288376" datatype="html"> 9715 <trans-unit id="1755474755114288376" datatype="html">
9659 <source>Up Next</source> 9716 <source>Up Next</source>
9660 <target state="final">Up Next</target> 9717 <target state="final">Up Next</target>
9661 9718
9662 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit><trans-unit id="2159130950882492111" datatype="html"> 9719 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit><trans-unit id="2159130950882492111" datatype="html">
9663 <source>Cancel</source><target state="final">Cancel</target> 9720 <source>Cancel</source><target state="final">Cancel</target>
9664 9721
9665 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">646</context></context-group></trans-unit> 9722 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">646</context></context-group></trans-unit>
@@ -9667,62 +9724,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9667 <source>Autoplay is suspended</source> 9724 <source>Autoplay is suspended</source>
9668 <target state="final">Autoplay is suspended</target> 9725 <target state="final">Autoplay is suspended</target>
9669 9726
9670 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 9727 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
9671 <trans-unit id="7895294730547405228" datatype="html"> 9728 <trans-unit id="7895294730547405228" datatype="html">
9672 <source>Enter/exit fullscreen (requires player focus)</source> 9729 <source>Enter/exit fullscreen (requires player focus)</source>
9673 <target state="final">Enter/exit fullscreen (requires player focus)</target> 9730 <target state="final">Enter/exit fullscreen (requires player focus)</target>
9674 9731
9675 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 9732 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
9676 <trans-unit id="7618388257165864759" datatype="html"> 9733 <trans-unit id="7618388257165864759" datatype="html">
9677 <source>Play/Pause the video (requires player focus)</source> 9734 <source>Play/Pause the video (requires player focus)</source>
9678 <target state="final">Play/Pause the video (requires player focus)</target> 9735 <target state="final">Play/Pause the video (requires player focus)</target>
9679 9736
9680 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 9737 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
9681 <trans-unit id="7761890399634216630" datatype="html"> 9738 <trans-unit id="7761890399634216630" datatype="html">
9682 <source>Mute/unmute the video (requires player focus)</source> 9739 <source>Mute/unmute the video (requires player focus)</source>
9683 <target state="final">Mute/unmute the video (requires player focus)</target> 9740 <target state="final">Mute/unmute the video (requires player focus)</target>
9684 9741
9685 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 9742 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
9686 <trans-unit id="5996585232248234904" datatype="html"> 9743 <trans-unit id="5996585232248234904" datatype="html">
9687 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 9744 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
9688 <target state="final">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 9745 <target state="final">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
9689 9746
9690 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 9747 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
9691 <trans-unit id="3748765405903319998" datatype="html"> 9748 <trans-unit id="3748765405903319998" datatype="html">
9692 <source>Increase the volume (requires player focus)</source> 9749 <source>Increase the volume (requires player focus)</source>
9693 <target state="final">Increase the volume (requires player focus)</target> 9750 <target state="final">Increase the volume (requires player focus)</target>
9694 9751
9695 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 9752 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
9696 <trans-unit id="5810704036407159982" datatype="html"> 9753 <trans-unit id="5810704036407159982" datatype="html">
9697 <source>Decrease the volume (requires player focus)</source> 9754 <source>Decrease the volume (requires player focus)</source>
9698 <target state="final">Decrease the volume (requires player focus)</target> 9755 <target state="final">Decrease the volume (requires player focus)</target>
9699 9756
9700 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 9757 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
9701 <trans-unit id="2622048822548065691" datatype="html"> 9758 <trans-unit id="2622048822548065691" datatype="html">
9702 <source>Seek the video forward (requires player focus)</source> 9759 <source>Seek the video forward (requires player focus)</source>
9703 <target state="final">Seek the video forward (requires player focus)</target> 9760 <target state="final">Seek the video forward (requires player focus)</target>
9704 9761
9705 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 9762 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
9706 <trans-unit id="6540078205109221153" datatype="html"> 9763 <trans-unit id="6540078205109221153" datatype="html">
9707 <source>Seek the video backward (requires player focus)</source> 9764 <source>Seek the video backward (requires player focus)</source>
9708 <target state="final">Seek the video backward (requires player focus)</target> 9765 <target state="final">Seek the video backward (requires player focus)</target>
9709 9766
9710 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 9767 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
9711 <trans-unit id="1956491957766210808" datatype="html"> 9768 <trans-unit id="1956491957766210808" datatype="html">
9712 <source>Increase playback rate (requires player focus)</source> 9769 <source>Increase playback rate (requires player focus)</source>
9713 <target state="final">Increase playback rate (requires player focus)</target> 9770 <target state="final">Increase playback rate (requires player focus)</target>
9714 9771
9715 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 9772 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
9716 <trans-unit id="5495529997674803186" datatype="html"> 9773 <trans-unit id="5495529997674803186" datatype="html">
9717 <source>Decrease playback rate (requires player focus)</source> 9774 <source>Decrease playback rate (requires player focus)</source>
9718 <target state="final">Decrease playback rate (requires player focus)</target> 9775 <target state="final">Decrease playback rate (requires player focus)</target>
9719 9776
9720 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 9777 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
9721 <trans-unit id="3178343147230721210" datatype="html"> 9778 <trans-unit id="3178343147230721210" datatype="html">
9722 <source>Navigate in the video frame by frame (requires player focus)</source> 9779 <source>Navigate in the video frame by frame (requires player focus)</source>
9723 <target state="final">Navigate in the video frame by frame (requires player focus)</target> 9780 <target state="final">Navigate in the video frame by frame (requires player focus)</target>
9724 9781
9725 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 9782 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
9726 <trans-unit id="8025996572234182184" datatype="html"> 9783 <trans-unit id="8025996572234182184" datatype="html">
9727 <source>Like the video</source> 9784 <source>Like the video</source>
9728 <target state="final">Like the video</target> 9785 <target state="final">Like the video</target>
diff --git a/client/src/locale/angular.eo.xlf b/client/src/locale/angular.eo.xlf
index 884779094..9d4885641 100644
--- a/client/src/locale/angular.eo.xlf
+++ b/client/src/locale/angular.eo.xlf
@@ -160,7 +160,7 @@
160 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 160 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
161 </target> 161 </target>
162 162
163 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 163 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
164 <trans-unit id="1486537403020619891" datatype="html"> 164 <trans-unit id="1486537403020619891" datatype="html">
165 <source>My watch history</source> 165 <source>My watch history</source>
166 <target state="translated">Historio de mia spektado</target> 166 <target state="translated">Historio de mia spektado</target>
@@ -235,12 +235,12 @@
235 235
236 236
237 237
238 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 238 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
239 <trans-unit id="1006562256968398209" datatype="html"> 239 <trans-unit id="1006562256968398209" datatype="html">
240 <source>video</source> 240 <source>video</source>
241 <target state="translated">filmo</target> 241 <target state="translated">filmo</target>
242 242
243 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 243 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
244 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target> 244 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target>
245 245
246 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 246 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -304,10 +304,10 @@
304 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 304 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
305 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 305 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
306 306
307 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 307 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
308 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 308 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
309 309
310 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit> 310 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
311 311
312 <trans-unit id="5235042777215655908" datatype="html"> 312 <trans-unit id="5235042777215655908" datatype="html">
313 <source>subtitles</source> 313 <source>subtitles</source>
@@ -521,7 +521,7 @@
521 <target>Forigi</target> 521 <target>Forigi</target>
522 522
523 523
524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
525 <source>Only live videos</source><target state="new">Only live videos</target> 525 <source>Only live videos</source><target state="new">Only live videos</target>
526 <context-group purpose="location"> 526 <context-group purpose="location">
527 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 527 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -700,10 +700,10 @@
700 <trans-unit id="2602586221576511475"> 700 <trans-unit id="2602586221576511475">
701 <source>Video quota</source> 701 <source>Video quota</source>
702 <target>Datumlimo por filmoj</target> 702 <target>Datumlimo por filmoj</target>
703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 703
704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 704
705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 705
706 </trans-unit> 706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
707 <trans-unit id="1502595455339510144"> 707 <trans-unit id="1502595455339510144">
708 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 708 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
709 <target>Senlima <x id="START_TAG_NG_CONTAINER"/>(po <x id="INTERPOLATION"/> tage) <x id="CLOSE_TAG_NG_CONTAINER"/></target> 709 <target>Senlima <x id="START_TAG_NG_CONTAINER"/>(po <x id="INTERPOLATION"/> tage) <x id="CLOSE_TAG_NG_CONTAINER"/></target>
@@ -782,7 +782,31 @@
782 <source>Federation</source> 782 <source>Federation</source>
783 <target>Federaĵo</target> 783 <target>Federaĵo</target>
784 784
785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
786 <source>Following</source><target state="new">Following</target>
787 <context-group purpose="location">
788 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
789 <context context-type="linenumber">29</context>
790 </context-group>
791 <context-group purpose="location">
792 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
793 <context context-type="linenumber">31</context>
794 </context-group>
795 <context-group purpose="location">
796 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
797 <context context-type="linenumber">28</context>
798 </context-group>
799 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
800 <source>Followers</source><target state="new">Followers</target>
801 <context-group purpose="location">
802 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
803 <context context-type="linenumber">34</context>
804 </context-group>
805 <context-group purpose="location">
806 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
807 <context context-type="linenumber">37</context>
808 </context-group>
809 </trans-unit>
786 <trans-unit id="3541687134897970106"> 810 <trans-unit id="3541687134897970106">
787 <source>followers</source> 811 <source>followers</source>
788 <target>abonantoj</target> 812 <target>abonantoj</target>
@@ -857,7 +881,7 @@
857 881
858 882
859 883
860 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 884 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
861 <trans-unit id="3616223838716839702"> 885 <trans-unit id="3616223838716839702">
862 <source>Ban this user</source> 886 <source>Ban this user</source>
863 <target>Forbari ĉi tiun uzanton</target> 887 <target>Forbari ĉi tiun uzanton</target>
@@ -923,19 +947,13 @@
923 <trans-unit id="7252854992688790751" datatype="html"> 947 <trans-unit id="7252854992688790751" datatype="html">
924 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 948 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
925 <target state="translated">Ĉi tiu nodo permesas registriĝojn. Tamen zorge tralegu <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>la uzokondiĉojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>uzokondiĉojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> antaŭ ol vi kreos konton. Eble vi ankaŭ povus trovi nodon, kiu precize konvenos viajn bezonojn, per: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 949 <target state="translated">Ĉi tiu nodo permesas registriĝojn. Tamen zorge tralegu <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>la uzokondiĉojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>uzokondiĉojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> antaŭ ol vi kreos konton. Eble vi ankaŭ povus trovi nodon, kiu precize konvenos viajn bezonojn, per: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
926 <context-group purpose="location"> 950
927 <context context-type="sourcefile">src/app/+login/login.component.html</context> 951 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
928 <context context-type="linenumber">60,62</context>
929 </context-group>
930 </trans-unit>
931 <trans-unit id="7215649348148521605" datatype="html"> 952 <trans-unit id="7215649348148521605" datatype="html">
932 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 953 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
933 <target state="translated">Ĉi tiu nodo nun ne permesas registriĝon de uzantoj. Vi povas malkovri pliajn detalojn per <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>la uzokondiĉoj<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> aŭ trovi nodon, kiu ebligas registradon de kontoj kaj alŝutadon de filmoj. Trovu la vian inter pluraj nodoj per: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 954 <target state="translated">Ĉi tiu nodo nun ne permesas registriĝon de uzantoj. Vi povas malkovri pliajn detalojn per <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>la uzokondiĉoj<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> aŭ trovi nodon, kiu ebligas registradon de kontoj kaj alŝutadon de filmoj. Trovu la vian inter pluraj nodoj per: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
934 <context-group purpose="location"> 955
935 <context context-type="sourcefile">src/app/+login/login.component.html</context> 956 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
936 <context context-type="linenumber">65,67</context>
937 </context-group>
938 </trans-unit>
939 <trans-unit id="2392488717875840729"> 957 <trans-unit id="2392488717875840729">
940 <source>User</source> 958 <source>User</source>
941 <target>Uzanto</target> 959 <target>Uzanto</target>
@@ -946,68 +964,68 @@
946 <source>Username or email address</source> 964 <source>Username or email address</source>
947 <target>Salutnomo aŭ retpoŝtadreso</target> 965 <target>Salutnomo aŭ retpoŝtadreso</target>
948 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 966 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
967 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
968 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
969 <context-group purpose="location">
970 <context context-type="sourcefile">src/app/+login/login.component.html</context>
971 <context context-type="linenumber">33,34</context>
972 </context-group>
949 </trans-unit> 973 </trans-unit>
950 <trans-unit id="1431416938026210429"> 974 <trans-unit id="1431416938026210429">
951 <source>Password</source> 975 <source>Password</source>
952 <target>Pasvorto</target> 976 <target>Pasvorto</target>
953 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 977
954 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 978
955 <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> 979
956 <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> 980
957 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 981
958 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 982
959 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 983
960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 984
961 </trans-unit> 985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
962 <trans-unit id="8715156686857791956" datatype="html"> 986 <trans-unit id="8715156686857791956" datatype="html">
963 <source>Click here to reset your password</source> 987 <source>Click here to reset your password</source>
964 <target state="translated">Klaku ĉi tien por restarigi vian pasvorton</target> 988 <target state="translated">Klaku ĉi tien por restarigi vian pasvorton</target>
965 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 989
966 </trans-unit> 990 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
967 <trans-unit id="892063502898494584" datatype="html"> 991 <trans-unit id="892063502898494584" datatype="html">
968 <source>I forgot my password</source> 992 <source>I forgot my password</source>
969 <target state="translated">Mi forgesis pasvorton</target> 993 <target state="translated">Mi forgesis pasvorton</target>
970 <context-group purpose="location"> 994
971 <context context-type="sourcefile">src/app/+login/login.component.html</context> 995 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
972 <context context-type="linenumber">47</context>
973 </context-group>
974 </trans-unit>
975 <trans-unit id="2101170466365500913" datatype="html"> 996 <trans-unit id="2101170466365500913" datatype="html">
976 <source>Logging into an account lets you publish content</source> 997 <source>Logging into an account lets you publish content</source>
977 <target state="translated">Salutinte vian konton, vi povas publikigi enhavon</target> 998 <target state="translated">Salutinte vian konton, vi povas publikigi enhavon</target>
978 <context-group purpose="location"> 999
979 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1000 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
980 <context context-type="linenumber">56,57</context>
981 </context-group>
982 </trans-unit>
983 <trans-unit id="2454050363478003966"> 1001 <trans-unit id="2454050363478003966">
984 <source>Login</source> 1002 <source>Login</source>
985 <target>Saluti</target> 1003 <target>Saluti</target>
986 1004
987 1005
988 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1006 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
989 <trans-unit id="3183213940445113677" datatype="html"> 1007 <trans-unit id="3183213940445113677" datatype="html">
990 <source>Or sign in with</source> 1008 <source>Or sign in with</source>
991 <target state="translated">Aŭ saluti per</target> 1009 <target state="translated">Aŭ saluti per</target>
992 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1010
993 </trans-unit> 1011 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
994 <trans-unit id="3238209155172574367"> 1012 <trans-unit id="3238209155172574367">
995 <source>Forgot your password</source> 1013 <source>Forgot your password</source>
996 <target>Forgesita pasvorto</target> 1014 <target>Forgesita pasvorto</target>
997 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1015
998 </trans-unit> 1016 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
999 <trans-unit id="87327320394367488"> 1017 <trans-unit id="87327320394367488">
1000 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1018 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1001 <target> 1019 <target>
1002 Ni pardonpetas; vi ne povas rehavi vian pasvorton, ĉar la administranto de via nodo ne agordis la retpoŝtan sistemon de PeerTube. 1020 Ni pardonpetas; vi ne povas rehavi vian pasvorton, ĉar la administranto de via nodo ne agordis la retpoŝtan sistemon de PeerTube.
1003 </target> 1021 </target>
1004 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1022
1005 </trans-unit> 1023 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
1006 <trans-unit id="3188014010833256853" datatype="html"> 1024 <trans-unit id="3188014010833256853" datatype="html">
1007 <source>Enter your email address and we will send you a link to reset your password.</source> 1025 <source>Enter your email address and we will send you a link to reset your password.</source>
1008 <target state="translated">Enigu vian retpoŝtadreson kaj ni sendos al vi retleteron por restarigi vian pasvorton.</target> 1026 <target state="translated">Enigu vian retpoŝtadreson kaj ni sendos al vi retleteron por restarigi vian pasvorton.</target>
1009 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1027
1010 </trans-unit> 1028 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
1011 <trans-unit id="1190256911880544559" datatype="html"> 1029 <trans-unit id="1190256911880544559" datatype="html">
1012 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1030 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1013The link will expire within 1 hour.</source> 1031The link will expire within 1 hour.</source>
@@ -1017,26 +1035,26 @@ The link will expire within 1 hour.</source>
1017 <trans-unit id="4768749765465246664"> 1035 <trans-unit id="4768749765465246664">
1018 <source>Email</source> 1036 <source>Email</source>
1019 <target>Retpoŝtadreso</target> 1037 <target>Retpoŝtadreso</target>
1020 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1038
1021 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1039
1022 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1040
1023 <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> 1041
1024 <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> 1042
1025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1043
1026 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1044
1027 </trans-unit> 1045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1028 <trans-unit id="3967269098753656610"> 1046 <trans-unit id="3967269098753656610">
1029 <source>Email address</source> 1047 <source>Email address</source>
1030 <target>Retpoŝtadreso</target> 1048 <target>Retpoŝtadreso</target>
1031 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1049
1032 <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> 1050
1033 </trans-unit> 1051 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1034 <trans-unit id="7808756054397155068" datatype="html"> 1052 <trans-unit id="7808756054397155068" datatype="html">
1035 <source>Reset</source> 1053 <source>Reset</source>
1036 <target state="translated">Restarigi</target> 1054 <target state="translated">Restarigi</target>
1037 <note priority="1" from="description">Password reset button</note> 1055 <note priority="1" from="description">Password reset button</note>
1038 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1056
1039 </trans-unit> 1057 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1040 1058
1041 <trans-unit id="4319634264526091601" datatype="html"> 1059 <trans-unit id="4319634264526091601" datatype="html">
1042 <source>on this instance</source> 1060 <source>on this instance</source>
@@ -1112,12 +1130,12 @@ The link will expire within 1 hour.</source>
1112 Neniuj rezultoj troviĝis 1130 Neniuj rezultoj troviĝis
1113 </target> 1131 </target>
1114 1132
1115 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1133 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1116 <trans-unit id="5500467336262464724"> 1134 <trans-unit id="5500467336262464724">
1117 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1135 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1118 <target><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> abonantoj </target> 1136 <target><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> abonantoj </target>
1119 1137
1120 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1138 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1121 <trans-unit id="1516969129397662377"> 1139 <trans-unit id="1516969129397662377">
1122 <source>Welcome to PeerTube, dear administrator!</source> 1140 <source>Welcome to PeerTube, dear administrator!</source>
1123 <target>Bonvenu al PeerTube, kara administranto!</target> 1141 <target>Bonvenu al PeerTube, kara administranto!</target>
@@ -1365,7 +1383,7 @@ The link will expire within 1 hour.</source>
1365 <target>Krei konton</target> 1383 <target>Krei konton</target>
1366 1384
1367 1385
1368 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1386 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1369 1387
1370 <trans-unit id="3058024914967508975" datatype="html"> 1388 <trans-unit id="3058024914967508975" datatype="html">
1371 <source>My videos</source> 1389 <source>My videos</source>
@@ -1422,7 +1440,7 @@ The link will expire within 1 hour.</source>
1422 <source>VIDEOS</source> 1440 <source>VIDEOS</source>
1423 <target state="translated">FILMOJ</target> 1441 <target state="translated">FILMOJ</target>
1424 1442
1425 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 1443 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
1426 <trans-unit id="667372110624203230" datatype="html"> 1444 <trans-unit id="667372110624203230" datatype="html">
1427 <source>Import jobs concurrency</source> 1445 <source>Import jobs concurrency</source>
1428 <target state="new">Import jobs concurrency</target> 1446 <target state="new">Import jobs concurrency</target>
@@ -1502,7 +1520,7 @@ The link will expire within 1 hour.</source>
1502 <source>I'm a teapot</source> 1520 <source>I'm a teapot</source>
1503 <target state="translated">Mi estas tekruĉo</target> 1521 <target state="translated">Mi estas tekruĉo</target>
1504 1522
1505 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 1523 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1506 <trans-unit id="1597262876035959248" datatype="html"> 1524 <trans-unit id="1597262876035959248" datatype="html">
1507 <source>That's an error.</source> 1525 <source>That's an error.</source>
1508 <target state="translated">Tio estas eraro.</target> 1526 <target state="translated">Tio estas eraro.</target>
@@ -1586,8 +1604,8 @@ The link will expire within 1 hour.</source>
1586 <trans-unit id="2971365540217107489" datatype="html"> 1604 <trans-unit id="2971365540217107489" datatype="html">
1587 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1605 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1588 <target state="translated">La vidaŭdaĵo estas tro granda por la servilo. Bonvolu kontakti vian administranton, se vi volas pligrandigi la datumlimon.</target> 1606 <target state="translated">La vidaŭdaĵo estas tro granda por la servilo. Bonvolu kontakti vian administranton, se vi volas pligrandigi la datumlimon.</target>
1589 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1607
1590 </trans-unit> 1608 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1591 1609
1592 <trans-unit id="5131854469652959713" datatype="html"> 1610 <trans-unit id="5131854469652959713" datatype="html">
1593 <source>GLOBAL SEARCH</source> 1611 <source>GLOBAL SEARCH</source>
@@ -1670,7 +1688,7 @@ The link will expire within 1 hour.</source>
1670 1688
1671 1689
1672 1690
1673 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1691 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1674 <source>Display only</source><target state="new">Display only</target> 1692 <source>Display only</source><target state="new">Display only</target>
1675 <context-group purpose="location"> 1693 <context-group purpose="location">
1676 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1694 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1708,7 +1726,7 @@ The link will expire within 1 hour.</source>
1708 <target>Daŭro</target> 1726 <target>Daŭro</target>
1709 1727
1710 1728
1711 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1729 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1712 <trans-unit id="3589238979642505685"> 1730 <trans-unit id="3589238979642505685">
1713 <source>Display sensitive content</source> 1731 <source>Display sensitive content</source>
1714 <target>Montri konsternan enhavon</target> 1732 <target>Montri konsternan enhavon</target>
@@ -1730,7 +1748,7 @@ The link will expire within 1 hour.</source>
1730 1748
1731 1749
1732 1750
1733 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1751 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1734 <trans-unit id="5478121364779850827" datatype="html"> 1752 <trans-unit id="5478121364779850827" datatype="html">
1735 <source>Reset</source> 1753 <source>Reset</source>
1736 <target state="translated">Restarigi</target> 1754 <target state="translated">Restarigi</target>
@@ -1751,7 +1769,7 @@ The link will expire within 1 hour.</source>
1751 1769
1752 1770
1753 1771
1754 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1772 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1755 <trans-unit id="4184995865179898060" datatype="html"> 1773 <trans-unit id="4184995865179898060" datatype="html">
1756 <source>Display all licenses</source> 1774 <source>Display all licenses</source>
1757 <target state="translated">Montri ĉiujn permesilojn</target> 1775 <target state="translated">Montri ĉiujn permesilojn</target>
@@ -1764,7 +1782,7 @@ The link will expire within 1 hour.</source>
1764 1782
1765 1783
1766 1784
1767 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1785 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1768 <trans-unit id="7904142744051432458" datatype="html"> 1786 <trans-unit id="7904142744051432458" datatype="html">
1769 <source>Display all languages</source> 1787 <source>Display all languages</source>
1770 <target state="translated">Montri ĉiujn lingvojn</target> 1788 <target state="translated">Montri ĉiujn lingvojn</target>
@@ -1779,17 +1797,23 @@ The link will expire within 1 hour.</source>
1779 <source>One of these tags</source> 1797 <source>One of these tags</source>
1780 <target>Unu el la etikedoj</target> 1798 <target>Unu el la etikedoj</target>
1781 1799
1782 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1800 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1801 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1802 <context-group purpose="location">
1803 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1804 <context context-type="linenumber">178</context>
1805 </context-group>
1806 </trans-unit>
1783 <trans-unit id="283421392567624698" datatype="html"> 1807 <trans-unit id="283421392567624698" datatype="html">
1784 <source>Search target</source> 1808 <source>Search target</source>
1785 <target state="translated">Celo de serĉado</target> 1809 <target state="translated">Celo de serĉado</target>
1786 1810
1787 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1811 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1788 <trans-unit id="2489767671380266270" datatype="html"> 1812 <trans-unit id="2489767671380266270" datatype="html">
1789 <source>Vidiverse</source> 1813 <source>Vidiverse</source>
1790 <target state="translated">Filmuniverso</target> 1814 <target state="translated">Filmuniverso</target>
1791 1815
1792 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1816 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1793 <trans-unit id="5478121364779850827" datatype="html"> 1817 <trans-unit id="5478121364779850827" datatype="html">
1794 <source>Reset</source> 1818 <source>Reset</source>
1795 <target state="translated">Restarigi</target> 1819 <target state="translated">Restarigi</target>
@@ -1799,7 +1823,7 @@ The link will expire within 1 hour.</source>
1799 <source>Filter</source> 1823 <source>Filter</source>
1800 <target>Filtri</target> 1824 <target>Filtri</target>
1801 1825
1802 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1826 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1803 <trans-unit id="6479885129995567639" datatype="html"> 1827 <trans-unit id="6479885129995567639" datatype="html">
1804 <source>Video channels</source> 1828 <source>Video channels</source>
1805 <target state="translated">Filmaj kanaloj</target> 1829 <target state="translated">Filmaj kanaloj</target>
@@ -1837,7 +1861,7 @@ The link will expire within 1 hour.</source>
1837 <target>Etikedoj</target> 1861 <target>Etikedoj</target>
1838 1862
1839 1863
1840 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1864 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1841 <trans-unit id="354332809647287722" datatype="html"> 1865 <trans-unit id="354332809647287722" datatype="html">
1842 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1866 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1843 <target state="translated">Etikedoj utilas por proponi rilatajn rekomendaĵojn. <x id="LINE_BREAK"/> Vi povas aldoni maksimume 5 etikedojn. <x id="LINE_BREAK"/> Premu <x id="START_TAG_KBD"/>la enigan klavon<x id="CLOSE_TAG_KBD"/> por aldoni novan etikedon. </target> 1867 <target state="translated">Etikedoj utilas por proponi rilatajn rekomendaĵojn. <x id="LINE_BREAK"/> Vi povas aldoni maksimume 5 etikedojn. <x id="LINE_BREAK"/> Premu <x id="START_TAG_KBD"/>la enigan klavon<x id="CLOSE_TAG_KBD"/> por aldoni novan etikedon. </target>
@@ -2267,7 +2291,7 @@ The link will expire within 1 hour.</source>
2267 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2291 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2268 <source>Upload on hold</source><target state="new">Upload on hold</target> 2292 <source>Upload on hold</source><target state="new">Upload on hold</target>
2269 2293
2270 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2294 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2271 <trans-unit id="285180972645018518" datatype="html"> 2295 <trans-unit id="285180972645018518" datatype="html">
2272 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2296 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2273 <target state="translated">Pardonu, la alŝuta funkcio estas malŝaltita por via konto. Se vi volas aldoni filmojn, administranto devas malŝlosi vian datumlimon.</target> 2297 <target state="translated">Pardonu, la alŝuta funkcio estas malŝaltita por via konto. Se vi volas aldoni filmojn, administranto devas malŝlosi vian datumlimon.</target>
@@ -2587,13 +2611,19 @@ The link will expire within 1 hour.</source>
2587 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2611 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2588 <source>Origin</source><target state="new">Origin</target> 2612 <source>Origin</source><target state="new">Origin</target>
2589 2613
2590 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2614 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2615 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2616 <context-group purpose="location">
2617 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2618 <context context-type="linenumber">14</context>
2619 </context-group>
2620 </trans-unit>
2591 2621
2592 <trans-unit id="5139892963394684487"> 2622 <trans-unit id="5139892963394684487">
2593 <source>Originally published</source> 2623 <source>Originally published</source>
2594 <target>Originale publikigita</target> 2624 <target>Originale publikigita</target>
2595 2625
2596 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2626 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2597 <trans-unit id="6402393085909200998" datatype="html"> 2627 <trans-unit id="6402393085909200998" datatype="html">
2598 <source>Friendly Reminder:</source> 2628 <source>Friendly Reminder:</source>
2599 <target state="translated">Amika memorigo:</target> 2629 <target state="translated">Amika memorigo:</target>
@@ -2977,11 +3007,7 @@ The link will expire within 1 hour.</source>
2977 <target>Identigilo</target> 3007 <target>Identigilo</target>
2978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3008 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
2979 </trans-unit> 3009 </trans-unit>
2980 <trans-unit id="2265605798180116441"> 3010
2981 <source>Follower handle</source>
2982 <target>Nomo de abonanto</target>
2983
2984 <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>
2985 <trans-unit id="5911214550882917183"> 3011 <trans-unit id="5911214550882917183">
2986 <source>State</source> 3012 <source>State</source>
2987 <target>Stato</target> 3013 <target>Stato</target>
@@ -3049,11 +3075,7 @@ The link will expire within 1 hour.</source>
3049 </target> 3075 </target>
3050 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3076 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3051 </trans-unit> 3077 </trans-unit>
3052 <trans-unit id="6641024648411549335"> 3078
3053 <source>Host</source>
3054 <target>Gastiganto</target>
3055
3056 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3057 <trans-unit id="6571718060636962350" datatype="html"> 3079 <trans-unit id="6571718060636962350" datatype="html">
3058 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3080 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3059 <target state="translated">Ripetaĵo permesita <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3081 <target state="translated">Ripetaĵo permesita <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3063,7 +3085,7 @@ The link will expire within 1 hour.</source>
3063 <source>Unfollow</source> 3085 <source>Unfollow</source>
3064 <target state="translated">Malaboni</target> 3086 <target state="translated">Malaboni</target>
3065 3087
3066 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3067 <trans-unit id="8246779176913476983" datatype="html"> 3089 <trans-unit id="8246779176913476983" datatype="html">
3068 <source>Open instance in a new tab</source> 3090 <source>Open instance in a new tab</source>
3069 <target state="translated">Malfermi nodon en nova langeto</target> 3091 <target state="translated">Malfermi nodon en nova langeto</target>
@@ -3075,27 +3097,19 @@ The link will expire within 1 hour.</source>
3075 <source>No host found matching current filters.</source> 3097 <source>No host found matching current filters.</source>
3076 <target state="translated">Neniu gastiganto troviĝis per la nunaj filtriloj.</target> 3098 <target state="translated">Neniu gastiganto troviĝis per la nunaj filtriloj.</target>
3077 3099
3078 <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> 3100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3079 <trans-unit id="7274241885665071790" datatype="html"> 3101 <trans-unit id="7274241885665071790" datatype="html">
3080 <source>Your instance is not following anyone.</source> 3102 <source>Your instance is not following anyone.</source>
3081 <target state="translated">Via nodo neniun abonas.</target> 3103 <target state="translated">Via nodo neniun abonas.</target>
3082 3104
3083 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3105 <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>
3084 <trans-unit id="4774348799569692380" datatype="html"> 3106 <trans-unit id="4774348799569692380" datatype="html">
3085 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3107 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3086 <target state="translated">Montrante <x id="INTERPOLATION"/> ĝis <x id="INTERPOLATION_1"/> el <x id="INTERPOLATION_2"/> gastigantoj</target> 3108 <target state="translated">Montrante <x id="INTERPOLATION"/> ĝis <x id="INTERPOLATION_1"/> el <x id="INTERPOLATION_2"/> gastigantoj</target>
3087 3109
3088 <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></trans-unit> 3110 <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></trans-unit>
3089 <trans-unit id="6275803119759621687" datatype="html"> 3111
3090 <source>Follow domains</source> 3112 <trans-unit id="9216117865911519658" datatype="html">
3091 <target state="translated">Aboni domajnojn</target>
3092
3093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3094 <trans-unit id="1268699198448750610" datatype="html">
3095 <source>Follow instances</source>
3096 <target state="translated">Aboni nodojn</target>
3097
3098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
3099 <source>Action</source><target state="new">Action</target> 3113 <source>Action</source><target state="new">Action</target>
3100 3114
3101 3115
@@ -3142,11 +3156,11 @@ The link will expire within 1 hour.</source>
3142 <trans-unit id="5248717555542428023"> 3156 <trans-unit id="5248717555542428023">
3143 <source>Username</source> 3157 <source>Username</source>
3144 <target>Salutnomo</target> 3158 <target>Salutnomo</target>
3145 <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> 3159
3146 <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> 3160
3147 <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> 3161
3148 <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> 3162
3149 </trans-unit> 3163 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3150 <trans-unit id="5428411040014095392" datatype="html"> 3164 <trans-unit id="5428411040014095392" datatype="html">
3151 <source>e.g. jane_doe</source> 3165 <source>e.g. jane_doe</source>
3152 <target state="translated">ekz. ushio_shiromija</target> 3166 <target state="translated">ekz. ushio_shiromija</target>
@@ -3174,9 +3188,9 @@ The link will expire within 1 hour.</source>
3174 <trans-unit id="4145496584631696119"> 3188 <trans-unit id="4145496584631696119">
3175 <source>Role</source> 3189 <source>Role</source>
3176 <target>Rolo</target> 3190 <target>Rolo</target>
3177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3191
3178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3192
3179 </trans-unit> 3193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3180 <trans-unit id="7046347992315328430" datatype="html"> 3194 <trans-unit id="7046347992315328430" datatype="html">
3181 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3195 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3182 <target state="translated">Transkodado estas ŝaltita. Ĉi tiu datumlimo konsideras <x id="START_TAG_STRONG"/>originalan<x id="CLOSE_TAG_STRONG"/> grandecon de la filmo. <x id="LINE_BREAK"/> Plej grande ĉi tiu uzanto povus alŝuti ~ <x id="INTERPOLATION"/>. </target> 3196 <target state="translated">Transkodado estas ŝaltita. Ĉi tiu datumlimo konsideras <x id="START_TAG_STRONG"/>originalan<x id="CLOSE_TAG_STRONG"/> grandecon de la filmo. <x id="LINE_BREAK"/> Plej grande ĉi tiu uzanto povus alŝuti ~ <x id="INTERPOLATION"/>. </target>
@@ -3193,15 +3207,9 @@ The link will expire within 1 hour.</source>
3193 <trans-unit id="2622255144026150901" datatype="html"> 3207 <trans-unit id="2622255144026150901" datatype="html">
3194 <source>Auth plugin</source> 3208 <source>Auth plugin</source>
3195 <target state="translated">Aŭtentikiga kromprogramo</target> 3209 <target state="translated">Aŭtentikiga kromprogramo</target>
3196 <context-group purpose="location"> 3210
3197 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3211
3198 <context context-type="linenumber">188</context> 3212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit>
3199 </context-group>
3200 <context-group purpose="location">
3201 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3202 <context context-type="linenumber">188</context>
3203 </context-group>
3204 </trans-unit>
3205 <trans-unit id="588099657508661970" datatype="html"> 3213 <trans-unit id="588099657508661970" datatype="html">
3206 <source>None (local authentication)</source> 3214 <source>None (local authentication)</source>
3207 <target state="translated">Neniu (loka aŭtentikigo)</target> 3215 <target state="translated">Neniu (loka aŭtentikigo)</target>
@@ -3446,7 +3454,13 @@ The link will expire within 1 hour.</source>
3446 3454
3447 3455
3448 3456
3449 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3458 <source>Follower</source><target state="new">Follower</target>
3459 <context-group purpose="location">
3460 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3461 <context context-type="linenumber">24</context>
3462 </context-group>
3463 </trans-unit>
3450 <trans-unit id="4691552465058437520" datatype="html"> 3464 <trans-unit id="4691552465058437520" datatype="html">
3451 <source>Commented video</source> 3465 <source>Commented video</source>
3452 <target state="translated">Komentita filmo</target> 3466 <target state="translated">Komentita filmo</target>
@@ -3485,35 +3499,20 @@ The link will expire within 1 hour.</source>
3485 3499
3486 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3487 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3501 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3488 <context-group purpose="location"> 3502
3489 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3503 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3490 <context context-type="linenumber">42</context>
3491 </context-group>
3492 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3493 <source>Accepted reports</source><target state="new">Accepted reports</target> 3504 <source>Accepted reports</source><target state="new">Accepted reports</target>
3494 <context-group purpose="location"> 3505
3495 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3506 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3496 <context context-type="linenumber">46</context>
3497 </context-group>
3498 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3499 <source>Refused reports</source><target state="new">Refused reports</target> 3507 <source>Refused reports</source><target state="new">Refused reports</target>
3500 <context-group purpose="location"> 3508
3501 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3509 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3502 <context context-type="linenumber">50</context>
3503 </context-group>
3504 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3505 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3510 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3506 <context-group purpose="location"> 3511
3507 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3512 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3508 <context context-type="linenumber">54</context>
3509 </context-group>
3510 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3511 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3513 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3512 <context-group purpose="location"> 3514
3513 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3514 <context context-type="linenumber">58</context>
3515 </context-group>
3516 </trans-unit>
3517 <trans-unit id="4678289986918934018" datatype="html"> 3516 <trans-unit id="4678289986918934018" datatype="html">
3518 <source>Block reason:</source> 3517 <source>Block reason:</source>
3519 <target state="translated">Kialo de blokado:</target> 3518 <target state="translated">Kialo de blokado:</target>
@@ -3530,17 +3529,11 @@ The link will expire within 1 hour.</source>
3530 3529
3531 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3530 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3532 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3531 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3533 <context-group purpose="location"> 3532
3534 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3535 <context context-type="linenumber">31</context>
3536 </context-group>
3537 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3538 <source>Manual blocks</source><target state="new">Manual blocks</target> 3534 <source>Manual blocks</source><target state="new">Manual blocks</target>
3539 <context-group purpose="location"> 3535
3540 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3541 <context context-type="linenumber">35</context>
3542 </context-group>
3543 </trans-unit>
3544 <trans-unit id="2143435845912984377" datatype="html"> 3537 <trans-unit id="2143435845912984377" datatype="html">
3545 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3538 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3546 <target state="translated">Montrante <x id="INTERPOLATION"/> ĝis <x id="INTERPOLATION_1"/> el <x id="INTERPOLATION_2"/> blokitaj filmoj</target> 3539 <target state="translated">Montrante <x id="INTERPOLATION"/> ĝis <x id="INTERPOLATION_1"/> el <x id="INTERPOLATION_2"/> blokitaj filmoj</target>
@@ -3694,7 +3687,7 @@ The link will expire within 1 hour.</source>
3694 3687
3695 3688
3696 3689
3697 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3690 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3698 <trans-unit id="1300704815627663264"> 3691 <trans-unit id="1300704815627663264">
3699 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3692 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3700 <target>Silentigita je <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3693 <target>Silentigita je <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3733,7 +3726,7 @@ The link will expire within 1 hour.</source>
3733 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3726 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3734 <target state="translated">Ŝajnas, ke vi ne uzas servilon kun HTTPS. Via retservilo bezonas aktivan protokolon TLS por aboni servilojn.</target> 3727 <target state="translated">Ŝajnas, ke vi ne uzas servilon kun HTTPS. Via retservilo bezonas aktivan protokolon TLS por aboni servilojn.</target>
3735 3728
3736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3737 <trans-unit id="4058814854824495833" datatype="html"> 3730 <trans-unit id="4058814854824495833" datatype="html">
3738 <source>Mute domains</source> 3731 <source>Mute domains</source>
3739 <target state="translated">Silentigi domajnojn</target> 3732 <target state="translated">Silentigi domajnojn</target>
@@ -3803,7 +3796,7 @@ The link will expire within 1 hour.</source>
3803 3796
3804 3797
3805 3798
3806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3807 <trans-unit id="8630916846096019339" datatype="html"> 3800 <trans-unit id="8630916846096019339" datatype="html">
3808 <source>Users can resolve distant content</source> 3801 <source>Users can resolve distant content</source>
3809 <target state="translated">Uzantoj povas trovi foran enhavon</target> 3802 <target state="translated">Uzantoj povas trovi foran enhavon</target>
@@ -5632,11 +5625,8 @@ color: red;
5632 5625
5633 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 5626 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
5634 <source>CHANNELS</source><target state="new">CHANNELS</target> 5627 <source>CHANNELS</source><target state="new">CHANNELS</target>
5635 <context-group purpose="location"> 5628
5636 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5629 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5637 <context context-type="linenumber">82</context>
5638 </context-group>
5639 </trans-unit>
5640 5630
5641 <trans-unit id="3666829335406793239"> 5631 <trans-unit id="3666829335406793239">
5642 <source>This account does not have channels.</source> 5632 <source>This account does not have channels.</source>
@@ -5670,7 +5660,13 @@ It will delete <x id="PH_1" equiv-text="videoChannel.videosCount"/> videos uploa
5670channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</source> 5660channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</source>
5671 <target state="translated">Ĉu vi certe volas forigi <x id="PH"/>? Tio forigos ĉiujn filmojn alŝutitajn de <x id="PH_1"/> al ĉi tiu kanalo, kaj vi ne povos krei alian kanalon kun la sama nomo (<x id="PH_2"/>)!</target> 5661 <target state="translated">Ĉu vi certe volas forigi <x id="PH"/>? Tio forigos ĉiujn filmojn alŝutitajn de <x id="PH_1"/> al ĉi tiu kanalo, kaj vi ne povos krei alian kanalon kun la sama nomo (<x id="PH_2"/>)!</target>
5672 5662
5673 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 5663 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
5664 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5665 <context-group purpose="location">
5666 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5667 <context context-type="linenumber">48</context>
5668 </context-group>
5669 </trans-unit>
5674 <trans-unit id="5387007581996837469" datatype="html"> 5670 <trans-unit id="5387007581996837469" datatype="html">
5675 <source>My Channels</source> 5671 <source>My Channels</source>
5676 <target state="translated">Miaj kanaloj</target> 5672 <target state="translated">Miaj kanaloj</target>
@@ -6191,12 +6187,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6191 <source>Your message has been sent.</source> 6187 <source>Your message has been sent.</source>
6192 <target>Via mesaĝo sendiĝis.</target> 6188 <target>Via mesaĝo sendiĝis.</target>
6193 6189
6194 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6190 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6195 <trans-unit id="2072135752262464360"> 6191 <trans-unit id="2072135752262464360">
6196 <source>You already sent this form recently</source> 6192 <source>You already sent this form recently</source>
6197 <target>Vi jam sendis ĉi tiun respondilon freŝdate</target> 6193 <target>Vi jam sendis ĉi tiun respondilon freŝdate</target>
6198 6194
6199 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6195 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6200 6196
6201 <trans-unit id="819067926858619041" datatype="html"> 6197 <trans-unit id="819067926858619041" datatype="html">
6202 <source>Account videos</source> 6198 <source>Account videos</source>
@@ -6244,12 +6240,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6244 <x id="PH"/> rektaj abonantoj de konto 6240 <x id="PH"/> rektaj abonantoj de konto
6245 </target> 6241 </target>
6246 6242
6247 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit> 6243 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6248 <trans-unit id="6250999352462648289" datatype="html"> 6244 <trans-unit id="6250999352462648289" datatype="html">
6249 <source>Report this account</source> 6245 <source>Report this account</source>
6250 <target state="translated">Raporti ĉi tiun konton</target> 6246 <target state="translated">Raporti ĉi tiun konton</target>
6251 6247
6252 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 6248 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6253 6249
6254 6250
6255 <trans-unit id="1504521795586863905" datatype="html"> 6251 <trans-unit id="1504521795586863905" datatype="html">
@@ -6264,27 +6260,19 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6264 <target>Salutnomo kopiiĝis</target> 6260 <target>Salutnomo kopiiĝis</target>
6265 6261
6266 6262
6267 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit> 6263 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6268 <trans-unit id="9221735175659318025" datatype="html"> 6264 <trans-unit id="9221735175659318025" datatype="html">
6269 <source>1 subscriber</source> 6265 <source>1 subscriber</source>
6270 <target state="translated">1 abonanto</target> 6266 <target state="translated">1 abonanto</target>
6271 6267
6272 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit> 6268 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6273 <trans-unit id="4097331874769079975" datatype="html"> 6269 <trans-unit id="4097331874769079975" datatype="html">
6274 <source><x id="PH"/> subscribers</source> 6270 <source><x id="PH"/> subscribers</source>
6275 <target state="translated"><x id="PH"/> abonantoj</target> 6271 <target state="translated"><x id="PH"/> abonantoj</target>
6276 6272
6277 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 6273 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6278 <trans-unit id="4682675125751819107" datatype="html"> 6274
6279 <source>Instances you follow</source> 6275
6280 <target state="translated">Nodoj, kiujn vi abonas</target>
6281
6282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6283 <trans-unit id="8899833753704589712" datatype="html">
6284 <source>Instances following you</source>
6285 <target state="translated">Nodoj, kiuj vin abonas</target>
6286
6287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6288 <trans-unit id="1035838766454786107" datatype="html"> 6276 <trans-unit id="1035838766454786107" datatype="html">
6289 <source>Audio-only</source> 6277 <source>Audio-only</source>
6290 <target state="translated">Nur sono</target> 6278 <target state="translated">Nur sono</target>
@@ -6334,6 +6322,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6334 <source>Auto (via ffmpeg)</source> 6322 <source>Auto (via ffmpeg)</source>
6335 <target>Memage (per ffmpeg)</target> 6323 <target>Memage (per ffmpeg)</target>
6336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6325 </trans-unit><trans-unit id="3642770981085338761" datatype="html">
6326 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6327 <context-group purpose="location">
6328 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6329 <context context-type="linenumber">3</context>
6330 </context-group>
6337 </trans-unit> 6331 </trans-unit>
6338 <trans-unit id="931255636742351800" datatype="html"> 6332 <trans-unit id="931255636742351800" datatype="html">
6339 <source>No limit</source> 6333 <source>No limit</source>
@@ -6474,18 +6468,34 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6474 <trans-unit id="2127446333083057097" datatype="html"> 6468 <trans-unit id="2127446333083057097" datatype="html">
6475 <source>Domain is required.</source> 6469 <source>Domain is required.</source>
6476 <target state="translated">Domajno estas postulata.</target> 6470 <target state="translated">Domajno estas postulata.</target>
6477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6471
6478 </trans-unit> 6472 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6479 <trans-unit id="6780793142903080663" datatype="html"> 6473 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6480 <source>Domains entered are invalid.</source> 6474 <context-group purpose="location">
6481 <target state="translated">Enigitaj domajnoj estas nevalidaj.</target> 6475 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6482 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6476 <context context-type="linenumber">93</context>
6483 </trans-unit> 6477 </context-group>
6484 <trans-unit id="5886492514458202177" datatype="html"> 6478 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6485 <source>Domains entered contain duplicates.</source> 6479 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6486 <target state="translated">Enigitaj domajnoj enhavas duoblaĵojn.</target> 6480 <context-group purpose="location">
6487 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6481 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6482 <context context-type="linenumber">94</context>
6483 </context-group>
6484 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6485 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6486 <context-group purpose="location">
6487 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6488 <context context-type="linenumber">102</context>
6489 </context-group>
6490 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6491 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6492 <context-group purpose="location">
6493 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6494 <context context-type="linenumber">103</context>
6495 </context-group>
6488 </trans-unit> 6496 </trans-unit>
6497
6498
6489 <trans-unit id="240806681889331244"> 6499 <trans-unit id="240806681889331244">
6490 <source>Unlimited</source> 6500 <source>Unlimited</source>
6491 <target>Senlima</target> 6501 <target>Senlima</target>
@@ -6645,24 +6655,50 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6645 <x id="PH"/> forigita el abonantoj de nodo 6655 <x id="PH"/> forigita el abonantoj de nodo
6646 </target> 6656 </target>
6647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6658 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
6659 <source>Follow</source><target state="new">Follow</target>
6660 <context-group purpose="location">
6661 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6662 <context context-type="linenumber">3</context>
6663 </context-group>
6664 <context-group purpose="location">
6665 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6666 <context context-type="linenumber">37</context>
6667 </context-group>
6668 <context-group purpose="location">
6669 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6670 <context context-type="linenumber">18</context>
6671 </context-group>
6672 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6673 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6674 <context-group purpose="location">
6675 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6676 <context context-type="linenumber">11</context>
6677 </context-group>
6648 </trans-unit> 6678 </trans-unit>
6649 <trans-unit id="2740793005745065895"> 6679 <trans-unit id="2740793005745065895">
6650 <source><x id="PH"/> is not valid </source> 6680 <source><x id="PH"/> is not valid </source>
6651 <target> 6681 <target>
6652 <x id="PH"/> ne validas 6682 <x id="PH"/> ne validas
6653 </target> 6683 </target>
6654 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6684
6655 </trans-unit> 6685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6656 <trans-unit id="2355066641781598196"> 6686 <trans-unit id="2355066641781598196">
6657 <source>Follow request(s) sent!</source> 6687 <source>Follow request(s) sent!</source>
6658 <target>Abonpetoj senditaj!</target> 6688 <target>Abonpetoj senditaj!</target>
6659 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6689
6690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6691 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6692 <context-group purpose="location">
6693 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6694 <context context-type="linenumber">3</context>
6695 </context-group>
6660 </trans-unit> 6696 </trans-unit>
6661 <trans-unit id="4245720728052819482"> 6697 <trans-unit id="4245720728052819482">
6662 <source>Do you really want to unfollow <x id="PH"/>?</source> 6698 <source>Do you really want to unfollow <x id="PH"/>?</source>
6663 <target>Ĉu vi certe volas malaboni <x id="PH"/>?</target> 6699 <target>Ĉu vi certe volas malaboni <x id="PH"/>?</target>
6664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6700
6665 </trans-unit> 6701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6666 <trans-unit id="9160510009013134726"> 6702 <trans-unit id="9160510009013134726">
6667 <source>Unfollow</source> 6703 <source>Unfollow</source>
6668 <target>Malaboni</target> 6704 <target>Malaboni</target>
@@ -6671,8 +6707,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6671 <trans-unit id="3935234189109112926"> 6707 <trans-unit id="3935234189109112926">
6672 <source>You are not following <x id="PH"/> anymore.</source> 6708 <source>You are not following <x id="PH"/> anymore.</source>
6673 <target>Vi ne plu abonas <x id="PH"/>.</target> 6709 <target>Vi ne plu abonas <x id="PH"/>.</target>
6674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6710
6675 </trans-unit> 6711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6676 <trans-unit id="2593763089859685916"> 6712 <trans-unit id="2593763089859685916">
6677 <source>enabled</source> 6713 <source>enabled</source>
6678 <target>ŝaltita</target> 6714 <target>ŝaltita</target>
@@ -6781,105 +6817,105 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6781 <target state="translated">Internaj agoj</target> 6817 <target state="translated">Internaj agoj</target>
6782 6818
6783 6819
6784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 6820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6785 <trans-unit id="4559872264406386913" datatype="html"> 6821 <trans-unit id="4559872264406386913" datatype="html">
6786 <source>Delete report</source> 6822 <source>Delete report</source>
6787 <target state="translated">Forigi raporton</target> 6823 <target state="translated">Forigi raporton</target>
6788 6824
6789 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 6825 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6790 <trans-unit id="5793550984155962433" datatype="html"> 6826 <trans-unit id="5793550984155962433" datatype="html">
6791 <source>Actions for the flagged account</source> 6827 <source>Actions for the flagged account</source>
6792 <target state="translated">Agoj pri la atentigita konto</target> 6828 <target state="translated">Agoj pri la atentigita konto</target>
6793 6829
6794 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6830 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
6795 <trans-unit id="1679841953757186358"> 6831 <trans-unit id="1679841953757186358">
6796 <source>Mark as accepted</source> 6832 <source>Mark as accepted</source>
6797 <target>Marki akceptita</target> 6833 <target>Marki akceptita</target>
6798 6834
6799 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 6835 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
6800 <trans-unit id="7993358694073742566"> 6836 <trans-unit id="7993358694073742566">
6801 <source>Mark as rejected</source> 6837 <source>Mark as rejected</source>
6802 <target>Marki rifuzita</target> 6838 <target>Marki rifuzita</target>
6803 6839
6804 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 6840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
6805 <trans-unit id="4175703770051343108" datatype="html"> 6841 <trans-unit id="4175703770051343108" datatype="html">
6806 <source>Add internal note</source> 6842 <source>Add internal note</source>
6807 <target state="translated">Aldoni internan noton</target> 6843 <target state="translated">Aldoni internan noton</target>
6808 6844
6809 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 6845 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
6810 <trans-unit id="296166371893775555" datatype="html"> 6846 <trans-unit id="296166371893775555" datatype="html">
6811 <source>Actions for the video</source> 6847 <source>Actions for the video</source>
6812 <target state="translated">Agoj pri la filmo</target> 6848 <target state="translated">Agoj pri la filmo</target>
6813 6849
6814 6850
6815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 6851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
6816 <trans-unit id="3924877328520650445" datatype="html"> 6852 <trans-unit id="3924877328520650445" datatype="html">
6817 <source>Block video</source> 6853 <source>Block video</source>
6818 <target state="translated">Bloki filmon</target> 6854 <target state="translated">Bloki filmon</target>
6819 6855
6820 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 6856 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
6821 <trans-unit id="4762794934098378428" datatype="html"> 6857 <trans-unit id="4762794934098378428" datatype="html">
6822 <source>Video blocked.</source> 6858 <source>Video blocked.</source>
6823 <target state="translated">Filmo blokita.</target> 6859 <target state="translated">Filmo blokita.</target>
6824 6860
6825 6861
6826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6862 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
6827 <trans-unit id="4328862996304258770" datatype="html"> 6863 <trans-unit id="4328862996304258770" datatype="html">
6828 <source>Unblock video</source> 6864 <source>Unblock video</source>
6829 <target state="translated">Malbloki filmon</target> 6865 <target state="translated">Malbloki filmon</target>
6830 6866
6831 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 6867 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
6832 <trans-unit id="9065327551191479877" datatype="html"> 6868 <trans-unit id="9065327551191479877" datatype="html">
6833 <source>Video unblocked.</source> 6869 <source>Video unblocked.</source>
6834 <target state="translated">Filmo malblokita.</target> 6870 <target state="translated">Filmo malblokita.</target>
6835 6871
6836 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 6872 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
6837 <trans-unit id="1250415136605923486"> 6873 <trans-unit id="1250415136605923486">
6838 <source>Do you really want to delete this abuse report?</source> 6874 <source>Do you really want to delete this abuse report?</source>
6839 <target>Ĉu vi certe volas forigi ĉi tiun raporton pri misuzo?</target> 6875 <target>Ĉu vi certe volas forigi ĉi tiun raporton pri misuzo?</target>
6840 6876
6841 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 6877 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
6842 <trans-unit id="3482559157143817408"> 6878 <trans-unit id="3482559157143817408">
6843 <source>Abuse deleted.</source> 6879 <source>Abuse deleted.</source>
6844 <target>Misuzo foriĝis.</target> 6880 <target>Misuzo foriĝis.</target>
6845 6881
6846 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 6882 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
6847 <trans-unit id="6282990098351939529" datatype="html"> 6883 <trans-unit id="6282990098351939529" datatype="html">
6848 <source>Deleted comment</source> 6884 <source>Deleted comment</source>
6849 <target state="translated">Forigita komento</target> 6885 <target state="translated">Forigita komento</target>
6850 6886
6851 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 6887 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
6852 <trans-unit id="9196775343330824083" datatype="html"> 6888 <trans-unit id="9196775343330824083" datatype="html">
6853 <source>Messages with reporter</source> 6889 <source>Messages with reporter</source>
6854 <target state="translated">Mesaĝoj kun raportinto</target> 6890 <target state="translated">Mesaĝoj kun raportinto</target>
6855 6891
6856 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 6892 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
6857 <trans-unit id="8770468575924421391" datatype="html"> 6893 <trans-unit id="8770468575924421391" datatype="html">
6858 <source>Messages with moderators</source> 6894 <source>Messages with moderators</source>
6859 <target state="translated">Mesaĝoj kun reguligistoj</target> 6895 <target state="translated">Mesaĝoj kun reguligistoj</target>
6860 6896
6861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 6897 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
6862 <trans-unit id="8528549800795985099" datatype="html"> 6898 <trans-unit id="8528549800795985099" datatype="html">
6863 <source>Update internal note</source> 6899 <source>Update internal note</source>
6864 <target state="translated">Ĝisdatigi internan noton</target> 6900 <target state="translated">Ĝisdatigi internan noton</target>
6865 6901
6866 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 6902 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
6867 <trans-unit id="3962242315365992494" datatype="html"> 6903 <trans-unit id="3962242315365992494" datatype="html">
6868 <source>Switch video block to manual</source> 6904 <source>Switch video block to manual</source>
6869 <target state="translated">Ŝalti permanan blokadon de filmoj</target> 6905 <target state="translated">Ŝalti permanan blokadon de filmoj</target>
6870 6906
6871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
6872 <trans-unit id="6906423861055262169" datatype="html"> 6908 <trans-unit id="6906423861055262169" datatype="html">
6873 <source>Video <x id="PH"/> switched to manual block.</source> 6909 <source>Video <x id="PH"/> switched to manual block.</source>
6874 <target state="translated">Permana blokado ŝaltita por filmo <x id="PH"/>.</target> 6910 <target state="translated">Permana blokado ŝaltita por filmo <x id="PH"/>.</target>
6875 6911
6876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 6912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
6877 <trans-unit id="7293356040886494773" datatype="html"> 6913 <trans-unit id="7293356040886494773" datatype="html">
6878 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 6914 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
6879 <target state="translated">Ĉu vi certe volas malbloki ĉi tiun filmon? Ĝi estos ree alirebla per la listo de filmoj.</target> 6915 <target state="translated">Ĉu vi certe volas malbloki ĉi tiun filmon? Ĝi estos ree alirebla per la listo de filmoj.</target>
6880 6916
6881 6917
6882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 6918 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
6883 <trans-unit id="4859202148272511129" datatype="html"> 6919 <trans-unit id="4859202148272511129" datatype="html">
6884 <source>Unblock</source> 6920 <source>Unblock</source>
6885 <target state="translated">Malbloki</target> 6921 <target state="translated">Malbloki</target>
@@ -6887,13 +6923,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6887 6923
6888 6924
6889 6925
6890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
6891 <trans-unit id="4922469417589203720" datatype="html"> 6927 <trans-unit id="4922469417589203720" datatype="html">
6892 <source>Video <x id="PH"/> unblocked.</source> 6928 <source>Video <x id="PH"/> unblocked.</source>
6893 <target state="translated">Filmo <x id="PH"/> malblokita.</target> 6929 <target state="translated">Filmo <x id="PH"/> malblokita.</target>
6894 6930
6895 6931
6896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 6932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
6897 <trans-unit id="6286037250766429054"> 6933 <trans-unit id="6286037250766429054">
6898 <source>yes</source> 6934 <source>yes</source>
6899 <target>jes</target> 6935 <target>jes</target>
@@ -7120,9 +7156,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7120 <trans-unit id="1519954996184640001"> 7156 <trans-unit id="1519954996184640001">
7121 <source>Error</source> 7157 <source>Error</source>
7122 <target>Eraro</target> 7158 <target>Eraro</target>
7123 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7159
7124 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7160
7125 </trans-unit> 7161 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7126 <trans-unit id="5076187961693950167" datatype="html"> 7162 <trans-unit id="5076187961693950167" datatype="html">
7127 <source>Standard logs</source> 7163 <source>Standard logs</source>
7128 <target state="translated">Normaj protokoloj</target> 7164 <target state="translated">Normaj protokoloj</target>
@@ -7163,16 +7199,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7163 <target>Ĝisdatigi pasvorton de uzanto</target> 7199 <target>Ĝisdatigi pasvorton de uzanto</target>
7164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7165 </trans-unit> 7201 </trans-unit>
7166 <trans-unit id="177544274549739411" datatype="html"> 7202
7167 <source>Following list</source> 7203
7168 <target state="translated">Listo de abonatoj</target>
7169 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7170 </trans-unit>
7171 <trans-unit id="8092429110007204784" datatype="html">
7172 <source>Followers list</source>
7173 <target state="translated">Listo de abonantoj</target>
7174 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7175 </trans-unit>
7176 <trans-unit id="780323526182667308" datatype="html"> 7204 <trans-unit id="780323526182667308" datatype="html">
7177 <source>User <x id="PH"/> updated.</source> 7205 <source>User <x id="PH"/> updated.</source>
7178 <target state="translated">Uzanto <x id="PH"/> ĝisdatigita.</target> 7206 <target state="translated">Uzanto <x id="PH"/> ĝisdatigita.</target>
@@ -7208,16 +7236,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7208 <target state="translated">Federaĵo</target> 7236 <target state="translated">Federaĵo</target>
7209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7210 </trans-unit> 7238 </trans-unit>
7211 <trans-unit id="4682675125751819107" datatype="html"> 7239
7212 <source>Instances you follow</source> 7240
7213 <target state="translated">Abonataj nodoj</target>
7214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7215 </trans-unit>
7216 <trans-unit id="8899833753704589712" datatype="html">
7217 <source>Instances following you</source>
7218 <target state="translated">Abonantaj nodoj</target>
7219 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7220 </trans-unit>
7221 <trans-unit id="3767259920053407667" datatype="html"> 7241 <trans-unit id="3767259920053407667" datatype="html">
7222 <source>Videos will be deleted, comments will be tombstoned.</source> 7242 <source>Videos will be deleted, comments will be tombstoned.</source>
7223 <target state="translated">Filmoj foriĝos, komentoj tombiĝos.</target> 7243 <target state="translated">Filmoj foriĝos, komentoj tombiĝos.</target>
@@ -7248,7 +7268,25 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7248 <target>Agordi retpoŝtadreson konfirmita</target> 7268 <target>Agordi retpoŝtadreson konfirmita</target>
7249 7269
7250 7270
7251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7272 <source>Created</source><target state="new">Created</target>
7273 <context-group purpose="location">
7274 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7275 <context context-type="linenumber">115</context>
7276 </context-group>
7277 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7278 <source>Daily quota</source><target state="new">Daily quota</target>
7279 <context-group purpose="location">
7280 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7281 <context context-type="linenumber">120</context>
7282 </context-group>
7283 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7284 <source>Last login</source><target state="new">Last login</target>
7285 <context-group purpose="location">
7286 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7287 <context context-type="linenumber">122</context>
7288 </context-group>
7289 </trans-unit>
7252 <trans-unit id="3403978719736970622"> 7290 <trans-unit id="3403978719736970622">
7253 <source>You cannot ban root.</source> 7291 <source>You cannot ban root.</source>
7254 <target>Vi ne povas forbari ĉefuzanton.</target> 7292 <target>Vi ne povas forbari ĉefuzanton.</target>
@@ -7551,12 +7589,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7551 <source>Video channel <x id="PH"/> created.</source> 7589 <source>Video channel <x id="PH"/> created.</source>
7552 <target>Filma kanalo <x id="PH"/> kreita.</target> 7590 <target>Filma kanalo <x id="PH"/> kreita.</target>
7553 7591
7554 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 7592 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7555 <trans-unit id="8723777130353305761"> 7593 <trans-unit id="8723777130353305761">
7556 <source>This name already exists on this instance.</source> 7594 <source>This name already exists on this instance.</source>
7557 <target>Ĉi tiu nomo jam ekzistas ĉe ĉi tiu nodo.</target> 7595 <target>Ĉi tiu nomo jam ekzistas ĉe ĉi tiu nodo.</target>
7558 7596
7559 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 7597 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7560 <trans-unit id="7589345916094713536"> 7598 <trans-unit id="7589345916094713536">
7561 <source>Video channel <x id="PH"/> updated.</source> 7599 <source>Video channel <x id="PH"/> updated.</source>
7562 <target>Filma kanalo <x id="PH"/> ĝisdatigita.</target> 7600 <target>Filma kanalo <x id="PH"/> ĝisdatigita.</target>
@@ -7571,11 +7609,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7571 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 7609 <source>Banner deleted.</source><target state="new">Banner deleted.</target>
7572 7610
7573 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 7611 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7574 <trans-unit id="2575302837003821736"> 7612
7575 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7576 <target>Bonvolu entajpi la prezentan nomon de la filma kanalo (<x id="PH"/>) por konfirmi</target>
7577
7578 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
7579 <trans-unit id="624066830180032195"> 7613 <trans-unit id="624066830180032195">
7580 <source>Video channel <x id="PH"/> deleted.</source> 7614 <source>Video channel <x id="PH"/> deleted.</source>
7581 <target>Filma kanalo <x id="PH"/> forigita.</target> 7615 <target>Filma kanalo <x id="PH"/> forigita.</target>
@@ -7724,6 +7758,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7724 <source>Ownership change request sent.</source> 7758 <source>Ownership change request sent.</source>
7725 <target>Peto de poseda ŝanĝo sendiĝis.</target> 7759 <target>Peto de poseda ŝanĝo sendiĝis.</target>
7726 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 7760 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
7761 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
7762 <source>Sort by</source><target state="new">Sort by</target>
7763 <context-group purpose="location">
7764 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
7765 <context context-type="linenumber">26</context>
7766 </context-group>
7727 </trans-unit> 7767 </trans-unit>
7728 <trans-unit id="3245220240937722814"> 7768 <trans-unit id="3245220240937722814">
7729 <source>My channels</source> 7769 <source>My channels</source>
@@ -7787,12 +7827,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7787 <source>Maximize editor</source> 7827 <source>Maximize editor</source>
7788 <target state="translated">Maksimumigi redaktilon</target> 7828 <target state="translated">Maksimumigi redaktilon</target>
7789 7829
7790 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 7830 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
7791 <trans-unit id="4243591013849340688" datatype="html"> 7831 <trans-unit id="4243591013849340688" datatype="html">
7792 <source>Exit maximized editor</source> 7832 <source>Exit maximized editor</source>
7793 <target state="translated">Eliri el maksimumigita redaktilo</target> 7833 <target state="translated">Eliri el maksimumigita redaktilo</target>
7794 7834
7795 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 7835 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7796 <trans-unit id="6537885755702623401"> 7836 <trans-unit id="6537885755702623401">
7797 <source>Now please check your emails to verify your account and complete signup.</source> 7837 <source>Now please check your emails to verify your account and complete signup.</source>
7798 <target>Nun bonvolu kontroli vian retpoŝton por kontroli vian konton kaj fini la registriĝon.</target> 7838 <target>Nun bonvolu kontroli vian retpoŝton por kontroli vian konton kaj fini la registriĝon.</target>
@@ -7825,7 +7865,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7825 <target>Aboni la konton</target> 7865 <target>Aboni la konton</target>
7826 7866
7827 7867
7828 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 7868 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
7829 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7869 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7830 <context-group purpose="location"> 7870 <context-group purpose="location">
7831 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7871 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -7871,34 +7911,34 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7871 <trans-unit id="3779524668013120370"> 7911 <trans-unit id="3779524668013120370">
7872 <source>Go to my subscriptions</source> 7912 <source>Go to my subscriptions</source>
7873 <target>Iri al miaj abonoj</target> 7913 <target>Iri al miaj abonoj</target>
7874 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 7914
7875 </trans-unit> 7915 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
7876 <trans-unit id="1136469849928650779"> 7916 <trans-unit id="1136469849928650779">
7877 <source>Go to my videos</source> 7917 <source>Go to my videos</source>
7878 <target>Iri al miaj filmoj</target> 7918 <target>Iri al miaj filmoj</target>
7879 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 7919
7880 </trans-unit> 7920 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7881 <trans-unit id="7836683738999600376"> 7921 <trans-unit id="7836683738999600376">
7882 <source>Go to my imports</source> 7922 <source>Go to my imports</source>
7883 <target>Iri al miaj enportoj</target> 7923 <target>Iri al miaj enportoj</target>
7884 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 7924
7885 </trans-unit> 7925 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
7886 <trans-unit id="7511292153332773503"> 7926 <trans-unit id="7511292153332773503">
7887 <source>Go to my channels</source> 7927 <source>Go to my channels</source>
7888 <target>Iri al miaj kanaloj</target> 7928 <target>Iri al miaj kanaloj</target>
7889 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 7929
7890 </trans-unit> 7930 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
7891 <trans-unit id="2013324644839511073" datatype="html"> 7931 <trans-unit id="2013324644839511073" datatype="html">
7892 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 7932 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
7893Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 7933Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
7894 <target state="translated">Ne povas ekhavi salutilojn de OAuth Client: <x id="PH"/>. Certigu, ke PeerTube estas ĝuste agordita (en la dosierujo config/), precipe la sekcio «webserver».</target> 7934 <target state="translated">Ne povas ekhavi salutilojn de OAuth Client: <x id="PH"/>. Certigu, ke PeerTube estas ĝuste agordita (en la dosierujo config/), precipe la sekcio «webserver».</target>
7895 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 7935
7896 </trans-unit> 7936 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
7897 <trans-unit id="375263728166936544"> 7937 <trans-unit id="375263728166936544">
7898 <source>You need to reconnect.</source> 7938 <source>You need to reconnect.</source>
7899 <target>Vi devas rekonektiĝi.</target> 7939 <target>Vi devas rekonektiĝi.</target>
7900 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 7940
7901 </trans-unit> 7941 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
7902 <trans-unit id="2206638022166154361"> 7942 <trans-unit id="2206638022166154361">
7903 <source>Keyboard Shortcuts:</source> 7943 <source>Keyboard Shortcuts:</source>
7904 <target>Fulmoklavoj:</target> 7944 <target>Fulmoklavoj:</target>
@@ -7909,6 +7949,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7909 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 7949 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7910 <context context-type="linenumber">98</context> 7950 <context context-type="linenumber">98</context>
7911 </context-group> 7951 </context-group>
7952 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
7953 <source>In my library</source><target state="new">In my library</target>
7954 <context-group purpose="location">
7955 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7956 <context context-type="linenumber">104</context>
7957 </context-group>
7912 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 7958 </trans-unit><trans-unit id="232050922346936574" datatype="html">
7913 <source>Trending</source><target state="new">Trending</target> 7959 <source>Trending</source><target state="new">Trending</target>
7914 7960
@@ -7932,38 +7978,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7932 <source>Incorrect username or password.</source> 7978 <source>Incorrect username or password.</source>
7933 <target>Malĝusta salutnomo aŭ pasvorto.</target> 7979 <target>Malĝusta salutnomo aŭ pasvorto.</target>
7934 7980
7935 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 7981 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
7936 <trans-unit id="6974874606619467663" datatype="html"> 7982 <trans-unit id="6974874606619467663" datatype="html">
7937 <source>Your account is blocked.</source> 7983 <source>Your account is blocked.</source>
7938 <target state="translated">Via konto estas blokita.</target> 7984 <target state="translated">Via konto estas blokita.</target>
7939 7985
7940 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 7986 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
7941 <trans-unit id="7939914198003891823" datatype="html"> 7987 <trans-unit id="7939914198003891823" datatype="html">
7942 <source>any language</source> 7988 <source>any language</source>
7943 <target state="translated">ajna lingvo</target> 7989 <target state="translated">ajna lingvo</target>
7944 7990
7945 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 7991 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7946 7992
7947 <trans-unit id="5633144232269377096" datatype="html"> 7993 <trans-unit id="5633144232269377096" datatype="html">
7948 <source>hide</source> 7994 <source>hide</source>
7949 <target state="translated">kaŝi</target> 7995 <target state="translated">kaŝi</target>
7950 7996
7951 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 7997 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
7952 <trans-unit id="8603861867909474404" datatype="html"> 7998 <trans-unit id="8603861867909474404" datatype="html">
7953 <source>blur</source> 7999 <source>blur</source>
7954 <target state="translated">malklarigi</target> 8000 <target state="translated">malklarigi</target>
7955 8001
7956 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8002 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
7957 <trans-unit id="4534458451100881847" datatype="html"> 8003 <trans-unit id="4534458451100881847" datatype="html">
7958 <source>display</source> 8004 <source>display</source>
7959 <target state="translated">montri</target> 8005 <target state="translated">montri</target>
7960 8006
7961 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8007 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
7962 <trans-unit id="4467323362722952678" datatype="html"> 8008 <trans-unit id="4467323362722952678" datatype="html">
7963 <source>Unknown</source> 8009 <source>Unknown</source>
7964 <target state="translated">Nekonata</target> 8010 <target state="translated">Nekonata</target>
7965 8011
7966 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8012 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
7967 <trans-unit id="8781423666414310853"> 8013 <trans-unit id="8781423666414310853">
7968 <source>Your password has been successfully reset!</source> 8014 <source>Your password has been successfully reset!</source>
7969 <target>Via pasvorto estas sukcese restarigita!</target> 8015 <target>Via pasvorto estas sukcese restarigita!</target>
@@ -8074,12 +8120,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8074 <source>Search index is unavailable. Retrying with instance results instead.</source> 8120 <source>Search index is unavailable. Retrying with instance results instead.</source>
8075 <target state="translated">Serĉindekso ne estas disponebla. Reprovante kun rezultoj de la nodo.</target> 8121 <target state="translated">Serĉindekso ne estas disponebla. Reprovante kun rezultoj de la nodo.</target>
8076 8122
8077 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8123 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8078 <trans-unit id="307702206382241469" datatype="html"> 8124 <trans-unit id="307702206382241469" datatype="html">
8079 <source>Search error</source> 8125 <source>Search error</source>
8080 <target state="translated">Eraris serĉado</target> 8126 <target state="translated">Eraris serĉado</target>
8081 8127
8082 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8128 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8129 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8130 <context-group purpose="location">
8131 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8132 <context context-type="linenumber">329</context>
8133 </context-group>
8134 </trans-unit>
8083 <trans-unit id="4580988005648117665" datatype="html"> 8135 <trans-unit id="4580988005648117665" datatype="html">
8084 <source>Search</source> 8136 <source>Search</source>
8085 <target state="translated">Serĉi</target> 8137 <target state="translated">Serĉi</target>
@@ -9274,17 +9326,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9274 <target>Konto <x id="PH"/> silentigita de la nodo.</target> 9326 <target>Konto <x id="PH"/> silentigita de la nodo.</target>
9275 9327
9276 9328
9277 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9329 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9278 <trans-unit id="1595779426198793580" datatype="html"> 9330 <trans-unit id="1595779426198793580" datatype="html">
9279 <source>Mute server</source> 9331 <source>Mute server</source>
9280 <target state="translated">Silentigi servilon</target> 9332 <target state="translated">Silentigi servilon</target>
9281 9333
9282 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9334 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9283 <trans-unit id="8014491157078444256" datatype="html"> 9335 <trans-unit id="8014491157078444256" datatype="html">
9284 <source>Server <x id="PH"/> muted by the instance.</source> 9336 <source>Server <x id="PH"/> muted by the instance.</source>
9285 <target state="translated">Servilo <x id="PH"/> silentigita de la nodo.</target> 9337 <target state="translated">Servilo <x id="PH"/> silentigita de la nodo.</target>
9286 9338
9287 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9339 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9288 <trans-unit id="2044813052587776285" datatype="html"> 9340 <trans-unit id="2044813052587776285" datatype="html">
9289 <source>Add a message to communicate with the reporter</source> 9341 <source>Add a message to communicate with the reporter</source>
9290 <target state="translated">Aldonu mesaĝon por komuniki kun la raportinto</target> 9342 <target state="translated">Aldonu mesaĝon por komuniki kun la raportinto</target>
@@ -9524,18 +9576,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9524 <trans-unit id="968295009933361070"> 9576 <trans-unit id="968295009933361070">
9525 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 9577 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
9526 <target>Tro multaj petoj; bonvolu reprovi post <x id="PH"/> minutoj.</target> 9578 <target>Tro multaj petoj; bonvolu reprovi post <x id="PH"/> minutoj.</target>
9527 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9579
9528 </trans-unit> 9580 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9529 <trans-unit id="4965472196059235310"> 9581 <trans-unit id="4965472196059235310">
9530 <source>Too many attempts, please try again later.</source> 9582 <source>Too many attempts, please try again later.</source>
9531 <target>Tro multaj provoj; bonvolu reprovi poste.</target> 9583 <target>Tro multaj provoj; bonvolu reprovi poste.</target>
9532 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9584
9533 </trans-unit> 9585 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9534 <trans-unit id="1693549688987384699"> 9586 <trans-unit id="1693549688987384699">
9535 <source>Server error. Please retry later.</source> 9587 <source>Server error. Please retry later.</source>
9536 <target>Servila eraro. Bonvolu reprovi poste.</target> 9588 <target>Servila eraro. Bonvolu reprovi poste.</target>
9537 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9589
9538 </trans-unit> 9590 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9539 <trans-unit id="5927402622550505067" datatype="html"> 9591 <trans-unit id="5927402622550505067" datatype="html">
9540 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9592 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9541 <target state="translated">Abonanta ĉiujn nunajn kanalojn de <x id="PH"/>. Vi sciiĝos pri ĉiuj ĝiaj novaj filmoj.</target> 9593 <target state="translated">Abonanta ĉiujn nunajn kanalojn de <x id="PH"/>. Vi sciiĝos pri ĉiuj ĝiaj novaj filmoj.</target>
@@ -9643,28 +9695,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9643 <source>Delete video</source> 9695 <source>Delete video</source>
9644 <target state="translated">Forigi filmon</target> 9696 <target state="translated">Forigi filmon</target>
9645 9697
9646 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 9698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9647 <trans-unit id="2210418817778733727" datatype="html"> 9699 <trans-unit id="2210418817778733727" datatype="html">
9648 <source>Actions for the comment</source> 9700 <source>Actions for the comment</source>
9649 <target state="translated">Agoj je la komento</target> 9701 <target state="translated">Agoj je la komento</target>
9650 9702
9651 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 9703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9652 <trans-unit id="7978668497183230348" datatype="html"> 9704 <trans-unit id="7978668497183230348" datatype="html">
9653 <source>Delete comment</source> 9705 <source>Delete comment</source>
9654 <target state="translated">Forigi komenton</target> 9706 <target state="translated">Forigi komenton</target>
9655 9707
9656 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 9708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9657 <trans-unit id="6747218355168080191" datatype="html"> 9709 <trans-unit id="6747218355168080191" datatype="html">
9658 <source>Do you really want to delete this comment?</source> 9710 <source>Do you really want to delete this comment?</source>
9659 <target state="translated">Ĉu vi certe volas forigi ĉi tiun komenton?</target> 9711 <target state="translated">Ĉu vi certe volas forigi ĉi tiun komenton?</target>
9660 9712
9661 9713
9662 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 9714 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9663 <trans-unit id="7837272126865175984" datatype="html"> 9715 <trans-unit id="7837272126865175984" datatype="html">
9664 <source>Comment deleted.</source> 9716 <source>Comment deleted.</source>
9665 <target state="translated">Komento foriĝis.</target> 9717 <target state="translated">Komento foriĝis.</target>
9666 9718
9667 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 9719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9668 <trans-unit id="346270517625845962" datatype="html"> 9720 <trans-unit id="346270517625845962" datatype="html">
9669 <source>Encoder</source> 9721 <source>Encoder</source>
9670 <target state="translated">Kodilo</target> 9722 <target state="translated">Kodilo</target>
@@ -9707,30 +9759,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9707 <source>Video reported.</source> 9759 <source>Video reported.</source>
9708 <target>Filmo raportita.</target> 9760 <target>Filmo raportita.</target>
9709 9761
9710 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 9762 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9711 <trans-unit id="3622946684246476652"> 9763 <trans-unit id="3622946684246476652">
9712 <source>Do you really want to delete this video?</source> 9764 <source>Do you really want to delete this video?</source>
9713 <target>Ĉu vi certe volas forigi tiun ĉi filmon?</target> 9765 <target>Ĉu vi certe volas forigi tiun ĉi filmon?</target>
9714 9766
9715 9767
9716 9768
9717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 9769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9718 <trans-unit id="3941342949736653028" datatype="html"> 9770 <trans-unit id="3941342949736653028" datatype="html">
9719 <source>Video deleted.</source> 9771 <source>Video deleted.</source>
9720 <target state="translated">Filmo foriĝis.</target> 9772 <target state="translated">Filmo foriĝis.</target>
9721 9773
9722 9774
9723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9724 <trans-unit id="5072091387445907742" datatype="html"> 9776 <trans-unit id="5072091387445907742" datatype="html">
9725 <source>Actions for the reporter</source> 9777 <source>Actions for the reporter</source>
9726 <target state="translated">Agoj je la raportinto</target> 9778 <target state="translated">Agoj je la raportinto</target>
9727 9779
9728 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 9780 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9729 <trans-unit id="6599069899275412095" datatype="html"> 9781 <trans-unit id="6599069899275412095" datatype="html">
9730 <source>Mute reporter</source> 9782 <source>Mute reporter</source>
9731 <target state="translated">Silentigi raportinton</target> 9783 <target state="translated">Silentigi raportinton</target>
9732 9784
9733 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 9785 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9734 <trans-unit id="2990849907502572301" datatype="html"> 9786 <trans-unit id="2990849907502572301" datatype="html">
9735 <source>This video will be duplicated by your instance.</source> 9787 <source>This video will be duplicated by your instance.</source>
9736 <target state="translated">Via nodo duobligos ĉi tiun filmon.</target> 9788 <target state="translated">Via nodo duobligos ĉi tiun filmon.</target>
@@ -9806,7 +9858,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9806 <target state="translated">Silentigi konton</target> 9858 <target state="translated">Silentigi konton</target>
9807 9859
9808 9860
9809 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit> 9861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
9810 <trans-unit id="4021487547497211597" datatype="html"> 9862 <trans-unit id="4021487547497211597" datatype="html">
9811 <source>Open video actions</source> 9863 <source>Open video actions</source>
9812 <target state="translated">Malfermi agojn pri filmo</target> 9864 <target state="translated">Malfermi agojn pri filmo</target>
@@ -9823,7 +9875,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9823 <source>Mute server account</source> 9875 <source>Mute server account</source>
9824 <target state="translated">Silentigi servilan konton</target> 9876 <target state="translated">Silentigi servilan konton</target>
9825 9877
9826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 9878 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
9827 <trans-unit id="7008439939460403347"> 9879 <trans-unit id="7008439939460403347">
9828 <source>Report</source> 9880 <source>Report</source>
9829 <target>Raporti</target> 9881 <target>Raporti</target>
@@ -9919,32 +9971,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9919 <source>Only I can see this video</source> 9971 <source>Only I can see this video</source>
9920 <target>Nur mi povas vidi ĉi tiun filmon</target> 9972 <target>Nur mi povas vidi ĉi tiun filmon</target>
9921 9973
9922 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 9974 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
9923 <trans-unit id="6767380569816110388" datatype="html"> 9975 <trans-unit id="6767380569816110388" datatype="html">
9924 <source>Only shareable via a private link</source> 9976 <source>Only shareable via a private link</source>
9925 <target state="translated">Diskonigebla nur per privata ligilo</target> 9977 <target state="translated">Diskonigebla nur per privata ligilo</target>
9926 9978
9927 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 9979 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
9928 <trans-unit id="6828965264297239528"> 9980 <trans-unit id="6828965264297239528">
9929 <source>Anyone can see this video</source> 9981 <source>Anyone can see this video</source>
9930 <target>Iu ajn povas vidi ĉi tiun filmon</target> 9982 <target>Iu ajn povas vidi ĉi tiun filmon</target>
9931 9983
9932 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9984 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
9933 <trans-unit id="1425933035739773115" datatype="html"> 9985 <trans-unit id="1425933035739773115" datatype="html">
9934 <source>Only users of this instance can see this video</source> 9986 <source>Only users of this instance can see this video</source>
9935 <target state="translated">Nur uzantoj de ĉi tiu nodo povas vidi ĉi tiun filmon</target> 9987 <target state="translated">Nur uzantoj de ĉi tiu nodo povas vidi ĉi tiun filmon</target>
9936 9988
9937 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit> 9989 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
9938 <trans-unit id="8312101634344200207" datatype="html"> 9990 <trans-unit id="8312101634344200207" datatype="html">
9939 <source><x id="PH" equiv-text="this.views"/> viewers</source> 9991 <source><x id="PH" equiv-text="this.views"/> viewers</source>
9940 <target state="translated"><x id="PH" equiv-text="this.views"/> spektantoj</target> 9992 <target state="translated"><x id="PH" equiv-text="this.views"/> spektantoj</target>
9941 9993
9942 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 9994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
9943 <trans-unit id="7756087706411154095" datatype="html"> 9995 <trans-unit id="7756087706411154095" datatype="html">
9944 <source><x id="PH" equiv-text="this.views"/> views</source> 9996 <source><x id="PH" equiv-text="this.views"/> views</source>
9945 <target state="translated"><x id="PH" equiv-text="this.views"/> rigardoj</target> 9997 <target state="translated"><x id="PH" equiv-text="this.views"/> rigardoj</target>
9946 9998
9947 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 9999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
9948 <trans-unit id="ngb.alert.close" datatype="html"> 10000 <trans-unit id="ngb.alert.close" datatype="html">
9949 <source>Close</source> 10001 <source>Close</source>
9950 <target state="translated">Fermi</target> 10002 <target state="translated">Fermi</target>
@@ -10120,35 +10172,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10120 <source>Your video was uploaded to your account and is private.</source> 10172 <source>Your video was uploaded to your account and is private.</source>
10121 <target>Via filmo alŝutiĝis al via konto kaj estas privata.</target> 10173 <target>Via filmo alŝutiĝis al via konto kaj estas privata.</target>
10122 10174
10123 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10175 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10124 <trans-unit id="5699822024600815733"> 10176 <trans-unit id="5699822024600815733">
10125 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10177 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10126 <target>Sed rilataj informoj (etikedoj, priskribo…) perdiĝos; ĉu vi certe volas folasi ĉi tiun paĝon?</target> 10178 <target>Sed rilataj informoj (etikedoj, priskribo…) perdiĝos; ĉu vi certe volas folasi ĉi tiun paĝon?</target>
10127 10179
10128 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10180 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10129 <trans-unit id="1219739004043110649"> 10181 <trans-unit id="1219739004043110649">
10130 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10182 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10131 <target>Via filmo ankoraŭ ne alŝutiĝis; ĉu vi certe volas forlasi ĉi tiun paĝon?</target> 10183 <target>Via filmo ankoraŭ ne alŝutiĝis; ĉu vi certe volas forlasi ĉi tiun paĝon?</target>
10132 10184
10133 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit> 10185 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10134 <trans-unit id="6932865105766151309" datatype="html"> 10186 <trans-unit id="6932865105766151309" datatype="html">
10135 <source>Upload</source> 10187 <source>Upload</source>
10136 <target state="translated">Alŝuti</target> 10188 <target state="translated">Alŝuti</target>
10137 10189
10138 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10190 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10139 <trans-unit id="8278735427925094503"> 10191 <trans-unit id="8278735427925094503">
10140 <source>Upload <x id="PH"/> </source> 10192 <source>Upload <x id="PH"/> </source>
10141 <target>Alŝuti 10193 <target>Alŝuti
10142 <x id="PH"/> 10194 <x id="PH"/>
10143 </target> 10195 </target>
10144 10196
10145 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10197 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10146 10198
10147 <trans-unit id="5981816353437801748"> 10199 <trans-unit id="5981816353437801748">
10148 <source>Video published.</source> 10200 <source>Video published.</source>
10149 <target>Filmo publikigita.</target> 10201 <target>Filmo publikigita.</target>
10150 10202
10151 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10203 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10152 10204
10153 10205
10154 <trans-unit id="764164089183618119"> 10206 <trans-unit id="764164089183618119">
@@ -10196,27 +10248,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10196 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10248 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10197 <target state="translated">Ĉi tiu filmo ne estas disponebla per ĉi tiu nodo. Ĉu vi volas alidirektiĝi al la devena nodo: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10249 <target state="translated">Ĉi tiu filmo ne estas disponebla per ĉi tiu nodo. Ĉu vi volas alidirektiĝi al la devena nodo: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10198 10250
10199 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10251 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10200 <trans-unit id="5761611056224181752" datatype="html"> 10252 <trans-unit id="5761611056224181752" datatype="html">
10201 <source>Redirection</source> 10253 <source>Redirection</source>
10202 <target state="translated">Alidirektiĝo</target> 10254 <target state="translated">Alidirektiĝo</target>
10203 10255
10204 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10256 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10205 <trans-unit id="8858527736400081688"> 10257 <trans-unit id="8858527736400081688">
10206 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10258 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10207 <target>Tiu ĉi video povas esti konsterna aŭ maltaŭga por neplenaĝuloj. Ĉu vi certe volas spekti ĝin?</target> 10259 <target>Tiu ĉi video povas esti konsterna aŭ maltaŭga por neplenaĝuloj. Ĉu vi certe volas spekti ĝin?</target>
10208 10260
10209 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10261 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10210 <trans-unit id="3937119019020041049"> 10262 <trans-unit id="3937119019020041049">
10211 <source>Mature or explicit content</source> 10263 <source>Mature or explicit content</source>
10212 <target>Konsterna aŭ maltaŭga por neplenaĝaj</target> 10264 <target>Konsterna aŭ maltaŭga por neplenaĝaj</target>
10213 10265
10214 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10266 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10215 <trans-unit id="1755474755114288376" datatype="html"> 10267 <trans-unit id="1755474755114288376" datatype="html">
10216 <source>Up Next</source> 10268 <source>Up Next</source>
10217 <target state="translated">Sekve</target> 10269 <target state="translated">Sekve</target>
10218 10270
10219 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 10271 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10220 <trans-unit id="2159130950882492111" datatype="html"> 10272 <trans-unit id="2159130950882492111" datatype="html">
10221 <source>Cancel</source> 10273 <source>Cancel</source>
10222 <target state="translated">Nuligi</target> 10274 <target state="translated">Nuligi</target>
@@ -10226,62 +10278,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10226 <source>Autoplay is suspended</source> 10278 <source>Autoplay is suspended</source>
10227 <target state="translated">Memludado estas haltigita</target> 10279 <target state="translated">Memludado estas haltigita</target>
10228 10280
10229 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10281 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10230 <trans-unit id="7895294730547405228" datatype="html"> 10282 <trans-unit id="7895294730547405228" datatype="html">
10231 <source>Enter/exit fullscreen (requires player focus)</source> 10283 <source>Enter/exit fullscreen (requires player focus)</source>
10232 <target state="translated">Eniĝi/eliĝi tutekranan reĝimon (bezonas fokusitan ludilon)</target> 10284 <target state="translated">Eniĝi/eliĝi tutekranan reĝimon (bezonas fokusitan ludilon)</target>
10233 10285
10234 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10286 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10235 <trans-unit id="7618388257165864759" datatype="html"> 10287 <trans-unit id="7618388257165864759" datatype="html">
10236 <source>Play/Pause the video (requires player focus)</source> 10288 <source>Play/Pause the video (requires player focus)</source>
10237 <target state="translated">Ludi/Paŭzgi la filmon (bezonas fokusitan ludilon)</target> 10289 <target state="translated">Ludi/Paŭzgi la filmon (bezonas fokusitan ludilon)</target>
10238 10290
10239 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10291 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10240 <trans-unit id="7761890399634216630" datatype="html"> 10292 <trans-unit id="7761890399634216630" datatype="html">
10241 <source>Mute/unmute the video (requires player focus)</source> 10293 <source>Mute/unmute the video (requires player focus)</source>
10242 <target state="translated">Silentigi/Malsilentigi la filmon (bezonas fokusitan ludilon)</target> 10294 <target state="translated">Silentigi/Malsilentigi la filmon (bezonas fokusitan ludilon)</target>
10243 10295
10244 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10296 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10245 <trans-unit id="5996585232248234904" datatype="html"> 10297 <trans-unit id="5996585232248234904" datatype="html">
10246 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10298 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10247 <target state="translated">Salti al elcenta progreso en la filmo: 0 estas 0% kaj 9 estas 90% (bezonas fokusitan ludilon)</target> 10299 <target state="translated">Salti al elcenta progreso en la filmo: 0 estas 0% kaj 9 estas 90% (bezonas fokusitan ludilon)</target>
10248 10300
10249 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10301 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10250 <trans-unit id="3748765405903319998" datatype="html"> 10302 <trans-unit id="3748765405903319998" datatype="html">
10251 <source>Increase the volume (requires player focus)</source> 10303 <source>Increase the volume (requires player focus)</source>
10252 <target state="translated">Plilaŭtigi (bezonas fokusitan ludilon)</target> 10304 <target state="translated">Plilaŭtigi (bezonas fokusitan ludilon)</target>
10253 10305
10254 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10306 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10255 <trans-unit id="5810704036407159982" datatype="html"> 10307 <trans-unit id="5810704036407159982" datatype="html">
10256 <source>Decrease the volume (requires player focus)</source> 10308 <source>Decrease the volume (requires player focus)</source>
10257 <target state="translated">Mallaŭtigi (bezonas fokusitan ludilon)</target> 10309 <target state="translated">Mallaŭtigi (bezonas fokusitan ludilon)</target>
10258 10310
10259 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10311 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10260 <trans-unit id="2622048822548065691" datatype="html"> 10312 <trans-unit id="2622048822548065691" datatype="html">
10261 <source>Seek the video forward (requires player focus)</source> 10313 <source>Seek the video forward (requires player focus)</source>
10262 <target state="translated">Pluigi la filmon (bezonas fokusitan ludilon)</target> 10314 <target state="translated">Pluigi la filmon (bezonas fokusitan ludilon)</target>
10263 10315
10264 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10316 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10265 <trans-unit id="6540078205109221153" datatype="html"> 10317 <trans-unit id="6540078205109221153" datatype="html">
10266 <source>Seek the video backward (requires player focus)</source> 10318 <source>Seek the video backward (requires player focus)</source>
10267 <target state="translated">Malpluigi la filmon (bezonas fokusitan ludilon)</target> 10319 <target state="translated">Malpluigi la filmon (bezonas fokusitan ludilon)</target>
10268 10320
10269 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10321 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10270 <trans-unit id="1956491957766210808" datatype="html"> 10322 <trans-unit id="1956491957766210808" datatype="html">
10271 <source>Increase playback rate (requires player focus)</source> 10323 <source>Increase playback rate (requires player focus)</source>
10272 <target state="translated">Plirapidigi la filmon (bezonas fokusitan ludilon)</target> 10324 <target state="translated">Plirapidigi la filmon (bezonas fokusitan ludilon)</target>
10273 10325
10274 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10326 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10275 <trans-unit id="5495529997674803186" datatype="html"> 10327 <trans-unit id="5495529997674803186" datatype="html">
10276 <source>Decrease playback rate (requires player focus)</source> 10328 <source>Decrease playback rate (requires player focus)</source>
10277 <target state="translated">Malrapidigi la filmon (bezonas fokusitan ludilon)</target> 10329 <target state="translated">Malrapidigi la filmon (bezonas fokusitan ludilon)</target>
10278 10330
10279 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10331 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10280 <trans-unit id="3178343147230721210" datatype="html"> 10332 <trans-unit id="3178343147230721210" datatype="html">
10281 <source>Navigate in the video frame by frame (requires player focus)</source> 10333 <source>Navigate in the video frame by frame (requires player focus)</source>
10282 <target state="translated">Navigi tra la filmo po filmeroj (bezonas fokusitan ludilon)</target> 10334 <target state="translated">Navigi tra la filmo po filmeroj (bezonas fokusitan ludilon)</target>
10283 10335
10284 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10336 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10285 <trans-unit id="8025996572234182184"> 10337 <trans-unit id="8025996572234182184">
10286 <source>Like the video</source> 10338 <source>Like the video</source>
10287 <target>Ŝati la filmon</target> 10339 <target>Ŝati la filmon</target>
diff --git a/client/src/locale/angular.es-ES.xlf b/client/src/locale/angular.es-ES.xlf
index d2905bb7b..c65f73827 100644
--- a/client/src/locale/angular.es-ES.xlf
+++ b/client/src/locale/angular.es-ES.xlf
@@ -167,7 +167,6 @@
167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group> 167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group>
168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group> 168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group>
169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group> 169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group>
170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group>
172 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group> 171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group>
173 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group> 172 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group>
@@ -245,7 +244,7 @@
245 <target>Crear</target> 244 <target>Crear</target>
246 <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> 245 <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>
247 <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> 246 <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>
248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group>
249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
251 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group>
@@ -256,9 +255,9 @@
256 <trans-unit id="1006562256968398209" datatype="html"> 255 <trans-unit id="1006562256968398209" datatype="html">
257 <source>video</source> 256 <source>video</source>
258 <target state="translated">video</target> 257 <target state="translated">video</target>
259 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group> 258
260 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group> 259
261 </trans-unit> 260 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
262 <trans-unit id="6438815964972582865" datatype="html"> 261 <trans-unit id="6438815964972582865" datatype="html">
263 <source>The following link contains a private token and should not be shared with anyone.</source> 262 <source>The following link contains a private token and should not be shared with anyone.</source>
264 <target state="translated">El siguiente enlace contiene un token privado y no debe compartirse con nadie.</target> 263 <target state="translated">El siguiente enlace contiene un token privado y no debe compartirse con nadie.</target>
@@ -330,13 +329,13 @@
330 <trans-unit id="6995024616159044376" datatype="html"> 329 <trans-unit id="6995024616159044376" datatype="html">
331 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 330 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
332 <target state="translated">Su cuota de video se excede con este video (tamaño del video:<x id="PH" equiv-text="videoSizeBytes"/>, usado: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 331 <target state="translated">Su cuota de video se excede con este video (tamaño del video:<x id="PH" equiv-text="videoSizeBytes"/>, usado: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group> 332
334 </trans-unit> 333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
335 <trans-unit id="7873395933409147217" datatype="html"> 334 <trans-unit id="7873395933409147217" datatype="html">
336 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 335 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
337 <target state="translated">Su cuota diaria de video se excede con este video (tamaño del video:<x id="PH" equiv-text="videoSizeBytes"/>, usado: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 336 <target state="translated">Su cuota diaria de video se excede con este video (tamaño del video:<x id="PH" equiv-text="videoSizeBytes"/>, usado: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
338 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group> 337
339 </trans-unit> 338 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
340 <trans-unit id="5235042777215655908" datatype="html"> 339 <trans-unit id="5235042777215655908" datatype="html">
341 <source>subtitles</source> 340 <source>subtitles</source>
342 <target state="translated">subtítulos</target> 341 <target state="translated">subtítulos</target>
@@ -567,31 +566,31 @@
567 <trans-unit id="7022070615528435141"> 566 <trans-unit id="7022070615528435141">
568 <source>Delete</source> 567 <source>Delete</source>
569 <target>Eliminar</target> 568 <target>Eliminar</target>
570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group> 569
571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group> 570
572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group> 571
573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group> 572
574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group> 573
575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group> 574
576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group> 575
577 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group> 576
578 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group> 577
579 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group> 578
580 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group> 579
581 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group> 580
582 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group> 581
583 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</context></context-group> 582
584 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">178</context></context-group> 583
585 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group> 584
586 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 585
587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group> 586
588 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group> 587
589 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group> 588
590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group> 589
591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group> 590
592 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group> 591
593 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group> 592
594 </trans-unit> 593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
595 <trans-unit id="158575725114802951" datatype="html"> 594 <trans-unit id="158575725114802951" datatype="html">
596 <source>Only live videos</source> 595 <source>Only live videos</source>
597 <target state="translated">Solo videos en vivo</target> 596 <target state="translated">Solo videos en vivo</target>
@@ -776,9 +775,10 @@
776 <trans-unit id="2602586221576511475"> 775 <trans-unit id="2602586221576511475">
777 <source>Video quota</source> 776 <source>Video quota</source>
778 <target>Cupo de vídeos</target> 777 <target>Cupo de vídeos</target>
779 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group>
781 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
782 </trans-unit> 782 </trans-unit>
783 <trans-unit id="1502595455339510144"> 783 <trans-unit id="1502595455339510144">
784 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 784 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
@@ -860,6 +860,34 @@
860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
862 </trans-unit> 862 </trans-unit>
863 <trans-unit id="8726138323871139597" datatype="html">
864 <source>Following</source>
865 <target state="translated">Siguiendo</target>
866 <context-group purpose="location">
867 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
868 <context context-type="linenumber">29</context>
869 </context-group>
870 <context-group purpose="location">
871 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
872 <context context-type="linenumber">31</context>
873 </context-group>
874 <context-group purpose="location">
875 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
876 <context context-type="linenumber">28</context>
877 </context-group>
878 </trans-unit>
879 <trans-unit id="4914577418256256836" datatype="html">
880 <source>Followers</source>
881 <target state="translated">Seguidores</target>
882 <context-group purpose="location">
883 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
884 <context context-type="linenumber">34</context>
885 </context-group>
886 <context-group purpose="location">
887 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
888 <context context-type="linenumber">37</context>
889 </context-group>
890 </trans-unit>
863 <trans-unit id="3541687134897970106" datatype="html"> 891 <trans-unit id="3541687134897970106" datatype="html">
864 <source>followers</source> 892 <source>followers</source>
865 <target state="translated">seguidores</target> 893 <target state="translated">seguidores</target>
@@ -923,14 +951,15 @@
923 <source>Cancel</source> 951 <source>Cancel</source>
924 <target>cancelar</target> 952 <target>cancelar</target>
925 <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> 953 <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>
926 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group> 954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group>
955 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group>
927 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group> 956 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group>
928 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 957 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
929 <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> 958 <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>
930 <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">69</context></context-group> 959 <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">69</context></context-group>
931 <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">81</context></context-group> 960 <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">81</context></context-group>
932 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group> 961 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group>
933 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">408</context></context-group> 962 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">415</context></context-group>
934 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 963 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
935 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group> 964 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group>
936 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 965 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group>
@@ -1005,18 +1034,12 @@ Iniciar sesión</target>
1005 <trans-unit id="7252854992688790751" datatype="html"> 1034 <trans-unit id="7252854992688790751" datatype="html">
1006 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1035 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1007 <target state="translated">Esta instancia permite el registro. Sin embargo, tenga cuidado de comprobar las <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Condiciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Condiciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>antes de crear una cuenta. También puede buscar otra instancia que coincida con sus necesidades exactas en: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1036 <target state="translated">Esta instancia permite el registro. Sin embargo, tenga cuidado de comprobar las <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Condiciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Condiciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>antes de crear una cuenta. También puede buscar otra instancia que coincida con sus necesidades exactas en: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1008 <context-group purpose="location"> 1037 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group>
1009 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1010 <context context-type="linenumber">60,62</context>
1011 </context-group>
1012 </trans-unit> 1038 </trans-unit>
1013 <trans-unit id="7215649348148521605" datatype="html"> 1039 <trans-unit id="7215649348148521605" datatype="html">
1014 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1040 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1015 <target state="translated">Actualmente, esta instancia no permite el registro de usuarios, puede marcar la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>para obtener más detalles o busque una instancia que le brinde la posibilidad de registrarse para obtener una cuenta y cargar sus videos allí. Encuentre el suyo entre varias instancias en:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1041 <target state="translated">Actualmente, esta instancia no permite el registro de usuarios, puede marcar la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>para obtener más detalles o busque una instancia que le brinde la posibilidad de registrarse para obtener una cuenta y cargar sus videos allí. Encuentre el suyo entre varias instancias en:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1016 <context-group purpose="location"> 1042 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group>
1017 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1018 <context context-type="linenumber">65,67</context>
1019 </context-group>
1020 </trans-unit> 1043 </trans-unit>
1021 <trans-unit id="2392488717875840729"> 1044 <trans-unit id="2392488717875840729">
1022 <source>User</source> 1045 <source>User</source>
@@ -1029,65 +1052,67 @@ Iniciar sesión</target>
1029 <target>Nombre de usuario o correo electrónico</target> 1052 <target>Nombre de usuario o correo electrónico</target>
1030 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1053 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1031 </trans-unit> 1054 </trans-unit>
1055 <trans-unit id="1758058452376026925" datatype="html">
1056 <source>⚠️ Most email addresses do not include capital letters.</source>
1057 <target state="translated">⚠️ La mayoría de las direcciones de correo electrónico no incluyen letras mayúsculas.</target>
1058 <context-group purpose="location">
1059 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1060 <context context-type="linenumber">33,34</context>
1061 </context-group>
1062 </trans-unit>
1032 <trans-unit id="1431416938026210429"> 1063 <trans-unit id="1431416938026210429">
1033 <source>Password</source> 1064 <source>Password</source>
1034 <target>Contraseña</target> 1065 <target>Contraseña</target>
1035 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1066 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1036 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1068 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group>
1069 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</context></context-group>
1037 <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> 1070 <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>
1038 <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> 1071 <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>
1039 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1072 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group>
1040 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1073 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group>
1041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1043 </trans-unit> 1074 </trans-unit>
1044 <trans-unit id="8715156686857791956" datatype="html"> 1075 <trans-unit id="8715156686857791956" datatype="html">
1045 <source>Click here to reset your password</source> 1076 <source>Click here to reset your password</source>
1046 <target state="translated">Haga clic aquí para restablecer la contraseña</target> 1077 <target state="translated">Haga clic aquí para restablecer la contraseña</target>
1047 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1078 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1048 </trans-unit> 1079 </trans-unit>
1049 <trans-unit id="892063502898494584" datatype="html"> 1080 <trans-unit id="892063502898494584" datatype="html">
1050 <source>I forgot my password</source> 1081 <source>I forgot my password</source>
1051 <target state="translated">Olvidé mi contraseña</target> 1082 <target state="translated">Olvidé mi contraseña</target>
1052 <context-group purpose="location"> 1083 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1053 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1054 <context context-type="linenumber">47</context>
1055 </context-group>
1056 </trans-unit> 1084 </trans-unit>
1057 <trans-unit id="2101170466365500913" datatype="html"> 1085 <trans-unit id="2101170466365500913" datatype="html">
1058 <source>Logging into an account lets you publish content</source> 1086 <source>Logging into an account lets you publish content</source>
1059 <target state="translated">Iniciar sesión en una cuenta le permite publicar contenido</target> 1087 <target state="translated">Iniciar sesión en una cuenta le permite publicar contenido</target>
1060 <context-group purpose="location"> 1088 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group>
1061 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1062 <context context-type="linenumber">56,57</context>
1063 </context-group>
1064 </trans-unit> 1089 </trans-unit>
1065 <trans-unit id="2454050363478003966"> 1090 <trans-unit id="2454050363478003966">
1066 <source>Login</source> 1091 <source>Login</source>
1067 <target>Iniciar sesión</target> 1092 <target>Iniciar sesión</target>
1068 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 1093 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group>
1069 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1094 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group>
1070 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group> 1095 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group>
1071 </trans-unit> 1096 </trans-unit>
1072 <trans-unit id="3183213940445113677" datatype="html"> 1097 <trans-unit id="3183213940445113677" datatype="html">
1073 <source>Or sign in with</source> 1098 <source>Or sign in with</source>
1074 <target state="translated">O inicia sesión con</target> 1099 <target state="translated">O inicia sesión con</target>
1075 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1100 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group>
1076 </trans-unit> 1101 </trans-unit>
1077 <trans-unit id="3238209155172574367"> 1102 <trans-unit id="3238209155172574367">
1078 <source>Forgot your password</source> 1103 <source>Forgot your password</source>
1079 <target>Contraseña olvidada</target> 1104 <target>Contraseña olvidada</target>
1080 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1105 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group>
1081 </trans-unit> 1106 </trans-unit>
1082 <trans-unit id="87327320394367488" datatype="html"> 1107 <trans-unit id="87327320394367488" datatype="html">
1083 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1108 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1084 <target state="translated">Lo sentimos, no es posible recuperar la contraseña porque el administrador de la instancia no ha configurado el sistema de correo electrónico de PeerTube.</target> 1109 <target state="translated">Lo sentimos, no es posible recuperar la contraseña porque el administrador de la instancia no ha configurado el sistema de correo electrónico de PeerTube.</target>
1085 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1110 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group>
1086 </trans-unit> 1111 </trans-unit>
1087 <trans-unit id="3188014010833256853" datatype="html"> 1112 <trans-unit id="3188014010833256853" datatype="html">
1088 <source>Enter your email address and we will send you a link to reset your password.</source> 1113 <source>Enter your email address and we will send you a link to reset your password.</source>
1089 <target state="translated">Ingrese su dirección de correo electrónico y le enviaremos un enlace para restablecer su contraseña.</target> 1114 <target state="translated">Ingrese su dirección de correo electrónico y le enviaremos un enlace para restablecer su contraseña.</target>
1090 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1115 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group>
1091 </trans-unit> 1116 </trans-unit>
1092 <trans-unit id="1190256911880544559" datatype="html"> 1117 <trans-unit id="1190256911880544559" datatype="html">
1093 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1118 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
@@ -1098,25 +1123,26 @@ The link will expire within 1 hour.</source>
1098 <trans-unit id="4768749765465246664"> 1123 <trans-unit id="4768749765465246664">
1099 <source>Email</source> 1124 <source>Email</source>
1100 <target>Correo electrónico </target> 1125 <target>Correo electrónico </target>
1101 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group>
1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</context></context-group>
1130 <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>
1102 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1131 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group>
1103 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1132 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group>
1104 <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> 1133 <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>
1105 <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>
1106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1108 </trans-unit> 1134 </trans-unit>
1109 <trans-unit id="3967269098753656610"> 1135 <trans-unit id="3967269098753656610">
1110 <source>Email address</source> 1136 <source>Email address</source>
1111 <target>Correo electrónico </target> 1137 <target>Correo electrónico </target>
1112 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1138 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group>
1113 <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> 1139 <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>
1114 </trans-unit> 1140 </trans-unit>
1115 <trans-unit id="7808756054397155068" datatype="html"> 1141 <trans-unit id="7808756054397155068" datatype="html">
1116 <source>Reset</source> 1142 <source>Reset</source>
1117 <target state="translated">Reiniciar</target> 1143 <target state="translated">Reiniciar</target>
1118 <note priority="1" from="description">Password reset button</note> 1144 <note priority="1" from="description">Password reset button</note>
1119 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1145 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group>
1120 </trans-unit> 1146 </trans-unit>
1121 <trans-unit id="4319634264526091601" datatype="html"> 1147 <trans-unit id="4319634264526091601" datatype="html">
1122 <source>on this instance</source> 1148 <source>on this instance</source>
@@ -1192,17 +1218,17 @@ The link will expire within 1 hour.</source>
1192 <target> 1218 <target>
1193 No hubo resultados 1219 No hubo resultados
1194 </target> 1220 </target>
1195 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1221
1196 </trans-unit> 1222 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1197 <trans-unit id="5500467336262464724"> 1223 <trans-unit id="5500467336262464724">
1198 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1224 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1199 <target> 1225 <target>
1200 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> suscriptores 1226 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> suscriptores
1201 </target> 1227 </target>
1202 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1228
1203 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1229
1204 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1230
1205 </trans-unit> 1231 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1206 <trans-unit id="1516969129397662377" datatype="html"> 1232 <trans-unit id="1516969129397662377" datatype="html">
1207 <source>Welcome to PeerTube, dear administrator!</source> 1233 <source>Welcome to PeerTube, dear administrator!</source>
1208 <target state="translated">¡Bienvenido a PeerTube, querido administrador!</target> 1234 <target state="translated">¡Bienvenido a PeerTube, querido administrador!</target>
@@ -1445,7 +1471,7 @@ The link will expire within 1 hour.</source>
1445 <trans-unit id="2308975396733519902"> 1471 <trans-unit id="2308975396733519902">
1446 <source>Create an account</source> 1472 <source>Create an account</source>
1447 <target>Crear una cuenta</target> 1473 <target>Crear una cuenta</target>
1448 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group> 1474 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">54</context></context-group>
1449 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group> 1475 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group>
1450 </trans-unit> 1476 </trans-unit>
1451 <trans-unit id="3058024914967508975" datatype="html"> 1477 <trans-unit id="3058024914967508975" datatype="html">
@@ -1514,7 +1540,7 @@ The link will expire within 1 hour.</source>
1514 <trans-unit id="1504521795586863905" datatype="html"> 1540 <trans-unit id="1504521795586863905" datatype="html">
1515 <source>VIDEOS</source> 1541 <source>VIDEOS</source>
1516 <target state="translated">VÍDEOS</target> 1542 <target state="translated">VÍDEOS</target>
1517 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group> 1543 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group>
1518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group> 1544 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group>
1519 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group> 1545 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group>
1520 </trans-unit> 1546 </trans-unit>
@@ -1596,7 +1622,7 @@ The link will expire within 1 hour.</source>
1596 <trans-unit id="4424964105331349857" datatype="html"> 1622 <trans-unit id="4424964105331349857" datatype="html">
1597 <source>I'm a teapot</source> 1623 <source>I'm a teapot</source>
1598 <target state="translated">Soy una tetera</target> 1624 <target state="translated">Soy una tetera</target>
1599 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1625 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group>
1600 </trans-unit> 1626 </trans-unit>
1601 <trans-unit id="1597262876035959248" datatype="html"> 1627 <trans-unit id="1597262876035959248" datatype="html">
1602 <source>That's an error.</source> 1628 <source>That's an error.</source>
@@ -1690,7 +1716,7 @@ The link will expire within 1 hour.</source>
1690 <trans-unit id="2971365540217107489" datatype="html"> 1716 <trans-unit id="2971365540217107489" datatype="html">
1691 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1717 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1692 <target state="translated">El medio es demasiado grande para el servidor. Comuníquese con su administrador si desea aumentar el tamaño del límite.</target> 1718 <target state="translated">El medio es demasiado grande para el servidor. Comuníquese con su administrador si desea aumentar el tamaño del límite.</target>
1693 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1719 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group>
1694 </trans-unit> 1720 </trans-unit>
1695 <trans-unit id="5131854469652959713" datatype="html"> 1721 <trans-unit id="5131854469652959713" datatype="html">
1696 <source>GLOBAL SEARCH</source> 1722 <source>GLOBAL SEARCH</source>
@@ -1769,19 +1795,19 @@ The link will expire within 1 hour.</source>
1769 <trans-unit id="5478121364779850827" datatype="html"> 1795 <trans-unit id="5478121364779850827" datatype="html">
1770 <source>Reset</source> 1796 <source>Reset</source>
1771 <target state="translated">Restablecer</target> 1797 <target state="translated">Restablecer</target>
1772 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1798
1773 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1799
1774 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1800
1775 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1801
1776 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1802
1777 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1803
1778 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1804
1779 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1805
1780 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1806
1781 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1807
1782 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1808
1783 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1809
1784 </trans-unit> 1810 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1785 <trans-unit id="4540121094340493564" datatype="html"> 1811 <trans-unit id="4540121094340493564" datatype="html">
1786 <source>Display only</source> 1812 <source>Display only</source>
1787 <target state="translated">Solo mostrar</target> 1813 <target state="translated">Solo mostrar</target>
@@ -1825,9 +1851,9 @@ The link will expire within 1 hour.</source>
1825 <trans-unit id="7410432243549869948"> 1851 <trans-unit id="7410432243549869948">
1826 <source>Duration</source> 1852 <source>Duration</source>
1827 <target>Duración</target> 1853 <target>Duración</target>
1828 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group> 1854
1829 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group> 1855
1830 </trans-unit> 1856 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1831 <trans-unit id="3589238979642505685"> 1857 <trans-unit id="3589238979642505685">
1832 <source>Display sensitive content</source> 1858 <source>Display sensitive content</source>
1833 <target>Mostrar contenido sensible</target> 1859 <target>Mostrar contenido sensible</target>
@@ -1846,10 +1872,10 @@ The link will expire within 1 hour.</source>
1846 <trans-unit id="1806667489382256324"> 1872 <trans-unit id="1806667489382256324">
1847 <source>Category</source> 1873 <source>Category</source>
1848 <target>Categoría</target> 1874 <target>Categoría</target>
1849 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</context></context-group> 1875
1850 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">63</context></context-group> 1876
1851 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group> 1877
1852 </trans-unit> 1878 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1853 <trans-unit id="5478121364779850827" datatype="html"> 1879 <trans-unit id="5478121364779850827" datatype="html">
1854 <source>Reset</source> 1880 <source>Reset</source>
1855 <target state="translated">Restablecer</target> 1881 <target state="translated">Restablecer</target>
@@ -1867,10 +1893,10 @@ The link will expire within 1 hour.</source>
1867 <trans-unit id="9065795501872450602"> 1893 <trans-unit id="9065795501872450602">
1868 <source>Licence</source> 1894 <source>Licence</source>
1869 <target>Licencia</target> 1895 <target>Licencia</target>
1870 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</context></context-group> 1896
1871 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">74</context></context-group> 1897
1872 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group> 1898
1873 </trans-unit> 1899 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1874 <trans-unit id="4184995865179898060" datatype="html"> 1900 <trans-unit id="4184995865179898060" datatype="html">
1875 <source>Display all licenses</source> 1901 <source>Display all licenses</source>
1876 <target state="translated">Mostrar todas las licencias</target> 1902 <target state="translated">Mostrar todas las licencias</target>
@@ -1879,11 +1905,11 @@ The link will expire within 1 hour.</source>
1879 <trans-unit id="2826581353496868063"> 1905 <trans-unit id="2826581353496868063">
1880 <source>Language</source> 1906 <source>Language</source>
1881 <target>Idioma</target> 1907 <target>Idioma</target>
1882 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</context></context-group> 1908
1883 <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> 1909
1884 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1910
1885 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group> 1911
1886 </trans-unit> 1912 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1887 <trans-unit id="7904142744051432458" datatype="html"> 1913 <trans-unit id="7904142744051432458" datatype="html">
1888 <source>Display all languages</source> 1914 <source>Display all languages</source>
1889 <target state="translated">Mostrar todos los idiomas</target> 1915 <target state="translated">Mostrar todos los idiomas</target>
@@ -1898,17 +1924,23 @@ The link will expire within 1 hour.</source>
1898 <source>One of these tags</source> 1924 <source>One of these tags</source>
1899 <target>Una de estas estiquetas</target> 1925 <target>Una de estas estiquetas</target>
1900 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 1926 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
1927 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
1928 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1929 <context-group purpose="location">
1930 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1931 <context context-type="linenumber">178</context>
1932 </context-group>
1901 </trans-unit> 1933 </trans-unit>
1902 <trans-unit id="283421392567624698" datatype="html"> 1934 <trans-unit id="283421392567624698" datatype="html">
1903 <source>Search target</source> 1935 <source>Search target</source>
1904 <target state="translated">Buscar objetivo</target> 1936 <target state="translated">Buscar objetivo</target>
1905 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 1937
1906 </trans-unit> 1938 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1907 <trans-unit id="2489767671380266270" datatype="html"> 1939 <trans-unit id="2489767671380266270" datatype="html">
1908 <source>Vidiverse</source> 1940 <source>Vidiverse</source>
1909 <target state="translated">Vidiverso</target> 1941 <target state="translated">Vidiverso</target>
1910 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 1942
1911 </trans-unit> 1943 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1912 <trans-unit id="5478121364779850827" datatype="html"> 1944 <trans-unit id="5478121364779850827" datatype="html">
1913 <source>Reset</source> 1945 <source>Reset</source>
1914 <target state="translated">Restablecer</target> 1946 <target state="translated">Restablecer</target>
@@ -1917,8 +1949,8 @@ The link will expire within 1 hour.</source>
1917 <trans-unit id="8829497237648100098"> 1949 <trans-unit id="8829497237648100098">
1918 <source>Filter</source> 1950 <source>Filter</source>
1919 <target>Filtrar</target> 1951 <target>Filtrar</target>
1920 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 1952
1921 </trans-unit> 1953 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1922 <trans-unit id="6479885129995567639" datatype="html"> 1954 <trans-unit id="6479885129995567639" datatype="html">
1923 <source>Video channels</source> 1955 <source>Video channels</source>
1924 <target state="translated">Canales de vídeo</target> 1956 <target state="translated">Canales de vídeo</target>
@@ -1952,9 +1984,9 @@ The link will expire within 1 hour.</source>
1952 <trans-unit id="7886570921510760899"> 1984 <trans-unit id="7886570921510760899">
1953 <source>Tags</source> 1985 <source>Tags</source>
1954 <target>Etiquetas</target> 1986 <target>Etiquetas</target>
1955 <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> 1987
1956 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group> 1988
1957 </trans-unit> 1989 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1958 <trans-unit id="354332809647287722" datatype="html"> 1990 <trans-unit id="354332809647287722" datatype="html">
1959 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1991 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1960 <target state="translated">Se pueden utilizar etiquetas para sugerir recomendaciones relevantes. <x id="LINE_BREAK"/>Hay un máximo de 5 etiquetas. <x id="LINE_BREAK"/>Presiona <x id="START_TAG_KBD"/>Enter <x id="CLOSE_TAG_KBD"/>para agregar una nueva etiqueta. </target> 1992 <target state="translated">Se pueden utilizar etiquetas para sugerir recomendaciones relevantes. <x id="LINE_BREAK"/>Hay un máximo de 5 etiquetas. <x id="LINE_BREAK"/>Presiona <x id="START_TAG_KBD"/>Enter <x id="CLOSE_TAG_KBD"/>para agregar una nueva etiqueta. </target>
@@ -2371,13 +2403,13 @@ The link will expire within 1 hour.</source>
2371 <trans-unit id="9172233176401579786"> 2403 <trans-unit id="9172233176401579786">
2372 <source>Scheduled</source> 2404 <source>Scheduled</source>
2373 <target>Programado</target> 2405 <target>Programado</target>
2374 2406 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group>
2375 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group></trans-unit> 2407 </trans-unit>
2376 <trans-unit id="1435317307066082710" datatype="html"> 2408 <trans-unit id="1435317307066082710" datatype="html">
2377 <source>Hide the video until a specific date</source> 2409 <source>Hide the video until a specific date</source>
2378 <target state="translated">Ocultar el video hasta una fecha específica</target> 2410 <target state="translated">Ocultar el video hasta una fecha específica</target>
2379 2411 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group>
2380 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 2412 </trans-unit>
2381 <trans-unit id="6148369758871787018" datatype="html"> 2413 <trans-unit id="6148369758871787018" datatype="html">
2382 <source>Video background image</source> 2414 <source>Video background image</source>
2383 <target state="translated">Imagen de fondo de vídeo</target> 2415 <target state="translated">Imagen de fondo de vídeo</target>
@@ -2429,8 +2461,8 @@ The link will expire within 1 hour.</source>
2429 <trans-unit id="6161604372916832458" datatype="html"> 2461 <trans-unit id="6161604372916832458" datatype="html">
2430 <source>Upload on hold</source> 2462 <source>Upload on hold</source>
2431 <target state="translated">Subir en espera</target> 2463 <target state="translated">Subir en espera</target>
2432 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group> 2464
2433 </trans-unit> 2465 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2434 <trans-unit id="285180972645018518" datatype="html"> 2466 <trans-unit id="285180972645018518" datatype="html">
2435 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2467 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2436 <target state="translated">Lo sentimos, la función de carga está deshabilitada para su cuenta. Si desea agregar videos, un administrador debe desbloquear su cuota.</target> 2468 <target state="translated">Lo sentimos, la función de carga está deshabilitada para su cuenta. Si desea agregar videos, un administrador debe desbloquear su cuota.</target>
@@ -2742,12 +2774,18 @@ The link will expire within 1 hour.</source>
2742 <source>Origin</source> 2774 <source>Origin</source>
2743 <target state="translated">Origen</target> 2775 <target state="translated">Origen</target>
2744 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group> 2776 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group>
2777 </trans-unit><trans-unit id="6981359593518942576" datatype="html">
2778 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2779 <context-group purpose="location">
2780 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2781 <context context-type="linenumber">14</context>
2782 </context-group>
2745 </trans-unit> 2783 </trans-unit>
2746 <trans-unit id="5139892963394684487" datatype="html"> 2784 <trans-unit id="5139892963394684487" datatype="html">
2747 <source>Originally published</source> 2785 <source>Originally published</source>
2748 <target state="translated">Publicado originalmente</target> 2786 <target state="translated">Publicado originalmente</target>
2749 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group> 2787
2750 </trans-unit> 2788 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2751 <trans-unit id="6402393085909200998" datatype="html"> 2789 <trans-unit id="6402393085909200998" datatype="html">
2752 <source>Friendly Reminder:</source> 2790 <source>Friendly Reminder:</source>
2753 <target state="translated">Recordatorio amistoso:</target> 2791 <target state="translated">Recordatorio amistoso:</target>
@@ -3113,11 +3151,6 @@ The link will expire within 1 hour.</source>
3113 <target>ID</target> 3151 <target>ID</target>
3114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3115 </trans-unit> 3153 </trans-unit>
3116 <trans-unit id="2265605798180116441" datatype="html">
3117 <source>Follower handle</source>
3118 <target state="translated">Control de seguidor</target>
3119 <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>
3120 </trans-unit>
3121 <trans-unit id="5911214550882917183"> 3154 <trans-unit id="5911214550882917183">
3122 <source>State</source> 3155 <source>State</source>
3123 <target>Estado</target> 3156 <target>Estado</target>
@@ -3185,11 +3218,6 @@ The link will expire within 1 hour.</source>
3185 </target> 3218 </target>
3186 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3219 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3187 </trans-unit> 3220 </trans-unit>
3188 <trans-unit id="6641024648411549335">
3189 <source>Host</source>
3190 <target>Host</target>
3191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3192 </trans-unit>
3193 <trans-unit id="6571718060636962350" datatype="html"> 3221 <trans-unit id="6571718060636962350" datatype="html">
3194 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3222 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3195 <target state="translated">Redundancia permitida <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3223 <target state="translated">Redundancia permitida <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3199,7 +3227,7 @@ The link will expire within 1 hour.</source>
3199 <source>Unfollow</source> 3227 <source>Unfollow</source>
3200 <target state="translated">Dejar de seguir</target> 3228 <target state="translated">Dejar de seguir</target>
3201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group>
3202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group>
3203 </trans-unit> 3231 </trans-unit>
3204 <trans-unit id="8246779176913476983" datatype="html"> 3232 <trans-unit id="8246779176913476983" datatype="html">
3205 <source>Open instance in a new tab</source> 3233 <source>Open instance in a new tab</source>
@@ -3211,28 +3239,18 @@ The link will expire within 1 hour.</source>
3211 <trans-unit id="9132918641931433659" datatype="html"> 3239 <trans-unit id="9132918641931433659" datatype="html">
3212 <source>No host found matching current filters.</source> 3240 <source>No host found matching current filters.</source>
3213 <target state="translated">No se ha encontrado ningún host que coincida con los filtros actuales.</target> 3241 <target state="translated">No se ha encontrado ningún host que coincida con los filtros actuales.</target>
3214 <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> 3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group>
3215 </trans-unit> 3243 </trans-unit>
3216 <trans-unit id="7274241885665071790" datatype="html"> 3244 <trans-unit id="7274241885665071790" datatype="html">
3217 <source>Your instance is not following anyone.</source> 3245 <source>Your instance is not following anyone.</source>
3218 <target state="translated">Tu instancia no sigue a nadie.</target> 3246 <target state="translated">Tu instancia no sigue a nadie.</target>
3219 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3247 <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>
3220 </trans-unit> 3248 </trans-unit>
3221 <trans-unit id="4774348799569692380" datatype="html"> 3249 <trans-unit id="4774348799569692380" datatype="html">
3222 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3250 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3223 <target state="translated">Mostrando <x id="INTERPOLATION"/> a <x id="INTERPOLATION_1"/> de <x id="INTERPOLATION_2"/> hosts</target> 3251 <target state="translated">Mostrando <x id="INTERPOLATION"/> a <x id="INTERPOLATION_1"/> de <x id="INTERPOLATION_2"/> hosts</target>
3224 <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> 3252 <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>
3225 </trans-unit> 3253 </trans-unit>
3226 <trans-unit id="6275803119759621687" datatype="html">
3227 <source>Follow domains</source>
3228 <target state="translated">Seguir dominios</target>
3229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3230 </trans-unit>
3231 <trans-unit id="1268699198448750610" datatype="html">
3232 <source>Follow instances</source>
3233 <target state="translated">Seguir instancias</target>
3234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3235 </trans-unit>
3236 <trans-unit id="9216117865911519658" datatype="html"> 3254 <trans-unit id="9216117865911519658" datatype="html">
3237 <source>Action</source> 3255 <source>Action</source>
3238 <target state="translated">Acción</target> 3256 <target state="translated">Acción</target>
@@ -3261,9 +3279,9 @@ The link will expire within 1 hour.</source>
3261 <trans-unit id="8286337167859377104"> 3279 <trans-unit id="8286337167859377104">
3262 <source>Create user</source> 3280 <source>Create user</source>
3263 <target>Crear usuario</target> 3281 <target>Crear usuario</target>
3264 3282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group>
3265 3283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group>
3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3284 </trans-unit>
3267 <trans-unit id="8363291180171434623" datatype="html"> 3285 <trans-unit id="8363291180171434623" datatype="html">
3268 <source>Table parameters</source> 3286 <source>Table parameters</source>
3269 <target state="translated">Parámetros de la tabla</target> 3287 <target state="translated">Parámetros de la tabla</target>
@@ -3282,10 +3300,11 @@ The link will expire within 1 hour.</source>
3282 <trans-unit id="5248717555542428023"> 3300 <trans-unit id="5248717555542428023">
3283 <source>Username</source> 3301 <source>Username</source>
3284 <target>Nombre de usuario</target> 3302 <target>Nombre de usuario</target>
3285 <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>
3286 <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>
3287 <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> 3303 <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>
3288 <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> 3304 <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>
3305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</context></context-group>
3306 <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>
3307 <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>
3289 </trans-unit> 3308 </trans-unit>
3290 <trans-unit id="5428411040014095392" datatype="html"> 3309 <trans-unit id="5428411040014095392" datatype="html">
3291 <source>e.g. jane_doe</source> 3310 <source>e.g. jane_doe</source>
@@ -3316,6 +3335,7 @@ The link will expire within 1 hour.</source>
3316 <target>Rol</target> 3335 <target>Rol</target>
3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group>
3319 </trans-unit> 3339 </trans-unit>
3320 <trans-unit id="7046347992315328430" datatype="html"> 3340 <trans-unit id="7046347992315328430" datatype="html">
3321 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3341 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
@@ -3333,14 +3353,9 @@ The link will expire within 1 hour.</source>
3333 <trans-unit id="2622255144026150901" datatype="html"> 3353 <trans-unit id="2622255144026150901" datatype="html">
3334 <source>Auth plugin</source> 3354 <source>Auth plugin</source>
3335 <target state="translated">Complemento de autenticación</target> 3355 <target state="translated">Complemento de autenticación</target>
3336 <context-group purpose="location"> 3356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3337 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3338 <context context-type="linenumber">188</context> 3358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group>
3339 </context-group>
3340 <context-group purpose="location">
3341 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3342 <context context-type="linenumber">188</context>
3343 </context-group>
3344 </trans-unit> 3359 </trans-unit>
3345 <trans-unit id="588099657508661970" datatype="html"> 3360 <trans-unit id="588099657508661970" datatype="html">
3346 <source>None (local authentication)</source> 3361 <source>None (local authentication)</source>
@@ -3593,6 +3608,14 @@ The link will expire within 1 hour.</source>
3593 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3608 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3594 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3609 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3595 </trans-unit> 3610 </trans-unit>
3611 <trans-unit id="8390803680962035202" datatype="html">
3612 <source>Follower</source>
3613 <target state="translated">Seguidor</target>
3614 <context-group purpose="location">
3615 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3616 <context context-type="linenumber">24</context>
3617 </context-group>
3618 </trans-unit>
3596 <trans-unit id="4691552465058437520" datatype="html"> 3619 <trans-unit id="4691552465058437520" datatype="html">
3597 <source>Commented video</source> 3620 <source>Commented video</source>
3598 <target state="translated">Video comentado</target> 3621 <target state="translated">Video comentado</target>
@@ -3637,43 +3660,28 @@ The link will expire within 1 hour.</source>
3637 <trans-unit id="1807029821872995706" datatype="html"> 3660 <trans-unit id="1807029821872995706" datatype="html">
3638 <source>Unsolved reports</source> 3661 <source>Unsolved reports</source>
3639 <target state="translated">Informes sin resolver</target> 3662 <target state="translated">Informes sin resolver</target>
3640 <context-group purpose="location"> 3663
3641 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3664 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3642 <context context-type="linenumber">42</context>
3643 </context-group>
3644 </trans-unit>
3645 <trans-unit id="2570256912317308673" datatype="html"> 3665 <trans-unit id="2570256912317308673" datatype="html">
3646 <source>Accepted reports</source> 3666 <source>Accepted reports</source>
3647 <target state="translated">Informes aceptados</target> 3667 <target state="translated">Informes aceptados</target>
3648 <context-group purpose="location"> 3668
3649 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3669 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3650 <context context-type="linenumber">46</context>
3651 </context-group>
3652 </trans-unit>
3653 <trans-unit id="4335414817109654558" datatype="html"> 3670 <trans-unit id="4335414817109654558" datatype="html">
3654 <source>Refused reports</source> 3671 <source>Refused reports</source>
3655 <target state="translated">Informes rechazados</target> 3672 <target state="translated">Informes rechazados</target>
3656 <context-group purpose="location"> 3673
3657 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3674 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3658 <context context-type="linenumber">50</context>
3659 </context-group>
3660 </trans-unit>
3661 <trans-unit id="5604806676748121035" datatype="html"> 3675 <trans-unit id="5604806676748121035" datatype="html">
3662 <source>Reports with blocked videos</source> 3676 <source>Reports with blocked videos</source>
3663 <target state="translated">Informes con videos bloqueados</target> 3677 <target state="translated">Informes con videos bloqueados</target>
3664 <context-group purpose="location"> 3678
3665 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3679 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3666 <context context-type="linenumber">54</context>
3667 </context-group>
3668 </trans-unit>
3669 <trans-unit id="5105869928182826553" datatype="html"> 3680 <trans-unit id="5105869928182826553" datatype="html">
3670 <source>Reports with deleted videos</source> 3681 <source>Reports with deleted videos</source>
3671 <target state="translated">Informes con videos eliminados</target> 3682 <target state="translated">Informes con videos eliminados</target>
3672 <context-group purpose="location"> 3683
3673 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3684 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3674 <context context-type="linenumber">58</context>
3675 </context-group>
3676 </trans-unit>
3677 <trans-unit id="4678289986918934018" datatype="html"> 3685 <trans-unit id="4678289986918934018" datatype="html">
3678 <source>Block reason:</source> 3686 <source>Block reason:</source>
3679 <target state="translated">Razón de bloqueo:</target> 3687 <target state="translated">Razón de bloqueo:</target>
@@ -3692,19 +3700,13 @@ The link will expire within 1 hour.</source>
3692 <trans-unit id="7755288609601798418" datatype="html"> 3700 <trans-unit id="7755288609601798418" datatype="html">
3693 <source>Automatic blocks</source> 3701 <source>Automatic blocks</source>
3694 <target state="translated">Bloques automáticos</target> 3702 <target state="translated">Bloques automáticos</target>
3695 <context-group purpose="location"> 3703
3696 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3697 <context context-type="linenumber">31</context>
3698 </context-group>
3699 </trans-unit>
3700 <trans-unit id="6510868134640657079" datatype="html"> 3705 <trans-unit id="6510868134640657079" datatype="html">
3701 <source>Manual blocks</source> 3706 <source>Manual blocks</source>
3702 <target state="translated">Bloques manuales</target> 3707 <target state="translated">Bloques manuales</target>
3703 <context-group purpose="location"> 3708
3704 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3709 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3705 <context context-type="linenumber">35</context>
3706 </context-group>
3707 </trans-unit>
3708 <trans-unit id="2143435845912984377" datatype="html"> 3710 <trans-unit id="2143435845912984377" datatype="html">
3709 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3711 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3710 <target state="translated">Mostrando <x id="INTERPOLATION"/> a <x id="INTERPOLATION_1"/> de <x id="INTERPOLATION_2"/> vídeos bloqueados</target> 3712 <target state="translated">Mostrando <x id="INTERPOLATION"/> a <x id="INTERPOLATION_1"/> de <x id="INTERPOLATION_2"/> vídeos bloqueados</target>
@@ -3849,11 +3851,11 @@ The link will expire within 1 hour.</source>
3849 <trans-unit id="2381859602529023966"> 3851 <trans-unit id="2381859602529023966">
3850 <source>Instance</source> 3852 <source>Instance</source>
3851 <target>Instancia</target> 3853 <target>Instancia</target>
3852 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3854
3853 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 3855
3854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3856
3855 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3857
3856 </trans-unit> 3858 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3857 <trans-unit id="1300704815627663264"> 3859 <trans-unit id="1300704815627663264">
3858 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3860 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3859 <target>Silenciado en<x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3861 <target>Silenciado en<x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3891,7 +3893,7 @@ The link will expire within 1 hour.</source>
3891 <trans-unit id="4917252294930256268" datatype="html"> 3893 <trans-unit id="4917252294930256268" datatype="html">
3892 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3894 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3893 <target state="translated">Parece que no estás en un servidor HTTPS. Su servidor web necesita tener TLS activado para seguir otros servidores.</target> 3895 <target state="translated">Parece que no estás en un servidor HTTPS. Su servidor web necesita tener TLS activado para seguir otros servidores.</target>
3894 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 3896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group>
3895 </trans-unit> 3897 </trans-unit>
3896 <trans-unit id="4058814854824495833" datatype="html"> 3898 <trans-unit id="4058814854824495833" datatype="html">
3897 <source>Mute domains</source> 3899 <source>Mute domains</source>
@@ -3959,14 +3961,14 @@ The link will expire within 1 hour.</source>
3959 <trans-unit id="4580988005648117665"> 3961 <trans-unit id="4580988005648117665">
3960 <source>Search</source> 3962 <source>Search</source>
3961 <target>Buscar</target> 3963 <target>Buscar</target>
3962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group> 3964
3963 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 3965
3964 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group> 3966
3965 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group> 3967
3966 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group> 3968
3967 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group> 3969
3968 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group> 3970
3969 </trans-unit> 3971 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3970 <trans-unit id="8630916846096019339" datatype="html"> 3972 <trans-unit id="8630916846096019339" datatype="html">
3971 <source>Users can resolve distant content</source> 3973 <source>Users can resolve distant content</source>
3972 <target state="translated">Los usuarios pueden resolver contenido distante</target> 3974 <target state="translated">Los usuarios pueden resolver contenido distante</target>
@@ -5842,10 +5844,7 @@ color: red;
5842 <trans-unit id="5512878593724620692" datatype="html"> 5844 <trans-unit id="5512878593724620692" datatype="html">
5843 <source>CHANNELS</source> 5845 <source>CHANNELS</source>
5844 <target state="translated">CANALES</target> 5846 <target state="translated">CANALES</target>
5845 <context-group purpose="location"> 5847 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group>
5846 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
5847 <context context-type="linenumber">82</context>
5848 </context-group>
5849 </trans-unit> 5848 </trans-unit>
5850 <trans-unit id="3666829335406793239" datatype="html"> 5849 <trans-unit id="3666829335406793239" datatype="html">
5851 <source>This account does not have channels.</source> 5850 <source>This account does not have channels.</source>
@@ -5886,6 +5885,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5886 <target state="translated">¿Realmente quieres eliminar <x id="PH" equiv-text="videoChannel.displayName"/>? Se eliminarán<x id="PH_1" equiv-text="videoChannel.videosCount"/>videos subidos en este canal ¡y no podrás crear otro canal con el mismo nombre (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target> 5885 <target state="translated">¿Realmente quieres eliminar <x id="PH" equiv-text="videoChannel.displayName"/>? Se eliminarán<x id="PH_1" equiv-text="videoChannel.videosCount"/>videos subidos en este canal ¡y no podrás crear otro canal con el mismo nombre (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target>
5887 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 5886 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
5888 </trans-unit> 5887 </trans-unit>
5888 <trans-unit id="4433306639366959484" datatype="html">
5889 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source>
5890 <target state="translated">Escribe el nombre del canal de video. (<x id="PH" equiv-text="videoChannel.name"/>) para confirmar</target>
5891 <context-group purpose="location">
5892 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5893 <context context-type="linenumber">48</context>
5894 </context-group>
5895 </trans-unit>
5889 <trans-unit id="5387007581996837469" datatype="html"> 5896 <trans-unit id="5387007581996837469" datatype="html">
5890 <source>My Channels</source> 5897 <source>My Channels</source>
5891 <target state="translated">Mis Canales</target> 5898 <target state="translated">Mis Canales</target>
@@ -6398,12 +6405,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6398 <trans-unit id="6979021199788941693"> 6405 <trans-unit id="6979021199788941693">
6399 <source>Your message has been sent.</source> 6406 <source>Your message has been sent.</source>
6400 <target>Su mensaje ha sido enviado.</target> 6407 <target>Su mensaje ha sido enviado.</target>
6401 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group> 6408 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group>
6402 </trans-unit> 6409 </trans-unit>
6403 <trans-unit id="2072135752262464360"> 6410 <trans-unit id="2072135752262464360">
6404 <source>You already sent this form recently</source> 6411 <source>You already sent this form recently</source>
6405 <target>Ya envió este formulario recientemente</target> 6412 <target>Ya envió este formulario recientemente</target>
6406 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group> 6413 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group>
6407 </trans-unit> 6414 </trans-unit>
6408 <trans-unit id="819067926858619041" datatype="html"> 6415 <trans-unit id="819067926858619041" datatype="html">
6409 <source>Account videos</source> 6416 <source>Account videos</source>
@@ -6449,12 +6456,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6449 <target state="translated"> 6456 <target state="translated">
6450 <x id="PH"/> seguidores de cuenta directa 6457 <x id="PH"/> seguidores de cuenta directa
6451 </target> 6458 </target>
6452 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6459 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group>
6453 </trans-unit> 6460 </trans-unit>
6454 <trans-unit id="6250999352462648289" datatype="html"> 6461 <trans-unit id="6250999352462648289" datatype="html">
6455 <source>Report this account</source> 6462 <source>Report this account</source>
6456 <target state="translated">Informar sbre esta cuenta</target> 6463 <target state="translated">Informar sbre esta cuenta</target>
6457 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6464 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group>
6458 </trans-unit> 6465 </trans-unit>
6459 <trans-unit id="1504521795586863905" datatype="html"> 6466 <trans-unit id="1504521795586863905" datatype="html">
6460 <source>VIDEOS</source> 6467 <source>VIDEOS</source>
@@ -6465,30 +6472,18 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6465 <trans-unit id="25349740244798533" datatype="html"> 6472 <trans-unit id="25349740244798533" datatype="html">
6466 <source>Username copied</source> 6473 <source>Username copied</source>
6467 <target state="translated">Nombre de usuario copiado</target> 6474 <target state="translated">Nombre de usuario copiado</target>
6468 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6475 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group>
6469 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6476 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group>
6470 </trans-unit> 6477 </trans-unit>
6471 <trans-unit id="9221735175659318025" datatype="html"> 6478 <trans-unit id="9221735175659318025" datatype="html">
6472 <source>1 subscriber</source> 6479 <source>1 subscriber</source>
6473 <target state="translated">1 suscriptor</target> 6480 <target state="translated">1 suscriptor</target>
6474 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6481 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group>
6475 </trans-unit> 6482 </trans-unit>
6476 <trans-unit id="4097331874769079975" datatype="html"> 6483 <trans-unit id="4097331874769079975" datatype="html">
6477 <source><x id="PH"/> subscribers</source> 6484 <source><x id="PH"/> subscribers</source>
6478 <target state="translated"><x id="PH"/> suscriptores</target> 6485 <target state="translated"><x id="PH"/> suscriptores</target>
6479 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6486 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group>
6480 </trans-unit>
6481 <trans-unit id="4682675125751819107" datatype="html">
6482 <source>Instances you follow</source>
6483 <target state="translated">Instancias que sigues</target>
6484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6485 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6486 </trans-unit>
6487 <trans-unit id="8899833753704589712" datatype="html">
6488 <source>Instances following you</source>
6489 <target state="translated">Instancias que te siguen</target>
6490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6492 </trans-unit> 6487 </trans-unit>
6493 <trans-unit id="1035838766454786107" datatype="html"> 6488 <trans-unit id="1035838766454786107" datatype="html">
6494 <source>Audio-only</source> 6489 <source>Audio-only</source>
@@ -6540,6 +6535,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6540 <target>Auto (vía ffmpeg)</target> 6535 <target>Auto (vía ffmpeg)</target>
6541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6542 </trans-unit> 6537 </trans-unit>
6538 <trans-unit id="3642770981085338761" datatype="html">
6539 <source>Followers of your instance</source>
6540 <target state="translated">Seguidores de tu instancia</target>
6541 <context-group purpose="location">
6542 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6543 <context context-type="linenumber">3</context>
6544 </context-group>
6545 </trans-unit>
6543 <trans-unit id="931255636742351800" datatype="html"> 6546 <trans-unit id="931255636742351800" datatype="html">
6544 <source>No limit</source> 6547 <source>No limit</source>
6545 <target state="translated">Sin límite</target> 6548 <target state="translated">Sin límite</target>
@@ -6689,17 +6692,40 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6689 <trans-unit id="2127446333083057097" datatype="html"> 6692 <trans-unit id="2127446333083057097" datatype="html">
6690 <source>Domain is required.</source> 6693 <source>Domain is required.</source>
6691 <target state="translated">Se requiere dominio.</target> 6694 <target state="translated">Se requiere dominio.</target>
6692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group>
6696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group>
6693 </trans-unit> 6697 </trans-unit>
6694 <trans-unit id="6780793142903080663" datatype="html"> 6698 <trans-unit id="7951488350851416577" datatype="html">
6695 <source>Domains entered are invalid.</source> 6699 <source>Hosts entered are invalid.</source>
6696 <target state="translated">Los dominios ingresados no son válidos.</target> 6700 <target state="translated">Los hosts ingresados no son válidos.</target>
6697 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6701 <context-group purpose="location">
6702 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6703 <context context-type="linenumber">93</context>
6704 </context-group>
6698 </trans-unit> 6705 </trans-unit>
6699 <trans-unit id="5886492514458202177" datatype="html"> 6706 <trans-unit id="1469559036084108672" datatype="html">
6700 <source>Domains entered contain duplicates.</source> 6707 <source>Hosts entered contain duplicates.</source>
6701 <target state="translated">Los dominios ingresados contienen duplicados.</target> 6708 <target state="translated">Los hosts ingresados contienen duplicados.</target>
6702 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6709 <context-group purpose="location">
6710 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6711 <context context-type="linenumber">94</context>
6712 </context-group>
6713 </trans-unit>
6714 <trans-unit id="5991533283446904296" datatype="html">
6715 <source>Hosts or handles are invalid.</source>
6716 <target state="translated">Los hosts o controladores no son válidos.</target>
6717 <context-group purpose="location">
6718 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6719 <context context-type="linenumber">102</context>
6720 </context-group>
6721 </trans-unit>
6722 <trans-unit id="6759198394434886237" datatype="html">
6723 <source>Hosts or handles contain duplicates.</source>
6724 <target state="translated">Los hosts o identificadores contienen duplicados.</target>
6725 <context-group purpose="location">
6726 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6727 <context context-type="linenumber">103</context>
6728 </context-group>
6703 </trans-unit> 6729 </trans-unit>
6704 <trans-unit id="240806681889331244"> 6730 <trans-unit id="240806681889331244">
6705 <source>Unlimited</source> 6731 <source>Unlimited</source>
@@ -6857,13 +6883,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6857 <trans-unit id="8312101634344200207" datatype="html"> 6883 <trans-unit id="8312101634344200207" datatype="html">
6858 <source><x id="PH" equiv-text="this.views"/> viewers</source> 6884 <source><x id="PH" equiv-text="this.views"/> viewers</source>
6859 <target state="translated"><x id="PH" equiv-text="this.views"/> visores</target> 6885 <target state="translated"><x id="PH" equiv-text="this.views"/> visores</target>
6860 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group> 6886
6861 </trans-unit> 6887 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
6862 <trans-unit id="7756087706411154095" datatype="html"> 6888 <trans-unit id="7756087706411154095" datatype="html">
6863 <source><x id="PH" equiv-text="this.views"/> views</source> 6889 <source><x id="PH" equiv-text="this.views"/> views</source>
6864 <target state="translated"><x id="PH" equiv-text="this.views"/> vistas</target> 6890 <target state="translated"><x id="PH" equiv-text="this.views"/> vistas</target>
6865 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group> 6891
6866 </trans-unit> 6892 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
6867 <trans-unit id="2452034338905853167" datatype="html"> 6893 <trans-unit id="2452034338905853167" datatype="html">
6868 <source><x id="PH"/> removed from instance followers </source> 6894 <source><x id="PH"/> removed from instance followers </source>
6869 <target state="translated"> 6895 <target state="translated">
@@ -6871,22 +6897,55 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6871 </target> 6897 </target>
6872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6873 </trans-unit> 6899 </trans-unit>
6900 <trans-unit id="6018246591673612412" datatype="html">
6901 <source>Follow</source>
6902 <target state="translated">Seguir</target>
6903 <context-group purpose="location">
6904 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6905 <context context-type="linenumber">3</context>
6906 </context-group>
6907 <context-group purpose="location">
6908 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6909 <context context-type="linenumber">37</context>
6910 </context-group>
6911 <context-group purpose="location">
6912 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6913 <context context-type="linenumber">18</context>
6914 </context-group>
6915 </trans-unit>
6916 <trans-unit id="3596798855644241001" datatype="html">
6917 <source>1 host (without "http://"), account handle or channel handle per line</source>
6918 <target state="translated">1 host (sin "http: //"), identificador de cuenta o identificador de canal por línea</target>
6919 <context-group purpose="location">
6920 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6921 <context context-type="linenumber">11</context>
6922 </context-group>
6923 </trans-unit>
6874 <trans-unit id="2740793005745065895"> 6924 <trans-unit id="2740793005745065895">
6875 <source><x id="PH"/> is not valid </source> 6925 <source><x id="PH"/> is not valid </source>
6876 <target> 6926 <target>
6877 <x id="PH"/> no es válido 6927 <x id="PH"/> no es válido
6878 </target> 6928 </target>
6879 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6929 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group>
6930 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group>
6880 </trans-unit> 6931 </trans-unit>
6881 <trans-unit id="2355066641781598196"> 6932 <trans-unit id="2355066641781598196">
6882 <source>Follow request(s) sent!</source> 6933 <source>Follow request(s) sent!</source>
6883 <target>¡Petición(es) de seguimiento enviada(s)!</target> 6934 <target>¡Petición(es) de seguimiento enviada(s)!</target>
6884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group>
6936 </trans-unit>
6937 <trans-unit id="3459358413436264734" datatype="html">
6938 <source>Your instance subscriptions</source>
6939 <target state="translated">Sus suscripciones de instancias</target>
6940 <context-group purpose="location">
6941 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6942 <context context-type="linenumber">3</context>
6943 </context-group>
6885 </trans-unit> 6944 </trans-unit>
6886 <trans-unit id="4245720728052819482"> 6945 <trans-unit id="4245720728052819482">
6887 <source>Do you really want to unfollow <x id="PH"/>?</source> 6946 <source>Do you really want to unfollow <x id="PH"/>?</source>
6888 <target>¿De verdad quieres dejar de seguir a <x id="PH"/>?</target> 6947 <target>¿De verdad quieres dejar de seguir a <x id="PH"/>?</target>
6889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group>
6890 </trans-unit> 6949 </trans-unit>
6891 <trans-unit id="9160510009013134726"> 6950 <trans-unit id="9160510009013134726">
6892 <source>Unfollow</source> 6951 <source>Unfollow</source>
@@ -6896,7 +6955,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6896 <trans-unit id="3935234189109112926"> 6955 <trans-unit id="3935234189109112926">
6897 <source>You are not following <x id="PH"/> anymore.</source> 6956 <source>You are not following <x id="PH"/> anymore.</source>
6898 <target>Ya no estás siguiendo a <x id="PH"/>.</target> 6957 <target>Ya no estás siguiendo a <x id="PH"/>.</target>
6899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group>
6900 </trans-unit> 6959 </trans-unit>
6901 <trans-unit id="2593763089859685916"> 6960 <trans-unit id="2593763089859685916">
6902 <source>enabled</source> 6961 <source>enabled</source>
@@ -7004,121 +7063,121 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7004 <trans-unit id="6473213678768782133" datatype="html"> 7063 <trans-unit id="6473213678768782133" datatype="html">
7005 <source>Internal actions</source> 7064 <source>Internal actions</source>
7006 <target state="translated">Acciones internas</target> 7065 <target state="translated">Acciones internas</target>
7007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7066
7008 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7067
7009 </trans-unit> 7068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7010 <trans-unit id="4559872264406386913" datatype="html"> 7069 <trans-unit id="4559872264406386913" datatype="html">
7011 <source>Delete report</source> 7070 <source>Delete report</source>
7012 <target state="translated">Eliminar informe</target> 7071 <target state="translated">Eliminar informe</target>
7013 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7072
7014 </trans-unit> 7073 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7015 <trans-unit id="5793550984155962433" datatype="html"> 7074 <trans-unit id="5793550984155962433" datatype="html">
7016 <source>Actions for the flagged account</source> 7075 <source>Actions for the flagged account</source>
7017 <target state="translated">Acciones para la cuenta marcada</target> 7076 <target state="translated">Acciones para la cuenta marcada</target>
7018 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7077
7019 </trans-unit> 7078 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7020 <trans-unit id="1679841953757186358"> 7079 <trans-unit id="1679841953757186358">
7021 <source>Mark as accepted</source> 7080 <source>Mark as accepted</source>
7022 <target>Marcar como aceptado</target> 7081 <target>Marcar como aceptado</target>
7023 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7082
7024 </trans-unit> 7083 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7025 <trans-unit id="7993358694073742566"> 7084 <trans-unit id="7993358694073742566">
7026 <source>Mark as rejected</source> 7085 <source>Mark as rejected</source>
7027 <target>Marcar como rechazado</target> 7086 <target>Marcar como rechazado</target>
7028 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7087
7029 </trans-unit> 7088 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7030 <trans-unit id="4175703770051343108" datatype="html"> 7089 <trans-unit id="4175703770051343108" datatype="html">
7031 <source>Add internal note</source> 7090 <source>Add internal note</source>
7032 <target state="translated">Agregar nota interna</target> 7091 <target state="translated">Agregar nota interna</target>
7033 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7092
7034 </trans-unit> 7093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7035 <trans-unit id="296166371893775555" datatype="html"> 7094 <trans-unit id="296166371893775555" datatype="html">
7036 <source>Actions for the video</source> 7095 <source>Actions for the video</source>
7037 <target state="translated">Acciones para el video</target> 7096 <target state="translated">Acciones para el video</target>
7038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7097
7039 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7098
7040 </trans-unit> 7099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7041 <trans-unit id="3924877328520650445" datatype="html"> 7100 <trans-unit id="3924877328520650445" datatype="html">
7042 <source>Block video</source> 7101 <source>Block video</source>
7043 <target state="translated">Bloquear video</target> 7102 <target state="translated">Bloquear video</target>
7044 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7103
7045 </trans-unit> 7104 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7046 <trans-unit id="4762794934098378428" datatype="html"> 7105 <trans-unit id="4762794934098378428" datatype="html">
7047 <source>Video blocked.</source> 7106 <source>Video blocked.</source>
7048 <target state="translated">Video bloqueado.</target> 7107 <target state="translated">Video bloqueado.</target>
7049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7108
7050 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7109
7051 </trans-unit> 7110 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7052 <trans-unit id="4328862996304258770" datatype="html"> 7111 <trans-unit id="4328862996304258770" datatype="html">
7053 <source>Unblock video</source> 7112 <source>Unblock video</source>
7054 <target state="translated">Desbloquear video</target> 7113 <target state="translated">Desbloquear video</target>
7055 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7114
7056 </trans-unit> 7115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7057 <trans-unit id="9065327551191479877" datatype="html"> 7116 <trans-unit id="9065327551191479877" datatype="html">
7058 <source>Video unblocked.</source> 7117 <source>Video unblocked.</source>
7059 <target state="translated">Video desbloqueado.</target> 7118 <target state="translated">Video desbloqueado.</target>
7060 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7119
7061 </trans-unit> 7120 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7062 <trans-unit id="1250415136605923486"> 7121 <trans-unit id="1250415136605923486">
7063 <source>Do you really want to delete this abuse report?</source> 7122 <source>Do you really want to delete this abuse report?</source>
7064 <target>¿Confirma la eliminación del reporte de abuso?</target> 7123 <target>¿Confirma la eliminación del reporte de abuso?</target>
7065 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7124
7066 </trans-unit> 7125 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7067 <trans-unit id="3482559157143817408"> 7126 <trans-unit id="3482559157143817408">
7068 <source>Abuse deleted.</source> 7127 <source>Abuse deleted.</source>
7069 <target>Reporte de abuso eliminado.</target> 7128 <target>Reporte de abuso eliminado.</target>
7070 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7129
7071 </trans-unit> 7130 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7072 <trans-unit id="6282990098351939529" datatype="html"> 7131 <trans-unit id="6282990098351939529" datatype="html">
7073 <source>Deleted comment</source> 7132 <source>Deleted comment</source>
7074 <target state="translated">Comentario eliminado</target> 7133 <target state="translated">Comentario eliminado</target>
7075 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7134
7076 </trans-unit> 7135 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7077 <trans-unit id="9196775343330824083" datatype="html"> 7136 <trans-unit id="9196775343330824083" datatype="html">
7078 <source>Messages with reporter</source> 7137 <source>Messages with reporter</source>
7079 <target state="translated">Mensajes con reportero</target> 7138 <target state="translated">Mensajes con reportero</target>
7080 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7139
7081 </trans-unit> 7140 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7082 <trans-unit id="8770468575924421391" datatype="html"> 7141 <trans-unit id="8770468575924421391" datatype="html">
7083 <source>Messages with moderators</source> 7142 <source>Messages with moderators</source>
7084 <target state="translated">Mensajes con moderadores</target> 7143 <target state="translated">Mensajes con moderadores</target>
7085 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7144
7086 </trans-unit> 7145 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7087 <trans-unit id="8528549800795985099" datatype="html"> 7146 <trans-unit id="8528549800795985099" datatype="html">
7088 <source>Update internal note</source> 7147 <source>Update internal note</source>
7089 <target state="translated">Actualizar nota interna</target> 7148 <target state="translated">Actualizar nota interna</target>
7090 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7149
7091 </trans-unit> 7150 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7092 <trans-unit id="3962242315365992494" datatype="html"> 7151 <trans-unit id="3962242315365992494" datatype="html">
7093 <source>Switch video block to manual</source> 7152 <source>Switch video block to manual</source>
7094 <target state="translated">Cambiar el bloqueo de video a manual</target> 7153 <target state="translated">Cambiar el bloqueo de video a manual</target>
7095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7154
7096 </trans-unit> 7155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7097 <trans-unit id="6906423861055262169" datatype="html"> 7156 <trans-unit id="6906423861055262169" datatype="html">
7098 <source>Video <x id="PH"/> switched to manual block.</source> 7157 <source>Video <x id="PH"/> switched to manual block.</source>
7099 <target state="translated">Video <x id="PH"/> cambiado a bloqueo manual.</target> 7158 <target state="translated">Video <x id="PH"/> cambiado a bloqueo manual.</target>
7100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7159
7101 </trans-unit> 7160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7102 <trans-unit id="7293356040886494773" datatype="html"> 7161 <trans-unit id="7293356040886494773" datatype="html">
7103 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7162 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7104 <target state="translated">¿De verdad quieres desbloquear este video? Estará disponible nuevamente en la lista de videos.</target> 7163 <target state="translated">¿De verdad quieres desbloquear este video? Estará disponible nuevamente en la lista de videos.</target>
7105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group> 7164
7106 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group> 7165
7107 </trans-unit> 7166 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7108 <trans-unit id="4859202148272511129" datatype="html"> 7167 <trans-unit id="4859202148272511129" datatype="html">
7109 <source>Unblock</source> 7168 <source>Unblock</source>
7110 <target state="translated">Desbloquear</target> 7169 <target state="translated">Desbloquear</target>
7111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group> 7170
7112 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group> 7171
7113 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group> 7172
7114 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group> 7173
7115 </trans-unit> 7174 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7116 <trans-unit id="4922469417589203720" datatype="html"> 7175 <trans-unit id="4922469417589203720" datatype="html">
7117 <source>Video <x id="PH"/> unblocked.</source> 7176 <source>Video <x id="PH"/> unblocked.</source>
7118 <target state="translated">Video <x id="PH"/> desbloqueado.</target> 7177 <target state="translated">Video <x id="PH"/> desbloqueado.</target>
7119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group> 7178
7120 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group> 7179
7121 </trans-unit> 7180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7122 <trans-unit id="6286037250766429054" datatype="html"> 7181 <trans-unit id="6286037250766429054" datatype="html">
7123 <source>yes</source> 7182 <source>yes</source>
7124 <target state="translated">Si</target> 7183 <target state="translated">Si</target>
@@ -7369,7 +7428,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7369 <trans-unit id="1519954996184640001"> 7428 <trans-unit id="1519954996184640001">
7370 <source>Error</source> 7429 <source>Error</source>
7371 <target>Error</target> 7430 <target>Error</target>
7372 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7431 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group>
7373 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7432 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group>
7374 </trans-unit> 7433 </trans-unit>
7375 <trans-unit id="5076187961693950167" datatype="html"> 7434 <trans-unit id="5076187961693950167" datatype="html">
@@ -7385,8 +7444,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7385 <trans-unit id="1886888801485703107"> 7444 <trans-unit id="1886888801485703107">
7386 <source>User <x id="PH"/> created.</source> 7445 <source>User <x id="PH"/> created.</source>
7387 <target>Usuario <x id="PH"/> creado.</target> 7446 <target>Usuario <x id="PH"/> creado.</target>
7388 7447 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group>
7389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 7448 </trans-unit>
7390 <trans-unit id="8286337167859377104" datatype="html"> 7449 <trans-unit id="8286337167859377104" datatype="html">
7391 <source>Create user</source> 7450 <source>Create user</source>
7392 <target state="translated">Crear usuario</target> 7451 <target state="translated">Crear usuario</target>
@@ -7412,16 +7471,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7412 <target state="translated">Actualizar contraseña de usuario</target> 7471 <target state="translated">Actualizar contraseña de usuario</target>
7413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7414 </trans-unit> 7473 </trans-unit>
7415 <trans-unit id="177544274549739411" datatype="html">
7416 <source>Following list</source>
7417 <target state="translated">Lista de seguidores</target>
7418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7419 </trans-unit>
7420 <trans-unit id="8092429110007204784" datatype="html">
7421 <source>Followers list</source>
7422 <target state="translated">Lista de seguidores</target>
7423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7424 </trans-unit>
7425 <trans-unit id="780323526182667308" datatype="html"> 7474 <trans-unit id="780323526182667308" datatype="html">
7426 <source>User <x id="PH"/> updated.</source> 7475 <source>User <x id="PH"/> updated.</source>
7427 <target state="translated">Usuario <x id="PH"/> actualizado.</target> 7476 <target state="translated">Usuario <x id="PH"/> actualizado.</target>
@@ -7457,16 +7506,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7457 <target state="translated">Federación</target> 7506 <target state="translated">Federación</target>
7458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7459 </trans-unit> 7508 </trans-unit>
7460 <trans-unit id="4682675125751819107" datatype="html">
7461 <source>Instances you follow</source>
7462 <target state="translated">Instancias que sigues</target>
7463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7464 </trans-unit>
7465 <trans-unit id="8899833753704589712" datatype="html">
7466 <source>Instances following you</source>
7467 <target state="translated">Instancias siguiéndote</target>
7468 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7469 </trans-unit>
7470 <trans-unit id="3767259920053407667" datatype="html"> 7509 <trans-unit id="3767259920053407667" datatype="html">
7471 <source>Videos will be deleted, comments will be tombstoned.</source> 7510 <source>Videos will be deleted, comments will be tombstoned.</source>
7472 <target state="translated">Los videos serán eliminados, los comentarios serán destruidos.</target> 7511 <target state="translated">Los videos serán eliminados, los comentarios serán destruidos.</target>
@@ -7498,6 +7537,30 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7498 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group> 7537 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7499 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group> 7538 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7500 </trans-unit> 7539 </trans-unit>
7540 <trans-unit id="4207916966377787111" datatype="html">
7541 <source>Created</source>
7542 <target state="translated">Creado</target>
7543 <context-group purpose="location">
7544 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7545 <context context-type="linenumber">115</context>
7546 </context-group>
7547 </trans-unit>
7548 <trans-unit id="8140268298586972139" datatype="html">
7549 <source>Daily quota</source>
7550 <target state="translated">Cuota diaria</target>
7551 <context-group purpose="location">
7552 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7553 <context context-type="linenumber">120</context>
7554 </context-group>
7555 </trans-unit>
7556 <trans-unit id="7910076708497708162" datatype="html">
7557 <source>Last login</source>
7558 <target state="translated">Último acceso</target>
7559 <context-group purpose="location">
7560 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7561 <context context-type="linenumber">122</context>
7562 </context-group>
7563 </trans-unit>
7501 <trans-unit id="3403978719736970622"> 7564 <trans-unit id="3403978719736970622">
7502 <source>You cannot ban root.</source> 7565 <source>You cannot ban root.</source>
7503 <target>No puede expulsar al root.</target> 7566 <target>No puede expulsar al root.</target>
@@ -7801,12 +7864,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7801 <trans-unit id="1137937154872046253"> 7864 <trans-unit id="1137937154872046253">
7802 <source>Video channel <x id="PH"/> created.</source> 7865 <source>Video channel <x id="PH"/> created.</source>
7803 <target>Canal de vídeo <x id="PH"/> creado.</target> 7866 <target>Canal de vídeo <x id="PH"/> creado.</target>
7804 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 7867 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group>
7805 </trans-unit> 7868 </trans-unit>
7806 <trans-unit id="8723777130353305761"> 7869 <trans-unit id="8723777130353305761">
7807 <source>This name already exists on this instance.</source> 7870 <source>This name already exists on this instance.</source>
7808 <target>El nombre ya existe en esta instancia.</target> 7871 <target>El nombre ya existe en esta instancia.</target>
7809 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 7872 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group>
7810 </trans-unit> 7873 </trans-unit>
7811 <trans-unit id="7589345916094713536"> 7874 <trans-unit id="7589345916094713536">
7812 <source>Video channel <x id="PH"/> updated.</source> 7875 <source>Video channel <x id="PH"/> updated.</source>
@@ -7828,11 +7891,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7828 <target state="translated">Banner eliminado.</target> 7891 <target state="translated">Banner eliminado.</target>
7829 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group> 7892 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
7830 </trans-unit> 7893 </trans-unit>
7831 <trans-unit id="2575302837003821736" datatype="html">
7832 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7833 <target state="translated">Escriba el nombre para mostrar del canal de video ( <x id="PH"/>) para confirmar</target>
7834 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
7835 </trans-unit>
7836 <trans-unit id="624066830180032195"> 7894 <trans-unit id="624066830180032195">
7837 <source>Video channel <x id="PH"/> deleted.</source> 7895 <source>Video channel <x id="PH"/> deleted.</source>
7838 <target>Canal de vídeo <x id="PH"/> eliminado.</target> 7896 <target>Canal de vídeo <x id="PH"/> eliminado.</target>
@@ -7985,6 +8043,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7985 <target>Solicitud de cambio de titularidad enviada.</target> 8043 <target>Solicitud de cambio de titularidad enviada.</target>
7986 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8044 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
7987 </trans-unit> 8045 </trans-unit>
8046 <trans-unit id="7699622144571229146" datatype="html">
8047 <source>Sort by</source>
8048 <target state="translated">Ordenar por</target>
8049 <context-group purpose="location">
8050 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8051 <context context-type="linenumber">26</context>
8052 </context-group>
8053 </trans-unit>
7988 <trans-unit id="3245220240937722814"> 8054 <trans-unit id="3245220240937722814">
7989 <source>My channels</source> 8055 <source>My channels</source>
7990 <target>Mis canales</target> 8056 <target>Mis canales</target>
@@ -8044,13 +8110,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8044 <trans-unit id="6489275254908395777" datatype="html"> 8110 <trans-unit id="6489275254908395777" datatype="html">
8045 <source>Maximize editor</source> 8111 <source>Maximize editor</source>
8046 <target state="translated">Maximizar editor</target> 8112 <target state="translated">Maximizar editor</target>
8047 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8113
8048 </trans-unit> 8114 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8049 <trans-unit id="4243591013849340688" datatype="html"> 8115 <trans-unit id="4243591013849340688" datatype="html">
8050 <source>Exit maximized editor</source> 8116 <source>Exit maximized editor</source>
8051 <target state="translated">Salir del editor maximizado</target> 8117 <target state="translated">Salir del editor maximizado</target>
8052 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8118
8053 </trans-unit> 8119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8054 <trans-unit id="6537885755702623401" datatype="html"> 8120 <trans-unit id="6537885755702623401" datatype="html">
8055 <source>Now please check your emails to verify your account and complete signup.</source> 8121 <source>Now please check your emails to verify your account and complete signup.</source>
8056 <target state="translated">Ahora revise sus correos electrónicos para verificar su cuenta y completar el registro.</target> 8122 <target state="translated">Ahora revise sus correos electrónicos para verificar su cuenta y completar el registro.</target>
@@ -8082,7 +8148,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8082 <target>Suscribirse a la cuenta</target> 8148 <target>Suscribirse a la cuenta</target>
8083 8149
8084 8150
8085 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8151 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8086 <trans-unit id="3131904093925601441" datatype="html"> 8152 <trans-unit id="3131904093925601441" datatype="html">
8087 <source>PLAYLISTS</source> 8153 <source>PLAYLISTS</source>
8088 <target state="translated">LISTAS DE REPRODUCCIÓN</target> 8154 <target state="translated">LISTAS DE REPRODUCCIÓN</target>
@@ -8129,33 +8195,33 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8129 <trans-unit id="3779524668013120370"> 8195 <trans-unit id="3779524668013120370">
8130 <source>Go to my subscriptions</source> 8196 <source>Go to my subscriptions</source>
8131 <target>Ir a mis suscripciones</target> 8197 <target>Ir a mis suscripciones</target>
8132 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8198 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group>
8133 </trans-unit> 8199 </trans-unit>
8134 <trans-unit id="1136469849928650779"> 8200 <trans-unit id="1136469849928650779">
8135 <source>Go to my videos</source> 8201 <source>Go to my videos</source>
8136 <target>Ir a mis vídeos</target> 8202 <target>Ir a mis vídeos</target>
8137 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8203 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group>
8138 </trans-unit> 8204 </trans-unit>
8139 <trans-unit id="7836683738999600376"> 8205 <trans-unit id="7836683738999600376">
8140 <source>Go to my imports</source> 8206 <source>Go to my imports</source>
8141 <target>Ir a mis importaciones</target> 8207 <target>Ir a mis importaciones</target>
8142 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8208 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group>
8143 </trans-unit> 8209 </trans-unit>
8144 <trans-unit id="7511292153332773503"> 8210 <trans-unit id="7511292153332773503">
8145 <source>Go to my channels</source> 8211 <source>Go to my channels</source>
8146 <target>Ir a mis canales</target> 8212 <target>Ir a mis canales</target>
8147 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8213 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group>
8148 </trans-unit> 8214 </trans-unit>
8149 <trans-unit id="2013324644839511073" datatype="html"> 8215 <trans-unit id="2013324644839511073" datatype="html">
8150 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8216 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8151Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8217Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8152 <target state="translated">No se pueden recuperar las credenciales del cliente OAuth: <x id="PH" equiv-text="error.text"/>. Asegúrese de haber configurado correctamente PeerTube (config / directorio), en particular la sección "servidor web".</target> 8218 <target state="translated">No se pueden recuperar las credenciales del cliente OAuth: <x id="PH" equiv-text="error.text"/>. Asegúrese de haber configurado correctamente PeerTube (config / directorio), en particular la sección "servidor web".</target>
8153 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8219 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group>
8154 </trans-unit> 8220 </trans-unit>
8155 <trans-unit id="375263728166936544"> 8221 <trans-unit id="375263728166936544">
8156 <source>You need to reconnect.</source> 8222 <source>You need to reconnect.</source>
8157 <target>Tienes que reconectar.</target> 8223 <target>Tienes que reconectar.</target>
8158 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8224 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group>
8159 </trans-unit> 8225 </trans-unit>
8160 <trans-unit id="2206638022166154361"> 8226 <trans-unit id="2206638022166154361">
8161 <source>Keyboard Shortcuts:</source> 8227 <source>Keyboard Shortcuts:</source>
@@ -8170,6 +8236,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8170 <context context-type="linenumber">98</context> 8236 <context context-type="linenumber">98</context>
8171 </context-group> 8237 </context-group>
8172 </trans-unit> 8238 </trans-unit>
8239 <trans-unit id="4024404994702813072" datatype="html">
8240 <source>In my library</source>
8241 <target state="translated">En mi biblioteca</target>
8242 <context-group purpose="location">
8243 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8244 <context context-type="linenumber">104</context>
8245 </context-group>
8246 </trans-unit>
8173 <trans-unit id="232050922346936574" datatype="html"> 8247 <trans-unit id="232050922346936574" datatype="html">
8174 <source>Trending</source> 8248 <source>Trending</source>
8175 <target state="translated">Tendencias</target> 8249 <target state="translated">Tendencias</target>
@@ -8197,37 +8271,37 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8197 <trans-unit id="1266887509445371246"> 8271 <trans-unit id="1266887509445371246">
8198 <source>Incorrect username or password.</source> 8272 <source>Incorrect username or password.</source>
8199 <target>El nombre de usuario o la contraseña son incorrectos.</target> 8273 <target>El nombre de usuario o la contraseña son incorrectos.</target>
8200 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8274 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group>
8201 </trans-unit> 8275 </trans-unit>
8202 <trans-unit id="6974874606619467663" datatype="html"> 8276 <trans-unit id="6974874606619467663" datatype="html">
8203 <source>Your account is blocked.</source> 8277 <source>Your account is blocked.</source>
8204 <target state="translated">Tu cuenta está bloqueada.</target> 8278 <target state="translated">Tu cuenta está bloqueada.</target>
8205 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8279 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group>
8206 </trans-unit> 8280 </trans-unit>
8207 <trans-unit id="7939914198003891823" datatype="html"> 8281 <trans-unit id="7939914198003891823" datatype="html">
8208 <source>any language</source> 8282 <source>any language</source>
8209 <target state="translated">cualquier idioma</target> 8283 <target state="translated">cualquier idioma</target>
8210 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group> 8284 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group>
8211 </trans-unit> 8285 </trans-unit>
8212 <trans-unit id="5633144232269377096" datatype="html"> 8286 <trans-unit id="5633144232269377096" datatype="html">
8213 <source>hide</source> 8287 <source>hide</source>
8214 <target state="translated">esconder</target> 8288 <target state="translated">esconder</target>
8215 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group> 8289 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group>
8216 </trans-unit> 8290 </trans-unit>
8217 <trans-unit id="8603861867909474404" datatype="html"> 8291 <trans-unit id="8603861867909474404" datatype="html">
8218 <source>blur</source> 8292 <source>blur</source>
8219 <target state="translated">difuminar</target> 8293 <target state="translated">difuminar</target>
8220 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group> 8294 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group>
8221 </trans-unit> 8295 </trans-unit>
8222 <trans-unit id="4534458451100881847" datatype="html"> 8296 <trans-unit id="4534458451100881847" datatype="html">
8223 <source>display</source> 8297 <source>display</source>
8224 <target state="translated">monitor</target> 8298 <target state="translated">monitor</target>
8225 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group> 8299 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group>
8226 </trans-unit> 8300 </trans-unit>
8227 <trans-unit id="4467323362722952678" datatype="html"> 8301 <trans-unit id="4467323362722952678" datatype="html">
8228 <source>Unknown</source> 8302 <source>Unknown</source>
8229 <target state="translated">Desconocido</target> 8303 <target state="translated">Desconocido</target>
8230 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group> 8304 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group>
8231 </trans-unit> 8305 </trans-unit>
8232 <trans-unit id="8781423666414310853"> 8306 <trans-unit id="8781423666414310853">
8233 <source>Your password has been successfully reset!</source> 8307 <source>Your password has been successfully reset!</source>
@@ -8341,12 +8415,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8341 <trans-unit id="3208627574396957172" datatype="html"> 8415 <trans-unit id="3208627574396957172" datatype="html">
8342 <source>Search index is unavailable. Retrying with instance results instead.</source> 8416 <source>Search index is unavailable. Retrying with instance results instead.</source>
8343 <target state="translated">El índice de búsqueda no está disponible. Reintentando con resultados de instancia en su lugar.</target> 8417 <target state="translated">El índice de búsqueda no está disponible. Reintentando con resultados de instancia en su lugar.</target>
8344 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group> 8418
8345 </trans-unit> 8419 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8346 <trans-unit id="307702206382241469" datatype="html"> 8420 <trans-unit id="307702206382241469" datatype="html">
8347 <source>Search error</source> 8421 <source>Search error</source>
8348 <target state="translated">Error de búsqueda</target> 8422 <target state="translated">Error de búsqueda</target>
8349 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group> 8423
8424 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8425 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8426 <context-group purpose="location">
8427 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8428 <context context-type="linenumber">329</context>
8429 </context-group>
8350 </trans-unit> 8430 </trans-unit>
8351 <trans-unit id="4580988005648117665" datatype="html"> 8431 <trans-unit id="4580988005648117665" datatype="html">
8352 <source>Search</source> 8432 <source>Search</source>
@@ -9562,19 +9642,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9562 <trans-unit id="2558977494773636050"> 9642 <trans-unit id="2558977494773636050">
9563 <source>Account <x id="PH"/> muted by the instance.</source> 9643 <source>Account <x id="PH"/> muted by the instance.</source>
9564 <target>Cuenta <x id="PH"/> silenciada por la instancia.</target> 9644 <target>Cuenta <x id="PH"/> silenciada por la instancia.</target>
9565 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group> 9645
9566 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group> 9646
9567 </trans-unit> 9647 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9568 <trans-unit id="1595779426198793580" datatype="html"> 9648 <trans-unit id="1595779426198793580" datatype="html">
9569 <source>Mute server</source> 9649 <source>Mute server</source>
9570 <target state="translated">Servidor silenciado</target> 9650 <target state="translated">Servidor silenciado</target>
9571 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 9651
9572 </trans-unit> 9652 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9573 <trans-unit id="8014491157078444256" datatype="html"> 9653 <trans-unit id="8014491157078444256" datatype="html">
9574 <source>Server <x id="PH"/> muted by the instance.</source> 9654 <source>Server <x id="PH"/> muted by the instance.</source>
9575 <target state="translated">Servidor <x id="PH"/>silenciado por la instancia.</target> 9655 <target state="translated">Servidor <x id="PH"/>silenciado por la instancia.</target>
9576 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 9656
9577 </trans-unit> 9657 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9578 <trans-unit id="2044813052587776285" datatype="html"> 9658 <trans-unit id="2044813052587776285" datatype="html">
9579 <source>Add a message to communicate with the reporter</source> 9659 <source>Add a message to communicate with the reporter</source>
9580 <target state="translated">Agrega un mensaje para comunicarte con el reportero</target> 9660 <target state="translated">Agrega un mensaje para comunicarte con el reportero</target>
@@ -9814,17 +9894,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9814 <trans-unit id="968295009933361070"> 9894 <trans-unit id="968295009933361070">
9815 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 9895 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
9816 <target>Demasiados intentos, por favor inténtalo de nuevo pasados <x id="PH"/> minutos.</target> 9896 <target>Demasiados intentos, por favor inténtalo de nuevo pasados <x id="PH"/> minutos.</target>
9817 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9897 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group>
9818 </trans-unit> 9898 </trans-unit>
9819 <trans-unit id="4965472196059235310"> 9899 <trans-unit id="4965472196059235310">
9820 <source>Too many attempts, please try again later.</source> 9900 <source>Too many attempts, please try again later.</source>
9821 <target>Demasiados intentos, por favor inténtelo más tarde.</target> 9901 <target>Demasiados intentos, por favor inténtelo más tarde.</target>
9822 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9902 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group>
9823 </trans-unit> 9903 </trans-unit>
9824 <trans-unit id="1693549688987384699"> 9904 <trans-unit id="1693549688987384699">
9825 <source>Server error. Please retry later.</source> 9905 <source>Server error. Please retry later.</source>
9826 <target>Error del servidor. Por favor, inténtalo más tarde.</target> 9906 <target>Error del servidor. Por favor, inténtalo más tarde.</target>
9827 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9907 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group>
9828 </trans-unit> 9908 </trans-unit>
9829 <trans-unit id="5927402622550505067" datatype="html"> 9909 <trans-unit id="5927402622550505067" datatype="html">
9830 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9910 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
@@ -9934,29 +10014,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9934 <trans-unit id="2909684945706361544" datatype="html"> 10014 <trans-unit id="2909684945706361544" datatype="html">
9935 <source>Delete video</source> 10015 <source>Delete video</source>
9936 <target state="translated">Eliminar video</target> 10016 <target state="translated">Eliminar video</target>
9937 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 10017
9938 </trans-unit> 10018 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9939 <trans-unit id="2210418817778733727" datatype="html"> 10019 <trans-unit id="2210418817778733727" datatype="html">
9940 <source>Actions for the comment</source> 10020 <source>Actions for the comment</source>
9941 <target state="translated">Acciones para el comentario</target> 10021 <target state="translated">Acciones para el comentario</target>
9942 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 10022
9943 </trans-unit> 10023 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9944 <trans-unit id="7978668497183230348" datatype="html"> 10024 <trans-unit id="7978668497183230348" datatype="html">
9945 <source>Delete comment</source> 10025 <source>Delete comment</source>
9946 <target state="translated">Eliminar comentario</target> 10026 <target state="translated">Eliminar comentario</target>
9947 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 10027
9948 </trans-unit> 10028 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9949 <trans-unit id="6747218355168080191" datatype="html"> 10029 <trans-unit id="6747218355168080191" datatype="html">
9950 <source>Do you really want to delete this comment?</source> 10030 <source>Do you really want to delete this comment?</source>
9951 <target state="translated">¿Realmente quieres eliminar este comentario?</target> 10031 <target state="translated">¿Realmente quieres eliminar este comentario?</target>
9952 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group> 10032
9953 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group> 10033
9954 </trans-unit> 10034 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9955 <trans-unit id="7837272126865175984" datatype="html"> 10035 <trans-unit id="7837272126865175984" datatype="html">
9956 <source>Comment deleted.</source> 10036 <source>Comment deleted.</source>
9957 <target state="translated">Comentario borrado.</target> 10037 <target state="translated">Comentario borrado.</target>
9958 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 10038
9959 </trans-unit> 10039 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9960 <trans-unit id="346270517625845962" datatype="html"> 10040 <trans-unit id="346270517625845962" datatype="html">
9961 <source>Encoder</source> 10041 <source>Encoder</source>
9962 <target state="translated">Codificador</target> 10042 <target state="translated">Codificador</target>
@@ -9998,31 +10078,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9998 <trans-unit id="1472171759957681533"> 10078 <trans-unit id="1472171759957681533">
9999 <source>Video reported.</source> 10079 <source>Video reported.</source>
10000 <target>Vídeo reportado.</target> 10080 <target>Vídeo reportado.</target>
10001 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10081
10002 </trans-unit> 10082 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10003 <trans-unit id="3622946684246476652"> 10083 <trans-unit id="3622946684246476652">
10004 <source>Do you really want to delete this video?</source> 10084 <source>Do you really want to delete this video?</source>
10005 <target>¿De verdad quieres eliminar este vídeo?</target> 10085 <target>¿De verdad quieres eliminar este vídeo?</target>
10006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10086
10007 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10087
10008 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10088
10009 </trans-unit> 10089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10010 <trans-unit id="3941342949736653028" datatype="html"> 10090 <trans-unit id="3941342949736653028" datatype="html">
10011 <source>Video deleted.</source> 10091 <source>Video deleted.</source>
10012 <target state="translated">Video eliminado.</target> 10092 <target state="translated">Video eliminado.</target>
10013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10093
10014 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10094
10015 </trans-unit> 10095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10016 <trans-unit id="5072091387445907742" datatype="html"> 10096 <trans-unit id="5072091387445907742" datatype="html">
10017 <source>Actions for the reporter</source> 10097 <source>Actions for the reporter</source>
10018 <target state="translated">Acciones para el reportero</target> 10098 <target state="translated">Acciones para el reportero</target>
10019 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10099
10020 </trans-unit> 10100 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10021 <trans-unit id="6599069899275412095" datatype="html"> 10101 <trans-unit id="6599069899275412095" datatype="html">
10022 <source>Mute reporter</source> 10102 <source>Mute reporter</source>
10023 <target state="translated">Silenciar el reportero</target> 10103 <target state="translated">Silenciar el reportero</target>
10024 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10104
10025 </trans-unit> 10105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10026 <trans-unit id="2990849907502572301" datatype="html"> 10106 <trans-unit id="2990849907502572301" datatype="html">
10027 <source>This video will be duplicated by your instance.</source> 10107 <source>This video will be duplicated by your instance.</source>
10028 <target state="translated">Este video será duplicado por su instancia.</target> 10108 <target state="translated">Este video será duplicado por su instancia.</target>
@@ -10101,9 +10181,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10101 <trans-unit id="4903651219400691248" datatype="html"> 10181 <trans-unit id="4903651219400691248" datatype="html">
10102 <source>Mute account</source> 10182 <source>Mute account</source>
10103 <target state="translated">Silenciar cuenta</target> 10183 <target state="translated">Silenciar cuenta</target>
10104 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10184
10105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10185
10106 </trans-unit> 10186 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10107 <trans-unit id="4021487547497211597" datatype="html"> 10187 <trans-unit id="4021487547497211597" datatype="html">
10108 <source>Open video actions</source> 10188 <source>Open video actions</source>
10109 <target state="translated">Abrir acciones de video</target> 10189 <target state="translated">Abrir acciones de video</target>
@@ -10119,8 +10199,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10119 <trans-unit id="3719503424625455635" datatype="html"> 10199 <trans-unit id="3719503424625455635" datatype="html">
10120 <source>Mute server account</source> 10200 <source>Mute server account</source>
10121 <target state="translated">Silenciar la cuenta del servidor</target> 10201 <target state="translated">Silenciar la cuenta del servidor</target>
10122 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10202
10123 </trans-unit> 10203 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10124 <trans-unit id="7008439939460403347"> 10204 <trans-unit id="7008439939460403347">
10125 <source>Report</source> 10205 <source>Report</source>
10126 <target>Reportar</target> 10206 <target>Reportar</target>
@@ -10217,23 +10297,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10217 <trans-unit id="2439066254855913806"> 10297 <trans-unit id="2439066254855913806">
10218 <source>Only I can see this video</source> 10298 <source>Only I can see this video</source>
10219 <target>Soy el único que pueda ver este vídeo</target> 10299 <target>Soy el único que pueda ver este vídeo</target>
10220 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10300
10221 </trans-unit> 10301 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10222 <trans-unit id="6767380569816110388" datatype="html"> 10302 <trans-unit id="6767380569816110388" datatype="html">
10223 <source>Only shareable via a private link</source> 10303 <source>Only shareable via a private link</source>
10224 <target state="translated">Solo se puede compartir a través de un enlace privado</target> 10304 <target state="translated">Solo se puede compartir a través de un enlace privado</target>
10225 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10305
10226 </trans-unit> 10306 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10227 <trans-unit id="6828965264297239528"> 10307 <trans-unit id="6828965264297239528">
10228 <source>Anyone can see this video</source> 10308 <source>Anyone can see this video</source>
10229 <target>Todos pueden ver este vídeo</target> 10309 <target>Todos pueden ver este vídeo</target>
10230 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10310
10231 </trans-unit> 10311 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10232 <trans-unit id="1425933035739773115" datatype="html"> 10312 <trans-unit id="1425933035739773115" datatype="html">
10233 <source>Only users of this instance can see this video</source> 10313 <source>Only users of this instance can see this video</source>
10234 <target state="translated">Solo los usuarios de esta instancia pueden ver este video</target> 10314 <target state="translated">Solo los usuarios de esta instancia pueden ver este video</target>
10235 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10315
10236 </trans-unit> 10316 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10237 <trans-unit id="ngb.alert.close" datatype="html"> 10317 <trans-unit id="ngb.alert.close" datatype="html">
10238 <source>Close</source> 10318 <source>Close</source>
10239 <target state="translated">Cerrar</target> 10319 <target state="translated">Cerrar</target>
@@ -10408,35 +10488,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10408 <trans-unit id="3284171506518522275"> 10488 <trans-unit id="3284171506518522275">
10409 <source>Your video was uploaded to your account and is private.</source> 10489 <source>Your video was uploaded to your account and is private.</source>
10410 <target>Tu vídeo ha sido subida a tu cuenta y es privado.</target> 10490 <target>Tu vídeo ha sido subida a tu cuenta y es privado.</target>
10411 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group> 10491
10412 </trans-unit> 10492 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10413 <trans-unit id="5699822024600815733"> 10493 <trans-unit id="5699822024600815733">
10414 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10494 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10415 <target>Pero los datos asociados (etiquetas, descripción...) se perderán, ¿seguro que quieres abandonar esta página?</target> 10495 <target>Pero los datos asociados (etiquetas, descripción...) se perderán, ¿seguro que quieres abandonar esta página?</target>
10416 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group> 10496
10417 </trans-unit> 10497 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10418 <trans-unit id="1219739004043110649"> 10498 <trans-unit id="1219739004043110649">
10419 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10499 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10420 <target>Tu vídeo aún no se ha subido, ¿seguro que quieres abandonar esta página?</target> 10500 <target>Tu vídeo aún no se ha subido, ¿seguro que quieres abandonar esta página?</target>
10421 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group> 10501
10422 </trans-unit> 10502 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10423 <trans-unit id="6932865105766151309" datatype="html"> 10503 <trans-unit id="6932865105766151309" datatype="html">
10424 <source>Upload</source> 10504 <source>Upload</source>
10425 <target state="translated">Subir</target> 10505 <target state="translated">Subir</target>
10426 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group> 10506
10427 </trans-unit> 10507 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10428 <trans-unit id="8278735427925094503" datatype="html"> 10508 <trans-unit id="8278735427925094503" datatype="html">
10429 <source>Upload <x id="PH"/> </source> 10509 <source>Upload <x id="PH"/> </source>
10430 <target state="translated">Cargue 10510 <target state="translated">Cargue
10431 <x id="PH"/> 10511 <x id="PH"/>
10432 </target> 10512 </target>
10433 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group> 10513
10434 </trans-unit> 10514 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10435 <trans-unit id="5981816353437801748"> 10515 <trans-unit id="5981816353437801748">
10436 <source>Video published.</source> 10516 <source>Video published.</source>
10437 <target>Vídeo publicado.</target> 10517 <target>Vídeo publicado.</target>
10438 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group> 10518
10439 </trans-unit> 10519 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10440 <trans-unit id="764164089183618119" datatype="html"> 10520 <trans-unit id="764164089183618119" datatype="html">
10441 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10521 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10442 <target state="translated">¡Usted tiene cambios no guardados! Si te vas, tus cambios se perderán.</target> 10522 <target state="translated">¡Usted tiene cambios no guardados! Si te vas, tus cambios se perderán.</target>
@@ -10483,27 +10563,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10483 <trans-unit id="961774488937452220" datatype="html"> 10563 <trans-unit id="961774488937452220" datatype="html">
10484 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10564 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10485 <target state="translated">Este video no está disponible en esta instancia. ¿Quieres ser redirigido a la instancia de origen: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10565 <target state="translated">Este video no está disponible en esta instancia. ¿Quieres ser redirigido a la instancia de origen: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10486 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group> 10566 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group>
10487 </trans-unit> 10567 </trans-unit>
10488 <trans-unit id="5761611056224181752" datatype="html"> 10568 <trans-unit id="5761611056224181752" datatype="html">
10489 <source>Redirection</source> 10569 <source>Redirection</source>
10490 <target state="translated">Redirección</target> 10570 <target state="translated">Redirección</target>
10491 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group> 10571 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group>
10492 </trans-unit> 10572 </trans-unit>
10493 <trans-unit id="8858527736400081688"> 10573 <trans-unit id="8858527736400081688">
10494 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10574 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10495 <target>Este vídeo contiene material para adultos o explícito. ¿Seguro que lo quieres ver?</target> 10575 <target>Este vídeo contiene material para adultos o explícito. ¿Seguro que lo quieres ver?</target>
10496 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group> 10576 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group>
10497 </trans-unit> 10577 </trans-unit>
10498 <trans-unit id="3937119019020041049"> 10578 <trans-unit id="3937119019020041049">
10499 <source>Mature or explicit content</source> 10579 <source>Mature or explicit content</source>
10500 <target>Contenido para adultos o explícito</target> 10580 <target>Contenido para adultos o explícito</target>
10501 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group> 10581 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group>
10502 </trans-unit> 10582 </trans-unit>
10503 <trans-unit id="1755474755114288376" datatype="html"> 10583 <trans-unit id="1755474755114288376" datatype="html">
10504 <source>Up Next</source> 10584 <source>Up Next</source>
10505 <target state="translated">Hasta la siguiente</target> 10585 <target state="translated">Hasta la siguiente</target>
10506 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group> 10586 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group>
10507 </trans-unit> 10587 </trans-unit>
10508 <trans-unit id="2159130950882492111" datatype="html"> 10588 <trans-unit id="2159130950882492111" datatype="html">
10509 <source>Cancel</source> 10589 <source>Cancel</source>
@@ -10513,63 +10593,63 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10513 <trans-unit id="3354816756665089864" datatype="html"> 10593 <trans-unit id="3354816756665089864" datatype="html">
10514 <source>Autoplay is suspended</source> 10594 <source>Autoplay is suspended</source>
10515 <target state="translated">La reproducción automática está suspendida</target> 10595 <target state="translated">La reproducción automática está suspendida</target>
10516 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group> 10596 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group>
10517 </trans-unit> 10597 </trans-unit>
10518 <trans-unit id="7895294730547405228" datatype="html"> 10598 <trans-unit id="7895294730547405228" datatype="html">
10519 <source>Enter/exit fullscreen (requires player focus)</source> 10599 <source>Enter/exit fullscreen (requires player focus)</source>
10520 <target state="translated">Entrar/salir de pantalla completa (requiere foco en el reproductor)</target> 10600 <target state="translated">Entrar/salir de pantalla completa (requiere foco en el reproductor)</target>
10521 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group> 10601
10522 </trans-unit> 10602 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10523 <trans-unit id="7618388257165864759" datatype="html"> 10603 <trans-unit id="7618388257165864759" datatype="html">
10524 <source>Play/Pause the video (requires player focus)</source> 10604 <source>Play/Pause the video (requires player focus)</source>
10525 <target state="translated">Reproducir / Pausar el video (requiere foco en el reproductor)</target> 10605 <target state="translated">Reproducir / Pausar el video (requiere foco en el reproductor)</target>
10526 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group> 10606
10527 </trans-unit> 10607 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10528 <trans-unit id="7761890399634216630" datatype="html"> 10608 <trans-unit id="7761890399634216630" datatype="html">
10529 <source>Mute/unmute the video (requires player focus)</source> 10609 <source>Mute/unmute the video (requires player focus)</source>
10530 <target state="translated">Silenciar / activar el video (requiere foco en el reproductor)</target> 10610 <target state="translated">Silenciar / activar el video (requiere foco en el reproductor)</target>
10531 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group> 10611
10532 </trans-unit> 10612 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10533 <trans-unit id="5996585232248234904" datatype="html"> 10613 <trans-unit id="5996585232248234904" datatype="html">
10534 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10614 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10535 <target state="translated">Salte a un porcentaje del video: 0 es 0% y 9 es 90% (requiere foco en el reproductor)</target> 10615 <target state="translated">Salte a un porcentaje del video: 0 es 0% y 9 es 90% (requiere foco en el reproductor)</target>
10536 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group> 10616
10537 </trans-unit> 10617 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10538 <trans-unit id="3748765405903319998" datatype="html"> 10618 <trans-unit id="3748765405903319998" datatype="html">
10539 <source>Increase the volume (requires player focus)</source> 10619 <source>Increase the volume (requires player focus)</source>
10540 <target state="translated">Aumenta el volumen (requiere foco en el reproductor)</target> 10620 <target state="translated">Aumenta el volumen (requiere foco en el reproductor)</target>
10541 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group> 10621
10542 </trans-unit> 10622 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10543 <trans-unit id="5810704036407159982" datatype="html"> 10623 <trans-unit id="5810704036407159982" datatype="html">
10544 <source>Decrease the volume (requires player focus)</source> 10624 <source>Decrease the volume (requires player focus)</source>
10545 <target state="translated">Disminuye el volumen (requiere foco en el reproductor)</target> 10625 <target state="translated">Disminuye el volumen (requiere foco en el reproductor)</target>
10546 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group> 10626
10547 </trans-unit> 10627 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10548 <trans-unit id="2622048822548065691" datatype="html"> 10628 <trans-unit id="2622048822548065691" datatype="html">
10549 <source>Seek the video forward (requires player focus)</source> 10629 <source>Seek the video forward (requires player focus)</source>
10550 <target state="translated">Buscar el video hacia adelante (requiere foco en el reproductor)</target> 10630 <target state="translated">Buscar el video hacia adelante (requiere foco en el reproductor)</target>
10551 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group> 10631
10552 </trans-unit> 10632 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10553 <trans-unit id="6540078205109221153" datatype="html"> 10633 <trans-unit id="6540078205109221153" datatype="html">
10554 <source>Seek the video backward (requires player focus)</source> 10634 <source>Seek the video backward (requires player focus)</source>
10555 <target state="translated">Busque el video hacia atrás (requiere foco en el reproductor)</target> 10635 <target state="translated">Busque el video hacia atrás (requiere foco en el reproductor)</target>
10556 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group> 10636
10557 </trans-unit> 10637 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10558 <trans-unit id="1956491957766210808" datatype="html"> 10638 <trans-unit id="1956491957766210808" datatype="html">
10559 <source>Increase playback rate (requires player focus)</source> 10639 <source>Increase playback rate (requires player focus)</source>
10560 <target state="translated">Aumentar la velocidad de reproducción (requiere foco en el reproductor)</target> 10640 <target state="translated">Aumentar la velocidad de reproducción (requiere foco en el reproductor)</target>
10561 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group> 10641
10562 </trans-unit> 10642 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10563 <trans-unit id="5495529997674803186" datatype="html"> 10643 <trans-unit id="5495529997674803186" datatype="html">
10564 <source>Decrease playback rate (requires player focus)</source> 10644 <source>Decrease playback rate (requires player focus)</source>
10565 <target state="translated">Disminuir la velocidad de reproducción (requiere foco en el reproductor)</target> 10645 <target state="translated">Disminuir la velocidad de reproducción (requiere foco en el reproductor)</target>
10566 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group> 10646
10567 </trans-unit> 10647 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10568 <trans-unit id="3178343147230721210" datatype="html"> 10648 <trans-unit id="3178343147230721210" datatype="html">
10569 <source>Navigate in the video frame by frame (requires player focus)</source> 10649 <source>Navigate in the video frame by frame (requires player focus)</source>
10570 <target state="translated">Navegue en el video cuadro por cuadro (requiere foco en el reproductor)</target> 10650 <target state="translated">Navegue en el video cuadro por cuadro (requiere foco en el reproductor)</target>
10571 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group> 10651
10572 </trans-unit> 10652 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10573 <trans-unit id="8025996572234182184"> 10653 <trans-unit id="8025996572234182184">
10574 <source>Like the video</source> 10654 <source>Like the video</source>
10575 <target>Colocar Me gusta a este vídeo</target> 10655 <target>Colocar Me gusta a este vídeo</target>
diff --git a/client/src/locale/angular.eu-ES.xlf b/client/src/locale/angular.eu-ES.xlf
index 627f6c5d3..4c3603210 100644
--- a/client/src/locale/angular.eu-ES.xlf
+++ b/client/src/locale/angular.eu-ES.xlf
@@ -206,7 +206,7 @@
206 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source> 206 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source>
207 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target> 207 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target>
208 208
209 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 209 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
210 <trans-unit id="1486537403020619891" datatype="html"> 210 <trans-unit id="1486537403020619891" datatype="html">
211 <source>My watch history</source> 211 <source>My watch history</source>
212 <target state="translated">Nire ikustaldien erregistroa</target> 212 <target state="translated">Nire ikustaldien erregistroa</target>
@@ -281,12 +281,12 @@
281 281
282 282
283 283
284 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 284 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
285 <trans-unit id="1006562256968398209" datatype="html"> 285 <trans-unit id="1006562256968398209" datatype="html">
286 <source>video</source> 286 <source>video</source>
287 <target state="translated">bideoa</target> 287 <target state="translated">bideoa</target>
288 288
289 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 289 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
290 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target> 290 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target>
291 291
292 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 292 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -348,10 +348,10 @@
348 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 348 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
349 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 349 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
350 350
351 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 351 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
352 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 352 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
353 353
354 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
355 355
356 <trans-unit id="5235042777215655908" datatype="html"> 356 <trans-unit id="5235042777215655908" datatype="html">
357 <source>subtitles</source> 357 <source>subtitles</source>
@@ -570,7 +570,7 @@
570 <target>Ezabatu</target> 570 <target>Ezabatu</target>
571 571
572 572
573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
574 <source>Only live videos</source><target state="new">Only live videos</target> 574 <source>Only live videos</source><target state="new">Only live videos</target>
575 <context-group purpose="location"> 575 <context-group purpose="location">
576 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 576 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -759,10 +759,10 @@
759 <trans-unit id="2602586221576511475"> 759 <trans-unit id="2602586221576511475">
760 <source>Video quota</source> 760 <source>Video quota</source>
761 <target>Bideo-kuota</target> 761 <target>Bideo-kuota</target>
762 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 762
763 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 763
764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 764
765 </trans-unit> 765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
766 <trans-unit id="1502595455339510144"> 766 <trans-unit id="1502595455339510144">
767 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 767 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
768 <target> 768 <target>
@@ -846,7 +846,31 @@
846 <source>Federation</source> 846 <source>Federation</source>
847 <target state="translated">Federazioa</target> 847 <target state="translated">Federazioa</target>
848 848
849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
850 <source>Following</source><target state="new">Following</target>
851 <context-group purpose="location">
852 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
853 <context context-type="linenumber">29</context>
854 </context-group>
855 <context-group purpose="location">
856 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
857 <context context-type="linenumber">31</context>
858 </context-group>
859 <context-group purpose="location">
860 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
861 <context context-type="linenumber">28</context>
862 </context-group>
863 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
864 <source>Followers</source><target state="new">Followers</target>
865 <context-group purpose="location">
866 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
867 <context context-type="linenumber">34</context>
868 </context-group>
869 <context-group purpose="location">
870 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
871 <context context-type="linenumber">37</context>
872 </context-group>
873 </trans-unit>
850 <trans-unit id="3541687134897970106" datatype="html"> 874 <trans-unit id="3541687134897970106" datatype="html">
851 <source>followers</source> 875 <source>followers</source>
852 <target state="translated">jarraitzaile</target> 876 <target state="translated">jarraitzaile</target>
@@ -921,7 +945,7 @@
921 945
922 946
923 947
924 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 948 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
925 <trans-unit id="3616223838716839702"> 949 <trans-unit id="3616223838716839702">
926 <source>Ban this user</source> 950 <source>Ban this user</source>
927 <target>Debekatu erabiltzaile hau</target> 951 <target>Debekatu erabiltzaile hau</target>
@@ -988,19 +1012,13 @@
988 <trans-unit id="7252854992688790751" datatype="html"> 1012 <trans-unit id="7252854992688790751" datatype="html">
989 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1013 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
990 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1014 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
991 <context-group purpose="location"> 1015
992 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1016 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
993 <context context-type="linenumber">60,62</context>
994 </context-group>
995 </trans-unit>
996 <trans-unit id="7215649348148521605" datatype="html"> 1017 <trans-unit id="7215649348148521605" datatype="html">
997 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1018 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
998 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1019 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
999 <context-group purpose="location"> 1020
1000 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1021 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1001 <context context-type="linenumber">65,67</context>
1002 </context-group>
1003 </trans-unit>
1004 <trans-unit id="2392488717875840729"> 1022 <trans-unit id="2392488717875840729">
1005 <source>User</source> 1023 <source>User</source>
1006 <target>Erabiltzailea</target> 1024 <target>Erabiltzailea</target>
@@ -1011,66 +1029,66 @@
1011 <source>Username or email address</source> 1029 <source>Username or email address</source>
1012 <target>Erabiltzaile-izena edo eposta helbidea</target> 1030 <target>Erabiltzaile-izena edo eposta helbidea</target>
1013 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1031 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1032 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
1033 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1034 <context-group purpose="location">
1035 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1036 <context context-type="linenumber">33,34</context>
1037 </context-group>
1014 </trans-unit> 1038 </trans-unit>
1015 <trans-unit id="1431416938026210429"> 1039 <trans-unit id="1431416938026210429">
1016 <source>Password</source> 1040 <source>Password</source>
1017 <target>Pasahitza</target> 1041 <target>Pasahitza</target>
1018 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1042
1019 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1043
1020 <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> 1044
1021 <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> 1045
1022 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1046
1023 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1047
1024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1048
1025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1049
1026 </trans-unit> 1050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1027 <trans-unit id="8715156686857791956" datatype="html"> 1051 <trans-unit id="8715156686857791956" datatype="html">
1028 <source>Click here to reset your password</source> 1052 <source>Click here to reset your password</source>
1029 <target state="translated">Egin klik hemen zure pasahitza berrezartzeko</target> 1053 <target state="translated">Egin klik hemen zure pasahitza berrezartzeko</target>
1030 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1054
1031 </trans-unit> 1055 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1032 <trans-unit id="892063502898494584" datatype="html"> 1056 <trans-unit id="892063502898494584" datatype="html">
1033 <source>I forgot my password</source> 1057 <source>I forgot my password</source>
1034 <target state="translated">Pasahitza ahaztu dut</target> 1058 <target state="translated">Pasahitza ahaztu dut</target>
1035 <context-group purpose="location"> 1059
1036 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1060 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1037 <context context-type="linenumber">47</context>
1038 </context-group>
1039 </trans-unit>
1040 <trans-unit id="2101170466365500913" datatype="html"> 1061 <trans-unit id="2101170466365500913" datatype="html">
1041 <source>Logging into an account lets you publish content</source> 1062 <source>Logging into an account lets you publish content</source>
1042 <target state="translated">Kontu batekin sartzeak edukia argitaratzea ahalbidetuko dizu</target> 1063 <target state="translated">Kontu batekin sartzeak edukia argitaratzea ahalbidetuko dizu</target>
1043 <context-group purpose="location"> 1064
1044 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1065 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1045 <context context-type="linenumber">56,57</context>
1046 </context-group>
1047 </trans-unit>
1048 <trans-unit id="2454050363478003966"> 1066 <trans-unit id="2454050363478003966">
1049 <source>Login</source> 1067 <source>Login</source>
1050 <target>Hasi saioa</target> 1068 <target>Hasi saioa</target>
1051 1069
1052 1070
1053 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1071 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1054 <trans-unit id="3183213940445113677" datatype="html"> 1072 <trans-unit id="3183213940445113677" datatype="html">
1055 <source>Or sign in with</source> 1073 <source>Or sign in with</source>
1056 <target state="translated">Edo hasi saioa honekin</target> 1074 <target state="translated">Edo hasi saioa honekin</target>
1057 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1075
1058 </trans-unit> 1076 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1059 <trans-unit id="3238209155172574367"> 1077 <trans-unit id="3238209155172574367">
1060 <source>Forgot your password</source> 1078 <source>Forgot your password</source>
1061 <target>Pasahitza ahaztu duzu</target> 1079 <target>Pasahitza ahaztu duzu</target>
1062 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1080
1063 </trans-unit> 1081 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1064 <trans-unit id="87327320394367488" datatype="html"> 1082 <trans-unit id="87327320394367488" datatype="html">
1065 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1083 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1066 <target state="translated">Sentitzen dugu, ezin duzu zure pasahitza berreskuratu, instantziaren administratzaileak ez baitzuen PeerTubeko posta elektronikoko sistema konfiguratu.</target> 1084 <target state="translated">Sentitzen dugu, ezin duzu zure pasahitza berreskuratu, instantziaren administratzaileak ez baitzuen PeerTubeko posta elektronikoko sistema konfiguratu.</target>
1067 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1085
1068 </trans-unit> 1086 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
1069 <trans-unit id="3188014010833256853" datatype="html"> 1087 <trans-unit id="3188014010833256853" datatype="html">
1070 <source>Enter your email address and we will send you a link to reset your password.</source> 1088 <source>Enter your email address and we will send you a link to reset your password.</source>
1071 <target state="translated">Sartu zure eposta helbidea eta zure pasahitza berrezartzeko esteka bat bidaliko dizugu.</target> 1089 <target state="translated">Sartu zure eposta helbidea eta zure pasahitza berrezartzeko esteka bat bidaliko dizugu.</target>
1072 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1090
1073 </trans-unit> 1091 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
1074 <trans-unit id="1190256911880544559" datatype="html"> 1092 <trans-unit id="1190256911880544559" datatype="html">
1075 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1093 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1076The link will expire within 1 hour.</source> 1094The link will expire within 1 hour.</source>
@@ -1080,26 +1098,26 @@ The link will expire within 1 hour.</source>
1080 <trans-unit id="4768749765465246664"> 1098 <trans-unit id="4768749765465246664">
1081 <source>Email</source> 1099 <source>Email</source>
1082 <target>Eposta</target> 1100 <target>Eposta</target>
1083 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1101
1084 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1102
1085 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1103
1086 <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> 1104
1087 <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> 1105
1088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1106
1089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1107
1090 </trans-unit> 1108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1091 <trans-unit id="3967269098753656610"> 1109 <trans-unit id="3967269098753656610">
1092 <source>Email address</source> 1110 <source>Email address</source>
1093 <target>Eposta helbidea</target> 1111 <target>Eposta helbidea</target>
1094 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1112
1095 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group> 1113
1096 </trans-unit> 1114 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit>
1097 <trans-unit id="7808756054397155068" datatype="html"> 1115 <trans-unit id="7808756054397155068" datatype="html">
1098 <source>Reset</source> 1116 <source>Reset</source>
1099 <target state="translated">Berrezarri</target> 1117 <target state="translated">Berrezarri</target>
1100 <note priority="1" from="description">Password reset button</note> 1118 <note priority="1" from="description">Password reset button</note>
1101 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1119
1102 </trans-unit> 1120 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1103 1121
1104 <trans-unit id="4319634264526091601" datatype="html"> 1122 <trans-unit id="4319634264526091601" datatype="html">
1105 <source>on this instance</source> 1123 <source>on this instance</source>
@@ -1181,14 +1199,14 @@ The link will expire within 1 hour.</source>
1181 Ez da emaitzarik aurkitu 1199 Ez da emaitzarik aurkitu
1182 </target> 1200 </target>
1183 1201
1184 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1202 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1185 <trans-unit id="5500467336262464724"> 1203 <trans-unit id="5500467336262464724">
1186 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1204 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1187 <target> 1205 <target>
1188 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> harpidedun 1206 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> harpidedun
1189 </target> 1207 </target>
1190 1208
1191 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1209 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1192 <trans-unit id="1516969129397662377" datatype="html"> 1210 <trans-unit id="1516969129397662377" datatype="html">
1193 <source>Welcome to PeerTube, dear administrator!</source> 1211 <source>Welcome to PeerTube, dear administrator!</source>
1194 <target state="translated">Ongi etorri PeerTubera, administratzaile maitea!</target> 1212 <target state="translated">Ongi etorri PeerTubera, administratzaile maitea!</target>
@@ -1438,7 +1456,7 @@ The link will expire within 1 hour.</source>
1438 <target>Sortu kontu bat</target> 1456 <target>Sortu kontu bat</target>
1439 1457
1440 1458
1441 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1459 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1442 1460
1443 <trans-unit id="3058024914967508975" datatype="html"> 1461 <trans-unit id="3058024914967508975" datatype="html">
1444 <source>My videos</source> 1462 <source>My videos</source>
@@ -1495,7 +1513,7 @@ The link will expire within 1 hour.</source>
1495 <source>VIDEOS</source> 1513 <source>VIDEOS</source>
1496 <target state="translated">BIDEOAK</target> 1514 <target state="translated">BIDEOAK</target>
1497 1515
1498 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 1516 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
1499 <trans-unit id="667372110624203230" datatype="html"> 1517 <trans-unit id="667372110624203230" datatype="html">
1500 <source>Import jobs concurrency</source> 1518 <source>Import jobs concurrency</source>
1501 <target state="new">Import jobs concurrency</target> 1519 <target state="new">Import jobs concurrency</target>
@@ -1575,7 +1593,7 @@ The link will expire within 1 hour.</source>
1575 <source>I'm a teapot</source> 1593 <source>I'm a teapot</source>
1576 <target state="new">I'm a teapot</target> 1594 <target state="new">I'm a teapot</target>
1577 1595
1578 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 1596 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1579 <trans-unit id="1597262876035959248" datatype="html"> 1597 <trans-unit id="1597262876035959248" datatype="html">
1580 <source>That's an error.</source> 1598 <source>That's an error.</source>
1581 <target state="new">That's an error.</target> 1599 <target state="new">That's an error.</target>
@@ -1659,8 +1677,8 @@ The link will expire within 1 hour.</source>
1659 <trans-unit id="2971365540217107489" datatype="html"> 1677 <trans-unit id="2971365540217107489" datatype="html">
1660 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1678 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1661 <target state="translated">Multimedia-fitxategia handiegia da zerbitzarirako. Kontaktatu administratzailea tamaina-muga handitu nahi baduzu.</target> 1679 <target state="translated">Multimedia-fitxategia handiegia da zerbitzarirako. Kontaktatu administratzailea tamaina-muga handitu nahi baduzu.</target>
1662 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1680
1663 </trans-unit> 1681 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1664 1682
1665 <trans-unit id="5131854469652959713" datatype="html"> 1683 <trans-unit id="5131854469652959713" datatype="html">
1666 <source>GLOBAL SEARCH</source> 1684 <source>GLOBAL SEARCH</source>
@@ -1743,7 +1761,7 @@ The link will expire within 1 hour.</source>
1743 1761
1744 1762
1745 1763
1746 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1764 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1747 <source>Display only</source><target state="new">Display only</target> 1765 <source>Display only</source><target state="new">Display only</target>
1748 <context-group purpose="location"> 1766 <context-group purpose="location">
1749 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1767 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1781,7 +1799,7 @@ The link will expire within 1 hour.</source>
1781 <target>Iraupena</target> 1799 <target>Iraupena</target>
1782 1800
1783 1801
1784 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1802 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1785 <trans-unit id="3589238979642505685"> 1803 <trans-unit id="3589238979642505685">
1786 <source>Display sensitive content</source> 1804 <source>Display sensitive content</source>
1787 <target>Erakutsi eduki hunkigarria</target> 1805 <target>Erakutsi eduki hunkigarria</target>
@@ -1803,7 +1821,7 @@ The link will expire within 1 hour.</source>
1803 1821
1804 1822
1805 1823
1806 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1824 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1807 <trans-unit id="5478121364779850827" datatype="html"> 1825 <trans-unit id="5478121364779850827" datatype="html">
1808 <source>Reset</source> 1826 <source>Reset</source>
1809 <target state="translated">Berrezarri</target> 1827 <target state="translated">Berrezarri</target>
@@ -1824,7 +1842,7 @@ The link will expire within 1 hour.</source>
1824 1842
1825 1843
1826 1844
1827 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1845 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1828 <trans-unit id="4184995865179898060" datatype="html"> 1846 <trans-unit id="4184995865179898060" datatype="html">
1829 <source>Display all licenses</source> 1847 <source>Display all licenses</source>
1830 <target state="translated">Lizentzia guztiak erakutsi</target> 1848 <target state="translated">Lizentzia guztiak erakutsi</target>
@@ -1837,7 +1855,7 @@ The link will expire within 1 hour.</source>
1837 1855
1838 1856
1839 1857
1840 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1858 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1841 <trans-unit id="7904142744051432458" datatype="html"> 1859 <trans-unit id="7904142744051432458" datatype="html">
1842 <source>Display all languages</source> 1860 <source>Display all languages</source>
1843 <target state="translated">Hizkuntza guztiak erakutsi</target> 1861 <target state="translated">Hizkuntza guztiak erakutsi</target>
@@ -1852,17 +1870,23 @@ The link will expire within 1 hour.</source>
1852 <source>One of these tags</source> 1870 <source>One of these tags</source>
1853 <target>Etiketa hauetako bat</target> 1871 <target>Etiketa hauetako bat</target>
1854 1872
1855 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1873 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1874 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1875 <context-group purpose="location">
1876 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1877 <context context-type="linenumber">178</context>
1878 </context-group>
1879 </trans-unit>
1856 <trans-unit id="283421392567624698" datatype="html"> 1880 <trans-unit id="283421392567624698" datatype="html">
1857 <source>Search target</source> 1881 <source>Search target</source>
1858 <target state="translated">Bilatu helburua</target> 1882 <target state="translated">Bilatu helburua</target>
1859 1883
1860 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1884 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1861 <trans-unit id="2489767671380266270" datatype="html"> 1885 <trans-unit id="2489767671380266270" datatype="html">
1862 <source>Vidiverse</source> 1886 <source>Vidiverse</source>
1863 <target state="translated">Bidibertsoa</target> 1887 <target state="translated">Bidibertsoa</target>
1864 1888
1865 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1889 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1866 <trans-unit id="5478121364779850827" datatype="html"> 1890 <trans-unit id="5478121364779850827" datatype="html">
1867 <source>Reset</source> 1891 <source>Reset</source>
1868 <target state="translated">Berrezarri</target> 1892 <target state="translated">Berrezarri</target>
@@ -1872,7 +1896,7 @@ The link will expire within 1 hour.</source>
1872 <source>Filter</source> 1896 <source>Filter</source>
1873 <target>Iragazkia</target> 1897 <target>Iragazkia</target>
1874 1898
1875 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1899 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1876 <trans-unit id="6479885129995567639" datatype="html"> 1900 <trans-unit id="6479885129995567639" datatype="html">
1877 <source>Video channels</source> 1901 <source>Video channels</source>
1878 <target state="translated">Bideo-kanalak</target> 1902 <target state="translated">Bideo-kanalak</target>
@@ -1910,7 +1934,7 @@ The link will expire within 1 hour.</source>
1910 <target>Etiketak</target> 1934 <target>Etiketak</target>
1911 1935
1912 1936
1913 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1937 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1914 <trans-unit id="354332809647287722" datatype="html"> 1938 <trans-unit id="354332809647287722" datatype="html">
1915 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1939 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1916 <target state="translated">Etiketak gomendio egokiak iradokitzeko erabili daitezke. <x id="LINE_BREAK"/> Gehienez 5 etiketa gehitu daitezke. <x id="LINE_BREAK"/> Sakatu <x id="START_TAG_KBD"/>Sartu<x id="CLOSE_TAG_KBD"/> tekla etiketa berria gehitzeko. </target> 1940 <target state="translated">Etiketak gomendio egokiak iradokitzeko erabili daitezke. <x id="LINE_BREAK"/> Gehienez 5 etiketa gehitu daitezke. <x id="LINE_BREAK"/> Sakatu <x id="START_TAG_KBD"/>Sartu<x id="CLOSE_TAG_KBD"/> tekla etiketa berria gehitzeko. </target>
@@ -2346,7 +2370,7 @@ The link will expire within 1 hour.</source>
2346 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2370 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2347 <source>Upload on hold</source><target state="new">Upload on hold</target> 2371 <source>Upload on hold</source><target state="new">Upload on hold</target>
2348 2372
2349 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2373 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2350 <trans-unit id="285180972645018518" datatype="html"> 2374 <trans-unit id="285180972645018518" datatype="html">
2351 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2375 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2352 <target state="translated">Igotzeko-funtzioa desgaituta dago zure konturako. Bideoak gehitu nahi badituzu, administratzaile batek zure kuota desblokeatu behar du.</target> 2376 <target state="translated">Igotzeko-funtzioa desgaituta dago zure konturako. Bideoak gehitu nahi badituzu, administratzaile batek zure kuota desblokeatu behar du.</target>
@@ -2672,13 +2696,19 @@ The link will expire within 1 hour.</source>
2672 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2696 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2673 <source>Origin</source><target state="new">Origin</target> 2697 <source>Origin</source><target state="new">Origin</target>
2674 2698
2675 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2699 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2700 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2701 <context-group purpose="location">
2702 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2703 <context context-type="linenumber">14</context>
2704 </context-group>
2705 </trans-unit>
2676 2706
2677 <trans-unit id="5139892963394684487" datatype="html"> 2707 <trans-unit id="5139892963394684487" datatype="html">
2678 <source>Originally published</source> 2708 <source>Originally published</source>
2679 <target state="translated">Jatorrizko argitalpena</target> 2709 <target state="translated">Jatorrizko argitalpena</target>
2680 2710
2681 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2711 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2682 <trans-unit id="6402393085909200998" datatype="html"> 2712 <trans-unit id="6402393085909200998" datatype="html">
2683 <source>Friendly Reminder:</source> 2713 <source>Friendly Reminder:</source>
2684 <target state="new">Friendly Reminder: </target> 2714 <target state="new">Friendly Reminder: </target>
@@ -3070,11 +3100,7 @@ The link will expire within 1 hour.</source>
3070 <target>ID-a</target> 3100 <target>ID-a</target>
3071 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3101 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3072 </trans-unit> 3102 </trans-unit>
3073 <trans-unit id="2265605798180116441" datatype="html"> 3103
3074 <source>Follower handle</source>
3075 <target state="new">Follower handle</target>
3076
3077 <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>
3078 <trans-unit id="5911214550882917183"> 3104 <trans-unit id="5911214550882917183">
3079 <source>State</source> 3105 <source>State</source>
3080 <target>Egoera</target> 3106 <target>Egoera</target>
@@ -3149,11 +3175,7 @@ The link will expire within 1 hour.</source>
3149 </target> 3175 </target>
3150 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3176 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3151 </trans-unit> 3177 </trans-unit>
3152 <trans-unit id="6641024648411549335"> 3178
3153 <source>Host</source>
3154 <target>Ostalaria </target>
3155
3156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3157 <trans-unit id="6571718060636962350" datatype="html"> 3179 <trans-unit id="6571718060636962350" datatype="html">
3158 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3180 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3159 <target state="new">Redundancy allowed 3181 <target state="new">Redundancy allowed
@@ -3166,7 +3188,7 @@ The link will expire within 1 hour.</source>
3166 <source>Unfollow</source> 3188 <source>Unfollow</source>
3167 <target state="new">Unfollow</target> 3189 <target state="new">Unfollow</target>
3168 3190
3169 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3170 <trans-unit id="8246779176913476983" datatype="html"> 3192 <trans-unit id="8246779176913476983" datatype="html">
3171 <source>Open instance in a new tab</source> 3193 <source>Open instance in a new tab</source>
3172 <target state="translated">Zabaldu instantzia fitxa berri batean</target> 3194 <target state="translated">Zabaldu instantzia fitxa berri batean</target>
@@ -3178,12 +3200,12 @@ The link will expire within 1 hour.</source>
3178 <source>No host found matching current filters.</source> 3200 <source>No host found matching current filters.</source>
3179 <target state="translated">Ez da aurkitu iragazkiekin bat datorren ostalaririk.</target> 3201 <target state="translated">Ez da aurkitu iragazkiekin bat datorren ostalaririk.</target>
3180 3202
3181 <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> 3203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3182 <trans-unit id="7274241885665071790" datatype="html"> 3204 <trans-unit id="7274241885665071790" datatype="html">
3183 <source>Your instance is not following anyone.</source> 3205 <source>Your instance is not following anyone.</source>
3184 <target state="translated">Zure instantziak ez du besterik jarraitzen</target> 3206 <target state="translated">Zure instantziak ez du besterik jarraitzen</target>
3185 3207
3186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3208 <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>
3187 <trans-unit id="4774348799569692380" datatype="html"> 3209 <trans-unit id="4774348799569692380" datatype="html">
3188 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3210 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3189 <target state="new">Showing 3211 <target state="new">Showing
@@ -3193,16 +3215,8 @@ The link will expire within 1 hour.</source>
3193 </target> 3215 </target>
3194 3216
3195 <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></trans-unit> 3217 <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></trans-unit>
3196 <trans-unit id="6275803119759621687" datatype="html"> 3218
3197 <source>Follow domains</source> 3219 <trans-unit id="9216117865911519658" datatype="html">
3198 <target state="translated">Jarraitu domeinuak</target>
3199
3200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3201 <trans-unit id="1268699198448750610" datatype="html">
3202 <source>Follow instances</source>
3203 <target state="new">Follow instances</target>
3204
3205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
3206 <source>Action</source><target state="new">Action</target> 3220 <source>Action</source><target state="new">Action</target>
3207 3221
3208 3222
@@ -3249,11 +3263,11 @@ The link will expire within 1 hour.</source>
3249 <trans-unit id="5248717555542428023"> 3263 <trans-unit id="5248717555542428023">
3250 <source>Username</source> 3264 <source>Username</source>
3251 <target>Erabiltzaile izena</target> 3265 <target>Erabiltzaile izena</target>
3252 <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> 3266
3253 <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> 3267
3254 <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> 3268
3255 <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> 3269
3256 </trans-unit> 3270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3257 <trans-unit id="5428411040014095392" datatype="html"> 3271 <trans-unit id="5428411040014095392" datatype="html">
3258 <source>e.g. jane_doe</source> 3272 <source>e.g. jane_doe</source>
3259 <target state="new">e.g. jane_doe</target> 3273 <target state="new">e.g. jane_doe</target>
@@ -3281,9 +3295,9 @@ The link will expire within 1 hour.</source>
3281 <trans-unit id="4145496584631696119"> 3295 <trans-unit id="4145496584631696119">
3282 <source>Role</source> 3296 <source>Role</source>
3283 <target>Rola</target> 3297 <target>Rola</target>
3284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3298
3285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3299
3286 </trans-unit> 3300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3287 <trans-unit id="7046347992315328430" datatype="html"> 3301 <trans-unit id="7046347992315328430" datatype="html">
3288 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3302 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3289 <target state="new"> 3303 <target state="new">
@@ -3308,15 +3322,9 @@ The link will expire within 1 hour.</source>
3308 <trans-unit id="2622255144026150901" datatype="html"> 3322 <trans-unit id="2622255144026150901" datatype="html">
3309 <source>Auth plugin</source> 3323 <source>Auth plugin</source>
3310 <target state="new">Auth plugin</target> 3324 <target state="new">Auth plugin</target>
3311 <context-group purpose="location"> 3325
3312 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3326
3313 <context context-type="linenumber">188</context> 3327 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit>
3314 </context-group>
3315 <context-group purpose="location">
3316 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3317 <context context-type="linenumber">188</context>
3318 </context-group>
3319 </trans-unit>
3320 <trans-unit id="588099657508661970" datatype="html"> 3328 <trans-unit id="588099657508661970" datatype="html">
3321 <source>None (local authentication)</source> 3329 <source>None (local authentication)</source>
3322 <target state="new">None (local authentication)</target> 3330 <target state="new">None (local authentication)</target>
@@ -3575,7 +3583,13 @@ The link will expire within 1 hour.</source>
3575 3583
3576 3584
3577 3585
3578 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3586 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3587 <source>Follower</source><target state="new">Follower</target>
3588 <context-group purpose="location">
3589 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3590 <context context-type="linenumber">24</context>
3591 </context-group>
3592 </trans-unit>
3579 <trans-unit id="4691552465058437520" datatype="html"> 3593 <trans-unit id="4691552465058437520" datatype="html">
3580 <source>Commented video</source> 3594 <source>Commented video</source>
3581 <target state="new">Commented video</target> 3595 <target state="new">Commented video</target>
@@ -3614,35 +3628,20 @@ The link will expire within 1 hour.</source>
3614 3628
3615 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3629 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3616 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3630 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3617 <context-group purpose="location"> 3631
3618 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3632 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3619 <context context-type="linenumber">42</context>
3620 </context-group>
3621 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3622 <source>Accepted reports</source><target state="new">Accepted reports</target> 3633 <source>Accepted reports</source><target state="new">Accepted reports</target>
3623 <context-group purpose="location"> 3634
3624 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3625 <context context-type="linenumber">46</context>
3626 </context-group>
3627 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3628 <source>Refused reports</source><target state="new">Refused reports</target> 3636 <source>Refused reports</source><target state="new">Refused reports</target>
3629 <context-group purpose="location"> 3637
3630 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3631 <context context-type="linenumber">50</context>
3632 </context-group>
3633 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3634 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3639 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3635 <context-group purpose="location"> 3640
3636 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3641 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3637 <context context-type="linenumber">54</context>
3638 </context-group>
3639 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3640 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3642 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3641 <context-group purpose="location"> 3643
3642 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3644 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3643 <context context-type="linenumber">58</context>
3644 </context-group>
3645 </trans-unit>
3646 <trans-unit id="4678289986918934018" datatype="html"> 3645 <trans-unit id="4678289986918934018" datatype="html">
3647 <source>Block reason:</source> 3646 <source>Block reason:</source>
3648 <target state="new">Block reason:</target> 3647 <target state="new">Block reason:</target>
@@ -3659,17 +3658,11 @@ The link will expire within 1 hour.</source>
3659 3658
3660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3659 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3661 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3660 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3662 <context-group purpose="location"> 3661
3663 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3662 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3664 <context context-type="linenumber">31</context>
3665 </context-group>
3666 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3667 <source>Manual blocks</source><target state="new">Manual blocks</target> 3663 <source>Manual blocks</source><target state="new">Manual blocks</target>
3668 <context-group purpose="location"> 3664
3669 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3665 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3670 <context context-type="linenumber">35</context>
3671 </context-group>
3672 </trans-unit>
3673 <trans-unit id="2143435845912984377" datatype="html"> 3666 <trans-unit id="2143435845912984377" datatype="html">
3674 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3667 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3675 <target state="new">Showing 3668 <target state="new">Showing
@@ -3856,7 +3849,7 @@ The link will expire within 1 hour.</source>
3856 3849
3857 3850
3858 3851
3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3852 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3860 <trans-unit id="1300704815627663264" datatype="html"> 3853 <trans-unit id="1300704815627663264" datatype="html">
3861 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3854 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3862 <target state="new">Muted at 3855 <target state="new">Muted at
@@ -3902,7 +3895,7 @@ The link will expire within 1 hour.</source>
3902 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3895 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3903 <target state="translated">Badirudi ez zaudela HTTPS zerbitzari batean. Zure web zerbitzariak TLS aktibatuta eduki behar du zerbitzariak jarraitu ahal izateko.</target> 3896 <target state="translated">Badirudi ez zaudela HTTPS zerbitzari batean. Zure web zerbitzariak TLS aktibatuta eduki behar du zerbitzariak jarraitu ahal izateko.</target>
3904 3897
3905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3906 <trans-unit id="4058814854824495833" datatype="html"> 3899 <trans-unit id="4058814854824495833" datatype="html">
3907 <source>Mute domains</source> 3900 <source>Mute domains</source>
3908 <target state="translated">Mututu domeinuak</target> 3901 <target state="translated">Mututu domeinuak</target>
@@ -3976,7 +3969,7 @@ The link will expire within 1 hour.</source>
3976 3969
3977 3970
3978 3971
3979 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3980 <trans-unit id="8630916846096019339" datatype="html"> 3973 <trans-unit id="8630916846096019339" datatype="html">
3981 <source>Users can resolve distant content</source> 3974 <source>Users can resolve distant content</source>
3982 <target state="translated">Erabiltzaileek urrutitik ebatz dezakete edukia</target> 3975 <target state="translated">Erabiltzaileek urrutitik ebatz dezakete edukia</target>
@@ -5838,11 +5831,8 @@ color: red;
5838 5831
5839 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 5832 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
5840 <source>CHANNELS</source><target state="new">CHANNELS</target> 5833 <source>CHANNELS</source><target state="new">CHANNELS</target>
5841 <context-group purpose="location"> 5834
5842 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5835 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5843 <context context-type="linenumber">82</context>
5844 </context-group>
5845 </trans-unit>
5846 5836
5847 <trans-unit id="3666829335406793239" datatype="html"> 5837 <trans-unit id="3666829335406793239" datatype="html">
5848 <source>This account does not have channels.</source> 5838 <source>This account does not have channels.</source>
@@ -5882,7 +5872,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5882It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 5872It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
5883channel with the same name (<x id="PH_2"/>)!</target> 5873channel with the same name (<x id="PH_2"/>)!</target>
5884 5874
5885 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 5875 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
5876 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5877 <context-group purpose="location">
5878 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5879 <context context-type="linenumber">48</context>
5880 </context-group>
5881 </trans-unit>
5886 <trans-unit id="5387007581996837469" datatype="html"> 5882 <trans-unit id="5387007581996837469" datatype="html">
5887 <source>My Channels</source> 5883 <source>My Channels</source>
5888 <target state="translated">Nire kanalak</target> 5884 <target state="translated">Nire kanalak</target>
@@ -6475,12 +6471,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6475 <source>Your message has been sent.</source> 6471 <source>Your message has been sent.</source>
6476 <target state="new">Your message has been sent.</target> 6472 <target state="new">Your message has been sent.</target>
6477 6473
6478 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6474 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6479 <trans-unit id="2072135752262464360" datatype="html"> 6475 <trans-unit id="2072135752262464360" datatype="html">
6480 <source>You already sent this form recently</source> 6476 <source>You already sent this form recently</source>
6481 <target state="new">You already sent this form recently</target> 6477 <target state="new">You already sent this form recently</target>
6482 6478
6483 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6479 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6484 6480
6485 <trans-unit id="819067926858619041" datatype="html"> 6481 <trans-unit id="819067926858619041" datatype="html">
6486 <source>Account videos</source> 6482 <source>Account videos</source>
@@ -6530,12 +6526,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6530 <x id="PH"/> direct account followers 6526 <x id="PH"/> direct account followers
6531 </target> 6527 </target>
6532 6528
6533 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit> 6529 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6534 <trans-unit id="6250999352462648289" datatype="html"> 6530 <trans-unit id="6250999352462648289" datatype="html">
6535 <source>Report this account</source> 6531 <source>Report this account</source>
6536 <target state="new">Report this account</target> 6532 <target state="new">Report this account</target>
6537 6533
6538 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 6534 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6539 6535
6540 6536
6541 <trans-unit id="1504521795586863905" datatype="html"> 6537 <trans-unit id="1504521795586863905" datatype="html">
@@ -6550,27 +6546,19 @@ channel with the same name (<x id="PH_2"/>)!</target>
6550 <target state="new">Username copied</target> 6546 <target state="new">Username copied</target>
6551 6547
6552 6548
6553 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit> 6549 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6554 <trans-unit id="9221735175659318025" datatype="html"> 6550 <trans-unit id="9221735175659318025" datatype="html">
6555 <source>1 subscriber</source> 6551 <source>1 subscriber</source>
6556 <target state="new">1 subscriber</target> 6552 <target state="new">1 subscriber</target>
6557 6553
6558 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit> 6554 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6559 <trans-unit id="4097331874769079975" datatype="html"> 6555 <trans-unit id="4097331874769079975" datatype="html">
6560 <source><x id="PH"/> subscribers</source> 6556 <source><x id="PH"/> subscribers</source>
6561 <target state="new"><x id="PH"/> subscribers</target> 6557 <target state="new"><x id="PH"/> subscribers</target>
6562 6558
6563 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 6559 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6564 <trans-unit id="4682675125751819107" datatype="html"> 6560
6565 <source>Instances you follow</source> 6561
6566 <target state="new">Instances you follow</target>
6567
6568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6569 <trans-unit id="8899833753704589712" datatype="html">
6570 <source>Instances following you</source>
6571 <target state="new">Instances following you</target>
6572
6573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6574 <trans-unit id="1035838766454786107" datatype="html"> 6562 <trans-unit id="1035838766454786107" datatype="html">
6575 <source>Audio-only</source> 6563 <source>Audio-only</source>
6576 <target state="new">Audio-only</target> 6564 <target state="new">Audio-only</target>
@@ -6620,6 +6608,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6620 <source>Auto (via ffmpeg)</source> 6608 <source>Auto (via ffmpeg)</source>
6621 <target>Automatikoa (ffmpeg bidez)</target> 6609 <target>Automatikoa (ffmpeg bidez)</target>
6622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6610 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6611 </trans-unit><trans-unit id="3642770981085338761" datatype="html">
6612 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6613 <context-group purpose="location">
6614 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6615 <context context-type="linenumber">3</context>
6616 </context-group>
6623 </trans-unit> 6617 </trans-unit>
6624 <trans-unit id="931255636742351800" datatype="html"> 6618 <trans-unit id="931255636742351800" datatype="html">
6625 <source>No limit</source> 6619 <source>No limit</source>
@@ -6762,18 +6756,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
6762 <trans-unit id="2127446333083057097" datatype="html"> 6756 <trans-unit id="2127446333083057097" datatype="html">
6763 <source>Domain is required.</source> 6757 <source>Domain is required.</source>
6764 <target state="new">Domain is required.</target> 6758 <target state="new">Domain is required.</target>
6765 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6759
6766 </trans-unit> 6760 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6767 <trans-unit id="6780793142903080663" datatype="html"> 6761 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6768 <source>Domains entered are invalid.</source> 6762 <context-group purpose="location">
6769 <target state="new">Domains entered are invalid.</target> 6763 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6770 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6764 <context context-type="linenumber">93</context>
6771 </trans-unit> 6765 </context-group>
6772 <trans-unit id="5886492514458202177" datatype="html"> 6766 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6773 <source>Domains entered contain duplicates.</source> 6767 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6774 <target state="new">Domains entered contain duplicates.</target> 6768 <context-group purpose="location">
6775 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6769 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6770 <context context-type="linenumber">94</context>
6771 </context-group>
6772 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6773 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6774 <context-group purpose="location">
6775 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6776 <context context-type="linenumber">102</context>
6777 </context-group>
6778 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6779 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6780 <context-group purpose="location">
6781 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6782 <context context-type="linenumber">103</context>
6783 </context-group>
6776 </trans-unit> 6784 </trans-unit>
6785
6786
6777 <trans-unit id="240806681889331244"> 6787 <trans-unit id="240806681889331244">
6778 <source>Unlimited</source> 6788 <source>Unlimited</source>
6779 <target>Mugagabea</target> 6789 <target>Mugagabea</target>
@@ -6933,26 +6943,52 @@ channel with the same name (<x id="PH_2"/>)!</target>
6933 <x id="PH"/> removed from instance followers 6943 <x id="PH"/> removed from instance followers
6934 </target> 6944 </target>
6935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6945 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6946 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
6947 <source>Follow</source><target state="new">Follow</target>
6948 <context-group purpose="location">
6949 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6950 <context context-type="linenumber">3</context>
6951 </context-group>
6952 <context-group purpose="location">
6953 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6954 <context context-type="linenumber">37</context>
6955 </context-group>
6956 <context-group purpose="location">
6957 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6958 <context context-type="linenumber">18</context>
6959 </context-group>
6960 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6961 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6962 <context-group purpose="location">
6963 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6964 <context context-type="linenumber">11</context>
6965 </context-group>
6936 </trans-unit> 6966 </trans-unit>
6937 <trans-unit id="2740793005745065895"> 6967 <trans-unit id="2740793005745065895">
6938 <source><x id="PH"/> is not valid </source> 6968 <source><x id="PH"/> is not valid </source>
6939 <target> 6969 <target>
6940 <x id="PH"/> baliogabea da 6970 <x id="PH"/> baliogabea da
6941 </target> 6971 </target>
6942 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6972
6943 </trans-unit> 6973 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6944 <trans-unit id="2355066641781598196"> 6974 <trans-unit id="2355066641781598196">
6945 <source>Follow request(s) sent!</source> 6975 <source>Follow request(s) sent!</source>
6946 <target>Jarraitzeko eskaria(k) bidalita!</target> 6976 <target>Jarraitzeko eskaria(k) bidalita!</target>
6947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6977
6978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6979 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6980 <context-group purpose="location">
6981 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6982 <context context-type="linenumber">3</context>
6983 </context-group>
6948 </trans-unit> 6984 </trans-unit>
6949 <trans-unit id="4245720728052819482"> 6985 <trans-unit id="4245720728052819482">
6950 <source>Do you really want to unfollow <x id="PH"/>?</source> 6986 <source>Do you really want to unfollow <x id="PH"/>?</source>
6951 <target>Ziur 6987 <target>Ziur
6952 <x id="PH"/> jarraitzeari utzi nahi diozula? 6988 <x id="PH"/> jarraitzeari utzi nahi diozula?
6953 </target> 6989 </target>
6954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6990
6955 </trans-unit> 6991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6956 <trans-unit id="9160510009013134726"> 6992 <trans-unit id="9160510009013134726">
6957 <source>Unfollow</source> 6993 <source>Unfollow</source>
6958 <target>Utzi jarraitzeari</target> 6994 <target>Utzi jarraitzeari</target>
@@ -6963,8 +6999,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
6963 <target>Ez duzu jada 6999 <target>Ez duzu jada
6964 <x id="PH"/> jarraitzen. 7000 <x id="PH"/> jarraitzen.
6965 </target> 7001 </target>
6966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 7002
6967 </trans-unit> 7003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6968 <trans-unit id="2593763089859685916"> 7004 <trans-unit id="2593763089859685916">
6969 <source>enabled</source> 7005 <source>enabled</source>
6970 <target>gaituta</target> 7006 <target>gaituta</target>
@@ -7084,107 +7120,107 @@ channel with the same name (<x id="PH_2"/>)!</target>
7084 <target state="new">Internal actions</target> 7120 <target state="new">Internal actions</target>
7085 7121
7086 7122
7087 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 7123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7088 <trans-unit id="4559872264406386913" datatype="html"> 7124 <trans-unit id="4559872264406386913" datatype="html">
7089 <source>Delete report</source> 7125 <source>Delete report</source>
7090 <target state="new">Delete report</target> 7126 <target state="new">Delete report</target>
7091 7127
7092 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 7128 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7093 <trans-unit id="5793550984155962433" datatype="html"> 7129 <trans-unit id="5793550984155962433" datatype="html">
7094 <source>Actions for the flagged account</source> 7130 <source>Actions for the flagged account</source>
7095 <target state="new">Actions for the flagged account</target> 7131 <target state="new">Actions for the flagged account</target>
7096 7132
7097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7133 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7098 <trans-unit id="1679841953757186358"> 7134 <trans-unit id="1679841953757186358">
7099 <source>Mark as accepted</source> 7135 <source>Mark as accepted</source>
7100 <target>Markatu onartutako gisa</target> 7136 <target>Markatu onartutako gisa</target>
7101 7137
7102 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 7138 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7103 <trans-unit id="7993358694073742566"> 7139 <trans-unit id="7993358694073742566">
7104 <source>Mark as rejected</source> 7140 <source>Mark as rejected</source>
7105 <target>Markatu errefusatutako gisa</target> 7141 <target>Markatu errefusatutako gisa</target>
7106 7142
7107 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 7143 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7108 <trans-unit id="4175703770051343108" datatype="html"> 7144 <trans-unit id="4175703770051343108" datatype="html">
7109 <source>Add internal note</source> 7145 <source>Add internal note</source>
7110 <target state="new">Add internal note</target> 7146 <target state="new">Add internal note</target>
7111 7147
7112 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 7148 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7113 <trans-unit id="296166371893775555" datatype="html"> 7149 <trans-unit id="296166371893775555" datatype="html">
7114 <source>Actions for the video</source> 7150 <source>Actions for the video</source>
7115 <target state="new">Actions for the video</target> 7151 <target state="new">Actions for the video</target>
7116 7152
7117 7153
7118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 7154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7119 <trans-unit id="3924877328520650445" datatype="html"> 7155 <trans-unit id="3924877328520650445" datatype="html">
7120 <source>Block video</source> 7156 <source>Block video</source>
7121 <target state="new">Block video</target> 7157 <target state="new">Block video</target>
7122 7158
7123 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 7159 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7124 <trans-unit id="4762794934098378428" datatype="html"> 7160 <trans-unit id="4762794934098378428" datatype="html">
7125 <source>Video blocked.</source> 7161 <source>Video blocked.</source>
7126 <target state="new">Video blocked.</target> 7162 <target state="new">Video blocked.</target>
7127 7163
7128 7164
7129 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7165 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7130 <trans-unit id="4328862996304258770" datatype="html"> 7166 <trans-unit id="4328862996304258770" datatype="html">
7131 <source>Unblock video</source> 7167 <source>Unblock video</source>
7132 <target state="new">Unblock video</target> 7168 <target state="new">Unblock video</target>
7133 7169
7134 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 7170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7135 <trans-unit id="9065327551191479877" datatype="html"> 7171 <trans-unit id="9065327551191479877" datatype="html">
7136 <source>Video unblocked.</source> 7172 <source>Video unblocked.</source>
7137 <target state="new">Video unblocked.</target> 7173 <target state="new">Video unblocked.</target>
7138 7174
7139 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 7175 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7140 <trans-unit id="1250415136605923486"> 7176 <trans-unit id="1250415136605923486">
7141 <source>Do you really want to delete this abuse report?</source> 7177 <source>Do you really want to delete this abuse report?</source>
7142 <target>Ziur gehiegikeria salaketa hau ezabatu nahi duzula?</target> 7178 <target>Ziur gehiegikeria salaketa hau ezabatu nahi duzula?</target>
7143 7179
7144 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 7180 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7145 <trans-unit id="3482559157143817408"> 7181 <trans-unit id="3482559157143817408">
7146 <source>Abuse deleted.</source> 7182 <source>Abuse deleted.</source>
7147 <target>Gehiegikeria ezabatu da.</target> 7183 <target>Gehiegikeria ezabatu da.</target>
7148 7184
7149 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 7185 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7150 <trans-unit id="6282990098351939529" datatype="html"> 7186 <trans-unit id="6282990098351939529" datatype="html">
7151 <source>Deleted comment</source> 7187 <source>Deleted comment</source>
7152 <target state="new">Deleted comment</target> 7188 <target state="new">Deleted comment</target>
7153 7189
7154 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 7190 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7155 <trans-unit id="9196775343330824083" datatype="html"> 7191 <trans-unit id="9196775343330824083" datatype="html">
7156 <source>Messages with reporter</source> 7192 <source>Messages with reporter</source>
7157 <target state="new">Messages with reporter</target> 7193 <target state="new">Messages with reporter</target>
7158 7194
7159 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 7195 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7160 <trans-unit id="8770468575924421391" datatype="html"> 7196 <trans-unit id="8770468575924421391" datatype="html">
7161 <source>Messages with moderators</source> 7197 <source>Messages with moderators</source>
7162 <target state="new">Messages with moderators</target> 7198 <target state="new">Messages with moderators</target>
7163 7199
7164 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 7200 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7165 <trans-unit id="8528549800795985099" datatype="html"> 7201 <trans-unit id="8528549800795985099" datatype="html">
7166 <source>Update internal note</source> 7202 <source>Update internal note</source>
7167 <target state="new">Update internal note</target> 7203 <target state="new">Update internal note</target>
7168 7204
7169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 7205 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7170 <trans-unit id="3962242315365992494" datatype="html"> 7206 <trans-unit id="3962242315365992494" datatype="html">
7171 <source>Switch video block to manual</source> 7207 <source>Switch video block to manual</source>
7172 <target state="new">Switch video block to manual</target> 7208 <target state="new">Switch video block to manual</target>
7173 7209
7174 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7175 <trans-unit id="6906423861055262169" datatype="html"> 7211 <trans-unit id="6906423861055262169" datatype="html">
7176 <source>Video <x id="PH"/> switched to manual block.</source> 7212 <source>Video <x id="PH"/> switched to manual block.</source>
7177 <target state="new">Video 7213 <target state="new">Video
7178 <x id="PH"/> switched to manual block. 7214 <x id="PH"/> switched to manual block.
7179 </target> 7215 </target>
7180 7216
7181 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 7217 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7182 <trans-unit id="7293356040886494773" datatype="html"> 7218 <trans-unit id="7293356040886494773" datatype="html">
7183 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7219 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7184 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7220 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7185 7221
7186 7222
7187 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 7223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7188 <trans-unit id="4859202148272511129" datatype="html"> 7224 <trans-unit id="4859202148272511129" datatype="html">
7189 <source>Unblock</source> 7225 <source>Unblock</source>
7190 <target state="new">Unblock</target> 7226 <target state="new">Unblock</target>
@@ -7192,7 +7228,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7192 7228
7193 7229
7194 7230
7195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7196 <trans-unit id="4922469417589203720" datatype="html"> 7232 <trans-unit id="4922469417589203720" datatype="html">
7197 <source>Video <x id="PH"/> unblocked.</source> 7233 <source>Video <x id="PH"/> unblocked.</source>
7198 <target state="new">Video 7234 <target state="new">Video
@@ -7200,7 +7236,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7200 </target> 7236 </target>
7201 7237
7202 7238
7203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 7239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7204 <trans-unit id="6286037250766429054" datatype="html"> 7240 <trans-unit id="6286037250766429054" datatype="html">
7205 <source>yes</source> 7241 <source>yes</source>
7206 <target state="new">yes</target> 7242 <target state="new">yes</target>
@@ -7431,9 +7467,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7431 <trans-unit id="1519954996184640001"> 7467 <trans-unit id="1519954996184640001">
7432 <source>Error</source> 7468 <source>Error</source>
7433 <target>Errorea</target> 7469 <target>Errorea</target>
7434 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7470
7435 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7471
7436 </trans-unit> 7472 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7437 <trans-unit id="5076187961693950167" datatype="html"> 7473 <trans-unit id="5076187961693950167" datatype="html">
7438 <source>Standard logs</source> 7474 <source>Standard logs</source>
7439 <target state="new">Standard logs</target> 7475 <target state="new">Standard logs</target>
@@ -7478,16 +7514,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7478 <target state="new">Update user password</target> 7514 <target state="new">Update user password</target>
7479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7480 </trans-unit> 7516 </trans-unit>
7481 <trans-unit id="177544274549739411" datatype="html"> 7517
7482 <source>Following list</source> 7518
7483 <target state="new">Following list</target>
7484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7485 </trans-unit>
7486 <trans-unit id="8092429110007204784" datatype="html">
7487 <source>Followers list</source>
7488 <target state="new">Followers list</target>
7489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7490 </trans-unit>
7491 <trans-unit id="780323526182667308" datatype="html"> 7519 <trans-unit id="780323526182667308" datatype="html">
7492 <source>User <x id="PH"/> updated.</source> 7520 <source>User <x id="PH"/> updated.</source>
7493 <target state="new">User 7521 <target state="new">User
@@ -7527,16 +7555,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7527 <target state="new">Federation</target> 7555 <target state="new">Federation</target>
7528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7529 </trans-unit> 7557 </trans-unit>
7530 <trans-unit id="4682675125751819107" datatype="html"> 7558
7531 <source>Instances you follow</source> 7559
7532 <target state="new">Instances you follow</target>
7533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7534 </trans-unit>
7535 <trans-unit id="8899833753704589712" datatype="html">
7536 <source>Instances following you</source>
7537 <target state="new">Instances following you</target>
7538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7539 </trans-unit>
7540 <trans-unit id="3767259920053407667" datatype="html"> 7560 <trans-unit id="3767259920053407667" datatype="html">
7541 <source>Videos will be deleted, comments will be tombstoned.</source> 7561 <source>Videos will be deleted, comments will be tombstoned.</source>
7542 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7562 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7567,7 +7587,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7567 <target>Jo eposta egiaztatutzat</target> 7587 <target>Jo eposta egiaztatutzat</target>
7568 7588
7569 7589
7570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7591 <source>Created</source><target state="new">Created</target>
7592 <context-group purpose="location">
7593 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7594 <context context-type="linenumber">115</context>
7595 </context-group>
7596 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7597 <source>Daily quota</source><target state="new">Daily quota</target>
7598 <context-group purpose="location">
7599 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7600 <context context-type="linenumber">120</context>
7601 </context-group>
7602 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7603 <source>Last login</source><target state="new">Last login</target>
7604 <context-group purpose="location">
7605 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7606 <context context-type="linenumber">122</context>
7607 </context-group>
7608 </trans-unit>
7571 <trans-unit id="3403978719736970622"> 7609 <trans-unit id="3403978719736970622">
7572 <source>You cannot ban root.</source> 7610 <source>You cannot ban root.</source>
7573 <target>Ezin duzu root debekatu</target> 7611 <target>Ezin duzu root debekatu</target>
@@ -7877,12 +7915,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
7877 <x id="PH"/> bideo kanala sortuta. 7915 <x id="PH"/> bideo kanala sortuta.
7878 </target> 7916 </target>
7879 7917
7880 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 7918 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7881 <trans-unit id="8723777130353305761"> 7919 <trans-unit id="8723777130353305761">
7882 <source>This name already exists on this instance.</source> 7920 <source>This name already exists on this instance.</source>
7883 <target>Izen hau hartuta dago instantzia honetan</target> 7921 <target>Izen hau hartuta dago instantzia honetan</target>
7884 7922
7885 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 7923 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7886 <trans-unit id="7589345916094713536"> 7924 <trans-unit id="7589345916094713536">
7887 <source>Video channel <x id="PH"/> updated.</source> 7925 <source>Video channel <x id="PH"/> updated.</source>
7888 <target> 7926 <target>
@@ -7899,13 +7937,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7899 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 7937 <source>Banner deleted.</source><target state="new">Banner deleted.</target>
7900 7938
7901 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 7939 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7902 <trans-unit id="2575302837003821736" datatype="html"> 7940
7903 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7904 <target state="new">Please type the display name of the video channel (
7905 <x id="PH"/>) to confirm
7906 </target>
7907
7908 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
7909 <trans-unit id="624066830180032195"> 7941 <trans-unit id="624066830180032195">
7910 <source>Video channel <x id="PH"/> deleted.</source> 7942 <source>Video channel <x id="PH"/> deleted.</source>
7911 <target> 7943 <target>
@@ -8068,6 +8100,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8068 <source>Ownership change request sent.</source> 8100 <source>Ownership change request sent.</source>
8069 <target>Jabetza aldatzeko eskaria bidalita.</target> 8101 <target>Jabetza aldatzeko eskaria bidalita.</target>
8070 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8102 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8103 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
8104 <source>Sort by</source><target state="new">Sort by</target>
8105 <context-group purpose="location">
8106 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8107 <context context-type="linenumber">26</context>
8108 </context-group>
8071 </trans-unit> 8109 </trans-unit>
8072 <trans-unit id="3245220240937722814"> 8110 <trans-unit id="3245220240937722814">
8073 <source>My channels</source> 8111 <source>My channels</source>
@@ -8131,12 +8169,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8131 <source>Maximize editor</source> 8169 <source>Maximize editor</source>
8132 <target state="new">Maximize editor</target> 8170 <target state="new">Maximize editor</target>
8133 8171
8134 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 8172 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8135 <trans-unit id="4243591013849340688" datatype="html"> 8173 <trans-unit id="4243591013849340688" datatype="html">
8136 <source>Exit maximized editor</source> 8174 <source>Exit maximized editor</source>
8137 <target state="new">Exit maximized editor</target> 8175 <target state="new">Exit maximized editor</target>
8138 8176
8139 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 8177 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8140 <trans-unit id="6537885755702623401" datatype="html"> 8178 <trans-unit id="6537885755702623401" datatype="html">
8141 <source>Now please check your emails to verify your account and complete signup.</source> 8179 <source>Now please check your emails to verify your account and complete signup.</source>
8142 <target state="new">Now please check your emails to verify your account and complete signup.</target> 8180 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8171,7 +8209,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8171 <target>Harpidetu kontura</target> 8209 <target>Harpidetu kontura</target>
8172 8210
8173 8211
8174 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 8212 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
8175 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 8213 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
8176 <context-group purpose="location"> 8214 <context-group purpose="location">
8177 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 8215 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -8217,35 +8255,35 @@ channel with the same name (<x id="PH_2"/>)!</target>
8217 <trans-unit id="3779524668013120370"> 8255 <trans-unit id="3779524668013120370">
8218 <source>Go to my subscriptions</source> 8256 <source>Go to my subscriptions</source>
8219 <target>Joan nire harpidetzetara</target> 8257 <target>Joan nire harpidetzetara</target>
8220 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8258
8221 </trans-unit> 8259 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
8222 <trans-unit id="1136469849928650779"> 8260 <trans-unit id="1136469849928650779">
8223 <source>Go to my videos</source> 8261 <source>Go to my videos</source>
8224 <target>Joan nire bideoetara</target> 8262 <target>Joan nire bideoetara</target>
8225 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8263
8226 </trans-unit> 8264 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
8227 <trans-unit id="7836683738999600376"> 8265 <trans-unit id="7836683738999600376">
8228 <source>Go to my imports</source> 8266 <source>Go to my imports</source>
8229 <target>Joan nire inportazioetara</target> 8267 <target>Joan nire inportazioetara</target>
8230 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8268
8231 </trans-unit> 8269 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
8232 <trans-unit id="7511292153332773503"> 8270 <trans-unit id="7511292153332773503">
8233 <source>Go to my channels</source> 8271 <source>Go to my channels</source>
8234 <target>Joan nire kanaletara</target> 8272 <target>Joan nire kanaletara</target>
8235 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8273
8236 </trans-unit> 8274 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
8237 <trans-unit id="2013324644839511073" datatype="html"> 8275 <trans-unit id="2013324644839511073" datatype="html">
8238 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8276 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8239Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8277Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8240 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8278 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8241Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8279Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8242 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8280
8243 </trans-unit> 8281 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
8244 <trans-unit id="375263728166936544"> 8282 <trans-unit id="375263728166936544">
8245 <source>You need to reconnect.</source> 8283 <source>You need to reconnect.</source>
8246 <target>Berriro konektatu behar duzu.</target> 8284 <target>Berriro konektatu behar duzu.</target>
8247 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8285
8248 </trans-unit> 8286 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
8249 <trans-unit id="2206638022166154361"> 8287 <trans-unit id="2206638022166154361">
8250 <source>Keyboard Shortcuts:</source> 8288 <source>Keyboard Shortcuts:</source>
8251 <target>Teklatu laster-bideak:</target> 8289 <target>Teklatu laster-bideak:</target>
@@ -8256,6 +8294,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8256 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8294 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8257 <context context-type="linenumber">98</context> 8295 <context context-type="linenumber">98</context>
8258 </context-group> 8296 </context-group>
8297 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8298 <source>In my library</source><target state="new">In my library</target>
8299 <context-group purpose="location">
8300 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8301 <context context-type="linenumber">104</context>
8302 </context-group>
8259 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 8303 </trans-unit><trans-unit id="232050922346936574" datatype="html">
8260 <source>Trending</source><target state="new">Trending</target> 8304 <source>Trending</source><target state="new">Trending</target>
8261 8305
@@ -8279,38 +8323,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8279 <source>Incorrect username or password.</source> 8323 <source>Incorrect username or password.</source>
8280 <target>Erabiltzaile-izen edo pasahitz okerra.</target> 8324 <target>Erabiltzaile-izen edo pasahitz okerra.</target>
8281 8325
8282 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 8326 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8283 <trans-unit id="6974874606619467663" datatype="html"> 8327 <trans-unit id="6974874606619467663" datatype="html">
8284 <source>Your account is blocked.</source> 8328 <source>Your account is blocked.</source>
8285 <target state="new">Your account is blocked.</target> 8329 <target state="new">Your account is blocked.</target>
8286 8330
8287 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 8331 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8288 <trans-unit id="7939914198003891823" datatype="html"> 8332 <trans-unit id="7939914198003891823" datatype="html">
8289 <source>any language</source> 8333 <source>any language</source>
8290 <target state="new">any language</target> 8334 <target state="new">any language</target>
8291 8335
8292 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8336 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8293 8337
8294 <trans-unit id="5633144232269377096" datatype="html"> 8338 <trans-unit id="5633144232269377096" datatype="html">
8295 <source>hide</source> 8339 <source>hide</source>
8296 <target state="new">hide</target> 8340 <target state="new">hide</target>
8297 8341
8298 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8342 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8299 <trans-unit id="8603861867909474404" datatype="html"> 8343 <trans-unit id="8603861867909474404" datatype="html">
8300 <source>blur</source> 8344 <source>blur</source>
8301 <target state="new">blur</target> 8345 <target state="new">blur</target>
8302 8346
8303 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8347 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8304 <trans-unit id="4534458451100881847" datatype="html"> 8348 <trans-unit id="4534458451100881847" datatype="html">
8305 <source>display</source> 8349 <source>display</source>
8306 <target state="new">display</target> 8350 <target state="new">display</target>
8307 8351
8308 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8352 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8309 <trans-unit id="4467323362722952678" datatype="html"> 8353 <trans-unit id="4467323362722952678" datatype="html">
8310 <source>Unknown</source> 8354 <source>Unknown</source>
8311 <target state="new">Unknown</target> 8355 <target state="new">Unknown</target>
8312 8356
8313 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8357 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8314 <trans-unit id="8781423666414310853"> 8358 <trans-unit id="8781423666414310853">
8315 <source>Your password has been successfully reset!</source> 8359 <source>Your password has been successfully reset!</source>
8316 <target>Zure pasahitza ongi berrezarri da!</target> 8360 <target>Zure pasahitza ongi berrezarri da!</target>
@@ -8421,12 +8465,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8421 <source>Search index is unavailable. Retrying with instance results instead.</source> 8465 <source>Search index is unavailable. Retrying with instance results instead.</source>
8422 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8466 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8423 8467
8424 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8468 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8425 <trans-unit id="307702206382241469" datatype="html"> 8469 <trans-unit id="307702206382241469" datatype="html">
8426 <source>Search error</source> 8470 <source>Search error</source>
8427 <target state="new">Search error</target> 8471 <target state="new">Search error</target>
8428 8472
8429 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8473 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8474 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8475 <context-group purpose="location">
8476 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8477 <context context-type="linenumber">329</context>
8478 </context-group>
8479 </trans-unit>
8430 <trans-unit id="4580988005648117665" datatype="html"> 8480 <trans-unit id="4580988005648117665" datatype="html">
8431 <source>Search</source> 8481 <source>Search</source>
8432 <target state="new">Search</target> 8482 <target state="new">Search</target>
@@ -9637,19 +9687,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9637 </target> 9687 </target>
9638 9688
9639 9689
9640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9690 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9641 <trans-unit id="1595779426198793580" datatype="html"> 9691 <trans-unit id="1595779426198793580" datatype="html">
9642 <source>Mute server</source> 9692 <source>Mute server</source>
9643 <target state="new">Mute server</target> 9693 <target state="new">Mute server</target>
9644 9694
9645 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9646 <trans-unit id="8014491157078444256" datatype="html"> 9696 <trans-unit id="8014491157078444256" datatype="html">
9647 <source>Server <x id="PH"/> muted by the instance.</source> 9697 <source>Server <x id="PH"/> muted by the instance.</source>
9648 <target state="new">Server 9698 <target state="new">Server
9649 <x id="PH"/> muted by the instance. 9699 <x id="PH"/> muted by the instance.
9650 </target> 9700 </target>
9651 9701
9652 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9702 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9653 <trans-unit id="2044813052587776285" datatype="html"> 9703 <trans-unit id="2044813052587776285" datatype="html">
9654 <source>Add a message to communicate with the reporter</source> 9704 <source>Add a message to communicate with the reporter</source>
9655 <target state="new">Add a message to communicate with the reporter</target> 9705 <target state="new">Add a message to communicate with the reporter</target>
@@ -9897,18 +9947,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9897 <target>Saiakera gehiegi, saiatu berriro geroago, 9947 <target>Saiakera gehiegi, saiatu berriro geroago,
9898 <x id="PH"/> minutu igarotakoan. 9948 <x id="PH"/> minutu igarotakoan.
9899 </target> 9949 </target>
9900 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9950
9901 </trans-unit> 9951 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9902 <trans-unit id="4965472196059235310"> 9952 <trans-unit id="4965472196059235310">
9903 <source>Too many attempts, please try again later.</source> 9953 <source>Too many attempts, please try again later.</source>
9904 <target>Saiakera gehiegi, saiatu berriro geroago.</target> 9954 <target>Saiakera gehiegi, saiatu berriro geroago.</target>
9905 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9955
9906 </trans-unit> 9956 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9907 <trans-unit id="1693549688987384699"> 9957 <trans-unit id="1693549688987384699">
9908 <source>Server error. Please retry later.</source> 9958 <source>Server error. Please retry later.</source>
9909 <target>Zerbitzariaren errorea, Saiatu berriro geroago.</target> 9959 <target>Zerbitzariaren errorea, Saiatu berriro geroago.</target>
9910 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9960
9911 </trans-unit> 9961 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9912 <trans-unit id="5927402622550505067" datatype="html"> 9962 <trans-unit id="5927402622550505067" datatype="html">
9913 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9963 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9914 <target state="new">Subscribed to all current channels of 9964 <target state="new">Subscribed to all current channels of
@@ -10023,28 +10073,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10023 <source>Delete video</source> 10073 <source>Delete video</source>
10024 <target state="new">Delete video</target> 10074 <target state="new">Delete video</target>
10025 10075
10026 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 10076 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
10027 <trans-unit id="2210418817778733727" datatype="html"> 10077 <trans-unit id="2210418817778733727" datatype="html">
10028 <source>Actions for the comment</source> 10078 <source>Actions for the comment</source>
10029 <target state="new">Actions for the comment</target> 10079 <target state="new">Actions for the comment</target>
10030 10080
10031 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 10081 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
10032 <trans-unit id="7978668497183230348" datatype="html"> 10082 <trans-unit id="7978668497183230348" datatype="html">
10033 <source>Delete comment</source> 10083 <source>Delete comment</source>
10034 <target state="new">Delete comment</target> 10084 <target state="new">Delete comment</target>
10035 10085
10036 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 10086 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
10037 <trans-unit id="6747218355168080191" datatype="html"> 10087 <trans-unit id="6747218355168080191" datatype="html">
10038 <source>Do you really want to delete this comment?</source> 10088 <source>Do you really want to delete this comment?</source>
10039 <target state="new">Do you really want to delete this comment?</target> 10089 <target state="new">Do you really want to delete this comment?</target>
10040 10090
10041 10091
10042 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 10092 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
10043 <trans-unit id="7837272126865175984" datatype="html"> 10093 <trans-unit id="7837272126865175984" datatype="html">
10044 <source>Comment deleted.</source> 10094 <source>Comment deleted.</source>
10045 <target state="new">Comment deleted.</target> 10095 <target state="new">Comment deleted.</target>
10046 10096
10047 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 10097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
10048 <trans-unit id="346270517625845962" datatype="html"> 10098 <trans-unit id="346270517625845962" datatype="html">
10049 <source>Encoder</source> 10099 <source>Encoder</source>
10050 <target state="new">Encoder</target> 10100 <target state="new">Encoder</target>
@@ -10087,30 +10137,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10087 <source>Video reported.</source> 10137 <source>Video reported.</source>
10088 <target>Bideoa salatuta.</target> 10138 <target>Bideoa salatuta.</target>
10089 10139
10090 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 10140 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10091 <trans-unit id="3622946684246476652"> 10141 <trans-unit id="3622946684246476652">
10092 <source>Do you really want to delete this video?</source> 10142 <source>Do you really want to delete this video?</source>
10093 <target>Ziur bideo hau ezabatu nahi duzula?</target> 10143 <target>Ziur bideo hau ezabatu nahi duzula?</target>
10094 10144
10095 10145
10096 10146
10097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 10147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10098 <trans-unit id="3941342949736653028" datatype="html"> 10148 <trans-unit id="3941342949736653028" datatype="html">
10099 <source>Video deleted.</source> 10149 <source>Video deleted.</source>
10100 <target state="new">Video deleted.</target> 10150 <target state="new">Video deleted.</target>
10101 10151
10102 10152
10103 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10104 <trans-unit id="5072091387445907742" datatype="html"> 10154 <trans-unit id="5072091387445907742" datatype="html">
10105 <source>Actions for the reporter</source> 10155 <source>Actions for the reporter</source>
10106 <target state="new">Actions for the reporter</target> 10156 <target state="new">Actions for the reporter</target>
10107 10157
10108 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 10158 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10109 <trans-unit id="6599069899275412095" datatype="html"> 10159 <trans-unit id="6599069899275412095" datatype="html">
10110 <source>Mute reporter</source> 10160 <source>Mute reporter</source>
10111 <target state="new">Mute reporter</target> 10161 <target state="new">Mute reporter</target>
10112 10162
10113 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 10163 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10114 <trans-unit id="2990849907502572301" datatype="html"> 10164 <trans-unit id="2990849907502572301" datatype="html">
10115 <source>This video will be duplicated by your instance.</source> 10165 <source>This video will be duplicated by your instance.</source>
10116 <target state="new">This video will be duplicated by your instance.</target> 10166 <target state="new">This video will be duplicated by your instance.</target>
@@ -10186,7 +10236,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10186 <target state="new">Mute account</target> 10236 <target state="new">Mute account</target>
10187 10237
10188 10238
10189 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit> 10239 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10190 <trans-unit id="4021487547497211597" datatype="html"> 10240 <trans-unit id="4021487547497211597" datatype="html">
10191 <source>Open video actions</source> 10241 <source>Open video actions</source>
10192 <target state="new">Open video actions</target> 10242 <target state="new">Open video actions</target>
@@ -10203,7 +10253,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10203 <source>Mute server account</source> 10253 <source>Mute server account</source>
10204 <target state="new">Mute server account</target> 10254 <target state="new">Mute server account</target>
10205 10255
10206 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 10256 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10207 <trans-unit id="7008439939460403347"> 10257 <trans-unit id="7008439939460403347">
10208 <source>Report</source> 10258 <source>Report</source>
10209 <target>Salatu</target> 10259 <target>Salatu</target>
@@ -10301,32 +10351,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10301 <source>Only I can see this video</source> 10351 <source>Only I can see this video</source>
10302 <target>Bakarrik nik ikusi dezaket bideo hau</target> 10352 <target>Bakarrik nik ikusi dezaket bideo hau</target>
10303 10353
10304 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 10354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10305 <trans-unit id="6767380569816110388" datatype="html"> 10355 <trans-unit id="6767380569816110388" datatype="html">
10306 <source>Only shareable via a private link</source> 10356 <source>Only shareable via a private link</source>
10307 <target state="new">Only shareable via a private link</target> 10357 <target state="new">Only shareable via a private link</target>
10308 10358
10309 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 10359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10310 <trans-unit id="6828965264297239528"> 10360 <trans-unit id="6828965264297239528">
10311 <source>Anyone can see this video</source> 10361 <source>Anyone can see this video</source>
10312 <target>Edonork ikusi dezake bideo hau</target> 10362 <target>Edonork ikusi dezake bideo hau</target>
10313 10363
10314 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10364 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10315 <trans-unit id="1425933035739773115" datatype="html"> 10365 <trans-unit id="1425933035739773115" datatype="html">
10316 <source>Only users of this instance can see this video</source> 10366 <source>Only users of this instance can see this video</source>
10317 <target state="new">Only users of this instance can see this video</target> 10367 <target state="new">Only users of this instance can see this video</target>
10318 10368
10319 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit> 10369 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10320 <trans-unit id="8312101634344200207" datatype="html"> 10370 <trans-unit id="8312101634344200207" datatype="html">
10321 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10371 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10322 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10372 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10323 10373
10324 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 10374 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10325 <trans-unit id="7756087706411154095" datatype="html"> 10375 <trans-unit id="7756087706411154095" datatype="html">
10326 <source><x id="PH" equiv-text="this.views"/> views</source> 10376 <source><x id="PH" equiv-text="this.views"/> views</source>
10327 <target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10377 <target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10328 10378
10329 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 10379 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10330 <trans-unit id="ngb.alert.close" datatype="html"> 10380 <trans-unit id="ngb.alert.close" datatype="html">
10331 <source>Close</source> 10381 <source>Close</source>
10332 <target state="new">Close</target> 10382 <target state="new">Close</target>
@@ -10502,35 +10552,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10502 <source>Your video was uploaded to your account and is private.</source> 10552 <source>Your video was uploaded to your account and is private.</source>
10503 <target>Zure bideoa zure kontura igo da eta pribatua da.</target> 10553 <target>Zure bideoa zure kontura igo da eta pribatua da.</target>
10504 10554
10505 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10555 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10506 <trans-unit id="5699822024600815733"> 10556 <trans-unit id="5699822024600815733">
10507 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10557 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10508 <target>Baina dagozkion datuak (etiketak, deskripzioa...) galduko dira, ziur orri hau utzi nahi duzula?</target> 10558 <target>Baina dagozkion datuak (etiketak, deskripzioa...) galduko dira, ziur orri hau utzi nahi duzula?</target>
10509 10559
10510 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10560 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10511 <trans-unit id="1219739004043110649"> 10561 <trans-unit id="1219739004043110649">
10512 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10562 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10513 <target>Zur bideoa ez da igo oraindik, ziur orri hau utzi nahi duzula?</target> 10563 <target>Zur bideoa ez da igo oraindik, ziur orri hau utzi nahi duzula?</target>
10514 10564
10515 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit> 10565 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10516 <trans-unit id="6932865105766151309" datatype="html"> 10566 <trans-unit id="6932865105766151309" datatype="html">
10517 <source>Upload</source> 10567 <source>Upload</source>
10518 <target state="new">Upload</target> 10568 <target state="new">Upload</target>
10519 10569
10520 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10570 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10521 <trans-unit id="8278735427925094503" datatype="html"> 10571 <trans-unit id="8278735427925094503" datatype="html">
10522 <source>Upload <x id="PH"/> </source> 10572 <source>Upload <x id="PH"/> </source>
10523 <target state="new">Upload 10573 <target state="new">Upload
10524 <x id="PH"/> 10574 <x id="PH"/>
10525 </target> 10575 </target>
10526 10576
10527 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10577 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10528 10578
10529 <trans-unit id="5981816353437801748"> 10579 <trans-unit id="5981816353437801748">
10530 <source>Video published.</source> 10580 <source>Video published.</source>
10531 <target>Bideoa argitaratuta.</target> 10581 <target>Bideoa argitaratuta.</target>
10532 10582
10533 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10583 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10534 10584
10535 10585
10536 <trans-unit id="764164089183618119" datatype="html"> 10586 <trans-unit id="764164089183618119" datatype="html">
@@ -10580,27 +10630,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10580 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10630 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10581 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10631 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10582 10632
10583 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10633 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10584 <trans-unit id="5761611056224181752" datatype="html"> 10634 <trans-unit id="5761611056224181752" datatype="html">
10585 <source>Redirection</source> 10635 <source>Redirection</source>
10586 <target state="new">Redirection</target> 10636 <target state="new">Redirection</target>
10587 10637
10588 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10638 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10589 <trans-unit id="8858527736400081688"> 10639 <trans-unit id="8858527736400081688">
10590 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10640 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10591 <target>Bideo honek helduentzako edo hunkigarria den edukia du. Ziur ikusi nahi duzula?</target> 10641 <target>Bideo honek helduentzako edo hunkigarria den edukia du. Ziur ikusi nahi duzula?</target>
10592 10642
10593 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10643 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10594 <trans-unit id="3937119019020041049"> 10644 <trans-unit id="3937119019020041049">
10595 <source>Mature or explicit content</source> 10645 <source>Mature or explicit content</source>
10596 <target>Helduentzako edo hunkigarria den edukia</target> 10646 <target>Helduentzako edo hunkigarria den edukia</target>
10597 10647
10598 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10648 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10599 <trans-unit id="1755474755114288376" datatype="html"> 10649 <trans-unit id="1755474755114288376" datatype="html">
10600 <source>Up Next</source> 10650 <source>Up Next</source>
10601 <target state="new">Up Next</target> 10651 <target state="new">Up Next</target>
10602 10652
10603 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 10653 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10604 <trans-unit id="2159130950882492111" datatype="html"> 10654 <trans-unit id="2159130950882492111" datatype="html">
10605 <source>Cancel</source> 10655 <source>Cancel</source>
10606 <target state="new">Cancel</target> 10656 <target state="new">Cancel</target>
@@ -10610,62 +10660,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10610 <source>Autoplay is suspended</source> 10660 <source>Autoplay is suspended</source>
10611 <target state="new">Autoplay is suspended</target> 10661 <target state="new">Autoplay is suspended</target>
10612 10662
10613 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10663 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10614 <trans-unit id="7895294730547405228" datatype="html"> 10664 <trans-unit id="7895294730547405228" datatype="html">
10615 <source>Enter/exit fullscreen (requires player focus)</source> 10665 <source>Enter/exit fullscreen (requires player focus)</source>
10616 <target state="new">Enter/exit fullscreen (requires player focus)</target> 10666 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10617 10667
10618 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10668 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10619 <trans-unit id="7618388257165864759" datatype="html"> 10669 <trans-unit id="7618388257165864759" datatype="html">
10620 <source>Play/Pause the video (requires player focus)</source> 10670 <source>Play/Pause the video (requires player focus)</source>
10621 <target state="new">Play/Pause the video (requires player focus)</target> 10671 <target state="new">Play/Pause the video (requires player focus)</target>
10622 10672
10623 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10673 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10624 <trans-unit id="7761890399634216630" datatype="html"> 10674 <trans-unit id="7761890399634216630" datatype="html">
10625 <source>Mute/unmute the video (requires player focus)</source> 10675 <source>Mute/unmute the video (requires player focus)</source>
10626 <target state="new">Mute/unmute the video (requires player focus)</target> 10676 <target state="new">Mute/unmute the video (requires player focus)</target>
10627 10677
10628 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10678 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10629 <trans-unit id="5996585232248234904" datatype="html"> 10679 <trans-unit id="5996585232248234904" datatype="html">
10630 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10680 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10631 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10681 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10632 10682
10633 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10683 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10634 <trans-unit id="3748765405903319998" datatype="html"> 10684 <trans-unit id="3748765405903319998" datatype="html">
10635 <source>Increase the volume (requires player focus)</source> 10685 <source>Increase the volume (requires player focus)</source>
10636 <target state="new">Increase the volume (requires player focus)</target> 10686 <target state="new">Increase the volume (requires player focus)</target>
10637 10687
10638 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10688 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10639 <trans-unit id="5810704036407159982" datatype="html"> 10689 <trans-unit id="5810704036407159982" datatype="html">
10640 <source>Decrease the volume (requires player focus)</source> 10690 <source>Decrease the volume (requires player focus)</source>
10641 <target state="new">Decrease the volume (requires player focus)</target> 10691 <target state="new">Decrease the volume (requires player focus)</target>
10642 10692
10643 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10693 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10644 <trans-unit id="2622048822548065691" datatype="html"> 10694 <trans-unit id="2622048822548065691" datatype="html">
10645 <source>Seek the video forward (requires player focus)</source> 10695 <source>Seek the video forward (requires player focus)</source>
10646 <target state="new">Seek the video forward (requires player focus)</target> 10696 <target state="new">Seek the video forward (requires player focus)</target>
10647 10697
10648 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10698 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10649 <trans-unit id="6540078205109221153" datatype="html"> 10699 <trans-unit id="6540078205109221153" datatype="html">
10650 <source>Seek the video backward (requires player focus)</source> 10700 <source>Seek the video backward (requires player focus)</source>
10651 <target state="new">Seek the video backward (requires player focus)</target> 10701 <target state="new">Seek the video backward (requires player focus)</target>
10652 10702
10653 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10703 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10654 <trans-unit id="1956491957766210808" datatype="html"> 10704 <trans-unit id="1956491957766210808" datatype="html">
10655 <source>Increase playback rate (requires player focus)</source> 10705 <source>Increase playback rate (requires player focus)</source>
10656 <target state="new">Increase playback rate (requires player focus)</target> 10706 <target state="new">Increase playback rate (requires player focus)</target>
10657 10707
10658 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10708 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10659 <trans-unit id="5495529997674803186" datatype="html"> 10709 <trans-unit id="5495529997674803186" datatype="html">
10660 <source>Decrease playback rate (requires player focus)</source> 10710 <source>Decrease playback rate (requires player focus)</source>
10661 <target state="new">Decrease playback rate (requires player focus)</target> 10711 <target state="new">Decrease playback rate (requires player focus)</target>
10662 10712
10663 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10713 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10664 <trans-unit id="3178343147230721210" datatype="html"> 10714 <trans-unit id="3178343147230721210" datatype="html">
10665 <source>Navigate in the video frame by frame (requires player focus)</source> 10715 <source>Navigate in the video frame by frame (requires player focus)</source>
10666 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 10716 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10667 10717
10668 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10718 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10669 <trans-unit id="8025996572234182184"> 10719 <trans-unit id="8025996572234182184">
10670 <source>Like the video</source> 10720 <source>Like the video</source>
10671 <target>Gehitu bideoa gogokoetara</target> 10721 <target>Gehitu bideoa gogokoetara</target>
diff --git a/client/src/locale/angular.fa-IR.xlf b/client/src/locale/angular.fa-IR.xlf
index 5d8ef8d28..037d5669c 100644
--- a/client/src/locale/angular.fa-IR.xlf
+++ b/client/src/locale/angular.fa-IR.xlf
@@ -170,7 +170,7 @@
170 170
171 171
172 172
173 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 173 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
174 <trans-unit id="1486537403020619891" datatype="html"> 174 <trans-unit id="1486537403020619891" datatype="html">
175 <source>My watch history</source> 175 <source>My watch history</source>
176 <target state="new">My watch history</target> 176 <target state="new">My watch history</target>
@@ -239,23 +239,23 @@
239 <trans-unit id="5674286808255988565" datatype="html"> 239 <trans-unit id="5674286808255988565" datatype="html">
240 <source>Create</source> 240 <source>Create</source>
241 <target state="new">Create</target> 241 <target state="new">Create</target>
242 <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> 242
243 <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> 243
244 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 244
245 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 245
246 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 246
247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 247
248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group> 248
249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group> 249
250 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group> 250
251 </trans-unit> 251 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
252 <trans-unit id="1006562256968398209" datatype="html"> 252 <trans-unit id="1006562256968398209" datatype="html">
253 <source>video</source> 253 <source>video</source>
254 <target state="new">video</target> 254 <target state="new">video</target>
255 255
256 256
257 257
258 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 258 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
259 <trans-unit id="6438815964972582865" datatype="html"> 259 <trans-unit id="6438815964972582865" datatype="html">
260 <source>The following link contains a private token and should not be shared with anyone.</source> 260 <source>The following link contains a private token and should not be shared with anyone.</source>
261 <target state="translated">پیوند زیر دارای یک رمز خصوصی است و نباید با کسی به اشتراک گذاشته شود.</target> 261 <target state="translated">پیوند زیر دارای یک رمز خصوصی است و نباید با کسی به اشتراک گذاشته شود.</target>
@@ -327,12 +327,12 @@
327 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 327 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
328 <target state="translated">با این ویدیو از سهمیه ویدیوی شما بیشتر می شود (اندازه ویدیو: <x id="PH" equiv-text="videoSizeBytes"/>، استفاده شده: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>، سهم : <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 328 <target state="translated">با این ویدیو از سهمیه ویدیوی شما بیشتر می شود (اندازه ویدیو: <x id="PH" equiv-text="videoSizeBytes"/>، استفاده شده: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>، سهم : <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
329 329
330 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit> 330 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
331 <trans-unit id="7873395933409147217" datatype="html"> 331 <trans-unit id="7873395933409147217" datatype="html">
332 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 332 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
333 <target state="translated">سهمیه ویدئویی روزانه شما با این ویدیو (اندازه ویدیو: <x id="PH" equiv-text="videoSizeBytes"/>استفاده شده: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>، سهم: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 333 <target state="translated">سهمیه ویدئویی روزانه شما با این ویدیو (اندازه ویدیو: <x id="PH" equiv-text="videoSizeBytes"/>استفاده شده: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>، سهم: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
334 334
335 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit> 335 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
336 <trans-unit id="5235042777215655908" datatype="html"> 336 <trans-unit id="5235042777215655908" datatype="html">
337 <source>subtitles</source> 337 <source>subtitles</source>
338 <target state="translated">زیرنویس</target> 338 <target state="translated">زیرنویس</target>
@@ -580,7 +580,7 @@
580 580
581 581
582 582
583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
584 <trans-unit id="158575725114802951" datatype="html"> 584 <trans-unit id="158575725114802951" datatype="html">
585 <source>Only live videos</source> 585 <source>Only live videos</source>
586 <target state="translated">فقط فیلم های زنده</target> 586 <target state="translated">فقط فیلم های زنده</target>
@@ -775,10 +775,10 @@
775 <trans-unit id="2602586221576511475" datatype="html"> 775 <trans-unit id="2602586221576511475" datatype="html">
776 <source>Video quota</source> 776 <source>Video quota</source>
777 <target state="new">Video quota</target> 777 <target state="new">Video quota</target>
778 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 778
779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 779
780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 780
781 </trans-unit> 781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
782 <trans-unit id="1502595455339510144" datatype="html"> 782 <trans-unit id="1502595455339510144" datatype="html">
783 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 783 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
784 <target state="new"> 784 <target state="new">
@@ -863,6 +863,30 @@
863 <target state="new">Federation</target> 863 <target state="new">Federation</target>
864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
865 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 865 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
866 </trans-unit><trans-unit id="8726138323871139597" datatype="html">
867 <source>Following</source><target state="new">Following</target>
868 <context-group purpose="location">
869 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
870 <context context-type="linenumber">29</context>
871 </context-group>
872 <context-group purpose="location">
873 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
874 <context context-type="linenumber">31</context>
875 </context-group>
876 <context-group purpose="location">
877 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
878 <context context-type="linenumber">28</context>
879 </context-group>
880 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
881 <source>Followers</source><target state="new">Followers</target>
882 <context-group purpose="location">
883 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
884 <context context-type="linenumber">34</context>
885 </context-group>
886 <context-group purpose="location">
887 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
888 <context context-type="linenumber">37</context>
889 </context-group>
866 </trans-unit> 890 </trans-unit>
867 <trans-unit id="3541687134897970106" datatype="html"> 891 <trans-unit id="3541687134897970106" datatype="html">
868 <source>followers</source> 892 <source>followers</source>
@@ -944,7 +968,7 @@
944 968
945 969
946 970
947 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 971 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
948 <trans-unit id="3616223838716839702" datatype="html"> 972 <trans-unit id="3616223838716839702" datatype="html">
949 <source>Ban this user</source> 973 <source>Ban this user</source>
950 <target state="new">Ban this user</target> 974 <target state="new">Ban this user</target>
@@ -1017,19 +1041,13 @@
1017 <trans-unit id="7252854992688790751" datatype="html"> 1041 <trans-unit id="7252854992688790751" datatype="html">
1018 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1042 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1019 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1043 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1020 <context-group purpose="location"> 1044
1021 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1045 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
1022 <context context-type="linenumber">60,62</context>
1023 </context-group>
1024 </trans-unit>
1025 <trans-unit id="7215649348148521605" datatype="html"> 1046 <trans-unit id="7215649348148521605" datatype="html">
1026 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1047 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1027 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1048 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1028 <context-group purpose="location"> 1049
1029 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1050 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1030 <context context-type="linenumber">65,67</context>
1031 </context-group>
1032 </trans-unit>
1033 <trans-unit id="2392488717875840729"> 1051 <trans-unit id="2392488717875840729">
1034 <source>User</source> 1052 <source>User</source>
1035 <target>کاربر</target> 1053 <target>کاربر</target>
@@ -1040,69 +1058,69 @@
1040 <source>Username or email address</source> 1058 <source>Username or email address</source>
1041 <target>نام کاربری یا آدرس رایانامه</target> 1059 <target>نام کاربری یا آدرس رایانامه</target>
1042 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1060 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1061 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
1062 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1063 <context-group purpose="location">
1064 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1065 <context context-type="linenumber">33,34</context>
1066 </context-group>
1043 </trans-unit> 1067 </trans-unit>
1044 <trans-unit id="1431416938026210429"> 1068 <trans-unit id="1431416938026210429">
1045 <source>Password</source> 1069 <source>Password</source>
1046 <target>گذرواژه</target> 1070 <target>گذرواژه</target>
1047 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1071
1048 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1072
1049 <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> 1073
1050 <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> 1074
1051 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1075
1052 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1076
1053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1077
1054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1078
1055 </trans-unit> 1079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1056 <trans-unit id="8715156686857791956" datatype="html"> 1080 <trans-unit id="8715156686857791956" datatype="html">
1057 <source>Click here to reset your password</source> 1081 <source>Click here to reset your password</source>
1058 <target state="new">Click here to reset your password</target> 1082 <target state="new">Click here to reset your password</target>
1059 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1083
1060 </trans-unit> 1084 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1061 <trans-unit id="892063502898494584" datatype="html"> 1085 <trans-unit id="892063502898494584" datatype="html">
1062 <source>I forgot my password</source> 1086 <source>I forgot my password</source>
1063 <target state="new">I forgot my password</target> 1087 <target state="new">I forgot my password</target>
1064 <context-group purpose="location"> 1088
1065 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1089 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1066 <context context-type="linenumber">47</context>
1067 </context-group>
1068 </trans-unit>
1069 <trans-unit id="2101170466365500913" datatype="html"> 1090 <trans-unit id="2101170466365500913" datatype="html">
1070 <source>Logging into an account lets you publish content</source> 1091 <source>Logging into an account lets you publish content</source>
1071 <target state="new"> Logging into an account lets you publish content </target> 1092 <target state="new"> Logging into an account lets you publish content </target>
1072 <context-group purpose="location"> 1093
1073 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1094 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1074 <context context-type="linenumber">56,57</context>
1075 </context-group>
1076 </trans-unit>
1077 <trans-unit id="2454050363478003966"> 1095 <trans-unit id="2454050363478003966">
1078 <source>Login</source> 1096 <source>Login</source>
1079 <target>ورود</target> 1097 <target>ورود</target>
1080 1098
1081 1099
1082 1100
1083 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1101 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1084 <trans-unit id="3183213940445113677" datatype="html"> 1102 <trans-unit id="3183213940445113677" datatype="html">
1085 <source>Or sign in with</source> 1103 <source>Or sign in with</source>
1086 <target state="new">Or sign in with</target> 1104 <target state="new">Or sign in with</target>
1087 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1105
1088 </trans-unit> 1106 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1089 <trans-unit id="3238209155172574367"> 1107 <trans-unit id="3238209155172574367">
1090 <source>Forgot your password</source> 1108 <source>Forgot your password</source>
1091 <target>گذرواژه‌تان را فراموش کرده‌اید</target> 1109 <target>گذرواژه‌تان را فراموش کرده‌اید</target>
1092 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1110
1093 </trans-unit> 1111 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1094 <trans-unit id="87327320394367488" datatype="html"> 1112 <trans-unit id="87327320394367488" datatype="html">
1095 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1113 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1096 <target state="new"> 1114 <target state="new">
1097 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1115 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1098 </target> 1116 </target>
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1117
1100 </trans-unit> 1118 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
1101 <trans-unit id="3188014010833256853" datatype="html"> 1119 <trans-unit id="3188014010833256853" datatype="html">
1102 <source>Enter your email address and we will send you a link to reset your password.</source> 1120 <source>Enter your email address and we will send you a link to reset your password.</source>
1103 <target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1121 <target state="new"> Enter your email address and we will send you a link to reset your password. </target>
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1122
1105 </trans-unit> 1123 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
1106 <trans-unit id="1190256911880544559" datatype="html"> 1124 <trans-unit id="1190256911880544559" datatype="html">
1107 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1125 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1108The link will expire within 1 hour.</source> 1126The link will expire within 1 hour.</source>
@@ -1113,26 +1131,26 @@ The link will expire within 1 hour.</target>
1113 <trans-unit id="4768749765465246664"> 1131 <trans-unit id="4768749765465246664">
1114 <source>Email</source> 1132 <source>Email</source>
1115 <target>رایانامه</target> 1133 <target>رایانامه</target>
1116 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1134
1117 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1135
1118 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1136
1119 <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> 1137
1120 <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> 1138
1121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1139
1122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1140
1123 </trans-unit> 1141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1124 <trans-unit id="3967269098753656610"> 1142 <trans-unit id="3967269098753656610">
1125 <source>Email address</source> 1143 <source>Email address</source>
1126 <target>آدرس رایانامه</target> 1144 <target>آدرس رایانامه</target>
1127 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1145
1128 <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> 1146
1129 </trans-unit> 1147 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1130 <trans-unit id="7808756054397155068" datatype="html"> 1148 <trans-unit id="7808756054397155068" datatype="html">
1131 <source>Reset</source> 1149 <source>Reset</source>
1132 <target state="new">Reset</target> 1150 <target state="new">Reset</target>
1133 <note priority="1" from="description">Password reset button</note> 1151 <note priority="1" from="description">Password reset button</note>
1134 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1152
1135 </trans-unit> 1153 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1136 <trans-unit id="4319634264526091601" datatype="html"> 1154 <trans-unit id="4319634264526091601" datatype="html">
1137 <source>on this instance</source> 1155 <source>on this instance</source>
1138 <target state="new">on this instance</target> 1156 <target state="new">on this instance</target>
@@ -1213,17 +1231,17 @@ The link will expire within 1 hour.</target>
1213 <target> 1231 <target>
1214 نتیجه‌ای یافت نشد 1232 نتیجه‌ای یافت نشد
1215 </target> 1233 </target>
1216 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1234
1217 </trans-unit> 1235 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1218 <trans-unit id="5500467336262464724" datatype="html"> 1236 <trans-unit id="5500467336262464724" datatype="html">
1219 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1237 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1220 <target state="new"> 1238 <target state="new">
1221 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers 1239 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers
1222 </target> 1240 </target>
1223 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1241
1224 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1242
1225 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1243
1226 </trans-unit> 1244 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1227 <trans-unit id="1516969129397662377" datatype="html"> 1245 <trans-unit id="1516969129397662377" datatype="html">
1228 <source>Welcome to PeerTube, dear administrator!</source> 1246 <source>Welcome to PeerTube, dear administrator!</source>
1229 <target state="new">Welcome to PeerTube, dear administrator!</target> 1247 <target state="new">Welcome to PeerTube, dear administrator!</target>
@@ -1508,7 +1526,7 @@ The link will expire within 1 hour.</target>
1508 <target>ساخت حساب</target> 1526 <target>ساخت حساب</target>
1509 1527
1510 1528
1511 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1529 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1512 1530
1513 <trans-unit id="3058024914967508975" datatype="html"> 1531 <trans-unit id="3058024914967508975" datatype="html">
1514 <source>My videos</source> 1532 <source>My videos</source>
@@ -1576,7 +1594,7 @@ The link will expire within 1 hour.</target>
1576 1594
1577 1595
1578 1596
1579 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 1597 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
1580 <trans-unit id="667372110624203230" datatype="html"> 1598 <trans-unit id="667372110624203230" datatype="html">
1581 <source>Import jobs concurrency</source> 1599 <source>Import jobs concurrency</source>
1582 <target state="new">Import jobs concurrency</target> 1600 <target state="new">Import jobs concurrency</target>
@@ -1654,8 +1672,8 @@ The link will expire within 1 hour.</target>
1654 <trans-unit id="4424964105331349857" datatype="html"> 1672 <trans-unit id="4424964105331349857" datatype="html">
1655 <source>I'm a teapot</source> 1673 <source>I'm a teapot</source>
1656 <target state="new">I'm a teapot</target> 1674 <target state="new">I'm a teapot</target>
1657 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1675
1658 </trans-unit> 1676 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1659 <trans-unit id="1597262876035959248" datatype="html"> 1677 <trans-unit id="1597262876035959248" datatype="html">
1660 <source>That's an error.</source> 1678 <source>That's an error.</source>
1661 <target state="new">That's an error.</target> 1679 <target state="new">That's an error.</target>
@@ -1748,8 +1766,8 @@ The link will expire within 1 hour.</target>
1748 <trans-unit id="2971365540217107489" datatype="html"> 1766 <trans-unit id="2971365540217107489" datatype="html">
1749 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1767 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1750 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1768 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1751 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1769
1752 </trans-unit> 1770 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1753 1771
1754 <trans-unit id="5131854469652959713" datatype="html"> 1772 <trans-unit id="5131854469652959713" datatype="html">
1755 <source>GLOBAL SEARCH</source> 1773 <source>GLOBAL SEARCH</source>
@@ -1832,19 +1850,19 @@ The link will expire within 1 hour.</target>
1832 <target state="new"> 1850 <target state="new">
1833 Reset 1851 Reset
1834 </target> 1852 </target>
1835 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1853
1836 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1854
1837 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1855
1838 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1856
1839 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1857
1840 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1858
1841 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1859
1842 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1860
1843 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1861
1844 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1862
1845 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1863
1846 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1864
1847 </trans-unit> 1865 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1848 <trans-unit id="4540121094340493564" datatype="html"> 1866 <trans-unit id="4540121094340493564" datatype="html">
1849 <source>Display only</source> 1867 <source>Display only</source>
1850 <target state="new">Display only</target> 1868 <target state="new">Display only</target>
@@ -1890,7 +1908,7 @@ The link will expire within 1 hour.</target>
1890 <target>مدت زمان</target> 1908 <target>مدت زمان</target>
1891 1909
1892 1910
1893 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1911 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1894 <trans-unit id="3589238979642505685" datatype="html"> 1912 <trans-unit id="3589238979642505685" datatype="html">
1895 <source>Display sensitive content</source> 1913 <source>Display sensitive content</source>
1896 <target state="new">Display sensitive content</target> 1914 <target state="new">Display sensitive content</target>
@@ -1912,7 +1930,7 @@ The link will expire within 1 hour.</target>
1912 1930
1913 1931
1914 1932
1915 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1933 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1916 <trans-unit id="5478121364779850827" datatype="html"> 1934 <trans-unit id="5478121364779850827" datatype="html">
1917 <source>Reset</source> 1935 <source>Reset</source>
1918 <target state="new"> 1936 <target state="new">
@@ -1935,7 +1953,7 @@ The link will expire within 1 hour.</target>
1935 1953
1936 1954
1937 1955
1938 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1956 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1939 <trans-unit id="4184995865179898060" datatype="html"> 1957 <trans-unit id="4184995865179898060" datatype="html">
1940 <source>Display all licenses</source> 1958 <source>Display all licenses</source>
1941 <target state="new">Display all licenses</target> 1959 <target state="new">Display all licenses</target>
@@ -1948,7 +1966,7 @@ The link will expire within 1 hour.</target>
1948 1966
1949 1967
1950 1968
1951 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1969 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1952 <trans-unit id="7904142744051432458" datatype="html"> 1970 <trans-unit id="7904142744051432458" datatype="html">
1953 <source>Display all languages</source> 1971 <source>Display all languages</source>
1954 <target state="new">Display all languages</target> 1972 <target state="new">Display all languages</target>
@@ -1963,17 +1981,23 @@ The link will expire within 1 hour.</target>
1963 <source>One of these tags</source> 1981 <source>One of these tags</source>
1964 <target state="new">One of these tags</target> 1982 <target state="new">One of these tags</target>
1965 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 1983 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
1984 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
1985 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1986 <context-group purpose="location">
1987 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1988 <context context-type="linenumber">178</context>
1989 </context-group>
1966 </trans-unit> 1990 </trans-unit>
1967 <trans-unit id="283421392567624698" datatype="html"> 1991 <trans-unit id="283421392567624698" datatype="html">
1968 <source>Search target</source> 1992 <source>Search target</source>
1969 <target state="new">Search target</target> 1993 <target state="new">Search target</target>
1970 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 1994
1971 </trans-unit> 1995 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1972 <trans-unit id="2489767671380266270" datatype="html"> 1996 <trans-unit id="2489767671380266270" datatype="html">
1973 <source>Vidiverse</source> 1997 <source>Vidiverse</source>
1974 <target state="new">Vidiverse</target> 1998 <target state="new">Vidiverse</target>
1975 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 1999
1976 </trans-unit> 2000 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1977 <trans-unit id="5478121364779850827" datatype="html"> 2001 <trans-unit id="5478121364779850827" datatype="html">
1978 <source>Reset</source> 2002 <source>Reset</source>
1979 <target state="new"> 2003 <target state="new">
@@ -1984,8 +2008,8 @@ The link will expire within 1 hour.</target>
1984 <trans-unit id="8829497237648100098"> 2008 <trans-unit id="8829497237648100098">
1985 <source>Filter</source> 2009 <source>Filter</source>
1986 <target>فیلتر</target> 2010 <target>فیلتر</target>
1987 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 2011
1988 </trans-unit> 2012 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1989 <trans-unit id="6479885129995567639" datatype="html"> 2013 <trans-unit id="6479885129995567639" datatype="html">
1990 <source>Video channels</source> 2014 <source>Video channels</source>
1991 <target state="new">Video channels</target> 2015 <target state="new">Video channels</target>
@@ -2023,7 +2047,7 @@ The link will expire within 1 hour.</target>
2023 <target state="new">Tags</target> 2047 <target state="new">Tags</target>
2024 2048
2025 2049
2026 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 2050 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
2027 <trans-unit id="354332809647287722" datatype="html"> 2051 <trans-unit id="354332809647287722" datatype="html">
2028 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 2052 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
2029 <target state="new"> 2053 <target state="new">
@@ -2523,7 +2547,7 @@ The link will expire within 1 hour.</target>
2523 <source>Upload on hold</source> 2547 <source>Upload on hold</source>
2524 <target state="new">Upload on hold</target> 2548 <target state="new">Upload on hold</target>
2525 2549
2526 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2550 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2527 <trans-unit id="285180972645018518" datatype="html"> 2551 <trans-unit id="285180972645018518" datatype="html">
2528 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2552 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2529 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2553 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2873,12 +2897,18 @@ The link will expire within 1 hour.</target>
2873 <source>Origin</source> 2897 <source>Origin</source>
2874 <target state="new">Origin</target> 2898 <target state="new">Origin</target>
2875 2899
2876 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2900 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2901 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2902 <context-group purpose="location">
2903 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2904 <context context-type="linenumber">14</context>
2905 </context-group>
2906 </trans-unit>
2877 <trans-unit id="5139892963394684487" datatype="html"> 2907 <trans-unit id="5139892963394684487" datatype="html">
2878 <source>Originally published</source> 2908 <source>Originally published</source>
2879 <target state="new">Originally published</target> 2909 <target state="new">Originally published</target>
2880 2910
2881 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2911 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2882 <trans-unit id="6402393085909200998" datatype="html"> 2912 <trans-unit id="6402393085909200998" datatype="html">
2883 <source>Friendly Reminder:</source> 2913 <source>Friendly Reminder:</source>
2884 <target state="new">Friendly Reminder: </target> 2914 <target state="new">Friendly Reminder: </target>
@@ -3239,11 +3269,7 @@ The link will expire within 1 hour.</target>
3239 <target state="new">ID</target> 3269 <target state="new">ID</target>
3240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3241 </trans-unit> 3271 </trans-unit>
3242 <trans-unit id="2265605798180116441" datatype="html"> 3272
3243 <source>Follower handle</source>
3244 <target state="new">Follower handle</target>
3245 <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>
3246 </trans-unit>
3247 <trans-unit id="5911214550882917183"> 3273 <trans-unit id="5911214550882917183">
3248 <source>State</source> 3274 <source>State</source>
3249 <target state="new">State</target> 3275 <target state="new">State</target>
@@ -3318,11 +3344,7 @@ The link will expire within 1 hour.</target>
3318 </target> 3344 </target>
3319 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3345 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3320 </trans-unit> 3346 </trans-unit>
3321 <trans-unit id="6641024648411549335"> 3347
3322 <source>Host</source>
3323 <target>میزبان</target>
3324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3325 </trans-unit>
3326 <trans-unit id="6571718060636962350" datatype="html"> 3348 <trans-unit id="6571718060636962350" datatype="html">
3327 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3349 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3328 <target state="new">Redundancy allowed 3350 <target state="new">Redundancy allowed
@@ -3334,9 +3356,9 @@ The link will expire within 1 hour.</target>
3334 <trans-unit id="9160510009013134726" datatype="html"> 3356 <trans-unit id="9160510009013134726" datatype="html">
3335 <source>Unfollow</source> 3357 <source>Unfollow</source>
3336 <target state="new">Unfollow</target> 3358 <target state="new">Unfollow</target>
3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3359
3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3360
3339 </trans-unit> 3361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3340 <trans-unit id="8246779176913476983" datatype="html"> 3362 <trans-unit id="8246779176913476983" datatype="html">
3341 <source>Open instance in a new tab</source> 3363 <source>Open instance in a new tab</source>
3342 <target state="new">Open instance in a new tab</target> 3364 <target state="new">Open instance in a new tab</target>
@@ -3347,13 +3369,13 @@ The link will expire within 1 hour.</target>
3347 <trans-unit id="9132918641931433659" datatype="html"> 3369 <trans-unit id="9132918641931433659" datatype="html">
3348 <source>No host found matching current filters.</source> 3370 <source>No host found matching current filters.</source>
3349 <target state="new">No host found matching current filters.</target> 3371 <target state="new">No host found matching current filters.</target>
3350 <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> 3372
3351 </trans-unit> 3373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3352 <trans-unit id="7274241885665071790" datatype="html"> 3374 <trans-unit id="7274241885665071790" datatype="html">
3353 <source>Your instance is not following anyone.</source> 3375 <source>Your instance is not following anyone.</source>
3354 <target state="new">Your instance is not following anyone.</target> 3376 <target state="new">Your instance is not following anyone.</target>
3355 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3377
3356 </trans-unit> 3378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit>
3357 <trans-unit id="4774348799569692380" datatype="html"> 3379 <trans-unit id="4774348799569692380" datatype="html">
3358 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3380 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3359 <target state="new">Showing 3381 <target state="new">Showing
@@ -3363,16 +3385,8 @@ The link will expire within 1 hour.</target>
3363 </target> 3385 </target>
3364 <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> 3386 <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>
3365 </trans-unit> 3387 </trans-unit>
3366 <trans-unit id="6275803119759621687" datatype="html"> 3388
3367 <source>Follow domains</source> 3389
3368 <target state="new">Follow domains</target>
3369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3370 </trans-unit>
3371 <trans-unit id="1268699198448750610" datatype="html">
3372 <source>Follow instances</source>
3373 <target state="new">Follow instances</target>
3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3375 </trans-unit>
3376 <trans-unit id="9216117865911519658" datatype="html"> 3390 <trans-unit id="9216117865911519658" datatype="html">
3377 <source>Action</source> 3391 <source>Action</source>
3378 <target state="new">Action</target> 3392 <target state="new">Action</target>
@@ -3422,11 +3436,11 @@ The link will expire within 1 hour.</target>
3422 <trans-unit id="5248717555542428023"> 3436 <trans-unit id="5248717555542428023">
3423 <source>Username</source> 3437 <source>Username</source>
3424 <target state="new">Username</target> 3438 <target state="new">Username</target>
3425 <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> 3439
3426 <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> 3440
3427 <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> 3441
3428 <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> 3442
3429 </trans-unit> 3443 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3430 <trans-unit id="5428411040014095392" datatype="html"> 3444 <trans-unit id="5428411040014095392" datatype="html">
3431 <source>e.g. jane_doe</source> 3445 <source>e.g. jane_doe</source>
3432 <target state="new">e.g. jane_doe</target> 3446 <target state="new">e.g. jane_doe</target>
@@ -3456,9 +3470,9 @@ The link will expire within 1 hour.</target>
3456 <trans-unit id="4145496584631696119"> 3470 <trans-unit id="4145496584631696119">
3457 <source>Role</source> 3471 <source>Role</source>
3458 <target>نقش</target> 3472 <target>نقش</target>
3459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3473
3460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3474
3461 </trans-unit> 3475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3462 <trans-unit id="7046347992315328430" datatype="html"> 3476 <trans-unit id="7046347992315328430" datatype="html">
3463 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3477 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3464 <target state="new"> 3478 <target state="new">
@@ -3483,15 +3497,9 @@ The link will expire within 1 hour.</target>
3483 <trans-unit id="2622255144026150901" datatype="html"> 3497 <trans-unit id="2622255144026150901" datatype="html">
3484 <source>Auth plugin</source> 3498 <source>Auth plugin</source>
3485 <target state="new">Auth plugin</target> 3499 <target state="new">Auth plugin</target>
3486 <context-group purpose="location"> 3500
3487 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3501
3488 <context context-type="linenumber">188</context> 3502 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit>
3489 </context-group>
3490 <context-group purpose="location">
3491 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3492 <context context-type="linenumber">188</context>
3493 </context-group>
3494 </trans-unit>
3495 <trans-unit id="588099657508661970" datatype="html"> 3503 <trans-unit id="588099657508661970" datatype="html">
3496 <source>None (local authentication)</source> 3504 <source>None (local authentication)</source>
3497 <target state="new">None (local authentication)</target> 3505 <target state="new">None (local authentication)</target>
@@ -3756,6 +3764,12 @@ The link will expire within 1 hour.</target>
3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group> 3764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group>
3757 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3765 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3758 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3766 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3767 </trans-unit><trans-unit id="8390803680962035202" datatype="html">
3768 <source>Follower</source><target state="new">Follower</target>
3769 <context-group purpose="location">
3770 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3771 <context context-type="linenumber">24</context>
3772 </context-group>
3759 </trans-unit> 3773 </trans-unit>
3760 <trans-unit id="4691552465058437520" datatype="html"> 3774 <trans-unit id="4691552465058437520" datatype="html">
3761 <source>Commented video</source> 3775 <source>Commented video</source>
@@ -3801,43 +3815,28 @@ The link will expire within 1 hour.</target>
3801 <trans-unit id="1807029821872995706" datatype="html"> 3815 <trans-unit id="1807029821872995706" datatype="html">
3802 <source>Unsolved reports</source> 3816 <source>Unsolved reports</source>
3803 <target state="new">Unsolved reports</target> 3817 <target state="new">Unsolved reports</target>
3804 <context-group purpose="location"> 3818
3805 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3819 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3806 <context context-type="linenumber">42</context>
3807 </context-group>
3808 </trans-unit>
3809 <trans-unit id="2570256912317308673" datatype="html"> 3820 <trans-unit id="2570256912317308673" datatype="html">
3810 <source>Accepted reports</source> 3821 <source>Accepted reports</source>
3811 <target state="new">Accepted reports</target> 3822 <target state="new">Accepted reports</target>
3812 <context-group purpose="location"> 3823
3813 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3824 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3814 <context context-type="linenumber">46</context>
3815 </context-group>
3816 </trans-unit>
3817 <trans-unit id="4335414817109654558" datatype="html"> 3825 <trans-unit id="4335414817109654558" datatype="html">
3818 <source>Refused reports</source> 3826 <source>Refused reports</source>
3819 <target state="new">Refused reports</target> 3827 <target state="new">Refused reports</target>
3820 <context-group purpose="location"> 3828
3821 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3829 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3822 <context context-type="linenumber">50</context>
3823 </context-group>
3824 </trans-unit>
3825 <trans-unit id="5604806676748121035" datatype="html"> 3830 <trans-unit id="5604806676748121035" datatype="html">
3826 <source>Reports with blocked videos</source> 3831 <source>Reports with blocked videos</source>
3827 <target state="new">Reports with blocked videos</target> 3832 <target state="new">Reports with blocked videos</target>
3828 <context-group purpose="location"> 3833
3829 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3830 <context context-type="linenumber">54</context>
3831 </context-group>
3832 </trans-unit>
3833 <trans-unit id="5105869928182826553" datatype="html"> 3835 <trans-unit id="5105869928182826553" datatype="html">
3834 <source>Reports with deleted videos</source> 3836 <source>Reports with deleted videos</source>
3835 <target state="new">Reports with deleted videos</target> 3837 <target state="new">Reports with deleted videos</target>
3836 <context-group purpose="location"> 3838
3837 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3839 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3838 <context context-type="linenumber">58</context>
3839 </context-group>
3840 </trans-unit>
3841 <trans-unit id="4678289986918934018" datatype="html"> 3840 <trans-unit id="4678289986918934018" datatype="html">
3842 <source>Block reason:</source> 3841 <source>Block reason:</source>
3843 <target state="new">Block reason:</target> 3842 <target state="new">Block reason:</target>
@@ -3856,19 +3855,13 @@ The link will expire within 1 hour.</target>
3856 <trans-unit id="7755288609601798418" datatype="html"> 3855 <trans-unit id="7755288609601798418" datatype="html">
3857 <source>Automatic blocks</source> 3856 <source>Automatic blocks</source>
3858 <target state="new">Automatic blocks</target> 3857 <target state="new">Automatic blocks</target>
3859 <context-group purpose="location"> 3858
3860 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3861 <context context-type="linenumber">31</context>
3862 </context-group>
3863 </trans-unit>
3864 <trans-unit id="6510868134640657079" datatype="html"> 3860 <trans-unit id="6510868134640657079" datatype="html">
3865 <source>Manual blocks</source> 3861 <source>Manual blocks</source>
3866 <target state="new">Manual blocks</target> 3862 <target state="new">Manual blocks</target>
3867 <context-group purpose="location"> 3863
3868 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3869 <context context-type="linenumber">35</context>
3870 </context-group>
3871 </trans-unit>
3872 <trans-unit id="2143435845912984377" datatype="html"> 3865 <trans-unit id="2143435845912984377" datatype="html">
3873 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3866 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3874 <target state="new">Showing 3867 <target state="new">Showing
@@ -4045,11 +4038,11 @@ The link will expire within 1 hour.</target>
4045 <trans-unit id="2381859602529023966" datatype="html"> 4038 <trans-unit id="2381859602529023966" datatype="html">
4046 <source>Instance</source> 4039 <source>Instance</source>
4047 <target state="new">Instance</target> 4040 <target state="new">Instance</target>
4048 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4041
4049 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 4042
4050 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 4043
4051 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 4044
4052 </trans-unit> 4045 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
4053 <trans-unit id="1300704815627663264" datatype="html"> 4046 <trans-unit id="1300704815627663264" datatype="html">
4054 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 4047 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
4055 <target state="new">Muted at 4048 <target state="new">Muted at
@@ -4096,8 +4089,8 @@ The link will expire within 1 hour.</target>
4096 <target state="new"> 4089 <target state="new">
4097 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4090 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4098 </target> 4091 </target>
4099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 4092
4100 </trans-unit> 4093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
4101 <trans-unit id="4058814854824495833" datatype="html"> 4094 <trans-unit id="4058814854824495833" datatype="html">
4102 <source>Mute domains</source> 4095 <source>Mute domains</source>
4103 <target state="new">Mute domains</target> 4096 <target state="new">Mute domains</target>
@@ -4175,7 +4168,7 @@ The link will expire within 1 hour.</target>
4175 4168
4176 4169
4177 4170
4178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 4171 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
4179 <trans-unit id="8630916846096019339" datatype="html"> 4172 <trans-unit id="8630916846096019339" datatype="html">
4180 <source>Users can resolve distant content</source> 4173 <source>Users can resolve distant content</source>
4181 <target state="new">Users can resolve distant content</target> 4174 <target state="new">Users can resolve distant content</target>
@@ -6101,11 +6094,8 @@ color: red;
6101 <trans-unit id="5512878593724620692" datatype="html"> 6094 <trans-unit id="5512878593724620692" datatype="html">
6102 <source>CHANNELS</source> 6095 <source>CHANNELS</source>
6103 <target state="new">CHANNELS</target> 6096 <target state="new">CHANNELS</target>
6104 <context-group purpose="location"> 6097
6105 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 6098 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
6106 <context context-type="linenumber">82</context>
6107 </context-group>
6108 </trans-unit>
6109 <trans-unit id="3666829335406793239" datatype="html"> 6099 <trans-unit id="3666829335406793239" datatype="html">
6110 <source>This account does not have channels.</source> 6100 <source>This account does not have channels.</source>
6111 <target state="new">This account does not have channels.</target> 6101 <target state="new">This account does not have channels.</target>
@@ -6148,6 +6138,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6148It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 6138It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
6149channel with the same name (<x id="PH_2"/>)!</target> 6139channel with the same name (<x id="PH_2"/>)!</target>
6150 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 6140 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
6141 </trans-unit><trans-unit id="4433306639366959484" datatype="html">
6142 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
6143 <context-group purpose="location">
6144 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
6145 <context context-type="linenumber">48</context>
6146 </context-group>
6151 </trans-unit> 6147 </trans-unit>
6152 <trans-unit id="5387007581996837469" datatype="html"> 6148 <trans-unit id="5387007581996837469" datatype="html">
6153 <source>My Channels</source> 6149 <source>My Channels</source>
@@ -6746,12 +6742,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6746 <source>Your message has been sent.</source> 6742 <source>Your message has been sent.</source>
6747 <target state="new">Your message has been sent.</target> 6743 <target state="new">Your message has been sent.</target>
6748 6744
6749 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6745 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6750 <trans-unit id="2072135752262464360" datatype="html"> 6746 <trans-unit id="2072135752262464360" datatype="html">
6751 <source>You already sent this form recently</source> 6747 <source>You already sent this form recently</source>
6752 <target state="new">You already sent this form recently</target> 6748 <target state="new">You already sent this form recently</target>
6753 6749
6754 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6750 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6755 <trans-unit id="819067926858619041" datatype="html"> 6751 <trans-unit id="819067926858619041" datatype="html">
6756 <source>Account videos</source> 6752 <source>Account videos</source>
6757 <target state="new">Account videos</target> 6753 <target state="new">Account videos</target>
@@ -6797,13 +6793,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6797 <target state="new"> 6793 <target state="new">
6798 <x id="PH"/> direct account followers 6794 <x id="PH"/> direct account followers
6799 </target> 6795 </target>
6800 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6796
6801 </trans-unit> 6797 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6802 <trans-unit id="6250999352462648289" datatype="html"> 6798 <trans-unit id="6250999352462648289" datatype="html">
6803 <source>Report this account</source> 6799 <source>Report this account</source>
6804 <target state="new">Report this account</target> 6800 <target state="new">Report this account</target>
6805 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6801
6806 </trans-unit> 6802 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6807 <trans-unit id="1504521795586863905" datatype="html"> 6803 <trans-unit id="1504521795586863905" datatype="html">
6808 <source>VIDEOS</source> 6804 <source>VIDEOS</source>
6809 <target state="new">VIDEOS</target> 6805 <target state="new">VIDEOS</target>
@@ -6813,31 +6809,21 @@ channel with the same name (<x id="PH_2"/>)!</target>
6813 <trans-unit id="25349740244798533" datatype="html"> 6809 <trans-unit id="25349740244798533" datatype="html">
6814 <source>Username copied</source> 6810 <source>Username copied</source>
6815 <target state="new">Username copied</target> 6811 <target state="new">Username copied</target>
6816 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6812
6817 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6813
6818 </trans-unit> 6814 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6819 <trans-unit id="9221735175659318025" datatype="html"> 6815 <trans-unit id="9221735175659318025" datatype="html">
6820 <source>1 subscriber</source> 6816 <source>1 subscriber</source>
6821 <target state="new">1 subscriber</target> 6817 <target state="new">1 subscriber</target>
6822 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6818
6823 </trans-unit> 6819 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6824 <trans-unit id="4097331874769079975" datatype="html"> 6820 <trans-unit id="4097331874769079975" datatype="html">
6825 <source><x id="PH"/> subscribers</source> 6821 <source><x id="PH"/> subscribers</source>
6826 <target state="new"><x id="PH"/> subscribers</target> 6822 <target state="new"><x id="PH"/> subscribers</target>
6827 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6823
6828 </trans-unit> 6824 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6829 <trans-unit id="4682675125751819107" datatype="html"> 6825
6830 <source>Instances you follow</source> 6826
6831 <target state="new">Instances you follow</target>
6832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6834 </trans-unit>
6835 <trans-unit id="8899833753704589712" datatype="html">
6836 <source>Instances following you</source>
6837 <target state="new">Instances following you</target>
6838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6840 </trans-unit>
6841 <trans-unit id="1035838766454786107" datatype="html"> 6827 <trans-unit id="1035838766454786107" datatype="html">
6842 <source>Audio-only</source> 6828 <source>Audio-only</source>
6843 <target state="new">Audio-only</target> 6829 <target state="new">Audio-only</target>
@@ -6887,6 +6873,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6887 <source>Auto (via ffmpeg)</source> 6873 <source>Auto (via ffmpeg)</source>
6888 <target state="new">Auto (via ffmpeg)</target> 6874 <target state="new">Auto (via ffmpeg)</target>
6889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6875 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6876 </trans-unit><trans-unit id="3642770981085338761" datatype="html">
6877 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6878 <context-group purpose="location">
6879 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6880 <context context-type="linenumber">3</context>
6881 </context-group>
6890 </trans-unit> 6882 </trans-unit>
6891 <trans-unit id="931255636742351800" datatype="html"> 6883 <trans-unit id="931255636742351800" datatype="html">
6892 <source>No limit</source> 6884 <source>No limit</source>
@@ -7037,18 +7029,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
7037 <trans-unit id="2127446333083057097" datatype="html"> 7029 <trans-unit id="2127446333083057097" datatype="html">
7038 <source>Domain is required.</source> 7030 <source>Domain is required.</source>
7039 <target state="new">Domain is required.</target> 7031 <target state="new">Domain is required.</target>
7040 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 7032
7041 </trans-unit> 7033 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
7042 <trans-unit id="6780793142903080663" datatype="html"> 7034 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
7043 <source>Domains entered are invalid.</source> 7035 <context-group purpose="location">
7044 <target state="new">Domains entered are invalid.</target> 7036 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7045 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 7037 <context context-type="linenumber">93</context>
7046 </trans-unit> 7038 </context-group>
7047 <trans-unit id="5886492514458202177" datatype="html"> 7039 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
7048 <source>Domains entered contain duplicates.</source> 7040 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
7049 <target state="new">Domains entered contain duplicates.</target> 7041 <context-group purpose="location">
7050 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 7042 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7043 <context context-type="linenumber">94</context>
7044 </context-group>
7045 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
7046 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
7047 <context-group purpose="location">
7048 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7049 <context context-type="linenumber">102</context>
7050 </context-group>
7051 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
7052 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
7053 <context-group purpose="location">
7054 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7055 <context context-type="linenumber">103</context>
7056 </context-group>
7051 </trans-unit> 7057 </trans-unit>
7058
7059
7052 <trans-unit id="240806681889331244" datatype="html"> 7060 <trans-unit id="240806681889331244" datatype="html">
7053 <source>Unlimited</source> 7061 <source>Unlimited</source>
7054 <target state="new">Unlimited</target> 7062 <target state="new">Unlimited</target>
@@ -7208,26 +7216,52 @@ channel with the same name (<x id="PH_2"/>)!</target>
7208 <x id="PH"/> removed from instance followers 7216 <x id="PH"/> removed from instance followers
7209 </target> 7217 </target>
7210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 7218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
7219 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
7220 <source>Follow</source><target state="new">Follow</target>
7221 <context-group purpose="location">
7222 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7223 <context context-type="linenumber">3</context>
7224 </context-group>
7225 <context-group purpose="location">
7226 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7227 <context context-type="linenumber">37</context>
7228 </context-group>
7229 <context-group purpose="location">
7230 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7231 <context context-type="linenumber">18</context>
7232 </context-group>
7233 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
7234 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
7235 <context-group purpose="location">
7236 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7237 <context context-type="linenumber">11</context>
7238 </context-group>
7211 </trans-unit> 7239 </trans-unit>
7212 <trans-unit id="2740793005745065895" datatype="html"> 7240 <trans-unit id="2740793005745065895" datatype="html">
7213 <source><x id="PH"/> is not valid </source> 7241 <source><x id="PH"/> is not valid </source>
7214 <target state="new"> 7242 <target state="new">
7215 <x id="PH"/> is not valid 7243 <x id="PH"/> is not valid
7216 </target> 7244 </target>
7217 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 7245
7218 </trans-unit> 7246 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7219 <trans-unit id="2355066641781598196" datatype="html"> 7247 <trans-unit id="2355066641781598196" datatype="html">
7220 <source>Follow request(s) sent!</source> 7248 <source>Follow request(s) sent!</source>
7221 <target state="new">Follow request(s) sent!</target> 7249 <target state="new">Follow request(s) sent!</target>
7222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 7250
7251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
7252 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
7253 <context-group purpose="location">
7254 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7255 <context context-type="linenumber">3</context>
7256 </context-group>
7223 </trans-unit> 7257 </trans-unit>
7224 <trans-unit id="4245720728052819482" datatype="html"> 7258 <trans-unit id="4245720728052819482" datatype="html">
7225 <source>Do you really want to unfollow <x id="PH"/>?</source> 7259 <source>Do you really want to unfollow <x id="PH"/>?</source>
7226 <target state="new">Do you really want to unfollow 7260 <target state="new">Do you really want to unfollow
7227 <x id="PH"/>? 7261 <x id="PH"/>?
7228 </target> 7262 </target>
7229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 7263
7230 </trans-unit> 7264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
7231 <trans-unit id="9160510009013134726" datatype="html"> 7265 <trans-unit id="9160510009013134726" datatype="html">
7232 <source>Unfollow</source> 7266 <source>Unfollow</source>
7233 <target state="new">Unfollow</target> 7267 <target state="new">Unfollow</target>
@@ -7238,8 +7272,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7238 <target state="new">You are not following 7272 <target state="new">You are not following
7239 <x id="PH"/> anymore. 7273 <x id="PH"/> anymore.
7240 </target> 7274 </target>
7241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 7275
7242 </trans-unit> 7276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
7243 <trans-unit id="2593763089859685916" datatype="html"> 7277 <trans-unit id="2593763089859685916" datatype="html">
7244 <source>enabled</source> 7278 <source>enabled</source>
7245 <target state="new">enabled</target> 7279 <target state="new">enabled</target>
@@ -7357,109 +7391,109 @@ channel with the same name (<x id="PH_2"/>)!</target>
7357 <trans-unit id="6473213678768782133" datatype="html"> 7391 <trans-unit id="6473213678768782133" datatype="html">
7358 <source>Internal actions</source> 7392 <source>Internal actions</source>
7359 <target state="new">Internal actions</target> 7393 <target state="new">Internal actions</target>
7360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7394
7361 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7395
7362 </trans-unit> 7396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7363 <trans-unit id="4559872264406386913" datatype="html"> 7397 <trans-unit id="4559872264406386913" datatype="html">
7364 <source>Delete report</source> 7398 <source>Delete report</source>
7365 <target state="new">Delete report</target> 7399 <target state="new">Delete report</target>
7366 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7400
7367 </trans-unit> 7401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7368 <trans-unit id="5793550984155962433" datatype="html"> 7402 <trans-unit id="5793550984155962433" datatype="html">
7369 <source>Actions for the flagged account</source> 7403 <source>Actions for the flagged account</source>
7370 <target state="new">Actions for the flagged account</target> 7404 <target state="new">Actions for the flagged account</target>
7371 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7405
7372 </trans-unit> 7406 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7373 <trans-unit id="1679841953757186358" datatype="html"> 7407 <trans-unit id="1679841953757186358" datatype="html">
7374 <source>Mark as accepted</source> 7408 <source>Mark as accepted</source>
7375 <target state="new">Mark as accepted</target> 7409 <target state="new">Mark as accepted</target>
7376 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7410
7377 </trans-unit> 7411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7378 <trans-unit id="7993358694073742566" datatype="html"> 7412 <trans-unit id="7993358694073742566" datatype="html">
7379 <source>Mark as rejected</source> 7413 <source>Mark as rejected</source>
7380 <target state="new">Mark as rejected</target> 7414 <target state="new">Mark as rejected</target>
7381 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7415
7382 </trans-unit> 7416 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7383 <trans-unit id="4175703770051343108" datatype="html"> 7417 <trans-unit id="4175703770051343108" datatype="html">
7384 <source>Add internal note</source> 7418 <source>Add internal note</source>
7385 <target state="new">Add internal note</target> 7419 <target state="new">Add internal note</target>
7386 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7420
7387 </trans-unit> 7421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7388 <trans-unit id="296166371893775555" datatype="html"> 7422 <trans-unit id="296166371893775555" datatype="html">
7389 <source>Actions for the video</source> 7423 <source>Actions for the video</source>
7390 <target state="new">Actions for the video</target> 7424 <target state="new">Actions for the video</target>
7391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7425
7392 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7426
7393 </trans-unit> 7427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7394 <trans-unit id="3924877328520650445" datatype="html"> 7428 <trans-unit id="3924877328520650445" datatype="html">
7395 <source>Block video</source> 7429 <source>Block video</source>
7396 <target state="new">Block video</target> 7430 <target state="new">Block video</target>
7397 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7431
7398 </trans-unit> 7432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7399 <trans-unit id="4762794934098378428" datatype="html"> 7433 <trans-unit id="4762794934098378428" datatype="html">
7400 <source>Video blocked.</source> 7434 <source>Video blocked.</source>
7401 <target state="new">Video blocked.</target> 7435 <target state="new">Video blocked.</target>
7402 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7436
7403 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7437
7404 </trans-unit> 7438 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7405 <trans-unit id="4328862996304258770" datatype="html"> 7439 <trans-unit id="4328862996304258770" datatype="html">
7406 <source>Unblock video</source> 7440 <source>Unblock video</source>
7407 <target state="new">Unblock video</target> 7441 <target state="new">Unblock video</target>
7408 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7442
7409 </trans-unit> 7443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7410 <trans-unit id="9065327551191479877" datatype="html"> 7444 <trans-unit id="9065327551191479877" datatype="html">
7411 <source>Video unblocked.</source> 7445 <source>Video unblocked.</source>
7412 <target state="new">Video unblocked.</target> 7446 <target state="new">Video unblocked.</target>
7413 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7447
7414 </trans-unit> 7448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7415 <trans-unit id="1250415136605923486" datatype="html"> 7449 <trans-unit id="1250415136605923486" datatype="html">
7416 <source>Do you really want to delete this abuse report?</source> 7450 <source>Do you really want to delete this abuse report?</source>
7417 <target state="new">Do you really want to delete this abuse report?</target> 7451 <target state="new">Do you really want to delete this abuse report?</target>
7418 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7452
7419 </trans-unit> 7453 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7420 <trans-unit id="3482559157143817408" datatype="html"> 7454 <trans-unit id="3482559157143817408" datatype="html">
7421 <source>Abuse deleted.</source> 7455 <source>Abuse deleted.</source>
7422 <target state="new">Abuse deleted.</target> 7456 <target state="new">Abuse deleted.</target>
7423 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7457
7424 </trans-unit> 7458 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7425 <trans-unit id="6282990098351939529" datatype="html"> 7459 <trans-unit id="6282990098351939529" datatype="html">
7426 <source>Deleted comment</source> 7460 <source>Deleted comment</source>
7427 <target state="new">Deleted comment</target> 7461 <target state="new">Deleted comment</target>
7428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7462
7429 </trans-unit> 7463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7430 <trans-unit id="9196775343330824083" datatype="html"> 7464 <trans-unit id="9196775343330824083" datatype="html">
7431 <source>Messages with reporter</source> 7465 <source>Messages with reporter</source>
7432 <target state="new">Messages with reporter</target> 7466 <target state="new">Messages with reporter</target>
7433 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7467
7434 </trans-unit> 7468 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7435 <trans-unit id="8770468575924421391" datatype="html"> 7469 <trans-unit id="8770468575924421391" datatype="html">
7436 <source>Messages with moderators</source> 7470 <source>Messages with moderators</source>
7437 <target state="new">Messages with moderators</target> 7471 <target state="new">Messages with moderators</target>
7438 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7472
7439 </trans-unit> 7473 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7440 <trans-unit id="8528549800795985099" datatype="html"> 7474 <trans-unit id="8528549800795985099" datatype="html">
7441 <source>Update internal note</source> 7475 <source>Update internal note</source>
7442 <target state="new">Update internal note</target> 7476 <target state="new">Update internal note</target>
7443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7477
7444 </trans-unit> 7478 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7445 <trans-unit id="3962242315365992494" datatype="html"> 7479 <trans-unit id="3962242315365992494" datatype="html">
7446 <source>Switch video block to manual</source> 7480 <source>Switch video block to manual</source>
7447 <target state="new">Switch video block to manual</target> 7481 <target state="new">Switch video block to manual</target>
7448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7482
7449 </trans-unit> 7483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7450 <trans-unit id="6906423861055262169" datatype="html"> 7484 <trans-unit id="6906423861055262169" datatype="html">
7451 <source>Video <x id="PH"/> switched to manual block.</source> 7485 <source>Video <x id="PH"/> switched to manual block.</source>
7452 <target state="new">Video 7486 <target state="new">Video
7453 <x id="PH"/> switched to manual block. 7487 <x id="PH"/> switched to manual block.
7454 </target> 7488 </target>
7455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7489
7456 </trans-unit> 7490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7457 <trans-unit id="7293356040886494773" datatype="html"> 7491 <trans-unit id="7293356040886494773" datatype="html">
7458 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7492 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7459 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7493 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7460 7494
7461 7495
7462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 7496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7463 <trans-unit id="4859202148272511129" datatype="html"> 7497 <trans-unit id="4859202148272511129" datatype="html">
7464 <source>Unblock</source> 7498 <source>Unblock</source>
7465 <target state="new">Unblock</target> 7499 <target state="new">Unblock</target>
@@ -7467,7 +7501,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7467 7501
7468 7502
7469 7503
7470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7471 <trans-unit id="4922469417589203720" datatype="html"> 7505 <trans-unit id="4922469417589203720" datatype="html">
7472 <source>Video <x id="PH"/> unblocked.</source> 7506 <source>Video <x id="PH"/> unblocked.</source>
7473 <target state="new">Video 7507 <target state="new">Video
@@ -7475,7 +7509,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7475 </target> 7509 </target>
7476 7510
7477 7511
7478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 7512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7479 <trans-unit id="6286037250766429054" datatype="html"> 7513 <trans-unit id="6286037250766429054" datatype="html">
7480 <source>yes</source> 7514 <source>yes</source>
7481 <target state="new">yes</target> 7515 <target state="new">yes</target>
@@ -7730,9 +7764,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7730 <trans-unit id="1519954996184640001" datatype="html"> 7764 <trans-unit id="1519954996184640001" datatype="html">
7731 <source>Error</source> 7765 <source>Error</source>
7732 <target state="new">Error</target> 7766 <target state="new">Error</target>
7733 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7767
7734 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7768
7735 </trans-unit> 7769 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7736 <trans-unit id="5076187961693950167" datatype="html"> 7770 <trans-unit id="5076187961693950167" datatype="html">
7737 <source>Standard logs</source> 7771 <source>Standard logs</source>
7738 <target state="new">Standard logs</target> 7772 <target state="new">Standard logs</target>
@@ -7777,16 +7811,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7777 <target state="new">Update user password</target> 7811 <target state="new">Update user password</target>
7778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7779 </trans-unit> 7813 </trans-unit>
7780 <trans-unit id="177544274549739411" datatype="html"> 7814
7781 <source>Following list</source> 7815
7782 <target state="new">Following list</target>
7783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7784 </trans-unit>
7785 <trans-unit id="8092429110007204784" datatype="html">
7786 <source>Followers list</source>
7787 <target state="new">Followers list</target>
7788 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7789 </trans-unit>
7790 <trans-unit id="780323526182667308" datatype="html"> 7816 <trans-unit id="780323526182667308" datatype="html">
7791 <source>User <x id="PH"/> updated.</source> 7817 <source>User <x id="PH"/> updated.</source>
7792 <target state="new">User 7818 <target state="new">User
@@ -7826,16 +7852,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7826 <target state="new">Federation</target> 7852 <target state="new">Federation</target>
7827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7853 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7828 </trans-unit> 7854 </trans-unit>
7829 <trans-unit id="4682675125751819107" datatype="html"> 7855
7830 <source>Instances you follow</source> 7856
7831 <target state="new">Instances you follow</target>
7832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7833 </trans-unit>
7834 <trans-unit id="8899833753704589712" datatype="html">
7835 <source>Instances following you</source>
7836 <target state="new">Instances following you</target>
7837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7838 </trans-unit>
7839 <trans-unit id="3767259920053407667" datatype="html"> 7857 <trans-unit id="3767259920053407667" datatype="html">
7840 <source>Videos will be deleted, comments will be tombstoned.</source> 7858 <source>Videos will be deleted, comments will be tombstoned.</source>
7841 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7859 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7866,7 +7884,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7866 <target state="new">Set Email as Verified</target> 7884 <target state="new">Set Email as Verified</target>
7867 7885
7868 7886
7869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7888 <source>Created</source><target state="new">Created</target>
7889 <context-group purpose="location">
7890 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7891 <context context-type="linenumber">115</context>
7892 </context-group>
7893 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7894 <source>Daily quota</source><target state="new">Daily quota</target>
7895 <context-group purpose="location">
7896 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7897 <context context-type="linenumber">120</context>
7898 </context-group>
7899 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7900 <source>Last login</source><target state="new">Last login</target>
7901 <context-group purpose="location">
7902 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7903 <context context-type="linenumber">122</context>
7904 </context-group>
7905 </trans-unit>
7870 <trans-unit id="3403978719736970622" datatype="html"> 7906 <trans-unit id="3403978719736970622" datatype="html">
7871 <source>You cannot ban root.</source> 7907 <source>You cannot ban root.</source>
7872 <target state="new">You cannot ban root.</target> 7908 <target state="new">You cannot ban root.</target>
@@ -8179,13 +8215,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
8179 <target state="new">Video channel 8215 <target state="new">Video channel
8180 <x id="PH"/> created. 8216 <x id="PH"/> created.
8181 </target> 8217 </target>
8182 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 8218
8183 </trans-unit> 8219 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
8184 <trans-unit id="8723777130353305761" datatype="html"> 8220 <trans-unit id="8723777130353305761" datatype="html">
8185 <source>This name already exists on this instance.</source> 8221 <source>This name already exists on this instance.</source>
8186 <target state="new">This name already exists on this instance.</target> 8222 <target state="new">This name already exists on this instance.</target>
8187 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 8223
8188 </trans-unit> 8224 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
8189 <trans-unit id="7589345916094713536" datatype="html"> 8225 <trans-unit id="7589345916094713536" datatype="html">
8190 <source>Video channel <x id="PH"/> updated.</source> 8226 <source>Video channel <x id="PH"/> updated.</source>
8191 <target state="new">Video channel 8227 <target state="new">Video channel
@@ -8208,13 +8244,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8208 <target state="new">Banner deleted.</target> 8244 <target state="new">Banner deleted.</target>
8209 8245
8210 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 8246 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
8211 <trans-unit id="2575302837003821736" datatype="html"> 8247
8212 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
8213 <target state="new">Please type the display name of the video channel (
8214 <x id="PH"/>) to confirm
8215 </target>
8216 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
8217 </trans-unit>
8218 <trans-unit id="624066830180032195" datatype="html"> 8248 <trans-unit id="624066830180032195" datatype="html">
8219 <source>Video channel <x id="PH"/> deleted.</source> 8249 <source>Video channel <x id="PH"/> deleted.</source>
8220 <target state="new">Video channel 8250 <target state="new">Video channel
@@ -8380,6 +8410,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8380 <source>Ownership change request sent.</source> 8410 <source>Ownership change request sent.</source>
8381 <target state="new">Ownership change request sent.</target> 8411 <target state="new">Ownership change request sent.</target>
8382 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8412 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8413 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
8414 <source>Sort by</source><target state="new">Sort by</target>
8415 <context-group purpose="location">
8416 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8417 <context context-type="linenumber">26</context>
8418 </context-group>
8383 </trans-unit> 8419 </trans-unit>
8384 <trans-unit id="3245220240937722814" datatype="html"> 8420 <trans-unit id="3245220240937722814" datatype="html">
8385 <source>My channels</source> 8421 <source>My channels</source>
@@ -8440,13 +8476,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
8440 <trans-unit id="6489275254908395777" datatype="html"> 8476 <trans-unit id="6489275254908395777" datatype="html">
8441 <source>Maximize editor</source> 8477 <source>Maximize editor</source>
8442 <target state="new">Maximize editor</target> 8478 <target state="new">Maximize editor</target>
8443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8479
8444 </trans-unit> 8480 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8445 <trans-unit id="4243591013849340688" datatype="html"> 8481 <trans-unit id="4243591013849340688" datatype="html">
8446 <source>Exit maximized editor</source> 8482 <source>Exit maximized editor</source>
8447 <target state="new">Exit maximized editor</target> 8483 <target state="new">Exit maximized editor</target>
8448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8484
8449 </trans-unit> 8485 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8450 <trans-unit id="6537885755702623401" datatype="html"> 8486 <trans-unit id="6537885755702623401" datatype="html">
8451 <source>Now please check your emails to verify your account and complete signup.</source> 8487 <source>Now please check your emails to verify your account and complete signup.</source>
8452 <target state="new">Now please check your emails to verify your account and complete signup.</target> 8488 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8482,7 +8518,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8482 <target state="new">Subscribe to the account</target> 8518 <target state="new">Subscribe to the account</target>
8483 8519
8484 8520
8485 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8521 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8486 <trans-unit id="3131904093925601441" datatype="html"> 8522 <trans-unit id="3131904093925601441" datatype="html">
8487 <source>PLAYLISTS</source> 8523 <source>PLAYLISTS</source>
8488 <target state="new">PLAYLISTS</target> 8524 <target state="new">PLAYLISTS</target>
@@ -8529,35 +8565,35 @@ channel with the same name (<x id="PH_2"/>)!</target>
8529 <trans-unit id="3779524668013120370" datatype="html"> 8565 <trans-unit id="3779524668013120370" datatype="html">
8530 <source>Go to my subscriptions</source> 8566 <source>Go to my subscriptions</source>
8531 <target state="new">Go to my subscriptions</target> 8567 <target state="new">Go to my subscriptions</target>
8532 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8568
8533 </trans-unit> 8569 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
8534 <trans-unit id="1136469849928650779" datatype="html"> 8570 <trans-unit id="1136469849928650779" datatype="html">
8535 <source>Go to my videos</source> 8571 <source>Go to my videos</source>
8536 <target state="new">Go to my videos</target> 8572 <target state="new">Go to my videos</target>
8537 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8573
8538 </trans-unit> 8574 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
8539 <trans-unit id="7836683738999600376" datatype="html"> 8575 <trans-unit id="7836683738999600376" datatype="html">
8540 <source>Go to my imports</source> 8576 <source>Go to my imports</source>
8541 <target state="new">Go to my imports</target> 8577 <target state="new">Go to my imports</target>
8542 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8578
8543 </trans-unit> 8579 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
8544 <trans-unit id="7511292153332773503" datatype="html"> 8580 <trans-unit id="7511292153332773503" datatype="html">
8545 <source>Go to my channels</source> 8581 <source>Go to my channels</source>
8546 <target state="new">Go to my channels</target> 8582 <target state="new">Go to my channels</target>
8547 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8583
8548 </trans-unit> 8584 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
8549 <trans-unit id="2013324644839511073" datatype="html"> 8585 <trans-unit id="2013324644839511073" datatype="html">
8550 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8586 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8551Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8587Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8552 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8588 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8553Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8589Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8554 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8590
8555 </trans-unit> 8591 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
8556 <trans-unit id="375263728166936544" datatype="html"> 8592 <trans-unit id="375263728166936544" datatype="html">
8557 <source>You need to reconnect.</source> 8593 <source>You need to reconnect.</source>
8558 <target state="new">You need to reconnect.</target> 8594 <target state="new">You need to reconnect.</target>
8559 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8595
8560 </trans-unit> 8596 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
8561 <trans-unit id="2206638022166154361" datatype="html"> 8597 <trans-unit id="2206638022166154361" datatype="html">
8562 <source>Keyboard Shortcuts:</source> 8598 <source>Keyboard Shortcuts:</source>
8563 <target state="new">Keyboard Shortcuts:</target> 8599 <target state="new">Keyboard Shortcuts:</target>
@@ -8568,6 +8604,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8568 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8604 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8569 <context context-type="linenumber">98</context> 8605 <context context-type="linenumber">98</context>
8570 </context-group> 8606 </context-group>
8607 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8608 <source>In my library</source><target state="new">In my library</target>
8609 <context-group purpose="location">
8610 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8611 <context context-type="linenumber">104</context>
8612 </context-group>
8571 </trans-unit> 8613 </trans-unit>
8572 <trans-unit id="232050922346936574" datatype="html"> 8614 <trans-unit id="232050922346936574" datatype="html">
8573 <source>Trending</source> 8615 <source>Trending</source>
@@ -8594,39 +8636,39 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8594 <trans-unit id="1266887509445371246" datatype="html"> 8636 <trans-unit id="1266887509445371246" datatype="html">
8595 <source>Incorrect username or password.</source> 8637 <source>Incorrect username or password.</source>
8596 <target state="new">Incorrect username or password.</target> 8638 <target state="new">Incorrect username or password.</target>
8597 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8639
8598 </trans-unit> 8640 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8599 <trans-unit id="6974874606619467663" datatype="html"> 8641 <trans-unit id="6974874606619467663" datatype="html">
8600 <source>Your account is blocked.</source> 8642 <source>Your account is blocked.</source>
8601 <target state="new">Your account is blocked.</target> 8643 <target state="new">Your account is blocked.</target>
8602 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8644
8603 </trans-unit> 8645 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8604 <trans-unit id="7939914198003891823" datatype="html"> 8646 <trans-unit id="7939914198003891823" datatype="html">
8605 <source>any language</source> 8647 <source>any language</source>
8606 <target state="new">any language</target> 8648 <target state="new">any language</target>
8607 8649
8608 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8650 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8609 8651
8610 <trans-unit id="5633144232269377096" datatype="html"> 8652 <trans-unit id="5633144232269377096" datatype="html">
8611 <source>hide</source> 8653 <source>hide</source>
8612 <target state="new">hide</target> 8654 <target state="new">hide</target>
8613 8655
8614 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8656 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8615 <trans-unit id="8603861867909474404" datatype="html"> 8657 <trans-unit id="8603861867909474404" datatype="html">
8616 <source>blur</source> 8658 <source>blur</source>
8617 <target state="new">blur</target> 8659 <target state="new">blur</target>
8618 8660
8619 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8661 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8620 <trans-unit id="4534458451100881847" datatype="html"> 8662 <trans-unit id="4534458451100881847" datatype="html">
8621 <source>display</source> 8663 <source>display</source>
8622 <target state="new">display</target> 8664 <target state="new">display</target>
8623 8665
8624 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8666 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8625 <trans-unit id="4467323362722952678" datatype="html"> 8667 <trans-unit id="4467323362722952678" datatype="html">
8626 <source>Unknown</source> 8668 <source>Unknown</source>
8627 <target state="new">Unknown</target> 8669 <target state="new">Unknown</target>
8628 8670
8629 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8671 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8630 <trans-unit id="8781423666414310853" datatype="html"> 8672 <trans-unit id="8781423666414310853" datatype="html">
8631 <source>Your password has been successfully reset!</source> 8673 <source>Your password has been successfully reset!</source>
8632 <target state="new">Your password has been successfully reset!</target> 8674 <target state="new">Your password has been successfully reset!</target>
@@ -8740,12 +8782,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8740 <source>Search index is unavailable. Retrying with instance results instead.</source> 8782 <source>Search index is unavailable. Retrying with instance results instead.</source>
8741 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8783 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8742 8784
8743 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8785 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8744 <trans-unit id="307702206382241469" datatype="html"> 8786 <trans-unit id="307702206382241469" datatype="html">
8745 <source>Search error</source> 8787 <source>Search error</source>
8746 <target state="new">Search error</target> 8788 <target state="new">Search error</target>
8747 8789
8748 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8790 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8791 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8792 <context-group purpose="location">
8793 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8794 <context context-type="linenumber">329</context>
8795 </context-group>
8796 </trans-unit>
8749 <trans-unit id="4580988005648117665" datatype="html"> 8797 <trans-unit id="4580988005648117665" datatype="html">
8750 <source>Search</source> 8798 <source>Search</source>
8751 <target state="new">Search</target> 8799 <target state="new">Search</target>
@@ -9971,19 +10019,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9971 </target> 10019 </target>
9972 10020
9973 10021
9974 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 10022 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9975 <trans-unit id="1595779426198793580" datatype="html"> 10023 <trans-unit id="1595779426198793580" datatype="html">
9976 <source>Mute server</source> 10024 <source>Mute server</source>
9977 <target state="new">Mute server</target> 10025 <target state="new">Mute server</target>
9978 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 10026
9979 </trans-unit> 10027 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9980 <trans-unit id="8014491157078444256" datatype="html"> 10028 <trans-unit id="8014491157078444256" datatype="html">
9981 <source>Server <x id="PH"/> muted by the instance.</source> 10029 <source>Server <x id="PH"/> muted by the instance.</source>
9982 <target state="new">Server 10030 <target state="new">Server
9983 <x id="PH"/> muted by the instance. 10031 <x id="PH"/> muted by the instance.
9984 </target> 10032 </target>
9985 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 10033
9986 </trans-unit> 10034 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9987 <trans-unit id="2044813052587776285" datatype="html"> 10035 <trans-unit id="2044813052587776285" datatype="html">
9988 <source>Add a message to communicate with the reporter</source> 10036 <source>Add a message to communicate with the reporter</source>
9989 <target state="new">Add a message to communicate with the reporter</target> 10037 <target state="new">Add a message to communicate with the reporter</target>
@@ -10231,18 +10279,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10231 <target state="new">Too many attempts, please try again after 10279 <target state="new">Too many attempts, please try again after
10232 <x id="PH"/> minutes. 10280 <x id="PH"/> minutes.
10233 </target> 10281 </target>
10234 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 10282
10235 </trans-unit> 10283 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
10236 <trans-unit id="4965472196059235310" datatype="html"> 10284 <trans-unit id="4965472196059235310" datatype="html">
10237 <source>Too many attempts, please try again later.</source> 10285 <source>Too many attempts, please try again later.</source>
10238 <target state="new">Too many attempts, please try again later.</target> 10286 <target state="new">Too many attempts, please try again later.</target>
10239 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 10287
10240 </trans-unit> 10288 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
10241 <trans-unit id="1693549688987384699" datatype="html"> 10289 <trans-unit id="1693549688987384699" datatype="html">
10242 <source>Server error. Please retry later.</source> 10290 <source>Server error. Please retry later.</source>
10243 <target state="new">Server error. Please retry later.</target> 10291 <target state="new">Server error. Please retry later.</target>
10244 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 10292
10245 </trans-unit> 10293 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
10246 <trans-unit id="5927402622550505067" datatype="html"> 10294 <trans-unit id="5927402622550505067" datatype="html">
10247 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 10295 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
10248 <target state="new">Subscribed to all current channels of 10296 <target state="new">Subscribed to all current channels of
@@ -10356,29 +10404,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10356 <trans-unit id="2909684945706361544" datatype="html"> 10404 <trans-unit id="2909684945706361544" datatype="html">
10357 <source>Delete video</source> 10405 <source>Delete video</source>
10358 <target state="new">Delete video</target> 10406 <target state="new">Delete video</target>
10359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 10407
10360 </trans-unit> 10408 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
10361 <trans-unit id="2210418817778733727" datatype="html"> 10409 <trans-unit id="2210418817778733727" datatype="html">
10362 <source>Actions for the comment</source> 10410 <source>Actions for the comment</source>
10363 <target state="new">Actions for the comment</target> 10411 <target state="new">Actions for the comment</target>
10364 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 10412
10365 </trans-unit> 10413 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
10366 <trans-unit id="7978668497183230348" datatype="html"> 10414 <trans-unit id="7978668497183230348" datatype="html">
10367 <source>Delete comment</source> 10415 <source>Delete comment</source>
10368 <target state="new">Delete comment</target> 10416 <target state="new">Delete comment</target>
10369 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 10417
10370 </trans-unit> 10418 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
10371 <trans-unit id="6747218355168080191" datatype="html"> 10419 <trans-unit id="6747218355168080191" datatype="html">
10372 <source>Do you really want to delete this comment?</source> 10420 <source>Do you really want to delete this comment?</source>
10373 <target state="new">Do you really want to delete this comment?</target> 10421 <target state="new">Do you really want to delete this comment?</target>
10374 10422
10375 10423
10376 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 10424 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
10377 <trans-unit id="7837272126865175984" datatype="html"> 10425 <trans-unit id="7837272126865175984" datatype="html">
10378 <source>Comment deleted.</source> 10426 <source>Comment deleted.</source>
10379 <target state="new">Comment deleted.</target> 10427 <target state="new">Comment deleted.</target>
10380 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 10428
10381 </trans-unit> 10429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
10382 <trans-unit id="346270517625845962" datatype="html"> 10430 <trans-unit id="346270517625845962" datatype="html">
10383 <source>Encoder</source> 10431 <source>Encoder</source>
10384 <target state="new">Encoder</target> 10432 <target state="new">Encoder</target>
@@ -10420,31 +10468,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10420 <trans-unit id="1472171759957681533"> 10468 <trans-unit id="1472171759957681533">
10421 <source>Video reported.</source> 10469 <source>Video reported.</source>
10422 <target>ویدئو گزارش‌شد</target> 10470 <target>ویدئو گزارش‌شد</target>
10423 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10471
10424 </trans-unit> 10472 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10425 <trans-unit id="3622946684246476652"> 10473 <trans-unit id="3622946684246476652">
10426 <source>Do you really want to delete this video?</source> 10474 <source>Do you really want to delete this video?</source>
10427 <target>میخواهید این ویدئو را پاک کنید؟</target> 10475 <target>میخواهید این ویدئو را پاک کنید؟</target>
10428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10476
10429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10477
10430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10478
10431 </trans-unit> 10479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10432 <trans-unit id="3941342949736653028" datatype="html"> 10480 <trans-unit id="3941342949736653028" datatype="html">
10433 <source>Video deleted.</source> 10481 <source>Video deleted.</source>
10434 <target state="new">Video deleted.</target> 10482 <target state="new">Video deleted.</target>
10435 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10483
10436 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10484
10437 </trans-unit> 10485 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10438 <trans-unit id="5072091387445907742" datatype="html"> 10486 <trans-unit id="5072091387445907742" datatype="html">
10439 <source>Actions for the reporter</source> 10487 <source>Actions for the reporter</source>
10440 <target state="new">Actions for the reporter</target> 10488 <target state="new">Actions for the reporter</target>
10441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10489
10442 </trans-unit> 10490 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10443 <trans-unit id="6599069899275412095" datatype="html"> 10491 <trans-unit id="6599069899275412095" datatype="html">
10444 <source>Mute reporter</source> 10492 <source>Mute reporter</source>
10445 <target state="new">Mute reporter</target> 10493 <target state="new">Mute reporter</target>
10446 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10494
10447 </trans-unit> 10495 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10448 <trans-unit id="2990849907502572301" datatype="html"> 10496 <trans-unit id="2990849907502572301" datatype="html">
10449 <source>This video will be duplicated by your instance.</source> 10497 <source>This video will be duplicated by your instance.</source>
10450 <target state="new">This video will be duplicated by your instance.</target> 10498 <target state="new">This video will be duplicated by your instance.</target>
@@ -10521,9 +10569,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10521 <trans-unit id="4903651219400691248" datatype="html"> 10569 <trans-unit id="4903651219400691248" datatype="html">
10522 <source>Mute account</source> 10570 <source>Mute account</source>
10523 <target state="new">Mute account</target> 10571 <target state="new">Mute account</target>
10524 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10572
10525 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10573
10526 </trans-unit> 10574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10527 <trans-unit id="4021487547497211597" datatype="html"> 10575 <trans-unit id="4021487547497211597" datatype="html">
10528 <source>Open video actions</source> 10576 <source>Open video actions</source>
10529 <target state="new">Open video actions</target> 10577 <target state="new">Open video actions</target>
@@ -10539,8 +10587,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10539 <trans-unit id="3719503424625455635" datatype="html"> 10587 <trans-unit id="3719503424625455635" datatype="html">
10540 <source>Mute server account</source> 10588 <source>Mute server account</source>
10541 <target state="new">Mute server account</target> 10589 <target state="new">Mute server account</target>
10542 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10590
10543 </trans-unit> 10591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10544 <trans-unit id="7008439939460403347" datatype="html"> 10592 <trans-unit id="7008439939460403347" datatype="html">
10545 <source>Report</source> 10593 <source>Report</source>
10546 <target state="new">Report</target> 10594 <target state="new">Report</target>
@@ -10639,33 +10687,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10639 <trans-unit id="2439066254855913806" datatype="html"> 10687 <trans-unit id="2439066254855913806" datatype="html">
10640 <source>Only I can see this video</source> 10688 <source>Only I can see this video</source>
10641 <target state="new">Only I can see this video</target> 10689 <target state="new">Only I can see this video</target>
10642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10690
10643 </trans-unit> 10691 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10644 <trans-unit id="6767380569816110388" datatype="html"> 10692 <trans-unit id="6767380569816110388" datatype="html">
10645 <source>Only shareable via a private link</source> 10693 <source>Only shareable via a private link</source>
10646 <target state="new">Only shareable via a private link</target> 10694 <target state="new">Only shareable via a private link</target>
10647 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10695
10648 </trans-unit> 10696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10649 <trans-unit id="6828965264297239528" datatype="html"> 10697 <trans-unit id="6828965264297239528" datatype="html">
10650 <source>Anyone can see this video</source> 10698 <source>Anyone can see this video</source>
10651 <target state="new">Anyone can see this video</target> 10699 <target state="new">Anyone can see this video</target>
10652 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10700
10653 </trans-unit> 10701 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10654 <trans-unit id="1425933035739773115" datatype="html"> 10702 <trans-unit id="1425933035739773115" datatype="html">
10655 <source>Only users of this instance can see this video</source> 10703 <source>Only users of this instance can see this video</source>
10656 <target state="new">Only users of this instance can see this video</target> 10704 <target state="new">Only users of this instance can see this video</target>
10657 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10705
10658 </trans-unit> 10706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10659 <trans-unit id="8312101634344200207" datatype="html"> 10707 <trans-unit id="8312101634344200207" datatype="html">
10660 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10708 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10661 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10709 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10662 10710
10663 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 10711 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10664 <trans-unit id="7756087706411154095" datatype="html"> 10712 <trans-unit id="7756087706411154095" datatype="html">
10665 <source><x id="PH" equiv-text="this.views"/> views</source> 10713 <source><x id="PH" equiv-text="this.views"/> views</source>
10666 <target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10714 <target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10667 10715
10668 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 10716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10669 <trans-unit id="ngb.alert.close" datatype="html"> 10717 <trans-unit id="ngb.alert.close" datatype="html">
10670 <source>Close</source> 10718 <source>Close</source>
10671 <target state="new">Close</target> 10719 <target state="new">Close</target>
@@ -10841,34 +10889,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10841 <source>Your video was uploaded to your account and is private.</source> 10889 <source>Your video was uploaded to your account and is private.</source>
10842 <target state="new">Your video was uploaded to your account and is private.</target> 10890 <target state="new">Your video was uploaded to your account and is private.</target>
10843 10891
10844 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10892 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10845 <trans-unit id="5699822024600815733" datatype="html"> 10893 <trans-unit id="5699822024600815733" datatype="html">
10846 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10894 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10847 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target> 10895 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target>
10848 10896
10849 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10897 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10850 <trans-unit id="1219739004043110649" datatype="html"> 10898 <trans-unit id="1219739004043110649" datatype="html">
10851 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10899 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10852 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target> 10900 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target>
10853 10901
10854 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit> 10902 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10855 <trans-unit id="6932865105766151309" datatype="html"> 10903 <trans-unit id="6932865105766151309" datatype="html">
10856 <source>Upload</source> 10904 <source>Upload</source>
10857 <target state="new">Upload</target> 10905 <target state="new">Upload</target>
10858 10906
10859 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10907 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10860 <trans-unit id="8278735427925094503" datatype="html"> 10908 <trans-unit id="8278735427925094503" datatype="html">
10861 <source>Upload <x id="PH"/> </source> 10909 <source>Upload <x id="PH"/> </source>
10862 <target state="new">Upload 10910 <target state="new">Upload
10863 <x id="PH"/> 10911 <x id="PH"/>
10864 </target> 10912 </target>
10865 10913
10866 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10914 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10867 <trans-unit id="5981816353437801748"> 10915 <trans-unit id="5981816353437801748">
10868 <source>Video published.</source> 10916 <source>Video published.</source>
10869 <target>ویدئو انتشار‌یافت</target> 10917 <target>ویدئو انتشار‌یافت</target>
10870 10918
10871 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10919 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10872 <trans-unit id="764164089183618119" datatype="html"> 10920 <trans-unit id="764164089183618119" datatype="html">
10873 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10921 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10874 <target state="new">You have unsaved changes! If you leave, your changes will be lost.</target> 10922 <target state="new">You have unsaved changes! If you leave, your changes will be lost.</target>
@@ -10936,27 +10984,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10936 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10984 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10937 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10985 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10938 10986
10939 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10987 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10940 <trans-unit id="5761611056224181752" datatype="html"> 10988 <trans-unit id="5761611056224181752" datatype="html">
10941 <source>Redirection</source> 10989 <source>Redirection</source>
10942 <target state="new">Redirection</target> 10990 <target state="new">Redirection</target>
10943 10991
10944 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10992 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10945 <trans-unit id="8858527736400081688" datatype="html"> 10993 <trans-unit id="8858527736400081688" datatype="html">
10946 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10994 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10947 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target> 10995 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target>
10948 10996
10949 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10997 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10950 <trans-unit id="3937119019020041049" datatype="html"> 10998 <trans-unit id="3937119019020041049" datatype="html">
10951 <source>Mature or explicit content</source> 10999 <source>Mature or explicit content</source>
10952 <target state="new">Mature or explicit content</target> 11000 <target state="new">Mature or explicit content</target>
10953 11001
10954 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 11002 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10955 <trans-unit id="1755474755114288376" datatype="html"> 11003 <trans-unit id="1755474755114288376" datatype="html">
10956 <source>Up Next</source> 11004 <source>Up Next</source>
10957 <target state="new">Up Next</target> 11005 <target state="new">Up Next</target>
10958 11006
10959 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 11007 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10960 <trans-unit id="2159130950882492111" datatype="html"> 11008 <trans-unit id="2159130950882492111" datatype="html">
10961 <source>Cancel</source> 11009 <source>Cancel</source>
10962 <target state="new">Cancel</target> 11010 <target state="new">Cancel</target>
@@ -10966,62 +11014,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10966 <source>Autoplay is suspended</source> 11014 <source>Autoplay is suspended</source>
10967 <target state="new">Autoplay is suspended</target> 11015 <target state="new">Autoplay is suspended</target>
10968 11016
10969 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 11017 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10970 <trans-unit id="7895294730547405228" datatype="html"> 11018 <trans-unit id="7895294730547405228" datatype="html">
10971 <source>Enter/exit fullscreen (requires player focus)</source> 11019 <source>Enter/exit fullscreen (requires player focus)</source>
10972 <target state="new">Enter/exit fullscreen (requires player focus)</target> 11020 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10973 11021
10974 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 11022 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10975 <trans-unit id="7618388257165864759" datatype="html"> 11023 <trans-unit id="7618388257165864759" datatype="html">
10976 <source>Play/Pause the video (requires player focus)</source> 11024 <source>Play/Pause the video (requires player focus)</source>
10977 <target state="new">Play/Pause the video (requires player focus)</target> 11025 <target state="new">Play/Pause the video (requires player focus)</target>
10978 11026
10979 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 11027 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10980 <trans-unit id="7761890399634216630" datatype="html"> 11028 <trans-unit id="7761890399634216630" datatype="html">
10981 <source>Mute/unmute the video (requires player focus)</source> 11029 <source>Mute/unmute the video (requires player focus)</source>
10982 <target state="new">Mute/unmute the video (requires player focus)</target> 11030 <target state="new">Mute/unmute the video (requires player focus)</target>
10983 11031
10984 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 11032 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10985 <trans-unit id="5996585232248234904" datatype="html"> 11033 <trans-unit id="5996585232248234904" datatype="html">
10986 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 11034 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10987 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 11035 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10988 11036
10989 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 11037 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10990 <trans-unit id="3748765405903319998" datatype="html"> 11038 <trans-unit id="3748765405903319998" datatype="html">
10991 <source>Increase the volume (requires player focus)</source> 11039 <source>Increase the volume (requires player focus)</source>
10992 <target state="new">Increase the volume (requires player focus)</target> 11040 <target state="new">Increase the volume (requires player focus)</target>
10993 11041
10994 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 11042 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10995 <trans-unit id="5810704036407159982" datatype="html"> 11043 <trans-unit id="5810704036407159982" datatype="html">
10996 <source>Decrease the volume (requires player focus)</source> 11044 <source>Decrease the volume (requires player focus)</source>
10997 <target state="new">Decrease the volume (requires player focus)</target> 11045 <target state="new">Decrease the volume (requires player focus)</target>
10998 11046
10999 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 11047 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
11000 <trans-unit id="2622048822548065691" datatype="html"> 11048 <trans-unit id="2622048822548065691" datatype="html">
11001 <source>Seek the video forward (requires player focus)</source> 11049 <source>Seek the video forward (requires player focus)</source>
11002 <target state="new">Seek the video forward (requires player focus)</target> 11050 <target state="new">Seek the video forward (requires player focus)</target>
11003 11051
11004 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 11052 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
11005 <trans-unit id="6540078205109221153" datatype="html"> 11053 <trans-unit id="6540078205109221153" datatype="html">
11006 <source>Seek the video backward (requires player focus)</source> 11054 <source>Seek the video backward (requires player focus)</source>
11007 <target state="new">Seek the video backward (requires player focus)</target> 11055 <target state="new">Seek the video backward (requires player focus)</target>
11008 11056
11009 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 11057 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
11010 <trans-unit id="1956491957766210808" datatype="html"> 11058 <trans-unit id="1956491957766210808" datatype="html">
11011 <source>Increase playback rate (requires player focus)</source> 11059 <source>Increase playback rate (requires player focus)</source>
11012 <target state="new">Increase playback rate (requires player focus)</target> 11060 <target state="new">Increase playback rate (requires player focus)</target>
11013 11061
11014 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 11062 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
11015 <trans-unit id="5495529997674803186" datatype="html"> 11063 <trans-unit id="5495529997674803186" datatype="html">
11016 <source>Decrease playback rate (requires player focus)</source> 11064 <source>Decrease playback rate (requires player focus)</source>
11017 <target state="new">Decrease playback rate (requires player focus)</target> 11065 <target state="new">Decrease playback rate (requires player focus)</target>
11018 11066
11019 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 11067 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
11020 <trans-unit id="3178343147230721210" datatype="html"> 11068 <trans-unit id="3178343147230721210" datatype="html">
11021 <source>Navigate in the video frame by frame (requires player focus)</source> 11069 <source>Navigate in the video frame by frame (requires player focus)</source>
11022 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 11070 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
11023 11071
11024 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 11072 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
11025 <trans-unit id="8025996572234182184" datatype="html"> 11073 <trans-unit id="8025996572234182184" datatype="html">
11026 <source>Like the video</source> 11074 <source>Like the video</source>
11027 <target state="new">Like the video</target> 11075 <target state="new">Like the video</target>
diff --git a/client/src/locale/angular.fi-FI.xlf b/client/src/locale/angular.fi-FI.xlf
index 574375b5f..869ec5200 100644
--- a/client/src/locale/angular.fi-FI.xlf
+++ b/client/src/locale/angular.fi-FI.xlf
@@ -307,7 +307,7 @@
307 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 307 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
308 </target> 308 </target>
309 309
310 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html"> 310 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html">
311 <source>My watch history</source><target state="new">My watch history</target> 311 <source>My watch history</source><target state="new">My watch history</target>
312 312
313 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 313 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
@@ -388,12 +388,12 @@
388 388
389 389
390 390
391 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 391 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
392 <trans-unit id="1006562256968398209" datatype="html"> 392 <trans-unit id="1006562256968398209" datatype="html">
393 <source>video</source> 393 <source>video</source>
394 <target state="new">video</target> 394 <target state="new">video</target>
395 395
396 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 396 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
397 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target> 397 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target>
398 398
399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -455,10 +455,10 @@
455 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 455 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
456 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 456 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
457 457
458 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 458 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
459 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 459 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
460 460
461 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit><trans-unit id="5235042777215655908" datatype="html"> 461 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit><trans-unit id="5235042777215655908" datatype="html">
462 <source>subtitles</source><target state="new">subtitles</target> 462 <source>subtitles</source><target state="new">subtitles</target>
463 463
464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
@@ -669,7 +669,7 @@
669 669
670 670
671 671
672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
673 <source>Only live videos</source><target state="new">Only live videos</target> 673 <source>Only live videos</source><target state="new">Only live videos</target>
674 <context-group purpose="location"> 674 <context-group purpose="location">
675 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 675 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -836,7 +836,7 @@
836 836
837 837
838 838
839 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group></trans-unit> 839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
840 <trans-unit id="1502595455339510144"> 840 <trans-unit id="1502595455339510144">
841 <source> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 841 <source> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
842 <target> 842 <target>
@@ -919,7 +919,31 @@
919 <source>Federation</source> 919 <source>Federation</source>
920 <target state="new">Federation</target> 920 <target state="new">Federation</target>
921 921
922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
923 <source>Following</source><target state="new">Following</target>
924 <context-group purpose="location">
925 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
926 <context context-type="linenumber">29</context>
927 </context-group>
928 <context-group purpose="location">
929 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
930 <context context-type="linenumber">31</context>
931 </context-group>
932 <context-group purpose="location">
933 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
934 <context context-type="linenumber">28</context>
935 </context-group>
936 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
937 <source>Followers</source><target state="new">Followers</target>
938 <context-group purpose="location">
939 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
940 <context context-type="linenumber">34</context>
941 </context-group>
942 <context-group purpose="location">
943 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
944 <context context-type="linenumber">37</context>
945 </context-group>
946 </trans-unit>
923 <trans-unit id="3541687134897970106" datatype="html"> 947 <trans-unit id="3541687134897970106" datatype="html">
924 <source>followers</source> 948 <source>followers</source>
925 <target state="new">followers</target> 949 <target state="new">followers</target>
@@ -981,7 +1005,7 @@
981 1005
982 1006
983 1007
984 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 1008 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
985 <trans-unit id="3616223838716839702"> 1009 <trans-unit id="3616223838716839702">
986 <source>Ban this user</source> 1010 <source>Ban this user</source>
987 <target>Sulje tämä käyttäjä</target> 1011 <target>Sulje tämä käyttäjä</target>
@@ -1047,17 +1071,11 @@
1047 1071
1048 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7252854992688790751" datatype="html"> 1072 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7252854992688790751" datatype="html">
1049 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1073 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1050 <context-group purpose="location"> 1074
1051 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1075 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="7215649348148521605" datatype="html">
1052 <context context-type="linenumber">60,62</context>
1053 </context-group>
1054 </trans-unit><trans-unit id="7215649348148521605" datatype="html">
1055 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1076 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1056 <context-group purpose="location"> 1077
1057 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1078 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1058 <context context-type="linenumber">65,67</context>
1059 </context-group>
1060 </trans-unit>
1061 <trans-unit id="2392488717875840729"> 1079 <trans-unit id="2392488717875840729">
1062 <source>User</source> 1080 <source>User</source>
1063 <target>Käyttäjä</target> 1081 <target>Käyttäjä</target>
@@ -1068,7 +1086,13 @@
1068 <source>Username or email address</source> 1086 <source>Username or email address</source>
1069 <target>Käyttäjänimi tai sähköpostiosoite</target> 1087 <target>Käyttäjänimi tai sähköpostiosoite</target>
1070 1088
1071 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 1089 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="1758058452376026925" datatype="html">
1090 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1091 <context-group purpose="location">
1092 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1093 <context context-type="linenumber">33,34</context>
1094 </context-group>
1095 </trans-unit>
1072 1096
1073 <trans-unit id="1431416938026210429"> 1097 <trans-unit id="1431416938026210429">
1074 <source>Password</source> 1098 <source>Password</source>
@@ -1081,48 +1105,42 @@
1081 1105
1082 1106
1083 1107
1084 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1085 <trans-unit id="8715156686857791956" datatype="html"> 1109 <trans-unit id="8715156686857791956" datatype="html">
1086 <source>Click here to reset your password</source> 1110 <source>Click here to reset your password</source>
1087 <target state="new">Click here to reset your password</target> 1111 <target state="new">Click here to reset your password</target>
1088 1112
1089 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html"> 1113 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html">
1090 <source>I forgot my password</source><target state="new">I forgot my password</target> 1114 <source>I forgot my password</source><target state="new">I forgot my password</target>
1091 <context-group purpose="location"> 1115
1092 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1116 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="2101170466365500913" datatype="html">
1093 <context context-type="linenumber">47</context>
1094 </context-group>
1095 </trans-unit><trans-unit id="2101170466365500913" datatype="html">
1096 <source> Logging into an account lets you publish content </source><target state="new"> Logging into an account lets you publish content </target> 1117 <source> Logging into an account lets you publish content </source><target state="new"> Logging into an account lets you publish content </target>
1097 <context-group purpose="location"> 1118
1098 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1119 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1099 <context context-type="linenumber">56,57</context>
1100 </context-group>
1101 </trans-unit>
1102 <trans-unit id="2454050363478003966"> 1120 <trans-unit id="2454050363478003966">
1103 <source>Login</source> 1121 <source>Login</source>
1104 <target>Kirjaudu sisään</target> 1122 <target>Kirjaudu sisään</target>
1105 1123
1106 1124
1107 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1125 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1108 <trans-unit id="3183213940445113677" datatype="html"> 1126 <trans-unit id="3183213940445113677" datatype="html">
1109 <source>Or sign in with</source> 1127 <source>Or sign in with</source>
1110 <target state="new">Or sign in with</target> 1128 <target state="new">Or sign in with</target>
1111 1129
1112 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit> 1130 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1113 <trans-unit id="3238209155172574367"> 1131 <trans-unit id="3238209155172574367">
1114 <source>Forgot your password</source> 1132 <source>Forgot your password</source>
1115 <target>Unohda salasanasi</target> 1133 <target>Unohda salasanasi</target>
1116 1134
1117 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1135 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1118 <trans-unit id="87327320394367488" datatype="html"> 1136 <trans-unit id="87327320394367488" datatype="html">
1119 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1137 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1120 <target state="new">We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</target> 1138 <target state="new">We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</target>
1121 1139
1122 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit><trans-unit id="3188014010833256853" datatype="html"> 1140 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="3188014010833256853" datatype="html">
1123 <source> Enter your email address and we will send you a link to reset your password. </source><target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1141 <source> Enter your email address and we will send you a link to reset your password. </source><target state="new"> Enter your email address and we will send you a link to reset your password. </target>
1124 1142
1125 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="1190256911880544559" datatype="html"> 1143 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit><trans-unit id="1190256911880544559" datatype="html">
1126 <source>An email with the reset password instructions will be sent to <x id="PH"/>. 1144 <source>An email with the reset password instructions will be sent to <x id="PH"/>.
1127The link will expire within 1 hour.</source><target state="new">An email with the reset password instructions will be sent to <x id="PH"/>. 1145The link will expire within 1 hour.</source><target state="new">An email with the reset password instructions will be sent to <x id="PH"/>.
1128The link will expire within 1 hour.</target> 1146The link will expire within 1 hour.</target>
@@ -1138,17 +1156,17 @@ The link will expire within 1 hour.</target>
1138 1156
1139 1157
1140 1158
1141 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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/+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/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1142 <trans-unit id="3967269098753656610"> 1160 <trans-unit id="3967269098753656610">
1143 <source>Email address</source> 1161 <source>Email address</source>
1144 <target>Sähköpostiosoite</target> 1162 <target>Sähköpostiosoite</target>
1145 1163
1146 1164
1147 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="7808756054397155068" datatype="html"> 1165 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="7808756054397155068" datatype="html">
1148 <source>Reset</source><target state="new">Reset</target> 1166 <source>Reset</source><target state="new">Reset</target>
1149 1167
1150 <note priority="1" from="description">Password reset button</note> 1168 <note priority="1" from="description">Password reset button</note>
1151 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group></trans-unit> 1169 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1152 1170
1153 1171
1154 <trans-unit id="4319634264526091601" datatype="html"> 1172 <trans-unit id="4319634264526091601" datatype="html">
@@ -1225,7 +1243,7 @@ The link will expire within 1 hour.</target>
1225 Ei löytynyt yhtään tulosta, joka sisältäisi kaikki hakutermisi. 1243 Ei löytynyt yhtään tulosta, joka sisältäisi kaikki hakutermisi.
1226 </target> 1244 </target>
1227 1245
1228 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1246 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1229 <trans-unit id="5500467336262464724"> 1247 <trans-unit id="5500467336262464724">
1230 <source> 1248 <source>
1231 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers 1249 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers
@@ -1234,7 +1252,7 @@ The link will expire within 1 hour.</target>
1234 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> tilaajaa 1252 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> tilaajaa
1235 </target> 1253 </target>
1236 1254
1237 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1255 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1238 <trans-unit id="1516969129397662377" datatype="html"> 1256 <trans-unit id="1516969129397662377" datatype="html">
1239 <source>Welcome to PeerTube, dear administrator!</source> 1257 <source>Welcome to PeerTube, dear administrator!</source>
1240 <target state="new">Welcome to PeerTube, dear administrator!</target> 1258 <target state="new">Welcome to PeerTube, dear administrator!</target>
@@ -1488,7 +1506,7 @@ The link will expire within 1 hour.</target>
1488 <source>Create an account</source> 1506 <source>Create an account</source>
1489 <target>Luo tili</target> 1507 <target>Luo tili</target>
1490 1508
1491 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1509 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1492 1510
1493 <trans-unit id="3058024914967508975" datatype="html"> 1511 <trans-unit id="3058024914967508975" datatype="html">
1494 <source>My videos</source><target state="new">My videos</target> 1512 <source>My videos</source><target state="new">My videos</target>
@@ -1534,7 +1552,7 @@ The link will expire within 1 hour.</target>
1534 <target state="new">VIDEOS</target> 1552 <target state="new">VIDEOS</target>
1535 1553
1536 1554
1537 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html"> 1555 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html">
1538 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target> 1556 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target>
1539 1557
1540 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html"> 1558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html">
@@ -1602,7 +1620,7 @@ The link will expire within 1 hour.</target>
1602 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4424964105331349857" datatype="html"> 1620 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4424964105331349857" datatype="html">
1603 <source>I'm a teapot</source><target state="new">I'm a teapot</target> 1621 <source>I'm a teapot</source><target state="new">I'm a teapot</target>
1604 1622
1605 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="1597262876035959248" datatype="html"> 1623 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1597262876035959248" datatype="html">
1606 <source>That's an error.</source><target state="new">That's an error.</target> 1624 <source>That's an error.</source><target state="new">That's an error.</target>
1607 <context-group purpose="location"> 1625 <context-group purpose="location">
1608 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1626 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
@@ -1668,7 +1686,7 @@ The link will expire within 1 hour.</target>
1668 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="2971365540217107489" datatype="html"> 1686 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="2971365540217107489" datatype="html">
1669 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1687 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1670 1688
1671 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 1689 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1672 1690
1673 <trans-unit id="5131854469652959713" datatype="html"> 1691 <trans-unit id="5131854469652959713" datatype="html">
1674 <source>GLOBAL SEARCH</source> 1692 <source>GLOBAL SEARCH</source>
@@ -1758,7 +1776,7 @@ The link will expire within 1 hour.</target>
1758 1776
1759 1777
1760 1778
1761 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1779 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1762 <source>Display only</source><target state="new">Display only</target> 1780 <source>Display only</source><target state="new">Display only</target>
1763 <context-group purpose="location"> 1781 <context-group purpose="location">
1764 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1782 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1796,7 +1814,7 @@ The link will expire within 1 hour.</target>
1796 <target>Kesto</target> 1814 <target>Kesto</target>
1797 1815
1798 1816
1799 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1817 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1800 <trans-unit id="3589238979642505685"> 1818 <trans-unit id="3589238979642505685">
1801 <source>Display sensitive content</source> 1819 <source>Display sensitive content</source>
1802 <target>Näytä arkaluonteinen sisältö</target> 1820 <target>Näytä arkaluonteinen sisältö</target>
@@ -1818,7 +1836,7 @@ The link will expire within 1 hour.</target>
1818 1836
1819 1837
1820 1838
1821 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1839 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1822 <trans-unit id="5478121364779850827" datatype="html"> 1840 <trans-unit id="5478121364779850827" datatype="html">
1823 <source> 1841 <source>
1824 Reset 1842 Reset
@@ -1843,7 +1861,7 @@ The link will expire within 1 hour.</target>
1843 1861
1844 1862
1845 1863
1846 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1864 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1847 <trans-unit id="4184995865179898060" datatype="html"> 1865 <trans-unit id="4184995865179898060" datatype="html">
1848 <source>Display all licenses</source> 1866 <source>Display all licenses</source>
1849 <target state="new">Display all licenses</target> 1867 <target state="new">Display all licenses</target>
@@ -1856,7 +1874,7 @@ The link will expire within 1 hour.</target>
1856 1874
1857 1875
1858 1876
1859 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1877 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1860 <trans-unit id="7904142744051432458" datatype="html"> 1878 <trans-unit id="7904142744051432458" datatype="html">
1861 <source>Display all languages</source> 1879 <source>Display all languages</source>
1862 <target state="new">Display all languages</target> 1880 <target state="new">Display all languages</target>
@@ -1871,17 +1889,23 @@ The link will expire within 1 hour.</target>
1871 <source>One of these tags</source> 1889 <source>One of these tags</source>
1872 <target>Ei mikään näistä tageista</target> 1890 <target>Ei mikään näistä tageista</target>
1873 1891
1874 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1892 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1893 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1894 <context-group purpose="location">
1895 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1896 <context context-type="linenumber">178</context>
1897 </context-group>
1898 </trans-unit>
1875 <trans-unit id="283421392567624698" datatype="html"> 1899 <trans-unit id="283421392567624698" datatype="html">
1876 <source>Search target</source> 1900 <source>Search target</source>
1877 <target state="new">Search target</target> 1901 <target state="new">Search target</target>
1878 1902
1879 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1903 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1880 <trans-unit id="2489767671380266270" datatype="html"> 1904 <trans-unit id="2489767671380266270" datatype="html">
1881 <source>Vidiverse</source> 1905 <source>Vidiverse</source>
1882 <target state="new">Vidiverse</target> 1906 <target state="new">Vidiverse</target>
1883 1907
1884 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1908 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1885 <trans-unit id="5478121364779850827" datatype="html"> 1909 <trans-unit id="5478121364779850827" datatype="html">
1886 <source> 1910 <source>
1887 Reset 1911 Reset
@@ -1895,7 +1919,7 @@ The link will expire within 1 hour.</target>
1895 <source>Filter</source> 1919 <source>Filter</source>
1896 <target>Suodata</target> 1920 <target>Suodata</target>
1897 1921
1898 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1922 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1899 1923
1900 <trans-unit id="6479885129995567639" datatype="html"> 1924 <trans-unit id="6479885129995567639" datatype="html">
1901 <source>Video channels</source> 1925 <source>Video channels</source>
@@ -1934,7 +1958,7 @@ The link will expire within 1 hour.</target>
1934 <target>Tagit</target> 1958 <target>Tagit</target>
1935 1959
1936 1960
1937 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1961 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1938 <trans-unit id="354332809647287722" datatype="html"> 1962 <trans-unit id="354332809647287722" datatype="html">
1939 <source> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1963 <source> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1940 <target state="new"> 1964 <target state="new">
@@ -2358,7 +2382,7 @@ The link will expire within 1 hour.</target>
2358 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2382 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2359 <source>Upload on hold</source><target state="new">Upload on hold</target> 2383 <source>Upload on hold</source><target state="new">Upload on hold</target>
2360 2384
2361 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2385 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2362 <trans-unit id="285180972645018518" datatype="html"> 2386 <trans-unit id="285180972645018518" datatype="html">
2363 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2387 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2364 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2388 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2691,13 +2715,19 @@ The link will expire within 1 hour.</target>
2691 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2715 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2692 <source>Origin</source><target state="new">Origin</target> 2716 <source>Origin</source><target state="new">Origin</target>
2693 2717
2694 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2718 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2719 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2720 <context-group purpose="location">
2721 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2722 <context context-type="linenumber">14</context>
2723 </context-group>
2724 </trans-unit>
2695 2725
2696 <trans-unit id="5139892963394684487"> 2726 <trans-unit id="5139892963394684487">
2697 <source>Originally published</source> 2727 <source>Originally published</source>
2698 <target>Alkuperäinen julkaisupäivä</target> 2728 <target>Alkuperäinen julkaisupäivä</target>
2699 2729
2700 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2730 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2701 <trans-unit id="6402393085909200998" datatype="html"> 2731 <trans-unit id="6402393085909200998" datatype="html">
2702 <source>Friendly Reminder: </source> 2732 <source>Friendly Reminder: </source>
2703 <target state="new">Friendly Reminder: </target> 2733 <target state="new">Friendly Reminder: </target>
@@ -3026,11 +3056,7 @@ The link will expire within 1 hour.</target>
3026 <target>ID</target> 3056 <target>ID</target>
3027 3057
3028 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit> 3058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3029 <trans-unit id="2265605798180116441"> 3059
3030 <source>Follower handle</source>
3031 <target>Seuraajan käsittelijä</target>
3032
3033 <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>
3034 <trans-unit id="5911214550882917183"> 3060 <trans-unit id="5911214550882917183">
3035 <source>State</source> 3061 <source>State</source>
3036 <target>Tila</target> 3062 <target>Tila</target>
@@ -3112,11 +3138,7 @@ The link will expire within 1 hour.</target>
3112 </target> 3138 </target>
3113 3139
3114 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 3140 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
3115 <trans-unit id="6641024648411549335"> 3141
3116 <source>Host</source>
3117 <target>Isäntä</target>
3118
3119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3120 <trans-unit id="6571718060636962350" datatype="html"> 3142 <trans-unit id="6571718060636962350" datatype="html">
3121 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3143 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3122 <target state="new">Redundancy allowed 3144 <target state="new">Redundancy allowed
@@ -3127,7 +3149,7 @@ The link will expire within 1 hour.</target>
3127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html"> 3149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html">
3128 <source>Unfollow</source><target state="new">Unfollow</target> 3150 <source>Unfollow</source><target state="new">Unfollow</target>
3129 3151
3130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3131 <trans-unit id="8246779176913476983" datatype="html"> 3153 <trans-unit id="8246779176913476983" datatype="html">
3132 <source>Open instance in a new tab</source> 3154 <source>Open instance in a new tab</source>
3133 <target state="new">Open instance in a new tab</target> 3155 <target state="new">Open instance in a new tab</target>
@@ -3139,12 +3161,12 @@ The link will expire within 1 hour.</target>
3139 <source>No host found matching current filters.</source> 3161 <source>No host found matching current filters.</source>
3140 <target state="new">No host found matching current filters.</target> 3162 <target state="new">No host found matching current filters.</target>
3141 3163
3142 <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> 3164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3143 <trans-unit id="7274241885665071790" datatype="html"> 3165 <trans-unit id="7274241885665071790" datatype="html">
3144 <source>Your instance is not following anyone.</source> 3166 <source>Your instance is not following anyone.</source>
3145 <target state="new">Your instance is not following anyone.</target> 3167 <target state="new">Your instance is not following anyone.</target>
3146 3168
3147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3169 <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>
3148 <trans-unit id="4774348799569692380" datatype="html"> 3170 <trans-unit id="4774348799569692380" datatype="html">
3149 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3171 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3150 <target state="new">Showing 3172 <target state="new">Showing
@@ -3154,14 +3176,7 @@ The link will expire within 1 hour.</target>
3154 </target> 3176 </target>
3155 3177
3156 <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></trans-unit> 3178 <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></trans-unit>
3157 <trans-unit id="6275803119759621687" datatype="html"> 3179 <trans-unit id="9216117865911519658" datatype="html">
3158 <source>Follow domains</source>
3159 <target state="new">Follow domains</target>
3160
3161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="1268699198448750610" datatype="html">
3162 <source>Follow instances</source><target state="new">Follow instances</target>
3163
3164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
3165 <source>Action</source><target state="new">Action</target> 3180 <source>Action</source><target state="new">Action</target>
3166 3181
3167 3182
@@ -3211,7 +3226,7 @@ The link will expire within 1 hour.</target>
3211 3226
3212 3227
3213 3228
3214 <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><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/+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></trans-unit><trans-unit id="5428411040014095392" datatype="html"> 3229 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="5428411040014095392" datatype="html">
3215 <source>e.g. jane_doe</source><target state="new">e.g. jane_doe</target> 3230 <source>e.g. jane_doe</source><target state="new">e.g. jane_doe</target>
3216 3231
3217 <note priority="1" from="description">Username choice placeholder in the registration form</note> 3232 <note priority="1" from="description">Username choice placeholder in the registration form</note>
@@ -3243,7 +3258,7 @@ The link will expire within 1 hour.</target>
3243 <target>Rooli</target> 3258 <target>Rooli</target>
3244 3259
3245 3260
3246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group></trans-unit> 3261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3247 <trans-unit id="7046347992315328430" datatype="html"> 3262 <trans-unit id="7046347992315328430" datatype="html">
3248 <source> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3263 <source> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3249 <target state="new"> 3264 <target state="new">
@@ -3266,15 +3281,9 @@ The link will expire within 1 hour.</target>
3266 3281
3267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html"> 3282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html">
3268 <source>Auth plugin</source><target state="new">Auth plugin</target> 3283 <source>Auth plugin</source><target state="new">Auth plugin</target>
3269 <context-group purpose="location"> 3284
3270 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3285
3271 <context context-type="linenumber">188</context> 3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="588099657508661970" datatype="html">
3272 </context-group>
3273 <context-group purpose="location">
3274 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3275 <context context-type="linenumber">188</context>
3276 </context-group>
3277 </trans-unit><trans-unit id="588099657508661970" datatype="html">
3278 <source>None (local authentication)</source><target state="new">None (local authentication)</target> 3287 <source>None (local authentication)</source><target state="new">None (local authentication)</target>
3279 <context-group purpose="location"> 3288 <context-group purpose="location">
3280 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3289 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
@@ -3501,7 +3510,13 @@ The link will expire within 1 hour.</target>
3501 3510
3502 3511
3503 3512
3504 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4691552465058437520" datatype="html"> 3513 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3514 <source>Follower</source><target state="new">Follower</target>
3515 <context-group purpose="location">
3516 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3517 <context context-type="linenumber">24</context>
3518 </context-group>
3519 </trans-unit><trans-unit id="4691552465058437520" datatype="html">
3505 <source>Commented video</source><target state="new">Commented video</target> 3520 <source>Commented video</source><target state="new">Commented video</target>
3506 3521
3507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="7266085473379376028" datatype="html"> 3522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="7266085473379376028" datatype="html">
@@ -3534,35 +3549,20 @@ The link will expire within 1 hour.</target>
3534 3549
3535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3550 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3536 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3551 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3537 <context-group purpose="location"> 3552
3538 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3553 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3539 <context context-type="linenumber">42</context>
3540 </context-group>
3541 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3542 <source>Accepted reports</source><target state="new">Accepted reports</target> 3554 <source>Accepted reports</source><target state="new">Accepted reports</target>
3543 <context-group purpose="location"> 3555
3544 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3556 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3545 <context context-type="linenumber">46</context>
3546 </context-group>
3547 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3548 <source>Refused reports</source><target state="new">Refused reports</target> 3557 <source>Refused reports</source><target state="new">Refused reports</target>
3549 <context-group purpose="location"> 3558
3550 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3559 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3551 <context context-type="linenumber">50</context>
3552 </context-group>
3553 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3554 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3560 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3555 <context-group purpose="location"> 3561
3556 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3562 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3557 <context context-type="linenumber">54</context>
3558 </context-group>
3559 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3560 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3563 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3561 <context-group purpose="location"> 3564
3562 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3565 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3563 <context context-type="linenumber">58</context>
3564 </context-group>
3565 </trans-unit>
3566 <trans-unit id="4678289986918934018" datatype="html"> 3566 <trans-unit id="4678289986918934018" datatype="html">
3567 <source>Block reason:</source> 3567 <source>Block reason:</source>
3568 <target state="new">Block reason:</target> 3568 <target state="new">Block reason:</target>
@@ -3579,17 +3579,11 @@ The link will expire within 1 hour.</target>
3579 3579
3580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3581 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3581 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3582 <context-group purpose="location"> 3582
3583 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3584 <context context-type="linenumber">31</context>
3585 </context-group>
3586 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3587 <source>Manual blocks</source><target state="new">Manual blocks</target> 3584 <source>Manual blocks</source><target state="new">Manual blocks</target>
3588 <context-group purpose="location"> 3585
3589 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3590 <context context-type="linenumber">35</context>
3591 </context-group>
3592 </trans-unit>
3593 <trans-unit id="2143435845912984377" datatype="html"> 3587 <trans-unit id="2143435845912984377" datatype="html">
3594 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3588 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3595 <target state="new">Showing 3589 <target state="new">Showing
@@ -3773,7 +3767,7 @@ The link will expire within 1 hour.</target>
3773 3767
3774 3768
3775 3769
3776 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3770 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3777 <trans-unit id="1300704815627663264"> 3771 <trans-unit id="1300704815627663264">
3778 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3772 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3779 <target>Mykistetty kohdassa 3773 <target>Mykistetty kohdassa
@@ -3823,7 +3817,7 @@ The link will expire within 1 hour.</target>
3823 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3817 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3824 </target> 3818 </target>
3825 3819
3826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3827 <trans-unit id="4058814854824495833" datatype="html"> 3821 <trans-unit id="4058814854824495833" datatype="html">
3828 <source>Mute domains</source> 3822 <source>Mute domains</source>
3829 <target state="new">Mute domains</target> 3823 <target state="new">Mute domains</target>
@@ -3889,7 +3883,7 @@ The link will expire within 1 hour.</target>
3889 <target>Hae</target> 3883 <target>Hae</target>
3890 3884
3891 3885
3892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3893 <trans-unit id="8630916846096019339" datatype="html"> 3887 <trans-unit id="8630916846096019339" datatype="html">
3894 <source>Users can resolve distant content</source> 3888 <source>Users can resolve distant content</source>
3895 <target state="new">Users can resolve distant content</target> 3889 <target state="new">Users can resolve distant content</target>
@@ -5622,11 +5616,8 @@ color: red;
5622 5616
5623 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 5617 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
5624 <source>CHANNELS</source><target state="new">CHANNELS</target> 5618 <source>CHANNELS</source><target state="new">CHANNELS</target>
5625 <context-group purpose="location"> 5619
5626 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5620 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5627 <context context-type="linenumber">82</context>
5628 </context-group>
5629 </trans-unit>
5630 5621
5631 <trans-unit id="3666829335406793239"> 5622 <trans-unit id="3666829335406793239">
5632 <source>This account does not have channels.</source> 5623 <source>This account does not have channels.</source>
@@ -5664,7 +5655,13 @@ channel with the same name (<x id="PH_2"/>)!</source><target state="new">Do you
5664It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 5655It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
5665channel with the same name (<x id="PH_2"/>)!</target> 5656channel with the same name (<x id="PH_2"/>)!</target>
5666 5657
5667 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 5658 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
5659 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5660 <context-group purpose="location">
5661 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5662 <context context-type="linenumber">48</context>
5663 </context-group>
5664 </trans-unit>
5668 <trans-unit id="5387007581996837469" datatype="html"> 5665 <trans-unit id="5387007581996837469" datatype="html">
5669 <source>My Channels</source> 5666 <source>My Channels</source>
5670 <target state="new">My Channels</target> 5667 <target state="new">My Channels</target>
@@ -6263,12 +6260,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6263 <source>Your message has been sent.</source> 6260 <source>Your message has been sent.</source>
6264 <target>Viestisi on lähetetty.</target> 6261 <target>Viestisi on lähetetty.</target>
6265 6262
6266 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6263 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6267 <trans-unit id="2072135752262464360"> 6264 <trans-unit id="2072135752262464360">
6268 <source>You already sent this form recently</source> 6265 <source>You already sent this form recently</source>
6269 <target>Lähetit jo tämän lomakkeen vasta.</target> 6266 <target>Lähetit jo tämän lomakkeen vasta.</target>
6270 6267
6271 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6268 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6272 <trans-unit id="819067926858619041" datatype="html"> 6269 <trans-unit id="819067926858619041" datatype="html">
6273 <source>Account videos</source><target state="new">Account videos</target> 6270 <source>Account videos</source><target state="new">Account videos</target>
6274 6271
@@ -6303,10 +6300,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
6303 <x id="PH"/> direct account followers 6300 <x id="PH"/> direct account followers
6304 </target> 6301 </target>
6305 6302
6306 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit><trans-unit id="6250999352462648289" datatype="html"> 6303 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="6250999352462648289" datatype="html">
6307 <source>Report this account</source><target state="new">Report this account</target> 6304 <source>Report this account</source><target state="new">Report this account</target>
6308 6305
6309 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 6306 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6310 6307
6311 <trans-unit id="1504521795586863905" datatype="html"> 6308 <trans-unit id="1504521795586863905" datatype="html">
6312 <source>VIDEOS</source><target state="new">VIDEOS</target> 6309 <source>VIDEOS</source><target state="new">VIDEOS</target>
@@ -6318,24 +6315,16 @@ channel with the same name (<x id="PH_2"/>)!</target>
6318 <target>Käyttäjänimi kopioitu</target> 6315 <target>Käyttäjänimi kopioitu</target>
6319 6316
6320 6317
6321 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="9221735175659318025" datatype="html"> 6318 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="9221735175659318025" datatype="html">
6322 <source>1 subscriber</source><target state="new">1 subscriber</target> 6319 <source>1 subscriber</source><target state="new">1 subscriber</target>
6323 6320
6324 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="4097331874769079975" datatype="html"> 6321 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit><trans-unit id="4097331874769079975" datatype="html">
6325 <source><x id="PH"/> subscribers</source><target state="new"><x id="PH"/> subscribers</target> 6322 <source><x id="PH"/> subscribers</source><target state="new"><x id="PH"/> subscribers</target>
6326 6323
6327 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 6324 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6325
6326
6328 6327
6329 <trans-unit id="4682675125751819107" datatype="html">
6330 <source>Instances you follow</source>
6331 <target state="new">Instances you follow</target>
6332
6333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6334 <trans-unit id="8899833753704589712" datatype="html">
6335 <source>Instances following you</source>
6336 <target state="new">Instances following you</target>
6337
6338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6339 <trans-unit id="1035838766454786107" datatype="html"> 6328 <trans-unit id="1035838766454786107" datatype="html">
6340 <source>Audio-only</source> 6329 <source>Audio-only</source>
6341 <target state="new">Audio-only</target> 6330 <target state="new">Audio-only</target>
@@ -6383,7 +6372,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6383 <source>Auto (via ffmpeg)</source> 6372 <source>Auto (via ffmpeg)</source>
6384 <target>Automaattinen (ffmpeg avulla)</target> 6373 <target>Automaattinen (ffmpeg avulla)</target>
6385 6374
6386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="931255636742351800" datatype="html"> 6375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="3642770981085338761" datatype="html">
6376 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6377 <context-group purpose="location">
6378 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6379 <context context-type="linenumber">3</context>
6380 </context-group>
6381 </trans-unit><trans-unit id="931255636742351800" datatype="html">
6387 <source>No limit</source><target state="new">No limit</target> 6382 <source>No limit</source><target state="new">No limit</target>
6388 6383
6389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="5250062810079582285" datatype="html"> 6384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="5250062810079582285" datatype="html">
@@ -6502,17 +6497,33 @@ channel with the same name (<x id="PH_2"/>)!</target>
6502 <source>Domain is required.</source> 6497 <source>Domain is required.</source>
6503 <target state="new">Domain is required.</target> 6498 <target state="new">Domain is required.</target>
6504 6499
6505 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 6500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6506 <trans-unit id="6780793142903080663" datatype="html"> 6501 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6507 <source>Domains entered are invalid.</source> 6502 <context-group purpose="location">
6508 <target state="new">Domains entered are invalid.</target> 6503 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6509 6504 <context context-type="linenumber">93</context>
6510 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 6505 </context-group>
6511 <trans-unit id="5886492514458202177" datatype="html"> 6506 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6512 <source>Domains entered contain duplicates.</source> 6507 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6513 <target state="new">Domains entered contain duplicates.</target> 6508 <context-group purpose="location">
6514 6509 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 6510 <context context-type="linenumber">94</context>
6511 </context-group>
6512 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6513 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6514 <context-group purpose="location">
6515 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6516 <context context-type="linenumber">102</context>
6517 </context-group>
6518 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6519 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6520 <context-group purpose="location">
6521 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6522 <context context-type="linenumber">103</context>
6523 </context-group>
6524 </trans-unit>
6525
6526
6516 <trans-unit id="240806681889331244"> 6527 <trans-unit id="240806681889331244">
6517 <source>Unlimited</source> 6528 <source>Unlimited</source>
6518 <target>Rajaton</target> 6529 <target>Rajaton</target>
@@ -6643,7 +6654,27 @@ channel with the same name (<x id="PH_2"/>)!</target>
6643 <x id="PH"/> removed from instance followers 6654 <x id="PH"/> removed from instance followers
6644 </target> 6655 </target>
6645 6656
6646 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit> 6657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="6018246591673612412" datatype="html">
6658 <source>Follow</source><target state="new">Follow</target>
6659 <context-group purpose="location">
6660 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6661 <context context-type="linenumber">3</context>
6662 </context-group>
6663 <context-group purpose="location">
6664 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6665 <context context-type="linenumber">37</context>
6666 </context-group>
6667 <context-group purpose="location">
6668 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6669 <context context-type="linenumber">18</context>
6670 </context-group>
6671 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6672 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6673 <context-group purpose="location">
6674 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6675 <context context-type="linenumber">11</context>
6676 </context-group>
6677 </trans-unit>
6647 <trans-unit id="2740793005745065895"> 6678 <trans-unit id="2740793005745065895">
6648 <source> 6679 <source>
6649 <x id="PH"/> is not valid 6680 <x id="PH"/> is not valid
@@ -6652,19 +6683,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
6652 <x id="PH"/> ei ole sallittu 6683 <x id="PH"/> ei ole sallittu
6653 </target> 6684 </target>
6654 6685
6655 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group></trans-unit> 6686 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6656 <trans-unit id="2355066641781598196"> 6687 <trans-unit id="2355066641781598196">
6657 <source>Follow request(s) sent!</source> 6688 <source>Follow request(s) sent!</source>
6658 <target>Seurantapyynnöt lähetetty!</target> 6689 <target>Seurantapyynnöt lähetetty!</target>
6659 6690
6660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit> 6691 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6692 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6693 <context-group purpose="location">
6694 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6695 <context context-type="linenumber">3</context>
6696 </context-group>
6697 </trans-unit>
6661 <trans-unit id="4245720728052819482" datatype="html"> 6698 <trans-unit id="4245720728052819482" datatype="html">
6662 <source>Do you really want to unfollow <x id="PH"/>?</source> 6699 <source>Do you really want to unfollow <x id="PH"/>?</source>
6663 <target state="new">Do you really want to unfollow 6700 <target state="new">Do you really want to unfollow
6664 <x id="PH"/>? 6701 <x id="PH"/>?
6665 </target> 6702 </target>
6666 6703
6667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 6704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6668 <trans-unit id="9160510009013134726"> 6705 <trans-unit id="9160510009013134726">
6669 <source>Unfollow</source> 6706 <source>Unfollow</source>
6670 <target>Lopeta seuranta</target> 6707 <target>Lopeta seuranta</target>
@@ -6676,7 +6713,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6676 <x id="PH"/> enään. 6713 <x id="PH"/> enään.
6677 </target> 6714 </target>
6678 6715
6679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 6716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6680 <trans-unit id="2593763089859685916"> 6717 <trans-unit id="2593763089859685916">
6681 <source>enabled</source> 6718 <source>enabled</source>
6682 <target>käytössä</target> 6719 <target>käytössä</target>
@@ -6793,114 +6830,114 @@ channel with the same name (<x id="PH_2"/>)!</target>
6793 <target state="new">Internal actions</target> 6830 <target state="new">Internal actions</target>
6794 6831
6795 6832
6796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 6833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6797 <trans-unit id="4559872264406386913" datatype="html"> 6834 <trans-unit id="4559872264406386913" datatype="html">
6798 <source>Delete report</source> 6835 <source>Delete report</source>
6799 <target state="new">Delete report</target> 6836 <target state="new">Delete report</target>
6800 6837
6801 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 6838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6802 <trans-unit id="5793550984155962433" datatype="html"> 6839 <trans-unit id="5793550984155962433" datatype="html">
6803 <source>Actions for the flagged account</source> 6840 <source>Actions for the flagged account</source>
6804 <target state="new">Actions for the flagged account</target> 6841 <target state="new">Actions for the flagged account</target>
6805 6842
6806 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
6807 <trans-unit id="1679841953757186358"> 6844 <trans-unit id="1679841953757186358">
6808 <source>Mark as accepted</source> 6845 <source>Mark as accepted</source>
6809 <target>Merkitse hyvätyksi.</target> 6846 <target>Merkitse hyvätyksi.</target>
6810 6847
6811 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 6848 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
6812 <trans-unit id="7993358694073742566"> 6849 <trans-unit id="7993358694073742566">
6813 <source>Mark as rejected</source> 6850 <source>Mark as rejected</source>
6814 <target>Merkitse ei hyvätyksi.</target> 6851 <target>Merkitse ei hyvätyksi.</target>
6815 6852
6816 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 6853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
6817 <trans-unit id="4175703770051343108" datatype="html"> 6854 <trans-unit id="4175703770051343108" datatype="html">
6818 <source>Add internal note</source> 6855 <source>Add internal note</source>
6819 <target state="new">Add internal note</target> 6856 <target state="new">Add internal note</target>
6820 6857
6821 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 6858 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
6822 <trans-unit id="296166371893775555" datatype="html"> 6859 <trans-unit id="296166371893775555" datatype="html">
6823 <source>Actions for the video</source> 6860 <source>Actions for the video</source>
6824 <target state="new">Actions for the video</target> 6861 <target state="new">Actions for the video</target>
6825 6862
6826 6863
6827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 6864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
6828 <trans-unit id="3924877328520650445" datatype="html"> 6865 <trans-unit id="3924877328520650445" datatype="html">
6829 <source>Block video</source> 6866 <source>Block video</source>
6830 <target state="new">Block video</target> 6867 <target state="new">Block video</target>
6831 6868
6832 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 6869 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
6833 <trans-unit id="4762794934098378428" datatype="html"> 6870 <trans-unit id="4762794934098378428" datatype="html">
6834 <source>Video blocked.</source> 6871 <source>Video blocked.</source>
6835 <target state="new">Video blocked.</target> 6872 <target state="new">Video blocked.</target>
6836 6873
6837 6874
6838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6875 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
6839 <trans-unit id="4328862996304258770" datatype="html"> 6876 <trans-unit id="4328862996304258770" datatype="html">
6840 <source>Unblock video</source> 6877 <source>Unblock video</source>
6841 <target state="new">Unblock video</target> 6878 <target state="new">Unblock video</target>
6842 6879
6843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 6880 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
6844 <trans-unit id="9065327551191479877" datatype="html"> 6881 <trans-unit id="9065327551191479877" datatype="html">
6845 <source>Video unblocked.</source> 6882 <source>Video unblocked.</source>
6846 <target state="new">Video unblocked.</target> 6883 <target state="new">Video unblocked.</target>
6847 6884
6848 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 6885 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
6849 <trans-unit id="1250415136605923486"> 6886 <trans-unit id="1250415136605923486">
6850 <source>Do you really want to delete this abuse report?</source> 6887 <source>Do you really want to delete this abuse report?</source>
6851 <target>Haluatko varmasti poistaa tämän valituksen?</target> 6888 <target>Haluatko varmasti poistaa tämän valituksen?</target>
6852 6889
6853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 6890 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
6854 <trans-unit id="3482559157143817408"> 6891 <trans-unit id="3482559157143817408">
6855 <source>Abuse deleted.</source> 6892 <source>Abuse deleted.</source>
6856 <target>Valitus poistettu.</target> 6893 <target>Valitus poistettu.</target>
6857 6894
6858 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 6895 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
6859 <trans-unit id="6282990098351939529" datatype="html"> 6896 <trans-unit id="6282990098351939529" datatype="html">
6860 <source>Deleted comment</source> 6897 <source>Deleted comment</source>
6861 <target state="new">Deleted comment</target> 6898 <target state="new">Deleted comment</target>
6862 6899
6863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 6900 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
6864 <trans-unit id="9196775343330824083" datatype="html"> 6901 <trans-unit id="9196775343330824083" datatype="html">
6865 <source>Messages with reporter</source> 6902 <source>Messages with reporter</source>
6866 <target state="new">Messages with reporter</target> 6903 <target state="new">Messages with reporter</target>
6867 6904
6868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 6905 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
6869 <trans-unit id="8770468575924421391" datatype="html"> 6906 <trans-unit id="8770468575924421391" datatype="html">
6870 <source>Messages with moderators</source> 6907 <source>Messages with moderators</source>
6871 <target state="new">Messages with moderators</target> 6908 <target state="new">Messages with moderators</target>
6872 6909
6873 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 6910 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
6874 <trans-unit id="8528549800795985099" datatype="html"> 6911 <trans-unit id="8528549800795985099" datatype="html">
6875 <source>Update internal note</source> 6912 <source>Update internal note</source>
6876 <target state="new">Update internal note</target> 6913 <target state="new">Update internal note</target>
6877 6914
6878 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 6915 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
6879 <trans-unit id="3962242315365992494" datatype="html"> 6916 <trans-unit id="3962242315365992494" datatype="html">
6880 <source>Switch video block to manual</source> 6917 <source>Switch video block to manual</source>
6881 <target state="new">Switch video block to manual</target> 6918 <target state="new">Switch video block to manual</target>
6882 6919
6883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
6884 <trans-unit id="6906423861055262169" datatype="html"> 6921 <trans-unit id="6906423861055262169" datatype="html">
6885 <source>Video <x id="PH"/> switched to manual block.</source> 6922 <source>Video <x id="PH"/> switched to manual block.</source>
6886 <target state="new">Video 6923 <target state="new">Video
6887 <x id="PH"/> switched to manual block. 6924 <x id="PH"/> switched to manual block.
6888 </target> 6925 </target>
6889 6926
6890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 6927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
6891 <trans-unit id="7293356040886494773" datatype="html"> 6928 <trans-unit id="7293356040886494773" datatype="html">
6892 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 6929 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
6893 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 6930 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
6894 6931
6895 6932
6896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 6933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
6897 <trans-unit id="4859202148272511129" datatype="html"> 6934 <trans-unit id="4859202148272511129" datatype="html">
6898 <source>Unblock</source> 6935 <source>Unblock</source>
6899 <target state="new">Unblock</target> 6936 <target state="new">Unblock</target>
6900 6937
6901 6938
6902 6939
6903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
6904 <trans-unit id="4922469417589203720" datatype="html"> 6941 <trans-unit id="4922469417589203720" datatype="html">
6905 <source>Video <x id="PH"/> unblocked.</source> 6942 <source>Video <x id="PH"/> unblocked.</source>
6906 <target state="new">Video 6943 <target state="new">Video
@@ -6908,7 +6945,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6908 </target> 6945 </target>
6909 6946
6910 6947
6911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 6948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
6912 <trans-unit id="6286037250766429054"> 6949 <trans-unit id="6286037250766429054">
6913 <source>yes</source> 6950 <source>yes</source>
6914 <target>kyllä</target> 6951 <target>kyllä</target>
@@ -7134,7 +7171,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7134 7171
7135 7172
7136 7173
7137 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit> 7174 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7138 <trans-unit id="5076187961693950167" datatype="html"> 7175 <trans-unit id="5076187961693950167" datatype="html">
7139 <source>Standard logs</source> 7176 <source>Standard logs</source>
7140 <target state="new">Standard logs</target> 7177 <target state="new">Standard logs</target>
@@ -7172,13 +7209,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7172 <source>Update user password</source> 7209 <source>Update user password</source>
7173 <target>Päivitä tilin salasana</target> 7210 <target>Päivitä tilin salasana</target>
7174 7211
7175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit><trans-unit id="177544274549739411" datatype="html"> 7212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit>
7176 <source>Following list</source><target state="new">Following list</target>
7177
7178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group></trans-unit><trans-unit id="8092429110007204784" datatype="html">
7179 <source>Followers list</source><target state="new">Followers list</target>
7180
7181 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group></trans-unit>
7182 <trans-unit id="780323526182667308" datatype="html"> 7213 <trans-unit id="780323526182667308" datatype="html">
7183 <source>User <x id="PH"/> updated.</source> 7214 <source>User <x id="PH"/> updated.</source>
7184 <target state="new">User 7215 <target state="new">User
@@ -7209,13 +7240,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="8564701209009684429" datatype="html"> 7240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="8564701209009684429" datatype="html">
7210 <source>Federation</source><target state="new">Federation</target> 7241 <source>Federation</source><target state="new">Federation</target>
7211 7242
7212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="4682675125751819107" datatype="html"> 7243 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit>
7213 <source>Instances you follow</source><target state="new">Instances you follow</target>
7214
7215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8899833753704589712" datatype="html">
7216 <source>Instances following you</source><target state="new">Instances following you</target>
7217
7218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit>
7219 <trans-unit id="3767259920053407667" datatype="html"> 7244 <trans-unit id="3767259920053407667" datatype="html">
7220 <source>Videos will be deleted, comments will be tombstoned.</source> 7245 <source>Videos will be deleted, comments will be tombstoned.</source>
7221 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7246 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7243,7 +7268,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7243 <target>Aseta sähköpostiosoite vahvistetuksi</target> 7268 <target>Aseta sähköpostiosoite vahvistetuksi</target>
7244 7269
7245 7270
7246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7272 <source>Created</source><target state="new">Created</target>
7273 <context-group purpose="location">
7274 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7275 <context context-type="linenumber">115</context>
7276 </context-group>
7277 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7278 <source>Daily quota</source><target state="new">Daily quota</target>
7279 <context-group purpose="location">
7280 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7281 <context context-type="linenumber">120</context>
7282 </context-group>
7283 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7284 <source>Last login</source><target state="new">Last login</target>
7285 <context-group purpose="location">
7286 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7287 <context context-type="linenumber">122</context>
7288 </context-group>
7289 </trans-unit>
7247 <trans-unit id="3403978719736970622"> 7290 <trans-unit id="3403978719736970622">
7248 <source>You cannot ban root.</source> 7291 <source>You cannot ban root.</source>
7249 <target>Et voi estää root-käyttäjää.</target> 7292 <target>Et voi estää root-käyttäjää.</target>
@@ -7548,12 +7591,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
7548 <x id="PH"/> luotiin. 7591 <x id="PH"/> luotiin.
7549 </target> 7592 </target>
7550 7593
7551 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 7594 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7552 <trans-unit id="8723777130353305761"> 7595 <trans-unit id="8723777130353305761">
7553 <source>This name already exists on this instance.</source> 7596 <source>This name already exists on this instance.</source>
7554 <target>Tämä nimi on jo olemassa tässä instanssissa.</target> 7597 <target>Tämä nimi on jo olemassa tässä instanssissa.</target>
7555 7598
7556 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 7599 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7557 <trans-unit id="7589345916094713536"> 7600 <trans-unit id="7589345916094713536">
7558 <source>Video channel <x id="PH"/> updated.</source> 7601 <source>Video channel <x id="PH"/> updated.</source>
7559 <target>Videokanava 7602 <target>Videokanava
@@ -7570,13 +7613,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7570 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 7613 <source>Banner deleted.</source><target state="new">Banner deleted.</target>
7571 7614
7572 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 7615 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7573 <trans-unit id="2575302837003821736" datatype="html"> 7616
7574 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7575 <target state="new">Please type the display name of the video channel (
7576 <x id="PH"/>) to confirm
7577 </target>
7578
7579 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
7580 <trans-unit id="624066830180032195" datatype="html"> 7617 <trans-unit id="624066830180032195" datatype="html">
7581 <source>Video channel <x id="PH"/> deleted.</source> 7618 <source>Video channel <x id="PH"/> deleted.</source>
7582 <target state="new">Video channel 7619 <target state="new">Video channel
@@ -7719,7 +7756,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
7719 <source>Ownership change request sent.</source> 7756 <source>Ownership change request sent.</source>
7720 <target>Omistajuudenvaihtopyyntö lähetetty.</target> 7757 <target>Omistajuudenvaihtopyyntö lähetetty.</target>
7721 7758
7722 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 7759 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="7699622144571229146" datatype="html">
7760 <source>Sort by</source><target state="new">Sort by</target>
7761 <context-group purpose="location">
7762 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
7763 <context context-type="linenumber">26</context>
7764 </context-group>
7765 </trans-unit>
7723 <trans-unit id="3245220240937722814"> 7766 <trans-unit id="3245220240937722814">
7724 <source>My channels</source> 7767 <source>My channels</source>
7725 <target>Minun kanavat</target> 7768 <target>Minun kanavat</target>
@@ -7774,10 +7817,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
7774 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/preview-upload.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="6489275254908395777" datatype="html"> 7817 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/preview-upload.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="6489275254908395777" datatype="html">
7775 <source>Maximize editor</source><target state="new">Maximize editor</target> 7818 <source>Maximize editor</source><target state="new">Maximize editor</target>
7776 7819
7777 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="4243591013849340688" datatype="html"> 7820 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4243591013849340688" datatype="html">
7778 <source>Exit maximized editor</source><target state="new">Exit maximized editor</target> 7821 <source>Exit maximized editor</source><target state="new">Exit maximized editor</target>
7779 7822
7780 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 7823 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7781 <trans-unit id="6537885755702623401" datatype="html"> 7824 <trans-unit id="6537885755702623401" datatype="html">
7782 <source>Now please check your emails to verify your account and complete signup.</source> 7825 <source>Now please check your emails to verify your account and complete signup.</source>
7783 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7826 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -7814,7 +7857,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7814 <target>Tilaa käyttäjä</target> 7857 <target>Tilaa käyttäjä</target>
7815 7858
7816 7859
7817 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 7860 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
7818 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7861 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7819 <context-group purpose="location"> 7862 <context-group purpose="location">
7820 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7863 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -7861,34 +7904,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
7861 <source>Go to my subscriptions</source> 7904 <source>Go to my subscriptions</source>
7862 <target>Mene tilauksiini</target> 7905 <target>Mene tilauksiini</target>
7863 7906
7864 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 7907 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
7865 <trans-unit id="1136469849928650779"> 7908 <trans-unit id="1136469849928650779">
7866 <source>Go to my videos</source> 7909 <source>Go to my videos</source>
7867 <target>Mene videoihini</target> 7910 <target>Mene videoihini</target>
7868 7911
7869 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit> 7912 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7870 <trans-unit id="7836683738999600376"> 7913 <trans-unit id="7836683738999600376">
7871 <source>Go to my imports</source> 7914 <source>Go to my imports</source>
7872 <target>Mene tuonteihini</target> 7915 <target>Mene tuonteihini</target>
7873 7916
7874 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 7917 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
7875 <trans-unit id="7511292153332773503"> 7918 <trans-unit id="7511292153332773503">
7876 <source>Go to my channels</source> 7919 <source>Go to my channels</source>
7877 <target>Mene kanaviini</target> 7920 <target>Mene kanaviini</target>
7878 7921
7879 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="2013324644839511073" datatype="html"> 7922 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="2013324644839511073" datatype="html">
7880 <source>Cannot retrieve OAuth Client credentials: <x id="PH"/>. 7923 <source>Cannot retrieve OAuth Client credentials: <x id="PH"/>.
7881Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 7924Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
7882Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 7925Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
7883 7926
7884 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group></trans-unit> 7927 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
7885 7928
7886 7929
7887 <trans-unit id="375263728166936544"> 7930 <trans-unit id="375263728166936544">
7888 <source>You need to reconnect.</source> 7931 <source>You need to reconnect.</source>
7889 <target>Sinun pitää yhdistää udelleen.</target> 7932 <target>Sinun pitää yhdistää udelleen.</target>
7890 7933
7891 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group></trans-unit> 7934 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
7892 <trans-unit id="2206638022166154361"> 7935 <trans-unit id="2206638022166154361">
7893 <source>Keyboard Shortcuts:</source> 7936 <source>Keyboard Shortcuts:</source>
7894 <target>Pikanäppäimet:</target> 7937 <target>Pikanäppäimet:</target>
@@ -7899,6 +7942,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7899 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 7942 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7900 <context context-type="linenumber">98</context> 7943 <context context-type="linenumber">98</context>
7901 </context-group> 7944 </context-group>
7945 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
7946 <source>In my library</source><target state="new">In my library</target>
7947 <context-group purpose="location">
7948 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7949 <context context-type="linenumber">104</context>
7950 </context-group>
7902 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 7951 </trans-unit><trans-unit id="232050922346936574" datatype="html">
7903 <source>Trending</source><target state="new">Trending</target> 7952 <source>Trending</source><target state="new">Trending</target>
7904 7953
@@ -7922,38 +7971,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7922 <source>Incorrect username or password.</source> 7971 <source>Incorrect username or password.</source>
7923 <target>Virheellinen käyttäjänimi tai salasana.</target> 7972 <target>Virheellinen käyttäjänimi tai salasana.</target>
7924 7973
7925 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 7974 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
7926 <trans-unit id="6974874606619467663" datatype="html"> 7975 <trans-unit id="6974874606619467663" datatype="html">
7927 <source>Your account is blocked.</source> 7976 <source>Your account is blocked.</source>
7928 <target state="new">Your account is blocked.</target> 7977 <target state="new">Your account is blocked.</target>
7929 7978
7930 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 7979 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
7931 7980
7932 <trans-unit id="7939914198003891823" datatype="html"> 7981 <trans-unit id="7939914198003891823" datatype="html">
7933 <source>any language</source> 7982 <source>any language</source>
7934 <target state="new">any language</target> 7983 <target state="new">any language</target>
7935 7984
7936 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 7985 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7937 <trans-unit id="5633144232269377096" datatype="html"> 7986 <trans-unit id="5633144232269377096" datatype="html">
7938 <source>hide</source> 7987 <source>hide</source>
7939 <target state="new">hide</target> 7988 <target state="new">hide</target>
7940 7989
7941 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 7990 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
7942 <trans-unit id="8603861867909474404" datatype="html"> 7991 <trans-unit id="8603861867909474404" datatype="html">
7943 <source>blur</source> 7992 <source>blur</source>
7944 <target state="new">blur</target> 7993 <target state="new">blur</target>
7945 7994
7946 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 7995 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
7947 <trans-unit id="4534458451100881847" datatype="html"> 7996 <trans-unit id="4534458451100881847" datatype="html">
7948 <source>display</source> 7997 <source>display</source>
7949 <target state="new">display</target> 7998 <target state="new">display</target>
7950 7999
7951 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8000 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
7952 <trans-unit id="4467323362722952678" datatype="html"> 8001 <trans-unit id="4467323362722952678" datatype="html">
7953 <source>Unknown</source> 8002 <source>Unknown</source>
7954 <target state="new">Unknown</target> 8003 <target state="new">Unknown</target>
7955 8004
7956 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8005 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
7957 <trans-unit id="8781423666414310853" datatype="html"> 8006 <trans-unit id="8781423666414310853" datatype="html">
7958 <source>Your password has been successfully reset!</source> 8007 <source>Your password has been successfully reset!</source>
7959 <target state="new">Your password has been successfully reset!</target> 8008 <target state="new">Your password has been successfully reset!</target>
@@ -8048,12 +8097,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8048 <source>Search index is unavailable. Retrying with instance results instead.</source> 8097 <source>Search index is unavailable. Retrying with instance results instead.</source>
8049 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8098 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8050 8099
8051 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8100 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8052 <trans-unit id="307702206382241469" datatype="html"> 8101 <trans-unit id="307702206382241469" datatype="html">
8053 <source>Search error</source> 8102 <source>Search error</source>
8054 <target state="new">Search error</target> 8103 <target state="new">Search error</target>
8055 8104
8056 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="4580988005648117665" datatype="html"> 8105 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8106 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8107 <context-group purpose="location">
8108 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8109 <context context-type="linenumber">329</context>
8110 </context-group>
8111 </trans-unit><trans-unit id="4580988005648117665" datatype="html">
8057 <source>Search</source><target state="new">Search</target> 8112 <source>Search</source><target state="new">Search</target>
8058 8113
8059 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7804724824750282316" datatype="html"> 8114 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7804724824750282316" datatype="html">
@@ -9244,19 +9299,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9244 </target> 9299 </target>
9245 9300
9246 9301
9247 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9302 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9248 <trans-unit id="1595779426198793580" datatype="html"> 9303 <trans-unit id="1595779426198793580" datatype="html">
9249 <source>Mute server</source> 9304 <source>Mute server</source>
9250 <target state="new">Mute server</target> 9305 <target state="new">Mute server</target>
9251 9306
9252 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9307 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9253 <trans-unit id="8014491157078444256" datatype="html"> 9308 <trans-unit id="8014491157078444256" datatype="html">
9254 <source>Server <x id="PH"/> muted by the instance.</source> 9309 <source>Server <x id="PH"/> muted by the instance.</source>
9255 <target state="new">Server 9310 <target state="new">Server
9256 <x id="PH"/> muted by the instance. 9311 <x id="PH"/> muted by the instance.
9257 </target> 9312 </target>
9258 9313
9259 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9314 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9260 <trans-unit id="2044813052587776285" datatype="html"> 9315 <trans-unit id="2044813052587776285" datatype="html">
9261 <source>Add a message to communicate with the reporter</source> 9316 <source>Add a message to communicate with the reporter</source>
9262 <target state="new">Add a message to communicate with the reporter</target> 9317 <target state="new">Add a message to communicate with the reporter</target>
@@ -9497,17 +9552,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9497 <x id="PH"/> minutes. 9552 <x id="PH"/> minutes.
9498 </target> 9553 </target>
9499 9554
9500 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 9555 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9501 <trans-unit id="4965472196059235310"> 9556 <trans-unit id="4965472196059235310">
9502 <source>Too many attempts, please try again later.</source> 9557 <source>Too many attempts, please try again later.</source>
9503 <target>Liian monta yritystä, yritä myöhemmin uudelleen.</target> 9558 <target>Liian monta yritystä, yritä myöhemmin uudelleen.</target>
9504 9559
9505 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group></trans-unit> 9560 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9506 <trans-unit id="1693549688987384699"> 9561 <trans-unit id="1693549688987384699">
9507 <source>Server error. Please retry later.</source> 9562 <source>Server error. Please retry later.</source>
9508 <target>Palvelinvirhe. Yritä myöhemmin uudelleen.</target> 9563 <target>Palvelinvirhe. Yritä myöhemmin uudelleen.</target>
9509 9564
9510 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 9565 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9511 <trans-unit id="5927402622550505067" datatype="html"> 9566 <trans-unit id="5927402622550505067" datatype="html">
9512 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9567 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9513 <target state="new">Subscribed to all current channels of 9568 <target state="new">Subscribed to all current channels of
@@ -9621,27 +9676,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9621 <source>Delete video</source> 9676 <source>Delete video</source>
9622 <target state="new">Delete video</target> 9677 <target state="new">Delete video</target>
9623 9678
9624 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 9679 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9625 <trans-unit id="2210418817778733727" datatype="html"> 9680 <trans-unit id="2210418817778733727" datatype="html">
9626 <source>Actions for the comment</source> 9681 <source>Actions for the comment</source>
9627 <target state="new">Actions for the comment</target> 9682 <target state="new">Actions for the comment</target>
9628 9683
9629 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 9684 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9630 <trans-unit id="7978668497183230348" datatype="html"> 9685 <trans-unit id="7978668497183230348" datatype="html">
9631 <source>Delete comment</source> 9686 <source>Delete comment</source>
9632 <target state="new">Delete comment</target> 9687 <target state="new">Delete comment</target>
9633 9688
9634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 9689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9635 <trans-unit id="6747218355168080191" datatype="html"> 9690 <trans-unit id="6747218355168080191" datatype="html">
9636 <source>Do you really want to delete this comment?</source> 9691 <source>Do you really want to delete this comment?</source>
9637 <target state="new">Do you really want to delete this comment?</target> 9692 <target state="new">Do you really want to delete this comment?</target>
9638 9693
9639 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 9694 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9640 <trans-unit id="7837272126865175984" datatype="html"> 9695 <trans-unit id="7837272126865175984" datatype="html">
9641 <source>Comment deleted.</source> 9696 <source>Comment deleted.</source>
9642 <target state="new">Comment deleted.</target> 9697 <target state="new">Comment deleted.</target>
9643 9698
9644 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 9699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9645 <trans-unit id="346270517625845962" datatype="html"> 9700 <trans-unit id="346270517625845962" datatype="html">
9646 <source>Encoder</source> 9701 <source>Encoder</source>
9647 <target state="new">Encoder</target> 9702 <target state="new">Encoder</target>
@@ -9682,30 +9737,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9682 <source>Video reported.</source> 9737 <source>Video reported.</source>
9683 <target>Video ilmoitettu.</target> 9738 <target>Video ilmoitettu.</target>
9684 9739
9685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 9740 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9686 <trans-unit id="3622946684246476652"> 9741 <trans-unit id="3622946684246476652">
9687 <source>Do you really want to delete this video?</source> 9742 <source>Do you really want to delete this video?</source>
9688 <target>Haluatko varmasti poistaa tämän videon?</target> 9743 <target>Haluatko varmasti poistaa tämän videon?</target>
9689 9744
9690 9745
9691 9746
9692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 9747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9693 <trans-unit id="3941342949736653028" datatype="html"> 9748 <trans-unit id="3941342949736653028" datatype="html">
9694 <source>Video deleted.</source> 9749 <source>Video deleted.</source>
9695 <target state="new">Video deleted.</target> 9750 <target state="new">Video deleted.</target>
9696 9751
9697 9752
9698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9699 <trans-unit id="5072091387445907742" datatype="html"> 9754 <trans-unit id="5072091387445907742" datatype="html">
9700 <source>Actions for the reporter</source> 9755 <source>Actions for the reporter</source>
9701 <target state="new">Actions for the reporter</target> 9756 <target state="new">Actions for the reporter</target>
9702 9757
9703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 9758 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9704 <trans-unit id="6599069899275412095" datatype="html"> 9759 <trans-unit id="6599069899275412095" datatype="html">
9705 <source>Mute reporter</source> 9760 <source>Mute reporter</source>
9706 <target state="new">Mute reporter</target> 9761 <target state="new">Mute reporter</target>
9707 9762
9708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 9763 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9709 <trans-unit id="2990849907502572301" datatype="html"> 9764 <trans-unit id="2990849907502572301" datatype="html">
9710 <source>This video will be duplicated by your instance.</source> 9765 <source>This video will be duplicated by your instance.</source>
9711 <target state="new">This video will be duplicated by your instance.</target> 9766 <target state="new">This video will be duplicated by your instance.</target>
@@ -9762,7 +9817,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9762 <target state="new">Mute account</target> 9817 <target state="new">Mute account</target>
9763 9818
9764 9819
9765 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit><trans-unit id="4021487547497211597" datatype="html"> 9820 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit><trans-unit id="4021487547497211597" datatype="html">
9766 <source>Open video actions</source><target state="new">Open video actions</target> 9821 <source>Open video actions</source><target state="new">Open video actions</target>
9767 <context-group purpose="location"> 9822 <context-group purpose="location">
9768 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context> 9823 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context>
@@ -9777,7 +9832,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9777 <source>Mute server account</source> 9832 <source>Mute server account</source>
9778 <target state="new">Mute server account</target> 9833 <target state="new">Mute server account</target>
9779 9834
9780 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 9835 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
9781 <trans-unit id="7008439939460403347"> 9836 <trans-unit id="7008439939460403347">
9782 <source>Report</source> 9837 <source>Report</source>
9783 <target>Tee ilmoitus</target> 9838 <target>Tee ilmoitus</target>
@@ -9874,28 +9929,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9874 <source>Only I can see this video</source> 9929 <source>Only I can see this video</source>
9875 <target>Vain minä voin nähdä tämän videon</target> 9930 <target>Vain minä voin nähdä tämän videon</target>
9876 9931
9877 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 9932 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
9878 <trans-unit id="6767380569816110388" datatype="html"> 9933 <trans-unit id="6767380569816110388" datatype="html">
9879 <source>Only shareable via a private link</source> 9934 <source>Only shareable via a private link</source>
9880 <target state="new">Only shareable via a private link</target> 9935 <target state="new">Only shareable via a private link</target>
9881 9936
9882 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 9937 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
9883 <trans-unit id="6828965264297239528"> 9938 <trans-unit id="6828965264297239528">
9884 <source>Anyone can see this video</source> 9939 <source>Anyone can see this video</source>
9885 <target>Kaikki voivat nähdä tämän videon</target> 9940 <target>Kaikki voivat nähdä tämän videon</target>
9886 9941
9887 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9942 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
9888 <trans-unit id="1425933035739773115" datatype="html"> 9943 <trans-unit id="1425933035739773115" datatype="html">
9889 <source>Only users of this instance can see this video</source> 9944 <source>Only users of this instance can see this video</source>
9890 <target state="new">Only users of this instance can see this video</target> 9945 <target state="new">Only users of this instance can see this video</target>
9891 9946
9892 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="8312101634344200207" datatype="html"> 9947 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit><trans-unit id="8312101634344200207" datatype="html">
9893 <source><x id="PH" equiv-text="this.views"/> viewers</source><target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 9948 <source><x id="PH" equiv-text="this.views"/> viewers</source><target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
9894 9949
9895 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="7756087706411154095" datatype="html"> 9950 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="7756087706411154095" datatype="html">
9896 <source><x id="PH" equiv-text="this.views"/> views</source><target state="new"><x id="PH" equiv-text="this.views"/> views</target> 9951 <source><x id="PH" equiv-text="this.views"/> views</source><target state="new"><x id="PH" equiv-text="this.views"/> views</target>
9897 9952
9898 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit><trans-unit id="ngb.alert.close" datatype="html"> 9953 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit><trans-unit id="ngb.alert.close" datatype="html">
9899 <source>Close</source><target state="new">Close</target> 9954 <source>Close</source><target state="new">Close</target>
9900 9955
9901 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="ngb.carousel.slide-number" datatype="html"> 9956 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="ngb.carousel.slide-number" datatype="html">
@@ -10005,20 +10060,20 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10005 <source>Your video was uploaded to your account and is private.</source> 10060 <source>Your video was uploaded to your account and is private.</source>
10006 <target state="new">Your video was uploaded to your account and is private.</target> 10061 <target state="new">Your video was uploaded to your account and is private.</target>
10007 10062
10008 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10063 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10009 <trans-unit id="5699822024600815733" datatype="html"> 10064 <trans-unit id="5699822024600815733" datatype="html">
10010 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10065 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10011 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target> 10066 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target>
10012 10067
10013 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10068 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10014 <trans-unit id="1219739004043110649"> 10069 <trans-unit id="1219739004043110649">
10015 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10070 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10016 <target>Videota ei ole vielä ladattu, haluatko varmasti poistua sivulta?</target> 10071 <target>Videota ei ole vielä ladattu, haluatko varmasti poistua sivulta?</target>
10017 10072
10018 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="6932865105766151309" datatype="html"> 10073 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit><trans-unit id="6932865105766151309" datatype="html">
10019 <source>Upload</source><target state="new">Upload</target> 10074 <source>Upload</source><target state="new">Upload</target>
10020 10075
10021 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10076 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10022 <trans-unit id="8278735427925094503"> 10077 <trans-unit id="8278735427925094503">
10023 <source>Upload 10078 <source>Upload
10024 <x id="PH"/> 10079 <x id="PH"/>
@@ -10027,13 +10082,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10027 <x id="PH"/> 10082 <x id="PH"/>
10028 </target> 10083 </target>
10029 10084
10030 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10085 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10031 10086
10032 <trans-unit id="5981816353437801748"> 10087 <trans-unit id="5981816353437801748">
10033 <source>Video published.</source> 10088 <source>Video published.</source>
10034 <target>Video julkaistu.</target> 10089 <target>Video julkaistu.</target>
10035 10090
10036 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10091 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10037 10092
10038 10093
10039 <trans-unit id="764164089183618119"> 10094 <trans-unit id="764164089183618119">
@@ -10096,26 +10151,26 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10096 <trans-unit id="961774488937452220" datatype="html"> 10151 <trans-unit id="961774488937452220" datatype="html">
10097 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source><target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10152 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source><target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10098 10153
10099 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit><trans-unit id="5761611056224181752" datatype="html"> 10154 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit><trans-unit id="5761611056224181752" datatype="html">
10100 <source>Redirection</source><target state="new">Redirection</target> 10155 <source>Redirection</source><target state="new">Redirection</target>
10101 10156
10102 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10157 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10103 10158
10104 <trans-unit id="8858527736400081688"> 10159 <trans-unit id="8858527736400081688">
10105 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10160 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10106 <target>Tämä video sisältää aikuisille tarkoitettua sisältöä. Haluatko varmasti jatkaa?</target> 10161 <target>Tämä video sisältää aikuisille tarkoitettua sisältöä. Haluatko varmasti jatkaa?</target>
10107 10162
10108 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10163 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10109 <trans-unit id="3937119019020041049"> 10164 <trans-unit id="3937119019020041049">
10110 <source>Mature or explicit content</source> 10165 <source>Mature or explicit content</source>
10111 <target>Aikuisille tarkoitettu sisältö</target> 10166 <target>Aikuisille tarkoitettu sisältö</target>
10112 10167
10113 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10168 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10114 <trans-unit id="1755474755114288376" datatype="html"> 10169 <trans-unit id="1755474755114288376" datatype="html">
10115 <source>Up Next</source> 10170 <source>Up Next</source>
10116 <target state="new">Up Next</target> 10171 <target state="new">Up Next</target>
10117 10172
10118 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit><trans-unit id="2159130950882492111" datatype="html"> 10173 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit><trans-unit id="2159130950882492111" datatype="html">
10119 <source>Cancel</source><target state="new">Cancel</target> 10174 <source>Cancel</source><target state="new">Cancel</target>
10120 10175
10121 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">646</context></context-group></trans-unit> 10176 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">646</context></context-group></trans-unit>
@@ -10123,62 +10178,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10123 <source>Autoplay is suspended</source> 10178 <source>Autoplay is suspended</source>
10124 <target state="new">Autoplay is suspended</target> 10179 <target state="new">Autoplay is suspended</target>
10125 10180
10126 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10181 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10127 <trans-unit id="7895294730547405228" datatype="html"> 10182 <trans-unit id="7895294730547405228" datatype="html">
10128 <source>Enter/exit fullscreen (requires player focus)</source> 10183 <source>Enter/exit fullscreen (requires player focus)</source>
10129 <target state="new">Enter/exit fullscreen (requires player focus)</target> 10184 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10130 10185
10131 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10186 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10132 <trans-unit id="7618388257165864759" datatype="html"> 10187 <trans-unit id="7618388257165864759" datatype="html">
10133 <source>Play/Pause the video (requires player focus)</source> 10188 <source>Play/Pause the video (requires player focus)</source>
10134 <target state="new">Play/Pause the video (requires player focus)</target> 10189 <target state="new">Play/Pause the video (requires player focus)</target>
10135 10190
10136 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10191 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10137 <trans-unit id="7761890399634216630" datatype="html"> 10192 <trans-unit id="7761890399634216630" datatype="html">
10138 <source>Mute/unmute the video (requires player focus)</source> 10193 <source>Mute/unmute the video (requires player focus)</source>
10139 <target state="new">Mute/unmute the video (requires player focus)</target> 10194 <target state="new">Mute/unmute the video (requires player focus)</target>
10140 10195
10141 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10196 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10142 <trans-unit id="5996585232248234904" datatype="html"> 10197 <trans-unit id="5996585232248234904" datatype="html">
10143 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10198 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10144 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10199 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10145 10200
10146 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10201 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10147 <trans-unit id="3748765405903319998" datatype="html"> 10202 <trans-unit id="3748765405903319998" datatype="html">
10148 <source>Increase the volume (requires player focus)</source> 10203 <source>Increase the volume (requires player focus)</source>
10149 <target state="new">Increase the volume (requires player focus)</target> 10204 <target state="new">Increase the volume (requires player focus)</target>
10150 10205
10151 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10206 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10152 <trans-unit id="5810704036407159982" datatype="html"> 10207 <trans-unit id="5810704036407159982" datatype="html">
10153 <source>Decrease the volume (requires player focus)</source> 10208 <source>Decrease the volume (requires player focus)</source>
10154 <target state="new">Decrease the volume (requires player focus)</target> 10209 <target state="new">Decrease the volume (requires player focus)</target>
10155 10210
10156 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10211 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10157 <trans-unit id="2622048822548065691" datatype="html"> 10212 <trans-unit id="2622048822548065691" datatype="html">
10158 <source>Seek the video forward (requires player focus)</source> 10213 <source>Seek the video forward (requires player focus)</source>
10159 <target state="new">Seek the video forward (requires player focus)</target> 10214 <target state="new">Seek the video forward (requires player focus)</target>
10160 10215
10161 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10216 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10162 <trans-unit id="6540078205109221153" datatype="html"> 10217 <trans-unit id="6540078205109221153" datatype="html">
10163 <source>Seek the video backward (requires player focus)</source> 10218 <source>Seek the video backward (requires player focus)</source>
10164 <target state="new">Seek the video backward (requires player focus)</target> 10219 <target state="new">Seek the video backward (requires player focus)</target>
10165 10220
10166 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10221 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10167 <trans-unit id="1956491957766210808" datatype="html"> 10222 <trans-unit id="1956491957766210808" datatype="html">
10168 <source>Increase playback rate (requires player focus)</source> 10223 <source>Increase playback rate (requires player focus)</source>
10169 <target state="new">Increase playback rate (requires player focus)</target> 10224 <target state="new">Increase playback rate (requires player focus)</target>
10170 10225
10171 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10226 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10172 <trans-unit id="5495529997674803186" datatype="html"> 10227 <trans-unit id="5495529997674803186" datatype="html">
10173 <source>Decrease playback rate (requires player focus)</source> 10228 <source>Decrease playback rate (requires player focus)</source>
10174 <target state="new">Decrease playback rate (requires player focus)</target> 10229 <target state="new">Decrease playback rate (requires player focus)</target>
10175 10230
10176 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10231 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10177 <trans-unit id="3178343147230721210" datatype="html"> 10232 <trans-unit id="3178343147230721210" datatype="html">
10178 <source>Navigate in the video frame by frame (requires player focus)</source> 10233 <source>Navigate in the video frame by frame (requires player focus)</source>
10179 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 10234 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10180 10235
10181 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10236 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10182 <trans-unit id="8025996572234182184"> 10237 <trans-unit id="8025996572234182184">
10183 <source>Like the video</source> 10238 <source>Like the video</source>
10184 <target>Tykkää videosta</target> 10239 <target>Tykkää videosta</target>
diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf
index a092c252f..f476394e6 100644
--- a/client/src/locale/angular.fr-FR.xlf
+++ b/client/src/locale/angular.fr-FR.xlf
@@ -167,7 +167,6 @@
167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group> 167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group>
168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group> 168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group>
169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group> 169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group>
170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group>
172 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group> 171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group>
173 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group> 172 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group>
@@ -245,7 +244,7 @@
245 <target>Créer</target> 244 <target>Créer</target>
246 <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> 245 <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>
247 <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> 246 <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>
248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group>
249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
251 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group>
@@ -256,9 +255,9 @@
256 <trans-unit id="1006562256968398209" datatype="html"> 255 <trans-unit id="1006562256968398209" datatype="html">
257 <source>video</source> 256 <source>video</source>
258 <target state="translated">vidéo</target> 257 <target state="translated">vidéo</target>
259 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group> 258
260 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group> 259
261 </trans-unit> 260 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
262 <trans-unit id="6438815964972582865" datatype="html"> 261 <trans-unit id="6438815964972582865" datatype="html">
263 <source>The following link contains a private token and should not be shared with anyone.</source> 262 <source>The following link contains a private token and should not be shared with anyone.</source>
264 <target state="translated">Le lien suivant contient un jeton privé et ne doit être partagé avec personne.</target> 263 <target state="translated">Le lien suivant contient un jeton privé et ne doit être partagé avec personne.</target>
@@ -330,13 +329,13 @@
330 <trans-unit id="6995024616159044376" datatype="html"> 329 <trans-unit id="6995024616159044376" datatype="html">
331 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 330 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
332 <target state="translated">Votre quota est dépassé avec cette vidéo (taille de la vidéo : <x id="PH" equiv-text="videoSizeBytes"/>, utilisé : <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota : <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 331 <target state="translated">Votre quota est dépassé avec cette vidéo (taille de la vidéo : <x id="PH" equiv-text="videoSizeBytes"/>, utilisé : <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota : <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group> 332
334 </trans-unit> 333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
335 <trans-unit id="7873395933409147217" datatype="html"> 334 <trans-unit id="7873395933409147217" datatype="html">
336 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 335 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
337 <target state="translated">Votre quota journalier est dépassé avec cette vidéo (taille de la vidéo : <x id="PH" equiv-text="videoSizeBytes"/>, utilisé : <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota : <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 336 <target state="translated">Votre quota journalier est dépassé avec cette vidéo (taille de la vidéo : <x id="PH" equiv-text="videoSizeBytes"/>, utilisé : <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota : <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
338 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group> 337
339 </trans-unit> 338 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
340 <trans-unit id="5235042777215655908" datatype="html"> 339 <trans-unit id="5235042777215655908" datatype="html">
341 <source>subtitles</source> 340 <source>subtitles</source>
342 <target state="translated">sous-titres</target> 341 <target state="translated">sous-titres</target>
@@ -567,31 +566,31 @@
567 <trans-unit id="7022070615528435141"> 566 <trans-unit id="7022070615528435141">
568 <source>Delete</source> 567 <source>Delete</source>
569 <target>Supprimer</target> 568 <target>Supprimer</target>
570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group> 569
571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group> 570
572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group> 571
573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group> 572
574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group> 573
575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group> 574
576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group> 575
577 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group> 576
578 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group> 577
579 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group> 578
580 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group> 579
581 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group> 580
582 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group> 581
583 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</context></context-group> 582
584 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">178</context></context-group> 583
585 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group> 584
586 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 585
587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group> 586
588 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group> 587
589 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group> 588
590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group> 589
591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group> 590
592 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group> 591
593 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group> 592
594 </trans-unit> 593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
595 <trans-unit id="158575725114802951" datatype="html"> 594 <trans-unit id="158575725114802951" datatype="html">
596 <source>Only live videos</source> 595 <source>Only live videos</source>
597 <target state="translated">uniquement les vidéos en direct</target> 596 <target state="translated">uniquement les vidéos en direct</target>
@@ -776,9 +775,10 @@
776 <trans-unit id="2602586221576511475"> 775 <trans-unit id="2602586221576511475">
777 <source>Video quota</source> 776 <source>Video quota</source>
778 <target>Quota des vidéos</target> 777 <target>Quota des vidéos</target>
779 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group>
781 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
782 </trans-unit> 782 </trans-unit>
783 <trans-unit id="1502595455339510144"> 783 <trans-unit id="1502595455339510144">
784 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 784 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
@@ -860,6 +860,34 @@
860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
862 </trans-unit> 862 </trans-unit>
863 <trans-unit id="8726138323871139597" datatype="html">
864 <source>Following</source>
865 <target state="translated">Suivant</target>
866 <context-group purpose="location">
867 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
868 <context context-type="linenumber">29</context>
869 </context-group>
870 <context-group purpose="location">
871 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
872 <context context-type="linenumber">31</context>
873 </context-group>
874 <context-group purpose="location">
875 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
876 <context context-type="linenumber">28</context>
877 </context-group>
878 </trans-unit>
879 <trans-unit id="4914577418256256836" datatype="html">
880 <source>Followers</source>
881 <target state="translated">Suiveurs</target>
882 <context-group purpose="location">
883 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
884 <context context-type="linenumber">34</context>
885 </context-group>
886 <context-group purpose="location">
887 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
888 <context context-type="linenumber">37</context>
889 </context-group>
890 </trans-unit>
863 <trans-unit id="3541687134897970106"> 891 <trans-unit id="3541687134897970106">
864 <source>followers</source> 892 <source>followers</source>
865 <target>abonné·e(s)</target> 893 <target>abonné·e(s)</target>
@@ -921,14 +949,15 @@
921 <source>Cancel</source> 949 <source>Cancel</source>
922 <target>Annuler</target> 950 <target>Annuler</target>
923 <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> 951 <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>
924 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group> 952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group>
953 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group>
925 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group> 954 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group>
926 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 955 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
927 <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> 956 <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>
928 <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">69</context></context-group> 957 <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">69</context></context-group>
929 <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">81</context></context-group> 958 <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">81</context></context-group>
930 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group> 959 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group>
931 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">408</context></context-group> 960 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">415</context></context-group>
932 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 961 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
933 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group> 962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group>
934 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 963 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group>
@@ -1003,18 +1032,12 @@
1003 <trans-unit id="7252854992688790751" datatype="html"> 1032 <trans-unit id="7252854992688790751" datatype="html">
1004 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1033 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1005 <target state="translated">Cette instance permet l'enregistrement. Toutefois, il faut veiller à vérifier les <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>conditions d'utilisation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>conditions d'utilisation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> avant de créer un compte. Vous pouvez également rechercher une autre instance correspondant exactement à vos besoins sur : <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1034 <target state="translated">Cette instance permet l'enregistrement. Toutefois, il faut veiller à vérifier les <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>conditions d'utilisation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>conditions d'utilisation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> avant de créer un compte. Vous pouvez également rechercher une autre instance correspondant exactement à vos besoins sur : <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1006 <context-group purpose="location"> 1035 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group>
1007 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1008 <context context-type="linenumber">60,62</context>
1009 </context-group>
1010 </trans-unit> 1036 </trans-unit>
1011 <trans-unit id="7215649348148521605" datatype="html"> 1037 <trans-unit id="7215649348148521605" datatype="html">
1012 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1038 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1013 <target state="translated">Actuellement, cette instance ne permet pas l'enregistrement des utilisateurs, vous pouvez vérifier les <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>conditions d'utilisation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> pour plus de détails ou trouvez une instance qui vous donne la possibilité de créer un compte et d'y télécharger vos vidéos. Trouvez la vôtre parmi plusieurs instances à l'adresse suivante : <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1039 <target state="translated">Actuellement, cette instance ne permet pas l'enregistrement des utilisateurs, vous pouvez vérifier les <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>conditions d'utilisation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> pour plus de détails ou trouvez une instance qui vous donne la possibilité de créer un compte et d'y télécharger vos vidéos. Trouvez la vôtre parmi plusieurs instances à l'adresse suivante : <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1014 <context-group purpose="location"> 1040 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group>
1015 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1016 <context context-type="linenumber">65,67</context>
1017 </context-group>
1018 </trans-unit> 1041 </trans-unit>
1019 <trans-unit id="2392488717875840729"> 1042 <trans-unit id="2392488717875840729">
1020 <source>User</source> 1043 <source>User</source>
@@ -1027,65 +1050,67 @@
1027 <target>Identifiant ou adresse de courriel</target> 1050 <target>Identifiant ou adresse de courriel</target>
1028 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1051 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1029 </trans-unit> 1052 </trans-unit>
1053 <trans-unit id="1758058452376026925" datatype="html">
1054 <source>⚠️ Most email addresses do not include capital letters.</source>
1055 <target state="translated">⚠️ La plupart des adresses de courrier électronique ne comportent pas de majuscules.</target>
1056 <context-group purpose="location">
1057 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1058 <context context-type="linenumber">33,34</context>
1059 </context-group>
1060 </trans-unit>
1030 <trans-unit id="1431416938026210429"> 1061 <trans-unit id="1431416938026210429">
1031 <source>Password</source> 1062 <source>Password</source>
1032 <target>Mot de passe</target> 1063 <target>Mot de passe</target>
1033 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1034 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1065 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1066 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group>
1067 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</context></context-group>
1035 <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> 1068 <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>
1036 <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> 1069 <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>
1037 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1070 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group>
1038 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1071 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group>
1039 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1041 </trans-unit> 1072 </trans-unit>
1042 <trans-unit id="8715156686857791956" datatype="html"> 1073 <trans-unit id="8715156686857791956" datatype="html">
1043 <source>Click here to reset your password</source> 1074 <source>Click here to reset your password</source>
1044 <target state="translated">Cliquez ici pour réinitialiser votre mot de passe</target> 1075 <target state="translated">Cliquez ici pour réinitialiser votre mot de passe</target>
1045 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1076 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1046 </trans-unit> 1077 </trans-unit>
1047 <trans-unit id="892063502898494584" datatype="html"> 1078 <trans-unit id="892063502898494584" datatype="html">
1048 <source>I forgot my password</source> 1079 <source>I forgot my password</source>
1049 <target state="translated">J'ai oublié mon mot de passe</target> 1080 <target state="translated">J'ai oublié mon mot de passe</target>
1050 <context-group purpose="location"> 1081 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1051 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1052 <context context-type="linenumber">47</context>
1053 </context-group>
1054 </trans-unit> 1082 </trans-unit>
1055 <trans-unit id="2101170466365500913" datatype="html"> 1083 <trans-unit id="2101170466365500913" datatype="html">
1056 <source>Logging into an account lets you publish content</source> 1084 <source>Logging into an account lets you publish content</source>
1057 <target state="translated">La connexion à un compte vous permet de publier du contenu</target> 1085 <target state="translated">La connexion à un compte vous permet de publier du contenu</target>
1058 <context-group purpose="location"> 1086 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group>
1059 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1060 <context context-type="linenumber">56,57</context>
1061 </context-group>
1062 </trans-unit> 1087 </trans-unit>
1063 <trans-unit id="2454050363478003966"> 1088 <trans-unit id="2454050363478003966">
1064 <source>Login</source> 1089 <source>Login</source>
1065 <target>Se connecter</target> 1090 <target>Se connecter</target>
1066 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 1091 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group>
1067 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1092 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group>
1068 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group> 1093 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group>
1069 </trans-unit> 1094 </trans-unit>
1070 <trans-unit id="3183213940445113677" datatype="html"> 1095 <trans-unit id="3183213940445113677" datatype="html">
1071 <source>Or sign in with</source> 1096 <source>Or sign in with</source>
1072 <target state="translated">Ou connectez vous</target> 1097 <target state="translated">Ou connectez vous</target>
1073 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1098 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group>
1074 </trans-unit> 1099 </trans-unit>
1075 <trans-unit id="3238209155172574367"> 1100 <trans-unit id="3238209155172574367">
1076 <source>Forgot your password</source> 1101 <source>Forgot your password</source>
1077 <target>Oubli de votre mot de passe</target> 1102 <target>Oubli de votre mot de passe</target>
1078 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1103 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group>
1079 </trans-unit> 1104 </trans-unit>
1080 <trans-unit id="87327320394367488"> 1105 <trans-unit id="87327320394367488">
1081 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1106 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1082 <target>Nous sommes désolés, vous ne pouvez pas réinitialiser votre mot de passe car l'administrateur·rice de votre instance n'a pas configuré le système de courrier électronique de PeerTube.</target> 1107 <target>Nous sommes désolés, vous ne pouvez pas réinitialiser votre mot de passe car l'administrateur·rice de votre instance n'a pas configuré le système de courrier électronique de PeerTube.</target>
1083 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1108 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group>
1084 </trans-unit> 1109 </trans-unit>
1085 <trans-unit id="3188014010833256853" datatype="html"> 1110 <trans-unit id="3188014010833256853" datatype="html">
1086 <source>Enter your email address and we will send you a link to reset your password.</source> 1111 <source>Enter your email address and we will send you a link to reset your password.</source>
1087 <target state="translated">Saisissez votre adresse électronique et nous vous enverrons un lien pour réinitialiser votre mot de passe.</target> 1112 <target state="translated">Saisissez votre adresse électronique et nous vous enverrons un lien pour réinitialiser votre mot de passe.</target>
1088 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1113 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group>
1089 </trans-unit> 1114 </trans-unit>
1090 <trans-unit id="1190256911880544559" datatype="html"> 1115 <trans-unit id="1190256911880544559" datatype="html">
1091 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1116 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
@@ -1096,25 +1121,26 @@ The link will expire within 1 hour.</source>
1096 <trans-unit id="4768749765465246664"> 1121 <trans-unit id="4768749765465246664">
1097 <source>Email</source> 1122 <source>Email</source>
1098 <target>Courriel</target> 1123 <target>Courriel</target>
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1125 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group>
1127 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</context></context-group>
1128 <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>
1100 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group>
1101 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1130 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group>
1102 <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> 1131 <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>
1103 <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>
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1106 </trans-unit> 1132 </trans-unit>
1107 <trans-unit id="3967269098753656610"> 1133 <trans-unit id="3967269098753656610">
1108 <source>Email address</source> 1134 <source>Email address</source>
1109 <target>Adresse de courriel</target> 1135 <target>Adresse de courriel</target>
1110 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1136 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group>
1111 <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> 1137 <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>
1112 </trans-unit> 1138 </trans-unit>
1113 <trans-unit id="7808756054397155068" datatype="html"> 1139 <trans-unit id="7808756054397155068" datatype="html">
1114 <source>Reset</source> 1140 <source>Reset</source>
1115 <target state="translated">Réinitialiser</target> 1141 <target state="translated">Réinitialiser</target>
1116 <note priority="1" from="description">Password reset button</note> 1142 <note priority="1" from="description">Password reset button</note>
1117 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1143 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group>
1118 </trans-unit> 1144 </trans-unit>
1119 <trans-unit id="4319634264526091601" datatype="html"> 1145 <trans-unit id="4319634264526091601" datatype="html">
1120 <source>on this instance</source> 1146 <source>on this instance</source>
@@ -1190,17 +1216,17 @@ The link will expire within 1 hour.</source>
1190 <target> 1216 <target>
1191 Aucun résultat trouvé 1217 Aucun résultat trouvé
1192 </target> 1218 </target>
1193 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1219
1194 </trans-unit> 1220 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1195 <trans-unit id="5500467336262464724"> 1221 <trans-unit id="5500467336262464724">
1196 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1222 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1197 <target> 1223 <target>
1198 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> abonné·e·s 1224 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> abonné·e·s
1199 </target> 1225 </target>
1200 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1226
1201 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1227
1202 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1228
1203 </trans-unit> 1229 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1204 <trans-unit id="1516969129397662377"> 1230 <trans-unit id="1516969129397662377">
1205 <source>Welcome to PeerTube, dear administrator!</source> 1231 <source>Welcome to PeerTube, dear administrator!</source>
1206 <target>Bienvenue sur PeerTube, cher·e administrateur·rice !</target> 1232 <target>Bienvenue sur PeerTube, cher·e administrateur·rice !</target>
@@ -1445,7 +1471,7 @@ The link will expire within 1 hour.</source>
1445 <trans-unit id="2308975396733519902"> 1471 <trans-unit id="2308975396733519902">
1446 <source>Create an account</source> 1472 <source>Create an account</source>
1447 <target>Créer un compte</target> 1473 <target>Créer un compte</target>
1448 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group> 1474 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">54</context></context-group>
1449 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group> 1475 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group>
1450 </trans-unit> 1476 </trans-unit>
1451 <trans-unit id="3058024914967508975" datatype="html"> 1477 <trans-unit id="3058024914967508975" datatype="html">
@@ -1514,7 +1540,7 @@ The link will expire within 1 hour.</source>
1514 <trans-unit id="1504521795586863905" datatype="html"> 1540 <trans-unit id="1504521795586863905" datatype="html">
1515 <source>VIDEOS</source> 1541 <source>VIDEOS</source>
1516 <target state="translated">VIDÉOS</target> 1542 <target state="translated">VIDÉOS</target>
1517 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group> 1543 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group>
1518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group> 1544 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group>
1519 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group> 1545 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group>
1520 </trans-unit> 1546 </trans-unit>
@@ -1596,7 +1622,7 @@ The link will expire within 1 hour.</source>
1596 <trans-unit id="4424964105331349857" datatype="html"> 1622 <trans-unit id="4424964105331349857" datatype="html">
1597 <source>I'm a teapot</source> 1623 <source>I'm a teapot</source>
1598 <target state="translated">Je suis une théière</target> 1624 <target state="translated">Je suis une théière</target>
1599 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1625 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group>
1600 </trans-unit> 1626 </trans-unit>
1601 <trans-unit id="1597262876035959248" datatype="html"> 1627 <trans-unit id="1597262876035959248" datatype="html">
1602 <source>That's an error.</source> 1628 <source>That's an error.</source>
@@ -1690,7 +1716,7 @@ The link will expire within 1 hour.</source>
1690 <trans-unit id="2971365540217107489" datatype="html"> 1716 <trans-unit id="2971365540217107489" datatype="html">
1691 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1717 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1692 <target state="translated">Ce média est trop gros pour le serveur. Merci de contacter votre administrateur pour augmenter cette limite.</target> 1718 <target state="translated">Ce média est trop gros pour le serveur. Merci de contacter votre administrateur pour augmenter cette limite.</target>
1693 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1719 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group>
1694 </trans-unit> 1720 </trans-unit>
1695 <trans-unit id="5131854469652959713" datatype="html"> 1721 <trans-unit id="5131854469652959713" datatype="html">
1696 <source>GLOBAL SEARCH</source> 1722 <source>GLOBAL SEARCH</source>
@@ -1769,19 +1795,19 @@ The link will expire within 1 hour.</source>
1769 <trans-unit id="5478121364779850827" datatype="html"> 1795 <trans-unit id="5478121364779850827" datatype="html">
1770 <source>Reset</source> 1796 <source>Reset</source>
1771 <target state="translated">Réinitialiser</target> 1797 <target state="translated">Réinitialiser</target>
1772 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1798
1773 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1799
1774 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1800
1775 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1801
1776 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1802
1777 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1803
1778 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1804
1779 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1805
1780 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1806
1781 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1807
1782 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1808
1783 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1809
1784 </trans-unit> 1810 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1785 <trans-unit id="4540121094340493564" datatype="html"> 1811 <trans-unit id="4540121094340493564" datatype="html">
1786 <source>Display only</source> 1812 <source>Display only</source>
1787 <target state="translated">Ne montrer que</target> 1813 <target state="translated">Ne montrer que</target>
@@ -1825,9 +1851,9 @@ The link will expire within 1 hour.</source>
1825 <trans-unit id="7410432243549869948"> 1851 <trans-unit id="7410432243549869948">
1826 <source>Duration</source> 1852 <source>Duration</source>
1827 <target>Durée</target> 1853 <target>Durée</target>
1828 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group> 1854
1829 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group> 1855
1830 </trans-unit> 1856 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1831 <trans-unit id="3589238979642505685"> 1857 <trans-unit id="3589238979642505685">
1832 <source>Display sensitive content</source> 1858 <source>Display sensitive content</source>
1833 <target>Afficher le contenu sensible</target> 1859 <target>Afficher le contenu sensible</target>
@@ -1846,10 +1872,10 @@ The link will expire within 1 hour.</source>
1846 <trans-unit id="1806667489382256324"> 1872 <trans-unit id="1806667489382256324">
1847 <source>Category</source> 1873 <source>Category</source>
1848 <target>Catégorie</target> 1874 <target>Catégorie</target>
1849 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</context></context-group> 1875
1850 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">63</context></context-group> 1876
1851 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group> 1877
1852 </trans-unit> 1878 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1853 <trans-unit id="5478121364779850827" datatype="html"> 1879 <trans-unit id="5478121364779850827" datatype="html">
1854 <source>Reset</source> 1880 <source>Reset</source>
1855 <target state="translated">Réinitialiser</target> 1881 <target state="translated">Réinitialiser</target>
@@ -1867,10 +1893,10 @@ The link will expire within 1 hour.</source>
1867 <trans-unit id="9065795501872450602"> 1893 <trans-unit id="9065795501872450602">
1868 <source>Licence</source> 1894 <source>Licence</source>
1869 <target>Licence</target> 1895 <target>Licence</target>
1870 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</context></context-group> 1896
1871 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">74</context></context-group> 1897
1872 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group> 1898
1873 </trans-unit> 1899 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1874 <trans-unit id="4184995865179898060" datatype="html"> 1900 <trans-unit id="4184995865179898060" datatype="html">
1875 <source>Display all licenses</source> 1901 <source>Display all licenses</source>
1876 <target state="translated">Afficher toutes les licences</target> 1902 <target state="translated">Afficher toutes les licences</target>
@@ -1879,11 +1905,11 @@ The link will expire within 1 hour.</source>
1879 <trans-unit id="2826581353496868063"> 1905 <trans-unit id="2826581353496868063">
1880 <source>Language</source> 1906 <source>Language</source>
1881 <target>Langue</target> 1907 <target>Langue</target>
1882 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</context></context-group> 1908
1883 <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> 1909
1884 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1910
1885 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group> 1911
1886 </trans-unit> 1912 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1887 <trans-unit id="7904142744051432458" datatype="html"> 1913 <trans-unit id="7904142744051432458" datatype="html">
1888 <source>Display all languages</source> 1914 <source>Display all languages</source>
1889 <target state="translated">Afficher tous les langues</target> 1915 <target state="translated">Afficher tous les langues</target>
@@ -1898,17 +1924,23 @@ The link will expire within 1 hour.</source>
1898 <source>One of these tags</source> 1924 <source>One of these tags</source>
1899 <target>Un seul des mots clés suivants</target> 1925 <target>Un seul des mots clés suivants</target>
1900 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 1926 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
1927 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
1928 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1929 <context-group purpose="location">
1930 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1931 <context context-type="linenumber">178</context>
1932 </context-group>
1901 </trans-unit> 1933 </trans-unit>
1902 <trans-unit id="283421392567624698" datatype="html"> 1934 <trans-unit id="283421392567624698" datatype="html">
1903 <source>Search target</source> 1935 <source>Search target</source>
1904 <target state="translated">Recherche la cible</target> 1936 <target state="translated">Recherche la cible</target>
1905 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 1937
1906 </trans-unit> 1938 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1907 <trans-unit id="2489767671380266270" datatype="html"> 1939 <trans-unit id="2489767671380266270" datatype="html">
1908 <source>Vidiverse</source> 1940 <source>Vidiverse</source>
1909 <target state="translated">Vidiverse</target> 1941 <target state="translated">Vidiverse</target>
1910 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 1942
1911 </trans-unit> 1943 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1912 <trans-unit id="5478121364779850827" datatype="html"> 1944 <trans-unit id="5478121364779850827" datatype="html">
1913 <source>Reset</source> 1945 <source>Reset</source>
1914 <target state="translated">Réinitialiser</target> 1946 <target state="translated">Réinitialiser</target>
@@ -1917,8 +1949,8 @@ The link will expire within 1 hour.</source>
1917 <trans-unit id="8829497237648100098"> 1949 <trans-unit id="8829497237648100098">
1918 <source>Filter</source> 1950 <source>Filter</source>
1919 <target>Filtre</target> 1951 <target>Filtre</target>
1920 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 1952
1921 </trans-unit> 1953 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1922 <trans-unit id="6479885129995567639" datatype="html"> 1954 <trans-unit id="6479885129995567639" datatype="html">
1923 <source>Video channels</source> 1955 <source>Video channels</source>
1924 <target state="translated">Les chaînes vidéos</target> 1956 <target state="translated">Les chaînes vidéos</target>
@@ -1954,9 +1986,9 @@ The link will expire within 1 hour.</source>
1954 <trans-unit id="7886570921510760899"> 1986 <trans-unit id="7886570921510760899">
1955 <source>Tags</source> 1987 <source>Tags</source>
1956 <target>Étiquettes</target> 1988 <target>Étiquettes</target>
1957 <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> 1989
1958 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group> 1990
1959 </trans-unit> 1991 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1960 <trans-unit id="354332809647287722" datatype="html"> 1992 <trans-unit id="354332809647287722" datatype="html">
1961 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1993 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1962 <target state="translated">Les étiquettes peuvent être utilisées pour suggérer des recommandations pertinentes. <x id="LINE_BREAK"/> Il y a un maximum de cinq étiquettes <x id="LINE_BREAK"/> Appuyez sur <x id="START_TAG_KBD"/>Entrée<x id="CLOSE_TAG_KBD"/> pour ajouter une nouvelle étiquette. </target> 1994 <target state="translated">Les étiquettes peuvent être utilisées pour suggérer des recommandations pertinentes. <x id="LINE_BREAK"/> Il y a un maximum de cinq étiquettes <x id="LINE_BREAK"/> Appuyez sur <x id="START_TAG_KBD"/>Entrée<x id="CLOSE_TAG_KBD"/> pour ajouter une nouvelle étiquette. </target>
@@ -2375,13 +2407,13 @@ The link will expire within 1 hour.</source>
2375 <trans-unit id="9172233176401579786"> 2407 <trans-unit id="9172233176401579786">
2376 <source>Scheduled</source> 2408 <source>Scheduled</source>
2377 <target>Planifié</target> 2409 <target>Planifié</target>
2378 2410 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group>
2379 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group></trans-unit> 2411 </trans-unit>
2380 <trans-unit id="1435317307066082710" datatype="html"> 2412 <trans-unit id="1435317307066082710" datatype="html">
2381 <source>Hide the video until a specific date</source> 2413 <source>Hide the video until a specific date</source>
2382 <target state="translated">Masquer la vidéo jusqu'à une date précise</target> 2414 <target state="translated">Masquer la vidéo jusqu'à une date précise</target>
2383 2415 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group>
2384 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 2416 </trans-unit>
2385 <trans-unit id="6148369758871787018"> 2417 <trans-unit id="6148369758871787018">
2386 <source>Video background image</source> 2418 <source>Video background image</source>
2387 <target>Image d'arrière-plan de la vidéo</target> 2419 <target>Image d'arrière-plan de la vidéo</target>
@@ -2433,8 +2465,8 @@ The link will expire within 1 hour.</source>
2433 <trans-unit id="6161604372916832458" datatype="html"> 2465 <trans-unit id="6161604372916832458" datatype="html">
2434 <source>Upload on hold</source> 2466 <source>Upload on hold</source>
2435 <target state="translated">Téléversement en attente</target> 2467 <target state="translated">Téléversement en attente</target>
2436 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group> 2468
2437 </trans-unit> 2469 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2438 <trans-unit id="285180972645018518" datatype="html"> 2470 <trans-unit id="285180972645018518" datatype="html">
2439 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2471 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2440 <target state="translated">Désolé, la fonction de téléchargement est désactivée pour votre compte. Si vous souhaitez ajouter des vidéos, un administrateur doit débloquer votre quota.</target> 2472 <target state="translated">Désolé, la fonction de téléchargement est désactivée pour votre compte. Si vous souhaitez ajouter des vidéos, un administrateur doit débloquer votre quota.</target>
@@ -2747,12 +2779,18 @@ The link will expire within 1 hour.</source>
2747 <source>Origin</source> 2779 <source>Origin</source>
2748 <target state="translated">Origine</target> 2780 <target state="translated">Origine</target>
2749 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group> 2781 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group>
2782 </trans-unit><trans-unit id="6981359593518942576" datatype="html">
2783 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2784 <context-group purpose="location">
2785 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2786 <context context-type="linenumber">14</context>
2787 </context-group>
2750 </trans-unit> 2788 </trans-unit>
2751 <trans-unit id="5139892963394684487"> 2789 <trans-unit id="5139892963394684487">
2752 <source>Originally published</source> 2790 <source>Originally published</source>
2753 <target>Publié originellement</target> 2791 <target>Publié originellement</target>
2754 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group> 2792
2755 </trans-unit> 2793 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2756 <trans-unit id="6402393085909200998" datatype="html"> 2794 <trans-unit id="6402393085909200998" datatype="html">
2757 <source>Friendly Reminder:</source> 2795 <source>Friendly Reminder:</source>
2758 <target state="translated">Rappel :</target> 2796 <target state="translated">Rappel :</target>
@@ -2810,7 +2848,7 @@ The link will expire within 1 hour.</source>
2810 </trans-unit> 2848 </trans-unit>
2811 <trans-unit id="8619499607322327082" datatype="html"> 2849 <trans-unit id="8619499607322327082" datatype="html">
2812 <source>This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. </source> 2850 <source>This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. </source>
2813 <target state="translated">Cette vidéo sera publiée sur <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. </target> 2851 <target state="translated">Cette vidéo sera publiée sur <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date : 'full' }}"/>. </target>
2814 <context-group purpose="location"> 2852 <context-group purpose="location">
2815 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2853 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2816 <context context-type="linenumber">9,11</context> 2854 <context context-type="linenumber">9,11</context>
@@ -3120,11 +3158,6 @@ The link will expire within 1 hour.</source>
3120 <target>ID</target> 3158 <target>ID</target>
3121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3122 </trans-unit> 3160 </trans-unit>
3123 <trans-unit id="2265605798180116441">
3124 <source>Follower handle</source>
3125 <target>Identifiant d'abonné·e</target>
3126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
3127 </trans-unit>
3128 <trans-unit id="5911214550882917183"> 3161 <trans-unit id="5911214550882917183">
3129 <source>State</source> 3162 <source>State</source>
3130 <target>Statut</target> 3163 <target>Statut</target>
@@ -3192,11 +3225,6 @@ The link will expire within 1 hour.</source>
3192 </target> 3225 </target>
3193 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3226 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3194 </trans-unit> 3227 </trans-unit>
3195 <trans-unit id="6641024648411549335">
3196 <source>Host</source>
3197 <target>Hôte</target>
3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3199 </trans-unit>
3200 <trans-unit id="6571718060636962350" datatype="html"> 3228 <trans-unit id="6571718060636962350" datatype="html">
3201 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3229 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3202 <target state="translated">Redondance autorisée <x id="START_TAG_P-SORTICON"/><x id="CLOSE_TAG_P-SORTICON"/></target> 3230 <target state="translated">Redondance autorisée <x id="START_TAG_P-SORTICON"/><x id="CLOSE_TAG_P-SORTICON"/></target>
@@ -3206,7 +3234,7 @@ The link will expire within 1 hour.</source>
3206 <source>Unfollow</source> 3234 <source>Unfollow</source>
3207 <target state="translated">Arrêter de suivre</target> 3235 <target state="translated">Arrêter de suivre</target>
3208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3236 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group>
3209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group>
3210 </trans-unit> 3238 </trans-unit>
3211 <trans-unit id="8246779176913476983" datatype="html"> 3239 <trans-unit id="8246779176913476983" datatype="html">
3212 <source>Open instance in a new tab</source> 3240 <source>Open instance in a new tab</source>
@@ -3218,28 +3246,18 @@ The link will expire within 1 hour.</source>
3218 <trans-unit id="9132918641931433659" datatype="html"> 3246 <trans-unit id="9132918641931433659" datatype="html">
3219 <source>No host found matching current filters.</source> 3247 <source>No host found matching current filters.</source>
3220 <target state="translated">Impossible de trouver un hôte correspondant aux critères actuels.</target> 3248 <target state="translated">Impossible de trouver un hôte correspondant aux critères actuels.</target>
3221 <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> 3249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group>
3222 </trans-unit> 3250 </trans-unit>
3223 <trans-unit id="7274241885665071790" datatype="html"> 3251 <trans-unit id="7274241885665071790" datatype="html">
3224 <source>Your instance is not following anyone.</source> 3252 <source>Your instance is not following anyone.</source>
3225 <target state="translated">Votre instance n'en suit aucune autre.</target> 3253 <target state="translated">Votre instance n'en suit aucune autre.</target>
3226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3254 <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>
3227 </trans-unit> 3255 </trans-unit>
3228 <trans-unit id="4774348799569692380" datatype="html"> 3256 <trans-unit id="4774348799569692380" datatype="html">
3229 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3257 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3230 <target state="translated">Affiche <x id="INTERPOLATION"/> à <x id="INTERPOLATION_1"/> sur <x id="INTERPOLATION_2"/>hôtes</target> 3258 <target state="translated">Affiche <x id="INTERPOLATION"/> à <x id="INTERPOLATION_1"/> sur <x id="INTERPOLATION_2"/>hôtes</target>
3231 <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> 3259 <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>
3232 </trans-unit> 3260 </trans-unit>
3233 <trans-unit id="6275803119759621687" datatype="html">
3234 <source>Follow domains</source>
3235 <target state="translated">Suivre des domaines</target>
3236 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3237 </trans-unit>
3238 <trans-unit id="1268699198448750610" datatype="html">
3239 <source>Follow instances</source>
3240 <target state="translated">Suivre les instances</target>
3241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3242 </trans-unit>
3243 <trans-unit id="9216117865911519658" datatype="html"> 3261 <trans-unit id="9216117865911519658" datatype="html">
3244 <source>Action</source> 3262 <source>Action</source>
3245 <target state="translated">Action</target> 3263 <target state="translated">Action</target>
@@ -3268,9 +3286,9 @@ The link will expire within 1 hour.</source>
3268 <trans-unit id="8286337167859377104"> 3286 <trans-unit id="8286337167859377104">
3269 <source>Create user</source> 3287 <source>Create user</source>
3270 <target>Créer un utilisateur</target> 3288 <target>Créer un utilisateur</target>
3271 3289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group>
3272 3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group>
3273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3291 </trans-unit>
3274 <trans-unit id="8363291180171434623" datatype="html"> 3292 <trans-unit id="8363291180171434623" datatype="html">
3275 <source>Table parameters</source> 3293 <source>Table parameters</source>
3276 <target state="translated">Paramètres des tables</target> 3294 <target state="translated">Paramètres des tables</target>
@@ -3289,10 +3307,11 @@ The link will expire within 1 hour.</source>
3289 <trans-unit id="5248717555542428023"> 3307 <trans-unit id="5248717555542428023">
3290 <source>Username</source> 3308 <source>Username</source>
3291 <target>Identifiant</target> 3309 <target>Identifiant</target>
3292 <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>
3293 <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>
3294 <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> 3310 <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>
3295 <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> 3311 <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>
3312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</context></context-group>
3313 <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>
3314 <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>
3296 </trans-unit> 3315 </trans-unit>
3297 <trans-unit id="5428411040014095392" datatype="html"> 3316 <trans-unit id="5428411040014095392" datatype="html">
3298 <source>e.g. jane_doe</source> 3317 <source>e.g. jane_doe</source>
@@ -3323,6 +3342,7 @@ The link will expire within 1 hour.</source>
3323 <target>Rôle</target> 3342 <target>Rôle</target>
3324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group>
3326 </trans-unit> 3346 </trans-unit>
3327 <trans-unit id="7046347992315328430" datatype="html"> 3347 <trans-unit id="7046347992315328430" datatype="html">
3328 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3348 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
@@ -3340,14 +3360,9 @@ The link will expire within 1 hour.</source>
3340 <trans-unit id="2622255144026150901" datatype="html"> 3360 <trans-unit id="2622255144026150901" datatype="html">
3341 <source>Auth plugin</source> 3361 <source>Auth plugin</source>
3342 <target state="translated">Plugin d'authentification</target> 3362 <target state="translated">Plugin d'authentification</target>
3343 <context-group purpose="location"> 3363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3344 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3345 <context context-type="linenumber">188</context> 3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group>
3346 </context-group>
3347 <context-group purpose="location">
3348 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3349 <context context-type="linenumber">188</context>
3350 </context-group>
3351 </trans-unit> 3366 </trans-unit>
3352 <trans-unit id="588099657508661970" datatype="html"> 3367 <trans-unit id="588099657508661970" datatype="html">
3353 <source>None (local authentication)</source> 3368 <source>None (local authentication)</source>
@@ -3600,6 +3615,14 @@ The link will expire within 1 hour.</source>
3600 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3615 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3601 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3616 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3602 </trans-unit> 3617 </trans-unit>
3618 <trans-unit id="8390803680962035202" datatype="html">
3619 <source>Follower</source>
3620 <target state="translated">Suiveur</target>
3621 <context-group purpose="location">
3622 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3623 <context context-type="linenumber">24</context>
3624 </context-group>
3625 </trans-unit>
3603 <trans-unit id="4691552465058437520" datatype="html"> 3626 <trans-unit id="4691552465058437520" datatype="html">
3604 <source>Commented video</source> 3627 <source>Commented video</source>
3605 <target state="translated">Vidéo commenté</target> 3628 <target state="translated">Vidéo commenté</target>
@@ -3644,43 +3667,28 @@ The link will expire within 1 hour.</source>
3644 <trans-unit id="1807029821872995706" datatype="html"> 3667 <trans-unit id="1807029821872995706" datatype="html">
3645 <source>Unsolved reports</source> 3668 <source>Unsolved reports</source>
3646 <target state="translated">Rapports non résolus</target> 3669 <target state="translated">Rapports non résolus</target>
3647 <context-group purpose="location"> 3670
3648 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3671 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3649 <context context-type="linenumber">42</context>
3650 </context-group>
3651 </trans-unit>
3652 <trans-unit id="2570256912317308673" datatype="html"> 3672 <trans-unit id="2570256912317308673" datatype="html">
3653 <source>Accepted reports</source> 3673 <source>Accepted reports</source>
3654 <target state="translated">Rapports acceptés</target> 3674 <target state="translated">Rapports acceptés</target>
3655 <context-group purpose="location"> 3675
3656 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3676 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3657 <context context-type="linenumber">46</context>
3658 </context-group>
3659 </trans-unit>
3660 <trans-unit id="4335414817109654558" datatype="html"> 3677 <trans-unit id="4335414817109654558" datatype="html">
3661 <source>Refused reports</source> 3678 <source>Refused reports</source>
3662 <target state="translated">Rapports refusés</target> 3679 <target state="translated">Rapports refusés</target>
3663 <context-group purpose="location"> 3680
3664 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3681 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3665 <context context-type="linenumber">50</context>
3666 </context-group>
3667 </trans-unit>
3668 <trans-unit id="5604806676748121035" datatype="html"> 3682 <trans-unit id="5604806676748121035" datatype="html">
3669 <source>Reports with blocked videos</source> 3683 <source>Reports with blocked videos</source>
3670 <target state="translated">Rapports avec des vidéos bloquées</target> 3684 <target state="translated">Rapports avec des vidéos bloquées</target>
3671 <context-group purpose="location"> 3685
3672 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3686 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3673 <context context-type="linenumber">54</context>
3674 </context-group>
3675 </trans-unit>
3676 <trans-unit id="5105869928182826553" datatype="html"> 3687 <trans-unit id="5105869928182826553" datatype="html">
3677 <source>Reports with deleted videos</source> 3688 <source>Reports with deleted videos</source>
3678 <target state="translated">Rapports avec des vidéos supprimées</target> 3689 <target state="translated">Rapports avec des vidéos supprimées</target>
3679 <context-group purpose="location"> 3690
3680 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3691 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3681 <context context-type="linenumber">58</context>
3682 </context-group>
3683 </trans-unit>
3684 <trans-unit id="4678289986918934018" datatype="html"> 3692 <trans-unit id="4678289986918934018" datatype="html">
3685 <source>Block reason:</source> 3693 <source>Block reason:</source>
3686 <target state="translated">Raison du blocage :</target> 3694 <target state="translated">Raison du blocage :</target>
@@ -3699,19 +3707,13 @@ The link will expire within 1 hour.</source>
3699 <trans-unit id="7755288609601798418" datatype="html"> 3707 <trans-unit id="7755288609601798418" datatype="html">
3700 <source>Automatic blocks</source> 3708 <source>Automatic blocks</source>
3701 <target state="translated">Blocages automatiques</target> 3709 <target state="translated">Blocages automatiques</target>
3702 <context-group purpose="location"> 3710
3703 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3704 <context context-type="linenumber">31</context>
3705 </context-group>
3706 </trans-unit>
3707 <trans-unit id="6510868134640657079" datatype="html"> 3712 <trans-unit id="6510868134640657079" datatype="html">
3708 <source>Manual blocks</source> 3713 <source>Manual blocks</source>
3709 <target state="translated">Blocages manuels</target> 3714 <target state="translated">Blocages manuels</target>
3710 <context-group purpose="location"> 3715
3711 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3712 <context context-type="linenumber">35</context>
3713 </context-group>
3714 </trans-unit>
3715 <trans-unit id="2143435845912984377" datatype="html"> 3717 <trans-unit id="2143435845912984377" datatype="html">
3716 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3718 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3717 <target state="translated">Montrant <x id="INTERPOLATION"/><x id="INTERPOLATION_1"/> de <x id="INTERPOLATION_2"/> vidéos bloqués</target> 3719 <target state="translated">Montrant <x id="INTERPOLATION"/><x id="INTERPOLATION_1"/> de <x id="INTERPOLATION_2"/> vidéos bloqués</target>
@@ -3858,11 +3860,11 @@ The link will expire within 1 hour.</source>
3858 <trans-unit id="2381859602529023966"> 3860 <trans-unit id="2381859602529023966">
3859 <source>Instance</source> 3861 <source>Instance</source>
3860 <target>Instance</target> 3862 <target>Instance</target>
3861 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3863
3862 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 3864
3863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3865
3864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3866
3865 </trans-unit> 3867 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3866 <trans-unit id="1300704815627663264"> 3868 <trans-unit id="1300704815627663264">
3867 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3869 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3868 <target>Silencé le <x id="START_TAG_P-SORTICON"/><x id="CLOSE_TAG_P-SORTICON"/></target> 3870 <target>Silencé le <x id="START_TAG_P-SORTICON"/><x id="CLOSE_TAG_P-SORTICON"/></target>
@@ -3900,7 +3902,7 @@ The link will expire within 1 hour.</source>
3900 <trans-unit id="4917252294930256268" datatype="html"> 3902 <trans-unit id="4917252294930256268" datatype="html">
3901 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3903 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3902 <target state="translated">Il semblerait que votre serveur n'utilise par le protocole HTTPS. Vous devez activer TLS sur votre serveur pour pouvoir en suivre d'autres.</target> 3904 <target state="translated">Il semblerait que votre serveur n'utilise par le protocole HTTPS. Vous devez activer TLS sur votre serveur pour pouvoir en suivre d'autres.</target>
3903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 3905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group>
3904 </trans-unit> 3906 </trans-unit>
3905 <trans-unit id="4058814854824495833" datatype="html"> 3907 <trans-unit id="4058814854824495833" datatype="html">
3906 <source>Mute domains</source> 3908 <source>Mute domains</source>
@@ -3968,14 +3970,14 @@ The link will expire within 1 hour.</source>
3968 <trans-unit id="4580988005648117665"> 3970 <trans-unit id="4580988005648117665">
3969 <source>Search</source> 3971 <source>Search</source>
3970 <target>Rechercher</target> 3972 <target>Rechercher</target>
3971 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group> 3973
3972 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 3974
3973 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group> 3975
3974 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group> 3976
3975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group> 3977
3976 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group> 3978
3977 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group> 3979
3978 </trans-unit> 3980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3979 <trans-unit id="8630916846096019339" datatype="html"> 3981 <trans-unit id="8630916846096019339" datatype="html">
3980 <source>Users can resolve distant content</source> 3982 <source>Users can resolve distant content</source>
3981 <target state="translated">Les utilisateurs peuvent résoudre des contenus distants</target> 3983 <target state="translated">Les utilisateurs peuvent résoudre des contenus distants</target>
@@ -5853,10 +5855,7 @@ color: red;
5853 <trans-unit id="5512878593724620692" datatype="html"> 5855 <trans-unit id="5512878593724620692" datatype="html">
5854 <source>CHANNELS</source> 5856 <source>CHANNELS</source>
5855 <target state="translated">CHAÎNES</target> 5857 <target state="translated">CHAÎNES</target>
5856 <context-group purpose="location"> 5858 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group>
5857 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
5858 <context context-type="linenumber">82</context>
5859 </context-group>
5860 </trans-unit> 5859 </trans-unit>
5861 <trans-unit id="3666829335406793239"> 5860 <trans-unit id="3666829335406793239">
5862 <source>This account does not have channels.</source> 5861 <source>This account does not have channels.</source>
@@ -5897,6 +5896,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5897 <target state="translated">Voulez-vous vraiment supprimer <x id="PH" equiv-text="videoChannel.displayName"/> ? Cela supprimera <x id="PH_1" equiv-text="videoChannel.videosCount"/> les vidéos mises en ligne sur cette chaîne, et vous ne pourrez pas créer une autre chaine avec le même nom (<x id="PH_2" equiv-text="videoChannel.name"/>) !</target> 5896 <target state="translated">Voulez-vous vraiment supprimer <x id="PH" equiv-text="videoChannel.displayName"/> ? Cela supprimera <x id="PH_1" equiv-text="videoChannel.videosCount"/> les vidéos mises en ligne sur cette chaîne, et vous ne pourrez pas créer une autre chaine avec le même nom (<x id="PH_2" equiv-text="videoChannel.name"/>) !</target>
5898 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 5897 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
5899 </trans-unit> 5898 </trans-unit>
5899 <trans-unit id="4433306639366959484" datatype="html">
5900 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source>
5901 <target state="translated">Veuillez saisir le nom de la chaîne vidéo (<x id="PH" equiv-text="videoChannel.name"/>) pour confirmer</target>
5902 <context-group purpose="location">
5903 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5904 <context context-type="linenumber">48</context>
5905 </context-group>
5906 </trans-unit>
5900 <trans-unit id="5387007581996837469" datatype="html"> 5907 <trans-unit id="5387007581996837469" datatype="html">
5901 <source>My Channels</source> 5908 <source>My Channels</source>
5902 <target state="translated">Mes chaînes</target> 5909 <target state="translated">Mes chaînes</target>
@@ -6415,12 +6422,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6415 <trans-unit id="6979021199788941693"> 6422 <trans-unit id="6979021199788941693">
6416 <source>Your message has been sent.</source> 6423 <source>Your message has been sent.</source>
6417 <target>Votre message a été envoyé.</target> 6424 <target>Votre message a été envoyé.</target>
6418 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group> 6425 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group>
6419 </trans-unit> 6426 </trans-unit>
6420 <trans-unit id="2072135752262464360"> 6427 <trans-unit id="2072135752262464360">
6421 <source>You already sent this form recently</source> 6428 <source>You already sent this form recently</source>
6422 <target>Vous avez déjà rempli ce formulaire récemment</target> 6429 <target>Vous avez déjà rempli ce formulaire récemment</target>
6423 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group> 6430 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group>
6424 </trans-unit> 6431 </trans-unit>
6425 <trans-unit id="819067926858619041" datatype="html"> 6432 <trans-unit id="819067926858619041" datatype="html">
6426 <source>Account videos</source> 6433 <source>Account videos</source>
@@ -6466,12 +6473,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6466 <target state="translated"> 6473 <target state="translated">
6467 <x id="PH"/> comptes abonnés 6474 <x id="PH"/> comptes abonnés
6468 </target> 6475 </target>
6469 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6476 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group>
6470 </trans-unit> 6477 </trans-unit>
6471 <trans-unit id="6250999352462648289" datatype="html"> 6478 <trans-unit id="6250999352462648289" datatype="html">
6472 <source>Report this account</source> 6479 <source>Report this account</source>
6473 <target state="translated">Signaler ce compte</target> 6480 <target state="translated">Signaler ce compte</target>
6474 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6481 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group>
6475 </trans-unit> 6482 </trans-unit>
6476 <trans-unit id="1504521795586863905" datatype="html"> 6483 <trans-unit id="1504521795586863905" datatype="html">
6477 <source>VIDEOS</source> 6484 <source>VIDEOS</source>
@@ -6482,30 +6489,18 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6482 <trans-unit id="25349740244798533"> 6489 <trans-unit id="25349740244798533">
6483 <source>Username copied</source> 6490 <source>Username copied</source>
6484 <target>Nom d'utilisateur·rice copié</target> 6491 <target>Nom d'utilisateur·rice copié</target>
6485 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6492 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group>
6486 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6493 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group>
6487 </trans-unit> 6494 </trans-unit>
6488 <trans-unit id="9221735175659318025" datatype="html"> 6495 <trans-unit id="9221735175659318025" datatype="html">
6489 <source>1 subscriber</source> 6496 <source>1 subscriber</source>
6490 <target state="translated">1 abonné</target> 6497 <target state="translated">1 abonné</target>
6491 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6498 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group>
6492 </trans-unit> 6499 </trans-unit>
6493 <trans-unit id="4097331874769079975" datatype="html"> 6500 <trans-unit id="4097331874769079975" datatype="html">
6494 <source><x id="PH"/> subscribers</source> 6501 <source><x id="PH"/> subscribers</source>
6495 <target state="translated"><x id="PH"/> abonnés</target> 6502 <target state="translated"><x id="PH"/> abonnés</target>
6496 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6503 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group>
6497 </trans-unit>
6498 <trans-unit id="4682675125751819107" datatype="html">
6499 <source>Instances you follow</source>
6500 <target state="translated">Les instances que vous suivez</target>
6501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6502 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6503 </trans-unit>
6504 <trans-unit id="8899833753704589712" datatype="html">
6505 <source>Instances following you</source>
6506 <target state="translated">Les instances qui vous suivent</target>
6507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6509 </trans-unit> 6504 </trans-unit>
6510 <trans-unit id="1035838766454786107" datatype="html"> 6505 <trans-unit id="1035838766454786107" datatype="html">
6511 <source>Audio-only</source> 6506 <source>Audio-only</source>
@@ -6557,6 +6552,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6557 <target>Auto (avec ffmpeg)</target> 6552 <target>Auto (avec ffmpeg)</target>
6558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6559 </trans-unit> 6554 </trans-unit>
6555 <trans-unit id="3642770981085338761" datatype="html">
6556 <source>Followers of your instance</source>
6557 <target state="translated">Suiveurs de votre instance</target>
6558 <context-group purpose="location">
6559 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6560 <context context-type="linenumber">3</context>
6561 </context-group>
6562 </trans-unit>
6560 <trans-unit id="931255636742351800" datatype="html"> 6563 <trans-unit id="931255636742351800" datatype="html">
6561 <source>No limit</source> 6564 <source>No limit</source>
6562 <target state="translated">Aucune limite</target> 6565 <target state="translated">Aucune limite</target>
@@ -6704,17 +6707,40 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6704 <trans-unit id="2127446333083057097" datatype="html"> 6707 <trans-unit id="2127446333083057097" datatype="html">
6705 <source>Domain is required.</source> 6708 <source>Domain is required.</source>
6706 <target state="translated">Un domaine est requis.</target> 6709 <target state="translated">Un domaine est requis.</target>
6707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6710 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group>
6711 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group>
6708 </trans-unit> 6712 </trans-unit>
6709 <trans-unit id="6780793142903080663" datatype="html"> 6713 <trans-unit id="7951488350851416577" datatype="html">
6710 <source>Domains entered are invalid.</source> 6714 <source>Hosts entered are invalid.</source>
6711 <target state="translated">Les domaines renseignés sont invalides.</target> 6715 <target state="translated">Les hôtes saisis ne sont pas valides.</target>
6712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6716 <context-group purpose="location">
6717 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6718 <context context-type="linenumber">93</context>
6719 </context-group>
6713 </trans-unit> 6720 </trans-unit>
6714 <trans-unit id="5886492514458202177" datatype="html"> 6721 <trans-unit id="1469559036084108672" datatype="html">
6715 <source>Domains entered contain duplicates.</source> 6722 <source>Hosts entered contain duplicates.</source>
6716 <target state="translated">Les domaines renseignés contiennes des doublons.</target> 6723 <target state="translated">Les hôtes saisis contiennent des doublons.</target>
6717 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6724 <context-group purpose="location">
6725 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6726 <context context-type="linenumber">94</context>
6727 </context-group>
6728 </trans-unit>
6729 <trans-unit id="5991533283446904296" datatype="html">
6730 <source>Hosts or handles are invalid.</source>
6731 <target state="translated">Les hôtes ou les « handles » ne sont pas valides.</target>
6732 <context-group purpose="location">
6733 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6734 <context context-type="linenumber">102</context>
6735 </context-group>
6736 </trans-unit>
6737 <trans-unit id="6759198394434886237" datatype="html">
6738 <source>Hosts or handles contain duplicates.</source>
6739 <target state="translated">Les hôtes ou les « handles » contiennent des doublons.</target>
6740 <context-group purpose="location">
6741 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6742 <context context-type="linenumber">103</context>
6743 </context-group>
6718 </trans-unit> 6744 </trans-unit>
6719 <trans-unit id="240806681889331244"> 6745 <trans-unit id="240806681889331244">
6720 <source>Unlimited</source> 6746 <source>Unlimited</source>
@@ -6870,13 +6896,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6870 <trans-unit id="8312101634344200207" datatype="html"> 6896 <trans-unit id="8312101634344200207" datatype="html">
6871 <source><x id="PH" equiv-text="this.views"/> viewers</source> 6897 <source><x id="PH" equiv-text="this.views"/> viewers</source>
6872 <target state="translated"><x id="PH" equiv-text="this.views"/> spectateurs</target> 6898 <target state="translated"><x id="PH" equiv-text="this.views"/> spectateurs</target>
6873 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group> 6899
6874 </trans-unit> 6900 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
6875 <trans-unit id="7756087706411154095" datatype="html"> 6901 <trans-unit id="7756087706411154095" datatype="html">
6876 <source><x id="PH" equiv-text="this.views"/> views</source> 6902 <source><x id="PH" equiv-text="this.views"/> views</source>
6877 <target state="translated"><x id="PH" equiv-text="this.views"/> vues</target> 6903 <target state="translated"><x id="PH" equiv-text="this.views"/> vues</target>
6878 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group> 6904
6879 </trans-unit> 6905 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
6880 <trans-unit id="2452034338905853167"> 6906 <trans-unit id="2452034338905853167">
6881 <source><x id="PH"/> removed from instance followers </source> 6907 <source><x id="PH"/> removed from instance followers </source>
6882 <target> 6908 <target>
@@ -6884,22 +6910,55 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6884 </target> 6910 </target>
6885 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6886 </trans-unit> 6912 </trans-unit>
6913 <trans-unit id="6018246591673612412" datatype="html">
6914 <source>Follow</source>
6915 <target state="translated">Suit</target>
6916 <context-group purpose="location">
6917 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6918 <context context-type="linenumber">3</context>
6919 </context-group>
6920 <context-group purpose="location">
6921 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6922 <context context-type="linenumber">37</context>
6923 </context-group>
6924 <context-group purpose="location">
6925 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6926 <context context-type="linenumber">18</context>
6927 </context-group>
6928 </trans-unit>
6929 <trans-unit id="3596798855644241001" datatype="html">
6930 <source>1 host (without "http://"), account handle or channel handle per line</source>
6931 <target state="translated">1 hôte (sans "http://"), « handle » de compte ou « handle » de canal par ligne</target>
6932 <context-group purpose="location">
6933 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6934 <context context-type="linenumber">11</context>
6935 </context-group>
6936 </trans-unit>
6887 <trans-unit id="2740793005745065895"> 6937 <trans-unit id="2740793005745065895">
6888 <source><x id="PH"/> is not valid </source> 6938 <source><x id="PH"/> is not valid </source>
6889 <target> 6939 <target>
6890 <x id="PH"/> n'est pas valide 6940 <x id="PH"/> n'est pas valide
6891 </target> 6941 </target>
6892 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6942 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group>
6943 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group>
6893 </trans-unit> 6944 </trans-unit>
6894 <trans-unit id="2355066641781598196"> 6945 <trans-unit id="2355066641781598196">
6895 <source>Follow request(s) sent!</source> 6946 <source>Follow request(s) sent!</source>
6896 <target>Requête·s envoyée·s !</target> 6947 <target>Requête·s envoyée·s !</target>
6897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group>
6949 </trans-unit>
6950 <trans-unit id="3459358413436264734" datatype="html">
6951 <source>Your instance subscriptions</source>
6952 <target state="translated">Vos abonnements d'instance</target>
6953 <context-group purpose="location">
6954 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6955 <context context-type="linenumber">3</context>
6956 </context-group>
6898 </trans-unit> 6957 </trans-unit>
6899 <trans-unit id="4245720728052819482"> 6958 <trans-unit id="4245720728052819482">
6900 <source>Do you really want to unfollow <x id="PH"/>?</source> 6959 <source>Do you really want to unfollow <x id="PH"/>?</source>
6901 <target>Voulez-vous vraiment vous désabonner de <x id="PH"/> ?</target> 6960 <target>Voulez-vous vraiment vous désabonner de <x id="PH"/> ?</target>
6902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6961 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group>
6903 </trans-unit> 6962 </trans-unit>
6904 <trans-unit id="9160510009013134726"> 6963 <trans-unit id="9160510009013134726">
6905 <source>Unfollow</source> 6964 <source>Unfollow</source>
@@ -6909,7 +6968,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6909 <trans-unit id="3935234189109112926"> 6968 <trans-unit id="3935234189109112926">
6910 <source>You are not following <x id="PH"/> anymore.</source> 6969 <source>You are not following <x id="PH"/> anymore.</source>
6911 <target>Vous n'êtes plus abonné·e à <x id="PH"/>.</target> 6970 <target>Vous n'êtes plus abonné·e à <x id="PH"/>.</target>
6912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6971 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group>
6913 </trans-unit> 6972 </trans-unit>
6914 <trans-unit id="2593763089859685916"> 6973 <trans-unit id="2593763089859685916">
6915 <source>enabled</source> 6974 <source>enabled</source>
@@ -7017,121 +7076,121 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7017 <trans-unit id="6473213678768782133" datatype="html"> 7076 <trans-unit id="6473213678768782133" datatype="html">
7018 <source>Internal actions</source> 7077 <source>Internal actions</source>
7019 <target state="translated">Actions internes</target> 7078 <target state="translated">Actions internes</target>
7020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7079
7021 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7080
7022 </trans-unit> 7081 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7023 <trans-unit id="4559872264406386913" datatype="html"> 7082 <trans-unit id="4559872264406386913" datatype="html">
7024 <source>Delete report</source> 7083 <source>Delete report</source>
7025 <target state="translated">Supprimer le signalement</target> 7084 <target state="translated">Supprimer le signalement</target>
7026 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7085
7027 </trans-unit> 7086 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7028 <trans-unit id="5793550984155962433" datatype="html"> 7087 <trans-unit id="5793550984155962433" datatype="html">
7029 <source>Actions for the flagged account</source> 7088 <source>Actions for the flagged account</source>
7030 <target state="translated">Actions pour le compte marqué</target> 7089 <target state="translated">Actions pour le compte marqué</target>
7031 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7090
7032 </trans-unit> 7091 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7033 <trans-unit id="1679841953757186358"> 7092 <trans-unit id="1679841953757186358">
7034 <source>Mark as accepted</source> 7093 <source>Mark as accepted</source>
7035 <target>Marquer comme accepté</target> 7094 <target>Marquer comme accepté</target>
7036 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7095
7037 </trans-unit> 7096 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7038 <trans-unit id="7993358694073742566"> 7097 <trans-unit id="7993358694073742566">
7039 <source>Mark as rejected</source> 7098 <source>Mark as rejected</source>
7040 <target>Marquer comme rejeté</target> 7099 <target>Marquer comme rejeté</target>
7041 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7100
7042 </trans-unit> 7101 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7043 <trans-unit id="4175703770051343108" datatype="html"> 7102 <trans-unit id="4175703770051343108" datatype="html">
7044 <source>Add internal note</source> 7103 <source>Add internal note</source>
7045 <target state="translated">Ajouter une note interne</target> 7104 <target state="translated">Ajouter une note interne</target>
7046 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7105
7047 </trans-unit> 7106 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7048 <trans-unit id="296166371893775555" datatype="html"> 7107 <trans-unit id="296166371893775555" datatype="html">
7049 <source>Actions for the video</source> 7108 <source>Actions for the video</source>
7050 <target state="translated">Actions pour cette vidéo</target> 7109 <target state="translated">Actions pour cette vidéo</target>
7051 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7110
7052 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7111
7053 </trans-unit> 7112 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7054 <trans-unit id="3924877328520650445" datatype="html"> 7113 <trans-unit id="3924877328520650445" datatype="html">
7055 <source>Block video</source> 7114 <source>Block video</source>
7056 <target state="translated">Bloquer la vidéo</target> 7115 <target state="translated">Bloquer la vidéo</target>
7057 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7116
7058 </trans-unit> 7117 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7059 <trans-unit id="4762794934098378428" datatype="html"> 7118 <trans-unit id="4762794934098378428" datatype="html">
7060 <source>Video blocked.</source> 7119 <source>Video blocked.</source>
7061 <target state="translated">Vidéo bloquée.</target> 7120 <target state="translated">Vidéo bloquée.</target>
7062 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7121
7063 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7122
7064 </trans-unit> 7123 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7065 <trans-unit id="4328862996304258770" datatype="html"> 7124 <trans-unit id="4328862996304258770" datatype="html">
7066 <source>Unblock video</source> 7125 <source>Unblock video</source>
7067 <target state="translated">Débloquer la vidéo</target> 7126 <target state="translated">Débloquer la vidéo</target>
7068 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7127
7069 </trans-unit> 7128 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7070 <trans-unit id="9065327551191479877" datatype="html"> 7129 <trans-unit id="9065327551191479877" datatype="html">
7071 <source>Video unblocked.</source> 7130 <source>Video unblocked.</source>
7072 <target state="translated">Vidéo débloquée.</target> 7131 <target state="translated">Vidéo débloquée.</target>
7073 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7132
7074 </trans-unit> 7133 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7075 <trans-unit id="1250415136605923486"> 7134 <trans-unit id="1250415136605923486">
7076 <source>Do you really want to delete this abuse report?</source> 7135 <source>Do you really want to delete this abuse report?</source>
7077 <target>Voulez-vous vraiment supprimer ce signalement ?</target> 7136 <target>Voulez-vous vraiment supprimer ce signalement ?</target>
7078 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7137
7079 </trans-unit> 7138 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7080 <trans-unit id="3482559157143817408"> 7139 <trans-unit id="3482559157143817408">
7081 <source>Abuse deleted.</source> 7140 <source>Abuse deleted.</source>
7082 <target>Signalement supprimé.</target> 7141 <target>Signalement supprimé.</target>
7083 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7142
7084 </trans-unit> 7143 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7085 <trans-unit id="6282990098351939529" datatype="html"> 7144 <trans-unit id="6282990098351939529" datatype="html">
7086 <source>Deleted comment</source> 7145 <source>Deleted comment</source>
7087 <target state="translated">Commentaire supprimé</target> 7146 <target state="translated">Commentaire supprimé</target>
7088 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7147
7089 </trans-unit> 7148 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7090 <trans-unit id="9196775343330824083" datatype="html"> 7149 <trans-unit id="9196775343330824083" datatype="html">
7091 <source>Messages with reporter</source> 7150 <source>Messages with reporter</source>
7092 <target state="translated">Messages avec la personne qui a signalé</target> 7151 <target state="translated">Messages avec la personne qui a signalé</target>
7093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7152
7094 </trans-unit> 7153 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7095 <trans-unit id="8770468575924421391" datatype="html"> 7154 <trans-unit id="8770468575924421391" datatype="html">
7096 <source>Messages with moderators</source> 7155 <source>Messages with moderators</source>
7097 <target state="translated">Messages avec modérateurs</target> 7156 <target state="translated">Messages avec modérateurs</target>
7098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7157
7099 </trans-unit> 7158 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7100 <trans-unit id="8528549800795985099" datatype="html"> 7159 <trans-unit id="8528549800795985099" datatype="html">
7101 <source>Update internal note</source> 7160 <source>Update internal note</source>
7102 <target state="translated">Mise à jour de la note interne</target> 7161 <target state="translated">Mise à jour de la note interne</target>
7103 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7162
7104 </trans-unit> 7163 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7105 <trans-unit id="3962242315365992494" datatype="html"> 7164 <trans-unit id="3962242315365992494" datatype="html">
7106 <source>Switch video block to manual</source> 7165 <source>Switch video block to manual</source>
7107 <target state="translated">Passage du blocage vidéo au mode manuel</target> 7166 <target state="translated">Passage du blocage vidéo au mode manuel</target>
7108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7167
7109 </trans-unit> 7168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7110 <trans-unit id="6906423861055262169" datatype="html"> 7169 <trans-unit id="6906423861055262169" datatype="html">
7111 <source>Video <x id="PH"/> switched to manual block.</source> 7170 <source>Video <x id="PH"/> switched to manual block.</source>
7112 <target state="translated">La vidéo <x id="PH"/> est passé en blocage manuel.</target> 7171 <target state="translated">La vidéo <x id="PH"/> est passé en blocage manuel.</target>
7113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7172
7114 </trans-unit> 7173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7115 <trans-unit id="7293356040886494773" datatype="html"> 7174 <trans-unit id="7293356040886494773" datatype="html">
7116 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7175 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7117 <target state="translated">Voulez-vous réellement débloquer cette vidéo ? Elle sera à nouveau disponible dans la liste des vidéos.</target> 7176 <target state="translated">Voulez-vous réellement débloquer cette vidéo ? Elle sera à nouveau disponible dans la liste des vidéos.</target>
7118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group> 7177
7119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group> 7178
7120 </trans-unit> 7179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7121 <trans-unit id="4859202148272511129" datatype="html"> 7180 <trans-unit id="4859202148272511129" datatype="html">
7122 <source>Unblock</source> 7181 <source>Unblock</source>
7123 <target state="translated">Débloquer</target> 7182 <target state="translated">Débloquer</target>
7124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group> 7183
7125 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group> 7184
7126 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group> 7185
7127 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group> 7186
7128 </trans-unit> 7187 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7129 <trans-unit id="4922469417589203720" datatype="html"> 7188 <trans-unit id="4922469417589203720" datatype="html">
7130 <source>Video <x id="PH"/> unblocked.</source> 7189 <source>Video <x id="PH"/> unblocked.</source>
7131 <target state="translated">Vidéo <x id="PH"/> débloquée.</target> 7190 <target state="translated">Vidéo <x id="PH"/> débloquée.</target>
7132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group> 7191
7133 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group> 7192
7134 </trans-unit> 7193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7135 <trans-unit id="6286037250766429054"> 7194 <trans-unit id="6286037250766429054">
7136 <source>yes</source> 7195 <source>yes</source>
7137 <target>oui</target> 7196 <target>oui</target>
@@ -7382,7 +7441,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7382 <trans-unit id="1519954996184640001"> 7441 <trans-unit id="1519954996184640001">
7383 <source>Error</source> 7442 <source>Error</source>
7384 <target>Erreur</target> 7443 <target>Erreur</target>
7385 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7444 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group>
7386 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7445 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group>
7387 </trans-unit> 7446 </trans-unit>
7388 <trans-unit id="5076187961693950167" datatype="html"> 7447 <trans-unit id="5076187961693950167" datatype="html">
@@ -7398,8 +7457,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7398 <trans-unit id="1886888801485703107"> 7457 <trans-unit id="1886888801485703107">
7399 <source>User <x id="PH"/> created.</source> 7458 <source>User <x id="PH"/> created.</source>
7400 <target>Utilisateur·rice <x id="PH"/> créé.e.</target> 7459 <target>Utilisateur·rice <x id="PH"/> créé.e.</target>
7401 7460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group>
7402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 7461 </trans-unit>
7403 <trans-unit id="8286337167859377104" datatype="html"> 7462 <trans-unit id="8286337167859377104" datatype="html">
7404 <source>Create user</source> 7463 <source>Create user</source>
7405 <target state="translated">Créer un utilisateur</target> 7464 <target state="translated">Créer un utilisateur</target>
@@ -7425,16 +7484,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7425 <target>Mettre à jour le mot de passe utilisateur·rice</target> 7484 <target>Mettre à jour le mot de passe utilisateur·rice</target>
7426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7485 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7427 </trans-unit> 7486 </trans-unit>
7428 <trans-unit id="177544274549739411" datatype="html">
7429 <source>Following list</source>
7430 <target state="translated">Instances suivies</target>
7431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7432 </trans-unit>
7433 <trans-unit id="8092429110007204784" datatype="html">
7434 <source>Followers list</source>
7435 <target state="translated">Instances qui nous suivent</target>
7436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7437 </trans-unit>
7438 <trans-unit id="780323526182667308" datatype="html"> 7487 <trans-unit id="780323526182667308" datatype="html">
7439 <source>User <x id="PH"/> updated.</source> 7488 <source>User <x id="PH"/> updated.</source>
7440 <target state="translated">Utilisateur·rice <x id="PH"/> mis·e à jour.</target> 7489 <target state="translated">Utilisateur·rice <x id="PH"/> mis·e à jour.</target>
@@ -7470,16 +7519,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7470 <target state="translated">Fédération</target> 7519 <target state="translated">Fédération</target>
7471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7472 </trans-unit> 7521 </trans-unit>
7473 <trans-unit id="4682675125751819107" datatype="html">
7474 <source>Instances you follow</source>
7475 <target state="translated">Instances que vous suivez</target>
7476 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7477 </trans-unit>
7478 <trans-unit id="8899833753704589712" datatype="html">
7479 <source>Instances following you</source>
7480 <target state="translated">Instances qui vous suivent</target>
7481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7482 </trans-unit>
7483 <trans-unit id="3767259920053407667" datatype="html"> 7522 <trans-unit id="3767259920053407667" datatype="html">
7484 <source>Videos will be deleted, comments will be tombstoned.</source> 7523 <source>Videos will be deleted, comments will be tombstoned.</source>
7485 <target state="translated">Les vidéos seront supprimées, les commentaires seront marqués supprimés.</target> 7524 <target state="translated">Les vidéos seront supprimées, les commentaires seront marqués supprimés.</target>
@@ -7511,6 +7550,30 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group> 7550 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7512 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group> 7551 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7513 </trans-unit> 7552 </trans-unit>
7553 <trans-unit id="4207916966377787111" datatype="html">
7554 <source>Created</source>
7555 <target state="translated">Créé</target>
7556 <context-group purpose="location">
7557 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7558 <context context-type="linenumber">115</context>
7559 </context-group>
7560 </trans-unit>
7561 <trans-unit id="8140268298586972139" datatype="html">
7562 <source>Daily quota</source>
7563 <target state="translated">Quota quotidien</target>
7564 <context-group purpose="location">
7565 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7566 <context context-type="linenumber">120</context>
7567 </context-group>
7568 </trans-unit>
7569 <trans-unit id="7910076708497708162" datatype="html">
7570 <source>Last login</source>
7571 <target state="translated">Dernière connexion</target>
7572 <context-group purpose="location">
7573 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7574 <context context-type="linenumber">122</context>
7575 </context-group>
7576 </trans-unit>
7514 <trans-unit id="3403978719736970622"> 7577 <trans-unit id="3403978719736970622">
7515 <source>You cannot ban root.</source> 7578 <source>You cannot ban root.</source>
7516 <target>Vous ne pouvez pas bannir l'utilisateur root.</target> 7579 <target>Vous ne pouvez pas bannir l'utilisateur root.</target>
@@ -7814,12 +7877,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7814 <trans-unit id="1137937154872046253"> 7877 <trans-unit id="1137937154872046253">
7815 <source>Video channel <x id="PH"/> created.</source> 7878 <source>Video channel <x id="PH"/> created.</source>
7816 <target>Chaîne vidéo <x id="PH"/> créée.</target> 7879 <target>Chaîne vidéo <x id="PH"/> créée.</target>
7817 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 7880 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group>
7818 </trans-unit> 7881 </trans-unit>
7819 <trans-unit id="8723777130353305761"> 7882 <trans-unit id="8723777130353305761">
7820 <source>This name already exists on this instance.</source> 7883 <source>This name already exists on this instance.</source>
7821 <target>Ce nom existe déjà sur cette instance.</target> 7884 <target>Ce nom existe déjà sur cette instance.</target>
7822 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 7885 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group>
7823 </trans-unit> 7886 </trans-unit>
7824 <trans-unit id="7589345916094713536"> 7887 <trans-unit id="7589345916094713536">
7825 <source>Video channel <x id="PH"/> updated.</source> 7888 <source>Video channel <x id="PH"/> updated.</source>
@@ -7841,11 +7904,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7841 <target state="translated">Bannière supprimée.</target> 7904 <target state="translated">Bannière supprimée.</target>
7842 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group> 7905 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
7843 </trans-unit> 7906 </trans-unit>
7844 <trans-unit id="2575302837003821736">
7845 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7846 <target>Merci de saisir le nom de la chaîne vidéo ( <x id="PH"/>) pour confirmer</target>
7847 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
7848 </trans-unit>
7849 <trans-unit id="624066830180032195"> 7907 <trans-unit id="624066830180032195">
7850 <source>Video channel <x id="PH"/> deleted.</source> 7908 <source>Video channel <x id="PH"/> deleted.</source>
7851 <target>Chaîne vidéo <x id="PH"/> supprimée.</target> 7909 <target>Chaîne vidéo <x id="PH"/> supprimée.</target>
@@ -7998,6 +8056,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7998 <target>Requête de changement de propriété envoyée.</target> 8056 <target>Requête de changement de propriété envoyée.</target>
7999 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8057 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8000 </trans-unit> 8058 </trans-unit>
8059 <trans-unit id="7699622144571229146" datatype="html">
8060 <source>Sort by</source>
8061 <target state="translated">Trier par</target>
8062 <context-group purpose="location">
8063 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8064 <context context-type="linenumber">26</context>
8065 </context-group>
8066 </trans-unit>
8001 <trans-unit id="3245220240937722814"> 8067 <trans-unit id="3245220240937722814">
8002 <source>My channels</source> 8068 <source>My channels</source>
8003 <target>Mes chaînes</target> 8069 <target>Mes chaînes</target>
@@ -8057,13 +8123,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8057 <trans-unit id="6489275254908395777" datatype="html"> 8123 <trans-unit id="6489275254908395777" datatype="html">
8058 <source>Maximize editor</source> 8124 <source>Maximize editor</source>
8059 <target state="translated">Agrandir l'éditeur</target> 8125 <target state="translated">Agrandir l'éditeur</target>
8060 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8126
8061 </trans-unit> 8127 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8062 <trans-unit id="4243591013849340688" datatype="html"> 8128 <trans-unit id="4243591013849340688" datatype="html">
8063 <source>Exit maximized editor</source> 8129 <source>Exit maximized editor</source>
8064 <target state="translated">Sortir de l'éditeur agrandi</target> 8130 <target state="translated">Sortir de l'éditeur agrandi</target>
8065 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8131
8066 </trans-unit> 8132 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8067 <trans-unit id="6537885755702623401"> 8133 <trans-unit id="6537885755702623401">
8068 <source>Now please check your emails to verify your account and complete signup.</source> 8134 <source>Now please check your emails to verify your account and complete signup.</source>
8069 <target>Maintenant, veuillez vérifier vos courriels pour vérifier votre compte et compléter votre inscription.</target> 8135 <target>Maintenant, veuillez vérifier vos courriels pour vérifier votre compte et compléter votre inscription.</target>
@@ -8095,7 +8161,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8095 <target>S'abonner à ce compte</target> 8161 <target>S'abonner à ce compte</target>
8096 8162
8097 8163
8098 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8164 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8099 <trans-unit id="3131904093925601441" datatype="html"> 8165 <trans-unit id="3131904093925601441" datatype="html">
8100 <source>PLAYLISTS</source> 8166 <source>PLAYLISTS</source>
8101 <target state="translated">LISTES DE LECTURE</target> 8167 <target state="translated">LISTES DE LECTURE</target>
@@ -8142,33 +8208,33 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8142 <trans-unit id="3779524668013120370"> 8208 <trans-unit id="3779524668013120370">
8143 <source>Go to my subscriptions</source> 8209 <source>Go to my subscriptions</source>
8144 <target>Aller voir mes abonnements</target> 8210 <target>Aller voir mes abonnements</target>
8145 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8211 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group>
8146 </trans-unit> 8212 </trans-unit>
8147 <trans-unit id="1136469849928650779"> 8213 <trans-unit id="1136469849928650779">
8148 <source>Go to my videos</source> 8214 <source>Go to my videos</source>
8149 <target>Aller voir mes vidéos</target> 8215 <target>Aller voir mes vidéos</target>
8150 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8216 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group>
8151 </trans-unit> 8217 </trans-unit>
8152 <trans-unit id="7836683738999600376"> 8218 <trans-unit id="7836683738999600376">
8153 <source>Go to my imports</source> 8219 <source>Go to my imports</source>
8154 <target>Aller voir mes imports</target> 8220 <target>Aller voir mes imports</target>
8155 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8221 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group>
8156 </trans-unit> 8222 </trans-unit>
8157 <trans-unit id="7511292153332773503"> 8223 <trans-unit id="7511292153332773503">
8158 <source>Go to my channels</source> 8224 <source>Go to my channels</source>
8159 <target>Aller voir mes chaînes</target> 8225 <target>Aller voir mes chaînes</target>
8160 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8226 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group>
8161 </trans-unit> 8227 </trans-unit>
8162 <trans-unit id="2013324644839511073" datatype="html"> 8228 <trans-unit id="2013324644839511073" datatype="html">
8163 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8229 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8164Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8230Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8165 <target state="translated">Impossible de récupérer les identifiants du Client OAuth : <x id="PH" equiv-text="error.text"/>. Assurez-vous d'avoir correctement configuré PeerTube (dossier config/), en particulier la section "serveur web".</target> 8231 <target state="translated">Impossible de récupérer les identifiants du Client OAuth : <x id="PH" equiv-text="error.text"/>. Assurez-vous d'avoir correctement configuré PeerTube (dossier config/), en particulier la section "serveur web".</target>
8166 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8232 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group>
8167 </trans-unit> 8233 </trans-unit>
8168 <trans-unit id="375263728166936544"> 8234 <trans-unit id="375263728166936544">
8169 <source>You need to reconnect.</source> 8235 <source>You need to reconnect.</source>
8170 <target>Vous devez vous reconnecter.</target> 8236 <target>Vous devez vous reconnecter.</target>
8171 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8237 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group>
8172 </trans-unit> 8238 </trans-unit>
8173 <trans-unit id="2206638022166154361"> 8239 <trans-unit id="2206638022166154361">
8174 <source>Keyboard Shortcuts:</source> 8240 <source>Keyboard Shortcuts:</source>
@@ -8183,6 +8249,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8183 <context context-type="linenumber">98</context> 8249 <context context-type="linenumber">98</context>
8184 </context-group> 8250 </context-group>
8185 </trans-unit> 8251 </trans-unit>
8252 <trans-unit id="4024404994702813072" datatype="html">
8253 <source>In my library</source>
8254 <target state="translated">Dans ma bibliothèque</target>
8255 <context-group purpose="location">
8256 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8257 <context context-type="linenumber">104</context>
8258 </context-group>
8259 </trans-unit>
8186 <trans-unit id="232050922346936574" datatype="html"> 8260 <trans-unit id="232050922346936574" datatype="html">
8187 <source>Trending</source> 8261 <source>Trending</source>
8188 <target state="translated">Tendances</target> 8262 <target state="translated">Tendances</target>
@@ -8210,37 +8284,37 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8210 <trans-unit id="1266887509445371246"> 8284 <trans-unit id="1266887509445371246">
8211 <source>Incorrect username or password.</source> 8285 <source>Incorrect username or password.</source>
8212 <target>Nom d'utilisateur ou mot de passe incorrects.</target> 8286 <target>Nom d'utilisateur ou mot de passe incorrects.</target>
8213 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8287 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group>
8214 </trans-unit> 8288 </trans-unit>
8215 <trans-unit id="6974874606619467663" datatype="html"> 8289 <trans-unit id="6974874606619467663" datatype="html">
8216 <source>Your account is blocked.</source> 8290 <source>Your account is blocked.</source>
8217 <target state="translated">Votre compte est bloqué.</target> 8291 <target state="translated">Votre compte est bloqué.</target>
8218 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8292 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group>
8219 </trans-unit> 8293 </trans-unit>
8220 <trans-unit id="7939914198003891823" datatype="html"> 8294 <trans-unit id="7939914198003891823" datatype="html">
8221 <source>any language</source> 8295 <source>any language</source>
8222 <target state="translated">toute langue</target> 8296 <target state="translated">toute langue</target>
8223 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group> 8297 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group>
8224 </trans-unit> 8298 </trans-unit>
8225 <trans-unit id="5633144232269377096" datatype="html"> 8299 <trans-unit id="5633144232269377096" datatype="html">
8226 <source>hide</source> 8300 <source>hide</source>
8227 <target state="translated">cacher</target> 8301 <target state="translated">cacher</target>
8228 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group> 8302 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group>
8229 </trans-unit> 8303 </trans-unit>
8230 <trans-unit id="8603861867909474404" datatype="html"> 8304 <trans-unit id="8603861867909474404" datatype="html">
8231 <source>blur</source> 8305 <source>blur</source>
8232 <target state="translated">flouter</target> 8306 <target state="translated">flouter</target>
8233 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group> 8307 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group>
8234 </trans-unit> 8308 </trans-unit>
8235 <trans-unit id="4534458451100881847" datatype="html"> 8309 <trans-unit id="4534458451100881847" datatype="html">
8236 <source>display</source> 8310 <source>display</source>
8237 <target state="translated">afficher</target> 8311 <target state="translated">afficher</target>
8238 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group> 8312 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group>
8239 </trans-unit> 8313 </trans-unit>
8240 <trans-unit id="4467323362722952678" datatype="html"> 8314 <trans-unit id="4467323362722952678" datatype="html">
8241 <source>Unknown</source> 8315 <source>Unknown</source>
8242 <target state="translated">Inconnu</target> 8316 <target state="translated">Inconnu</target>
8243 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group> 8317 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group>
8244 </trans-unit> 8318 </trans-unit>
8245 <trans-unit id="8781423666414310853"> 8319 <trans-unit id="8781423666414310853">
8246 <source>Your password has been successfully reset!</source> 8320 <source>Your password has been successfully reset!</source>
@@ -8354,12 +8428,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8354 <trans-unit id="3208627574396957172" datatype="html"> 8428 <trans-unit id="3208627574396957172" datatype="html">
8355 <source>Search index is unavailable. Retrying with instance results instead.</source> 8429 <source>Search index is unavailable. Retrying with instance results instead.</source>
8356 <target state="translated">L'index de recherche n'est pas disponible. Essayez plutôt avec les résultats de l'instance.</target> 8430 <target state="translated">L'index de recherche n'est pas disponible. Essayez plutôt avec les résultats de l'instance.</target>
8357 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group> 8431
8358 </trans-unit> 8432 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8359 <trans-unit id="307702206382241469" datatype="html"> 8433 <trans-unit id="307702206382241469" datatype="html">
8360 <source>Search error</source> 8434 <source>Search error</source>
8361 <target state="translated">Erreur de recherche</target> 8435 <target state="translated">Erreur de recherche</target>
8362 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group> 8436
8437 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8438 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8439 <context-group purpose="location">
8440 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8441 <context context-type="linenumber">329</context>
8442 </context-group>
8363 </trans-unit> 8443 </trans-unit>
8364 <trans-unit id="4580988005648117665" datatype="html"> 8444 <trans-unit id="4580988005648117665" datatype="html">
8365 <source>Search</source> 8445 <source>Search</source>
@@ -9573,19 +9653,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9573 <trans-unit id="2558977494773636050"> 9653 <trans-unit id="2558977494773636050">
9574 <source>Account <x id="PH"/> muted by the instance.</source> 9654 <source>Account <x id="PH"/> muted by the instance.</source>
9575 <target>Compte <x id="PH"/> rendu muet par votre instance.</target> 9655 <target>Compte <x id="PH"/> rendu muet par votre instance.</target>
9576 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group> 9656
9577 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group> 9657
9578 </trans-unit> 9658 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9579 <trans-unit id="1595779426198793580" datatype="html"> 9659 <trans-unit id="1595779426198793580" datatype="html">
9580 <source>Mute server</source> 9660 <source>Mute server</source>
9581 <target state="translated">Masquer le serveur</target> 9661 <target state="translated">Masquer le serveur</target>
9582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 9662
9583 </trans-unit> 9663 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9584 <trans-unit id="8014491157078444256" datatype="html"> 9664 <trans-unit id="8014491157078444256" datatype="html">
9585 <source>Server <x id="PH"/> muted by the instance.</source> 9665 <source>Server <x id="PH"/> muted by the instance.</source>
9586 <target state="translated">Serveur <x id="PH"/> masqué par votre instance.</target> 9666 <target state="translated">Serveur <x id="PH"/> masqué par votre instance.</target>
9587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 9667
9588 </trans-unit> 9668 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9589 <trans-unit id="2044813052587776285" datatype="html"> 9669 <trans-unit id="2044813052587776285" datatype="html">
9590 <source>Add a message to communicate with the reporter</source> 9670 <source>Add a message to communicate with the reporter</source>
9591 <target state="translated">Ajouter un message pour communiquer avec la personne qui a signalé</target> 9671 <target state="translated">Ajouter un message pour communiquer avec la personne qui a signalé</target>
@@ -9825,17 +9905,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9825 <trans-unit id="968295009933361070"> 9905 <trans-unit id="968295009933361070">
9826 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 9906 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
9827 <target>Trop de tentatives, merci de réessayer dans <x id="PH"/> minutes.</target> 9907 <target>Trop de tentatives, merci de réessayer dans <x id="PH"/> minutes.</target>
9828 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9908 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group>
9829 </trans-unit> 9909 </trans-unit>
9830 <trans-unit id="4965472196059235310"> 9910 <trans-unit id="4965472196059235310">
9831 <source>Too many attempts, please try again later.</source> 9911 <source>Too many attempts, please try again later.</source>
9832 <target>Trop d'essais. Merci de réessayer plus tard.</target> 9912 <target>Trop d'essais. Merci de réessayer plus tard.</target>
9833 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9913 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group>
9834 </trans-unit> 9914 </trans-unit>
9835 <trans-unit id="1693549688987384699"> 9915 <trans-unit id="1693549688987384699">
9836 <source>Server error. Please retry later.</source> 9916 <source>Server error. Please retry later.</source>
9837 <target>Le serveur rencontre une erreur. Merci de réessayer plus tard.</target> 9917 <target>Le serveur rencontre une erreur. Merci de réessayer plus tard.</target>
9838 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9918 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group>
9839 </trans-unit> 9919 </trans-unit>
9840 <trans-unit id="5927402622550505067" datatype="html"> 9920 <trans-unit id="5927402622550505067" datatype="html">
9841 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9921 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
@@ -9945,29 +10025,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9945 <trans-unit id="2909684945706361544" datatype="html"> 10025 <trans-unit id="2909684945706361544" datatype="html">
9946 <source>Delete video</source> 10026 <source>Delete video</source>
9947 <target state="translated">Supprimer la vidéo</target> 10027 <target state="translated">Supprimer la vidéo</target>
9948 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 10028
9949 </trans-unit> 10029 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9950 <trans-unit id="2210418817778733727" datatype="html"> 10030 <trans-unit id="2210418817778733727" datatype="html">
9951 <source>Actions for the comment</source> 10031 <source>Actions for the comment</source>
9952 <target state="translated">Actions pour le commentaire</target> 10032 <target state="translated">Actions pour le commentaire</target>
9953 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 10033
9954 </trans-unit> 10034 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9955 <trans-unit id="7978668497183230348" datatype="html"> 10035 <trans-unit id="7978668497183230348" datatype="html">
9956 <source>Delete comment</source> 10036 <source>Delete comment</source>
9957 <target state="translated">Supprimer le commentaire</target> 10037 <target state="translated">Supprimer le commentaire</target>
9958 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 10038
9959 </trans-unit> 10039 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9960 <trans-unit id="6747218355168080191" datatype="html"> 10040 <trans-unit id="6747218355168080191" datatype="html">
9961 <source>Do you really want to delete this comment?</source> 10041 <source>Do you really want to delete this comment?</source>
9962 <target state="translated">Souhaitez-vous vraiment supprimer ce commentaire ?</target> 10042 <target state="translated">Souhaitez-vous vraiment supprimer ce commentaire ?</target>
9963 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group> 10043
9964 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group> 10044
9965 </trans-unit> 10045 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9966 <trans-unit id="7837272126865175984" datatype="html"> 10046 <trans-unit id="7837272126865175984" datatype="html">
9967 <source>Comment deleted.</source> 10047 <source>Comment deleted.</source>
9968 <target state="translated">Commentaire supprimé.</target> 10048 <target state="translated">Commentaire supprimé.</target>
9969 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 10049
9970 </trans-unit> 10050 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9971 <trans-unit id="346270517625845962" datatype="html"> 10051 <trans-unit id="346270517625845962" datatype="html">
9972 <source>Encoder</source> 10052 <source>Encoder</source>
9973 <target state="translated">Encodeur</target> 10053 <target state="translated">Encodeur</target>
@@ -10009,31 +10089,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10009 <trans-unit id="1472171759957681533"> 10089 <trans-unit id="1472171759957681533">
10010 <source>Video reported.</source> 10090 <source>Video reported.</source>
10011 <target>Vidéo signalée.</target> 10091 <target>Vidéo signalée.</target>
10012 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10092
10013 </trans-unit> 10093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10014 <trans-unit id="3622946684246476652"> 10094 <trans-unit id="3622946684246476652">
10015 <source>Do you really want to delete this video?</source> 10095 <source>Do you really want to delete this video?</source>
10016 <target>Êtes-vous bien sûr·e de vouloir supprimer cette vidéo ?</target> 10096 <target>Êtes-vous bien sûr·e de vouloir supprimer cette vidéo ?</target>
10017 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10097
10018 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10098
10019 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10099
10020 </trans-unit> 10100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10021 <trans-unit id="3941342949736653028" datatype="html"> 10101 <trans-unit id="3941342949736653028" datatype="html">
10022 <source>Video deleted.</source> 10102 <source>Video deleted.</source>
10023 <target state="translated">Vidéo supprimée.</target> 10103 <target state="translated">Vidéo supprimée.</target>
10024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10104
10025 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10105
10026 </trans-unit> 10106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10027 <trans-unit id="5072091387445907742" datatype="html"> 10107 <trans-unit id="5072091387445907742" datatype="html">
10028 <source>Actions for the reporter</source> 10108 <source>Actions for the reporter</source>
10029 <target state="translated">Actions pour le rapporteur</target> 10109 <target state="translated">Actions pour le rapporteur</target>
10030 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10110
10031 </trans-unit> 10111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10032 <trans-unit id="6599069899275412095" datatype="html"> 10112 <trans-unit id="6599069899275412095" datatype="html">
10033 <source>Mute reporter</source> 10113 <source>Mute reporter</source>
10034 <target state="translated">Rendre silencieux le rapporteur</target> 10114 <target state="translated">Rendre silencieux le rapporteur</target>
10035 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10115
10036 </trans-unit> 10116 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10037 <trans-unit id="2990849907502572301" datatype="html"> 10117 <trans-unit id="2990849907502572301" datatype="html">
10038 <source>This video will be duplicated by your instance.</source> 10118 <source>This video will be duplicated by your instance.</source>
10039 <target state="translated">Cette vidéo sera dupliquée par votre instance.</target> 10119 <target state="translated">Cette vidéo sera dupliquée par votre instance.</target>
@@ -10112,9 +10192,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10112 <trans-unit id="4903651219400691248" datatype="html"> 10192 <trans-unit id="4903651219400691248" datatype="html">
10113 <source>Mute account</source> 10193 <source>Mute account</source>
10114 <target state="translated">Rendre muet le compte</target> 10194 <target state="translated">Rendre muet le compte</target>
10115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10195
10116 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10196
10117 </trans-unit> 10197 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10118 <trans-unit id="4021487547497211597" datatype="html"> 10198 <trans-unit id="4021487547497211597" datatype="html">
10119 <source>Open video actions</source> 10199 <source>Open video actions</source>
10120 <target state="translated">Ouvrir les actions vidéo</target> 10200 <target state="translated">Ouvrir les actions vidéo</target>
@@ -10130,8 +10210,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10130 <trans-unit id="3719503424625455635" datatype="html"> 10210 <trans-unit id="3719503424625455635" datatype="html">
10131 <source>Mute server account</source> 10211 <source>Mute server account</source>
10132 <target state="translated">Rendre muet le compte du serveur</target> 10212 <target state="translated">Rendre muet le compte du serveur</target>
10133 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10213
10134 </trans-unit> 10214 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10135 <trans-unit id="7008439939460403347"> 10215 <trans-unit id="7008439939460403347">
10136 <source>Report</source> 10216 <source>Report</source>
10137 <target>Signalement</target> 10217 <target>Signalement</target>
@@ -10228,23 +10308,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10228 <trans-unit id="2439066254855913806"> 10308 <trans-unit id="2439066254855913806">
10229 <source>Only I can see this video</source> 10309 <source>Only I can see this video</source>
10230 <target>Seul moi peut voir cette vidéo</target> 10310 <target>Seul moi peut voir cette vidéo</target>
10231 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10311
10232 </trans-unit> 10312 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10233 <trans-unit id="6767380569816110388" datatype="html"> 10313 <trans-unit id="6767380569816110388" datatype="html">
10234 <source>Only shareable via a private link</source> 10314 <source>Only shareable via a private link</source>
10235 <target state="translated">Partageable uniquement via un lien privé</target> 10315 <target state="translated">Partageable uniquement via un lien privé</target>
10236 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10316
10237 </trans-unit> 10317 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10238 <trans-unit id="6828965264297239528"> 10318 <trans-unit id="6828965264297239528">
10239 <source>Anyone can see this video</source> 10319 <source>Anyone can see this video</source>
10240 <target>Tout le monde peut voir cette vidéo</target> 10320 <target>Tout le monde peut voir cette vidéo</target>
10241 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10321
10242 </trans-unit> 10322 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10243 <trans-unit id="1425933035739773115" datatype="html"> 10323 <trans-unit id="1425933035739773115" datatype="html">
10244 <source>Only users of this instance can see this video</source> 10324 <source>Only users of this instance can see this video</source>
10245 <target state="translated">Seuls les utilisateurs de cette instance peuvent voir cette vidéo</target> 10325 <target state="translated">Seuls les utilisateurs de cette instance peuvent voir cette vidéo</target>
10246 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10326
10247 </trans-unit> 10327 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10248 <trans-unit id="ngb.alert.close" datatype="html"> 10328 <trans-unit id="ngb.alert.close" datatype="html">
10249 <source>Close</source> 10329 <source>Close</source>
10250 <target state="translated">Fermer</target> 10330 <target state="translated">Fermer</target>
@@ -10419,35 +10499,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10419 <trans-unit id="3284171506518522275"> 10499 <trans-unit id="3284171506518522275">
10420 <source>Your video was uploaded to your account and is private.</source> 10500 <source>Your video was uploaded to your account and is private.</source>
10421 <target>Votre vidéo a été téléversée sur votre compte et elle est privée.</target> 10501 <target>Votre vidéo a été téléversée sur votre compte et elle est privée.</target>
10422 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group> 10502
10423 </trans-unit> 10503 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10424 <trans-unit id="5699822024600815733"> 10504 <trans-unit id="5699822024600815733">
10425 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10505 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10426 <target>Les données associées (étiquettes, description, etc.) seront par contre perdues ; êtes-vous sûr·e de vouloir quitter cette page ?</target> 10506 <target>Les données associées (étiquettes, description, etc.) seront par contre perdues ; êtes-vous sûr·e de vouloir quitter cette page ?</target>
10427 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group> 10507
10428 </trans-unit> 10508 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10429 <trans-unit id="1219739004043110649"> 10509 <trans-unit id="1219739004043110649">
10430 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10510 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10431 <target>Votre vidéo n'est pas encore téléversé ; êtes-vous sûr·e de vouloir quitter cette page ?</target> 10511 <target>Votre vidéo n'est pas encore téléversé ; êtes-vous sûr·e de vouloir quitter cette page ?</target>
10432 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group> 10512
10433 </trans-unit> 10513 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10434 <trans-unit id="6932865105766151309" datatype="html"> 10514 <trans-unit id="6932865105766151309" datatype="html">
10435 <source>Upload</source> 10515 <source>Upload</source>
10436 <target state="translated">Mise en ligne</target> 10516 <target state="translated">Mise en ligne</target>
10437 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group> 10517
10438 </trans-unit> 10518 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10439 <trans-unit id="8278735427925094503"> 10519 <trans-unit id="8278735427925094503">
10440 <source>Upload <x id="PH"/> </source> 10520 <source>Upload <x id="PH"/> </source>
10441 <target>Téléverser 10521 <target>Téléverser
10442 <x id="PH"/> 10522 <x id="PH"/>
10443 </target> 10523 </target>
10444 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group> 10524
10445 </trans-unit> 10525 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10446 <trans-unit id="5981816353437801748"> 10526 <trans-unit id="5981816353437801748">
10447 <source>Video published.</source> 10527 <source>Video published.</source>
10448 <target>Vidéo publiée.</target> 10528 <target>Vidéo publiée.</target>
10449 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group> 10529
10450 </trans-unit> 10530 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10451 <trans-unit id="764164089183618119"> 10531 <trans-unit id="764164089183618119">
10452 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10532 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10453 <target>Vous n'avez pas sauvegardé vos modifications ! Si vous quittez la page, vous les perdrez.</target> 10533 <target>Vous n'avez pas sauvegardé vos modifications ! Si vous quittez la page, vous les perdrez.</target>
@@ -10494,27 +10574,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10494 <trans-unit id="961774488937452220" datatype="html"> 10574 <trans-unit id="961774488937452220" datatype="html">
10495 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10575 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10496 <target state="translated">Cette vidéo n'est pas disponible sur cette instance ? Voulez-vous être redirigé sur l'instance d'origine : &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a> ?</target> 10576 <target state="translated">Cette vidéo n'est pas disponible sur cette instance ? Voulez-vous être redirigé sur l'instance d'origine : &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a> ?</target>
10497 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group> 10577 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group>
10498 </trans-unit> 10578 </trans-unit>
10499 <trans-unit id="5761611056224181752" datatype="html"> 10579 <trans-unit id="5761611056224181752" datatype="html">
10500 <source>Redirection</source> 10580 <source>Redirection</source>
10501 <target state="translated">Redirection</target> 10581 <target state="translated">Redirection</target>
10502 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group> 10582 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group>
10503 </trans-unit> 10583 </trans-unit>
10504 <trans-unit id="8858527736400081688"> 10584 <trans-unit id="8858527736400081688">
10505 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10585 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10506 <target>Cette vidéo contient du contenu sensible. Êtes-vous sûr·e de vouloir la regarder ?</target> 10586 <target>Cette vidéo contient du contenu sensible. Êtes-vous sûr·e de vouloir la regarder ?</target>
10507 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group> 10587 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group>
10508 </trans-unit> 10588 </trans-unit>
10509 <trans-unit id="3937119019020041049"> 10589 <trans-unit id="3937119019020041049">
10510 <source>Mature or explicit content</source> 10590 <source>Mature or explicit content</source>
10511 <target>Contenu explicite ou sensible</target> 10591 <target>Contenu explicite ou sensible</target>
10512 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group> 10592 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group>
10513 </trans-unit> 10593 </trans-unit>
10514 <trans-unit id="1755474755114288376" datatype="html"> 10594 <trans-unit id="1755474755114288376" datatype="html">
10515 <source>Up Next</source> 10595 <source>Up Next</source>
10516 <target state="translated">Suivant</target> 10596 <target state="translated">Suivant</target>
10517 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group> 10597 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group>
10518 </trans-unit> 10598 </trans-unit>
10519 <trans-unit id="2159130950882492111" datatype="html"> 10599 <trans-unit id="2159130950882492111" datatype="html">
10520 <source>Cancel</source> 10600 <source>Cancel</source>
@@ -10524,63 +10604,63 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10524 <trans-unit id="3354816756665089864" datatype="html"> 10604 <trans-unit id="3354816756665089864" datatype="html">
10525 <source>Autoplay is suspended</source> 10605 <source>Autoplay is suspended</source>
10526 <target state="translated">La lecture automatique est suspendue</target> 10606 <target state="translated">La lecture automatique est suspendue</target>
10527 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group> 10607 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group>
10528 </trans-unit> 10608 </trans-unit>
10529 <trans-unit id="7895294730547405228" datatype="html"> 10609 <trans-unit id="7895294730547405228" datatype="html">
10530 <source>Enter/exit fullscreen (requires player focus)</source> 10610 <source>Enter/exit fullscreen (requires player focus)</source>
10531 <target state="translated">Entrer/sortir du mode plein écran (nécessite le focus sur le lecteur)</target> 10611 <target state="translated">Entrer/sortir du mode plein écran (nécessite le focus sur le lecteur)</target>
10532 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group> 10612
10533 </trans-unit> 10613 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10534 <trans-unit id="7618388257165864759" datatype="html"> 10614 <trans-unit id="7618388257165864759" datatype="html">
10535 <source>Play/Pause the video (requires player focus)</source> 10615 <source>Play/Pause the video (requires player focus)</source>
10536 <target state="translated">Lecture/Pause de la vidéo (nécessite le focus sur le lecteur)</target> 10616 <target state="translated">Lecture/Pause de la vidéo (nécessite le focus sur le lecteur)</target>
10537 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group> 10617
10538 </trans-unit> 10618 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10539 <trans-unit id="7761890399634216630" datatype="html"> 10619 <trans-unit id="7761890399634216630" datatype="html">
10540 <source>Mute/unmute the video (requires player focus)</source> 10620 <source>Mute/unmute the video (requires player focus)</source>
10541 <target state="translated">Désactiver/Activer le son de la vidéo (nécessite le focus sur le lecteur)</target> 10621 <target state="translated">Désactiver/Activer le son de la vidéo (nécessite le focus sur le lecteur)</target>
10542 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group> 10622
10543 </trans-unit> 10623 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10544 <trans-unit id="5996585232248234904" datatype="html"> 10624 <trans-unit id="5996585232248234904" datatype="html">
10545 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10625 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10546 <target state="translated">Sauter à un pourcentage de la vidéo : 0 est 0 % et 9 est 90 % (nécessite le focus sur le lecteur)</target> 10626 <target state="translated">Sauter à un pourcentage de la vidéo : 0 est 0 % et 9 est 90 % (nécessite le focus sur le lecteur)</target>
10547 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group> 10627
10548 </trans-unit> 10628 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10549 <trans-unit id="3748765405903319998" datatype="html"> 10629 <trans-unit id="3748765405903319998" datatype="html">
10550 <source>Increase the volume (requires player focus)</source> 10630 <source>Increase the volume (requires player focus)</source>
10551 <target state="translated">Augmenter le volume (nécessite le focus sur le lecteur)</target> 10631 <target state="translated">Augmenter le volume (nécessite le focus sur le lecteur)</target>
10552 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group> 10632
10553 </trans-unit> 10633 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10554 <trans-unit id="5810704036407159982" datatype="html"> 10634 <trans-unit id="5810704036407159982" datatype="html">
10555 <source>Decrease the volume (requires player focus)</source> 10635 <source>Decrease the volume (requires player focus)</source>
10556 <target state="translated">Diminuer le volume (nécessite le focus sur le lecteur)</target> 10636 <target state="translated">Diminuer le volume (nécessite le focus sur le lecteur)</target>
10557 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group> 10637
10558 </trans-unit> 10638 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10559 <trans-unit id="2622048822548065691" datatype="html"> 10639 <trans-unit id="2622048822548065691" datatype="html">
10560 <source>Seek the video forward (requires player focus)</source> 10640 <source>Seek the video forward (requires player focus)</source>
10561 <target state="translated">Avancer la vidéo (nécessite le focus sur le lecteur)</target> 10641 <target state="translated">Avancer la vidéo (nécessite le focus sur le lecteur)</target>
10562 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group> 10642
10563 </trans-unit> 10643 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10564 <trans-unit id="6540078205109221153" datatype="html"> 10644 <trans-unit id="6540078205109221153" datatype="html">
10565 <source>Seek the video backward (requires player focus)</source> 10645 <source>Seek the video backward (requires player focus)</source>
10566 <target state="translated">Reculer la vidéo (nécessite le focus sur le lecteur)</target> 10646 <target state="translated">Reculer la vidéo (nécessite le focus sur le lecteur)</target>
10567 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group> 10647
10568 </trans-unit> 10648 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10569 <trans-unit id="1956491957766210808" datatype="html"> 10649 <trans-unit id="1956491957766210808" datatype="html">
10570 <source>Increase playback rate (requires player focus)</source> 10650 <source>Increase playback rate (requires player focus)</source>
10571 <target state="translated">Augmenter la vitesse de lecture (nécessite le focus sur le lecteur)</target> 10651 <target state="translated">Augmenter la vitesse de lecture (nécessite le focus sur le lecteur)</target>
10572 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group> 10652
10573 </trans-unit> 10653 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10574 <trans-unit id="5495529997674803186" datatype="html"> 10654 <trans-unit id="5495529997674803186" datatype="html">
10575 <source>Decrease playback rate (requires player focus)</source> 10655 <source>Decrease playback rate (requires player focus)</source>
10576 <target state="translated">Diminuer la vitesse de lecture (nécessite le focus sur le lecteur)</target> 10656 <target state="translated">Diminuer la vitesse de lecture (nécessite le focus sur le lecteur)</target>
10577 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group> 10657
10578 </trans-unit> 10658 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10579 <trans-unit id="3178343147230721210" datatype="html"> 10659 <trans-unit id="3178343147230721210" datatype="html">
10580 <source>Navigate in the video frame by frame (requires player focus)</source> 10660 <source>Navigate in the video frame by frame (requires player focus)</source>
10581 <target state="translated">Naviguer dans la vidéo image par image (nécessite le focus sur le lecteur)</target> 10661 <target state="translated">Naviguer dans la vidéo image par image (nécessite le focus sur le lecteur)</target>
10582 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group> 10662
10583 </trans-unit> 10663 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10584 <trans-unit id="8025996572234182184"> 10664 <trans-unit id="8025996572234182184">
10585 <source>Like the video</source> 10665 <source>Like the video</source>
10586 <target>J’aime cette vidéo</target> 10666 <target>J’aime cette vidéo</target>
diff --git a/client/src/locale/angular.gd.xlf b/client/src/locale/angular.gd.xlf
index 2f5aee9c3..82355c39a 100644
--- a/client/src/locale/angular.gd.xlf
+++ b/client/src/locale/angular.gd.xlf
@@ -59,6 +59,7 @@
59 </trans-unit> 59 </trans-unit>
60 <trans-unit id="8816959058080937679" datatype="html"> 60 <trans-unit id="8816959058080937679" datatype="html">
61 <source><x id="START_LINK"/>Your abuse <x id="INTERPOLATION"/><x id="CLOSE_LINK"/> has been <x id="START_TAG_NG_CONTAINER"/>accepted<x id="CLOSE_TAG_NG_CONTAINER"/><x id="START_TAG_NG_CONTAINER_1"/>rejected<x id="CLOSE_TAG_NG_CONTAINER"/></source> 61 <source><x id="START_LINK"/>Your abuse <x id="INTERPOLATION"/><x id="CLOSE_LINK"/> has been <x id="START_TAG_NG_CONTAINER"/>accepted<x id="CLOSE_TAG_NG_CONTAINER"/><x id="START_TAG_NG_CONTAINER_1"/>rejected<x id="CLOSE_TAG_NG_CONTAINER"/></source>
62 <target><x id="START_LINK"/>Tha an gearan agad mu mhì-ghnàthachadh <x id="INTERPOLATION"/><x id="CLOSE_LINK"/> air a <x id="START_TAG_NG_CONTAINER"/>ghabhail ris<x id="CLOSE_TAG_NG_CONTAINER"/><x id="START_TAG_NG_CONTAINER_1"/>dhiùltadh<x id="CLOSE_TAG_NG_CONTAINER"/></target>
62 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">70</context></context-group> 63 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">70</context></context-group>
63 </trans-unit> 64 </trans-unit>
64 <trans-unit id="6464941273929604379" datatype="html"> 65 <trans-unit id="6464941273929604379" datatype="html">
@@ -164,7 +165,6 @@
164 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group> 165 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group>
165 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group> 166 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group>
166 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group> 167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group>
167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group>
169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group> 169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group>
170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group> 170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group>
@@ -242,7 +242,7 @@
242 <target state="translated">Cruthaich</target> 242 <target state="translated">Cruthaich</target>
243 <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> 243 <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>
244 <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> 244 <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>
245 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 245 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group>
246 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 246 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group>
@@ -253,9 +253,9 @@
253 <trans-unit id="1006562256968398209" datatype="html"> 253 <trans-unit id="1006562256968398209" datatype="html">
254 <source>video</source> 254 <source>video</source>
255 <target state="translated">video</target> 255 <target state="translated">video</target>
256 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group> 256
257 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group> 257
258 </trans-unit> 258 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
259 <trans-unit id="6438815964972582865" datatype="html"> 259 <trans-unit id="6438815964972582865" datatype="html">
260 <source>The following link contains a private token and should not be shared with anyone.</source> 260 <source>The following link contains a private token and should not be shared with anyone.</source>
261 <target state="translated">Tha tòcan prìobhaideach am broinn a’ cheangail a leanas agus cha bu chòir dhut a cho-roinneadh le duine sam bith.</target> 261 <target state="translated">Tha tòcan prìobhaideach am broinn a’ cheangail a leanas agus cha bu chòir dhut a cho-roinneadh le duine sam bith.</target>
@@ -325,13 +325,13 @@
325 <trans-unit id="6995024616159044376" datatype="html"> 325 <trans-unit id="6995024616159044376" datatype="html">
326 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 326 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
327 <target state="translated">Chaidh thu thar cuota nam videothan agad leis a’ video seo (meud a’ video: <x id="PH" equiv-text="videoSizeBytes"/>, ’ga chleachdadh: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, cuota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 327 <target state="translated">Chaidh thu thar cuota nam videothan agad leis a’ video seo (meud a’ video: <x id="PH" equiv-text="videoSizeBytes"/>, ’ga chleachdadh: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, cuota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
328 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group> 328
329 </trans-unit> 329 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
330 <trans-unit id="7873395933409147217" datatype="html"> 330 <trans-unit id="7873395933409147217" datatype="html">
331 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 331 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
332 <target state="translated">Bheir a’ video seo thar cuota làitheil nam videothan agad thu (meud a’ video: <x id="PH" equiv-text="videoSizeBytes"/>, ’ga chleachdadh: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, cuota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 332 <target state="translated">Bheir a’ video seo thar cuota làitheil nam videothan agad thu (meud a’ video: <x id="PH" equiv-text="videoSizeBytes"/>, ’ga chleachdadh: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, cuota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group> 333
334 </trans-unit> 334 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
335 <trans-unit id="5235042777215655908" datatype="html"> 335 <trans-unit id="5235042777215655908" datatype="html">
336 <source>subtitles</source> 336 <source>subtitles</source>
337 <target state="translated">fo-thiotalan</target> 337 <target state="translated">fo-thiotalan</target>
@@ -556,31 +556,31 @@
556 <trans-unit id="7022070615528435141" datatype="html"> 556 <trans-unit id="7022070615528435141" datatype="html">
557 <source>Delete</source> 557 <source>Delete</source>
558 <target state="translated">Sguab às</target> 558 <target state="translated">Sguab às</target>
559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group> 559
560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group> 560
561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group> 561
562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group> 562
563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group> 563
564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group> 564
565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group> 565
566 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group> 566
567 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group> 567
568 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group> 568
569 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group> 569
570 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group> 570
571 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group> 571
572 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</context></context-group> 572
573 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">178</context></context-group> 573
574 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group> 574
575 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 575
576 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group> 576
577 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group> 577
578 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group> 578
579 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group> 579
580 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group> 580
581 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group> 581
582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group> 582
583 </trans-unit> 583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
584 <trans-unit id="158575725114802951" datatype="html"> 584 <trans-unit id="158575725114802951" datatype="html">
585 <source>Only live videos</source> 585 <source>Only live videos</source>
586 <target state="translated">Videothan beòtha a-mhàin</target> 586 <target state="translated">Videothan beòtha a-mhàin</target>
@@ -765,9 +765,10 @@
765 <trans-unit id="2602586221576511475" datatype="html"> 765 <trans-unit id="2602586221576511475" datatype="html">
766 <source>Video quota</source> 766 <source>Video quota</source>
767 <target state="translated">Cuota de videothan</target> 767 <target state="translated">Cuota de videothan</target>
768 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group>
771 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
771 </trans-unit> 772 </trans-unit>
772 <trans-unit id="1502595455339510144" datatype="html"> 773 <trans-unit id="1502595455339510144" datatype="html">
773 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 774 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
@@ -849,6 +850,34 @@
849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
850 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 851 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
851 </trans-unit> 852 </trans-unit>
853 <trans-unit id="8726138323871139597" datatype="html">
854 <source>Following</source>
855 <target state="translated">’Ga leantainn</target>
856 <context-group purpose="location">
857 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
858 <context context-type="linenumber">29</context>
859 </context-group>
860 <context-group purpose="location">
861 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
862 <context context-type="linenumber">31</context>
863 </context-group>
864 <context-group purpose="location">
865 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
866 <context context-type="linenumber">28</context>
867 </context-group>
868 </trans-unit>
869 <trans-unit id="4914577418256256836" datatype="html">
870 <source>Followers</source>
871 <target state="translated">Luchd-leantainn</target>
872 <context-group purpose="location">
873 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
874 <context context-type="linenumber">34</context>
875 </context-group>
876 <context-group purpose="location">
877 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
878 <context context-type="linenumber">37</context>
879 </context-group>
880 </trans-unit>
852 <trans-unit id="3541687134897970106" datatype="html"> 881 <trans-unit id="3541687134897970106" datatype="html">
853 <source>followers</source> 882 <source>followers</source>
854 <target state="translated">luchd-leantainn</target> 883 <target state="translated">luchd-leantainn</target>
@@ -910,14 +939,15 @@
910 <source>Cancel</source> 939 <source>Cancel</source>
911 <target state="translated">Sguir dheth</target> 940 <target state="translated">Sguir dheth</target>
912 <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> 941 <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>
913 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group> 942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group>
943 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group>
914 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group> 944 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group>
915 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 945 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
916 <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> 946 <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>
917 <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">69</context></context-group> 947 <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">69</context></context-group>
918 <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">81</context></context-group> 948 <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">81</context></context-group>
919 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group> 949 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group>
920 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">408</context></context-group> 950 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">415</context></context-group>
921 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 951 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
922 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group> 952 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group>
923 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 953 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group>
@@ -991,18 +1021,12 @@
991 <trans-unit id="7252854992688790751" datatype="html"> 1021 <trans-unit id="7252854992688790751" datatype="html">
992 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1022 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
993 <target state="translated">Faodaidh tu clàradh air an ionstans seo.Gidheadh, dèan cinnteach gun leugh thu na <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Teirmichean<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Teirmichean<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mus cruthaich thu cunntas. ’S urrainn dhut cuideachd ionstans eile a lorg a fhreagras ris na feumalachdan agad-sa: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1023 <target state="translated">Faodaidh tu clàradh air an ionstans seo.Gidheadh, dèan cinnteach gun leugh thu na <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Teirmichean<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Teirmichean<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mus cruthaich thu cunntas. ’S urrainn dhut cuideachd ionstans eile a lorg a fhreagras ris na feumalachdan agad-sa: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
994 <context-group purpose="location"> 1024 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group>
995 <context context-type="sourcefile">src/app/+login/login.component.html</context>
996 <context context-type="linenumber">60,62</context>
997 </context-group>
998 </trans-unit> 1025 </trans-unit>
999 <trans-unit id="7215649348148521605" datatype="html"> 1026 <trans-unit id="7215649348148521605" datatype="html">
1000 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1027 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1001 <target state="translated">Cha cheadaich an t-ionstans seo gun clàraich cleachdaichean ùra aig an àm seo, ’s urrainn dhut sùil a thoirt air na <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Teirmichean<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> airson barrachd fiosrachaidh no ionstans a lorg a bheir comas clàraidh cunntais dhut agus na videothan agad a luchdadh suas an-siud. Lorg an t-ionstans agad fhèin am measg càich: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1028 <target state="translated">Cha cheadaich an t-ionstans seo gun clàraich cleachdaichean ùra aig an àm seo, ’s urrainn dhut sùil a thoirt air na <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Teirmichean<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> airson barrachd fiosrachaidh no ionstans a lorg a bheir comas clàraidh cunntais dhut agus na videothan agad a luchdadh suas an-siud. Lorg an t-ionstans agad fhèin am measg càich: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1002 <context-group purpose="location"> 1029 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group>
1003 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1004 <context context-type="linenumber">65,67</context>
1005 </context-group>
1006 </trans-unit> 1030 </trans-unit>
1007 <trans-unit id="2392488717875840729" datatype="html"> 1031 <trans-unit id="2392488717875840729" datatype="html">
1008 <source>User</source> 1032 <source>User</source>
@@ -1015,65 +1039,67 @@
1015 <target state="translated">Ainm-cleachdaiche no seòladh puist-d</target> 1039 <target state="translated">Ainm-cleachdaiche no seòladh puist-d</target>
1016 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1040 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1017 </trans-unit> 1041 </trans-unit>
1042 <trans-unit id="1758058452376026925" datatype="html">
1043 <source>⚠️ Most email addresses do not include capital letters.</source>
1044 <target state="translated">⚠️ Chan eil litrichean mòra ann an seòlaidhean puist-d mar as trice.</target>
1045 <context-group purpose="location">
1046 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1047 <context context-type="linenumber">33,34</context>
1048 </context-group>
1049 </trans-unit>
1018 <trans-unit id="1431416938026210429" datatype="html"> 1050 <trans-unit id="1431416938026210429" datatype="html">
1019 <source>Password</source> 1051 <source>Password</source>
1020 <target state="translated">Facal-faire</target> 1052 <target state="translated">Facal-faire</target>
1021 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1022 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1055 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group>
1056 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</context></context-group>
1023 <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> 1057 <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>
1024 <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> 1058 <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>
1025 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1059 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group>
1026 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1060 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group>
1027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1028 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1029 </trans-unit> 1061 </trans-unit>
1030 <trans-unit id="8715156686857791956" datatype="html"> 1062 <trans-unit id="8715156686857791956" datatype="html">
1031 <source>Click here to reset your password</source> 1063 <source>Click here to reset your password</source>
1032 <target state="translated">Briog an-seo airson am facal-faire agad ath-shuidheachadh</target> 1064 <target state="translated">Briog an-seo airson am facal-faire agad ath-shuidheachadh</target>
1033 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1065 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1034 </trans-unit> 1066 </trans-unit>
1035 <trans-unit id="892063502898494584" datatype="html"> 1067 <trans-unit id="892063502898494584" datatype="html">
1036 <source>I forgot my password</source> 1068 <source>I forgot my password</source>
1037 <target state="translated">Dìochuimhnich mi am facal-faire agam</target> 1069 <target state="translated">Dìochuimhnich mi am facal-faire agam</target>
1038 <context-group purpose="location"> 1070 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1039 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1040 <context context-type="linenumber">47</context>
1041 </context-group>
1042 </trans-unit> 1071 </trans-unit>
1043 <trans-unit id="2101170466365500913" datatype="html"> 1072 <trans-unit id="2101170466365500913" datatype="html">
1044 <source>Logging into an account lets you publish content</source> 1073 <source>Logging into an account lets you publish content</source>
1045 <target state="translated">Ma nì thu clàradh a-steach air cunntas, ’s urrainn dhut susbaint fhoillseachadh</target> 1074 <target state="translated">Ma nì thu clàradh a-steach air cunntas, ’s urrainn dhut susbaint fhoillseachadh</target>
1046 <context-group purpose="location"> 1075 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group>
1047 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1048 <context context-type="linenumber">56,57</context>
1049 </context-group>
1050 </trans-unit> 1076 </trans-unit>
1051 <trans-unit id="2454050363478003966" datatype="html"> 1077 <trans-unit id="2454050363478003966" datatype="html">
1052 <source>Login</source> 1078 <source>Login</source>
1053 <target state="translated">Clàraich a-steach</target> 1079 <target state="translated">Clàraich a-steach</target>
1054 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 1080 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group>
1055 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1081 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group>
1056 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group> 1082 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group>
1057 </trans-unit> 1083 </trans-unit>
1058 <trans-unit id="3183213940445113677" datatype="html"> 1084 <trans-unit id="3183213940445113677" datatype="html">
1059 <source>Or sign in with</source> 1085 <source>Or sign in with</source>
1060 <target state="translated">No clàraich a-steach le</target> 1086 <target state="translated">No clàraich a-steach le</target>
1061 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1087 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group>
1062 </trans-unit> 1088 </trans-unit>
1063 <trans-unit id="3238209155172574367" datatype="html"> 1089 <trans-unit id="3238209155172574367" datatype="html">
1064 <source>Forgot your password</source> 1090 <source>Forgot your password</source>
1065 <target state="translated">Na dhìochuimhnich thu am facal-faire agad?</target> 1091 <target state="translated">Na dhìochuimhnich thu am facal-faire agad?</target>
1066 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1092 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group>
1067 </trans-unit> 1093 </trans-unit>
1068 <trans-unit id="87327320394367488" datatype="html"> 1094 <trans-unit id="87327320394367488" datatype="html">
1069 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1095 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1070 <target state="translated">Tha sinn duilich ach chan urrainn dhut am facal-faire agad aiseag air sgàth ’s nach do rèitich rianaire an ionstans seo siostam puist-d PeerTube.</target> 1096 <target state="translated">Tha sinn duilich ach chan urrainn dhut am facal-faire agad aiseag air sgàth ’s nach do rèitich rianaire an ionstans seo siostam puist-d PeerTube.</target>
1071 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1097 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group>
1072 </trans-unit> 1098 </trans-unit>
1073 <trans-unit id="3188014010833256853" datatype="html"> 1099 <trans-unit id="3188014010833256853" datatype="html">
1074 <source>Enter your email address and we will send you a link to reset your password.</source> 1100 <source>Enter your email address and we will send you a link to reset your password.</source>
1075 <target state="translated">Cuir a-steach an seòladh puist-d agad agus cuiridh sinn ceangal thugad gus am facal-faire agad ath-shuidheachadh.</target> 1101 <target state="translated">Cuir a-steach an seòladh puist-d agad agus cuiridh sinn ceangal thugad gus am facal-faire agad ath-shuidheachadh.</target>
1076 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1102 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group>
1077 </trans-unit> 1103 </trans-unit>
1078 <trans-unit id="1190256911880544559" datatype="html"> 1104 <trans-unit id="1190256911880544559" datatype="html">
1079 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1105 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
@@ -1084,25 +1110,26 @@ The link will expire within 1 hour.</source>
1084 <trans-unit id="4768749765465246664" datatype="html"> 1110 <trans-unit id="4768749765465246664" datatype="html">
1085 <source>Email</source> 1111 <source>Email</source>
1086 <target state="translated">Post-d</target> 1112 <target state="translated">Post-d</target>
1087 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group>
1116 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</context></context-group>
1117 <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>
1088 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1118 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group>
1089 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1119 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group>
1090 <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> 1120 <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>
1091 <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>
1092 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1094 </trans-unit> 1121 </trans-unit>
1095 <trans-unit id="3967269098753656610" datatype="html"> 1122 <trans-unit id="3967269098753656610" datatype="html">
1096 <source>Email address</source> 1123 <source>Email address</source>
1097 <target state="translated">Seòladh puist-d</target> 1124 <target state="translated">Seòladh puist-d</target>
1098 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1125 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group>
1099 <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> 1126 <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>
1100 </trans-unit> 1127 </trans-unit>
1101 <trans-unit id="7808756054397155068" datatype="html"> 1128 <trans-unit id="7808756054397155068" datatype="html">
1102 <source>Reset</source> 1129 <source>Reset</source>
1103 <target state="translated">Ath-shuidhich</target> 1130 <target state="translated">Ath-shuidhich</target>
1104 <note priority="1" from="description">Password reset button</note> 1131 <note priority="1" from="description">Password reset button</note>
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1132 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group>
1106 </trans-unit> 1133 </trans-unit>
1107 <trans-unit id="4319634264526091601" datatype="html"> 1134 <trans-unit id="4319634264526091601" datatype="html">
1108 <source>on this instance</source> 1135 <source>on this instance</source>
@@ -1174,17 +1201,17 @@ The link will expire within 1 hour.</source>
1174 <trans-unit id="2236371857137398396" datatype="html"> 1201 <trans-unit id="2236371857137398396" datatype="html">
1175 <source>No results found</source> 1202 <source>No results found</source>
1176 <target state="translated">Cha deach toradh a lorg</target> 1203 <target state="translated">Cha deach toradh a lorg</target>
1177 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1204
1178 </trans-unit> 1205 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1179 <trans-unit id="5500467336262464724" datatype="html"> 1206 <trans-unit id="5500467336262464724" datatype="html">
1180 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1207 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1181 <target state="translated">Rinn 1208 <target state="translated">Rinn
1182 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> fo-sgrìobhadh air 1209 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> fo-sgrìobhadh air
1183 </target> 1210 </target>
1184 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1211
1185 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1212
1186 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1213
1187 </trans-unit> 1214 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1188 <trans-unit id="1516969129397662377" datatype="html"> 1215 <trans-unit id="1516969129397662377" datatype="html">
1189 <source>Welcome to PeerTube, dear administrator!</source> 1216 <source>Welcome to PeerTube, dear administrator!</source>
1190 <target state="translated">Fàilte ort dha PeerTube, a rianaire chòir!</target> 1217 <target state="translated">Fàilte ort dha PeerTube, a rianaire chòir!</target>
@@ -1427,7 +1454,7 @@ The link will expire within 1 hour.</source>
1427 <trans-unit id="2308975396733519902" datatype="html"> 1454 <trans-unit id="2308975396733519902" datatype="html">
1428 <source>Create an account</source> 1455 <source>Create an account</source>
1429 <target state="translated">Cruthaich cunntas</target> 1456 <target state="translated">Cruthaich cunntas</target>
1430 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group> 1457 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">54</context></context-group>
1431 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group> 1458 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group>
1432 </trans-unit> 1459 </trans-unit>
1433 <trans-unit id="3058024914967508975" datatype="html"> 1460 <trans-unit id="3058024914967508975" datatype="html">
@@ -1496,7 +1523,7 @@ The link will expire within 1 hour.</source>
1496 <trans-unit id="1504521795586863905" datatype="html"> 1523 <trans-unit id="1504521795586863905" datatype="html">
1497 <source>VIDEOS</source> 1524 <source>VIDEOS</source>
1498 <target state="translated">VIDEOTHAN</target> 1525 <target state="translated">VIDEOTHAN</target>
1499 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group> 1526 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group>
1500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group> 1527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group>
1501 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group> 1528 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group>
1502 </trans-unit> 1529 </trans-unit>
@@ -1578,7 +1605,7 @@ The link will expire within 1 hour.</source>
1578 <trans-unit id="4424964105331349857" datatype="html"> 1605 <trans-unit id="4424964105331349857" datatype="html">
1579 <source>I'm a teapot</source> 1606 <source>I'm a teapot</source>
1580 <target state="translated">’S e poit-tì a th’ annam</target> 1607 <target state="translated">’S e poit-tì a th’ annam</target>
1581 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1608 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group>
1582 </trans-unit> 1609 </trans-unit>
1583 <trans-unit id="1597262876035959248" datatype="html"> 1610 <trans-unit id="1597262876035959248" datatype="html">
1584 <source>That's an error.</source> 1611 <source>That's an error.</source>
@@ -1672,7 +1699,7 @@ The link will expire within 1 hour.</source>
1672 <trans-unit id="2971365540217107489" datatype="html"> 1699 <trans-unit id="2971365540217107489" datatype="html">
1673 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1700 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1674 <target state="translated">Tha am meadhan ro mhòr airson an fhrithealaiche. Cuir fios gun rianaire agad ma tha thu airson crìoch a’ mheud a mheudachadh.</target> 1701 <target state="translated">Tha am meadhan ro mhòr airson an fhrithealaiche. Cuir fios gun rianaire agad ma tha thu airson crìoch a’ mheud a mheudachadh.</target>
1675 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1702 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group>
1676 </trans-unit> 1703 </trans-unit>
1677 <trans-unit id="5131854469652959713" datatype="html"> 1704 <trans-unit id="5131854469652959713" datatype="html">
1678 <source>GLOBAL SEARCH</source> 1705 <source>GLOBAL SEARCH</source>
@@ -1751,19 +1778,19 @@ The link will expire within 1 hour.</source>
1751 <trans-unit id="5478121364779850827" datatype="html"> 1778 <trans-unit id="5478121364779850827" datatype="html">
1752 <source>Reset</source> 1779 <source>Reset</source>
1753 <target state="translated">Ath-shuidhich</target> 1780 <target state="translated">Ath-shuidhich</target>
1754 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1781
1755 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1782
1756 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1783
1757 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1784
1758 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1785
1759 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1786
1760 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1787
1761 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1788
1762 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1789
1763 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1790
1764 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1791
1765 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1792
1766 </trans-unit> 1793 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1767 <trans-unit id="4540121094340493564" datatype="html"> 1794 <trans-unit id="4540121094340493564" datatype="html">
1768 <source>Display only</source> 1795 <source>Display only</source>
1769 <target state="translated">Na seall ach</target> 1796 <target state="translated">Na seall ach</target>
@@ -1807,9 +1834,9 @@ The link will expire within 1 hour.</source>
1807 <trans-unit id="7410432243549869948" datatype="html"> 1834 <trans-unit id="7410432243549869948" datatype="html">
1808 <source>Duration</source> 1835 <source>Duration</source>
1809 <target state="translated">Faid</target> 1836 <target state="translated">Faid</target>
1810 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group> 1837
1811 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group> 1838
1812 </trans-unit> 1839 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1813 <trans-unit id="3589238979642505685" datatype="html"> 1840 <trans-unit id="3589238979642505685" datatype="html">
1814 <source>Display sensitive content</source> 1841 <source>Display sensitive content</source>
1815 <target state="translated">Seall susbaint fhrionasach</target> 1842 <target state="translated">Seall susbaint fhrionasach</target>
@@ -1828,10 +1855,10 @@ The link will expire within 1 hour.</source>
1828 <trans-unit id="1806667489382256324" datatype="html"> 1855 <trans-unit id="1806667489382256324" datatype="html">
1829 <source>Category</source> 1856 <source>Category</source>
1830 <target state="translated">Roinn-seòrsa</target> 1857 <target state="translated">Roinn-seòrsa</target>
1831 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</context></context-group> 1858
1832 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">63</context></context-group> 1859
1833 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group> 1860
1834 </trans-unit> 1861 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1835 <trans-unit id="5478121364779850827" datatype="html"> 1862 <trans-unit id="5478121364779850827" datatype="html">
1836 <source>Reset</source> 1863 <source>Reset</source>
1837 <target state="translated">Ath-shuidhich</target> 1864 <target state="translated">Ath-shuidhich</target>
@@ -1849,10 +1876,10 @@ The link will expire within 1 hour.</source>
1849 <trans-unit id="9065795501872450602" datatype="html"> 1876 <trans-unit id="9065795501872450602" datatype="html">
1850 <source>Licence</source> 1877 <source>Licence</source>
1851 <target state="translated">Ceadachas</target> 1878 <target state="translated">Ceadachas</target>
1852 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</context></context-group> 1879
1853 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">74</context></context-group> 1880
1854 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group> 1881
1855 </trans-unit> 1882 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1856 <trans-unit id="4184995865179898060" datatype="html"> 1883 <trans-unit id="4184995865179898060" datatype="html">
1857 <source>Display all licenses</source> 1884 <source>Display all licenses</source>
1858 <target state="translated">Seall a h-uile ceadachas</target> 1885 <target state="translated">Seall a h-uile ceadachas</target>
@@ -1861,11 +1888,11 @@ The link will expire within 1 hour.</source>
1861 <trans-unit id="2826581353496868063" datatype="html"> 1888 <trans-unit id="2826581353496868063" datatype="html">
1862 <source>Language</source> 1889 <source>Language</source>
1863 <target state="translated">Cànan</target> 1890 <target state="translated">Cànan</target>
1864 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</context></context-group> 1891
1865 <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> 1892
1866 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1893
1867 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group> 1894
1868 </trans-unit> 1895 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1869 <trans-unit id="7904142744051432458" datatype="html"> 1896 <trans-unit id="7904142744051432458" datatype="html">
1870 <source>Display all languages</source> 1897 <source>Display all languages</source>
1871 <target state="translated">Seall a h-uile cànan</target> 1898 <target state="translated">Seall a h-uile cànan</target>
@@ -1880,17 +1907,23 @@ The link will expire within 1 hour.</source>
1880 <source>One of these tags</source> 1907 <source>One of these tags</source>
1881 <target state="translated">Aonan dhe na tagaichean seo</target> 1908 <target state="translated">Aonan dhe na tagaichean seo</target>
1882 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 1909 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
1910 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
1911 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1912 <context-group purpose="location">
1913 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1914 <context context-type="linenumber">178</context>
1915 </context-group>
1883 </trans-unit> 1916 </trans-unit>
1884 <trans-unit id="283421392567624698" datatype="html"> 1917 <trans-unit id="283421392567624698" datatype="html">
1885 <source>Search target</source> 1918 <source>Search target</source>
1886 <target state="translated">Lorg san amas</target> 1919 <target state="translated">Lorg san amas</target>
1887 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 1920
1888 </trans-unit> 1921 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1889 <trans-unit id="2489767671380266270" datatype="html"> 1922 <trans-unit id="2489767671380266270" datatype="html">
1890 <source>Vidiverse</source> 1923 <source>Vidiverse</source>
1891 <target state="translated">Saoghal nam video</target> 1924 <target state="translated">Saoghal nam video</target>
1892 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 1925
1893 </trans-unit> 1926 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1894 <trans-unit id="5478121364779850827" datatype="html"> 1927 <trans-unit id="5478121364779850827" datatype="html">
1895 <source>Reset</source> 1928 <source>Reset</source>
1896 <target state="translated">Ath-shuidhich</target> 1929 <target state="translated">Ath-shuidhich</target>
@@ -1899,8 +1932,8 @@ The link will expire within 1 hour.</source>
1899 <trans-unit id="8829497237648100098" datatype="html"> 1932 <trans-unit id="8829497237648100098" datatype="html">
1900 <source>Filter</source> 1933 <source>Filter</source>
1901 <target state="translated">Criathrag</target> 1934 <target state="translated">Criathrag</target>
1902 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 1935
1903 </trans-unit> 1936 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1904 <trans-unit id="6479885129995567639" datatype="html"> 1937 <trans-unit id="6479885129995567639" datatype="html">
1905 <source>Video channels</source> 1938 <source>Video channels</source>
1906 <target state="translated">Seanailean video</target> 1939 <target state="translated">Seanailean video</target>
@@ -1934,9 +1967,9 @@ The link will expire within 1 hour.</source>
1934 <trans-unit id="7886570921510760899" datatype="html"> 1967 <trans-unit id="7886570921510760899" datatype="html">
1935 <source>Tags</source> 1968 <source>Tags</source>
1936 <target state="translated">Tagaichean</target> 1969 <target state="translated">Tagaichean</target>
1937 <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> 1970
1938 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group> 1971
1939 </trans-unit> 1972 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1940 <trans-unit id="354332809647287722" datatype="html"> 1973 <trans-unit id="354332809647287722" datatype="html">
1941 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1974 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1942 <target state="translated">Gabhaidh tagaichean a chleachdadh airson molaidhean iomchaidh a thoirt seachad. <x id="LINE_BREAK"/> Chan fhaod barrachd air 5 tagaichean a bhith ann. <x id="LINE_BREAK"/>Brùth air <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> airson taga ùr a chur ris. </target> 1975 <target state="translated">Gabhaidh tagaichean a chleachdadh airson molaidhean iomchaidh a thoirt seachad. <x id="LINE_BREAK"/> Chan fhaod barrachd air 5 tagaichean a bhith ann. <x id="LINE_BREAK"/>Brùth air <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> airson taga ùr a chur ris. </target>
@@ -2351,13 +2384,13 @@ The link will expire within 1 hour.</source>
2351 <trans-unit id="9172233176401579786" datatype="html"> 2384 <trans-unit id="9172233176401579786" datatype="html">
2352 <source>Scheduled</source> 2385 <source>Scheduled</source>
2353 <target state="translated">Sgeidealaichte</target> 2386 <target state="translated">Sgeidealaichte</target>
2354 2387 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group>
2355 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group></trans-unit> 2388 </trans-unit>
2356 <trans-unit id="1435317307066082710" datatype="html"> 2389 <trans-unit id="1435317307066082710" datatype="html">
2357 <source>Hide the video until a specific date</source> 2390 <source>Hide the video until a specific date</source>
2358 <target state="translated">Cuir a’ video am falach gus an dig ceann-là sònraichte</target> 2391 <target state="translated">Cuir a’ video am falach gus an dig ceann-là sònraichte</target>
2359 2392 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group>
2360 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 2393 </trans-unit>
2361 <trans-unit id="6148369758871787018" datatype="html"> 2394 <trans-unit id="6148369758871787018" datatype="html">
2362 <source>Video background image</source> 2395 <source>Video background image</source>
2363 <target state="translated">Dealbh cùlaibh video</target> 2396 <target state="translated">Dealbh cùlaibh video</target>
@@ -2409,8 +2442,8 @@ The link will expire within 1 hour.</source>
2409 <trans-unit id="6161604372916832458" datatype="html"> 2442 <trans-unit id="6161604372916832458" datatype="html">
2410 <source>Upload on hold</source> 2443 <source>Upload on hold</source>
2411 <target state="translated">Tha an luchdadh suas ’ga cumail air ais</target> 2444 <target state="translated">Tha an luchdadh suas ’ga cumail air ais</target>
2412 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group> 2445
2413 </trans-unit> 2446 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2414 <trans-unit id="285180972645018518" datatype="html"> 2447 <trans-unit id="285180972645018518" datatype="html">
2415 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2448 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2416 <target state="translated">Tha sinn duilich ach chaidh gleus an luchdaidh suas a chur à comas dhan chunntas agad. Ma tha thu airson videothan a chur ris, feumaidh rianaire an glas a thoirt far a’ chuota agad.</target> 2449 <target state="translated">Tha sinn duilich ach chaidh gleus an luchdaidh suas a chur à comas dhan chunntas agad. Ma tha thu airson videothan a chur ris, feumaidh rianaire an glas a thoirt far a’ chuota agad.</target>
@@ -2727,12 +2760,18 @@ The link will expire within 1 hour.</source>
2727 <source>Origin</source> 2760 <source>Origin</source>
2728 <target state="translated">Tùs</target> 2761 <target state="translated">Tùs</target>
2729 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group> 2762 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group>
2763 </trans-unit><trans-unit id="6981359593518942576" datatype="html">
2764 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2765 <context-group purpose="location">
2766 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2767 <context context-type="linenumber">14</context>
2768 </context-group>
2730 </trans-unit> 2769 </trans-unit>
2731 <trans-unit id="5139892963394684487" datatype="html"> 2770 <trans-unit id="5139892963394684487" datatype="html">
2732 <source>Originally published</source> 2771 <source>Originally published</source>
2733 <target state="translated">A’ chiad fhoillseachadh</target> 2772 <target state="translated">A’ chiad fhoillseachadh</target>
2734 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group> 2773
2735 </trans-unit> 2774 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2736 <trans-unit id="6402393085909200998" datatype="html"> 2775 <trans-unit id="6402393085909200998" datatype="html">
2737 <source>Friendly Reminder:</source> 2776 <source>Friendly Reminder:</source>
2738 <target state="translated">A’ cur nad chuimhne:</target> 2777 <target state="translated">A’ cur nad chuimhne:</target>
@@ -3078,11 +3117,6 @@ The link will expire within 1 hour.</source>
3078 <target state="translated">ID</target> 3117 <target state="translated">ID</target>
3079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3080 </trans-unit> 3119 </trans-unit>
3081 <trans-unit id="2265605798180116441" datatype="html">
3082 <source>Follower handle</source>
3083 <target state="translated">Làimhsichear neach-leantainn</target>
3084 <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>
3085 </trans-unit>
3086 <trans-unit id="5911214550882917183" datatype="html"> 3120 <trans-unit id="5911214550882917183" datatype="html">
3087 <source>State</source> 3121 <source>State</source>
3088 <target state="translated">Staid</target> 3122 <target state="translated">Staid</target>
@@ -3148,11 +3182,6 @@ The link will expire within 1 hour.</source>
3148 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target> 3182 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target>
3149 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3183 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3150 </trans-unit> 3184 </trans-unit>
3151 <trans-unit id="6641024648411549335" datatype="html">
3152 <source>Host</source>
3153 <target state="translated">Òstair</target>
3154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3155 </trans-unit>
3156 <trans-unit id="6571718060636962350" datatype="html"> 3185 <trans-unit id="6571718060636962350" datatype="html">
3157 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3186 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3158 <target state="translated">Tha anabarrachd ceadaichte <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3187 <target state="translated">Tha anabarrachd ceadaichte <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3162,7 +3191,7 @@ The link will expire within 1 hour.</source>
3162 <source>Unfollow</source> 3191 <source>Unfollow</source>
3163 <target state="translated">Na lean tuilleadh</target> 3192 <target state="translated">Na lean tuilleadh</target>
3164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group>
3165 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group>
3166 </trans-unit> 3195 </trans-unit>
3167 <trans-unit id="8246779176913476983" datatype="html"> 3196 <trans-unit id="8246779176913476983" datatype="html">
3168 <source>Open instance in a new tab</source> 3197 <source>Open instance in a new tab</source>
@@ -3174,28 +3203,18 @@ The link will expire within 1 hour.</source>
3174 <trans-unit id="9132918641931433659" datatype="html"> 3203 <trans-unit id="9132918641931433659" datatype="html">
3175 <source>No host found matching current filters.</source> 3204 <source>No host found matching current filters.</source>
3176 <target state="translated">Cha deach òstair a lorg a fhreagras ris na criathragan làithreach.</target> 3205 <target state="translated">Cha deach òstair a lorg a fhreagras ris na criathragan làithreach.</target>
3177 <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> 3206 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group>
3178 </trans-unit> 3207 </trans-unit>
3179 <trans-unit id="7274241885665071790" datatype="html"> 3208 <trans-unit id="7274241885665071790" datatype="html">
3180 <source>Your instance is not following anyone.</source> 3209 <source>Your instance is not following anyone.</source>
3181 <target state="translated">Chan eil an t-ionstans agad a’ leantainn air dad sam bith.</target> 3210 <target state="translated">Chan eil an t-ionstans agad a’ leantainn air dad sam bith.</target>
3182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3211 <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>
3183 </trans-unit> 3212 </trans-unit>
3184 <trans-unit id="4774348799569692380" datatype="html"> 3213 <trans-unit id="4774348799569692380" datatype="html">
3185 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3214 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3186 <target state="translated">A’ sealltainn <x id="INTERPOLATION"/> gu <x id="INTERPOLATION_1"/> à <x id="INTERPOLATION_2"/> òstair(ean)</target> 3215 <target state="translated">A’ sealltainn <x id="INTERPOLATION"/> gu <x id="INTERPOLATION_1"/> à <x id="INTERPOLATION_2"/> òstair(ean)</target>
3187 <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> 3216 <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>
3188 </trans-unit> 3217 </trans-unit>
3189 <trans-unit id="6275803119759621687" datatype="html">
3190 <source>Follow domains</source>
3191 <target state="translated">Lean air àrainnean</target>
3192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3193 </trans-unit>
3194 <trans-unit id="1268699198448750610" datatype="html">
3195 <source>Follow instances</source>
3196 <target state="translated">Lean air ionstansan</target>
3197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3198 </trans-unit>
3199 <trans-unit id="9216117865911519658" datatype="html"> 3218 <trans-unit id="9216117865911519658" datatype="html">
3200 <source>Action</source> 3219 <source>Action</source>
3201 <target state="translated">Gnìomh</target> 3220 <target state="translated">Gnìomh</target>
@@ -3224,9 +3243,9 @@ The link will expire within 1 hour.</source>
3224 <trans-unit id="8286337167859377104" datatype="html"> 3243 <trans-unit id="8286337167859377104" datatype="html">
3225 <source>Create user</source> 3244 <source>Create user</source>
3226 <target state="translated">Cruthaich cleachdaiche</target> 3245 <target state="translated">Cruthaich cleachdaiche</target>
3227 3246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group>
3228 3247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group>
3229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3248 </trans-unit>
3230 <trans-unit id="8363291180171434623" datatype="html"> 3249 <trans-unit id="8363291180171434623" datatype="html">
3231 <source>Table parameters</source> 3250 <source>Table parameters</source>
3232 <target state="translated">Paramadairean a’ chlàir</target> 3251 <target state="translated">Paramadairean a’ chlàir</target>
@@ -3245,10 +3264,11 @@ The link will expire within 1 hour.</source>
3245 <trans-unit id="5248717555542428023" datatype="html"> 3264 <trans-unit id="5248717555542428023" datatype="html">
3246 <source>Username</source> 3265 <source>Username</source>
3247 <target state="translated">Ainm-cleachdaiche</target> 3266 <target state="translated">Ainm-cleachdaiche</target>
3248 <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>
3249 <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>
3250 <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> 3267 <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>
3251 <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> 3268 <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>
3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</context></context-group>
3270 <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>
3271 <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>
3252 </trans-unit> 3272 </trans-unit>
3253 <trans-unit id="5428411040014095392" datatype="html"> 3273 <trans-unit id="5428411040014095392" datatype="html">
3254 <source>e.g. jane_doe</source> 3274 <source>e.g. jane_doe</source>
@@ -3279,6 +3299,7 @@ The link will expire within 1 hour.</source>
3279 <target state="translated">Dreuchd</target> 3299 <target state="translated">Dreuchd</target>
3280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3301 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group>
3282 </trans-unit> 3303 </trans-unit>
3283 <trans-unit id="7046347992315328430" datatype="html"> 3304 <trans-unit id="7046347992315328430" datatype="html">
3284 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3305 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
@@ -3296,14 +3317,9 @@ The link will expire within 1 hour.</source>
3296 <trans-unit id="2622255144026150901" datatype="html"> 3317 <trans-unit id="2622255144026150901" datatype="html">
3297 <source>Auth plugin</source> 3318 <source>Auth plugin</source>
3298 <target state="translated">Plugan dearbh-aithneachaidh</target> 3319 <target state="translated">Plugan dearbh-aithneachaidh</target>
3299 <context-group purpose="location"> 3320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3300 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3301 <context context-type="linenumber">188</context> 3322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group>
3302 </context-group>
3303 <context-group purpose="location">
3304 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3305 <context context-type="linenumber">188</context>
3306 </context-group>
3307 </trans-unit> 3323 </trans-unit>
3308 <trans-unit id="588099657508661970" datatype="html"> 3324 <trans-unit id="588099657508661970" datatype="html">
3309 <source>None (local authentication)</source> 3325 <source>None (local authentication)</source>
@@ -3556,6 +3572,14 @@ The link will expire within 1 hour.</source>
3556 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3572 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3557 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3573 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3558 </trans-unit> 3574 </trans-unit>
3575 <trans-unit id="8390803680962035202" datatype="html">
3576 <source>Follower</source>
3577 <target state="translated">Neach-leantainn</target>
3578 <context-group purpose="location">
3579 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3580 <context context-type="linenumber">24</context>
3581 </context-group>
3582 </trans-unit>
3559 <trans-unit id="4691552465058437520" datatype="html"> 3583 <trans-unit id="4691552465058437520" datatype="html">
3560 <source>Commented video</source> 3584 <source>Commented video</source>
3561 <target state="translated">Video le beachd ris</target> 3585 <target state="translated">Video le beachd ris</target>
@@ -3600,43 +3624,28 @@ The link will expire within 1 hour.</source>
3600 <trans-unit id="1807029821872995706" datatype="html"> 3624 <trans-unit id="1807029821872995706" datatype="html">
3601 <source>Unsolved reports</source> 3625 <source>Unsolved reports</source>
3602 <target state="translated">Gearanan gun fhuasgladh</target> 3626 <target state="translated">Gearanan gun fhuasgladh</target>
3603 <context-group purpose="location"> 3627
3604 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3605 <context context-type="linenumber">42</context>
3606 </context-group>
3607 </trans-unit>
3608 <trans-unit id="2570256912317308673" datatype="html"> 3629 <trans-unit id="2570256912317308673" datatype="html">
3609 <source>Accepted reports</source> 3630 <source>Accepted reports</source>
3610 <target state="translated">Gearanan a chaidh gabhail riutha</target> 3631 <target state="translated">Gearanan a chaidh gabhail riutha</target>
3611 <context-group purpose="location"> 3632
3612 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3633 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3613 <context context-type="linenumber">46</context>
3614 </context-group>
3615 </trans-unit>
3616 <trans-unit id="4335414817109654558" datatype="html"> 3634 <trans-unit id="4335414817109654558" datatype="html">
3617 <source>Refused reports</source> 3635 <source>Refused reports</source>
3618 <target state="translated">Gearanan a chaidh a dhiùltadh</target> 3636 <target state="translated">Gearanan a chaidh a dhiùltadh</target>
3619 <context-group purpose="location"> 3637
3620 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3621 <context context-type="linenumber">50</context>
3622 </context-group>
3623 </trans-unit>
3624 <trans-unit id="5604806676748121035" datatype="html"> 3639 <trans-unit id="5604806676748121035" datatype="html">
3625 <source>Reports with blocked videos</source> 3640 <source>Reports with blocked videos</source>
3626 <target state="translated">Gearanan le videothan bacte</target> 3641 <target state="translated">Gearanan le videothan bacte</target>
3627 <context-group purpose="location"> 3642
3628 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3643 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3629 <context context-type="linenumber">54</context>
3630 </context-group>
3631 </trans-unit>
3632 <trans-unit id="5105869928182826553" datatype="html"> 3644 <trans-unit id="5105869928182826553" datatype="html">
3633 <source>Reports with deleted videos</source> 3645 <source>Reports with deleted videos</source>
3634 <target state="translated">Gearanan le videothan air an sguabadh às</target> 3646 <target state="translated">Gearanan le videothan air an sguabadh às</target>
3635 <context-group purpose="location"> 3647
3636 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3648 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3637 <context context-type="linenumber">58</context>
3638 </context-group>
3639 </trans-unit>
3640 <trans-unit id="4678289986918934018" datatype="html"> 3649 <trans-unit id="4678289986918934018" datatype="html">
3641 <source>Block reason:</source> 3650 <source>Block reason:</source>
3642 <target state="translated">Adhbhar a’ bhacaidh:</target> 3651 <target state="translated">Adhbhar a’ bhacaidh:</target>
@@ -3655,19 +3664,13 @@ The link will expire within 1 hour.</source>
3655 <trans-unit id="7755288609601798418" datatype="html"> 3664 <trans-unit id="7755288609601798418" datatype="html">
3656 <source>Automatic blocks</source> 3665 <source>Automatic blocks</source>
3657 <target state="translated">Bacaidhean fèin-obrachail</target> 3666 <target state="translated">Bacaidhean fèin-obrachail</target>
3658 <context-group purpose="location"> 3667
3659 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3660 <context context-type="linenumber">31</context>
3661 </context-group>
3662 </trans-unit>
3663 <trans-unit id="6510868134640657079" datatype="html"> 3669 <trans-unit id="6510868134640657079" datatype="html">
3664 <source>Manual blocks</source> 3670 <source>Manual blocks</source>
3665 <target state="translated">Bacaidhean a làimh</target> 3671 <target state="translated">Bacaidhean a làimh</target>
3666 <context-group purpose="location"> 3672
3667 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3668 <context context-type="linenumber">35</context>
3669 </context-group>
3670 </trans-unit>
3671 <trans-unit id="2143435845912984377" datatype="html"> 3674 <trans-unit id="2143435845912984377" datatype="html">
3672 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3675 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3673 <target state="translated">A’ sealltainn <x id="INTERPOLATION"/> gu <x id="INTERPOLATION_1"/> à <x id="INTERPOLATION_2"/> video(than) bacte</target> 3676 <target state="translated">A’ sealltainn <x id="INTERPOLATION"/> gu <x id="INTERPOLATION_1"/> à <x id="INTERPOLATION_2"/> video(than) bacte</target>
@@ -3812,11 +3815,11 @@ The link will expire within 1 hour.</source>
3812 <trans-unit id="2381859602529023966" datatype="html"> 3815 <trans-unit id="2381859602529023966" datatype="html">
3813 <source>Instance</source> 3816 <source>Instance</source>
3814 <target state="translated">Ionstans</target> 3817 <target state="translated">Ionstans</target>
3815 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3818
3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 3819
3817 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3820
3818 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3821
3819 </trans-unit> 3822 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3820 <trans-unit id="1300704815627663264" datatype="html"> 3823 <trans-unit id="1300704815627663264" datatype="html">
3821 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3824 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3822 <target state="translated">Air a mhùchadh <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3825 <target state="translated">Air a mhùchadh <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3854,7 +3857,7 @@ The link will expire within 1 hour.</source>
3854 <trans-unit id="4917252294930256268" datatype="html"> 3857 <trans-unit id="4917252294930256268" datatype="html">
3855 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3858 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3856 <target state="translated">Tha coltas nach eil thu air frithealaiche HTTPS. Feumaidh am frithealaiche agad TLS a chur an comas mus lean e air frithealaichean eile.</target> 3859 <target state="translated">Tha coltas nach eil thu air frithealaiche HTTPS. Feumaidh am frithealaiche agad TLS a chur an comas mus lean e air frithealaichean eile.</target>
3857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 3860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group>
3858 </trans-unit> 3861 </trans-unit>
3859 <trans-unit id="4058814854824495833" datatype="html"> 3862 <trans-unit id="4058814854824495833" datatype="html">
3860 <source>Mute domains</source> 3863 <source>Mute domains</source>
@@ -3922,14 +3925,14 @@ The link will expire within 1 hour.</source>
3922 <trans-unit id="4580988005648117665" datatype="html"> 3925 <trans-unit id="4580988005648117665" datatype="html">
3923 <source>Search</source> 3926 <source>Search</source>
3924 <target state="translated">Lorg</target> 3927 <target state="translated">Lorg</target>
3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group> 3928
3926 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 3929
3927 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group> 3930
3928 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group> 3931
3929 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group> 3932
3930 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group> 3933
3931 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group> 3934
3932 </trans-unit> 3935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3933 <trans-unit id="8630916846096019339" datatype="html"> 3936 <trans-unit id="8630916846096019339" datatype="html">
3934 <source>Users can resolve distant content</source> 3937 <source>Users can resolve distant content</source>
3935 <target state="translated">Chan urrainn dhan luchd-chleachdaidh susbaint chèin fhuasgladh</target> 3938 <target state="translated">Chan urrainn dhan luchd-chleachdaidh susbaint chèin fhuasgladh</target>
@@ -5794,10 +5797,7 @@ color: red;
5794 <trans-unit id="5512878593724620692" datatype="html"> 5797 <trans-unit id="5512878593724620692" datatype="html">
5795 <source>CHANNELS</source> 5798 <source>CHANNELS</source>
5796 <target state="translated">SEANAILEAN</target> 5799 <target state="translated">SEANAILEAN</target>
5797 <context-group purpose="location"> 5800 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group>
5798 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
5799 <context context-type="linenumber">82</context>
5800 </context-group>
5801 </trans-unit> 5801 </trans-unit>
5802 <trans-unit id="3666829335406793239" datatype="html"> 5802 <trans-unit id="3666829335406793239" datatype="html">
5803 <source>This account does not have channels.</source> 5803 <source>This account does not have channels.</source>
@@ -5838,6 +5838,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5838 <target state="translated">A bheil thu cinnteach gu bheil thu airson <x id="PH" equiv-text="videoChannel.displayName"/> a sguabadh às?Sguabaidh seo às <x id="PH_1" equiv-text="videoChannel.videosCount"/> video(than) a chaidh a luchdadh suas dhan t-seanail seo ’s chan urrainn dhut seanail eile air a bheil an t-aon ainm (<x id="PH_2" equiv-text="videoChannel.name"/>) a chruthachadh!</target> 5838 <target state="translated">A bheil thu cinnteach gu bheil thu airson <x id="PH" equiv-text="videoChannel.displayName"/> a sguabadh às?Sguabaidh seo às <x id="PH_1" equiv-text="videoChannel.videosCount"/> video(than) a chaidh a luchdadh suas dhan t-seanail seo ’s chan urrainn dhut seanail eile air a bheil an t-aon ainm (<x id="PH_2" equiv-text="videoChannel.name"/>) a chruthachadh!</target>
5839 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 5839 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
5840 </trans-unit> 5840 </trans-unit>
5841 <trans-unit id="4433306639366959484" datatype="html">
5842 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source>
5843 <target state="translated">Sgrìobh ainm na seanail video (<x id="PH" equiv-text="videoChannel.name"/>) gus a dhearbhadh</target>
5844 <context-group purpose="location">
5845 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5846 <context context-type="linenumber">48</context>
5847 </context-group>
5848 </trans-unit>
5841 <trans-unit id="5387007581996837469" datatype="html"> 5849 <trans-unit id="5387007581996837469" datatype="html">
5842 <source>My Channels</source> 5850 <source>My Channels</source>
5843 <target state="translated">Na seanailean agam</target> 5851 <target state="translated">Na seanailean agam</target>
@@ -6350,12 +6358,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6350 <trans-unit id="6979021199788941693" datatype="html"> 6358 <trans-unit id="6979021199788941693" datatype="html">
6351 <source>Your message has been sent.</source> 6359 <source>Your message has been sent.</source>
6352 <target state="translated">Chaidh an teachdaireachd agad a chur.</target> 6360 <target state="translated">Chaidh an teachdaireachd agad a chur.</target>
6353 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group> 6361 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group>
6354 </trans-unit> 6362 </trans-unit>
6355 <trans-unit id="2072135752262464360" datatype="html"> 6363 <trans-unit id="2072135752262464360" datatype="html">
6356 <source>You already sent this form recently</source> 6364 <source>You already sent this form recently</source>
6357 <target state="translated">Chuir thu am foirm seo a-null o chionn greis mu thràth</target> 6365 <target state="translated">Chuir thu am foirm seo a-null o chionn greis mu thràth</target>
6358 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group> 6366 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group>
6359 </trans-unit> 6367 </trans-unit>
6360 <trans-unit id="819067926858619041" datatype="html"> 6368 <trans-unit id="819067926858619041" datatype="html">
6361 <source>Account videos</source> 6369 <source>Account videos</source>
@@ -6399,12 +6407,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6399 <trans-unit id="4856575356061361269" datatype="html"> 6407 <trans-unit id="4856575356061361269" datatype="html">
6400 <source><x id="PH"/> direct account followers </source> 6408 <source><x id="PH"/> direct account followers </source>
6401 <target state="translated"><x id="PH"/> luchd-leantainn dìreach a’ chunntais </target> 6409 <target state="translated"><x id="PH"/> luchd-leantainn dìreach a’ chunntais </target>
6402 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6410 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group>
6403 </trans-unit> 6411 </trans-unit>
6404 <trans-unit id="6250999352462648289" datatype="html"> 6412 <trans-unit id="6250999352462648289" datatype="html">
6405 <source>Report this account</source> 6413 <source>Report this account</source>
6406 <target state="translated">Dèan gearan mun chunntas seo</target> 6414 <target state="translated">Dèan gearan mun chunntas seo</target>
6407 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6415 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group>
6408 </trans-unit> 6416 </trans-unit>
6409 <trans-unit id="1504521795586863905" datatype="html"> 6417 <trans-unit id="1504521795586863905" datatype="html">
6410 <source>VIDEOS</source> 6418 <source>VIDEOS</source>
@@ -6415,30 +6423,18 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6415 <trans-unit id="25349740244798533" datatype="html"> 6423 <trans-unit id="25349740244798533" datatype="html">
6416 <source>Username copied</source> 6424 <source>Username copied</source>
6417 <target state="translated">Chaidh lethbhreac a dhèanamh dhen ainm-chleachdaiche</target> 6425 <target state="translated">Chaidh lethbhreac a dhèanamh dhen ainm-chleachdaiche</target>
6418 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6426 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group>
6419 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6427 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group>
6420 </trans-unit> 6428 </trans-unit>
6421 <trans-unit id="9221735175659318025" datatype="html"> 6429 <trans-unit id="9221735175659318025" datatype="html">
6422 <source>1 subscriber</source> 6430 <source>1 subscriber</source>
6423 <target state="translated">Rinn 1 fo-sgrìobhadh air</target> 6431 <target state="translated">Rinn 1 fo-sgrìobhadh air</target>
6424 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6432 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group>
6425 </trans-unit> 6433 </trans-unit>
6426 <trans-unit id="4097331874769079975" datatype="html"> 6434 <trans-unit id="4097331874769079975" datatype="html">
6427 <source><x id="PH"/> subscribers</source> 6435 <source><x id="PH"/> subscribers</source>
6428 <target state="translated">Rinn <x id="PH"/> fo-sgrìobhadh air</target> 6436 <target state="translated">Rinn <x id="PH"/> fo-sgrìobhadh air</target>
6429 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6437 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group>
6430 </trans-unit>
6431 <trans-unit id="4682675125751819107" datatype="html">
6432 <source>Instances you follow</source>
6433 <target state="translated">Na h-ionstansan air a leanas tu</target>
6434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6435 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6436 </trans-unit>
6437 <trans-unit id="8899833753704589712" datatype="html">
6438 <source>Instances following you</source>
6439 <target state="translated">Na h-ionstansan a tha a’ leantainn ort</target>
6440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6442 </trans-unit> 6438 </trans-unit>
6443 <trans-unit id="1035838766454786107" datatype="html"> 6439 <trans-unit id="1035838766454786107" datatype="html">
6444 <source>Audio-only</source> 6440 <source>Audio-only</source>
@@ -6490,6 +6486,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6490 <target state="translated">Fèin-obrachail (slighe ffmpeg)</target> 6486 <target state="translated">Fèin-obrachail (slighe ffmpeg)</target>
6491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6492 </trans-unit> 6488 </trans-unit>
6489 <trans-unit id="3642770981085338761" datatype="html">
6490 <source>Followers of your instance</source>
6491 <target state="translated">Luchd-leantainn an ionstans agad</target>
6492 <context-group purpose="location">
6493 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6494 <context context-type="linenumber">3</context>
6495 </context-group>
6496 </trans-unit>
6493 <trans-unit id="931255636742351800" datatype="html"> 6497 <trans-unit id="931255636742351800" datatype="html">
6494 <source>No limit</source> 6498 <source>No limit</source>
6495 <target state="translated">Gun chrìoch</target> 6499 <target state="translated">Gun chrìoch</target>
@@ -6637,17 +6641,40 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6637 <trans-unit id="2127446333083057097" datatype="html"> 6641 <trans-unit id="2127446333083057097" datatype="html">
6638 <source>Domain is required.</source> 6642 <source>Domain is required.</source>
6639 <target state="translated">Tha àrainn-lìn riatanach.</target> 6643 <target state="translated">Tha àrainn-lìn riatanach.</target>
6640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6644 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group>
6645 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group>
6641 </trans-unit> 6646 </trans-unit>
6642 <trans-unit id="6780793142903080663" datatype="html"> 6647 <trans-unit id="7951488350851416577" datatype="html">
6643 <source>Domains entered are invalid.</source> 6648 <source>Hosts entered are invalid.</source>
6644 <target state="translated">Chaidh àrainn mhì-dhligheach a chur a-steach.</target> 6649 <target state="translated">Chaidh òstairean mì-dhligheach a chur a-steach.</target>
6645 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6650 <context-group purpose="location">
6651 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6652 <context context-type="linenumber">93</context>
6653 </context-group>
6646 </trans-unit> 6654 </trans-unit>
6647 <trans-unit id="5886492514458202177" datatype="html"> 6655 <trans-unit id="1469559036084108672" datatype="html">
6648 <source>Domains entered contain duplicates.</source> 6656 <source>Hosts entered contain duplicates.</source>
6649 <target state="translated">Tha dùblachadh am measg nan àrainnean a chaidh a chur a-steach.</target> 6657 <target state="translated">Tha dùblachadh am measg nan òstairean a chaidh a chur a-steach.</target>
6650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6658 <context-group purpose="location">
6659 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6660 <context context-type="linenumber">94</context>
6661 </context-group>
6662 </trans-unit>
6663 <trans-unit id="5991533283446904296" datatype="html">
6664 <source>Hosts or handles are invalid.</source>
6665 <target state="translated">Tha òstairean no làimhsichear mì-dhligheach.</target>
6666 <context-group purpose="location">
6667 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6668 <context context-type="linenumber">102</context>
6669 </context-group>
6670 </trans-unit>
6671 <trans-unit id="6759198394434886237" datatype="html">
6672 <source>Hosts or handles contain duplicates.</source>
6673 <target state="translated">Tha dùblachadh am measg nan òstairean no làimhsichear.</target>
6674 <context-group purpose="location">
6675 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6676 <context context-type="linenumber">103</context>
6677 </context-group>
6651 </trans-unit> 6678 </trans-unit>
6652 <trans-unit id="240806681889331244" datatype="html"> 6679 <trans-unit id="240806681889331244" datatype="html">
6653 <source>Unlimited</source> 6680 <source>Unlimited</source>
@@ -6803,20 +6830,53 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6803 <target state="translated">Chaidh <x id="PH"/> a thoirt air falbh ach nach lean e air an ionstans tuilleadh </target> 6830 <target state="translated">Chaidh <x id="PH"/> a thoirt air falbh ach nach lean e air an ionstans tuilleadh </target>
6804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6831 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6805 </trans-unit> 6832 </trans-unit>
6833 <trans-unit id="6018246591673612412" datatype="html">
6834 <source>Follow</source>
6835 <target state="translated">Lean air</target>
6836 <context-group purpose="location">
6837 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6838 <context context-type="linenumber">3</context>
6839 </context-group>
6840 <context-group purpose="location">
6841 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6842 <context context-type="linenumber">37</context>
6843 </context-group>
6844 <context-group purpose="location">
6845 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6846 <context context-type="linenumber">18</context>
6847 </context-group>
6848 </trans-unit>
6849 <trans-unit id="3596798855644241001" datatype="html">
6850 <source>1 host (without "http://"), account handle or channel handle per line</source>
6851 <target state="translated">Cuir gach òstair (às aonais “http://”), làimhsichear cunntais no làimhsichear seanail air loidhne fa leth</target>
6852 <context-group purpose="location">
6853 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6854 <context context-type="linenumber">11</context>
6855 </context-group>
6856 </trans-unit>
6806 <trans-unit id="2740793005745065895" datatype="html"> 6857 <trans-unit id="2740793005745065895" datatype="html">
6807 <source><x id="PH"/> is not valid </source> 6858 <source><x id="PH"/> is not valid </source>
6808 <target state="translated">Chan eil <x id="PH"/> dligheach </target> 6859 <target state="translated">Chan eil <x id="PH"/> dligheach </target>
6809 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6860 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group>
6861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group>
6810 </trans-unit> 6862 </trans-unit>
6811 <trans-unit id="2355066641781598196" datatype="html"> 6863 <trans-unit id="2355066641781598196" datatype="html">
6812 <source>Follow request(s) sent!</source> 6864 <source>Follow request(s) sent!</source>
6813 <target state="translated">Chaidh iarrtas(an) leantainn a chur!</target> 6865 <target state="translated">Chaidh iarrtas(an) leantainn a chur!</target>
6814 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group>
6867 </trans-unit>
6868 <trans-unit id="3459358413436264734" datatype="html">
6869 <source>Your instance subscriptions</source>
6870 <target state="translated">Na fo-sgrìobhaidhean agad air ionstansan</target>
6871 <context-group purpose="location">
6872 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6873 <context context-type="linenumber">3</context>
6874 </context-group>
6815 </trans-unit> 6875 </trans-unit>
6816 <trans-unit id="4245720728052819482" datatype="html"> 6876 <trans-unit id="4245720728052819482" datatype="html">
6817 <source>Do you really want to unfollow <x id="PH"/>?</source> 6877 <source>Do you really want to unfollow <x id="PH"/>?</source>
6818 <target state="translated">A bheil thu cinnteach gu bheil thu airson sgur de leantainn air <x id="PH"/>?</target> 6878 <target state="translated">A bheil thu cinnteach gu bheil thu airson sgur de leantainn air <x id="PH"/>?</target>
6819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group>
6820 </trans-unit> 6880 </trans-unit>
6821 <trans-unit id="9160510009013134726" datatype="html"> 6881 <trans-unit id="9160510009013134726" datatype="html">
6822 <source>Unfollow</source> 6882 <source>Unfollow</source>
@@ -6826,7 +6886,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6826 <trans-unit id="3935234189109112926" datatype="html"> 6886 <trans-unit id="3935234189109112926" datatype="html">
6827 <source>You are not following <x id="PH"/> anymore.</source> 6887 <source>You are not following <x id="PH"/> anymore.</source>
6828 <target state="translated">Chan eil thu a’ leantainn air <x id="PH"/> tuilleadh.</target> 6888 <target state="translated">Chan eil thu a’ leantainn air <x id="PH"/> tuilleadh.</target>
6829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group>
6830 </trans-unit> 6890 </trans-unit>
6831 <trans-unit id="2593763089859685916" datatype="html"> 6891 <trans-unit id="2593763089859685916" datatype="html">
6832 <source>enabled</source> 6892 <source>enabled</source>
@@ -6934,121 +6994,121 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6934 <trans-unit id="6473213678768782133" datatype="html"> 6994 <trans-unit id="6473213678768782133" datatype="html">
6935 <source>Internal actions</source> 6995 <source>Internal actions</source>
6936 <target state="translated">Gnìomhan taobh a-staigh</target> 6996 <target state="translated">Gnìomhan taobh a-staigh</target>
6937 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 6997
6938 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 6998
6939 </trans-unit> 6999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6940 <trans-unit id="4559872264406386913" datatype="html"> 7000 <trans-unit id="4559872264406386913" datatype="html">
6941 <source>Delete report</source> 7001 <source>Delete report</source>
6942 <target state="translated">Sguab às an gearan</target> 7002 <target state="translated">Sguab às an gearan</target>
6943 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7003
6944 </trans-unit> 7004 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6945 <trans-unit id="5793550984155962433" datatype="html"> 7005 <trans-unit id="5793550984155962433" datatype="html">
6946 <source>Actions for the flagged account</source> 7006 <source>Actions for the flagged account</source>
6947 <target state="translated">Gnìomhan a’ chunntais ris a bheil bratach</target> 7007 <target state="translated">Gnìomhan a’ chunntais ris a bheil bratach</target>
6948 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7008
6949 </trans-unit> 7009 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
6950 <trans-unit id="1679841953757186358" datatype="html"> 7010 <trans-unit id="1679841953757186358" datatype="html">
6951 <source>Mark as accepted</source> 7011 <source>Mark as accepted</source>
6952 <target state="translated">Cuir comharra gun deach gabhail ris</target> 7012 <target state="translated">Cuir comharra gun deach gabhail ris</target>
6953 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7013
6954 </trans-unit> 7014 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
6955 <trans-unit id="7993358694073742566" datatype="html"> 7015 <trans-unit id="7993358694073742566" datatype="html">
6956 <source>Mark as rejected</source> 7016 <source>Mark as rejected</source>
6957 <target state="translated">Cuir comharra gun deach a dhiùltadh</target> 7017 <target state="translated">Cuir comharra gun deach a dhiùltadh</target>
6958 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7018
6959 </trans-unit> 7019 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
6960 <trans-unit id="4175703770051343108" datatype="html"> 7020 <trans-unit id="4175703770051343108" datatype="html">
6961 <source>Add internal note</source> 7021 <source>Add internal note</source>
6962 <target state="translated">Cuir ris nòta taobh a-staigh</target> 7022 <target state="translated">Cuir ris nòta taobh a-staigh</target>
6963 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7023
6964 </trans-unit> 7024 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
6965 <trans-unit id="296166371893775555" datatype="html"> 7025 <trans-unit id="296166371893775555" datatype="html">
6966 <source>Actions for the video</source> 7026 <source>Actions for the video</source>
6967 <target state="translated">Gnìomhan dhan video</target> 7027 <target state="translated">Gnìomhan dhan video</target>
6968 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7028
6969 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7029
6970 </trans-unit> 7030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
6971 <trans-unit id="3924877328520650445" datatype="html"> 7031 <trans-unit id="3924877328520650445" datatype="html">
6972 <source>Block video</source> 7032 <source>Block video</source>
6973 <target state="translated">Cuir bacadh air a’ video</target> 7033 <target state="translated">Cuir bacadh air a’ video</target>
6974 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7034
6975 </trans-unit> 7035 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
6976 <trans-unit id="4762794934098378428" datatype="html"> 7036 <trans-unit id="4762794934098378428" datatype="html">
6977 <source>Video blocked.</source> 7037 <source>Video blocked.</source>
6978 <target state="translated">Chaidh a’ video a bhacadh.</target> 7038 <target state="translated">Chaidh a’ video a bhacadh.</target>
6979 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7039
6980 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7040
6981 </trans-unit> 7041 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
6982 <trans-unit id="4328862996304258770" datatype="html"> 7042 <trans-unit id="4328862996304258770" datatype="html">
6983 <source>Unblock video</source> 7043 <source>Unblock video</source>
6984 <target state="translated">Dì-bhac a’ video</target> 7044 <target state="translated">Dì-bhac a’ video</target>
6985 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7045
6986 </trans-unit> 7046 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
6987 <trans-unit id="9065327551191479877" datatype="html"> 7047 <trans-unit id="9065327551191479877" datatype="html">
6988 <source>Video unblocked.</source> 7048 <source>Video unblocked.</source>
6989 <target state="translated">Chan eil a’ video ’ga bhacadh tuilleadh.</target> 7049 <target state="translated">Chan eil a’ video ’ga bhacadh tuilleadh.</target>
6990 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7050
6991 </trans-unit> 7051 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
6992 <trans-unit id="1250415136605923486" datatype="html"> 7052 <trans-unit id="1250415136605923486" datatype="html">
6993 <source>Do you really want to delete this abuse report?</source> 7053 <source>Do you really want to delete this abuse report?</source>
6994 <target state="translated">A bheil thu cinnteach gu bheil thu airson an gearan seo mu mhì-ghnàthachadh a sguabadh às?</target> 7054 <target state="translated">A bheil thu cinnteach gu bheil thu airson an gearan seo mu mhì-ghnàthachadh a sguabadh às?</target>
6995 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7055
6996 </trans-unit> 7056 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
6997 <trans-unit id="3482559157143817408" datatype="html"> 7057 <trans-unit id="3482559157143817408" datatype="html">
6998 <source>Abuse deleted.</source> 7058 <source>Abuse deleted.</source>
6999 <target state="translated">Chaidh gearan mu mhì-ghnàthachadh a sguabadh às.</target> 7059 <target state="translated">Chaidh gearan mu mhì-ghnàthachadh a sguabadh às.</target>
7000 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7060
7001 </trans-unit> 7061 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7002 <trans-unit id="6282990098351939529" datatype="html"> 7062 <trans-unit id="6282990098351939529" datatype="html">
7003 <source>Deleted comment</source> 7063 <source>Deleted comment</source>
7004 <target state="translated">Sguab às am beachd</target> 7064 <target state="translated">Sguab às am beachd</target>
7005 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7065
7006 </trans-unit> 7066 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7007 <trans-unit id="9196775343330824083" datatype="html"> 7067 <trans-unit id="9196775343330824083" datatype="html">
7008 <source>Messages with reporter</source> 7068 <source>Messages with reporter</source>
7009 <target state="translated">Teachdaireachdan le neach a rinn gearan</target> 7069 <target state="translated">Teachdaireachdan le neach a rinn gearan</target>
7010 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7070
7011 </trans-unit> 7071 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7012 <trans-unit id="8770468575924421391" datatype="html"> 7072 <trans-unit id="8770468575924421391" datatype="html">
7013 <source>Messages with moderators</source> 7073 <source>Messages with moderators</source>
7014 <target state="translated">Teachdaireachdan le maoir</target> 7074 <target state="translated">Teachdaireachdan le maoir</target>
7015 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7075
7016 </trans-unit> 7076 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7017 <trans-unit id="8528549800795985099" datatype="html"> 7077 <trans-unit id="8528549800795985099" datatype="html">
7018 <source>Update internal note</source> 7078 <source>Update internal note</source>
7019 <target state="translated">Ùraich nòta taobh a-staigh</target> 7079 <target state="translated">Ùraich nòta taobh a-staigh</target>
7020 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7080
7021 </trans-unit> 7081 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7022 <trans-unit id="3962242315365992494" datatype="html"> 7082 <trans-unit id="3962242315365992494" datatype="html">
7023 <source>Switch video block to manual</source> 7083 <source>Switch video block to manual</source>
7024 <target state="translated">Atharraich bacadh a’ video gu bacadh a làimh</target> 7084 <target state="translated">Atharraich bacadh a’ video gu bacadh a làimh</target>
7025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7085
7026 </trans-unit> 7086 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7027 <trans-unit id="6906423861055262169" datatype="html"> 7087 <trans-unit id="6906423861055262169" datatype="html">
7028 <source>Video <x id="PH"/> switched to manual block.</source> 7088 <source>Video <x id="PH"/> switched to manual block.</source>
7029 <target state="translated">Chaidh video <x id="PH"/> a bhacadh a làimh.</target> 7089 <target state="translated">Chaidh video <x id="PH"/> a bhacadh a làimh.</target>
7030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7090
7031 </trans-unit> 7091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7032 <trans-unit id="7293356040886494773" datatype="html"> 7092 <trans-unit id="7293356040886494773" datatype="html">
7033 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7093 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7034 <target state="translated">A bheil thu cinnteach gu bheil thu airson a’ video seo a dhì-bhacadh? Nochdaidh e air liosta nam videothan a-rithist.</target> 7094 <target state="translated">A bheil thu cinnteach gu bheil thu airson a’ video seo a dhì-bhacadh? Nochdaidh e air liosta nam videothan a-rithist.</target>
7035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group> 7095
7036 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group> 7096
7037 </trans-unit> 7097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7038 <trans-unit id="4859202148272511129" datatype="html"> 7098 <trans-unit id="4859202148272511129" datatype="html">
7039 <source>Unblock</source> 7099 <source>Unblock</source>
7040 <target state="translated">Dì-bhac</target> 7100 <target state="translated">Dì-bhac</target>
7041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group> 7101
7042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group> 7102
7043 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group> 7103
7044 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group> 7104
7045 </trans-unit> 7105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7046 <trans-unit id="4922469417589203720" datatype="html"> 7106 <trans-unit id="4922469417589203720" datatype="html">
7047 <source>Video <x id="PH"/> unblocked.</source> 7107 <source>Video <x id="PH"/> unblocked.</source>
7048 <target state="translated">Chan eil a’ video <x id="PH"/> ’ga bhacadh tuilleadh.</target> 7108 <target state="translated">Chan eil a’ video <x id="PH"/> ’ga bhacadh tuilleadh.</target>
7049 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group> 7109
7050 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group> 7110
7051 </trans-unit> 7111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7052 <trans-unit id="6286037250766429054" datatype="html"> 7112 <trans-unit id="6286037250766429054" datatype="html">
7053 <source>yes</source> 7113 <source>yes</source>
7054 <target state="translated">tha</target> 7114 <target state="translated">tha</target>
@@ -7291,7 +7351,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7291 <trans-unit id="1519954996184640001" datatype="html"> 7351 <trans-unit id="1519954996184640001" datatype="html">
7292 <source>Error</source> 7352 <source>Error</source>
7293 <target state="translated">Mearachd</target> 7353 <target state="translated">Mearachd</target>
7294 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7354 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group>
7295 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7355 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group>
7296 </trans-unit> 7356 </trans-unit>
7297 <trans-unit id="5076187961693950167" datatype="html"> 7357 <trans-unit id="5076187961693950167" datatype="html">
@@ -7307,8 +7367,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7307 <trans-unit id="1886888801485703107" datatype="html"> 7367 <trans-unit id="1886888801485703107" datatype="html">
7308 <source>User <x id="PH"/> created.</source> 7368 <source>User <x id="PH"/> created.</source>
7309 <target state="translated">Chaidh an cleachdaiche <x id="PH"/> a chruthachadh.</target> 7369 <target state="translated">Chaidh an cleachdaiche <x id="PH"/> a chruthachadh.</target>
7310 7370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group>
7311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 7371 </trans-unit>
7312 <trans-unit id="8286337167859377104" datatype="html"> 7372 <trans-unit id="8286337167859377104" datatype="html">
7313 <source>Create user</source> 7373 <source>Create user</source>
7314 <target state="translated">Cruthaich cleachdaiche</target> 7374 <target state="translated">Cruthaich cleachdaiche</target>
@@ -7334,16 +7394,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7334 <target state="translated">Ùraich facal-faire a’ chleachdaiche</target> 7394 <target state="translated">Ùraich facal-faire a’ chleachdaiche</target>
7335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7336 </trans-unit> 7396 </trans-unit>
7337 <trans-unit id="177544274549739411" datatype="html">
7338 <source>Following list</source>
7339 <target state="translated">Liosta dhen fheadhainn air a leanas tu</target>
7340 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7341 </trans-unit>
7342 <trans-unit id="8092429110007204784" datatype="html">
7343 <source>Followers list</source>
7344 <target state="translated">Liosta dhen fheadhainn a leanas ort</target>
7345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7346 </trans-unit>
7347 <trans-unit id="780323526182667308" datatype="html"> 7397 <trans-unit id="780323526182667308" datatype="html">
7348 <source>User <x id="PH"/> updated.</source> 7398 <source>User <x id="PH"/> updated.</source>
7349 <target state="translated">Chaidh an cleachdaiche <x id="PH"/> ùrachadh.</target> 7399 <target state="translated">Chaidh an cleachdaiche <x id="PH"/> ùrachadh.</target>
@@ -7379,16 +7429,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7379 <target state="translated">Co-nasgadh</target> 7429 <target state="translated">Co-nasgadh</target>
7380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7381 </trans-unit> 7431 </trans-unit>
7382 <trans-unit id="4682675125751819107" datatype="html">
7383 <source>Instances you follow</source>
7384 <target state="translated">Na h-ionstansan air a leanas tu</target>
7385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7386 </trans-unit>
7387 <trans-unit id="8899833753704589712" datatype="html">
7388 <source>Instances following you</source>
7389 <target state="translated">Na h-ionstansan a tha a’ leantainn ort</target>
7390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7391 </trans-unit>
7392 <trans-unit id="3767259920053407667" datatype="html"> 7432 <trans-unit id="3767259920053407667" datatype="html">
7393 <source>Videos will be deleted, comments will be tombstoned.</source> 7433 <source>Videos will be deleted, comments will be tombstoned.</source>
7394 <target state="translated">Thèid na videothan a sguabadh às agus comharra sguabaidh às a chur ris na beachdan.</target> 7434 <target state="translated">Thèid na videothan a sguabadh às agus comharra sguabaidh às a chur ris na beachdan.</target>
@@ -7420,6 +7460,30 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group> 7460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group> 7461 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7422 </trans-unit> 7462 </trans-unit>
7463 <trans-unit id="4207916966377787111" datatype="html">
7464 <source>Created</source>
7465 <target state="translated">Air a chruthachadh</target>
7466 <context-group purpose="location">
7467 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7468 <context context-type="linenumber">115</context>
7469 </context-group>
7470 </trans-unit>
7471 <trans-unit id="8140268298586972139" datatype="html">
7472 <source>Daily quota</source>
7473 <target state="translated">Cuota làitheil</target>
7474 <context-group purpose="location">
7475 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7476 <context context-type="linenumber">120</context>
7477 </context-group>
7478 </trans-unit>
7479 <trans-unit id="7910076708497708162" datatype="html">
7480 <source>Last login</source>
7481 <target state="translated">An clàradh a-steach mu dheireadh</target>
7482 <context-group purpose="location">
7483 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7484 <context context-type="linenumber">122</context>
7485 </context-group>
7486 </trans-unit>
7423 <trans-unit id="3403978719736970622" datatype="html"> 7487 <trans-unit id="3403978719736970622" datatype="html">
7424 <source>You cannot ban root.</source> 7488 <source>You cannot ban root.</source>
7425 <target state="translated">Chan urrainn dhut root a thoirmeasg.</target> 7489 <target state="translated">Chan urrainn dhut root a thoirmeasg.</target>
@@ -7717,12 +7781,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7717 <trans-unit id="1137937154872046253" datatype="html"> 7781 <trans-unit id="1137937154872046253" datatype="html">
7718 <source>Video channel <x id="PH"/> created.</source> 7782 <source>Video channel <x id="PH"/> created.</source>
7719 <target state="translated">Chaidh seanail video <x id="PH"/> a chruthachadh.</target> 7783 <target state="translated">Chaidh seanail video <x id="PH"/> a chruthachadh.</target>
7720 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 7784 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group>
7721 </trans-unit> 7785 </trans-unit>
7722 <trans-unit id="8723777130353305761" datatype="html"> 7786 <trans-unit id="8723777130353305761" datatype="html">
7723 <source>This name already exists on this instance.</source> 7787 <source>This name already exists on this instance.</source>
7724 <target state="translated">Tha an t-ainm seo ann air an ionstans seo mu thràth.</target> 7788 <target state="translated">Tha an t-ainm seo ann air an ionstans seo mu thràth.</target>
7725 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 7789 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group>
7726 </trans-unit> 7790 </trans-unit>
7727 <trans-unit id="7589345916094713536" datatype="html"> 7791 <trans-unit id="7589345916094713536" datatype="html">
7728 <source>Video channel <x id="PH"/> updated.</source> 7792 <source>Video channel <x id="PH"/> updated.</source>
@@ -7744,11 +7808,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7744 <target state="translated">Chaidh a’ bhratach a sguabadh às.</target> 7808 <target state="translated">Chaidh a’ bhratach a sguabadh às.</target>
7745 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group> 7809 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
7746 </trans-unit> 7810 </trans-unit>
7747 <trans-unit id="2575302837003821736" datatype="html">
7748 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7749 <target state="translated">Sgrìobh ainm-taisbeanaidh na seanail video (<x id="PH"/>) gus a dhearbhadh</target>
7750 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
7751 </trans-unit>
7752 <trans-unit id="624066830180032195" datatype="html"> 7811 <trans-unit id="624066830180032195" datatype="html">
7753 <source>Video channel <x id="PH"/> deleted.</source> 7812 <source>Video channel <x id="PH"/> deleted.</source>
7754 <target state="translated">Chaidh seanail video <x id="PH"/> a sguabadh às.</target> 7813 <target state="translated">Chaidh seanail video <x id="PH"/> a sguabadh às.</target>
@@ -7897,6 +7956,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7897 <target state="translated">Chaidh iarrtas a chur air atharrachadh an t-seilbh.</target> 7956 <target state="translated">Chaidh iarrtas a chur air atharrachadh an t-seilbh.</target>
7898 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 7957 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
7899 </trans-unit> 7958 </trans-unit>
7959 <trans-unit id="7699622144571229146" datatype="html">
7960 <source>Sort by</source>
7961 <target state="translated">Seòrsaich a-rèir</target>
7962 <context-group purpose="location">
7963 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
7964 <context context-type="linenumber">26</context>
7965 </context-group>
7966 </trans-unit>
7900 <trans-unit id="3245220240937722814" datatype="html"> 7967 <trans-unit id="3245220240937722814" datatype="html">
7901 <source>My channels</source> 7968 <source>My channels</source>
7902 <target state="translated">Na seanailean agam</target> 7969 <target state="translated">Na seanailean agam</target>
@@ -7956,13 +8023,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7956 <trans-unit id="6489275254908395777" datatype="html"> 8023 <trans-unit id="6489275254908395777" datatype="html">
7957 <source>Maximize editor</source> 8024 <source>Maximize editor</source>
7958 <target state="translated">Làn-mheudaich an deasaiche</target> 8025 <target state="translated">Làn-mheudaich an deasaiche</target>
7959 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8026
7960 </trans-unit> 8027 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
7961 <trans-unit id="4243591013849340688" datatype="html"> 8028 <trans-unit id="4243591013849340688" datatype="html">
7962 <source>Exit maximized editor</source> 8029 <source>Exit maximized editor</source>
7963 <target state="translated">Fàg an deasaiche làn-mheudaichte</target> 8030 <target state="translated">Fàg an deasaiche làn-mheudaichte</target>
7964 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8031
7965 </trans-unit> 8032 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7966 <trans-unit id="6537885755702623401" datatype="html"> 8033 <trans-unit id="6537885755702623401" datatype="html">
7967 <source>Now please check your emails to verify your account and complete signup.</source> 8034 <source>Now please check your emails to verify your account and complete signup.</source>
7968 <target state="translated">Nise, thoir sùil air a’ phost-d agad airson an cunntas agad a dhearbhadh ’s an clàradh a choileanadh.</target> 8035 <target state="translated">Nise, thoir sùil air a’ phost-d agad airson an cunntas agad a dhearbhadh ’s an clàradh a choileanadh.</target>
@@ -7994,7 +8061,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7994 <target state="translated">Fo-sgrìobh air a’ chunntas</target> 8061 <target state="translated">Fo-sgrìobh air a’ chunntas</target>
7995 8062
7996 8063
7997 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8064 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
7998 <trans-unit id="3131904093925601441" datatype="html"> 8065 <trans-unit id="3131904093925601441" datatype="html">
7999 <source>PLAYLISTS</source> 8066 <source>PLAYLISTS</source>
8000 <target state="translated">LIOSTAICHEAN-CLUICH</target> 8067 <target state="translated">LIOSTAICHEAN-CLUICH</target>
@@ -8041,33 +8108,33 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8041 <trans-unit id="3779524668013120370" datatype="html"> 8108 <trans-unit id="3779524668013120370" datatype="html">
8042 <source>Go to my subscriptions</source> 8109 <source>Go to my subscriptions</source>
8043 <target state="translated">Tadhail air na fo-sgrìobhaidhean agam</target> 8110 <target state="translated">Tadhail air na fo-sgrìobhaidhean agam</target>
8044 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8111 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group>
8045 </trans-unit> 8112 </trans-unit>
8046 <trans-unit id="1136469849928650779" datatype="html"> 8113 <trans-unit id="1136469849928650779" datatype="html">
8047 <source>Go to my videos</source> 8114 <source>Go to my videos</source>
8048 <target state="translated">Tadhail air na videothan agam</target> 8115 <target state="translated">Tadhail air na videothan agam</target>
8049 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8116 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group>
8050 </trans-unit> 8117 </trans-unit>
8051 <trans-unit id="7836683738999600376" datatype="html"> 8118 <trans-unit id="7836683738999600376" datatype="html">
8052 <source>Go to my imports</source> 8119 <source>Go to my imports</source>
8053 <target state="translated">Tadhail air na h-ion-phortaidhean agam</target> 8120 <target state="translated">Tadhail air na h-ion-phortaidhean agam</target>
8054 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8121 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group>
8055 </trans-unit> 8122 </trans-unit>
8056 <trans-unit id="7511292153332773503" datatype="html"> 8123 <trans-unit id="7511292153332773503" datatype="html">
8057 <source>Go to my channels</source> 8124 <source>Go to my channels</source>
8058 <target state="translated">Tadhail air na seanailean agam</target> 8125 <target state="translated">Tadhail air na seanailean agam</target>
8059 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8126 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group>
8060 </trans-unit> 8127 </trans-unit>
8061 <trans-unit id="2013324644839511073" datatype="html"> 8128 <trans-unit id="2013324644839511073" datatype="html">
8062 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8129 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8063Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8130Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8064 <target state="translated">Cha b’ urrainn dhuinn an teisteas cliant OAuth fhaighinn: <x id="PH" equiv-text="error.text"/>. Dèan cinnteach gun do rèitich thu PeerTube mar bu chòir (sa phasgan config/) ’s gu sònraichte an earrann "webserver".</target> 8131 <target state="translated">Cha b’ urrainn dhuinn an teisteas cliant OAuth fhaighinn: <x id="PH" equiv-text="error.text"/>. Dèan cinnteach gun do rèitich thu PeerTube mar bu chòir (sa phasgan config/) ’s gu sònraichte an earrann "webserver".</target>
8065 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8132 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group>
8066 </trans-unit> 8133 </trans-unit>
8067 <trans-unit id="375263728166936544" datatype="html"> 8134 <trans-unit id="375263728166936544" datatype="html">
8068 <source>You need to reconnect.</source> 8135 <source>You need to reconnect.</source>
8069 <target state="translated">Feumaidh tu ceangal ris a-rithist.</target> 8136 <target state="translated">Feumaidh tu ceangal ris a-rithist.</target>
8070 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8137 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group>
8071 </trans-unit> 8138 </trans-unit>
8072 <trans-unit id="2206638022166154361" datatype="html"> 8139 <trans-unit id="2206638022166154361" datatype="html">
8073 <source>Keyboard Shortcuts:</source> 8140 <source>Keyboard Shortcuts:</source>
@@ -8082,6 +8149,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8082 <context context-type="linenumber">98</context> 8149 <context context-type="linenumber">98</context>
8083 </context-group> 8150 </context-group>
8084 </trans-unit> 8151 </trans-unit>
8152 <trans-unit id="4024404994702813072" datatype="html">
8153 <source>In my library</source>
8154 <target state="translated">San leabhar-lann agam</target>
8155 <context-group purpose="location">
8156 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8157 <context context-type="linenumber">104</context>
8158 </context-group>
8159 </trans-unit>
8085 <trans-unit id="232050922346936574" datatype="html"> 8160 <trans-unit id="232050922346936574" datatype="html">
8086 <source>Trending</source> 8161 <source>Trending</source>
8087 <target state="translated">A’ treandadh</target> 8162 <target state="translated">A’ treandadh</target>
@@ -8109,37 +8184,37 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8109 <trans-unit id="1266887509445371246" datatype="html"> 8184 <trans-unit id="1266887509445371246" datatype="html">
8110 <source>Incorrect username or password.</source> 8185 <source>Incorrect username or password.</source>
8111 <target state="translated">Chan eil an t-ainm-cleachdaiche no chan eil am facal-faire mar bu chòir.</target> 8186 <target state="translated">Chan eil an t-ainm-cleachdaiche no chan eil am facal-faire mar bu chòir.</target>
8112 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8187 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group>
8113 </trans-unit> 8188 </trans-unit>
8114 <trans-unit id="6974874606619467663" datatype="html"> 8189 <trans-unit id="6974874606619467663" datatype="html">
8115 <source>Your account is blocked.</source> 8190 <source>Your account is blocked.</source>
8116 <target state="translated">Chaidh an cunntas agad a bhacadh.</target> 8191 <target state="translated">Chaidh an cunntas agad a bhacadh.</target>
8117 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8192 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group>
8118 </trans-unit> 8193 </trans-unit>
8119 <trans-unit id="7939914198003891823" datatype="html"> 8194 <trans-unit id="7939914198003891823" datatype="html">
8120 <source>any language</source> 8195 <source>any language</source>
8121 <target state="translated">cànan sam bith</target> 8196 <target state="translated">cànan sam bith</target>
8122 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group> 8197 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group>
8123 </trans-unit> 8198 </trans-unit>
8124 <trans-unit id="5633144232269377096" datatype="html"> 8199 <trans-unit id="5633144232269377096" datatype="html">
8125 <source>hide</source> 8200 <source>hide</source>
8126 <target state="translated">falaich</target> 8201 <target state="translated">falaich</target>
8127 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group> 8202 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group>
8128 </trans-unit> 8203 </trans-unit>
8129 <trans-unit id="8603861867909474404" datatype="html"> 8204 <trans-unit id="8603861867909474404" datatype="html">
8130 <source>blur</source> 8205 <source>blur</source>
8131 <target state="translated">sgleò</target> 8206 <target state="translated">sgleò</target>
8132 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group> 8207 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group>
8133 </trans-unit> 8208 </trans-unit>
8134 <trans-unit id="4534458451100881847" datatype="html"> 8209 <trans-unit id="4534458451100881847" datatype="html">
8135 <source>display</source> 8210 <source>display</source>
8136 <target state="translated">taisbean</target> 8211 <target state="translated">taisbean</target>
8137 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group> 8212 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group>
8138 </trans-unit> 8213 </trans-unit>
8139 <trans-unit id="4467323362722952678" datatype="html"> 8214 <trans-unit id="4467323362722952678" datatype="html">
8140 <source>Unknown</source> 8215 <source>Unknown</source>
8141 <target state="translated">Chan eil fhios</target> 8216 <target state="translated">Chan eil fhios</target>
8142 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group> 8217 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group>
8143 </trans-unit> 8218 </trans-unit>
8144 <trans-unit id="8781423666414310853" datatype="html"> 8219 <trans-unit id="8781423666414310853" datatype="html">
8145 <source>Your password has been successfully reset!</source> 8220 <source>Your password has been successfully reset!</source>
@@ -8253,12 +8328,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8253 <trans-unit id="3208627574396957172" datatype="html"> 8328 <trans-unit id="3208627574396957172" datatype="html">
8254 <source>Search index is unavailable. Retrying with instance results instead.</source> 8329 <source>Search index is unavailable. Retrying with instance results instead.</source>
8255 <target state="translated">Chan eil inneacs luirg ri fhaighinn. A’ feuchainn ris le toraidhean an ionstans ’na àite.</target> 8330 <target state="translated">Chan eil inneacs luirg ri fhaighinn. A’ feuchainn ris le toraidhean an ionstans ’na àite.</target>
8256 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group> 8331
8257 </trans-unit> 8332 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8258 <trans-unit id="307702206382241469" datatype="html"> 8333 <trans-unit id="307702206382241469" datatype="html">
8259 <source>Search error</source> 8334 <source>Search error</source>
8260 <target state="translated">Mearachd luirg</target> 8335 <target state="translated">Mearachd luirg</target>
8261 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group> 8336
8337 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8338 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8339 <context-group purpose="location">
8340 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8341 <context context-type="linenumber">329</context>
8342 </context-group>
8262 </trans-unit> 8343 </trans-unit>
8263 <trans-unit id="4580988005648117665" datatype="html"> 8344 <trans-unit id="4580988005648117665" datatype="html">
8264 <source>Search</source> 8345 <source>Search</source>
@@ -9446,19 +9527,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9446 <trans-unit id="2558977494773636050" datatype="html"> 9527 <trans-unit id="2558977494773636050" datatype="html">
9447 <source>Account <x id="PH"/> muted by the instance.</source> 9528 <source>Account <x id="PH"/> muted by the instance.</source>
9448 <target state="translated">Chaidh an cunntas <x id="PH"/> a mhùchadh leis an ionstans.</target> 9529 <target state="translated">Chaidh an cunntas <x id="PH"/> a mhùchadh leis an ionstans.</target>
9449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group> 9530
9450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group> 9531
9451 </trans-unit> 9532 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9452 <trans-unit id="1595779426198793580" datatype="html"> 9533 <trans-unit id="1595779426198793580" datatype="html">
9453 <source>Mute server</source> 9534 <source>Mute server</source>
9454 <target state="translated">Mùch am frithealaiche</target> 9535 <target state="translated">Mùch am frithealaiche</target>
9455 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 9536
9456 </trans-unit> 9537 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9457 <trans-unit id="8014491157078444256" datatype="html"> 9538 <trans-unit id="8014491157078444256" datatype="html">
9458 <source>Server <x id="PH"/> muted by the instance.</source> 9539 <source>Server <x id="PH"/> muted by the instance.</source>
9459 <target state="translated">Chaidh am frithealaiche <x id="PH"/> a mhùchadh leis an ionstans.</target> 9540 <target state="translated">Chaidh am frithealaiche <x id="PH"/> a mhùchadh leis an ionstans.</target>
9460 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 9541
9461 </trans-unit> 9542 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9462 <trans-unit id="2044813052587776285" datatype="html"> 9543 <trans-unit id="2044813052587776285" datatype="html">
9463 <source>Add a message to communicate with the reporter</source> 9544 <source>Add a message to communicate with the reporter</source>
9464 <target state="translated">Cuir teachdaireachd ris airson conaltradh leis an neach a rinn an gearan</target> 9545 <target state="translated">Cuir teachdaireachd ris airson conaltradh leis an neach a rinn an gearan</target>
@@ -9698,17 +9779,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9698 <trans-unit id="968295009933361070" datatype="html"> 9779 <trans-unit id="968295009933361070" datatype="html">
9699 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 9780 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
9700 <target state="translated">Cus oidhirpean, feuch ris a-rithist an ceann <x id="PH"/> mionaid(ean).</target> 9781 <target state="translated">Cus oidhirpean, feuch ris a-rithist an ceann <x id="PH"/> mionaid(ean).</target>
9701 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9782 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group>
9702 </trans-unit> 9783 </trans-unit>
9703 <trans-unit id="4965472196059235310" datatype="html"> 9784 <trans-unit id="4965472196059235310" datatype="html">
9704 <source>Too many attempts, please try again later.</source> 9785 <source>Too many attempts, please try again later.</source>
9705 <target state="translated">Cus oidhirpean, feuch ris a-rithist an ceann greis.</target> 9786 <target state="translated">Cus oidhirpean, feuch ris a-rithist an ceann greis.</target>
9706 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9787 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group>
9707 </trans-unit> 9788 </trans-unit>
9708 <trans-unit id="1693549688987384699" datatype="html"> 9789 <trans-unit id="1693549688987384699" datatype="html">
9709 <source>Server error. Please retry later.</source> 9790 <source>Server error. Please retry later.</source>
9710 <target state="translated">Mearachd an fhrithealaiche. Feuch ris a-rithist an ceann greis.</target> 9791 <target state="translated">Mearachd an fhrithealaiche. Feuch ris a-rithist an ceann greis.</target>
9711 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9792 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group>
9712 </trans-unit> 9793 </trans-unit>
9713 <trans-unit id="5927402622550505067" datatype="html"> 9794 <trans-unit id="5927402622550505067" datatype="html">
9714 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9795 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
@@ -9810,29 +9891,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9810 <trans-unit id="2909684945706361544" datatype="html"> 9891 <trans-unit id="2909684945706361544" datatype="html">
9811 <source>Delete video</source> 9892 <source>Delete video</source>
9812 <target state="translated">Sguab a’ video às</target> 9893 <target state="translated">Sguab a’ video às</target>
9813 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 9894
9814 </trans-unit> 9895 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9815 <trans-unit id="2210418817778733727" datatype="html"> 9896 <trans-unit id="2210418817778733727" datatype="html">
9816 <source>Actions for the comment</source> 9897 <source>Actions for the comment</source>
9817 <target state="translated">Gnìomhan dhan bheachd</target> 9898 <target state="translated">Gnìomhan dhan bheachd</target>
9818 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 9899
9819 </trans-unit> 9900 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9820 <trans-unit id="7978668497183230348" datatype="html"> 9901 <trans-unit id="7978668497183230348" datatype="html">
9821 <source>Delete comment</source> 9902 <source>Delete comment</source>
9822 <target state="translated">Sguab às am beachd</target> 9903 <target state="translated">Sguab às am beachd</target>
9823 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 9904
9824 </trans-unit> 9905 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9825 <trans-unit id="6747218355168080191" datatype="html"> 9906 <trans-unit id="6747218355168080191" datatype="html">
9826 <source>Do you really want to delete this comment?</source> 9907 <source>Do you really want to delete this comment?</source>
9827 <target state="translated">A bheil thu cinnteach gu bheil thu airson am beachd seo a sguabadh às?</target> 9908 <target state="translated">A bheil thu cinnteach gu bheil thu airson am beachd seo a sguabadh às?</target>
9828 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group> 9909
9829 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group> 9910
9830 </trans-unit> 9911 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9831 <trans-unit id="7837272126865175984" datatype="html"> 9912 <trans-unit id="7837272126865175984" datatype="html">
9832 <source>Comment deleted.</source> 9913 <source>Comment deleted.</source>
9833 <target state="translated">Chaidh am beachd a sguabadh às.</target> 9914 <target state="translated">Chaidh am beachd a sguabadh às.</target>
9834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 9915
9835 </trans-unit> 9916 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9836 <trans-unit id="346270517625845962" datatype="html"> 9917 <trans-unit id="346270517625845962" datatype="html">
9837 <source>Encoder</source> 9918 <source>Encoder</source>
9838 <target state="translated">Inneal-còdachaidh</target> 9919 <target state="translated">Inneal-còdachaidh</target>
@@ -9874,31 +9955,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9874 <trans-unit id="1472171759957681533" datatype="html"> 9955 <trans-unit id="1472171759957681533" datatype="html">
9875 <source>Video reported.</source> 9956 <source>Video reported.</source>
9876 <target state="translated">Chaidh gearan a dhèanamh air a’ video.</target> 9957 <target state="translated">Chaidh gearan a dhèanamh air a’ video.</target>
9877 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 9958
9878 </trans-unit> 9959 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9879 <trans-unit id="3622946684246476652" datatype="html"> 9960 <trans-unit id="3622946684246476652" datatype="html">
9880 <source>Do you really want to delete this video?</source> 9961 <source>Do you really want to delete this video?</source>
9881 <target state="translated">A bheil thu cinnteach gu bheil thu airson a’ video seo a sguabadh às?</target> 9962 <target state="translated">A bheil thu cinnteach gu bheil thu airson a’ video seo a sguabadh às?</target>
9882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 9963
9883 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 9964
9884 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 9965
9885 </trans-unit> 9966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9886 <trans-unit id="3941342949736653028" datatype="html"> 9967 <trans-unit id="3941342949736653028" datatype="html">
9887 <source>Video deleted.</source> 9968 <source>Video deleted.</source>
9888 <target state="translated">Chaidh a’ video a sguabadh às.</target> 9969 <target state="translated">Chaidh a’ video a sguabadh às.</target>
9889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 9970
9890 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 9971
9891 </trans-unit> 9972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9892 <trans-unit id="5072091387445907742" datatype="html"> 9973 <trans-unit id="5072091387445907742" datatype="html">
9893 <source>Actions for the reporter</source> 9974 <source>Actions for the reporter</source>
9894 <target state="translated">Gnìomhan an neach a rinn an gearan</target> 9975 <target state="translated">Gnìomhan an neach a rinn an gearan</target>
9895 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 9976
9896 </trans-unit> 9977 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9897 <trans-unit id="6599069899275412095" datatype="html"> 9978 <trans-unit id="6599069899275412095" datatype="html">
9898 <source>Mute reporter</source> 9979 <source>Mute reporter</source>
9899 <target state="translated">Mùch an neach a rinn an gearan</target> 9980 <target state="translated">Mùch an neach a rinn an gearan</target>
9900 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 9981
9901 </trans-unit> 9982 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9902 <trans-unit id="2990849907502572301" datatype="html"> 9983 <trans-unit id="2990849907502572301" datatype="html">
9903 <source>This video will be duplicated by your instance.</source> 9984 <source>This video will be duplicated by your instance.</source>
9904 <target state="translated">Thèid a’ video seo a dhùblachadh leis an ionstans agad.</target> 9985 <target state="translated">Thèid a’ video seo a dhùblachadh leis an ionstans agad.</target>
@@ -9977,9 +10058,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9977 <trans-unit id="4903651219400691248" datatype="html"> 10058 <trans-unit id="4903651219400691248" datatype="html">
9978 <source>Mute account</source> 10059 <source>Mute account</source>
9979 <target state="translated">Mùch an cunntas</target> 10060 <target state="translated">Mùch an cunntas</target>
9980 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10061
9981 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10062
9982 </trans-unit> 10063 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
9983 <trans-unit id="4021487547497211597" datatype="html"> 10064 <trans-unit id="4021487547497211597" datatype="html">
9984 <source>Open video actions</source> 10065 <source>Open video actions</source>
9985 <target state="translated">Fosgail na gnìomhan video</target> 10066 <target state="translated">Fosgail na gnìomhan video</target>
@@ -9995,8 +10076,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9995 <trans-unit id="3719503424625455635" datatype="html"> 10076 <trans-unit id="3719503424625455635" datatype="html">
9996 <source>Mute server account</source> 10077 <source>Mute server account</source>
9997 <target state="translated">Mùch cunntas an fhrithealaiche</target> 10078 <target state="translated">Mùch cunntas an fhrithealaiche</target>
9998 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10079
9999 </trans-unit> 10080 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10000 <trans-unit id="7008439939460403347" datatype="html"> 10081 <trans-unit id="7008439939460403347" datatype="html">
10001 <source>Report</source> 10082 <source>Report</source>
10002 <target state="translated">Dèan gearan</target> 10083 <target state="translated">Dèan gearan</target>
@@ -10093,33 +10174,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10093 <trans-unit id="2439066254855913806" datatype="html"> 10174 <trans-unit id="2439066254855913806" datatype="html">
10094 <source>Only I can see this video</source> 10175 <source>Only I can see this video</source>
10095 <target state="translated">Chan fhaic ach mi fhìn a’ video seo</target> 10176 <target state="translated">Chan fhaic ach mi fhìn a’ video seo</target>
10096 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10177
10097 </trans-unit> 10178 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10098 <trans-unit id="6767380569816110388" datatype="html"> 10179 <trans-unit id="6767380569816110388" datatype="html">
10099 <source>Only shareable via a private link</source> 10180 <source>Only shareable via a private link</source>
10100 <target state="translated">Cha ghabh a cho-roinneadh ach le ceangal prìobhaideach</target> 10181 <target state="translated">Cha ghabh a cho-roinneadh ach le ceangal prìobhaideach</target>
10101 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10182
10102 </trans-unit> 10183 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10103 <trans-unit id="6828965264297239528" datatype="html"> 10184 <trans-unit id="6828965264297239528" datatype="html">
10104 <source>Anyone can see this video</source> 10185 <source>Anyone can see this video</source>
10105 <target state="translated">Chì duine sam bith a’ video seo</target> 10186 <target state="translated">Chì duine sam bith a’ video seo</target>
10106 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10187
10107 </trans-unit> 10188 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10108 <trans-unit id="1425933035739773115" datatype="html"> 10189 <trans-unit id="1425933035739773115" datatype="html">
10109 <source>Only users of this instance can see this video</source> 10190 <source>Only users of this instance can see this video</source>
10110 <target state="translated">Chan fhaic ach luchd-cleachdaidh an ionstans seo a’ video seo</target> 10191 <target state="translated">Chan fhaic ach luchd-cleachdaidh an ionstans seo a’ video seo</target>
10111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10192
10112 </trans-unit> 10193 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10113 <trans-unit id="8312101634344200207" datatype="html"> 10194 <trans-unit id="8312101634344200207" datatype="html">
10114 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10195 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10115 <target state="translated">Tha <x id="PH" equiv-text="this.views"/> a’ coimhead air</target> 10196 <target state="translated">Tha <x id="PH" equiv-text="this.views"/> a’ coimhead air</target>
10116 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group> 10197
10117 </trans-unit> 10198 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10118 <trans-unit id="7756087706411154095" datatype="html"> 10199 <trans-unit id="7756087706411154095" datatype="html">
10119 <source><x id="PH" equiv-text="this.views"/> views</source> 10200 <source><x id="PH" equiv-text="this.views"/> views</source>
10120 <target state="translated">Choimhead <x id="PH" equiv-text="this.views"/> air</target> 10201 <target state="translated">Choimhead <x id="PH" equiv-text="this.views"/> air</target>
10121 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group> 10202
10122 </trans-unit> 10203 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10123 <trans-unit id="ngb.alert.close" datatype="html"> 10204 <trans-unit id="ngb.alert.close" datatype="html">
10124 <source>Close</source> 10205 <source>Close</source>
10125 <target state="translated">Dùin</target> 10206 <target state="translated">Dùin</target>
@@ -10294,33 +10375,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10294 <trans-unit id="3284171506518522275" datatype="html"> 10375 <trans-unit id="3284171506518522275" datatype="html">
10295 <source>Your video was uploaded to your account and is private.</source> 10376 <source>Your video was uploaded to your account and is private.</source>
10296 <target state="translated">Chaidh a’ video agad a luchdadh suas dhan chunntas agad ’s tha e prìobhaideach.</target> 10377 <target state="translated">Chaidh a’ video agad a luchdadh suas dhan chunntas agad ’s tha e prìobhaideach.</target>
10297 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group> 10378
10298 </trans-unit> 10379 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10299 <trans-unit id="5699822024600815733" datatype="html"> 10380 <trans-unit id="5699822024600815733" datatype="html">
10300 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10381 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10301 <target state="translated">Ach thèid dàta sam bith nach deach a shàbhaladh (tagaichean, tuairisgeulan…) air chall, a bheil thu cinnteach gu bheil thu airson an duilleag seo fhàgail?</target> 10382 <target state="translated">Ach thèid dàta sam bith nach deach a shàbhaladh (tagaichean, tuairisgeulan…) air chall, a bheil thu cinnteach gu bheil thu airson an duilleag seo fhàgail?</target>
10302 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group> 10383
10303 </trans-unit> 10384 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10304 <trans-unit id="1219739004043110649" datatype="html"> 10385 <trans-unit id="1219739004043110649" datatype="html">
10305 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10386 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10306 <target state="translated">Cha deach a’ video agad a luchdadh suas fhathast, a bheil thu cinnteach gu bheil thu airson an duilleag seo fhàgail?</target> 10387 <target state="translated">Cha deach a’ video agad a luchdadh suas fhathast, a bheil thu cinnteach gu bheil thu airson an duilleag seo fhàgail?</target>
10307 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group> 10388
10308 </trans-unit> 10389 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10309 <trans-unit id="6932865105766151309" datatype="html"> 10390 <trans-unit id="6932865105766151309" datatype="html">
10310 <source>Upload</source> 10391 <source>Upload</source>
10311 <target state="translated">Luchdaich suas</target> 10392 <target state="translated">Luchdaich suas</target>
10312 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group> 10393
10313 </trans-unit> 10394 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10314 <trans-unit id="8278735427925094503" datatype="html"> 10395 <trans-unit id="8278735427925094503" datatype="html">
10315 <source>Upload <x id="PH"/> </source> 10396 <source>Upload <x id="PH"/> </source>
10316 <target state="translated">Luchdaich suas <x id="PH"/> </target> 10397 <target state="translated">Luchdaich suas <x id="PH"/> </target>
10317 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group> 10398
10318 </trans-unit> 10399 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10319 <trans-unit id="5981816353437801748" datatype="html"> 10400 <trans-unit id="5981816353437801748" datatype="html">
10320 <source>Video published.</source> 10401 <source>Video published.</source>
10321 <target state="translated">Chaidh a’ video fhoillseachadh.</target> 10402 <target state="translated">Chaidh a’ video fhoillseachadh.</target>
10322 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group> 10403
10323 </trans-unit> 10404 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10324 <trans-unit id="764164089183618119" datatype="html"> 10405 <trans-unit id="764164089183618119" datatype="html">
10325 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10406 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10326 <target state="translated">Tha atharraichean gun sàbhaladh agad! Ma dh’fhalbhas tu, thèid na h-atharraichean agad air chall.</target> 10407 <target state="translated">Tha atharraichean gun sàbhaladh agad! Ma dh’fhalbhas tu, thèid na h-atharraichean agad air chall.</target>
@@ -10387,27 +10468,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10387 <trans-unit id="961774488937452220" datatype="html"> 10468 <trans-unit id="961774488937452220" datatype="html">
10388 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10469 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10389 <target state="translated">Chan eil a’ video seo ri fhaighinn air an ionstans seo. A bheil thu airson ’s gun dèid d’ ath-stiùireadh dhan ionstans thùsail: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10470 <target state="translated">Chan eil a’ video seo ri fhaighinn air an ionstans seo. A bheil thu airson ’s gun dèid d’ ath-stiùireadh dhan ionstans thùsail: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10390 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group> 10471 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group>
10391 </trans-unit> 10472 </trans-unit>
10392 <trans-unit id="5761611056224181752" datatype="html"> 10473 <trans-unit id="5761611056224181752" datatype="html">
10393 <source>Redirection</source> 10474 <source>Redirection</source>
10394 <target state="translated">Ath-stiùireadh</target> 10475 <target state="translated">Ath-stiùireadh</target>
10395 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group> 10476 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group>
10396 </trans-unit> 10477 </trans-unit>
10397 <trans-unit id="8858527736400081688" datatype="html"> 10478 <trans-unit id="8858527736400081688" datatype="html">
10398 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10479 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10399 <target state="translated">Tha susbaint sa video seo a tha iomchaidh do dh’inbhich a-mhàin. A bheil thu cinnteach gu bheil thu airson coimhead air?</target> 10480 <target state="translated">Tha susbaint sa video seo a tha iomchaidh do dh’inbhich a-mhàin. A bheil thu cinnteach gu bheil thu airson coimhead air?</target>
10400 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group> 10481 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group>
10401 </trans-unit> 10482 </trans-unit>
10402 <trans-unit id="3937119019020041049" datatype="html"> 10483 <trans-unit id="3937119019020041049" datatype="html">
10403 <source>Mature or explicit content</source> 10484 <source>Mature or explicit content</source>
10404 <target state="translated">Susbaint do dh’inbhich</target> 10485 <target state="translated">Susbaint do dh’inbhich</target>
10405 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group> 10486 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group>
10406 </trans-unit> 10487 </trans-unit>
10407 <trans-unit id="1755474755114288376" datatype="html"> 10488 <trans-unit id="1755474755114288376" datatype="html">
10408 <source>Up Next</source> 10489 <source>Up Next</source>
10409 <target state="translated">Ri thighinn</target> 10490 <target state="translated">Ri thighinn</target>
10410 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group> 10491 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group>
10411 </trans-unit> 10492 </trans-unit>
10412 <trans-unit id="2159130950882492111" datatype="html"> 10493 <trans-unit id="2159130950882492111" datatype="html">
10413 <source>Cancel</source> 10494 <source>Cancel</source>
@@ -10417,63 +10498,63 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10417 <trans-unit id="3354816756665089864" datatype="html"> 10498 <trans-unit id="3354816756665089864" datatype="html">
10418 <source>Autoplay is suspended</source> 10499 <source>Autoplay is suspended</source>
10419 <target state="translated">Chaidh a’ chluiche fhèin-obrachail a chur à rèim</target> 10500 <target state="translated">Chaidh a’ chluiche fhèin-obrachail a chur à rèim</target>
10420 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group> 10501 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group>
10421 </trans-unit> 10502 </trans-unit>
10422 <trans-unit id="7895294730547405228" datatype="html"> 10503 <trans-unit id="7895294730547405228" datatype="html">
10423 <source>Enter/exit fullscreen (requires player focus)</source> 10504 <source>Enter/exit fullscreen (requires player focus)</source>
10424 <target state="translated">A-steach/a-mach às a’ mhodh làn-sgrìn (bidh an cluicheadair feumach air an fhòcas)</target> 10505 <target state="translated">A-steach/a-mach às a’ mhodh làn-sgrìn (bidh an cluicheadair feumach air an fhòcas)</target>
10425 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group> 10506
10426 </trans-unit> 10507 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10427 <trans-unit id="7618388257165864759" datatype="html"> 10508 <trans-unit id="7618388257165864759" datatype="html">
10428 <source>Play/Pause the video (requires player focus)</source> 10509 <source>Play/Pause the video (requires player focus)</source>
10429 <target state="translated">Cluich a’ video/Cuir ’na stad e (bidh an cluicheadair feumach air an fhòcas)</target> 10510 <target state="translated">Cluich a’ video/Cuir ’na stad e (bidh an cluicheadair feumach air an fhòcas)</target>
10430 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group> 10511
10431 </trans-unit> 10512 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10432 <trans-unit id="7761890399634216630" datatype="html"> 10513 <trans-unit id="7761890399634216630" datatype="html">
10433 <source>Mute/unmute the video (requires player focus)</source> 10514 <source>Mute/unmute the video (requires player focus)</source>
10434 <target state="translated">Mùch/Dì-mhùch a’ video (bidh an cluicheadair feumach air an fhòcas)</target> 10515 <target state="translated">Mùch/Dì-mhùch a’ video (bidh an cluicheadair feumach air an fhòcas)</target>
10435 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group> 10516
10436 </trans-unit> 10517 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10437 <trans-unit id="5996585232248234904" datatype="html"> 10518 <trans-unit id="5996585232248234904" datatype="html">
10438 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10519 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10439 <target state="translated">Thoir leum gu ceudad dhen video: Bheir 0 gu 0% thu agus 9 gu 90% (bidh an cluicheadair feumach air an fhòcas)</target> 10520 <target state="translated">Thoir leum gu ceudad dhen video: Bheir 0 gu 0% thu agus 9 gu 90% (bidh an cluicheadair feumach air an fhòcas)</target>
10440 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group> 10521
10441 </trans-unit> 10522 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10442 <trans-unit id="3748765405903319998" datatype="html"> 10523 <trans-unit id="3748765405903319998" datatype="html">
10443 <source>Increase the volume (requires player focus)</source> 10524 <source>Increase the volume (requires player focus)</source>
10444 <target state="translated">Meudaich àirde na fuaime (bidh an cluicheadair feumach air an fhòcas)</target> 10525 <target state="translated">Meudaich àirde na fuaime (bidh an cluicheadair feumach air an fhòcas)</target>
10445 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group> 10526
10446 </trans-unit> 10527 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10447 <trans-unit id="5810704036407159982" datatype="html"> 10528 <trans-unit id="5810704036407159982" datatype="html">
10448 <source>Decrease the volume (requires player focus)</source> 10529 <source>Decrease the volume (requires player focus)</source>
10449 <target state="translated">Lùghdaich àirde na fuaime (bidh an cluicheadair feumach air an fhòcas)</target> 10530 <target state="translated">Lùghdaich àirde na fuaime (bidh an cluicheadair feumach air an fhòcas)</target>
10450 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group> 10531
10451 </trans-unit> 10532 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10452 <trans-unit id="2622048822548065691" datatype="html"> 10533 <trans-unit id="2622048822548065691" datatype="html">
10453 <source>Seek the video forward (requires player focus)</source> 10534 <source>Seek the video forward (requires player focus)</source>
10454 <target state="translated">Sir air adhart sa video (bidh an cluicheadair feumach air an fhòcas)</target> 10535 <target state="translated">Sir air adhart sa video (bidh an cluicheadair feumach air an fhòcas)</target>
10455 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group> 10536
10456 </trans-unit> 10537 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10457 <trans-unit id="6540078205109221153" datatype="html"> 10538 <trans-unit id="6540078205109221153" datatype="html">
10458 <source>Seek the video backward (requires player focus)</source> 10539 <source>Seek the video backward (requires player focus)</source>
10459 <target state="translated">Sir air ais sa video (bidh an cluicheadair feumach air an fhòcas)</target> 10540 <target state="translated">Sir air ais sa video (bidh an cluicheadair feumach air an fhòcas)</target>
10460 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group> 10541
10461 </trans-unit> 10542 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10462 <trans-unit id="1956491957766210808" datatype="html"> 10543 <trans-unit id="1956491957766210808" datatype="html">
10463 <source>Increase playback rate (requires player focus)</source> 10544 <source>Increase playback rate (requires player focus)</source>
10464 <target state="translated">Dèan a’ chluich nas luaithe (bidh an cluicheadair feumach air an fhòcas)</target> 10545 <target state="translated">Dèan a’ chluich nas luaithe (bidh an cluicheadair feumach air an fhòcas)</target>
10465 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group> 10546
10466 </trans-unit> 10547 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10467 <trans-unit id="5495529997674803186" datatype="html"> 10548 <trans-unit id="5495529997674803186" datatype="html">
10468 <source>Decrease playback rate (requires player focus)</source> 10549 <source>Decrease playback rate (requires player focus)</source>
10469 <target state="translated">Dèan a’ chluich nas maille (bidh an cluicheadair feumach air an fhòcas)</target> 10550 <target state="translated">Dèan a’ chluich nas maille (bidh an cluicheadair feumach air an fhòcas)</target>
10470 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group> 10551
10471 </trans-unit> 10552 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10472 <trans-unit id="3178343147230721210" datatype="html"> 10553 <trans-unit id="3178343147230721210" datatype="html">
10473 <source>Navigate in the video frame by frame (requires player focus)</source> 10554 <source>Navigate in the video frame by frame (requires player focus)</source>
10474 <target state="translated">Seòl tron video frèam air fhrèam (bidh an cluicheadair feumach air an fhòcas)</target> 10555 <target state="translated">Seòl tron video frèam air fhrèam (bidh an cluicheadair feumach air an fhòcas)</target>
10475 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group> 10556
10476 </trans-unit> 10557 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10477 <trans-unit id="8025996572234182184" datatype="html"> 10558 <trans-unit id="8025996572234182184" datatype="html">
10478 <source>Like the video</source> 10559 <source>Like the video</source>
10479 <target state="translated">Comharraich gur toigh leat a’ video</target> 10560 <target state="translated">Comharraich gur toigh leat a’ video</target>
diff --git a/client/src/locale/angular.gl-ES.xlf b/client/src/locale/angular.gl-ES.xlf
index 3a4a121be..90e6f9b4a 100644
--- a/client/src/locale/angular.gl-ES.xlf
+++ b/client/src/locale/angular.gl-ES.xlf
@@ -167,7 +167,6 @@
167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group> 167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group>
168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group> 168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group>
169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group> 169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group>
170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group>
172 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group> 171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group>
173 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group> 172 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group>
@@ -245,7 +244,7 @@
245 <target>Crear</target> 244 <target>Crear</target>
246 <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> 245 <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>
247 <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> 246 <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>
248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group>
249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
251 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group>
@@ -256,9 +255,9 @@
256 <trans-unit id="1006562256968398209" datatype="html"> 255 <trans-unit id="1006562256968398209" datatype="html">
257 <source>video</source> 256 <source>video</source>
258 <target state="translated">vídeo</target> 257 <target state="translated">vídeo</target>
259 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group> 258
260 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group> 259
261 </trans-unit> 260 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
262 <trans-unit id="6438815964972582865" datatype="html"> 261 <trans-unit id="6438815964972582865" datatype="html">
263 <source>The following link contains a private token and should not be shared with anyone.</source> 262 <source>The following link contains a private token and should not be shared with anyone.</source>
264 <target state="translated">A seguinte ligazón contén un token privado e non deberías compartilo con ninguén.</target> 263 <target state="translated">A seguinte ligazón contén un token privado e non deberías compartilo con ninguén.</target>
@@ -330,13 +329,13 @@
330 <trans-unit id="6995024616159044376" datatype="html"> 329 <trans-unit id="6995024616159044376" datatype="html">
331 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 330 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
332 <target state="translated">Este vídeo fai que superes a túa cota de vídeo (tamaño do vídeo: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, cota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 331 <target state="translated">Este vídeo fai que superes a túa cota de vídeo (tamaño do vídeo: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, cota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group> 332
334 </trans-unit> 333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
335 <trans-unit id="7873395933409147217" datatype="html"> 334 <trans-unit id="7873395933409147217" datatype="html">
336 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 335 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
337 <target state="translated">Con este vídeo superas a túa cota diaria de vídeo (tamaño do vídeo: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, cota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 336 <target state="translated">Con este vídeo superas a túa cota diaria de vídeo (tamaño do vídeo: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, cota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
338 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group> 337
339 </trans-unit> 338 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
340 <trans-unit id="5235042777215655908" datatype="html"> 339 <trans-unit id="5235042777215655908" datatype="html">
341 <source>subtitles</source> 340 <source>subtitles</source>
342 <target state="translated">subtítulos</target> 341 <target state="translated">subtítulos</target>
@@ -567,31 +566,31 @@
567 <trans-unit id="7022070615528435141"> 566 <trans-unit id="7022070615528435141">
568 <source>Delete</source> 567 <source>Delete</source>
569 <target>Eliminar</target> 568 <target>Eliminar</target>
570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group> 569
571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group> 570
572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group> 571
573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group> 572
574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group> 573
575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group> 574
576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group> 575
577 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group> 576
578 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group> 577
579 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group> 578
580 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group> 579
581 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group> 580
582 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group> 581
583 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</context></context-group> 582
584 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">178</context></context-group> 583
585 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group> 584
586 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 585
587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group> 586
588 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group> 587
589 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group> 588
590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group> 589
591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group> 590
592 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group> 591
593 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group> 592
594 </trans-unit> 593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
595 <trans-unit id="158575725114802951" datatype="html"> 594 <trans-unit id="158575725114802951" datatype="html">
596 <source>Only live videos</source> 595 <source>Only live videos</source>
597 <target state="translated">Só vídeos en directo</target> 596 <target state="translated">Só vídeos en directo</target>
@@ -776,9 +775,10 @@
776 <trans-unit id="2602586221576511475"> 775 <trans-unit id="2602586221576511475">
777 <source>Video quota</source> 776 <source>Video quota</source>
778 <target>Cota de vídeo</target> 777 <target>Cota de vídeo</target>
779 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group>
781 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
782 </trans-unit> 782 </trans-unit>
783 <trans-unit id="1502595455339510144"> 783 <trans-unit id="1502595455339510144">
784 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 784 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
@@ -860,6 +860,34 @@
860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
862 </trans-unit> 862 </trans-unit>
863 <trans-unit id="8726138323871139597" datatype="html">
864 <source>Following</source>
865 <target state="translated">Seguindo</target>
866 <context-group purpose="location">
867 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
868 <context context-type="linenumber">29</context>
869 </context-group>
870 <context-group purpose="location">
871 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
872 <context context-type="linenumber">31</context>
873 </context-group>
874 <context-group purpose="location">
875 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
876 <context context-type="linenumber">28</context>
877 </context-group>
878 </trans-unit>
879 <trans-unit id="4914577418256256836" datatype="html">
880 <source>Followers</source>
881 <target state="translated">Seguidoras</target>
882 <context-group purpose="location">
883 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
884 <context context-type="linenumber">34</context>
885 </context-group>
886 <context-group purpose="location">
887 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
888 <context context-type="linenumber">37</context>
889 </context-group>
890 </trans-unit>
863 <trans-unit id="3541687134897970106" datatype="html"> 891 <trans-unit id="3541687134897970106" datatype="html">
864 <source>followers</source> 892 <source>followers</source>
865 <target state="translated">seguidoras</target> 893 <target state="translated">seguidoras</target>
@@ -923,14 +951,15 @@
923 <source>Cancel</source> 951 <source>Cancel</source>
924 <target>Cancelar</target> 952 <target>Cancelar</target>
925 <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> 953 <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>
926 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group> 954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group>
955 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group>
927 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group> 956 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group>
928 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 957 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
929 <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> 958 <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>
930 <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">69</context></context-group> 959 <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">69</context></context-group>
931 <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">81</context></context-group> 960 <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">81</context></context-group>
932 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group> 961 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group>
933 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">408</context></context-group> 962 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">415</context></context-group>
934 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 963 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
935 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group> 964 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group>
936 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 965 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group>
@@ -1006,18 +1035,12 @@
1006 <trans-unit id="7252854992688790751" datatype="html"> 1035 <trans-unit id="7252854992688790751" datatype="html">
1007 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1036 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1008 <target state="translated">Esta instancia ten o rexistro aberto. Non obstante, pon tino en comprobar <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Termos<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Os Termos<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> antes de crear unha conta. Podes atopar outra instancia máis acorde ás túas necesidades en: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1037 <target state="translated">Esta instancia ten o rexistro aberto. Non obstante, pon tino en comprobar <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Termos<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Os Termos<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> antes de crear unha conta. Podes atopar outra instancia máis acorde ás túas necesidades en: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1009 <context-group purpose="location"> 1038 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group>
1010 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1011 <context context-type="linenumber">60,62</context>
1012 </context-group>
1013 </trans-unit> 1039 </trans-unit>
1014 <trans-unit id="7215649348148521605" datatype="html"> 1040 <trans-unit id="7215649348148521605" datatype="html">
1015 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1041 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1016 <target state="translated">Actualmente esta instancia non permite abrir unha conta, podes ler os <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Termos<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> para saber máis ou atopar outra instancia co rexistro aberto e poder subir alí os teus vídeos. Atopa a túa entre varias opcións en: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1042 <target state="translated">Actualmente esta instancia non permite abrir unha conta, podes ler os <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Termos<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> para saber máis ou atopar outra instancia co rexistro aberto e poder subir alí os teus vídeos. Atopa a túa entre varias opcións en: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1017 <context-group purpose="location"> 1043 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group>
1018 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1019 <context context-type="linenumber">65,67</context>
1020 </context-group>
1021 </trans-unit> 1044 </trans-unit>
1022 <trans-unit id="2392488717875840729"> 1045 <trans-unit id="2392488717875840729">
1023 <source>User</source> 1046 <source>User</source>
@@ -1030,65 +1053,67 @@
1030 <target>Nome de usuaria ou enderezo de correo</target> 1053 <target>Nome de usuaria ou enderezo de correo</target>
1031 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1054 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1032 </trans-unit> 1055 </trans-unit>
1056 <trans-unit id="1758058452376026925" datatype="html">
1057 <source>⚠️ Most email addresses do not include capital letters.</source>
1058 <target state="translated">⚠️ A maioría dos enderezos de email non inclúen letras maiúsculas.</target>
1059 <context-group purpose="location">
1060 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1061 <context context-type="linenumber">33,34</context>
1062 </context-group>
1063 </trans-unit>
1033 <trans-unit id="1431416938026210429"> 1064 <trans-unit id="1431416938026210429">
1034 <source>Password</source> 1065 <source>Password</source>
1035 <target>Contrasinal</target> 1066 <target>Contrasinal</target>
1036 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1037 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1069 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group>
1070 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</context></context-group>
1038 <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> 1071 <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>
1039 <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> 1072 <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>
1040 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1073 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group>
1041 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1074 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group>
1042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1043 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1044 </trans-unit> 1075 </trans-unit>
1045 <trans-unit id="8715156686857791956" datatype="html"> 1076 <trans-unit id="8715156686857791956" datatype="html">
1046 <source>Click here to reset your password</source> 1077 <source>Click here to reset your password</source>
1047 <target state="translated">Preme aquí e restablece o contrasinal</target> 1078 <target state="translated">Preme aquí e restablece o contrasinal</target>
1048 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1079 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1049 </trans-unit> 1080 </trans-unit>
1050 <trans-unit id="892063502898494584" datatype="html"> 1081 <trans-unit id="892063502898494584" datatype="html">
1051 <source>I forgot my password</source> 1082 <source>I forgot my password</source>
1052 <target state="translated">Esquecín o contrasinal</target> 1083 <target state="translated">Esquecín o contrasinal</target>
1053 <context-group purpose="location"> 1084 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1054 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1055 <context context-type="linenumber">47</context>
1056 </context-group>
1057 </trans-unit> 1085 </trans-unit>
1058 <trans-unit id="2101170466365500913" datatype="html"> 1086 <trans-unit id="2101170466365500913" datatype="html">
1059 <source>Logging into an account lets you publish content</source> 1087 <source>Logging into an account lets you publish content</source>
1060 <target state="translated">Se estás conectada poderás publicar o teu contido</target> 1088 <target state="translated">Se estás conectada poderás publicar o teu contido</target>
1061 <context-group purpose="location"> 1089 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group>
1062 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1063 <context context-type="linenumber">56,57</context>
1064 </context-group>
1065 </trans-unit> 1090 </trans-unit>
1066 <trans-unit id="2454050363478003966"> 1091 <trans-unit id="2454050363478003966">
1067 <source>Login</source> 1092 <source>Login</source>
1068 <target>Conectar</target> 1093 <target>Conectar</target>
1069 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 1094 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group>
1070 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1095 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group>
1071 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group> 1096 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group>
1072 </trans-unit> 1097 </trans-unit>
1073 <trans-unit id="3183213940445113677" datatype="html"> 1098 <trans-unit id="3183213940445113677" datatype="html">
1074 <source>Or sign in with</source> 1099 <source>Or sign in with</source>
1075 <target state="translated">Ou conéctate con</target> 1100 <target state="translated">Ou conéctate con</target>
1076 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1101 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group>
1077 </trans-unit> 1102 </trans-unit>
1078 <trans-unit id="3238209155172574367"> 1103 <trans-unit id="3238209155172574367">
1079 <source>Forgot your password</source> 1104 <source>Forgot your password</source>
1080 <target>Esqueceu o contrasinal</target> 1105 <target>Esqueceu o contrasinal</target>
1081 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1106 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group>
1082 </trans-unit> 1107 </trans-unit>
1083 <trans-unit id="87327320394367488" datatype="html"> 1108 <trans-unit id="87327320394367488" datatype="html">
1084 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1109 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1085 <target state="translated">Lamentámolo, non podes recuperar o contrasinal porque a administración da instancia non configurou o sistema de email de PeerTube.</target> 1110 <target state="translated">Lamentámolo, non podes recuperar o contrasinal porque a administración da instancia non configurou o sistema de email de PeerTube.</target>
1086 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1111 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group>
1087 </trans-unit> 1112 </trans-unit>
1088 <trans-unit id="3188014010833256853" datatype="html"> 1113 <trans-unit id="3188014010833256853" datatype="html">
1089 <source>Enter your email address and we will send you a link to reset your password.</source> 1114 <source>Enter your email address and we will send you a link to reset your password.</source>
1090 <target state="translated">Escribe o teu email e enviarémosche unha ligazón para restablecer o contrasinal.</target> 1115 <target state="translated">Escribe o teu email e enviarémosche unha ligazón para restablecer o contrasinal.</target>
1091 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1116 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group>
1092 </trans-unit> 1117 </trans-unit>
1093 <trans-unit id="1190256911880544559" datatype="html"> 1118 <trans-unit id="1190256911880544559" datatype="html">
1094 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1119 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
@@ -1099,25 +1124,26 @@ The link will expire within 1 hour.</source>
1099 <trans-unit id="4768749765465246664"> 1124 <trans-unit id="4768749765465246664">
1100 <source>Email</source> 1125 <source>Email</source>
1101 <target>Correo electrónico</target> 1126 <target>Correo electrónico</target>
1102 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group>
1130 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</context></context-group>
1131 <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>
1103 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1132 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group>
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1133 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group>
1105 <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> 1134 <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>
1106 <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>
1107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1109 </trans-unit> 1135 </trans-unit>
1110 <trans-unit id="3967269098753656610"> 1136 <trans-unit id="3967269098753656610">
1111 <source>Email address</source> 1137 <source>Email address</source>
1112 <target>Enderezo de correo electrónico</target> 1138 <target>Enderezo de correo electrónico</target>
1113 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1139 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group>
1114 <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> 1140 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group>
1115 </trans-unit> 1141 </trans-unit>
1116 <trans-unit id="7808756054397155068" datatype="html"> 1142 <trans-unit id="7808756054397155068" datatype="html">
1117 <source>Reset</source> 1143 <source>Reset</source>
1118 <target state="translated">Restablecer</target> 1144 <target state="translated">Restablecer</target>
1119 <note priority="1" from="description">Password reset button</note> 1145 <note priority="1" from="description">Password reset button</note>
1120 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1146 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group>
1121 </trans-unit> 1147 </trans-unit>
1122 <trans-unit id="4319634264526091601" datatype="html"> 1148 <trans-unit id="4319634264526091601" datatype="html">
1123 <source>on this instance</source> 1149 <source>on this instance</source>
@@ -1193,17 +1219,17 @@ The link will expire within 1 hour.</source>
1193 <target> 1219 <target>
1194 Non se atoparon resultados 1220 Non se atoparon resultados
1195 </target> 1221 </target>
1196 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1222
1197 </trans-unit> 1223 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1198 <trans-unit id="5500467336262464724"> 1224 <trans-unit id="5500467336262464724">
1199 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1225 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1200 <target> 1226 <target>
1201 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscritoras 1227 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscritoras
1202 </target> 1228 </target>
1203 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1229
1204 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1230
1205 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1231
1206 </trans-unit> 1232 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1207 <trans-unit id="1516969129397662377" datatype="html"> 1233 <trans-unit id="1516969129397662377" datatype="html">
1208 <source>Welcome to PeerTube, dear administrator!</source> 1234 <source>Welcome to PeerTube, dear administrator!</source>
1209 <target state="translated">Benvida administradora de PeerTube!</target> 1235 <target state="translated">Benvida administradora de PeerTube!</target>
@@ -1448,7 +1474,7 @@ The link will expire within 1 hour.</source>
1448 <trans-unit id="2308975396733519902"> 1474 <trans-unit id="2308975396733519902">
1449 <source>Create an account</source> 1475 <source>Create an account</source>
1450 <target>Crear unha conta</target> 1476 <target>Crear unha conta</target>
1451 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group> 1477 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">54</context></context-group>
1452 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group> 1478 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group>
1453 </trans-unit> 1479 </trans-unit>
1454 <trans-unit id="3058024914967508975" datatype="html"> 1480 <trans-unit id="3058024914967508975" datatype="html">
@@ -1517,7 +1543,7 @@ The link will expire within 1 hour.</source>
1517 <trans-unit id="1504521795586863905" datatype="html"> 1543 <trans-unit id="1504521795586863905" datatype="html">
1518 <source>VIDEOS</source> 1544 <source>VIDEOS</source>
1519 <target state="translated">VÍDEOS</target> 1545 <target state="translated">VÍDEOS</target>
1520 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group> 1546 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group>
1521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group> 1547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group>
1522 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group> 1548 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group>
1523 </trans-unit> 1549 </trans-unit>
@@ -1599,7 +1625,7 @@ The link will expire within 1 hour.</source>
1599 <trans-unit id="4424964105331349857" datatype="html"> 1625 <trans-unit id="4424964105331349857" datatype="html">
1600 <source>I'm a teapot</source> 1626 <source>I'm a teapot</source>
1601 <target state="translated">Son unha teteira</target> 1627 <target state="translated">Son unha teteira</target>
1602 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1628 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group>
1603 </trans-unit> 1629 </trans-unit>
1604 <trans-unit id="1597262876035959248" datatype="html"> 1630 <trans-unit id="1597262876035959248" datatype="html">
1605 <source>That's an error.</source> 1631 <source>That's an error.</source>
@@ -1693,7 +1719,7 @@ The link will expire within 1 hour.</source>
1693 <trans-unit id="2971365540217107489" datatype="html"> 1719 <trans-unit id="2971365540217107489" datatype="html">
1694 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1720 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1695 <target state="translated">O multimedia é demasiado grande para o servidor. Contacta coa administración se desexas que aumenten o límite.</target> 1721 <target state="translated">O multimedia é demasiado grande para o servidor. Contacta coa administración se desexas que aumenten o límite.</target>
1696 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1722 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group>
1697 </trans-unit> 1723 </trans-unit>
1698 <trans-unit id="5131854469652959713" datatype="html"> 1724 <trans-unit id="5131854469652959713" datatype="html">
1699 <source>GLOBAL SEARCH</source> 1725 <source>GLOBAL SEARCH</source>
@@ -1772,19 +1798,19 @@ The link will expire within 1 hour.</source>
1772 <trans-unit id="5478121364779850827" datatype="html"> 1798 <trans-unit id="5478121364779850827" datatype="html">
1773 <source>Reset</source> 1799 <source>Reset</source>
1774 <target state="translated">Restablecer</target> 1800 <target state="translated">Restablecer</target>
1775 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1801
1776 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1802
1777 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1803
1778 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1804
1779 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1805
1780 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1806
1781 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1807
1782 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1808
1783 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1809
1784 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1810
1785 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1811
1786 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1812
1787 </trans-unit> 1813 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1788 <trans-unit id="4540121094340493564" datatype="html"> 1814 <trans-unit id="4540121094340493564" datatype="html">
1789 <source>Display only</source> 1815 <source>Display only</source>
1790 <target state="translated">Mostrar só</target> 1816 <target state="translated">Mostrar só</target>
@@ -1828,9 +1854,9 @@ The link will expire within 1 hour.</source>
1828 <trans-unit id="7410432243549869948"> 1854 <trans-unit id="7410432243549869948">
1829 <source>Duration</source> 1855 <source>Duration</source>
1830 <target>Duración</target> 1856 <target>Duración</target>
1831 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group> 1857
1832 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group> 1858
1833 </trans-unit> 1859 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1834 <trans-unit id="3589238979642505685"> 1860 <trans-unit id="3589238979642505685">
1835 <source>Display sensitive content</source> 1861 <source>Display sensitive content</source>
1836 <target>Mostrar contido sensible</target> 1862 <target>Mostrar contido sensible</target>
@@ -1849,10 +1875,10 @@ The link will expire within 1 hour.</source>
1849 <trans-unit id="1806667489382256324"> 1875 <trans-unit id="1806667489382256324">
1850 <source>Category</source> 1876 <source>Category</source>
1851 <target>Categoría</target> 1877 <target>Categoría</target>
1852 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</context></context-group> 1878
1853 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">63</context></context-group> 1879
1854 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group> 1880
1855 </trans-unit> 1881 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1856 <trans-unit id="5478121364779850827" datatype="html"> 1882 <trans-unit id="5478121364779850827" datatype="html">
1857 <source>Reset</source> 1883 <source>Reset</source>
1858 <target state="translated">Restablecer</target> 1884 <target state="translated">Restablecer</target>
@@ -1870,10 +1896,10 @@ The link will expire within 1 hour.</source>
1870 <trans-unit id="9065795501872450602"> 1896 <trans-unit id="9065795501872450602">
1871 <source>Licence</source> 1897 <source>Licence</source>
1872 <target>Licenza</target> 1898 <target>Licenza</target>
1873 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</context></context-group> 1899
1874 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">74</context></context-group> 1900
1875 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group> 1901
1876 </trans-unit> 1902 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1877 <trans-unit id="4184995865179898060" datatype="html"> 1903 <trans-unit id="4184995865179898060" datatype="html">
1878 <source>Display all licenses</source> 1904 <source>Display all licenses</source>
1879 <target state="translated">Mostra todas as licenzas</target> 1905 <target state="translated">Mostra todas as licenzas</target>
@@ -1882,11 +1908,11 @@ The link will expire within 1 hour.</source>
1882 <trans-unit id="2826581353496868063"> 1908 <trans-unit id="2826581353496868063">
1883 <source>Language</source> 1909 <source>Language</source>
1884 <target>Idioma</target> 1910 <target>Idioma</target>
1885 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</context></context-group> 1911
1886 <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> 1912
1887 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1913
1888 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group> 1914
1889 </trans-unit> 1915 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1890 <trans-unit id="7904142744051432458" datatype="html"> 1916 <trans-unit id="7904142744051432458" datatype="html">
1891 <source>Display all languages</source> 1917 <source>Display all languages</source>
1892 <target state="translated">Mostra todos os idiomas</target> 1918 <target state="translated">Mostra todos os idiomas</target>
@@ -1901,17 +1927,23 @@ The link will expire within 1 hour.</source>
1901 <source>One of these tags</source> 1927 <source>One of these tags</source>
1902 <target>Unha de estas etiquetas</target> 1928 <target>Unha de estas etiquetas</target>
1903 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 1929 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
1930 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
1931 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1932 <context-group purpose="location">
1933 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1934 <context context-type="linenumber">178</context>
1935 </context-group>
1904 </trans-unit> 1936 </trans-unit>
1905 <trans-unit id="283421392567624698" datatype="html"> 1937 <trans-unit id="283421392567624698" datatype="html">
1906 <source>Search target</source> 1938 <source>Search target</source>
1907 <target state="translated">Obxetivo da busca</target> 1939 <target state="translated">Obxetivo da busca</target>
1908 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 1940
1909 </trans-unit> 1941 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1910 <trans-unit id="2489767671380266270" datatype="html"> 1942 <trans-unit id="2489767671380266270" datatype="html">
1911 <source>Vidiverse</source> 1943 <source>Vidiverse</source>
1912 <target state="translated">Videoverso</target> 1944 <target state="translated">Videoverso</target>
1913 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 1945
1914 </trans-unit> 1946 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1915 <trans-unit id="5478121364779850827" datatype="html"> 1947 <trans-unit id="5478121364779850827" datatype="html">
1916 <source>Reset</source> 1948 <source>Reset</source>
1917 <target state="translated">Restablecer</target> 1949 <target state="translated">Restablecer</target>
@@ -1920,8 +1952,8 @@ The link will expire within 1 hour.</source>
1920 <trans-unit id="8829497237648100098"> 1952 <trans-unit id="8829497237648100098">
1921 <source>Filter</source> 1953 <source>Filter</source>
1922 <target>Filtro</target> 1954 <target>Filtro</target>
1923 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 1955
1924 </trans-unit> 1956 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1925 <trans-unit id="6479885129995567639" datatype="html"> 1957 <trans-unit id="6479885129995567639" datatype="html">
1926 <source>Video channels</source> 1958 <source>Video channels</source>
1927 <target state="translated">Canles de vídeo</target> 1959 <target state="translated">Canles de vídeo</target>
@@ -1957,9 +1989,9 @@ The link will expire within 1 hour.</source>
1957 <trans-unit id="7886570921510760899"> 1989 <trans-unit id="7886570921510760899">
1958 <source>Tags</source> 1990 <source>Tags</source>
1959 <target>Etiquetas</target> 1991 <target>Etiquetas</target>
1960 <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> 1992
1961 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group> 1993
1962 </trans-unit> 1994 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1963 <trans-unit id="354332809647287722" datatype="html"> 1995 <trans-unit id="354332809647287722" datatype="html">
1964 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1996 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1965 <target state="translated">As etiquetas pódense usar para suxerir recomendacións relevantes. <x id="LINE_BREAK"/> Hai un máximo de 5 etiquetas. <x id="LINE_BREAK"/> Preme <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> para engadir unha nova etiqueta. </target> 1997 <target state="translated">As etiquetas pódense usar para suxerir recomendacións relevantes. <x id="LINE_BREAK"/> Hai un máximo de 5 etiquetas. <x id="LINE_BREAK"/> Preme <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> para engadir unha nova etiqueta. </target>
@@ -2376,13 +2408,13 @@ The link will expire within 1 hour.</source>
2376 <trans-unit id="9172233176401579786"> 2408 <trans-unit id="9172233176401579786">
2377 <source>Scheduled</source> 2409 <source>Scheduled</source>
2378 <target>Programado</target> 2410 <target>Programado</target>
2379 2411 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group>
2380 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group></trans-unit> 2412 </trans-unit>
2381 <trans-unit id="1435317307066082710" datatype="html"> 2413 <trans-unit id="1435317307066082710" datatype="html">
2382 <source>Hide the video until a specific date</source> 2414 <source>Hide the video until a specific date</source>
2383 <target state="translated">Agochar o vídeo ata unha data concreta</target> 2415 <target state="translated">Agochar o vídeo ata unha data concreta</target>
2384 2416 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group>
2385 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 2417 </trans-unit>
2386 <trans-unit id="6148369758871787018"> 2418 <trans-unit id="6148369758871787018">
2387 <source>Video background image</source> 2419 <source>Video background image</source>
2388 <target>Imaxe de fondo do vídeo</target> 2420 <target>Imaxe de fondo do vídeo</target>
@@ -2434,8 +2466,8 @@ The link will expire within 1 hour.</source>
2434 <trans-unit id="6161604372916832458" datatype="html"> 2466 <trans-unit id="6161604372916832458" datatype="html">
2435 <source>Upload on hold</source> 2467 <source>Upload on hold</source>
2436 <target state="translated">Subida agardando</target> 2468 <target state="translated">Subida agardando</target>
2437 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group> 2469
2438 </trans-unit> 2470 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2439 <trans-unit id="285180972645018518" datatype="html"> 2471 <trans-unit id="285180972645018518" datatype="html">
2440 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2472 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2441 <target state="translated">Lamentámolo, a túa conta non permite subir contidos. Se queres engadir vídeos, unha administradora debe aumentar a túa cota.</target> 2473 <target state="translated">Lamentámolo, a túa conta non permite subir contidos. Se queres engadir vídeos, unha administradora debe aumentar a túa cota.</target>
@@ -2752,12 +2784,18 @@ The link will expire within 1 hour.</source>
2752 <source>Origin</source> 2784 <source>Origin</source>
2753 <target state="translated">Orixe</target> 2785 <target state="translated">Orixe</target>
2754 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group> 2786 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group>
2787 </trans-unit><trans-unit id="6981359593518942576" datatype="html">
2788 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2789 <context-group purpose="location">
2790 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2791 <context context-type="linenumber">14</context>
2792 </context-group>
2755 </trans-unit> 2793 </trans-unit>
2756 <trans-unit id="5139892963394684487" datatype="html"> 2794 <trans-unit id="5139892963394684487" datatype="html">
2757 <source>Originally published</source> 2795 <source>Originally published</source>
2758 <target state="translated">Data orixinal</target> 2796 <target state="translated">Data orixinal</target>
2759 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group> 2797
2760 </trans-unit> 2798 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2761 <trans-unit id="6402393085909200998" datatype="html"> 2799 <trans-unit id="6402393085909200998" datatype="html">
2762 <source>Friendly Reminder:</source> 2800 <source>Friendly Reminder:</source>
2763 <target state="translated">Lembra este aviso:</target> 2801 <target state="translated">Lembra este aviso:</target>
@@ -3123,11 +3161,6 @@ The link will expire within 1 hour.</source>
3123 <target state="translated">ID</target> 3161 <target state="translated">ID</target>
3124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3125 </trans-unit> 3163 </trans-unit>
3126 <trans-unit id="2265605798180116441" datatype="html">
3127 <source>Follower handle</source>
3128 <target state="translated">Xestión da seguidora</target>
3129 <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>
3130 </trans-unit>
3131 <trans-unit id="5911214550882917183" datatype="html"> 3164 <trans-unit id="5911214550882917183" datatype="html">
3132 <source>State</source> 3165 <source>State</source>
3133 <target state="translated">Estado</target> 3166 <target state="translated">Estado</target>
@@ -3193,11 +3226,6 @@ The link will expire within 1 hour.</source>
3193 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target> 3226 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target>
3194 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3227 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3195 </trans-unit> 3228 </trans-unit>
3196 <trans-unit id="6641024648411549335" datatype="html">
3197 <source>Host</source>
3198 <target state="translated">Servidor</target>
3199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3200 </trans-unit>
3201 <trans-unit id="6571718060636962350" datatype="html"> 3229 <trans-unit id="6571718060636962350" datatype="html">
3202 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3230 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3203 <target state="translated">Redundancia permitida <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3231 <target state="translated">Redundancia permitida <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3207,7 +3235,7 @@ The link will expire within 1 hour.</source>
3207 <source>Unfollow</source> 3235 <source>Unfollow</source>
3208 <target state="translated">Deixar de seguir</target> 3236 <target state="translated">Deixar de seguir</target>
3209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group>
3210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group>
3211 </trans-unit> 3239 </trans-unit>
3212 <trans-unit id="8246779176913476983" datatype="html"> 3240 <trans-unit id="8246779176913476983" datatype="html">
3213 <source>Open instance in a new tab</source> 3241 <source>Open instance in a new tab</source>
@@ -3219,28 +3247,18 @@ The link will expire within 1 hour.</source>
3219 <trans-unit id="9132918641931433659" datatype="html"> 3247 <trans-unit id="9132918641931433659" datatype="html">
3220 <source>No host found matching current filters.</source> 3248 <source>No host found matching current filters.</source>
3221 <target state="translated">Non se atoparon servidores co criterio do filtro.</target> 3249 <target state="translated">Non se atoparon servidores co criterio do filtro.</target>
3222 <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> 3250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group>
3223 </trans-unit> 3251 </trans-unit>
3224 <trans-unit id="7274241885665071790" datatype="html"> 3252 <trans-unit id="7274241885665071790" datatype="html">
3225 <source>Your instance is not following anyone.</source> 3253 <source>Your instance is not following anyone.</source>
3226 <target state="translated">A túa instancia non segue a ninguén.</target> 3254 <target state="translated">A túa instancia non segue a ninguén.</target>
3227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3255 <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>
3228 </trans-unit> 3256 </trans-unit>
3229 <trans-unit id="4774348799569692380" datatype="html"> 3257 <trans-unit id="4774348799569692380" datatype="html">
3230 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3258 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3231 <target state="translated">Mostrando <x id="INTERPOLATION"/> a <x id="INTERPOLATION_1"/> de <x id="INTERPOLATION_2"/> servidores</target> 3259 <target state="translated">Mostrando <x id="INTERPOLATION"/> a <x id="INTERPOLATION_1"/> de <x id="INTERPOLATION_2"/> servidores</target>
3232 <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> 3260 <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>
3233 </trans-unit> 3261 </trans-unit>
3234 <trans-unit id="6275803119759621687" datatype="html">
3235 <source>Follow domains</source>
3236 <target state="translated">Seguir dominios</target>
3237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3238 </trans-unit>
3239 <trans-unit id="1268699198448750610" datatype="html">
3240 <source>Follow instances</source>
3241 <target state="translated">Seguir instancias</target>
3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3243 </trans-unit>
3244 <trans-unit id="9216117865911519658" datatype="html"> 3262 <trans-unit id="9216117865911519658" datatype="html">
3245 <source>Action</source> 3263 <source>Action</source>
3246 <target state="translated">Acción</target> 3264 <target state="translated">Acción</target>
@@ -3269,9 +3287,9 @@ The link will expire within 1 hour.</source>
3269 <trans-unit id="8286337167859377104" datatype="html"> 3287 <trans-unit id="8286337167859377104" datatype="html">
3270 <source>Create user</source> 3288 <source>Create user</source>
3271 <target state="translated">Crear usuaria</target> 3289 <target state="translated">Crear usuaria</target>
3272 3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group>
3273 3291 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group>
3274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3292 </trans-unit>
3275 <trans-unit id="8363291180171434623" datatype="html"> 3293 <trans-unit id="8363291180171434623" datatype="html">
3276 <source>Table parameters</source> 3294 <source>Table parameters</source>
3277 <target state="translated">Parámetros da táboa</target> 3295 <target state="translated">Parámetros da táboa</target>
@@ -3290,10 +3308,11 @@ The link will expire within 1 hour.</source>
3290 <trans-unit id="5248717555542428023"> 3308 <trans-unit id="5248717555542428023">
3291 <source>Username</source> 3309 <source>Username</source>
3292 <target>Nome de usuaria</target> 3310 <target>Nome de usuaria</target>
3293 <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>
3294 <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>
3295 <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> 3311 <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>
3296 <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> 3312 <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>
3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</context></context-group>
3314 <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>
3315 <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>
3297 </trans-unit> 3316 </trans-unit>
3298 <trans-unit id="5428411040014095392" datatype="html"> 3317 <trans-unit id="5428411040014095392" datatype="html">
3299 <source>e.g. jane_doe</source> 3318 <source>e.g. jane_doe</source>
@@ -3324,6 +3343,7 @@ The link will expire within 1 hour.</source>
3324 <target state="translated">Rol</target> 3343 <target state="translated">Rol</target>
3325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group>
3327 </trans-unit> 3347 </trans-unit>
3328 <trans-unit id="7046347992315328430" datatype="html"> 3348 <trans-unit id="7046347992315328430" datatype="html">
3329 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3349 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
@@ -3341,14 +3361,9 @@ The link will expire within 1 hour.</source>
3341 <trans-unit id="2622255144026150901" datatype="html"> 3361 <trans-unit id="2622255144026150901" datatype="html">
3342 <source>Auth plugin</source> 3362 <source>Auth plugin</source>
3343 <target state="translated">Complemento Auth</target> 3363 <target state="translated">Complemento Auth</target>
3344 <context-group purpose="location"> 3364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3345 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3346 <context context-type="linenumber">188</context> 3366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group>
3347 </context-group>
3348 <context-group purpose="location">
3349 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3350 <context context-type="linenumber">188</context>
3351 </context-group>
3352 </trans-unit> 3367 </trans-unit>
3353 <trans-unit id="588099657508661970" datatype="html"> 3368 <trans-unit id="588099657508661970" datatype="html">
3354 <source>None (local authentication)</source> 3369 <source>None (local authentication)</source>
@@ -3601,6 +3616,14 @@ The link will expire within 1 hour.</source>
3601 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3616 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3602 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3603 </trans-unit> 3618 </trans-unit>
3619 <trans-unit id="8390803680962035202" datatype="html">
3620 <source>Follower</source>
3621 <target state="translated">Seguidora</target>
3622 <context-group purpose="location">
3623 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3624 <context context-type="linenumber">24</context>
3625 </context-group>
3626 </trans-unit>
3604 <trans-unit id="4691552465058437520" datatype="html"> 3627 <trans-unit id="4691552465058437520" datatype="html">
3605 <source>Commented video</source> 3628 <source>Commented video</source>
3606 <target state="translated">Vídeo comentado</target> 3629 <target state="translated">Vídeo comentado</target>
@@ -3645,43 +3668,28 @@ The link will expire within 1 hour.</source>
3645 <trans-unit id="1807029821872995706" datatype="html"> 3668 <trans-unit id="1807029821872995706" datatype="html">
3646 <source>Unsolved reports</source> 3669 <source>Unsolved reports</source>
3647 <target state="translated">Denuncias non resoltas</target> 3670 <target state="translated">Denuncias non resoltas</target>
3648 <context-group purpose="location"> 3671
3649 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3650 <context context-type="linenumber">42</context>
3651 </context-group>
3652 </trans-unit>
3653 <trans-unit id="2570256912317308673" datatype="html"> 3673 <trans-unit id="2570256912317308673" datatype="html">
3654 <source>Accepted reports</source> 3674 <source>Accepted reports</source>
3655 <target state="translated">Denunicas aceptadas</target> 3675 <target state="translated">Denunicas aceptadas</target>
3656 <context-group purpose="location"> 3676
3657 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3677 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3658 <context context-type="linenumber">46</context>
3659 </context-group>
3660 </trans-unit>
3661 <trans-unit id="4335414817109654558" datatype="html"> 3678 <trans-unit id="4335414817109654558" datatype="html">
3662 <source>Refused reports</source> 3679 <source>Refused reports</source>
3663 <target state="translated">Denuncias rexeitadas</target> 3680 <target state="translated">Denuncias rexeitadas</target>
3664 <context-group purpose="location"> 3681
3665 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3682 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3666 <context context-type="linenumber">50</context>
3667 </context-group>
3668 </trans-unit>
3669 <trans-unit id="5604806676748121035" datatype="html"> 3683 <trans-unit id="5604806676748121035" datatype="html">
3670 <source>Reports with blocked videos</source> 3684 <source>Reports with blocked videos</source>
3671 <target state="translated">Denuncias con vídeos bloqueados</target> 3685 <target state="translated">Denuncias con vídeos bloqueados</target>
3672 <context-group purpose="location"> 3686
3673 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3674 <context context-type="linenumber">54</context>
3675 </context-group>
3676 </trans-unit>
3677 <trans-unit id="5105869928182826553" datatype="html"> 3688 <trans-unit id="5105869928182826553" datatype="html">
3678 <source>Reports with deleted videos</source> 3689 <source>Reports with deleted videos</source>
3679 <target state="translated">Denuncias con vídeos eliminados</target> 3690 <target state="translated">Denuncias con vídeos eliminados</target>
3680 <context-group purpose="location"> 3691
3681 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3682 <context context-type="linenumber">58</context>
3683 </context-group>
3684 </trans-unit>
3685 <trans-unit id="4678289986918934018" datatype="html"> 3693 <trans-unit id="4678289986918934018" datatype="html">
3686 <source>Block reason:</source> 3694 <source>Block reason:</source>
3687 <target state="translated">Razón do bloqueo:</target> 3695 <target state="translated">Razón do bloqueo:</target>
@@ -3700,19 +3708,13 @@ The link will expire within 1 hour.</source>
3700 <trans-unit id="7755288609601798418" datatype="html"> 3708 <trans-unit id="7755288609601798418" datatype="html">
3701 <source>Automatic blocks</source> 3709 <source>Automatic blocks</source>
3702 <target state="translated">Bloqueos automáticos</target> 3710 <target state="translated">Bloqueos automáticos</target>
3703 <context-group purpose="location"> 3711
3704 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3705 <context context-type="linenumber">31</context>
3706 </context-group>
3707 </trans-unit>
3708 <trans-unit id="6510868134640657079" datatype="html"> 3713 <trans-unit id="6510868134640657079" datatype="html">
3709 <source>Manual blocks</source> 3714 <source>Manual blocks</source>
3710 <target state="translated">Bloqueos manuais</target> 3715 <target state="translated">Bloqueos manuais</target>
3711 <context-group purpose="location"> 3716
3712 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3713 <context context-type="linenumber">35</context>
3714 </context-group>
3715 </trans-unit>
3716 <trans-unit id="2143435845912984377" datatype="html"> 3718 <trans-unit id="2143435845912984377" datatype="html">
3717 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3719 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3718 <target state="translated">Mostrando <x id="INTERPOLATION"/> a <x id="INTERPOLATION_1"/> de <x id="INTERPOLATION_2"/> vídeos bloqueados</target> 3720 <target state="translated">Mostrando <x id="INTERPOLATION"/> a <x id="INTERPOLATION_1"/> de <x id="INTERPOLATION_2"/> vídeos bloqueados</target>
@@ -3857,11 +3859,11 @@ The link will expire within 1 hour.</source>
3857 <trans-unit id="2381859602529023966"> 3859 <trans-unit id="2381859602529023966">
3858 <source>Instance</source> 3860 <source>Instance</source>
3859 <target>Instancia</target> 3861 <target>Instancia</target>
3860 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3862
3861 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 3863
3862 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3864
3863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3865
3864 </trans-unit> 3866 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3865 <trans-unit id="1300704815627663264" datatype="html"> 3867 <trans-unit id="1300704815627663264" datatype="html">
3866 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3868 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3867 <target state="translated">Acalado o <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3869 <target state="translated">Acalado o <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3899,7 +3901,7 @@ The link will expire within 1 hour.</source>
3899 <trans-unit id="4917252294930256268" datatype="html"> 3901 <trans-unit id="4917252294930256268" datatype="html">
3900 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3902 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3901 <target state="translated">Semella que non estás nun servidor HTTPS. O teu servidor web precisa ter TLS activado para poder seguir servidores.</target> 3903 <target state="translated">Semella que non estás nun servidor HTTPS. O teu servidor web precisa ter TLS activado para poder seguir servidores.</target>
3902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 3904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group>
3903 </trans-unit> 3905 </trans-unit>
3904 <trans-unit id="4058814854824495833" datatype="html"> 3906 <trans-unit id="4058814854824495833" datatype="html">
3905 <source>Mute domains</source> 3907 <source>Mute domains</source>
@@ -3967,14 +3969,14 @@ The link will expire within 1 hour.</source>
3967 <trans-unit id="4580988005648117665" datatype="html"> 3969 <trans-unit id="4580988005648117665" datatype="html">
3968 <source>Search</source> 3970 <source>Search</source>
3969 <target state="translated">Buscar</target> 3971 <target state="translated">Buscar</target>
3970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group> 3972
3971 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 3973
3972 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group> 3974
3973 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group> 3975
3974 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group> 3976
3975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group> 3977
3976 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group> 3978
3977 </trans-unit> 3979 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3978 <trans-unit id="8630916846096019339" datatype="html"> 3980 <trans-unit id="8630916846096019339" datatype="html">
3979 <source>Users can resolve distant content</source> 3981 <source>Users can resolve distant content</source>
3980 <target state="translated">As usuarias poden resolver contido distante</target> 3982 <target state="translated">As usuarias poden resolver contido distante</target>
@@ -5837,10 +5839,7 @@ color: red;
5837 <trans-unit id="5512878593724620692" datatype="html"> 5839 <trans-unit id="5512878593724620692" datatype="html">
5838 <source>CHANNELS</source> 5840 <source>CHANNELS</source>
5839 <target state="translated">CANLES</target> 5841 <target state="translated">CANLES</target>
5840 <context-group purpose="location"> 5842 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group>
5841 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
5842 <context context-type="linenumber">82</context>
5843 </context-group>
5844 </trans-unit> 5843 </trans-unit>
5845 <trans-unit id="3666829335406793239" datatype="html"> 5844 <trans-unit id="3666829335406793239" datatype="html">
5846 <source>This account does not have channels.</source> 5845 <source>This account does not have channels.</source>
@@ -5881,6 +5880,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5881 <target state="translated">Desexas eliminar <x id="PH" equiv-text="videoChannel.displayName"/>? Así eliminarás <x id="PH_1" equiv-text="videoChannel.videosCount"/> vídeos subidos a esta canle, e non poderás volver a crear outra canle co mesmo nome (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target> 5880 <target state="translated">Desexas eliminar <x id="PH" equiv-text="videoChannel.displayName"/>? Así eliminarás <x id="PH_1" equiv-text="videoChannel.videosCount"/> vídeos subidos a esta canle, e non poderás volver a crear outra canle co mesmo nome (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target>
5882 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 5881 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
5883 </trans-unit> 5882 </trans-unit>
5883 <trans-unit id="4433306639366959484" datatype="html">
5884 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source>
5885 <target state="translated">Escribe o nome da canle de vídeo (<x id="PH" equiv-text="videoChannel.name"/>) para confirmar</target>
5886 <context-group purpose="location">
5887 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5888 <context context-type="linenumber">48</context>
5889 </context-group>
5890 </trans-unit>
5884 <trans-unit id="5387007581996837469" datatype="html"> 5891 <trans-unit id="5387007581996837469" datatype="html">
5885 <source>My Channels</source> 5892 <source>My Channels</source>
5886 <target state="translated">As miñas Canles</target> 5893 <target state="translated">As miñas Canles</target>
@@ -6395,12 +6402,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6395 <trans-unit id="6979021199788941693" datatype="html"> 6402 <trans-unit id="6979021199788941693" datatype="html">
6396 <source>Your message has been sent.</source> 6403 <source>Your message has been sent.</source>
6397 <target state="translated">A túa mensaxe foi enviada.</target> 6404 <target state="translated">A túa mensaxe foi enviada.</target>
6398 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group> 6405 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group>
6399 </trans-unit> 6406 </trans-unit>
6400 <trans-unit id="2072135752262464360" datatype="html"> 6407 <trans-unit id="2072135752262464360" datatype="html">
6401 <source>You already sent this form recently</source> 6408 <source>You already sent this form recently</source>
6402 <target state="translated">Xa enviaras este formulario recentemente</target> 6409 <target state="translated">Xa enviaras este formulario recentemente</target>
6403 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group> 6410 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group>
6404 </trans-unit> 6411 </trans-unit>
6405 <trans-unit id="819067926858619041" datatype="html"> 6412 <trans-unit id="819067926858619041" datatype="html">
6406 <source>Account videos</source> 6413 <source>Account videos</source>
@@ -6444,12 +6451,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6444 <trans-unit id="4856575356061361269" datatype="html"> 6451 <trans-unit id="4856575356061361269" datatype="html">
6445 <source><x id="PH"/> direct account followers </source> 6452 <source><x id="PH"/> direct account followers </source>
6446 <target state="translated"><x id="PH"/> seguidoras directas da conta </target> 6453 <target state="translated"><x id="PH"/> seguidoras directas da conta </target>
6447 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6454 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group>
6448 </trans-unit> 6455 </trans-unit>
6449 <trans-unit id="6250999352462648289" datatype="html"> 6456 <trans-unit id="6250999352462648289" datatype="html">
6450 <source>Report this account</source> 6457 <source>Report this account</source>
6451 <target state="translated">Denunciar esta conta</target> 6458 <target state="translated">Denunciar esta conta</target>
6452 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6459 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group>
6453 </trans-unit> 6460 </trans-unit>
6454 <trans-unit id="1504521795586863905" datatype="html"> 6461 <trans-unit id="1504521795586863905" datatype="html">
6455 <source>VIDEOS</source> 6462 <source>VIDEOS</source>
@@ -6460,30 +6467,18 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6460 <trans-unit id="25349740244798533" datatype="html"> 6467 <trans-unit id="25349740244798533" datatype="html">
6461 <source>Username copied</source> 6468 <source>Username copied</source>
6462 <target state="translated">Nome de usuaria copiado</target> 6469 <target state="translated">Nome de usuaria copiado</target>
6463 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6470 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group>
6464 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6471 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group>
6465 </trans-unit> 6472 </trans-unit>
6466 <trans-unit id="9221735175659318025" datatype="html"> 6473 <trans-unit id="9221735175659318025" datatype="html">
6467 <source>1 subscriber</source> 6474 <source>1 subscriber</source>
6468 <target state="translated">1 subscritora</target> 6475 <target state="translated">1 subscritora</target>
6469 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6476 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group>
6470 </trans-unit> 6477 </trans-unit>
6471 <trans-unit id="4097331874769079975" datatype="html"> 6478 <trans-unit id="4097331874769079975" datatype="html">
6472 <source><x id="PH"/> subscribers</source> 6479 <source><x id="PH"/> subscribers</source>
6473 <target state="translated"><x id="PH"/> subscritoras</target> 6480 <target state="translated"><x id="PH"/> subscritoras</target>
6474 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6481 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group>
6475 </trans-unit>
6476 <trans-unit id="4682675125751819107" datatype="html">
6477 <source>Instances you follow</source>
6478 <target state="translated">Instancias que segues</target>
6479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6481 </trans-unit>
6482 <trans-unit id="8899833753704589712" datatype="html">
6483 <source>Instances following you</source>
6484 <target state="translated">Instancias que te seguen</target>
6485 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6487 </trans-unit> 6482 </trans-unit>
6488 <trans-unit id="1035838766454786107" datatype="html"> 6483 <trans-unit id="1035838766454786107" datatype="html">
6489 <source>Audio-only</source> 6484 <source>Audio-only</source>
@@ -6535,6 +6530,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6535 <target state="translated">Auto (vía ffmpeg)</target> 6530 <target state="translated">Auto (vía ffmpeg)</target>
6536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6531 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6537 </trans-unit> 6532 </trans-unit>
6533 <trans-unit id="3642770981085338761" datatype="html">
6534 <source>Followers of your instance</source>
6535 <target state="translated">Seguidoras da túa instancia</target>
6536 <context-group purpose="location">
6537 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6538 <context context-type="linenumber">3</context>
6539 </context-group>
6540 </trans-unit>
6538 <trans-unit id="931255636742351800" datatype="html"> 6541 <trans-unit id="931255636742351800" datatype="html">
6539 <source>No limit</source> 6542 <source>No limit</source>
6540 <target state="translated">Sen límite</target> 6543 <target state="translated">Sen límite</target>
@@ -6682,17 +6685,40 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6682 <trans-unit id="2127446333083057097" datatype="html"> 6685 <trans-unit id="2127446333083057097" datatype="html">
6683 <source>Domain is required.</source> 6686 <source>Domain is required.</source>
6684 <target state="translated">Requírese un dominio.</target> 6687 <target state="translated">Requírese un dominio.</target>
6685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group>
6689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group>
6686 </trans-unit> 6690 </trans-unit>
6687 <trans-unit id="6780793142903080663" datatype="html"> 6691 <trans-unit id="7951488350851416577" datatype="html">
6688 <source>Domains entered are invalid.</source> 6692 <source>Hosts entered are invalid.</source>
6689 <target state="translated">O dominio escrito non é válido.</target> 6693 <target state="translated">Os servidores escritos non son válidos.</target>
6690 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6694 <context-group purpose="location">
6695 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6696 <context context-type="linenumber">93</context>
6697 </context-group>
6691 </trans-unit> 6698 </trans-unit>
6692 <trans-unit id="5886492514458202177" datatype="html"> 6699 <trans-unit id="1469559036084108672" datatype="html">
6693 <source>Domains entered contain duplicates.</source> 6700 <source>Hosts entered contain duplicates.</source>
6694 <target state="translated">Hai duplicados nos dominios escritos.</target> 6701 <target state="translated">Hai duplicados entre os servidores escritos.</target>
6695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6702 <context-group purpose="location">
6703 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6704 <context context-type="linenumber">94</context>
6705 </context-group>
6706 </trans-unit>
6707 <trans-unit id="5991533283446904296" datatype="html">
6708 <source>Hosts or handles are invalid.</source>
6709 <target state="translated">Servidores ou alcumes non son válidos.</target>
6710 <context-group purpose="location">
6711 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6712 <context context-type="linenumber">102</context>
6713 </context-group>
6714 </trans-unit>
6715 <trans-unit id="6759198394434886237" datatype="html">
6716 <source>Hosts or handles contain duplicates.</source>
6717 <target state="translated">Hai duplicados entre os servidores ou alcumes.</target>
6718 <context-group purpose="location">
6719 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6720 <context context-type="linenumber">103</context>
6721 </context-group>
6696 </trans-unit> 6722 </trans-unit>
6697 <trans-unit id="240806681889331244" datatype="html"> 6723 <trans-unit id="240806681889331244" datatype="html">
6698 <source>Unlimited</source> 6724 <source>Unlimited</source>
@@ -6846,32 +6872,65 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6846 <trans-unit id="8312101634344200207" datatype="html"> 6872 <trans-unit id="8312101634344200207" datatype="html">
6847 <source><x id="PH" equiv-text="this.views"/> viewers</source> 6873 <source><x id="PH" equiv-text="this.views"/> viewers</source>
6848 <target state="translated"><x id="PH" equiv-text="this.views"/> espectadoras</target> 6874 <target state="translated"><x id="PH" equiv-text="this.views"/> espectadoras</target>
6849 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group> 6875
6850 </trans-unit> 6876 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
6851 <trans-unit id="7756087706411154095" datatype="html"> 6877 <trans-unit id="7756087706411154095" datatype="html">
6852 <source><x id="PH" equiv-text="this.views"/> views</source> 6878 <source><x id="PH" equiv-text="this.views"/> views</source>
6853 <target state="translated"><x id="PH" equiv-text="this.views"/> visualizacións</target> 6879 <target state="translated"><x id="PH" equiv-text="this.views"/> visualizacións</target>
6854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group> 6880
6855 </trans-unit> 6881 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
6856 <trans-unit id="2452034338905853167" datatype="html"> 6882 <trans-unit id="2452034338905853167" datatype="html">
6857 <source><x id="PH"/> removed from instance followers </source> 6883 <source><x id="PH"/> removed from instance followers </source>
6858 <target state="translated"><x id="PH"/> eliminada das seguidoras da instancia </target> 6884 <target state="translated"><x id="PH"/> eliminada das seguidoras da instancia </target>
6859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6885 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6860 </trans-unit> 6886 </trans-unit>
6887 <trans-unit id="6018246591673612412" datatype="html">
6888 <source>Follow</source>
6889 <target state="translated">Seguir</target>
6890 <context-group purpose="location">
6891 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6892 <context context-type="linenumber">3</context>
6893 </context-group>
6894 <context-group purpose="location">
6895 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6896 <context context-type="linenumber">37</context>
6897 </context-group>
6898 <context-group purpose="location">
6899 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6900 <context context-type="linenumber">18</context>
6901 </context-group>
6902 </trans-unit>
6903 <trans-unit id="3596798855644241001" datatype="html">
6904 <source>1 host (without "http://"), account handle or channel handle per line</source>
6905 <target state="translated">1 servidor (sen "http://"), alcume de conta ou de canle por liña</target>
6906 <context-group purpose="location">
6907 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6908 <context context-type="linenumber">11</context>
6909 </context-group>
6910 </trans-unit>
6861 <trans-unit id="2740793005745065895" datatype="html"> 6911 <trans-unit id="2740793005745065895" datatype="html">
6862 <source><x id="PH"/> is not valid </source> 6912 <source><x id="PH"/> is not valid </source>
6863 <target state="translated"><x id="PH"/> non é válido </target> 6913 <target state="translated"><x id="PH"/> non é válido </target>
6864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6914 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group>
6915 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group>
6865 </trans-unit> 6916 </trans-unit>
6866 <trans-unit id="2355066641781598196" datatype="html"> 6917 <trans-unit id="2355066641781598196" datatype="html">
6867 <source>Follow request(s) sent!</source> 6918 <source>Follow request(s) sent!</source>
6868 <target state="translated">Solicitude(s) de seguimento enviada(s)!</target> 6919 <target state="translated">Solicitude(s) de seguimento enviada(s)!</target>
6869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group>
6921 </trans-unit>
6922 <trans-unit id="3459358413436264734" datatype="html">
6923 <source>Your instance subscriptions</source>
6924 <target state="translated">Subscricións da túa instancia</target>
6925 <context-group purpose="location">
6926 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6927 <context context-type="linenumber">3</context>
6928 </context-group>
6870 </trans-unit> 6929 </trans-unit>
6871 <trans-unit id="4245720728052819482" datatype="html"> 6930 <trans-unit id="4245720728052819482" datatype="html">
6872 <source>Do you really want to unfollow <x id="PH"/>?</source> 6931 <source>Do you really want to unfollow <x id="PH"/>?</source>
6873 <target state="translated">Desexas deixar de seguir a <x id="PH"/>?</target> 6932 <target state="translated">Desexas deixar de seguir a <x id="PH"/>?</target>
6874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group>
6875 </trans-unit> 6934 </trans-unit>
6876 <trans-unit id="9160510009013134726" datatype="html"> 6935 <trans-unit id="9160510009013134726" datatype="html">
6877 <source>Unfollow</source> 6936 <source>Unfollow</source>
@@ -6881,7 +6940,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6881 <trans-unit id="3935234189109112926" datatype="html"> 6940 <trans-unit id="3935234189109112926" datatype="html">
6882 <source>You are not following <x id="PH"/> anymore.</source> 6941 <source>You are not following <x id="PH"/> anymore.</source>
6883 <target state="translated">Xa non segues <x id="PH"/>.</target> 6942 <target state="translated">Xa non segues <x id="PH"/>.</target>
6884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group>
6885 </trans-unit> 6944 </trans-unit>
6886 <trans-unit id="2593763089859685916" datatype="html"> 6945 <trans-unit id="2593763089859685916" datatype="html">
6887 <source>enabled</source> 6946 <source>enabled</source>
@@ -6989,121 +7048,121 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6989 <trans-unit id="6473213678768782133" datatype="html"> 7048 <trans-unit id="6473213678768782133" datatype="html">
6990 <source>Internal actions</source> 7049 <source>Internal actions</source>
6991 <target state="translated">Accións internas</target> 7050 <target state="translated">Accións internas</target>
6992 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7051
6993 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7052
6994 </trans-unit> 7053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6995 <trans-unit id="4559872264406386913" datatype="html"> 7054 <trans-unit id="4559872264406386913" datatype="html">
6996 <source>Delete report</source> 7055 <source>Delete report</source>
6997 <target state="translated">Eliminar denuncia</target> 7056 <target state="translated">Eliminar denuncia</target>
6998 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7057
6999 </trans-unit> 7058 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7000 <trans-unit id="5793550984155962433" datatype="html"> 7059 <trans-unit id="5793550984155962433" datatype="html">
7001 <source>Actions for the flagged account</source> 7060 <source>Actions for the flagged account</source>
7002 <target state="translated">Accións para a conta marcada</target> 7061 <target state="translated">Accións para a conta marcada</target>
7003 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7062
7004 </trans-unit> 7063 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7005 <trans-unit id="1679841953757186358" datatype="html"> 7064 <trans-unit id="1679841953757186358" datatype="html">
7006 <source>Mark as accepted</source> 7065 <source>Mark as accepted</source>
7007 <target state="translated">Marcar como aceptada</target> 7066 <target state="translated">Marcar como aceptada</target>
7008 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7067
7009 </trans-unit> 7068 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7010 <trans-unit id="7993358694073742566" datatype="html"> 7069 <trans-unit id="7993358694073742566" datatype="html">
7011 <source>Mark as rejected</source> 7070 <source>Mark as rejected</source>
7012 <target state="translated">Marcar como rexeitada</target> 7071 <target state="translated">Marcar como rexeitada</target>
7013 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7072
7014 </trans-unit> 7073 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7015 <trans-unit id="4175703770051343108" datatype="html"> 7074 <trans-unit id="4175703770051343108" datatype="html">
7016 <source>Add internal note</source> 7075 <source>Add internal note</source>
7017 <target state="translated">Engadir nota interna</target> 7076 <target state="translated">Engadir nota interna</target>
7018 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7077
7019 </trans-unit> 7078 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7020 <trans-unit id="296166371893775555" datatype="html"> 7079 <trans-unit id="296166371893775555" datatype="html">
7021 <source>Actions for the video</source> 7080 <source>Actions for the video</source>
7022 <target state="translated">Accións para o vídeo</target> 7081 <target state="translated">Accións para o vídeo</target>
7023 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7082
7024 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7083
7025 </trans-unit> 7084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7026 <trans-unit id="3924877328520650445" datatype="html"> 7085 <trans-unit id="3924877328520650445" datatype="html">
7027 <source>Block video</source> 7086 <source>Block video</source>
7028 <target state="translated">Bloquear vídeo</target> 7087 <target state="translated">Bloquear vídeo</target>
7029 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7088
7030 </trans-unit> 7089 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7031 <trans-unit id="4762794934098378428" datatype="html"> 7090 <trans-unit id="4762794934098378428" datatype="html">
7032 <source>Video blocked.</source> 7091 <source>Video blocked.</source>
7033 <target state="translated">Vídeo bloqueado.</target> 7092 <target state="translated">Vídeo bloqueado.</target>
7034 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7093
7035 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7094
7036 </trans-unit> 7095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7037 <trans-unit id="4328862996304258770" datatype="html"> 7096 <trans-unit id="4328862996304258770" datatype="html">
7038 <source>Unblock video</source> 7097 <source>Unblock video</source>
7039 <target state="translated">Desbloquear vídeo</target> 7098 <target state="translated">Desbloquear vídeo</target>
7040 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7099
7041 </trans-unit> 7100 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7042 <trans-unit id="9065327551191479877" datatype="html"> 7101 <trans-unit id="9065327551191479877" datatype="html">
7043 <source>Video unblocked.</source> 7102 <source>Video unblocked.</source>
7044 <target state="translated">Vídeo desbloqueado.</target> 7103 <target state="translated">Vídeo desbloqueado.</target>
7045 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7104
7046 </trans-unit> 7105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7047 <trans-unit id="1250415136605923486" datatype="html"> 7106 <trans-unit id="1250415136605923486" datatype="html">
7048 <source>Do you really want to delete this abuse report?</source> 7107 <source>Do you really want to delete this abuse report?</source>
7049 <target state="translated">Desexas eliminar esta denuncia por abuso?</target> 7108 <target state="translated">Desexas eliminar esta denuncia por abuso?</target>
7050 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7109
7051 </trans-unit> 7110 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7052 <trans-unit id="3482559157143817408" datatype="html"> 7111 <trans-unit id="3482559157143817408" datatype="html">
7053 <source>Abuse deleted.</source> 7112 <source>Abuse deleted.</source>
7054 <target state="translated">Abuso eliminado.</target> 7113 <target state="translated">Abuso eliminado.</target>
7055 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7114
7056 </trans-unit> 7115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7057 <trans-unit id="6282990098351939529" datatype="html"> 7116 <trans-unit id="6282990098351939529" datatype="html">
7058 <source>Deleted comment</source> 7117 <source>Deleted comment</source>
7059 <target state="translated">Comentario eliminado</target> 7118 <target state="translated">Comentario eliminado</target>
7060 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7119
7061 </trans-unit> 7120 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7062 <trans-unit id="9196775343330824083" datatype="html"> 7121 <trans-unit id="9196775343330824083" datatype="html">
7063 <source>Messages with reporter</source> 7122 <source>Messages with reporter</source>
7064 <target state="translated">Mensaxes por denunciante</target> 7123 <target state="translated">Mensaxes por denunciante</target>
7065 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7124
7066 </trans-unit> 7125 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7067 <trans-unit id="8770468575924421391" datatype="html"> 7126 <trans-unit id="8770468575924421391" datatype="html">
7068 <source>Messages with moderators</source> 7127 <source>Messages with moderators</source>
7069 <target state="translated">Mensaxe con moderadoras</target> 7128 <target state="translated">Mensaxe con moderadoras</target>
7070 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7129
7071 </trans-unit> 7130 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7072 <trans-unit id="8528549800795985099" datatype="html"> 7131 <trans-unit id="8528549800795985099" datatype="html">
7073 <source>Update internal note</source> 7132 <source>Update internal note</source>
7074 <target state="translated">Actualizar nota interna</target> 7133 <target state="translated">Actualizar nota interna</target>
7075 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7134
7076 </trans-unit> 7135 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7077 <trans-unit id="3962242315365992494" datatype="html"> 7136 <trans-unit id="3962242315365992494" datatype="html">
7078 <source>Switch video block to manual</source> 7137 <source>Switch video block to manual</source>
7079 <target state="translated">Cambiar bloqueo do vídeo a manual</target> 7138 <target state="translated">Cambiar bloqueo do vídeo a manual</target>
7080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7139
7081 </trans-unit> 7140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7082 <trans-unit id="6906423861055262169" datatype="html"> 7141 <trans-unit id="6906423861055262169" datatype="html">
7083 <source>Video <x id="PH"/> switched to manual block.</source> 7142 <source>Video <x id="PH"/> switched to manual block.</source>
7084 <target state="translated">Vídeo <x id="PH"/> cambiado a bloqueo manual.</target> 7143 <target state="translated">Vídeo <x id="PH"/> cambiado a bloqueo manual.</target>
7085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7144
7086 </trans-unit> 7145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7087 <trans-unit id="7293356040886494773" datatype="html"> 7146 <trans-unit id="7293356040886494773" datatype="html">
7088 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7147 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7089 <target state="translated">Queres desbloquear este vídeo? Volverá a estar dispoñible na lista de vídeos.</target> 7148 <target state="translated">Queres desbloquear este vídeo? Volverá a estar dispoñible na lista de vídeos.</target>
7090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group> 7149
7091 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group> 7150
7092 </trans-unit> 7151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7093 <trans-unit id="4859202148272511129" datatype="html"> 7152 <trans-unit id="4859202148272511129" datatype="html">
7094 <source>Unblock</source> 7153 <source>Unblock</source>
7095 <target state="translated">Desbloquear</target> 7154 <target state="translated">Desbloquear</target>
7096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group> 7155
7097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group> 7156
7098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group> 7157
7099 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group> 7158
7100 </trans-unit> 7159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7101 <trans-unit id="4922469417589203720" datatype="html"> 7160 <trans-unit id="4922469417589203720" datatype="html">
7102 <source>Video <x id="PH"/> unblocked.</source> 7161 <source>Video <x id="PH"/> unblocked.</source>
7103 <target state="translated">Vídeo <x id="PH"/> desbloqueado.</target> 7162 <target state="translated">Vídeo <x id="PH"/> desbloqueado.</target>
7104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group> 7163
7105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group> 7164
7106 </trans-unit> 7165 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7107 <trans-unit id="6286037250766429054" datatype="html"> 7166 <trans-unit id="6286037250766429054" datatype="html">
7108 <source>yes</source> 7167 <source>yes</source>
7109 <target state="translated">si</target> 7168 <target state="translated">si</target>
@@ -7346,7 +7405,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7346 <trans-unit id="1519954996184640001" datatype="html"> 7405 <trans-unit id="1519954996184640001" datatype="html">
7347 <source>Error</source> 7406 <source>Error</source>
7348 <target state="translated">Erro</target> 7407 <target state="translated">Erro</target>
7349 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7408 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group>
7350 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7409 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group>
7351 </trans-unit> 7410 </trans-unit>
7352 <trans-unit id="5076187961693950167" datatype="html"> 7411 <trans-unit id="5076187961693950167" datatype="html">
@@ -7362,8 +7421,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7362 <trans-unit id="1886888801485703107" datatype="html"> 7421 <trans-unit id="1886888801485703107" datatype="html">
7363 <source>User <x id="PH"/> created.</source> 7422 <source>User <x id="PH"/> created.</source>
7364 <target state="translated">Usuaria <x id="PH"/> creada.</target> 7423 <target state="translated">Usuaria <x id="PH"/> creada.</target>
7365 7424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group>
7366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 7425 </trans-unit>
7367 <trans-unit id="8286337167859377104" datatype="html"> 7426 <trans-unit id="8286337167859377104" datatype="html">
7368 <source>Create user</source> 7427 <source>Create user</source>
7369 <target state="translated">Crear usuaria</target> 7428 <target state="translated">Crear usuaria</target>
@@ -7389,16 +7448,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7389 <target state="translated">Actualizar contrasinal da usuaria</target> 7448 <target state="translated">Actualizar contrasinal da usuaria</target>
7390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7391 </trans-unit> 7450 </trans-unit>
7392 <trans-unit id="177544274549739411" datatype="html">
7393 <source>Following list</source>
7394 <target state="translated">Lista de seguimentos</target>
7395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7396 </trans-unit>
7397 <trans-unit id="8092429110007204784" datatype="html">
7398 <source>Followers list</source>
7399 <target state="translated">Lista de seguidoras</target>
7400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7401 </trans-unit>
7402 <trans-unit id="780323526182667308" datatype="html"> 7451 <trans-unit id="780323526182667308" datatype="html">
7403 <source>User <x id="PH"/> updated.</source> 7452 <source>User <x id="PH"/> updated.</source>
7404 <target state="translated">Usuaria <x id="PH"/> actualizada.</target> 7453 <target state="translated">Usuaria <x id="PH"/> actualizada.</target>
@@ -7434,16 +7483,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7434 <target state="translated">Federación</target> 7483 <target state="translated">Federación</target>
7435 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7436 </trans-unit> 7485 </trans-unit>
7437 <trans-unit id="4682675125751819107" datatype="html">
7438 <source>Instances you follow</source>
7439 <target state="translated">Instancias que segues</target>
7440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7441 </trans-unit>
7442 <trans-unit id="8899833753704589712" datatype="html">
7443 <source>Instances following you</source>
7444 <target state="translated">Instancias que te seguen</target>
7445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7446 </trans-unit>
7447 <trans-unit id="3767259920053407667" datatype="html"> 7486 <trans-unit id="3767259920053407667" datatype="html">
7448 <source>Videos will be deleted, comments will be tombstoned.</source> 7487 <source>Videos will be deleted, comments will be tombstoned.</source>
7449 <target state="translated">Os vídeos serán eliminados, os comentarios serán soterrados.</target> 7488 <target state="translated">Os vídeos serán eliminados, os comentarios serán soterrados.</target>
@@ -7475,6 +7514,30 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group> 7514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7476 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group> 7515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7477 </trans-unit> 7516 </trans-unit>
7517 <trans-unit id="4207916966377787111" datatype="html">
7518 <source>Created</source>
7519 <target state="translated">Creado</target>
7520 <context-group purpose="location">
7521 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7522 <context context-type="linenumber">115</context>
7523 </context-group>
7524 </trans-unit>
7525 <trans-unit id="8140268298586972139" datatype="html">
7526 <source>Daily quota</source>
7527 <target state="translated">Cota diaria</target>
7528 <context-group purpose="location">
7529 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7530 <context context-type="linenumber">120</context>
7531 </context-group>
7532 </trans-unit>
7533 <trans-unit id="7910076708497708162" datatype="html">
7534 <source>Last login</source>
7535 <target state="translated">Última conexión</target>
7536 <context-group purpose="location">
7537 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7538 <context context-type="linenumber">122</context>
7539 </context-group>
7540 </trans-unit>
7478 <trans-unit id="3403978719736970622" datatype="html"> 7541 <trans-unit id="3403978719736970622" datatype="html">
7479 <source>You cannot ban root.</source> 7542 <source>You cannot ban root.</source>
7480 <target state="translated">Non podes vetar a root.</target> 7543 <target state="translated">Non podes vetar a root.</target>
@@ -7772,12 +7835,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7772 <trans-unit id="1137937154872046253" datatype="html"> 7835 <trans-unit id="1137937154872046253" datatype="html">
7773 <source>Video channel <x id="PH"/> created.</source> 7836 <source>Video channel <x id="PH"/> created.</source>
7774 <target state="translated">Creada a canle de vídeo <x id="PH"/>.</target> 7837 <target state="translated">Creada a canle de vídeo <x id="PH"/>.</target>
7775 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 7838 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group>
7776 </trans-unit> 7839 </trans-unit>
7777 <trans-unit id="8723777130353305761" datatype="html"> 7840 <trans-unit id="8723777130353305761" datatype="html">
7778 <source>This name already exists on this instance.</source> 7841 <source>This name already exists on this instance.</source>
7779 <target state="translated">Este nome xa existe nesta instancia.</target> 7842 <target state="translated">Este nome xa existe nesta instancia.</target>
7780 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 7843 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group>
7781 </trans-unit> 7844 </trans-unit>
7782 <trans-unit id="7589345916094713536" datatype="html"> 7845 <trans-unit id="7589345916094713536" datatype="html">
7783 <source>Video channel <x id="PH"/> updated.</source> 7846 <source>Video channel <x id="PH"/> updated.</source>
@@ -7799,11 +7862,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7799 <target state="translated">Cabeceira eliminada.</target> 7862 <target state="translated">Cabeceira eliminada.</target>
7800 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group> 7863 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
7801 </trans-unit> 7864 </trans-unit>
7802 <trans-unit id="2575302837003821736" datatype="html">
7803 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7804 <target state="translated">Escribe o nome a mostrar para a canle de vídeo (<x id="PH"/>) para confirmar</target>
7805 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
7806 </trans-unit>
7807 <trans-unit id="624066830180032195" datatype="html"> 7865 <trans-unit id="624066830180032195" datatype="html">
7808 <source>Video channel <x id="PH"/> deleted.</source> 7866 <source>Video channel <x id="PH"/> deleted.</source>
7809 <target state="translated">Eliminada a canle de vídeo <x id="PH"/>.</target> 7867 <target state="translated">Eliminada a canle de vídeo <x id="PH"/>.</target>
@@ -7952,6 +8010,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7952 <target state="translated">Enviouse a solicitude de cambio de propiedade.</target> 8010 <target state="translated">Enviouse a solicitude de cambio de propiedade.</target>
7953 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8011 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
7954 </trans-unit> 8012 </trans-unit>
8013 <trans-unit id="7699622144571229146" datatype="html">
8014 <source>Sort by</source>
8015 <target state="translated">Orde por</target>
8016 <context-group purpose="location">
8017 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8018 <context context-type="linenumber">26</context>
8019 </context-group>
8020 </trans-unit>
7955 <trans-unit id="3245220240937722814" datatype="html"> 8021 <trans-unit id="3245220240937722814" datatype="html">
7956 <source>My channels</source> 8022 <source>My channels</source>
7957 <target state="translated">Canles</target> 8023 <target state="translated">Canles</target>
@@ -8011,13 +8077,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8011 <trans-unit id="6489275254908395777" datatype="html"> 8077 <trans-unit id="6489275254908395777" datatype="html">
8012 <source>Maximize editor</source> 8078 <source>Maximize editor</source>
8013 <target state="translated">Maximizar editor</target> 8079 <target state="translated">Maximizar editor</target>
8014 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8080
8015 </trans-unit> 8081 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8016 <trans-unit id="4243591013849340688" datatype="html"> 8082 <trans-unit id="4243591013849340688" datatype="html">
8017 <source>Exit maximized editor</source> 8083 <source>Exit maximized editor</source>
8018 <target state="translated">Saír da maximización</target> 8084 <target state="translated">Saír da maximización</target>
8019 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8085
8020 </trans-unit> 8086 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8021 <trans-unit id="6537885755702623401" datatype="html"> 8087 <trans-unit id="6537885755702623401" datatype="html">
8022 <source>Now please check your emails to verify your account and complete signup.</source> 8088 <source>Now please check your emails to verify your account and complete signup.</source>
8023 <target state="translated">Comproba o correo para verificar a túa conta e completar o rexistro.</target> 8089 <target state="translated">Comproba o correo para verificar a túa conta e completar o rexistro.</target>
@@ -8049,7 +8115,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8049 <target state="translated">Subscribirse á conta</target> 8115 <target state="translated">Subscribirse á conta</target>
8050 8116
8051 8117
8052 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8118 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8053 <trans-unit id="3131904093925601441" datatype="html"> 8119 <trans-unit id="3131904093925601441" datatype="html">
8054 <source>PLAYLISTS</source> 8120 <source>PLAYLISTS</source>
8055 <target state="translated">LISTAXES</target> 8121 <target state="translated">LISTAXES</target>
@@ -8096,33 +8162,33 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8096 <trans-unit id="3779524668013120370" datatype="html"> 8162 <trans-unit id="3779524668013120370" datatype="html">
8097 <source>Go to my subscriptions</source> 8163 <source>Go to my subscriptions</source>
8098 <target state="translated">Ir ás miñas subscricións</target> 8164 <target state="translated">Ir ás miñas subscricións</target>
8099 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8165 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group>
8100 </trans-unit> 8166 </trans-unit>
8101 <trans-unit id="1136469849928650779" datatype="html"> 8167 <trans-unit id="1136469849928650779" datatype="html">
8102 <source>Go to my videos</source> 8168 <source>Go to my videos</source>
8103 <target state="translated">Ir ós meus vídeos</target> 8169 <target state="translated">Ir ós meus vídeos</target>
8104 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8170 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group>
8105 </trans-unit> 8171 </trans-unit>
8106 <trans-unit id="7836683738999600376" datatype="html"> 8172 <trans-unit id="7836683738999600376" datatype="html">
8107 <source>Go to my imports</source> 8173 <source>Go to my imports</source>
8108 <target state="translated">Ir ás importacións</target> 8174 <target state="translated">Ir ás importacións</target>
8109 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8175 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group>
8110 </trans-unit> 8176 </trans-unit>
8111 <trans-unit id="7511292153332773503" datatype="html"> 8177 <trans-unit id="7511292153332773503" datatype="html">
8112 <source>Go to my channels</source> 8178 <source>Go to my channels</source>
8113 <target state="translated">Ir ás miñas canles</target> 8179 <target state="translated">Ir ás miñas canles</target>
8114 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8180 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group>
8115 </trans-unit> 8181 </trans-unit>
8116 <trans-unit id="2013324644839511073" datatype="html"> 8182 <trans-unit id="2013324644839511073" datatype="html">
8117 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8183 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8118Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8184Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8119 <target state="translated">Non se poden obter as credenciais OAuth Client: <x id="PH" equiv-text="error.text"/>. Asegúrate de ter configurado correctamente PeerTube (config/ directory), en particular a sección "webserver".</target> 8185 <target state="translated">Non se poden obter as credenciais OAuth Client: <x id="PH" equiv-text="error.text"/>. Asegúrate de ter configurado correctamente PeerTube (config/ directory), en particular a sección "webserver".</target>
8120 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8186 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group>
8121 </trans-unit> 8187 </trans-unit>
8122 <trans-unit id="375263728166936544" datatype="html"> 8188 <trans-unit id="375263728166936544" datatype="html">
8123 <source>You need to reconnect.</source> 8189 <source>You need to reconnect.</source>
8124 <target state="translated">Tes que reconectar.</target> 8190 <target state="translated">Tes que reconectar.</target>
8125 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8191 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group>
8126 </trans-unit> 8192 </trans-unit>
8127 <trans-unit id="2206638022166154361" datatype="html"> 8193 <trans-unit id="2206638022166154361" datatype="html">
8128 <source>Keyboard Shortcuts:</source> 8194 <source>Keyboard Shortcuts:</source>
@@ -8137,6 +8203,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8137 <context context-type="linenumber">98</context> 8203 <context context-type="linenumber">98</context>
8138 </context-group> 8204 </context-group>
8139 </trans-unit> 8205 </trans-unit>
8206 <trans-unit id="4024404994702813072" datatype="html">
8207 <source>In my library</source>
8208 <target state="translated">Na miña biblioteca</target>
8209 <context-group purpose="location">
8210 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8211 <context context-type="linenumber">104</context>
8212 </context-group>
8213 </trans-unit>
8140 <trans-unit id="232050922346936574" datatype="html"> 8214 <trans-unit id="232050922346936574" datatype="html">
8141 <source>Trending</source> 8215 <source>Trending</source>
8142 <target state="translated">En voga</target> 8216 <target state="translated">En voga</target>
@@ -8164,37 +8238,37 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8164 <trans-unit id="1266887509445371246" datatype="html"> 8238 <trans-unit id="1266887509445371246" datatype="html">
8165 <source>Incorrect username or password.</source> 8239 <source>Incorrect username or password.</source>
8166 <target state="translated">Usuaria ou contrasinal incorrectos.</target> 8240 <target state="translated">Usuaria ou contrasinal incorrectos.</target>
8167 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8241 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group>
8168 </trans-unit> 8242 </trans-unit>
8169 <trans-unit id="6974874606619467663" datatype="html"> 8243 <trans-unit id="6974874606619467663" datatype="html">
8170 <source>Your account is blocked.</source> 8244 <source>Your account is blocked.</source>
8171 <target state="translated">A túa conta está bloqueada.</target> 8245 <target state="translated">A túa conta está bloqueada.</target>
8172 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8246 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group>
8173 </trans-unit> 8247 </trans-unit>
8174 <trans-unit id="7939914198003891823" datatype="html"> 8248 <trans-unit id="7939914198003891823" datatype="html">
8175 <source>any language</source> 8249 <source>any language</source>
8176 <target state="translated">tódolos idiomas</target> 8250 <target state="translated">tódolos idiomas</target>
8177 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group> 8251 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group>
8178 </trans-unit> 8252 </trans-unit>
8179 <trans-unit id="5633144232269377096" datatype="html"> 8253 <trans-unit id="5633144232269377096" datatype="html">
8180 <source>hide</source> 8254 <source>hide</source>
8181 <target state="translated">agochar</target> 8255 <target state="translated">agochar</target>
8182 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group> 8256 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group>
8183 </trans-unit> 8257 </trans-unit>
8184 <trans-unit id="8603861867909474404" datatype="html"> 8258 <trans-unit id="8603861867909474404" datatype="html">
8185 <source>blur</source> 8259 <source>blur</source>
8186 <target state="translated">esborranchar</target> 8260 <target state="translated">esborranchar</target>
8187 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group> 8261 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group>
8188 </trans-unit> 8262 </trans-unit>
8189 <trans-unit id="4534458451100881847" datatype="html"> 8263 <trans-unit id="4534458451100881847" datatype="html">
8190 <source>display</source> 8264 <source>display</source>
8191 <target state="translated">mostrar</target> 8265 <target state="translated">mostrar</target>
8192 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group> 8266 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group>
8193 </trans-unit> 8267 </trans-unit>
8194 <trans-unit id="4467323362722952678" datatype="html"> 8268 <trans-unit id="4467323362722952678" datatype="html">
8195 <source>Unknown</source> 8269 <source>Unknown</source>
8196 <target state="translated">Descoñecido</target> 8270 <target state="translated">Descoñecido</target>
8197 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group> 8271 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group>
8198 </trans-unit> 8272 </trans-unit>
8199 <trans-unit id="8781423666414310853" datatype="html"> 8273 <trans-unit id="8781423666414310853" datatype="html">
8200 <source>Your password has been successfully reset!</source> 8274 <source>Your password has been successfully reset!</source>
@@ -8308,12 +8382,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8308 <trans-unit id="3208627574396957172" datatype="html"> 8382 <trans-unit id="3208627574396957172" datatype="html">
8309 <source>Search index is unavailable. Retrying with instance results instead.</source> 8383 <source>Search index is unavailable. Retrying with instance results instead.</source>
8310 <target state="translated">Non está dispoñible a busca no índice, intentándoo cos resultados na instancia.</target> 8384 <target state="translated">Non está dispoñible a busca no índice, intentándoo cos resultados na instancia.</target>
8311 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group> 8385
8312 </trans-unit> 8386 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8313 <trans-unit id="307702206382241469" datatype="html"> 8387 <trans-unit id="307702206382241469" datatype="html">
8314 <source>Search error</source> 8388 <source>Search error</source>
8315 <target state="translated">Erro na busca</target> 8389 <target state="translated">Erro na busca</target>
8316 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group> 8390
8391 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8392 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8393 <context-group purpose="location">
8394 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8395 <context context-type="linenumber">329</context>
8396 </context-group>
8317 </trans-unit> 8397 </trans-unit>
8318 <trans-unit id="4580988005648117665" datatype="html"> 8398 <trans-unit id="4580988005648117665" datatype="html">
8319 <source>Search</source> 8399 <source>Search</source>
@@ -9501,19 +9581,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9501 <trans-unit id="2558977494773636050" datatype="html"> 9581 <trans-unit id="2558977494773636050" datatype="html">
9502 <source>Account <x id="PH"/> muted by the instance.</source> 9582 <source>Account <x id="PH"/> muted by the instance.</source>
9503 <target state="translated">Conta <x id="PH"/> acalada pola instancia.</target> 9583 <target state="translated">Conta <x id="PH"/> acalada pola instancia.</target>
9504 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group> 9584
9505 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group> 9585
9506 </trans-unit> 9586 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9507 <trans-unit id="1595779426198793580" datatype="html"> 9587 <trans-unit id="1595779426198793580" datatype="html">
9508 <source>Mute server</source> 9588 <source>Mute server</source>
9509 <target state="translated">Acalar servidor</target> 9589 <target state="translated">Acalar servidor</target>
9510 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 9590
9511 </trans-unit> 9591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9512 <trans-unit id="8014491157078444256" datatype="html"> 9592 <trans-unit id="8014491157078444256" datatype="html">
9513 <source>Server <x id="PH"/> muted by the instance.</source> 9593 <source>Server <x id="PH"/> muted by the instance.</source>
9514 <target state="translated">Servidor <x id="PH"/> acalado pola instancia.</target> 9594 <target state="translated">Servidor <x id="PH"/> acalado pola instancia.</target>
9515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 9595
9516 </trans-unit> 9596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9517 <trans-unit id="2044813052587776285" datatype="html"> 9597 <trans-unit id="2044813052587776285" datatype="html">
9518 <source>Add a message to communicate with the reporter</source> 9598 <source>Add a message to communicate with the reporter</source>
9519 <target state="translated">Engade unha mensaxe para comunicarte coa denunciante</target> 9599 <target state="translated">Engade unha mensaxe para comunicarte coa denunciante</target>
@@ -9753,17 +9833,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9753 <trans-unit id="968295009933361070" datatype="html"> 9833 <trans-unit id="968295009933361070" datatype="html">
9754 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 9834 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
9755 <target state="translated">Demasiados intentos, inténtao outra vez tras <x id="PH"/> minutos.</target> 9835 <target state="translated">Demasiados intentos, inténtao outra vez tras <x id="PH"/> minutos.</target>
9756 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9836 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group>
9757 </trans-unit> 9837 </trans-unit>
9758 <trans-unit id="4965472196059235310" datatype="html"> 9838 <trans-unit id="4965472196059235310" datatype="html">
9759 <source>Too many attempts, please try again later.</source> 9839 <source>Too many attempts, please try again later.</source>
9760 <target state="translated">Demasiados intentos, inténtao máis tarde.</target> 9840 <target state="translated">Demasiados intentos, inténtao máis tarde.</target>
9761 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9841 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group>
9762 </trans-unit> 9842 </trans-unit>
9763 <trans-unit id="1693549688987384699" datatype="html"> 9843 <trans-unit id="1693549688987384699" datatype="html">
9764 <source>Server error. Please retry later.</source> 9844 <source>Server error. Please retry later.</source>
9765 <target state="translated">Erro do servidor. Inténtao máis tarde.</target> 9845 <target state="translated">Erro do servidor. Inténtao máis tarde.</target>
9766 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9846 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group>
9767 </trans-unit> 9847 </trans-unit>
9768 <trans-unit id="5927402622550505067" datatype="html"> 9848 <trans-unit id="5927402622550505067" datatype="html">
9769 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9849 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
@@ -9865,29 +9945,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9865 <trans-unit id="2909684945706361544" datatype="html"> 9945 <trans-unit id="2909684945706361544" datatype="html">
9866 <source>Delete video</source> 9946 <source>Delete video</source>
9867 <target state="translated">Eliminar vídeo</target> 9947 <target state="translated">Eliminar vídeo</target>
9868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 9948
9869 </trans-unit> 9949 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9870 <trans-unit id="2210418817778733727" datatype="html"> 9950 <trans-unit id="2210418817778733727" datatype="html">
9871 <source>Actions for the comment</source> 9951 <source>Actions for the comment</source>
9872 <target state="translated">Accións para o comentario</target> 9952 <target state="translated">Accións para o comentario</target>
9873 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 9953
9874 </trans-unit> 9954 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9875 <trans-unit id="7978668497183230348" datatype="html"> 9955 <trans-unit id="7978668497183230348" datatype="html">
9876 <source>Delete comment</source> 9956 <source>Delete comment</source>
9877 <target state="translated">Eliminar comentario</target> 9957 <target state="translated">Eliminar comentario</target>
9878 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 9958
9879 </trans-unit> 9959 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9880 <trans-unit id="6747218355168080191" datatype="html"> 9960 <trans-unit id="6747218355168080191" datatype="html">
9881 <source>Do you really want to delete this comment?</source> 9961 <source>Do you really want to delete this comment?</source>
9882 <target state="translated">Desexas eliminar este comentario?</target> 9962 <target state="translated">Desexas eliminar este comentario?</target>
9883 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group> 9963
9884 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group> 9964
9885 </trans-unit> 9965 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9886 <trans-unit id="7837272126865175984" datatype="html"> 9966 <trans-unit id="7837272126865175984" datatype="html">
9887 <source>Comment deleted.</source> 9967 <source>Comment deleted.</source>
9888 <target state="translated">Comentario eliminado.</target> 9968 <target state="translated">Comentario eliminado.</target>
9889 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 9969
9890 </trans-unit> 9970 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9891 <trans-unit id="346270517625845962" datatype="html"> 9971 <trans-unit id="346270517625845962" datatype="html">
9892 <source>Encoder</source> 9972 <source>Encoder</source>
9893 <target state="translated">Codificador</target> 9973 <target state="translated">Codificador</target>
@@ -9929,31 +10009,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9929 <trans-unit id="1472171759957681533" datatype="html"> 10009 <trans-unit id="1472171759957681533" datatype="html">
9930 <source>Video reported.</source> 10010 <source>Video reported.</source>
9931 <target state="translated">Vídeo denunciado.</target> 10011 <target state="translated">Vídeo denunciado.</target>
9932 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10012
9933 </trans-unit> 10013 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9934 <trans-unit id="3622946684246476652" datatype="html"> 10014 <trans-unit id="3622946684246476652" datatype="html">
9935 <source>Do you really want to delete this video?</source> 10015 <source>Do you really want to delete this video?</source>
9936 <target state="translated">Queres eliminar este vídeo?</target> 10016 <target state="translated">Queres eliminar este vídeo?</target>
9937 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10017
9938 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10018
9939 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10019
9940 </trans-unit> 10020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9941 <trans-unit id="3941342949736653028" datatype="html"> 10021 <trans-unit id="3941342949736653028" datatype="html">
9942 <source>Video deleted.</source> 10022 <source>Video deleted.</source>
9943 <target state="translated">Vídeo eliminado.</target> 10023 <target state="translated">Vídeo eliminado.</target>
9944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10024
9945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10025
9946 </trans-unit> 10026 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9947 <trans-unit id="5072091387445907742" datatype="html"> 10027 <trans-unit id="5072091387445907742" datatype="html">
9948 <source>Actions for the reporter</source> 10028 <source>Actions for the reporter</source>
9949 <target state="translated">Accións para a denunciante</target> 10029 <target state="translated">Accións para a denunciante</target>
9950 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10030
9951 </trans-unit> 10031 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9952 <trans-unit id="6599069899275412095" datatype="html"> 10032 <trans-unit id="6599069899275412095" datatype="html">
9953 <source>Mute reporter</source> 10033 <source>Mute reporter</source>
9954 <target state="translated">Acalar denunciante</target> 10034 <target state="translated">Acalar denunciante</target>
9955 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10035
9956 </trans-unit> 10036 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9957 <trans-unit id="2990849907502572301" datatype="html"> 10037 <trans-unit id="2990849907502572301" datatype="html">
9958 <source>This video will be duplicated by your instance.</source> 10038 <source>This video will be duplicated by your instance.</source>
9959 <target state="translated">Este vídeo estará duplicado na túa instancia.</target> 10039 <target state="translated">Este vídeo estará duplicado na túa instancia.</target>
@@ -10032,9 +10112,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10032 <trans-unit id="4903651219400691248" datatype="html"> 10112 <trans-unit id="4903651219400691248" datatype="html">
10033 <source>Mute account</source> 10113 <source>Mute account</source>
10034 <target state="translated">Acalar conta</target> 10114 <target state="translated">Acalar conta</target>
10035 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10115
10036 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10116
10037 </trans-unit> 10117 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10038 <trans-unit id="4021487547497211597" datatype="html"> 10118 <trans-unit id="4021487547497211597" datatype="html">
10039 <source>Open video actions</source> 10119 <source>Open video actions</source>
10040 <target state="translated">Abrir accións para o vídeo</target> 10120 <target state="translated">Abrir accións para o vídeo</target>
@@ -10050,8 +10130,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10050 <trans-unit id="3719503424625455635" datatype="html"> 10130 <trans-unit id="3719503424625455635" datatype="html">
10051 <source>Mute server account</source> 10131 <source>Mute server account</source>
10052 <target state="translated">Acalar conta do servidor</target> 10132 <target state="translated">Acalar conta do servidor</target>
10053 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10133
10054 </trans-unit> 10134 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10055 <trans-unit id="7008439939460403347" datatype="html"> 10135 <trans-unit id="7008439939460403347" datatype="html">
10056 <source>Report</source> 10136 <source>Report</source>
10057 <target state="translated">Denunciar</target> 10137 <target state="translated">Denunciar</target>
@@ -10148,23 +10228,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10148 <trans-unit id="2439066254855913806" datatype="html"> 10228 <trans-unit id="2439066254855913806" datatype="html">
10149 <source>Only I can see this video</source> 10229 <source>Only I can see this video</source>
10150 <target state="translated">Só eu podo ver o vídeo</target> 10230 <target state="translated">Só eu podo ver o vídeo</target>
10151 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10231
10152 </trans-unit> 10232 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10153 <trans-unit id="6767380569816110388" datatype="html"> 10233 <trans-unit id="6767380569816110388" datatype="html">
10154 <source>Only shareable via a private link</source> 10234 <source>Only shareable via a private link</source>
10155 <target state="translated">Compartido só a través de ligazón privada</target> 10235 <target state="translated">Compartido só a través de ligazón privada</target>
10156 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10236
10157 </trans-unit> 10237 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10158 <trans-unit id="6828965264297239528" datatype="html"> 10238 <trans-unit id="6828965264297239528" datatype="html">
10159 <source>Anyone can see this video</source> 10239 <source>Anyone can see this video</source>
10160 <target state="translated">Calquera pode ver o vídeo</target> 10240 <target state="translated">Calquera pode ver o vídeo</target>
10161 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10241
10162 </trans-unit> 10242 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10163 <trans-unit id="1425933035739773115" datatype="html"> 10243 <trans-unit id="1425933035739773115" datatype="html">
10164 <source>Only users of this instance can see this video</source> 10244 <source>Only users of this instance can see this video</source>
10165 <target state="translated">Só as usuarias desta instancia poden ver o vídeo</target> 10245 <target state="translated">Só as usuarias desta instancia poden ver o vídeo</target>
10166 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10246
10167 </trans-unit> 10247 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10168 <trans-unit id="ngb.alert.close" datatype="html"> 10248 <trans-unit id="ngb.alert.close" datatype="html">
10169 <source>Close</source> 10249 <source>Close</source>
10170 <target state="translated">Pechar</target> 10250 <target state="translated">Pechar</target>
@@ -10339,33 +10419,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10339 <trans-unit id="3284171506518522275" datatype="html"> 10419 <trans-unit id="3284171506518522275" datatype="html">
10340 <source>Your video was uploaded to your account and is private.</source> 10420 <source>Your video was uploaded to your account and is private.</source>
10341 <target state="translated">O vídeo subeuse á túa conta e é privado.</target> 10421 <target state="translated">O vídeo subeuse á túa conta e é privado.</target>
10342 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group> 10422
10343 </trans-unit> 10423 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10344 <trans-unit id="5699822024600815733" datatype="html"> 10424 <trans-unit id="5699822024600815733" datatype="html">
10345 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10425 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10346 <target state="translated">Pero os datos asociados (etiquetas, descrición...) perderanse, queres saír igualmente desta páxina?</target> 10426 <target state="translated">Pero os datos asociados (etiquetas, descrición...) perderanse, queres saír igualmente desta páxina?</target>
10347 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group> 10427
10348 </trans-unit> 10428 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10349 <trans-unit id="1219739004043110649" datatype="html"> 10429 <trans-unit id="1219739004043110649" datatype="html">
10350 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10430 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10351 <target state="translated">O vídeo aínda non se subiu, desexas realmente saír desta páxina?</target> 10431 <target state="translated">O vídeo aínda non se subiu, desexas realmente saír desta páxina?</target>
10352 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group> 10432
10353 </trans-unit> 10433 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10354 <trans-unit id="6932865105766151309" datatype="html"> 10434 <trans-unit id="6932865105766151309" datatype="html">
10355 <source>Upload</source> 10435 <source>Upload</source>
10356 <target state="translated">Subir</target> 10436 <target state="translated">Subir</target>
10357 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group> 10437
10358 </trans-unit> 10438 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10359 <trans-unit id="8278735427925094503" datatype="html"> 10439 <trans-unit id="8278735427925094503" datatype="html">
10360 <source>Upload <x id="PH"/> </source> 10440 <source>Upload <x id="PH"/> </source>
10361 <target state="translated">Subir <x id="PH"/> </target> 10441 <target state="translated">Subir <x id="PH"/> </target>
10362 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group> 10442
10363 </trans-unit> 10443 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10364 <trans-unit id="5981816353437801748" datatype="html"> 10444 <trans-unit id="5981816353437801748" datatype="html">
10365 <source>Video published.</source> 10445 <source>Video published.</source>
10366 <target state="translated">Vídeo publicado.</target> 10446 <target state="translated">Vídeo publicado.</target>
10367 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group> 10447
10368 </trans-unit> 10448 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10369 <trans-unit id="764164089183618119" datatype="html"> 10449 <trans-unit id="764164089183618119" datatype="html">
10370 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10450 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10371 <target state="translated">Tes cambios sen gardar! Se saes perderás os cambios.</target> 10451 <target state="translated">Tes cambios sen gardar! Se saes perderás os cambios.</target>
@@ -10412,27 +10492,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10412 <trans-unit id="961774488937452220" datatype="html"> 10492 <trans-unit id="961774488937452220" datatype="html">
10413 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10493 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10414 <target state="translated">Este vídeo non está dispoñible na túa instancia. Queres ser redirixida á instancia orixinal: &lt;a href="<x id="PH"/>"><x id="PH_1"/>/a>?</target> 10494 <target state="translated">Este vídeo non está dispoñible na túa instancia. Queres ser redirixida á instancia orixinal: &lt;a href="<x id="PH"/>"><x id="PH_1"/>/a>?</target>
10415 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group> 10495 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group>
10416 </trans-unit> 10496 </trans-unit>
10417 <trans-unit id="5761611056224181752" datatype="html"> 10497 <trans-unit id="5761611056224181752" datatype="html">
10418 <source>Redirection</source> 10498 <source>Redirection</source>
10419 <target state="translated">Redirección</target> 10499 <target state="translated">Redirección</target>
10420 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group> 10500 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group>
10421 </trans-unit> 10501 </trans-unit>
10422 <trans-unit id="8858527736400081688" datatype="html"> 10502 <trans-unit id="8858527736400081688" datatype="html">
10423 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10503 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10424 <target state="translated">Este vídeo contén contido explicito ou adulto. Tes certeza de querer velo?</target> 10504 <target state="translated">Este vídeo contén contido explicito ou adulto. Tes certeza de querer velo?</target>
10425 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group> 10505 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group>
10426 </trans-unit> 10506 </trans-unit>
10427 <trans-unit id="3937119019020041049" datatype="html"> 10507 <trans-unit id="3937119019020041049" datatype="html">
10428 <source>Mature or explicit content</source> 10508 <source>Mature or explicit content</source>
10429 <target state="translated">Contido explícito ou adulto</target> 10509 <target state="translated">Contido explícito ou adulto</target>
10430 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group> 10510 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group>
10431 </trans-unit> 10511 </trans-unit>
10432 <trans-unit id="1755474755114288376" datatype="html"> 10512 <trans-unit id="1755474755114288376" datatype="html">
10433 <source>Up Next</source> 10513 <source>Up Next</source>
10434 <target state="translated">A seguir</target> 10514 <target state="translated">A seguir</target>
10435 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group> 10515 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group>
10436 </trans-unit> 10516 </trans-unit>
10437 <trans-unit id="2159130950882492111" datatype="html"> 10517 <trans-unit id="2159130950882492111" datatype="html">
10438 <source>Cancel</source> 10518 <source>Cancel</source>
@@ -10442,63 +10522,63 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10442 <trans-unit id="3354816756665089864" datatype="html"> 10522 <trans-unit id="3354816756665089864" datatype="html">
10443 <source>Autoplay is suspended</source> 10523 <source>Autoplay is suspended</source>
10444 <target state="translated">Reprodución automática suspendida</target> 10524 <target state="translated">Reprodución automática suspendida</target>
10445 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group> 10525 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group>
10446 </trans-unit> 10526 </trans-unit>
10447 <trans-unit id="7895294730547405228" datatype="html"> 10527 <trans-unit id="7895294730547405228" datatype="html">
10448 <source>Enter/exit fullscreen (requires player focus)</source> 10528 <source>Enter/exit fullscreen (requires player focus)</source>
10449 <target state="translated">Entrar/Saír da pantalla completa (require foco no reprodutor)</target> 10529 <target state="translated">Entrar/Saír da pantalla completa (require foco no reprodutor)</target>
10450 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group> 10530
10451 </trans-unit> 10531 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10452 <trans-unit id="7618388257165864759" datatype="html"> 10532 <trans-unit id="7618388257165864759" datatype="html">
10453 <source>Play/Pause the video (requires player focus)</source> 10533 <source>Play/Pause the video (requires player focus)</source>
10454 <target state="translated">Reproducir/Pausar o vídeo (require foco no reprodutor)</target> 10534 <target state="translated">Reproducir/Pausar o vídeo (require foco no reprodutor)</target>
10455 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group> 10535
10456 </trans-unit> 10536 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10457 <trans-unit id="7761890399634216630" datatype="html"> 10537 <trans-unit id="7761890399634216630" datatype="html">
10458 <source>Mute/unmute the video (requires player focus)</source> 10538 <source>Mute/unmute the video (requires player focus)</source>
10459 <target state="translated">Acalar/Restablecer o vídeo (require foco no reprodutor)</target> 10539 <target state="translated">Acalar/Restablecer o vídeo (require foco no reprodutor)</target>
10460 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group> 10540
10461 </trans-unit> 10541 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10462 <trans-unit id="5996585232248234904" datatype="html"> 10542 <trans-unit id="5996585232248234904" datatype="html">
10463 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10543 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10464 <target state="translated">Saltar a unha porcentaxe do vídeo: 0 é 0% e 9 é 90% (require foco no reprodutor)</target> 10544 <target state="translated">Saltar a unha porcentaxe do vídeo: 0 é 0% e 9 é 90% (require foco no reprodutor)</target>
10465 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group> 10545
10466 </trans-unit> 10546 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10467 <trans-unit id="3748765405903319998" datatype="html"> 10547 <trans-unit id="3748765405903319998" datatype="html">
10468 <source>Increase the volume (requires player focus)</source> 10548 <source>Increase the volume (requires player focus)</source>
10469 <target state="translated">Aumentar volume (require foco no reprodutor)</target> 10549 <target state="translated">Aumentar volume (require foco no reprodutor)</target>
10470 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group> 10550
10471 </trans-unit> 10551 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10472 <trans-unit id="5810704036407159982" datatype="html"> 10552 <trans-unit id="5810704036407159982" datatype="html">
10473 <source>Decrease the volume (requires player focus)</source> 10553 <source>Decrease the volume (requires player focus)</source>
10474 <target state="translated">Diminuír volume (require foco no reprodutor)</target> 10554 <target state="translated">Diminuír volume (require foco no reprodutor)</target>
10475 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group> 10555
10476 </trans-unit> 10556 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10477 <trans-unit id="2622048822548065691" datatype="html"> 10557 <trans-unit id="2622048822548065691" datatype="html">
10478 <source>Seek the video forward (requires player focus)</source> 10558 <source>Seek the video forward (requires player focus)</source>
10479 <target state="translated">Saltar adiante no vídeo (require foco no reprodutor)</target> 10559 <target state="translated">Saltar adiante no vídeo (require foco no reprodutor)</target>
10480 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group> 10560
10481 </trans-unit> 10561 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10482 <trans-unit id="6540078205109221153" datatype="html"> 10562 <trans-unit id="6540078205109221153" datatype="html">
10483 <source>Seek the video backward (requires player focus)</source> 10563 <source>Seek the video backward (requires player focus)</source>
10484 <target state="translated">Saltar atrás no vídeo (require foco no reprodutor)</target> 10564 <target state="translated">Saltar atrás no vídeo (require foco no reprodutor)</target>
10485 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group> 10565
10486 </trans-unit> 10566 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10487 <trans-unit id="1956491957766210808" datatype="html"> 10567 <trans-unit id="1956491957766210808" datatype="html">
10488 <source>Increase playback rate (requires player focus)</source> 10568 <source>Increase playback rate (requires player focus)</source>
10489 <target state="translated">Aumentar taxa de reprodución (require foco no reprodutor)</target> 10569 <target state="translated">Aumentar taxa de reprodución (require foco no reprodutor)</target>
10490 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group> 10570
10491 </trans-unit> 10571 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10492 <trans-unit id="5495529997674803186" datatype="html"> 10572 <trans-unit id="5495529997674803186" datatype="html">
10493 <source>Decrease playback rate (requires player focus)</source> 10573 <source>Decrease playback rate (requires player focus)</source>
10494 <target state="translated">Diminuir taxa de reprodución (require foco no reprodutor)</target> 10574 <target state="translated">Diminuir taxa de reprodución (require foco no reprodutor)</target>
10495 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group> 10575
10496 </trans-unit> 10576 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10497 <trans-unit id="3178343147230721210" datatype="html"> 10577 <trans-unit id="3178343147230721210" datatype="html">
10498 <source>Navigate in the video frame by frame (requires player focus)</source> 10578 <source>Navigate in the video frame by frame (requires player focus)</source>
10499 <target state="translated">Navegar fotograma a fotograma (require foco no reprodutor)</target> 10579 <target state="translated">Navegar fotograma a fotograma (require foco no reprodutor)</target>
10500 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group> 10580
10501 </trans-unit> 10581 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10502 <trans-unit id="8025996572234182184" datatype="html"> 10582 <trans-unit id="8025996572234182184" datatype="html">
10503 <source>Like the video</source> 10583 <source>Like the video</source>
10504 <target state="translated">Gústame o vídeo</target> 10584 <target state="translated">Gústame o vídeo</target>
diff --git a/client/src/locale/angular.hu-HU.xlf b/client/src/locale/angular.hu-HU.xlf
index 1a7e3e3e9..fbc9d094e 100644
--- a/client/src/locale/angular.hu-HU.xlf
+++ b/client/src/locale/angular.hu-HU.xlf
@@ -163,7 +163,7 @@
163 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 163 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
164 </target> 164 </target>
165 165
166 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 166 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
167 <trans-unit id="1486537403020619891" datatype="html"> 167 <trans-unit id="1486537403020619891" datatype="html">
168 <source>My watch history</source> 168 <source>My watch history</source>
169 <target state="translated">Saját megtekintési előzmények</target> 169 <target state="translated">Saját megtekintési előzmények</target>
@@ -238,12 +238,12 @@
238 238
239 239
240 240
241 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 241 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
242 <trans-unit id="1006562256968398209" datatype="html"> 242 <trans-unit id="1006562256968398209" datatype="html">
243 <source>video</source> 243 <source>video</source>
244 <target state="translated">videó</target> 244 <target state="translated">videó</target>
245 245
246 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 246 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
247 <trans-unit id="6438815964972582865" datatype="html"> 247 <trans-unit id="6438815964972582865" datatype="html">
248 <source>The following link contains a private token and should not be shared with anyone.</source> 248 <source>The following link contains a private token and should not be shared with anyone.</source>
249 <target state="new"> The following link contains a private token and should not be shared with anyone. </target> 249 <target state="new"> The following link contains a private token and should not be shared with anyone. </target>
@@ -314,10 +314,10 @@
314 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 314 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
315 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 315 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
316 316
317 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 317 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
318 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 318 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
319 319
320 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit> 320 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
321 <trans-unit id="5235042777215655908" datatype="html"> 321 <trans-unit id="5235042777215655908" datatype="html">
322 <source>subtitles</source> 322 <source>subtitles</source>
323 <target state="translated">feliratok</target> 323 <target state="translated">feliratok</target>
@@ -526,7 +526,7 @@
526 <target>Törlés</target> 526 <target>Törlés</target>
527 527
528 528
529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
530 <trans-unit id="158575725114802951" datatype="html"> 530 <trans-unit id="158575725114802951" datatype="html">
531 <source>Only live videos</source> 531 <source>Only live videos</source>
532 <target state="new">Only live videos</target> 532 <target state="new">Only live videos</target>
@@ -707,10 +707,10 @@
707 <trans-unit id="2602586221576511475"> 707 <trans-unit id="2602586221576511475">
708 <source>Video quota</source> 708 <source>Video quota</source>
709 <target>Videokvóta</target> 709 <target>Videokvóta</target>
710 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 710
711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 711
712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 712
713 </trans-unit> 713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
714 <trans-unit id="1502595455339510144"> 714 <trans-unit id="1502595455339510144">
715 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 715 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
716 <target>Korlátlan <x id="START_TAG_NG_CONTAINER"/>(napi <x id="INTERPOLATION"/>)<x id="CLOSE_TAG_NG-CONTAINER"/></target> 716 <target>Korlátlan <x id="START_TAG_NG_CONTAINER"/>(napi <x id="INTERPOLATION"/>)<x id="CLOSE_TAG_NG-CONTAINER"/></target>
@@ -789,7 +789,31 @@
789 <source>Federation</source> 789 <source>Federation</source>
790 <target state="translated">Föderáció</target> 790 <target state="translated">Föderáció</target>
791 791
792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
793 <source>Following</source><target state="new">Following</target>
794 <context-group purpose="location">
795 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
796 <context context-type="linenumber">29</context>
797 </context-group>
798 <context-group purpose="location">
799 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
800 <context context-type="linenumber">31</context>
801 </context-group>
802 <context-group purpose="location">
803 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
804 <context context-type="linenumber">28</context>
805 </context-group>
806 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
807 <source>Followers</source><target state="new">Followers</target>
808 <context-group purpose="location">
809 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
810 <context context-type="linenumber">34</context>
811 </context-group>
812 <context-group purpose="location">
813 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
814 <context context-type="linenumber">37</context>
815 </context-group>
816 </trans-unit>
793 <trans-unit id="3541687134897970106" datatype="html"> 817 <trans-unit id="3541687134897970106" datatype="html">
794 <source>followers</source> 818 <source>followers</source>
795 <target state="translated">követő</target> 819 <target state="translated">követő</target>
@@ -861,7 +885,7 @@
861 885
862 886
863 887
864 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 888 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
865 <trans-unit id="3616223838716839702"> 889 <trans-unit id="3616223838716839702">
866 <source>Ban this user</source> 890 <source>Ban this user</source>
867 <target>Felhasználó kitiltása</target> 891 <target>Felhasználó kitiltása</target>
@@ -927,19 +951,13 @@
927 <trans-unit id="7252854992688790751" datatype="html"> 951 <trans-unit id="7252854992688790751" datatype="html">
928 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 952 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
929 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 953 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
930 <context-group purpose="location"> 954
931 <context context-type="sourcefile">src/app/+login/login.component.html</context> 955 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
932 <context context-type="linenumber">60,62</context>
933 </context-group>
934 </trans-unit>
935 <trans-unit id="7215649348148521605" datatype="html"> 956 <trans-unit id="7215649348148521605" datatype="html">
936 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 957 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
937 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 958 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
938 <context-group purpose="location"> 959
939 <context context-type="sourcefile">src/app/+login/login.component.html</context> 960 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
940 <context context-type="linenumber">65,67</context>
941 </context-group>
942 </trans-unit>
943 <trans-unit id="2392488717875840729"> 961 <trans-unit id="2392488717875840729">
944 <source>User</source> 962 <source>User</source>
945 <target>Felhasználó</target> 963 <target>Felhasználó</target>
@@ -950,66 +968,66 @@
950 <source>Username or email address</source> 968 <source>Username or email address</source>
951 <target>Felhasználónév vagy e-mail-cím</target> 969 <target>Felhasználónév vagy e-mail-cím</target>
952 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 970 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
971 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
972 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
973 <context-group purpose="location">
974 <context context-type="sourcefile">src/app/+login/login.component.html</context>
975 <context context-type="linenumber">33,34</context>
976 </context-group>
953 </trans-unit> 977 </trans-unit>
954 <trans-unit id="1431416938026210429"> 978 <trans-unit id="1431416938026210429">
955 <source>Password</source> 979 <source>Password</source>
956 <target>Jelszó</target> 980 <target>Jelszó</target>
957 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 981
958 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 982
959 <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> 983
960 <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> 984
961 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 985
962 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 986
963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 987
964 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 988
965 </trans-unit> 989 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
966 <trans-unit id="8715156686857791956" datatype="html"> 990 <trans-unit id="8715156686857791956" datatype="html">
967 <source>Click here to reset your password</source> 991 <source>Click here to reset your password</source>
968 <target state="translated">Kattintson ide a jelszava visszaállításához</target> 992 <target state="translated">Kattintson ide a jelszava visszaállításához</target>
969 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 993
970 </trans-unit> 994 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
971 <trans-unit id="892063502898494584" datatype="html"> 995 <trans-unit id="892063502898494584" datatype="html">
972 <source>I forgot my password</source> 996 <source>I forgot my password</source>
973 <target state="new">I forgot my password</target> 997 <target state="new">I forgot my password</target>
974 <context-group purpose="location"> 998
975 <context context-type="sourcefile">src/app/+login/login.component.html</context> 999 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
976 <context context-type="linenumber">47</context>
977 </context-group>
978 </trans-unit>
979 <trans-unit id="2101170466365500913" datatype="html"> 1000 <trans-unit id="2101170466365500913" datatype="html">
980 <source>Logging into an account lets you publish content</source> 1001 <source>Logging into an account lets you publish content</source>
981 <target state="new"> Logging into an account lets you publish content </target> 1002 <target state="new"> Logging into an account lets you publish content </target>
982 <context-group purpose="location"> 1003
983 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1004 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
984 <context context-type="linenumber">56,57</context>
985 </context-group>
986 </trans-unit>
987 <trans-unit id="2454050363478003966"> 1005 <trans-unit id="2454050363478003966">
988 <source>Login</source> 1006 <source>Login</source>
989 <target>Bejelentkezés</target> 1007 <target>Bejelentkezés</target>
990 1008
991 1009
992 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1010 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
993 <trans-unit id="3183213940445113677" datatype="html"> 1011 <trans-unit id="3183213940445113677" datatype="html">
994 <source>Or sign in with</source> 1012 <source>Or sign in with</source>
995 <target state="translated">Vagy jelentkezzen be ezzel:</target> 1013 <target state="translated">Vagy jelentkezzen be ezzel:</target>
996 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1014
997 </trans-unit> 1015 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
998 <trans-unit id="3238209155172574367"> 1016 <trans-unit id="3238209155172574367">
999 <source>Forgot your password</source> 1017 <source>Forgot your password</source>
1000 <target>Elfelejtett jelszó</target> 1018 <target>Elfelejtett jelszó</target>
1001 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1019
1002 </trans-unit> 1020 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1003 <trans-unit id="87327320394367488" datatype="html"> 1021 <trans-unit id="87327320394367488" datatype="html">
1004 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1022 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1005 <target state="translated">Sajnáljuk, de nem tudja helyreállítani a jelszavát, mert a példány rendszergazdája nem állította be a PeerTube levelezőrendszerét.</target> 1023 <target state="translated">Sajnáljuk, de nem tudja helyreállítani a jelszavát, mert a példány rendszergazdája nem állította be a PeerTube levelezőrendszerét.</target>
1006 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1024
1007 </trans-unit> 1025 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
1008 <trans-unit id="3188014010833256853" datatype="html"> 1026 <trans-unit id="3188014010833256853" datatype="html">
1009 <source>Enter your email address and we will send you a link to reset your password.</source> 1027 <source>Enter your email address and we will send you a link to reset your password.</source>
1010 <target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1028 <target state="new"> Enter your email address and we will send you a link to reset your password. </target>
1011 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1029
1012 </trans-unit> 1030 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
1013 <trans-unit id="1190256911880544559" datatype="html"> 1031 <trans-unit id="1190256911880544559" datatype="html">
1014 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1032 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1015The link will expire within 1 hour.</source> 1033The link will expire within 1 hour.</source>
@@ -1019,26 +1037,26 @@ The link will expire within 1 hour.</source>
1019 <trans-unit id="4768749765465246664"> 1037 <trans-unit id="4768749765465246664">
1020 <source>Email</source> 1038 <source>Email</source>
1021 <target>E-mail</target> 1039 <target>E-mail</target>
1022 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1040
1023 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1041
1024 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1042
1025 <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> 1043
1026 <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> 1044
1027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1045
1028 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1046
1029 </trans-unit> 1047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1030 <trans-unit id="3967269098753656610"> 1048 <trans-unit id="3967269098753656610">
1031 <source>Email address</source> 1049 <source>Email address</source>
1032 <target>E-mail-cím</target> 1050 <target>E-mail-cím</target>
1033 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1051
1034 <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> 1052
1035 </trans-unit> 1053 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1036 <trans-unit id="7808756054397155068" datatype="html"> 1054 <trans-unit id="7808756054397155068" datatype="html">
1037 <source>Reset</source> 1055 <source>Reset</source>
1038 <target state="new">Reset</target> 1056 <target state="new">Reset</target>
1039 <note priority="1" from="description">Password reset button</note> 1057 <note priority="1" from="description">Password reset button</note>
1040 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1058
1041 </trans-unit> 1059 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1042 <trans-unit id="4319634264526091601" datatype="html"> 1060 <trans-unit id="4319634264526091601" datatype="html">
1043 <source>on this instance</source> 1061 <source>on this instance</source>
1044 <target state="translated">ezen a példányon</target> 1062 <target state="translated">ezen a példányon</target>
@@ -1111,15 +1129,15 @@ The link will expire within 1 hour.</source>
1111 <target> 1129 <target>
1112 Nincs találat 1130 Nincs találat
1113 </target> 1131 </target>
1114 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1132
1115 </trans-unit> 1133 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1116 <trans-unit id="5500467336262464724"> 1134 <trans-unit id="5500467336262464724">
1117 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1135 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1118 <target> 1136 <target>
1119 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> feliratkozó 1137 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> feliratkozó
1120 </target> 1138 </target>
1121 1139
1122 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1140 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1123 <trans-unit id="1516969129397662377" datatype="html"> 1141 <trans-unit id="1516969129397662377" datatype="html">
1124 <source>Welcome to PeerTube, dear administrator!</source> 1142 <source>Welcome to PeerTube, dear administrator!</source>
1125 <target state="translated">Üdvözöli a PeerTube, kedves rendszergazda!</target> 1143 <target state="translated">Üdvözöli a PeerTube, kedves rendszergazda!</target>
@@ -1364,7 +1382,7 @@ The link will expire within 1 hour.</source>
1364 <target>Fiók létrehozása</target> 1382 <target>Fiók létrehozása</target>
1365 1383
1366 1384
1367 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1385 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1368 1386
1369 <trans-unit id="3058024914967508975" datatype="html"> 1387 <trans-unit id="3058024914967508975" datatype="html">
1370 <source>My videos</source> 1388 <source>My videos</source>
@@ -1421,7 +1439,7 @@ The link will expire within 1 hour.</source>
1421 <source>VIDEOS</source> 1439 <source>VIDEOS</source>
1422 <target state="translated">VIDEÓK</target> 1440 <target state="translated">VIDEÓK</target>
1423 1441
1424 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 1442 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
1425 <trans-unit id="667372110624203230" datatype="html"> 1443 <trans-unit id="667372110624203230" datatype="html">
1426 <source>Import jobs concurrency</source> 1444 <source>Import jobs concurrency</source>
1427 <target state="new">Import jobs concurrency</target> 1445 <target state="new">Import jobs concurrency</target>
@@ -1500,7 +1518,7 @@ The link will expire within 1 hour.</source>
1500 <source>I'm a teapot</source> 1518 <source>I'm a teapot</source>
1501 <target state="new">I'm a teapot</target> 1519 <target state="new">I'm a teapot</target>
1502 1520
1503 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 1521 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1504 <trans-unit id="1597262876035959248" datatype="html"> 1522 <trans-unit id="1597262876035959248" datatype="html">
1505 <source>That's an error.</source> 1523 <source>That's an error.</source>
1506 <target state="new">That's an error.</target> 1524 <target state="new">That's an error.</target>
@@ -1593,8 +1611,8 @@ The link will expire within 1 hour.</source>
1593 <trans-unit id="2971365540217107489" datatype="html"> 1611 <trans-unit id="2971365540217107489" datatype="html">
1594 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1612 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1595 <target state="translated">A média túl nagy ehhez a kiszolgálóhoz. Lépjen kapcsolatba a rendszergazdával, ha növelni szeretné a méretkorlátot.</target> 1613 <target state="translated">A média túl nagy ehhez a kiszolgálóhoz. Lépjen kapcsolatba a rendszergazdával, ha növelni szeretné a méretkorlátot.</target>
1596 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1614
1597 </trans-unit> 1615 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1598 1616
1599 <trans-unit id="5131854469652959713" datatype="html"> 1617 <trans-unit id="5131854469652959713" datatype="html">
1600 <source>GLOBAL SEARCH</source> 1618 <source>GLOBAL SEARCH</source>
@@ -1678,7 +1696,7 @@ The link will expire within 1 hour.</source>
1678 1696
1679 1697
1680 1698
1681 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1699 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1682 <source>Display only</source><target state="new">Display only</target> 1700 <source>Display only</source><target state="new">Display only</target>
1683 <context-group purpose="location"> 1701 <context-group purpose="location">
1684 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1702 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1716,7 +1734,7 @@ The link will expire within 1 hour.</source>
1716 <target>Időtartam</target> 1734 <target>Időtartam</target>
1717 1735
1718 1736
1719 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1737 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1720 <trans-unit id="3589238979642505685"> 1738 <trans-unit id="3589238979642505685">
1721 <source>Display sensitive content</source> 1739 <source>Display sensitive content</source>
1722 <target>Érzékeny tartalom megjelenítése</target> 1740 <target>Érzékeny tartalom megjelenítése</target>
@@ -1738,7 +1756,7 @@ The link will expire within 1 hour.</source>
1738 1756
1739 1757
1740 1758
1741 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1759 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1742 <trans-unit id="5478121364779850827" datatype="html"> 1760 <trans-unit id="5478121364779850827" datatype="html">
1743 <source>Reset</source> 1761 <source>Reset</source>
1744 <target state="translated">Visszaállítás</target> 1762 <target state="translated">Visszaállítás</target>
@@ -1759,7 +1777,7 @@ The link will expire within 1 hour.</source>
1759 1777
1760 1778
1761 1779
1762 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1780 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1763 <trans-unit id="4184995865179898060" datatype="html"> 1781 <trans-unit id="4184995865179898060" datatype="html">
1764 <source>Display all licenses</source> 1782 <source>Display all licenses</source>
1765 <target state="translated">Összes licenc megjelenítése</target> 1783 <target state="translated">Összes licenc megjelenítése</target>
@@ -1772,7 +1790,7 @@ The link will expire within 1 hour.</source>
1772 1790
1773 1791
1774 1792
1775 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1793 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1776 <trans-unit id="7904142744051432458" datatype="html"> 1794 <trans-unit id="7904142744051432458" datatype="html">
1777 <source>Display all languages</source> 1795 <source>Display all languages</source>
1778 <target state="translated">Összes nyelv megjelenítése</target> 1796 <target state="translated">Összes nyelv megjelenítése</target>
@@ -1787,17 +1805,23 @@ The link will expire within 1 hour.</source>
1787 <source>One of these tags</source> 1805 <source>One of these tags</source>
1788 <target>Ezen címkék egyike</target> 1806 <target>Ezen címkék egyike</target>
1789 1807
1790 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1808 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1809 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1810 <context-group purpose="location">
1811 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1812 <context context-type="linenumber">178</context>
1813 </context-group>
1814 </trans-unit>
1791 <trans-unit id="283421392567624698" datatype="html"> 1815 <trans-unit id="283421392567624698" datatype="html">
1792 <source>Search target</source> 1816 <source>Search target</source>
1793 <target state="translated">Keresési cél</target> 1817 <target state="translated">Keresési cél</target>
1794 1818
1795 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1819 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1796 <trans-unit id="2489767671380266270" datatype="html"> 1820 <trans-unit id="2489767671380266270" datatype="html">
1797 <source>Vidiverse</source> 1821 <source>Vidiverse</source>
1798 <target state="translated">Vidiverzum</target> 1822 <target state="translated">Vidiverzum</target>
1799 1823
1800 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1824 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1801 <trans-unit id="5478121364779850827" datatype="html"> 1825 <trans-unit id="5478121364779850827" datatype="html">
1802 <source>Reset</source> 1826 <source>Reset</source>
1803 <target state="translated">Visszaállítás</target> 1827 <target state="translated">Visszaállítás</target>
@@ -1807,7 +1831,7 @@ The link will expire within 1 hour.</source>
1807 <source>Filter</source> 1831 <source>Filter</source>
1808 <target>Szűrő</target> 1832 <target>Szűrő</target>
1809 1833
1810 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1834 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1811 <trans-unit id="6479885129995567639" datatype="html"> 1835 <trans-unit id="6479885129995567639" datatype="html">
1812 <source>Video channels</source> 1836 <source>Video channels</source>
1813 <target state="translated">Videócsatornák</target> 1837 <target state="translated">Videócsatornák</target>
@@ -1843,7 +1867,7 @@ The link will expire within 1 hour.</source>
1843 <target>Címkék</target> 1867 <target>Címkék</target>
1844 1868
1845 1869
1846 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1870 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1847 <trans-unit id="354332809647287722" datatype="html"> 1871 <trans-unit id="354332809647287722" datatype="html">
1848 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1872 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1849 <target state="translated">A címkék releváns ajánlások javaslatához használhatók. <x id="LINE_BREAK"/> Legfeljebb 5 címke lehet. <x id="LINE_BREAK"/> Kattintson az <x id="START_TAG_KBD"/>Enterre<x id="CLOSE_TAG_KBD"/> egy új címke hozzáadásához. </target> 1873 <target state="translated">A címkék releváns ajánlások javaslatához használhatók. <x id="LINE_BREAK"/> Legfeljebb 5 címke lehet. <x id="LINE_BREAK"/> Kattintson az <x id="START_TAG_KBD"/>Enterre<x id="CLOSE_TAG_KBD"/> egy új címke hozzáadásához. </target>
@@ -2299,7 +2323,7 @@ The link will expire within 1 hour.</source>
2299 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2323 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2300 <source>Upload on hold</source><target state="new">Upload on hold</target> 2324 <source>Upload on hold</source><target state="new">Upload on hold</target>
2301 2325
2302 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2326 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2303 <trans-unit id="285180972645018518" datatype="html"> 2327 <trans-unit id="285180972645018518" datatype="html">
2304 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2328 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2305 <target state="translated">Sajnáljuk, a feltöltési funkció tiltott a fiókjában. Ha videókat akar hozzáadni, akkor egy rendszergazdának fel kell oldania a kvótája zárolását.</target> 2329 <target state="translated">Sajnáljuk, a feltöltési funkció tiltott a fiókjában. Ha videókat akar hozzáadni, akkor egy rendszergazdának fel kell oldania a kvótája zárolását.</target>
@@ -2615,12 +2639,18 @@ The link will expire within 1 hour.</source>
2615 <source>Origin</source> 2639 <source>Origin</source>
2616 <target state="new">Origin</target> 2640 <target state="new">Origin</target>
2617 2641
2618 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2642 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2643 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2644 <context-group purpose="location">
2645 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2646 <context context-type="linenumber">14</context>
2647 </context-group>
2648 </trans-unit>
2619 <trans-unit id="5139892963394684487"> 2649 <trans-unit id="5139892963394684487">
2620 <source>Originally published</source> 2650 <source>Originally published</source>
2621 <target>Eredetileg közzétéve</target> 2651 <target>Eredetileg közzétéve</target>
2622 2652
2623 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2653 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2624 <trans-unit id="6402393085909200998" datatype="html"> 2654 <trans-unit id="6402393085909200998" datatype="html">
2625 <source>Friendly Reminder:</source> 2655 <source>Friendly Reminder:</source>
2626 <target state="translated">Baráti emlékeztető:</target> 2656 <target state="translated">Baráti emlékeztető:</target>
@@ -2979,11 +3009,7 @@ The link will expire within 1 hour.</source>
2979 <target>Azonosító</target> 3009 <target>Azonosító</target>
2980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
2981 </trans-unit> 3011 </trans-unit>
2982 <trans-unit id="2265605798180116441" datatype="html"> 3012
2983 <source>Follower handle</source>
2984 <target state="translated">Követőkezelő</target>
2985 <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>
2986 </trans-unit>
2987 <trans-unit id="5911214550882917183"> 3013 <trans-unit id="5911214550882917183">
2988 <source>State</source> 3014 <source>State</source>
2989 <target>Állapot</target> 3015 <target>Állapot</target>
@@ -3051,11 +3077,7 @@ The link will expire within 1 hour.</source>
3051 </target> 3077 </target>
3052 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3078 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3053 </trans-unit> 3079 </trans-unit>
3054 <trans-unit id="6641024648411549335" datatype="html"> 3080
3055 <source>Host</source>
3056 <target state="translated">Gép</target>
3057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3058 </trans-unit>
3059 <trans-unit id="6571718060636962350" datatype="html"> 3081 <trans-unit id="6571718060636962350" datatype="html">
3060 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3082 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3061 <target state="translated">Redundancia megengedett <x id="START_TAG_P-SORTICON"/><x id="CLOSE_TAG_P-SORTICON"/></target> 3083 <target state="translated">Redundancia megengedett <x id="START_TAG_P-SORTICON"/><x id="CLOSE_TAG_P-SORTICON"/></target>
@@ -3065,7 +3087,7 @@ The link will expire within 1 hour.</source>
3065 <source>Unfollow</source> 3087 <source>Unfollow</source>
3066 <target state="new">Unfollow</target> 3088 <target state="new">Unfollow</target>
3067 3089
3068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3069 <trans-unit id="8246779176913476983" datatype="html"> 3091 <trans-unit id="8246779176913476983" datatype="html">
3070 <source>Open instance in a new tab</source> 3092 <source>Open instance in a new tab</source>
3071 <target state="translated">Példány megnyitása új lapon</target> 3093 <target state="translated">Példány megnyitása új lapon</target>
@@ -3076,28 +3098,20 @@ The link will expire within 1 hour.</source>
3076 <trans-unit id="9132918641931433659" datatype="html"> 3098 <trans-unit id="9132918641931433659" datatype="html">
3077 <source>No host found matching current filters.</source> 3099 <source>No host found matching current filters.</source>
3078 <target state="translated">Nem található a jelenlegi szűrőkre illeszkedő gép.</target> 3100 <target state="translated">Nem található a jelenlegi szűrőkre illeszkedő gép.</target>
3079 <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> 3101
3080 </trans-unit> 3102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3081 <trans-unit id="7274241885665071790" datatype="html"> 3103 <trans-unit id="7274241885665071790" datatype="html">
3082 <source>Your instance is not following anyone.</source> 3104 <source>Your instance is not following anyone.</source>
3083 <target state="translated">Az Ön példánya nem követ senkit sem.</target> 3105 <target state="translated">Az Ön példánya nem követ senkit sem.</target>
3084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3106
3085 </trans-unit> 3107 <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>
3086 <trans-unit id="4774348799569692380" datatype="html"> 3108 <trans-unit id="4774348799569692380" datatype="html">
3087 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3109 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3088 <target state="translated"><x id="INTERPOLATION"/> – <x id="INTERPOLATION_1"/> / <x id="INTERPOLATION_2"/> gép megjelenítése</target> 3110 <target state="translated"><x id="INTERPOLATION"/> – <x id="INTERPOLATION_1"/> / <x id="INTERPOLATION_2"/> gép megjelenítése</target>
3089 <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> 3111 <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>
3090 </trans-unit> 3112 </trans-unit>
3091 <trans-unit id="6275803119759621687" datatype="html"> 3113
3092 <source>Follow domains</source> 3114
3093 <target state="translated">Tartományok követése</target>
3094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3095 </trans-unit>
3096 <trans-unit id="1268699198448750610" datatype="html">
3097 <source>Follow instances</source>
3098 <target state="new">Follow instances</target>
3099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3100 </trans-unit>
3101 <trans-unit id="9216117865911519658" datatype="html"> 3115 <trans-unit id="9216117865911519658" datatype="html">
3102 <source>Action</source> 3116 <source>Action</source>
3103 <target state="new">Action</target> 3117 <target state="new">Action</target>
@@ -3146,11 +3160,11 @@ The link will expire within 1 hour.</source>
3146 <trans-unit id="5248717555542428023"> 3160 <trans-unit id="5248717555542428023">
3147 <source>Username</source> 3161 <source>Username</source>
3148 <target>Felhasználónév</target> 3162 <target>Felhasználónév</target>
3149 <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> 3163
3150 <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> 3164
3151 <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> 3165
3152 <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> 3166
3153 </trans-unit> 3167 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3154 <trans-unit id="5428411040014095392" datatype="html"> 3168 <trans-unit id="5428411040014095392" datatype="html">
3155 <source>e.g. jane_doe</source> 3169 <source>e.g. jane_doe</source>
3156 <target state="new">e.g. jane_doe</target> 3170 <target state="new">e.g. jane_doe</target>
@@ -3178,9 +3192,9 @@ The link will expire within 1 hour.</source>
3178 <trans-unit id="4145496584631696119"> 3192 <trans-unit id="4145496584631696119">
3179 <source>Role</source> 3193 <source>Role</source>
3180 <target>Szerep</target> 3194 <target>Szerep</target>
3181 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3195
3182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3196
3183 </trans-unit> 3197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3184 <trans-unit id="7046347992315328430" datatype="html"> 3198 <trans-unit id="7046347992315328430" datatype="html">
3185 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3199 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3186 <target state="translated">Az átkódolás engedélyezve van. A videokvóta csak az <x id="START_TAG_STRONG"/>eredeti <x id="CLOSE_TAG_STRONG"/> videó méretét veszi figyelembe. <x id="LINE_BREAK"/> Ez a felhasználó legfeljebb ~ <x id="INTERPOLATION"/>-ot tölthet fel. </target> 3200 <target state="translated">Az átkódolás engedélyezve van. A videokvóta csak az <x id="START_TAG_STRONG"/>eredeti <x id="CLOSE_TAG_STRONG"/> videó méretét veszi figyelembe. <x id="LINE_BREAK"/> Ez a felhasználó legfeljebb ~ <x id="INTERPOLATION"/>-ot tölthet fel. </target>
@@ -3197,15 +3211,9 @@ The link will expire within 1 hour.</source>
3197 <trans-unit id="2622255144026150901" datatype="html"> 3211 <trans-unit id="2622255144026150901" datatype="html">
3198 <source>Auth plugin</source> 3212 <source>Auth plugin</source>
3199 <target state="new">Auth plugin</target> 3213 <target state="new">Auth plugin</target>
3200 <context-group purpose="location"> 3214
3201 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3215
3202 <context context-type="linenumber">188</context> 3216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit>
3203 </context-group>
3204 <context-group purpose="location">
3205 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3206 <context context-type="linenumber">188</context>
3207 </context-group>
3208 </trans-unit>
3209 <trans-unit id="588099657508661970" datatype="html"> 3217 <trans-unit id="588099657508661970" datatype="html">
3210 <source>None (local authentication)</source> 3218 <source>None (local authentication)</source>
3211 <target state="new">None (local authentication)</target> 3219 <target state="new">None (local authentication)</target>
@@ -3445,6 +3453,12 @@ The link will expire within 1 hour.</source>
3445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group> 3453 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group>
3446 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3454 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3455 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3456 </trans-unit><trans-unit id="8390803680962035202" datatype="html">
3457 <source>Follower</source><target state="new">Follower</target>
3458 <context-group purpose="location">
3459 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3460 <context context-type="linenumber">24</context>
3461 </context-group>
3448 </trans-unit> 3462 </trans-unit>
3449 <trans-unit id="4691552465058437520" datatype="html"> 3463 <trans-unit id="4691552465058437520" datatype="html">
3450 <source>Commented video</source> 3464 <source>Commented video</source>
@@ -3490,43 +3504,28 @@ The link will expire within 1 hour.</source>
3490 <trans-unit id="1807029821872995706" datatype="html"> 3504 <trans-unit id="1807029821872995706" datatype="html">
3491 <source>Unsolved reports</source> 3505 <source>Unsolved reports</source>
3492 <target state="new">Unsolved reports</target> 3506 <target state="new">Unsolved reports</target>
3493 <context-group purpose="location"> 3507
3494 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3495 <context context-type="linenumber">42</context>
3496 </context-group>
3497 </trans-unit>
3498 <trans-unit id="2570256912317308673" datatype="html"> 3509 <trans-unit id="2570256912317308673" datatype="html">
3499 <source>Accepted reports</source> 3510 <source>Accepted reports</source>
3500 <target state="new">Accepted reports</target> 3511 <target state="new">Accepted reports</target>
3501 <context-group purpose="location"> 3512
3502 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3513 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3503 <context context-type="linenumber">46</context>
3504 </context-group>
3505 </trans-unit>
3506 <trans-unit id="4335414817109654558" datatype="html"> 3514 <trans-unit id="4335414817109654558" datatype="html">
3507 <source>Refused reports</source> 3515 <source>Refused reports</source>
3508 <target state="new">Refused reports</target> 3516 <target state="new">Refused reports</target>
3509 <context-group purpose="location"> 3517
3510 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3518 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3511 <context context-type="linenumber">50</context>
3512 </context-group>
3513 </trans-unit>
3514 <trans-unit id="5604806676748121035" datatype="html"> 3519 <trans-unit id="5604806676748121035" datatype="html">
3515 <source>Reports with blocked videos</source> 3520 <source>Reports with blocked videos</source>
3516 <target state="new">Reports with blocked videos</target> 3521 <target state="new">Reports with blocked videos</target>
3517 <context-group purpose="location"> 3522
3518 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3519 <context context-type="linenumber">54</context>
3520 </context-group>
3521 </trans-unit>
3522 <trans-unit id="5105869928182826553" datatype="html"> 3524 <trans-unit id="5105869928182826553" datatype="html">
3523 <source>Reports with deleted videos</source> 3525 <source>Reports with deleted videos</source>
3524 <target state="new">Reports with deleted videos</target> 3526 <target state="new">Reports with deleted videos</target>
3525 <context-group purpose="location"> 3527
3526 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3528 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3527 <context context-type="linenumber">58</context>
3528 </context-group>
3529 </trans-unit>
3530 <trans-unit id="4678289986918934018" datatype="html"> 3529 <trans-unit id="4678289986918934018" datatype="html">
3531 <source>Block reason:</source> 3530 <source>Block reason:</source>
3532 <target state="translated">Tiltás oka:</target> 3531 <target state="translated">Tiltás oka:</target>
@@ -3545,19 +3544,13 @@ The link will expire within 1 hour.</source>
3545 <trans-unit id="7755288609601798418" datatype="html"> 3544 <trans-unit id="7755288609601798418" datatype="html">
3546 <source>Automatic blocks</source> 3545 <source>Automatic blocks</source>
3547 <target state="new">Automatic blocks</target> 3546 <target state="new">Automatic blocks</target>
3548 <context-group purpose="location"> 3547
3549 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3548 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3550 <context context-type="linenumber">31</context>
3551 </context-group>
3552 </trans-unit>
3553 <trans-unit id="6510868134640657079" datatype="html"> 3549 <trans-unit id="6510868134640657079" datatype="html">
3554 <source>Manual blocks</source> 3550 <source>Manual blocks</source>
3555 <target state="new">Manual blocks</target> 3551 <target state="new">Manual blocks</target>
3556 <context-group purpose="location"> 3552
3557 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3558 <context context-type="linenumber">35</context>
3559 </context-group>
3560 </trans-unit>
3561 <trans-unit id="2143435845912984377" datatype="html"> 3554 <trans-unit id="2143435845912984377" datatype="html">
3562 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3555 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3563 <target state="translated"><x id="INTERPOLATION"/> – <x id="INTERPOLATION_1"/> / <x id="INTERPOLATION_2"/> tiltott videó megjelenítése</target> 3556 <target state="translated"><x id="INTERPOLATION"/> – <x id="INTERPOLATION_1"/> / <x id="INTERPOLATION_2"/> tiltott videó megjelenítése</target>
@@ -3703,7 +3696,7 @@ The link will expire within 1 hour.</source>
3703 3696
3704 3697
3705 3698
3706 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3699 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3707 <trans-unit id="1300704815627663264"> 3700 <trans-unit id="1300704815627663264">
3708 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3701 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3709 <target>Némítás ideje <x id="START_TAG_P-SORTICON"/><x id="CLOSE_TAG_P-SORTICON"/></target> 3702 <target>Némítás ideje <x id="START_TAG_P-SORTICON"/><x id="CLOSE_TAG_P-SORTICON"/></target>
@@ -3741,8 +3734,8 @@ The link will expire within 1 hour.</source>
3741 <trans-unit id="4917252294930256268" datatype="html"> 3734 <trans-unit id="4917252294930256268" datatype="html">
3742 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3735 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3743 <target state="translated">Úgy tűnik, hogy nem HTTPS kiszolgálón van. A TLS-nek bekapcsolva kell lennie a webkiszolgálóján, hogy kiszolgálókat követhessen.</target> 3736 <target state="translated">Úgy tűnik, hogy nem HTTPS kiszolgálón van. A TLS-nek bekapcsolva kell lennie a webkiszolgálóján, hogy kiszolgálókat követhessen.</target>
3744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 3737
3745 </trans-unit> 3738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3746 <trans-unit id="4058814854824495833" datatype="html"> 3739 <trans-unit id="4058814854824495833" datatype="html">
3747 <source>Mute domains</source> 3740 <source>Mute domains</source>
3748 <target state="translated">Tartományok némítása</target> 3741 <target state="translated">Tartományok némítása</target>
@@ -3812,7 +3805,7 @@ The link will expire within 1 hour.</source>
3812 3805
3813 3806
3814 3807
3815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3816 <trans-unit id="8630916846096019339" datatype="html"> 3809 <trans-unit id="8630916846096019339" datatype="html">
3817 <source>Users can resolve distant content</source> 3810 <source>Users can resolve distant content</source>
3818 <target state="translated">A felhasználók feloldhatják a távoli tartalmat</target> 3811 <target state="translated">A felhasználók feloldhatják a távoli tartalmat</target>
@@ -5680,11 +5673,8 @@ color: red;
5680 <trans-unit id="5512878593724620692" datatype="html"> 5673 <trans-unit id="5512878593724620692" datatype="html">
5681 <source>CHANNELS</source> 5674 <source>CHANNELS</source>
5682 <target state="new">CHANNELS</target> 5675 <target state="new">CHANNELS</target>
5683 <context-group purpose="location"> 5676
5684 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5677 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5685 <context context-type="linenumber">82</context>
5686 </context-group>
5687 </trans-unit>
5688 <trans-unit id="3666829335406793239" datatype="html"> 5678 <trans-unit id="3666829335406793239" datatype="html">
5689 <source>This account does not have channels.</source> 5679 <source>This account does not have channels.</source>
5690 <target state="translated">Ennek a fióknak nincsenek csatornái.</target> 5680 <target state="translated">Ennek a fióknak nincsenek csatornái.</target>
@@ -5723,6 +5713,12 @@ It will delete <x id="PH_1" equiv-text="videoChannel.videosCount"/> videos uploa
5723channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</source> 5713channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</source>
5724 <target state="translated">Biztos, hogy törli a(z) <x id="PH" equiv-text="videoChannel.displayName"/> csatornát? Ez törli a csatornára feltöltött <x id="PH_1" equiv-text="videoChannel.videosCount"/> videót, és nem hozhat létre még egy csatornát ugyanezzel a névvel (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target> 5714 <target state="translated">Biztos, hogy törli a(z) <x id="PH" equiv-text="videoChannel.displayName"/> csatornát? Ez törli a csatornára feltöltött <x id="PH_1" equiv-text="videoChannel.videosCount"/> videót, és nem hozhat létre még egy csatornát ugyanezzel a névvel (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target>
5725 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 5715 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
5716 </trans-unit><trans-unit id="4433306639366959484" datatype="html">
5717 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5718 <context-group purpose="location">
5719 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5720 <context context-type="linenumber">48</context>
5721 </context-group>
5726 </trans-unit> 5722 </trans-unit>
5727 <trans-unit id="5387007581996837469" datatype="html"> 5723 <trans-unit id="5387007581996837469" datatype="html">
5728 <source>My Channels</source> 5724 <source>My Channels</source>
@@ -6236,12 +6232,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6236 <source>Your message has been sent.</source> 6232 <source>Your message has been sent.</source>
6237 <target>Az üzenete el lett küldve.</target> 6233 <target>Az üzenete el lett küldve.</target>
6238 6234
6239 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6235 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6240 <trans-unit id="2072135752262464360"> 6236 <trans-unit id="2072135752262464360">
6241 <source>You already sent this form recently</source> 6237 <source>You already sent this form recently</source>
6242 <target>Már nemrég elküldte ezt az űrlapot</target> 6238 <target>Már nemrég elküldte ezt az űrlapot</target>
6243 6239
6244 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6240 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6245 <trans-unit id="819067926858619041" datatype="html"> 6241 <trans-unit id="819067926858619041" datatype="html">
6246 <source>Account videos</source> 6242 <source>Account videos</source>
6247 <target state="translated">Fiók videói</target> 6243 <target state="translated">Fiók videói</target>
@@ -6285,13 +6281,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6285 <target state="translated"> 6281 <target state="translated">
6286 <x id="PH"/> közvetlen fiókkövető 6282 <x id="PH"/> közvetlen fiókkövető
6287 </target> 6283 </target>
6288 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6284
6289 </trans-unit> 6285 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6290 <trans-unit id="6250999352462648289" datatype="html"> 6286 <trans-unit id="6250999352462648289" datatype="html">
6291 <source>Report this account</source> 6287 <source>Report this account</source>
6292 <target state="translated">Fiók jelentése</target> 6288 <target state="translated">Fiók jelentése</target>
6293 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6289
6294 </trans-unit> 6290 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6295 <trans-unit id="1504521795586863905" datatype="html"> 6291 <trans-unit id="1504521795586863905" datatype="html">
6296 <source>VIDEOS</source> 6292 <source>VIDEOS</source>
6297 <target state="translated">VIDEÓK</target> 6293 <target state="translated">VIDEÓK</target>
@@ -6301,29 +6297,21 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6301 <trans-unit id="25349740244798533" datatype="html"> 6297 <trans-unit id="25349740244798533" datatype="html">
6302 <source>Username copied</source> 6298 <source>Username copied</source>
6303 <target state="translated">Felhasználónév lemásolva</target> 6299 <target state="translated">Felhasználónév lemásolva</target>
6304 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6300
6305 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6301
6306 </trans-unit> 6302 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6307 <trans-unit id="9221735175659318025" datatype="html"> 6303 <trans-unit id="9221735175659318025" datatype="html">
6308 <source>1 subscriber</source> 6304 <source>1 subscriber</source>
6309 <target state="translated">1 feliratkozó</target> 6305 <target state="translated">1 feliratkozó</target>
6310 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6306
6311 </trans-unit> 6307 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6312 <trans-unit id="4097331874769079975" datatype="html"> 6308 <trans-unit id="4097331874769079975" datatype="html">
6313 <source><x id="PH"/> subscribers</source> 6309 <source><x id="PH"/> subscribers</source>
6314 <target state="translated"><x id="PH"/> feliratkozó</target> 6310 <target state="translated"><x id="PH"/> feliratkozó</target>
6315 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group>
6316 </trans-unit>
6317 <trans-unit id="4682675125751819107" datatype="html">
6318 <source>Instances you follow</source>
6319 <target state="translated">Példányok, amiket követ</target>
6320
6321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6322 <trans-unit id="8899833753704589712" datatype="html">
6323 <source>Instances following you</source>
6324 <target state="translated">Példányok, amik követik</target>
6325 6311
6326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 6312 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6313
6314
6327 <trans-unit id="1035838766454786107" datatype="html"> 6315 <trans-unit id="1035838766454786107" datatype="html">
6328 <source>Audio-only</source> 6316 <source>Audio-only</source>
6329 <target state="translated">Csak hang</target> 6317 <target state="translated">Csak hang</target>
@@ -6373,6 +6361,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6373 <source>Auto (via ffmpeg)</source> 6361 <source>Auto (via ffmpeg)</source>
6374 <target>Automatikus (ffmpeg által)</target> 6362 <target>Automatikus (ffmpeg által)</target>
6375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6364 </trans-unit><trans-unit id="3642770981085338761" datatype="html">
6365 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6366 <context-group purpose="location">
6367 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6368 <context context-type="linenumber">3</context>
6369 </context-group>
6376 </trans-unit> 6370 </trans-unit>
6377 <trans-unit id="931255636742351800" datatype="html"> 6371 <trans-unit id="931255636742351800" datatype="html">
6378 <source>No limit</source> 6372 <source>No limit</source>
@@ -6513,18 +6507,34 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6513 <trans-unit id="2127446333083057097" datatype="html"> 6507 <trans-unit id="2127446333083057097" datatype="html">
6514 <source>Domain is required.</source> 6508 <source>Domain is required.</source>
6515 <target state="translated">Tartomány szükséges.</target> 6509 <target state="translated">Tartomány szükséges.</target>
6516 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6510
6517 </trans-unit> 6511 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6518 <trans-unit id="6780793142903080663" datatype="html"> 6512 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6519 <source>Domains entered are invalid.</source> 6513 <context-group purpose="location">
6520 <target state="translated">A megadott tartományok érvénytelenek.</target> 6514 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6521 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6515 <context context-type="linenumber">93</context>
6522 </trans-unit> 6516 </context-group>
6523 <trans-unit id="5886492514458202177" datatype="html"> 6517 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6524 <source>Domains entered contain duplicates.</source> 6518 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6525 <target state="translated">A megadott tartományok kettőzéseket tartalmaznak.</target> 6519 <context-group purpose="location">
6526 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6520 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6521 <context context-type="linenumber">94</context>
6522 </context-group>
6523 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6524 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6525 <context-group purpose="location">
6526 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6527 <context context-type="linenumber">102</context>
6528 </context-group>
6529 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6530 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6531 <context-group purpose="location">
6532 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6533 <context context-type="linenumber">103</context>
6534 </context-group>
6527 </trans-unit> 6535 </trans-unit>
6536
6537
6528 <trans-unit id="240806681889331244" datatype="html"> 6538 <trans-unit id="240806681889331244" datatype="html">
6529 <source>Unlimited</source> 6539 <source>Unlimited</source>
6530 <target state="translated">Korlátlan</target> 6540 <target state="translated">Korlátlan</target>
@@ -6684,24 +6694,50 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6684 <x id="PH"/> eltávolítva a példány követőiből 6694 <x id="PH"/> eltávolítva a példány követőiből
6685 </target> 6695 </target>
6686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6697 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
6698 <source>Follow</source><target state="new">Follow</target>
6699 <context-group purpose="location">
6700 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6701 <context context-type="linenumber">3</context>
6702 </context-group>
6703 <context-group purpose="location">
6704 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6705 <context context-type="linenumber">37</context>
6706 </context-group>
6707 <context-group purpose="location">
6708 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6709 <context context-type="linenumber">18</context>
6710 </context-group>
6711 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6712 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6713 <context-group purpose="location">
6714 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6715 <context context-type="linenumber">11</context>
6716 </context-group>
6687 </trans-unit> 6717 </trans-unit>
6688 <trans-unit id="2740793005745065895" datatype="html"> 6718 <trans-unit id="2740793005745065895" datatype="html">
6689 <source><x id="PH"/> is not valid </source> 6719 <source><x id="PH"/> is not valid </source>
6690 <target state="translated"> 6720 <target state="translated">
6691 <x id="PH"/> nem érvényes 6721 <x id="PH"/> nem érvényes
6692 </target> 6722 </target>
6693 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6723
6694 </trans-unit> 6724 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6695 <trans-unit id="2355066641781598196" datatype="html"> 6725 <trans-unit id="2355066641781598196" datatype="html">
6696 <source>Follow request(s) sent!</source> 6726 <source>Follow request(s) sent!</source>
6697 <target state="translated">Követési kérések elküldve!</target> 6727 <target state="translated">Követési kérések elküldve!</target>
6698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6728
6729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6730 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6731 <context-group purpose="location">
6732 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6733 <context context-type="linenumber">3</context>
6734 </context-group>
6699 </trans-unit> 6735 </trans-unit>
6700 <trans-unit id="4245720728052819482" datatype="html"> 6736 <trans-unit id="4245720728052819482" datatype="html">
6701 <source>Do you really want to unfollow <x id="PH"/>?</source> 6737 <source>Do you really want to unfollow <x id="PH"/>?</source>
6702 <target state="translated">Biztos, hogy megszünteti a(z) <x id="PH"/> követését?</target> 6738 <target state="translated">Biztos, hogy megszünteti a(z) <x id="PH"/> követését?</target>
6703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6739
6704 </trans-unit> 6740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6705 <trans-unit id="9160510009013134726" datatype="html"> 6741 <trans-unit id="9160510009013134726" datatype="html">
6706 <source>Unfollow</source> 6742 <source>Unfollow</source>
6707 <target state="translated">Követés megszüntetése</target> 6743 <target state="translated">Követés megszüntetése</target>
@@ -6710,8 +6746,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6710 <trans-unit id="3935234189109112926" datatype="html"> 6746 <trans-unit id="3935234189109112926" datatype="html">
6711 <source>You are not following <x id="PH"/> anymore.</source> 6747 <source>You are not following <x id="PH"/> anymore.</source>
6712 <target state="translated">Többé már nem követi a(z) <x id="PH"/> gépet.</target> 6748 <target state="translated">Többé már nem követi a(z) <x id="PH"/> gépet.</target>
6713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6749
6714 </trans-unit> 6750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6715 <trans-unit id="2593763089859685916" datatype="html"> 6751 <trans-unit id="2593763089859685916" datatype="html">
6716 <source>enabled</source> 6752 <source>enabled</source>
6717 <target state="translated">engedélyezve</target> 6753 <target state="translated">engedélyezve</target>
@@ -6818,107 +6854,107 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6818 <trans-unit id="6473213678768782133" datatype="html"> 6854 <trans-unit id="6473213678768782133" datatype="html">
6819 <source>Internal actions</source> 6855 <source>Internal actions</source>
6820 <target state="translated">Belső műveletek</target> 6856 <target state="translated">Belső műveletek</target>
6821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 6857
6822 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 6858
6823 </trans-unit> 6859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6824 <trans-unit id="4559872264406386913" datatype="html"> 6860 <trans-unit id="4559872264406386913" datatype="html">
6825 <source>Delete report</source> 6861 <source>Delete report</source>
6826 <target state="translated">Jelentés törlése</target> 6862 <target state="translated">Jelentés törlése</target>
6827 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 6863
6828 </trans-unit> 6864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6829 <trans-unit id="5793550984155962433" datatype="html"> 6865 <trans-unit id="5793550984155962433" datatype="html">
6830 <source>Actions for the flagged account</source> 6866 <source>Actions for the flagged account</source>
6831 <target state="translated">Műveletek a megjelölt fiókhoz</target> 6867 <target state="translated">Műveletek a megjelölt fiókhoz</target>
6832 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 6868
6833 </trans-unit> 6869 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
6834 <trans-unit id="1679841953757186358" datatype="html"> 6870 <trans-unit id="1679841953757186358" datatype="html">
6835 <source>Mark as accepted</source> 6871 <source>Mark as accepted</source>
6836 <target state="translated">Megjelölés elfogadottként</target> 6872 <target state="translated">Megjelölés elfogadottként</target>
6837 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 6873
6838 </trans-unit> 6874 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
6839 <trans-unit id="7993358694073742566" datatype="html"> 6875 <trans-unit id="7993358694073742566" datatype="html">
6840 <source>Mark as rejected</source> 6876 <source>Mark as rejected</source>
6841 <target state="translated">Megjelölés visszautasítottként</target> 6877 <target state="translated">Megjelölés visszautasítottként</target>
6842 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 6878
6843 </trans-unit> 6879 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
6844 <trans-unit id="4175703770051343108" datatype="html"> 6880 <trans-unit id="4175703770051343108" datatype="html">
6845 <source>Add internal note</source> 6881 <source>Add internal note</source>
6846 <target state="translated">Belső jegyzet hozzáadása</target> 6882 <target state="translated">Belső jegyzet hozzáadása</target>
6847 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 6883
6848 </trans-unit> 6884 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
6849 <trans-unit id="296166371893775555" datatype="html"> 6885 <trans-unit id="296166371893775555" datatype="html">
6850 <source>Actions for the video</source> 6886 <source>Actions for the video</source>
6851 <target state="translated">A videó műveletei</target> 6887 <target state="translated">A videó műveletei</target>
6852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 6888
6853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 6889
6854 </trans-unit> 6890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
6855 <trans-unit id="3924877328520650445" datatype="html"> 6891 <trans-unit id="3924877328520650445" datatype="html">
6856 <source>Block video</source> 6892 <source>Block video</source>
6857 <target state="translated">Videó letiltása</target> 6893 <target state="translated">Videó letiltása</target>
6858 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 6894
6859 </trans-unit> 6895 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
6860 <trans-unit id="4762794934098378428" datatype="html"> 6896 <trans-unit id="4762794934098378428" datatype="html">
6861 <source>Video blocked.</source> 6897 <source>Video blocked.</source>
6862 <target state="translated">Videó letiltva.</target> 6898 <target state="translated">Videó letiltva.</target>
6863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 6899
6864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 6900
6865 </trans-unit> 6901 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
6866 <trans-unit id="4328862996304258770" datatype="html"> 6902 <trans-unit id="4328862996304258770" datatype="html">
6867 <source>Unblock video</source> 6903 <source>Unblock video</source>
6868 <target state="translated">Videó feloldása</target> 6904 <target state="translated">Videó feloldása</target>
6869 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 6905
6870 </trans-unit> 6906 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
6871 <trans-unit id="9065327551191479877" datatype="html"> 6907 <trans-unit id="9065327551191479877" datatype="html">
6872 <source>Video unblocked.</source> 6908 <source>Video unblocked.</source>
6873 <target state="translated">Video feloldva.</target> 6909 <target state="translated">Video feloldva.</target>
6874 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 6910
6875 </trans-unit> 6911 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
6876 <trans-unit id="1250415136605923486" datatype="html"> 6912 <trans-unit id="1250415136605923486" datatype="html">
6877 <source>Do you really want to delete this abuse report?</source> 6913 <source>Do you really want to delete this abuse report?</source>
6878 <target state="translated">Valóban törölni szeretné ezt a visszaélési jelentést?</target> 6914 <target state="translated">Valóban törölni szeretné ezt a visszaélési jelentést?</target>
6879 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 6915
6880 </trans-unit> 6916 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
6881 <trans-unit id="3482559157143817408" datatype="html"> 6917 <trans-unit id="3482559157143817408" datatype="html">
6882 <source>Abuse deleted.</source> 6918 <source>Abuse deleted.</source>
6883 <target state="translated">Visszaélési jelentés törölve.</target> 6919 <target state="translated">Visszaélési jelentés törölve.</target>
6884 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 6920
6885 </trans-unit> 6921 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
6886 <trans-unit id="6282990098351939529" datatype="html"> 6922 <trans-unit id="6282990098351939529" datatype="html">
6887 <source>Deleted comment</source> 6923 <source>Deleted comment</source>
6888 <target state="translated">Törölt megjegyzés</target> 6924 <target state="translated">Törölt megjegyzés</target>
6889 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 6925
6890 </trans-unit> 6926 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
6891 <trans-unit id="9196775343330824083" datatype="html"> 6927 <trans-unit id="9196775343330824083" datatype="html">
6892 <source>Messages with reporter</source> 6928 <source>Messages with reporter</source>
6893 <target state="translated">Üzenetek a bejelentővel</target> 6929 <target state="translated">Üzenetek a bejelentővel</target>
6894 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 6930
6895 </trans-unit> 6931 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
6896 <trans-unit id="8770468575924421391" datatype="html"> 6932 <trans-unit id="8770468575924421391" datatype="html">
6897 <source>Messages with moderators</source> 6933 <source>Messages with moderators</source>
6898 <target state="translated">Üzenetek moderátorokkal</target> 6934 <target state="translated">Üzenetek moderátorokkal</target>
6899 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 6935
6900 </trans-unit> 6936 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
6901 <trans-unit id="8528549800795985099" datatype="html"> 6937 <trans-unit id="8528549800795985099" datatype="html">
6902 <source>Update internal note</source> 6938 <source>Update internal note</source>
6903 <target state="translated">Belső jegyzet frissítése</target> 6939 <target state="translated">Belső jegyzet frissítése</target>
6904 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 6940
6905 </trans-unit> 6941 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
6906 <trans-unit id="3962242315365992494" datatype="html"> 6942 <trans-unit id="3962242315365992494" datatype="html">
6907 <source>Switch video block to manual</source> 6943 <source>Switch video block to manual</source>
6908 <target state="translated">Videó letiltásának manuálisra állítása</target> 6944 <target state="translated">Videó letiltásának manuálisra állítása</target>
6909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 6945
6910 </trans-unit> 6946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
6911 <trans-unit id="6906423861055262169" datatype="html"> 6947 <trans-unit id="6906423861055262169" datatype="html">
6912 <source>Video <x id="PH"/> switched to manual block.</source> 6948 <source>Video <x id="PH"/> switched to manual block.</source>
6913 <target state="translated">A <x id="PH"/> videó kézi letiltásra állítva.</target> 6949 <target state="translated">A <x id="PH"/> videó kézi letiltásra állítva.</target>
6914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 6950
6915 </trans-unit> 6951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
6916 <trans-unit id="7293356040886494773" datatype="html"> 6952 <trans-unit id="7293356040886494773" datatype="html">
6917 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 6953 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
6918 <target state="translated">Biztosan feloldja a videó tiltását? Újra elérhető lesz a videólistában.</target> 6954 <target state="translated">Biztosan feloldja a videó tiltását? Újra elérhető lesz a videólistában.</target>
6919 6955
6920 6956
6921 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 6957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
6922 <trans-unit id="4859202148272511129" datatype="html"> 6958 <trans-unit id="4859202148272511129" datatype="html">
6923 <source>Unblock</source> 6959 <source>Unblock</source>
6924 <target state="translated">Feloldás</target> 6960 <target state="translated">Feloldás</target>
@@ -6926,13 +6962,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6926 6962
6927 6963
6928 6964
6929 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
6930 <trans-unit id="4922469417589203720" datatype="html"> 6966 <trans-unit id="4922469417589203720" datatype="html">
6931 <source>Video <x id="PH"/> unblocked.</source> 6967 <source>Video <x id="PH"/> unblocked.</source>
6932 <target state="translated">A <x id="PH"/> videó feloldva.</target> 6968 <target state="translated">A <x id="PH"/> videó feloldva.</target>
6933 6969
6934 6970
6935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 6971 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
6936 <trans-unit id="6286037250766429054" datatype="html"> 6972 <trans-unit id="6286037250766429054" datatype="html">
6937 <source>yes</source> 6973 <source>yes</source>
6938 <target state="translated">igen</target> 6974 <target state="translated">igen</target>
@@ -7183,9 +7219,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7183 <trans-unit id="1519954996184640001" datatype="html"> 7219 <trans-unit id="1519954996184640001" datatype="html">
7184 <source>Error</source> 7220 <source>Error</source>
7185 <target state="translated">Hiba</target> 7221 <target state="translated">Hiba</target>
7186 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7222
7187 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7223
7188 </trans-unit> 7224 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7189 <trans-unit id="5076187961693950167" datatype="html"> 7225 <trans-unit id="5076187961693950167" datatype="html">
7190 <source>Standard logs</source> 7226 <source>Standard logs</source>
7191 <target state="translated">Szabványos naplók</target> 7227 <target state="translated">Szabványos naplók</target>
@@ -7226,16 +7262,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7226 <target state="translated">Felhasználó jelszavának frissítése</target> 7262 <target state="translated">Felhasználó jelszavának frissítése</target>
7227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7228 </trans-unit> 7264 </trans-unit>
7229 <trans-unit id="177544274549739411" datatype="html"> 7265
7230 <source>Following list</source> 7266
7231 <target state="translated">Követési lista</target>
7232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7233 </trans-unit>
7234 <trans-unit id="8092429110007204784" datatype="html">
7235 <source>Followers list</source>
7236 <target state="translated">Követők listája</target>
7237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7238 </trans-unit>
7239 <trans-unit id="780323526182667308" datatype="html"> 7267 <trans-unit id="780323526182667308" datatype="html">
7240 <source>User <x id="PH"/> updated.</source> 7268 <source>User <x id="PH"/> updated.</source>
7241 <target state="translated"><x id="PH"/> felhasználó frissítve.</target> 7269 <target state="translated"><x id="PH"/> felhasználó frissítve.</target>
@@ -7271,16 +7299,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7271 <target state="translated">Föderáció</target> 7299 <target state="translated">Föderáció</target>
7272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7273 </trans-unit> 7301 </trans-unit>
7274 <trans-unit id="4682675125751819107" datatype="html"> 7302
7275 <source>Instances you follow</source> 7303
7276 <target state="translated">Követett példányok</target>
7277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7278 </trans-unit>
7279 <trans-unit id="8899833753704589712" datatype="html">
7280 <source>Instances following you</source>
7281 <target state="translated">Követő példányok</target>
7282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7283 </trans-unit>
7284 <trans-unit id="3767259920053407667" datatype="html"> 7304 <trans-unit id="3767259920053407667" datatype="html">
7285 <source>Videos will be deleted, comments will be tombstoned.</source> 7305 <source>Videos will be deleted, comments will be tombstoned.</source>
7286 <target state="translated">A videók törölve lesznek, a hozzászólások el lesznek temetve.</target> 7306 <target state="translated">A videók törölve lesznek, a hozzászólások el lesznek temetve.</target>
@@ -7311,7 +7331,25 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7311 <target state="translated">E-mail beállítása ellenőrzöttre</target> 7331 <target state="translated">E-mail beállítása ellenőrzöttre</target>
7312 7332
7313 7333
7314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7334 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7335 <source>Created</source><target state="new">Created</target>
7336 <context-group purpose="location">
7337 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7338 <context context-type="linenumber">115</context>
7339 </context-group>
7340 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7341 <source>Daily quota</source><target state="new">Daily quota</target>
7342 <context-group purpose="location">
7343 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7344 <context context-type="linenumber">120</context>
7345 </context-group>
7346 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7347 <source>Last login</source><target state="new">Last login</target>
7348 <context-group purpose="location">
7349 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7350 <context context-type="linenumber">122</context>
7351 </context-group>
7352 </trans-unit>
7315 <trans-unit id="3403978719736970622" datatype="html"> 7353 <trans-unit id="3403978719736970622" datatype="html">
7316 <source>You cannot ban root.</source> 7354 <source>You cannot ban root.</source>
7317 <target state="translated">Nem tilthatja ki a rendszergazdát.</target> 7355 <target state="translated">Nem tilthatja ki a rendszergazdát.</target>
@@ -7616,13 +7654,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7616 <trans-unit id="1137937154872046253" datatype="html"> 7654 <trans-unit id="1137937154872046253" datatype="html">
7617 <source>Video channel <x id="PH"/> created.</source> 7655 <source>Video channel <x id="PH"/> created.</source>
7618 <target state="translated">A(z) <x id="PH"/> videócsatorna létrehozva.</target> 7656 <target state="translated">A(z) <x id="PH"/> videócsatorna létrehozva.</target>
7619 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 7657
7620 </trans-unit> 7658 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7621 <trans-unit id="8723777130353305761" datatype="html"> 7659 <trans-unit id="8723777130353305761" datatype="html">
7622 <source>This name already exists on this instance.</source> 7660 <source>This name already exists on this instance.</source>
7623 <target state="translated">Ez a név már létezik ebben a példányban.</target> 7661 <target state="translated">Ez a név már létezik ebben a példányban.</target>
7624 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 7662
7625 </trans-unit> 7663 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7626 <trans-unit id="7589345916094713536" datatype="html"> 7664 <trans-unit id="7589345916094713536" datatype="html">
7627 <source>Video channel <x id="PH"/> updated.</source> 7665 <source>Video channel <x id="PH"/> updated.</source>
7628 <target state="translated">A(z) <x id="PH"/> videocsatorna frissítve.</target> 7666 <target state="translated">A(z) <x id="PH"/> videocsatorna frissítve.</target>
@@ -7643,11 +7681,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7643 <target state="new">Banner deleted.</target> 7681 <target state="new">Banner deleted.</target>
7644 7682
7645 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 7683 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7646 <trans-unit id="2575302837003821736" datatype="html"> 7684
7647 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7648 <target state="translated">Írja be a videócsatorna megjelenített nevét ( <x id="PH"/>) a megerősítéshez</target>
7649 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
7650 </trans-unit>
7651 <trans-unit id="624066830180032195" datatype="html"> 7685 <trans-unit id="624066830180032195" datatype="html">
7652 <source>Video channel <x id="PH"/> deleted.</source> 7686 <source>Video channel <x id="PH"/> deleted.</source>
7653 <target state="translated">A(z) <x id="PH"/> videócsatorna törölve.</target> 7687 <target state="translated">A(z) <x id="PH"/> videócsatorna törölve.</target>
@@ -7796,6 +7830,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7796 <source>Ownership change request sent.</source> 7830 <source>Ownership change request sent.</source>
7797 <target state="translated">Tulajdonjog-változtatási kérelem elküldve.</target> 7831 <target state="translated">Tulajdonjog-változtatási kérelem elküldve.</target>
7798 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 7832 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
7833 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
7834 <source>Sort by</source><target state="new">Sort by</target>
7835 <context-group purpose="location">
7836 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
7837 <context context-type="linenumber">26</context>
7838 </context-group>
7799 </trans-unit> 7839 </trans-unit>
7800 <trans-unit id="3245220240937722814" datatype="html"> 7840 <trans-unit id="3245220240937722814" datatype="html">
7801 <source>My channels</source> 7841 <source>My channels</source>
@@ -7857,12 +7897,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7857 <source>Maximize editor</source> 7897 <source>Maximize editor</source>
7858 <target state="new">Maximize editor</target> 7898 <target state="new">Maximize editor</target>
7859 7899
7860 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 7900 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
7861 <trans-unit id="4243591013849340688" datatype="html"> 7901 <trans-unit id="4243591013849340688" datatype="html">
7862 <source>Exit maximized editor</source> 7902 <source>Exit maximized editor</source>
7863 <target state="new">Exit maximized editor</target> 7903 <target state="new">Exit maximized editor</target>
7864 7904
7865 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 7905 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7866 <trans-unit id="6537885755702623401" datatype="html"> 7906 <trans-unit id="6537885755702623401" datatype="html">
7867 <source>Now please check your emails to verify your account and complete signup.</source> 7907 <source>Now please check your emails to verify your account and complete signup.</source>
7868 <target state="translated">Most nézze meg az e-mailjeit a fiókja ellenőrzéséhez és a regisztráció befejezéséhez.</target> 7908 <target state="translated">Most nézze meg az e-mailjeit a fiókja ellenőrzéséhez és a regisztráció befejezéséhez.</target>
@@ -7894,7 +7934,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7894 <target state="translated">Feliratkozás a fiókra</target> 7934 <target state="translated">Feliratkozás a fiókra</target>
7895 7935
7896 7936
7897 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 7937 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
7898 <trans-unit id="3131904093925601441" datatype="html"> 7938 <trans-unit id="3131904093925601441" datatype="html">
7899 <source>PLAYLISTS</source> 7939 <source>PLAYLISTS</source>
7900 <target state="new">PLAYLISTS</target> 7940 <target state="new">PLAYLISTS</target>
@@ -7941,34 +7981,34 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7941 <trans-unit id="3779524668013120370" datatype="html"> 7981 <trans-unit id="3779524668013120370" datatype="html">
7942 <source>Go to my subscriptions</source> 7982 <source>Go to my subscriptions</source>
7943 <target state="translated">Ugrás a feliratkozásaimhoz</target> 7983 <target state="translated">Ugrás a feliratkozásaimhoz</target>
7944 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 7984
7945 </trans-unit> 7985 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
7946 <trans-unit id="1136469849928650779" datatype="html"> 7986 <trans-unit id="1136469849928650779" datatype="html">
7947 <source>Go to my videos</source> 7987 <source>Go to my videos</source>
7948 <target state="translated">Ugrás a videóimhoz</target> 7988 <target state="translated">Ugrás a videóimhoz</target>
7949 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 7989
7950 </trans-unit> 7990 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7951 <trans-unit id="7836683738999600376" datatype="html"> 7991 <trans-unit id="7836683738999600376" datatype="html">
7952 <source>Go to my imports</source> 7992 <source>Go to my imports</source>
7953 <target state="translated">Ugrás az importálásaimhoz</target> 7993 <target state="translated">Ugrás az importálásaimhoz</target>
7954 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 7994
7955 </trans-unit> 7995 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
7956 <trans-unit id="7511292153332773503" datatype="html"> 7996 <trans-unit id="7511292153332773503" datatype="html">
7957 <source>Go to my channels</source> 7997 <source>Go to my channels</source>
7958 <target state="translated">Ugrás a csatornáimhoz</target> 7998 <target state="translated">Ugrás a csatornáimhoz</target>
7959 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 7999
7960 </trans-unit> 8000 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
7961 <trans-unit id="2013324644839511073" datatype="html"> 8001 <trans-unit id="2013324644839511073" datatype="html">
7962 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8002 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
7963Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8003Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
7964 <target state="translated">Az OAuth kliens hitelesítő adatai nem kérhetők le: <x id="PH" equiv-text="error.text"/>. Győződjön meg róla, hogy helyesen állította be a PeerTube-ot (konfiguráció / könyvtár), különösképpen a „webserver” szakaszban.</target> 8004 <target state="translated">Az OAuth kliens hitelesítő adatai nem kérhetők le: <x id="PH" equiv-text="error.text"/>. Győződjön meg róla, hogy helyesen állította be a PeerTube-ot (konfiguráció / könyvtár), különösképpen a „webserver” szakaszban.</target>
7965 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8005
7966 </trans-unit> 8006 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
7967 <trans-unit id="375263728166936544" datatype="html"> 8007 <trans-unit id="375263728166936544" datatype="html">
7968 <source>You need to reconnect.</source> 8008 <source>You need to reconnect.</source>
7969 <target state="translated">Újra kell csatlakoznia.</target> 8009 <target state="translated">Újra kell csatlakoznia.</target>
7970 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8010
7971 </trans-unit> 8011 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
7972 <trans-unit id="2206638022166154361" datatype="html"> 8012 <trans-unit id="2206638022166154361" datatype="html">
7973 <source>Keyboard Shortcuts:</source> 8013 <source>Keyboard Shortcuts:</source>
7974 <target state="translated">Gyorsbillentyűk:</target> 8014 <target state="translated">Gyorsbillentyűk:</target>
@@ -7979,6 +8019,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7979 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8019 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7980 <context context-type="linenumber">98</context> 8020 <context context-type="linenumber">98</context>
7981 </context-group> 8021 </context-group>
8022 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8023 <source>In my library</source><target state="new">In my library</target>
8024 <context-group purpose="location">
8025 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8026 <context context-type="linenumber">104</context>
8027 </context-group>
7982 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 8028 </trans-unit><trans-unit id="232050922346936574" datatype="html">
7983 <source>Trending</source><target state="new">Trending</target> 8029 <source>Trending</source><target state="new">Trending</target>
7984 8030
@@ -8001,39 +8047,39 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8001 <trans-unit id="1266887509445371246" datatype="html"> 8047 <trans-unit id="1266887509445371246" datatype="html">
8002 <source>Incorrect username or password.</source> 8048 <source>Incorrect username or password.</source>
8003 <target state="translated">Helytelen felhasználónév vagy jelszó.</target> 8049 <target state="translated">Helytelen felhasználónév vagy jelszó.</target>
8004 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8050
8005 </trans-unit> 8051 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8006 <trans-unit id="6974874606619467663" datatype="html"> 8052 <trans-unit id="6974874606619467663" datatype="html">
8007 <source>Your account is blocked.</source> 8053 <source>Your account is blocked.</source>
8008 <target state="translated">A fiókja le van tiltva.</target> 8054 <target state="translated">A fiókja le van tiltva.</target>
8009 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8055
8010 </trans-unit> 8056 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8011 <trans-unit id="7939914198003891823" datatype="html"> 8057 <trans-unit id="7939914198003891823" datatype="html">
8012 <source>any language</source> 8058 <source>any language</source>
8013 <target state="translated">bármely nyelv</target> 8059 <target state="translated">bármely nyelv</target>
8014 8060
8015 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8061 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8016 8062
8017 <trans-unit id="5633144232269377096" datatype="html"> 8063 <trans-unit id="5633144232269377096" datatype="html">
8018 <source>hide</source> 8064 <source>hide</source>
8019 <target state="translated">elrejtés</target> 8065 <target state="translated">elrejtés</target>
8020 8066
8021 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8067 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8022 <trans-unit id="8603861867909474404" datatype="html"> 8068 <trans-unit id="8603861867909474404" datatype="html">
8023 <source>blur</source> 8069 <source>blur</source>
8024 <target state="translated">homályosítás</target> 8070 <target state="translated">homályosítás</target>
8025 8071
8026 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8072 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8027 <trans-unit id="4534458451100881847" datatype="html"> 8073 <trans-unit id="4534458451100881847" datatype="html">
8028 <source>display</source> 8074 <source>display</source>
8029 <target state="translated">megjelenítés</target> 8075 <target state="translated">megjelenítés</target>
8030 8076
8031 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8077 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8032 <trans-unit id="4467323362722952678" datatype="html"> 8078 <trans-unit id="4467323362722952678" datatype="html">
8033 <source>Unknown</source> 8079 <source>Unknown</source>
8034 <target state="translated">Ismeretlen</target> 8080 <target state="translated">Ismeretlen</target>
8035 8081
8036 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8082 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8037 <trans-unit id="8781423666414310853" datatype="html"> 8083 <trans-unit id="8781423666414310853" datatype="html">
8038 <source>Your password has been successfully reset!</source> 8084 <source>Your password has been successfully reset!</source>
8039 <target state="translated">A jelszava sikeresen vissza lett állítva!</target> 8085 <target state="translated">A jelszava sikeresen vissza lett állítva!</target>
@@ -8144,12 +8190,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8144 <source>Search index is unavailable. Retrying with instance results instead.</source> 8190 <source>Search index is unavailable. Retrying with instance results instead.</source>
8145 <target state="translated">A keresőindex nem érhető el. Újrapróbálkozás a példány találataival.</target> 8191 <target state="translated">A keresőindex nem érhető el. Újrapróbálkozás a példány találataival.</target>
8146 8192
8147 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8193 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8148 <trans-unit id="307702206382241469" datatype="html"> 8194 <trans-unit id="307702206382241469" datatype="html">
8149 <source>Search error</source> 8195 <source>Search error</source>
8150 <target state="translated">Keresési hiba</target> 8196 <target state="translated">Keresési hiba</target>
8151 8197
8152 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8198 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8199 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8200 <context-group purpose="location">
8201 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8202 <context context-type="linenumber">329</context>
8203 </context-group>
8204 </trans-unit>
8153 <trans-unit id="4580988005648117665" datatype="html"> 8205 <trans-unit id="4580988005648117665" datatype="html">
8154 <source>Search</source> 8206 <source>Search</source>
8155 <target state="translated">Keresés</target> 8207 <target state="translated">Keresés</target>
@@ -9356,17 +9408,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9356 <target state="translated">A(z) <x id="PH"/> fiókot némította a példány.</target> 9408 <target state="translated">A(z) <x id="PH"/> fiókot némította a példány.</target>
9357 9409
9358 9410
9359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9360 <trans-unit id="1595779426198793580" datatype="html"> 9412 <trans-unit id="1595779426198793580" datatype="html">
9361 <source>Mute server</source> 9413 <source>Mute server</source>
9362 <target state="translated">Kiszolgáló némítása</target> 9414 <target state="translated">Kiszolgáló némítása</target>
9363 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 9415
9364 </trans-unit> 9416 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9365 <trans-unit id="8014491157078444256" datatype="html"> 9417 <trans-unit id="8014491157078444256" datatype="html">
9366 <source>Server <x id="PH"/> muted by the instance.</source> 9418 <source>Server <x id="PH"/> muted by the instance.</source>
9367 <target state="translated">A(z) <x id="PH"/> kiszolgálót némította a példány.</target> 9419 <target state="translated">A(z) <x id="PH"/> kiszolgálót némította a példány.</target>
9368 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 9420
9369 </trans-unit> 9421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9370 <trans-unit id="2044813052587776285" datatype="html"> 9422 <trans-unit id="2044813052587776285" datatype="html">
9371 <source>Add a message to communicate with the reporter</source> 9423 <source>Add a message to communicate with the reporter</source>
9372 <target state="translated">Üzenet hozzáadása a bejelentővel történő kommunikációhoz</target> 9424 <target state="translated">Üzenet hozzáadása a bejelentővel történő kommunikációhoz</target>
@@ -9606,18 +9658,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9606 <trans-unit id="968295009933361070" datatype="html"> 9658 <trans-unit id="968295009933361070" datatype="html">
9607 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 9659 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
9608 <target state="translated">Túl sok próbálkozás. Próbálja meg újra <x id="PH"/> perc múlva.</target> 9660 <target state="translated">Túl sok próbálkozás. Próbálja meg újra <x id="PH"/> perc múlva.</target>
9609 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9661
9610 </trans-unit> 9662 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9611 <trans-unit id="4965472196059235310" datatype="html"> 9663 <trans-unit id="4965472196059235310" datatype="html">
9612 <source>Too many attempts, please try again later.</source> 9664 <source>Too many attempts, please try again later.</source>
9613 <target state="translated">Túl sok próbálkozás. Próbálja meg újra később.</target> 9665 <target state="translated">Túl sok próbálkozás. Próbálja meg újra később.</target>
9614 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9666
9615 </trans-unit> 9667 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9616 <trans-unit id="1693549688987384699" datatype="html"> 9668 <trans-unit id="1693549688987384699" datatype="html">
9617 <source>Server error. Please retry later.</source> 9669 <source>Server error. Please retry later.</source>
9618 <target state="translated">Kiszolgálóhiba. Próbálja újra később.</target> 9670 <target state="translated">Kiszolgálóhiba. Próbálja újra később.</target>
9619 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9671
9620 </trans-unit> 9672 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9621 <trans-unit id="5927402622550505067" datatype="html"> 9673 <trans-unit id="5927402622550505067" datatype="html">
9622 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9674 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9623 <target state="translated">Feliratkozva <x id="PH"/> összes jelenlegi csatornájára. Értesítést fog kapni az összes új videójukról.</target> 9675 <target state="translated">Feliratkozva <x id="PH"/> összes jelenlegi csatornájára. Értesítést fog kapni az összes új videójukról.</target>
@@ -9724,29 +9776,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9724 <trans-unit id="2909684945706361544" datatype="html"> 9776 <trans-unit id="2909684945706361544" datatype="html">
9725 <source>Delete video</source> 9777 <source>Delete video</source>
9726 <target state="translated">Videó törlése</target> 9778 <target state="translated">Videó törlése</target>
9727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 9779
9728 </trans-unit> 9780 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9729 <trans-unit id="2210418817778733727" datatype="html"> 9781 <trans-unit id="2210418817778733727" datatype="html">
9730 <source>Actions for the comment</source> 9782 <source>Actions for the comment</source>
9731 <target state="translated">Műveletek a hozzászóláshoz</target> 9783 <target state="translated">Műveletek a hozzászóláshoz</target>
9732 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 9784
9733 </trans-unit> 9785 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9734 <trans-unit id="7978668497183230348" datatype="html"> 9786 <trans-unit id="7978668497183230348" datatype="html">
9735 <source>Delete comment</source> 9787 <source>Delete comment</source>
9736 <target state="translated">Hozzászólás törlése</target> 9788 <target state="translated">Hozzászólás törlése</target>
9737 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 9789
9738 </trans-unit> 9790 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9739 <trans-unit id="6747218355168080191" datatype="html"> 9791 <trans-unit id="6747218355168080191" datatype="html">
9740 <source>Do you really want to delete this comment?</source> 9792 <source>Do you really want to delete this comment?</source>
9741 <target state="translated">Biztos, hogy törli ezt a hozzászólást?</target> 9793 <target state="translated">Biztos, hogy törli ezt a hozzászólást?</target>
9742 9794
9743 9795
9744 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 9796 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9745 <trans-unit id="7837272126865175984" datatype="html"> 9797 <trans-unit id="7837272126865175984" datatype="html">
9746 <source>Comment deleted.</source> 9798 <source>Comment deleted.</source>
9747 <target state="translated">Hozzászólás törölve.</target> 9799 <target state="translated">Hozzászólás törölve.</target>
9748 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 9800
9749 </trans-unit> 9801 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9750 <trans-unit id="346270517625845962" datatype="html"> 9802 <trans-unit id="346270517625845962" datatype="html">
9751 <source>Encoder</source> 9803 <source>Encoder</source>
9752 <target state="translated">Kódoló</target> 9804 <target state="translated">Kódoló</target>
@@ -9788,31 +9840,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9788 <trans-unit id="1472171759957681533" datatype="html"> 9840 <trans-unit id="1472171759957681533" datatype="html">
9789 <source>Video reported.</source> 9841 <source>Video reported.</source>
9790 <target state="translated">Videó bejelentve.</target> 9842 <target state="translated">Videó bejelentve.</target>
9791 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 9843
9792 </trans-unit> 9844 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9793 <trans-unit id="3622946684246476652" datatype="html"> 9845 <trans-unit id="3622946684246476652" datatype="html">
9794 <source>Do you really want to delete this video?</source> 9846 <source>Do you really want to delete this video?</source>
9795 <target state="translated">Valóban törölni szeretné ezt a videót?</target> 9847 <target state="translated">Valóban törölni szeretné ezt a videót?</target>
9796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 9848
9797 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 9849
9798 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 9850
9799 </trans-unit> 9851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9800 <trans-unit id="3941342949736653028" datatype="html"> 9852 <trans-unit id="3941342949736653028" datatype="html">
9801 <source>Video deleted.</source> 9853 <source>Video deleted.</source>
9802 <target state="translated">A videó törölve.</target> 9854 <target state="translated">A videó törölve.</target>
9803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 9855
9804 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 9856
9805 </trans-unit> 9857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9806 <trans-unit id="5072091387445907742" datatype="html"> 9858 <trans-unit id="5072091387445907742" datatype="html">
9807 <source>Actions for the reporter</source> 9859 <source>Actions for the reporter</source>
9808 <target state="translated">Műveletek a jelentővel kapcsolatban</target> 9860 <target state="translated">Műveletek a jelentővel kapcsolatban</target>
9809 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 9861
9810 </trans-unit> 9862 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9811 <trans-unit id="6599069899275412095" datatype="html"> 9863 <trans-unit id="6599069899275412095" datatype="html">
9812 <source>Mute reporter</source> 9864 <source>Mute reporter</source>
9813 <target state="translated">Jelentő némítása</target> 9865 <target state="translated">Jelentő némítása</target>
9814 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 9866
9815 </trans-unit> 9867 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9816 <trans-unit id="2990849907502572301" datatype="html"> 9868 <trans-unit id="2990849907502572301" datatype="html">
9817 <source>This video will be duplicated by your instance.</source> 9869 <source>This video will be duplicated by your instance.</source>
9818 <target state="translated">Ezt a videót kettőzni fogja az Ön példánya.</target> 9870 <target state="translated">Ezt a videót kettőzni fogja az Ön példánya.</target>
@@ -9888,9 +9940,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9888 <trans-unit id="4903651219400691248" datatype="html"> 9940 <trans-unit id="4903651219400691248" datatype="html">
9889 <source>Mute account</source> 9941 <source>Mute account</source>
9890 <target state="translated">Fiók némítása</target> 9942 <target state="translated">Fiók némítása</target>
9891 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 9943
9892 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 9944
9893 </trans-unit> 9945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
9894 <trans-unit id="4021487547497211597" datatype="html"> 9946 <trans-unit id="4021487547497211597" datatype="html">
9895 <source>Open video actions</source> 9947 <source>Open video actions</source>
9896 <target state="new">Open video actions</target> 9948 <target state="new">Open video actions</target>
@@ -9906,8 +9958,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9906 <trans-unit id="3719503424625455635" datatype="html"> 9958 <trans-unit id="3719503424625455635" datatype="html">
9907 <source>Mute server account</source> 9959 <source>Mute server account</source>
9908 <target state="translated">Kiszolgálófiók némítésa</target> 9960 <target state="translated">Kiszolgálófiók némítésa</target>
9909 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 9961
9910 </trans-unit> 9962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
9911 <trans-unit id="7008439939460403347"> 9963 <trans-unit id="7008439939460403347">
9912 <source>Report</source> 9964 <source>Report</source>
9913 <target>Jelentés</target> 9965 <target>Jelentés</target>
@@ -10004,33 +10056,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10004 <trans-unit id="2439066254855913806" datatype="html"> 10056 <trans-unit id="2439066254855913806" datatype="html">
10005 <source>Only I can see this video</source> 10057 <source>Only I can see this video</source>
10006 <target state="translated">Csak én láthatom ezt a videót</target> 10058 <target state="translated">Csak én láthatom ezt a videót</target>
10007 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10059
10008 </trans-unit> 10060 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10009 <trans-unit id="6767380569816110388" datatype="html"> 10061 <trans-unit id="6767380569816110388" datatype="html">
10010 <source>Only shareable via a private link</source> 10062 <source>Only shareable via a private link</source>
10011 <target state="translated">Csak személyes hivatkozással osztható meg</target> 10063 <target state="translated">Csak személyes hivatkozással osztható meg</target>
10012 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10064
10013 </trans-unit> 10065 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10014 <trans-unit id="6828965264297239528" datatype="html"> 10066 <trans-unit id="6828965264297239528" datatype="html">
10015 <source>Anyone can see this video</source> 10067 <source>Anyone can see this video</source>
10016 <target state="translated">Bárki láthatja ezt a videót</target> 10068 <target state="translated">Bárki láthatja ezt a videót</target>
10017 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10069
10018 </trans-unit> 10070 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10019 <trans-unit id="1425933035739773115" datatype="html"> 10071 <trans-unit id="1425933035739773115" datatype="html">
10020 <source>Only users of this instance can see this video</source> 10072 <source>Only users of this instance can see this video</source>
10021 <target state="translated">Csak a példány felhasználói nézhetik meg ezt a videót</target> 10073 <target state="translated">Csak a példány felhasználói nézhetik meg ezt a videót</target>
10022 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10074
10023 </trans-unit> 10075 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10024 <trans-unit id="8312101634344200207" datatype="html"> 10076 <trans-unit id="8312101634344200207" datatype="html">
10025 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10077 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10026 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10078 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10027 10079
10028 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 10080 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10029 <trans-unit id="7756087706411154095" datatype="html"> 10081 <trans-unit id="7756087706411154095" datatype="html">
10030 <source><x id="PH" equiv-text="this.views"/> views</source> 10082 <source><x id="PH" equiv-text="this.views"/> views</source>
10031 <target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10083 <target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10032 10084
10033 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 10085 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10034 <trans-unit id="ngb.alert.close" datatype="html"> 10086 <trans-unit id="ngb.alert.close" datatype="html">
10035 <source>Close</source> 10087 <source>Close</source>
10036 <target state="translated">Bezárás</target> 10088 <target state="translated">Bezárás</target>
@@ -10206,35 +10258,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10206 <source>Your video was uploaded to your account and is private.</source> 10258 <source>Your video was uploaded to your account and is private.</source>
10207 <target state="translated">A videó fel lett töltve a fiókjába, és személyes.</target> 10259 <target state="translated">A videó fel lett töltve a fiókjába, és személyes.</target>
10208 10260
10209 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10261 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10210 <trans-unit id="5699822024600815733" datatype="html"> 10262 <trans-unit id="5699822024600815733" datatype="html">
10211 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10263 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10212 <target state="translated">De a kapcsolódó adatok (címkék, leírás, …) el fognak veszni. Biztosan el szeretné hagyni ezt az oldalt?</target> 10264 <target state="translated">De a kapcsolódó adatok (címkék, leírás, …) el fognak veszni. Biztosan el szeretné hagyni ezt az oldalt?</target>
10213 10265
10214 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10266 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10215 <trans-unit id="1219739004043110649" datatype="html"> 10267 <trans-unit id="1219739004043110649" datatype="html">
10216 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10268 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10217 <target state="translated">A videó még nincs feltöltve. Biztosan el szeretné hagyni ezt az oldalt?</target> 10269 <target state="translated">A videó még nincs feltöltve. Biztosan el szeretné hagyni ezt az oldalt?</target>
10218 10270
10219 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit> 10271 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10220 <trans-unit id="6932865105766151309" datatype="html"> 10272 <trans-unit id="6932865105766151309" datatype="html">
10221 <source>Upload</source> 10273 <source>Upload</source>
10222 <target state="translated">Feltöltés</target> 10274 <target state="translated">Feltöltés</target>
10223 10275
10224 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10276 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10225 <trans-unit id="8278735427925094503" datatype="html"> 10277 <trans-unit id="8278735427925094503" datatype="html">
10226 <source>Upload <x id="PH"/> </source> 10278 <source>Upload <x id="PH"/> </source>
10227 <target state="translated"> 10279 <target state="translated">
10228 <x id="PH"/> feltöltése 10280 <x id="PH"/> feltöltése
10229 </target> 10281 </target>
10230 10282
10231 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10283 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10232 10284
10233 <trans-unit id="5981816353437801748" datatype="html"> 10285 <trans-unit id="5981816353437801748" datatype="html">
10234 <source>Video published.</source> 10286 <source>Video published.</source>
10235 <target state="translated">Videó közzétéve.</target> 10287 <target state="translated">Videó közzétéve.</target>
10236 10288
10237 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10289 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10238 10290
10239 10291
10240 <trans-unit id="764164089183618119" datatype="html"> 10292 <trans-unit id="764164089183618119" datatype="html">
@@ -10284,27 +10336,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10284 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10336 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10285 <target state="translated">Ez a videó nem érhető el ezen a példányon. Szeretné, hogy átirányítsuk a forráspéldányhoz: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10337 <target state="translated">Ez a videó nem érhető el ezen a példányon. Szeretné, hogy átirányítsuk a forráspéldányhoz: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10286 10338
10287 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10339 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10288 <trans-unit id="5761611056224181752" datatype="html"> 10340 <trans-unit id="5761611056224181752" datatype="html">
10289 <source>Redirection</source> 10341 <source>Redirection</source>
10290 <target state="translated">Átirányítás</target> 10342 <target state="translated">Átirányítás</target>
10291 10343
10292 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10344 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10293 <trans-unit id="8858527736400081688" datatype="html"> 10345 <trans-unit id="8858527736400081688" datatype="html">
10294 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10346 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10295 <target state="translated">Ez a videó felnőtt vagy korhatáros tartalmat tartalmaz. Biztosan meg szeretné nézni?</target> 10347 <target state="translated">Ez a videó felnőtt vagy korhatáros tartalmat tartalmaz. Biztosan meg szeretné nézni?</target>
10296 10348
10297 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10349 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10298 <trans-unit id="3937119019020041049" datatype="html"> 10350 <trans-unit id="3937119019020041049" datatype="html">
10299 <source>Mature or explicit content</source> 10351 <source>Mature or explicit content</source>
10300 <target state="translated">Felnőtt vagy korhatáros tartalom</target> 10352 <target state="translated">Felnőtt vagy korhatáros tartalom</target>
10301 10353
10302 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10354 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10303 <trans-unit id="1755474755114288376" datatype="html"> 10355 <trans-unit id="1755474755114288376" datatype="html">
10304 <source>Up Next</source> 10356 <source>Up Next</source>
10305 <target state="translated">Legközelebb</target> 10357 <target state="translated">Legközelebb</target>
10306 10358
10307 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 10359 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10308 <trans-unit id="2159130950882492111" datatype="html"> 10360 <trans-unit id="2159130950882492111" datatype="html">
10309 <source>Cancel</source> 10361 <source>Cancel</source>
10310 <target state="translated">Mégse</target> 10362 <target state="translated">Mégse</target>
@@ -10314,62 +10366,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10314 <source>Autoplay is suspended</source> 10366 <source>Autoplay is suspended</source>
10315 <target state="translated">Az automatikus lejátszás fel van függesztve</target> 10367 <target state="translated">Az automatikus lejátszás fel van függesztve</target>
10316 10368
10317 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10369 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10318 <trans-unit id="7895294730547405228" datatype="html"> 10370 <trans-unit id="7895294730547405228" datatype="html">
10319 <source>Enter/exit fullscreen (requires player focus)</source> 10371 <source>Enter/exit fullscreen (requires player focus)</source>
10320 <target state="translated">Teljes képernyőre váltás vagy normál méret (lejátszófókuszt igényel)</target> 10372 <target state="translated">Teljes képernyőre váltás vagy normál méret (lejátszófókuszt igényel)</target>
10321 10373
10322 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10374 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10323 <trans-unit id="7618388257165864759" datatype="html"> 10375 <trans-unit id="7618388257165864759" datatype="html">
10324 <source>Play/Pause the video (requires player focus)</source> 10376 <source>Play/Pause the video (requires player focus)</source>
10325 <target state="translated">A videó lejátszása vagy szüneteltetése (lejátszófókuszt igényel)</target> 10377 <target state="translated">A videó lejátszása vagy szüneteltetése (lejátszófókuszt igényel)</target>
10326 10378
10327 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10379 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10328 <trans-unit id="7761890399634216630" datatype="html"> 10380 <trans-unit id="7761890399634216630" datatype="html">
10329 <source>Mute/unmute the video (requires player focus)</source> 10381 <source>Mute/unmute the video (requires player focus)</source>
10330 <target state="translated">A videó némítása vagy a némítás visszavonása (lejátszófókuszt igényel)</target> 10382 <target state="translated">A videó némítása vagy a némítás visszavonása (lejátszófókuszt igényel)</target>
10331 10383
10332 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10384 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10333 <trans-unit id="5996585232248234904" datatype="html"> 10385 <trans-unit id="5996585232248234904" datatype="html">
10334 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10386 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10335 <target state="translated">Kihagyás a videó százalékáig: a 0 jelentése 0%, a 9 jelentése 90% (lejátszófókuszt igényel)</target> 10387 <target state="translated">Kihagyás a videó százalékáig: a 0 jelentése 0%, a 9 jelentése 90% (lejátszófókuszt igényel)</target>
10336 10388
10337 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10389 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10338 <trans-unit id="3748765405903319998" datatype="html"> 10390 <trans-unit id="3748765405903319998" datatype="html">
10339 <source>Increase the volume (requires player focus)</source> 10391 <source>Increase the volume (requires player focus)</source>
10340 <target state="translated">A hangerő növelése (lejátszófókuszt igényel)</target> 10392 <target state="translated">A hangerő növelése (lejátszófókuszt igényel)</target>
10341 10393
10342 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10394 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10343 <trans-unit id="5810704036407159982" datatype="html"> 10395 <trans-unit id="5810704036407159982" datatype="html">
10344 <source>Decrease the volume (requires player focus)</source> 10396 <source>Decrease the volume (requires player focus)</source>
10345 <target state="translated">A hangerő csökkentése (lejátszófókuszt igényel)</target> 10397 <target state="translated">A hangerő csökkentése (lejátszófókuszt igényel)</target>
10346 10398
10347 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10399 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10348 <trans-unit id="2622048822548065691" datatype="html"> 10400 <trans-unit id="2622048822548065691" datatype="html">
10349 <source>Seek the video forward (requires player focus)</source> 10401 <source>Seek the video forward (requires player focus)</source>
10350 <target state="translated">A videó előretekerése (lejátszófókuszt igényel)</target> 10402 <target state="translated">A videó előretekerése (lejátszófókuszt igényel)</target>
10351 10403
10352 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10404 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10353 <trans-unit id="6540078205109221153" datatype="html"> 10405 <trans-unit id="6540078205109221153" datatype="html">
10354 <source>Seek the video backward (requires player focus)</source> 10406 <source>Seek the video backward (requires player focus)</source>
10355 <target state="translated">A videó visszatekerése (lejátszófókuszt igényel)</target> 10407 <target state="translated">A videó visszatekerése (lejátszófókuszt igényel)</target>
10356 10408
10357 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10409 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10358 <trans-unit id="1956491957766210808" datatype="html"> 10410 <trans-unit id="1956491957766210808" datatype="html">
10359 <source>Increase playback rate (requires player focus)</source> 10411 <source>Increase playback rate (requires player focus)</source>
10360 <target state="translated">Lejátszási sebesség növelése (lejátszófókuszt igényel)</target> 10412 <target state="translated">Lejátszási sebesség növelése (lejátszófókuszt igényel)</target>
10361 10413
10362 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10414 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10363 <trans-unit id="5495529997674803186" datatype="html"> 10415 <trans-unit id="5495529997674803186" datatype="html">
10364 <source>Decrease playback rate (requires player focus)</source> 10416 <source>Decrease playback rate (requires player focus)</source>
10365 <target state="translated">Lejátszási sebesség csökkentése (lejátszófókuszt igényel)</target> 10417 <target state="translated">Lejátszási sebesség csökkentése (lejátszófókuszt igényel)</target>
10366 10418
10367 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10419 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10368 <trans-unit id="3178343147230721210" datatype="html"> 10420 <trans-unit id="3178343147230721210" datatype="html">
10369 <source>Navigate in the video frame by frame (requires player focus)</source> 10421 <source>Navigate in the video frame by frame (requires player focus)</source>
10370 <target state="translated">Navigálás a videóban képkockánként (lejátszófókuszt igényel)</target> 10422 <target state="translated">Navigálás a videóban képkockánként (lejátszófókuszt igényel)</target>
10371 10423
10372 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10424 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10373 <trans-unit id="8025996572234182184" datatype="html"> 10425 <trans-unit id="8025996572234182184" datatype="html">
10374 <source>Like the video</source> 10426 <source>Like the video</source>
10375 <target state="translated">A videó kedvelése</target> 10427 <target state="translated">A videó kedvelése</target>
diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf
index a66051666..8eaa11deb 100644
--- a/client/src/locale/angular.it-IT.xlf
+++ b/client/src/locale/angular.it-IT.xlf
@@ -157,7 +157,7 @@
157 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source> 157 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source>
158 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target> 158 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target>
159 159
160 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 160 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
161 <trans-unit id="1486537403020619891" datatype="html"> 161 <trans-unit id="1486537403020619891" datatype="html">
162 <source>My watch history</source> 162 <source>My watch history</source>
163 <target state="translated">La mia cronologia di visualizzazione</target> 163 <target state="translated">La mia cronologia di visualizzazione</target>
@@ -232,12 +232,12 @@
232 232
233 233
234 234
235 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 235 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
236 <trans-unit id="1006562256968398209" datatype="html"> 236 <trans-unit id="1006562256968398209" datatype="html">
237 <source>video</source> 237 <source>video</source>
238 <target state="translated">video</target> 238 <target state="translated">video</target>
239 239
240 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 240 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
241 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target> 241 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target>
242 242
243 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 243 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -299,10 +299,10 @@
299 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 299 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
300 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 300 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
301 301
302 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 302 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
303 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 303 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
304 304
305 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit> 305 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
306 306
307 <trans-unit id="5235042777215655908" datatype="html"> 307 <trans-unit id="5235042777215655908" datatype="html">
308 <source>subtitles</source> 308 <source>subtitles</source>
@@ -517,7 +517,7 @@
517 <target>Cancella</target> 517 <target>Cancella</target>
518 518
519 519
520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
521 <source>Only live videos</source><target state="new">Only live videos</target> 521 <source>Only live videos</source><target state="new">Only live videos</target>
522 <context-group purpose="location"> 522 <context-group purpose="location">
523 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 523 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -696,10 +696,10 @@
696 <trans-unit id="2602586221576511475"> 696 <trans-unit id="2602586221576511475">
697 <source>Video quota</source> 697 <source>Video quota</source>
698 <target>Quota video</target> 698 <target>Quota video</target>
699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 699
700 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 700
701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 701
702 </trans-unit> 702 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
703 <trans-unit id="1502595455339510144"> 703 <trans-unit id="1502595455339510144">
704 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 704 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
705 <target>Illimitato <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> al giorno)<x id="CLOSE_TAG_NG_CONTAINER"/></target> 705 <target>Illimitato <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> al giorno)<x id="CLOSE_TAG_NG_CONTAINER"/></target>
@@ -778,7 +778,31 @@
778 <source>Federation</source> 778 <source>Federation</source>
779 <target state="translated">Federazione</target> 779 <target state="translated">Federazione</target>
780 780
781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
782 <source>Following</source><target state="new">Following</target>
783 <context-group purpose="location">
784 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
785 <context context-type="linenumber">29</context>
786 </context-group>
787 <context-group purpose="location">
788 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
789 <context context-type="linenumber">31</context>
790 </context-group>
791 <context-group purpose="location">
792 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
793 <context context-type="linenumber">28</context>
794 </context-group>
795 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
796 <source>Followers</source><target state="new">Followers</target>
797 <context-group purpose="location">
798 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
799 <context context-type="linenumber">34</context>
800 </context-group>
801 <context-group purpose="location">
802 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
803 <context context-type="linenumber">37</context>
804 </context-group>
805 </trans-unit>
782 <trans-unit id="3541687134897970106" datatype="html"> 806 <trans-unit id="3541687134897970106" datatype="html">
783 <source>followers</source> 807 <source>followers</source>
784 <target state="translated">follower</target> 808 <target state="translated">follower</target>
@@ -853,7 +877,7 @@
853 877
854 878
855 879
856 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 880 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
857 <trans-unit id="3616223838716839702"> 881 <trans-unit id="3616223838716839702">
858 <source>Ban this user</source> 882 <source>Ban this user</source>
859 <target>Espelli questo utente</target> 883 <target>Espelli questo utente</target>
@@ -919,19 +943,13 @@
919 <trans-unit id="7252854992688790751" datatype="html"> 943 <trans-unit id="7252854992688790751" datatype="html">
920 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 944 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
921 <target state="translated">Questa istanza consente la registrazione. Tuttavia, fai attenzione a controllare i <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Termini<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Termini<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>prima di creare un account. Puoi anche cercare un'altra istanza per soddisfare le tue esigenze esatte su: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/it/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 945 <target state="translated">Questa istanza consente la registrazione. Tuttavia, fai attenzione a controllare i <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Termini<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Termini<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>prima di creare un account. Puoi anche cercare un'altra istanza per soddisfare le tue esigenze esatte su: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/it/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
922 <context-group purpose="location"> 946
923 <context context-type="sourcefile">src/app/+login/login.component.html</context> 947 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
924 <context context-type="linenumber">60,62</context>
925 </context-group>
926 </trans-unit>
927 <trans-unit id="7215649348148521605" datatype="html"> 948 <trans-unit id="7215649348148521605" datatype="html">
928 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 949 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
929 <target state="translated">Attualmente questa istanza non consente la registrazione dell'utente, puoi controllare i <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Termini<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> per maggiori dettagli o per trovare un'istanza che ti dà la possibilità di registrare un'account e caricare i tuoi video lì. Trova il tuo tra più istanze su:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/it/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 950 <target state="translated">Attualmente questa istanza non consente la registrazione dell'utente, puoi controllare i <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Termini<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> per maggiori dettagli o per trovare un'istanza che ti dà la possibilità di registrare un'account e caricare i tuoi video lì. Trova il tuo tra più istanze su:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/it/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
930 <context-group purpose="location"> 951
931 <context context-type="sourcefile">src/app/+login/login.component.html</context> 952 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
932 <context context-type="linenumber">65,67</context>
933 </context-group>
934 </trans-unit>
935 <trans-unit id="2392488717875840729"> 953 <trans-unit id="2392488717875840729">
936 <source>User</source> 954 <source>User</source>
937 <target>Utente</target> 955 <target>Utente</target>
@@ -942,66 +960,66 @@
942 <source>Username or email address</source> 960 <source>Username or email address</source>
943 <target>Nome utente o indirizzo email</target> 961 <target>Nome utente o indirizzo email</target>
944 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 962 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
963 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
964 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
965 <context-group purpose="location">
966 <context context-type="sourcefile">src/app/+login/login.component.html</context>
967 <context context-type="linenumber">33,34</context>
968 </context-group>
945 </trans-unit> 969 </trans-unit>
946 <trans-unit id="1431416938026210429"> 970 <trans-unit id="1431416938026210429">
947 <source>Password</source> 971 <source>Password</source>
948 <target>Password</target> 972 <target>Password</target>
949 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 973
950 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 974
951 <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> 975
952 <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> 976
953 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 977
954 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 978
955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 979
956 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 980
957 </trans-unit> 981 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
958 <trans-unit id="8715156686857791956" datatype="html"> 982 <trans-unit id="8715156686857791956" datatype="html">
959 <source>Click here to reset your password</source> 983 <source>Click here to reset your password</source>
960 <target state="translated">Clicca qui per resettare la tua password</target> 984 <target state="translated">Clicca qui per resettare la tua password</target>
961 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 985
962 </trans-unit> 986 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
963 <trans-unit id="892063502898494584" datatype="html"> 987 <trans-unit id="892063502898494584" datatype="html">
964 <source>I forgot my password</source> 988 <source>I forgot my password</source>
965 <target state="translated">Ho dimenticato la mia password</target> 989 <target state="translated">Ho dimenticato la mia password</target>
966 <context-group purpose="location"> 990
967 <context context-type="sourcefile">src/app/+login/login.component.html</context> 991 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
968 <context context-type="linenumber">47</context>
969 </context-group>
970 </trans-unit>
971 <trans-unit id="2101170466365500913" datatype="html"> 992 <trans-unit id="2101170466365500913" datatype="html">
972 <source>Logging into an account lets you publish content</source> 993 <source>Logging into an account lets you publish content</source>
973 <target state="translated">L'accesso a un account ti consente di pubblicare contenuti</target> 994 <target state="translated">L'accesso a un account ti consente di pubblicare contenuti</target>
974 <context-group purpose="location"> 995
975 <context context-type="sourcefile">src/app/+login/login.component.html</context> 996 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
976 <context context-type="linenumber">56,57</context>
977 </context-group>
978 </trans-unit>
979 <trans-unit id="2454050363478003966"> 997 <trans-unit id="2454050363478003966">
980 <source>Login</source> 998 <source>Login</source>
981 <target>Accedi</target> 999 <target>Accedi</target>
982 1000
983 1001
984 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1002 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
985 <trans-unit id="3183213940445113677" datatype="html"> 1003 <trans-unit id="3183213940445113677" datatype="html">
986 <source>Or sign in with</source> 1004 <source>Or sign in with</source>
987 <target state="translated">O accedi con</target> 1005 <target state="translated">O accedi con</target>
988 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1006
989 </trans-unit> 1007 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
990 <trans-unit id="3238209155172574367"> 1008 <trans-unit id="3238209155172574367">
991 <source>Forgot your password</source> 1009 <source>Forgot your password</source>
992 <target>Password dimenticata</target> 1010 <target>Password dimenticata</target>
993 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1011
994 </trans-unit> 1012 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
995 <trans-unit id="87327320394367488" datatype="html"> 1013 <trans-unit id="87327320394367488" datatype="html">
996 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1014 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
997 <target state="translated">Ci scusiamo, non c'è modo di recuperare la tua password perchè l'amministratore dell'istanza non ha configurato il sistema di email di PeerTube.</target> 1015 <target state="translated">Ci scusiamo, non c'è modo di recuperare la tua password perchè l'amministratore dell'istanza non ha configurato il sistema di email di PeerTube.</target>
998 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1016
999 </trans-unit> 1017 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
1000 <trans-unit id="3188014010833256853" datatype="html"> 1018 <trans-unit id="3188014010833256853" datatype="html">
1001 <source>Enter your email address and we will send you a link to reset your password.</source> 1019 <source>Enter your email address and we will send you a link to reset your password.</source>
1002 <target state="translated">Inserisci il tuo indirizzo email e ti invieremo un link per reimpostare la tua password.</target> 1020 <target state="translated">Inserisci il tuo indirizzo email e ti invieremo un link per reimpostare la tua password.</target>
1003 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1021
1004 </trans-unit> 1022 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
1005 <trans-unit id="1190256911880544559" datatype="html"> 1023 <trans-unit id="1190256911880544559" datatype="html">
1006 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1024 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1007The link will expire within 1 hour.</source> 1025The link will expire within 1 hour.</source>
@@ -1011,26 +1029,26 @@ The link will expire within 1 hour.</source>
1011 <trans-unit id="4768749765465246664"> 1029 <trans-unit id="4768749765465246664">
1012 <source>Email</source> 1030 <source>Email</source>
1013 <target>Email</target> 1031 <target>Email</target>
1014 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1032
1015 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1033
1016 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1034
1017 <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> 1035
1018 <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> 1036
1019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1037
1020 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1038
1021 </trans-unit> 1039 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1022 <trans-unit id="3967269098753656610"> 1040 <trans-unit id="3967269098753656610">
1023 <source>Email address</source> 1041 <source>Email address</source>
1024 <target>Indirizzo email</target> 1042 <target>Indirizzo email</target>
1025 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1043
1026 <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> 1044
1027 </trans-unit> 1045 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1028 <trans-unit id="7808756054397155068" datatype="html"> 1046 <trans-unit id="7808756054397155068" datatype="html">
1029 <source>Reset</source> 1047 <source>Reset</source>
1030 <target state="translated">Reimposta</target> 1048 <target state="translated">Reimposta</target>
1031 <note priority="1" from="description">Password reset button</note> 1049 <note priority="1" from="description">Password reset button</note>
1032 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1050
1033 </trans-unit> 1051 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1034 1052
1035 <trans-unit id="4319634264526091601" datatype="html"> 1053 <trans-unit id="4319634264526091601" datatype="html">
1036 <source>on this instance</source> 1054 <source>on this instance</source>
@@ -1106,14 +1124,14 @@ The link will expire within 1 hour.</source>
1106 Nessun risultato trovato 1124 Nessun risultato trovato
1107 </target> 1125 </target>
1108 1126
1109 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1127 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1110 <trans-unit id="5500467336262464724"> 1128 <trans-unit id="5500467336262464724">
1111 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1129 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1112 <target> 1130 <target>
1113 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> iscritti 1131 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> iscritti
1114 </target> 1132 </target>
1115 1133
1116 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1134 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1117 <trans-unit id="1516969129397662377" datatype="html"> 1135 <trans-unit id="1516969129397662377" datatype="html">
1118 <source>Welcome to PeerTube, dear administrator!</source> 1136 <source>Welcome to PeerTube, dear administrator!</source>
1119 <target state="translated">Benvenuto su PeerTube, caro amministratore!</target> 1137 <target state="translated">Benvenuto su PeerTube, caro amministratore!</target>
@@ -1359,7 +1377,7 @@ The link will expire within 1 hour.</source>
1359 <target>Crea un account</target> 1377 <target>Crea un account</target>
1360 1378
1361 1379
1362 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1380 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1363 1381
1364 <trans-unit id="3058024914967508975" datatype="html"> 1382 <trans-unit id="3058024914967508975" datatype="html">
1365 <source>My videos</source> 1383 <source>My videos</source>
@@ -1416,7 +1434,7 @@ The link will expire within 1 hour.</source>
1416 <source>VIDEOS</source> 1434 <source>VIDEOS</source>
1417 <target state="translated">VIDEO</target> 1435 <target state="translated">VIDEO</target>
1418 1436
1419 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 1437 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
1420 <trans-unit id="667372110624203230" datatype="html"> 1438 <trans-unit id="667372110624203230" datatype="html">
1421 <source>Import jobs concurrency</source> 1439 <source>Import jobs concurrency</source>
1422 <target state="new">Import jobs concurrency</target> 1440 <target state="new">Import jobs concurrency</target>
@@ -1496,7 +1514,7 @@ The link will expire within 1 hour.</source>
1496 <source>I'm a teapot</source> 1514 <source>I'm a teapot</source>
1497 <target state="translated">Sono una teiera</target> 1515 <target state="translated">Sono una teiera</target>
1498 1516
1499 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 1517 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1500 <trans-unit id="1597262876035959248" datatype="html"> 1518 <trans-unit id="1597262876035959248" datatype="html">
1501 <source>That's an error.</source> 1519 <source>That's an error.</source>
1502 <target state="translated">Questo è un errore.</target> 1520 <target state="translated">Questo è un errore.</target>
@@ -1580,8 +1598,8 @@ The link will expire within 1 hour.</source>
1580 <trans-unit id="2971365540217107489" datatype="html"> 1598 <trans-unit id="2971365540217107489" datatype="html">
1581 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1599 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1582 <target state="translated">Il video è troppo grande per il server. Contatta il tuo amministratore se desideri aumentare la dimensione del limite.</target> 1600 <target state="translated">Il video è troppo grande per il server. Contatta il tuo amministratore se desideri aumentare la dimensione del limite.</target>
1583 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1601
1584 </trans-unit> 1602 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1585 1603
1586 <trans-unit id="5131854469652959713" datatype="html"> 1604 <trans-unit id="5131854469652959713" datatype="html">
1587 <source>GLOBAL SEARCH</source> 1605 <source>GLOBAL SEARCH</source>
@@ -1664,7 +1682,7 @@ The link will expire within 1 hour.</source>
1664 1682
1665 1683
1666 1684
1667 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1685 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1668 <source>Display only</source><target state="new">Display only</target> 1686 <source>Display only</source><target state="new">Display only</target>
1669 <context-group purpose="location"> 1687 <context-group purpose="location">
1670 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1688 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1702,7 +1720,7 @@ The link will expire within 1 hour.</source>
1702 <target>Durata</target> 1720 <target>Durata</target>
1703 1721
1704 1722
1705 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1723 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1706 <trans-unit id="3589238979642505685"> 1724 <trans-unit id="3589238979642505685">
1707 <source>Display sensitive content</source> 1725 <source>Display sensitive content</source>
1708 <target>Mostra contenuti sensibili</target> 1726 <target>Mostra contenuti sensibili</target>
@@ -1724,7 +1742,7 @@ The link will expire within 1 hour.</source>
1724 1742
1725 1743
1726 1744
1727 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1745 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1728 <trans-unit id="5478121364779850827" datatype="html"> 1746 <trans-unit id="5478121364779850827" datatype="html">
1729 <source>Reset</source> 1747 <source>Reset</source>
1730 <target state="translated">Ripristina</target> 1748 <target state="translated">Ripristina</target>
@@ -1745,7 +1763,7 @@ The link will expire within 1 hour.</source>
1745 1763
1746 1764
1747 1765
1748 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1766 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1749 <trans-unit id="4184995865179898060" datatype="html"> 1767 <trans-unit id="4184995865179898060" datatype="html">
1750 <source>Display all licenses</source> 1768 <source>Display all licenses</source>
1751 <target state="translated">Mostra tutte le licenze</target> 1769 <target state="translated">Mostra tutte le licenze</target>
@@ -1758,7 +1776,7 @@ The link will expire within 1 hour.</source>
1758 1776
1759 1777
1760 1778
1761 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1779 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1762 <trans-unit id="7904142744051432458" datatype="html"> 1780 <trans-unit id="7904142744051432458" datatype="html">
1763 <source>Display all languages</source> 1781 <source>Display all languages</source>
1764 <target state="translated">Mostra tutte le lingue</target> 1782 <target state="translated">Mostra tutte le lingue</target>
@@ -1773,17 +1791,23 @@ The link will expire within 1 hour.</source>
1773 <source>One of these tags</source> 1791 <source>One of these tags</source>
1774 <target>Uno di questi tag</target> 1792 <target>Uno di questi tag</target>
1775 1793
1776 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1794 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1795 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1796 <context-group purpose="location">
1797 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1798 <context context-type="linenumber">178</context>
1799 </context-group>
1800 </trans-unit>
1777 <trans-unit id="283421392567624698" datatype="html"> 1801 <trans-unit id="283421392567624698" datatype="html">
1778 <source>Search target</source> 1802 <source>Search target</source>
1779 <target state="translated">Obiettivo di ricerca</target> 1803 <target state="translated">Obiettivo di ricerca</target>
1780 1804
1781 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1805 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1782 <trans-unit id="2489767671380266270" datatype="html"> 1806 <trans-unit id="2489767671380266270" datatype="html">
1783 <source>Vidiverse</source> 1807 <source>Vidiverse</source>
1784 <target state="translated">Vidiverse</target> 1808 <target state="translated">Vidiverse</target>
1785 1809
1786 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1810 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1787 <trans-unit id="5478121364779850827" datatype="html"> 1811 <trans-unit id="5478121364779850827" datatype="html">
1788 <source>Reset</source> 1812 <source>Reset</source>
1789 <target state="translated">Ripristina</target> 1813 <target state="translated">Ripristina</target>
@@ -1793,7 +1817,7 @@ The link will expire within 1 hour.</source>
1793 <source>Filter</source> 1817 <source>Filter</source>
1794 <target>Filtra</target> 1818 <target>Filtra</target>
1795 1819
1796 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1820 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1797 <trans-unit id="6479885129995567639" datatype="html"> 1821 <trans-unit id="6479885129995567639" datatype="html">
1798 <source>Video channels</source> 1822 <source>Video channels</source>
1799 <target state="translated">Canali video</target> 1823 <target state="translated">Canali video</target>
@@ -1831,7 +1855,7 @@ The link will expire within 1 hour.</source>
1831 <target>Tag</target> 1855 <target>Tag</target>
1832 1856
1833 1857
1834 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1858 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1835 <trans-unit id="354332809647287722" datatype="html"> 1859 <trans-unit id="354332809647287722" datatype="html">
1836 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1860 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1837 <target state="translated">I tag potrebbero essere utilizzati per suggerire consigli pertinenti. <x id="LINE_BREAK"/> Massimo 5 tags. <x id="LINE_BREAK"/> Premi <x id="START_TAG_KBD"/>Invio<x id="CLOSE_TAG_KBD"/> per aggiungere un nuovo tag. </target> 1861 <target state="translated">I tag potrebbero essere utilizzati per suggerire consigli pertinenti. <x id="LINE_BREAK"/> Massimo 5 tags. <x id="LINE_BREAK"/> Premi <x id="START_TAG_KBD"/>Invio<x id="CLOSE_TAG_KBD"/> per aggiungere un nuovo tag. </target>
@@ -2261,7 +2285,7 @@ The link will expire within 1 hour.</source>
2261 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2285 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2262 <source>Upload on hold</source><target state="new">Upload on hold</target> 2286 <source>Upload on hold</source><target state="new">Upload on hold</target>
2263 2287
2264 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2288 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2265 <trans-unit id="285180972645018518" datatype="html"> 2289 <trans-unit id="285180972645018518" datatype="html">
2266 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2290 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2267 <target state="translated">Spiacente, la funzionalità di upload è disabilitata per il tuo account. Se vuoi aggiungere video, un amministratore deve sbloccare la tua quota.</target> 2291 <target state="translated">Spiacente, la funzionalità di upload è disabilitata per il tuo account. Se vuoi aggiungere video, un amministratore deve sbloccare la tua quota.</target>
@@ -2581,13 +2605,19 @@ The link will expire within 1 hour.</source>
2581 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2605 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2582 <source>Origin</source><target state="new">Origin</target> 2606 <source>Origin</source><target state="new">Origin</target>
2583 2607
2584 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2608 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2609 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2610 <context-group purpose="location">
2611 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2612 <context context-type="linenumber">14</context>
2613 </context-group>
2614 </trans-unit>
2585 2615
2586 <trans-unit id="5139892963394684487"> 2616 <trans-unit id="5139892963394684487">
2587 <source>Originally published</source> 2617 <source>Originally published</source>
2588 <target>Pubblicato</target> 2618 <target>Pubblicato</target>
2589 2619
2590 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2620 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2591 <trans-unit id="6402393085909200998" datatype="html"> 2621 <trans-unit id="6402393085909200998" datatype="html">
2592 <source>Friendly Reminder:</source> 2622 <source>Friendly Reminder:</source>
2593 <target state="translated">Promemoria di cortesia:</target> 2623 <target state="translated">Promemoria di cortesia:</target>
@@ -2970,11 +3000,7 @@ The link will expire within 1 hour.</source>
2970 <target>ID</target> 3000 <target>ID</target>
2971 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3001 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
2972 </trans-unit> 3002 </trans-unit>
2973 <trans-unit id="2265605798180116441" datatype="html"> 3003
2974 <source>Follower handle</source>
2975 <target state="translated">Gestione seguaci</target>
2976
2977 <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>
2978 <trans-unit id="5911214550882917183"> 3004 <trans-unit id="5911214550882917183">
2979 <source>State</source> 3005 <source>State</source>
2980 <target>Stato</target> 3006 <target>Stato</target>
@@ -3040,11 +3066,7 @@ The link will expire within 1 hour.</source>
3040 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target> 3066 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target>
3041 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3067 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3042 </trans-unit> 3068 </trans-unit>
3043 <trans-unit id="6641024648411549335"> 3069
3044 <source>Host</source>
3045 <target>Host</target>
3046
3047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3048 <trans-unit id="6571718060636962350" datatype="html"> 3070 <trans-unit id="6571718060636962350" datatype="html">
3049 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3071 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3050 <target state="translated">Ridondanza consentita <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3072 <target state="translated">Ridondanza consentita <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3054,7 +3076,7 @@ The link will expire within 1 hour.</source>
3054 <source>Unfollow</source> 3076 <source>Unfollow</source>
3055 <target state="translated">Smetti di seguire</target> 3077 <target state="translated">Smetti di seguire</target>
3056 3078
3057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3058 <trans-unit id="8246779176913476983" datatype="html"> 3080 <trans-unit id="8246779176913476983" datatype="html">
3059 <source>Open instance in a new tab</source> 3081 <source>Open instance in a new tab</source>
3060 <target state="translated">Apri l'istanza in una nuova scheda</target> 3082 <target state="translated">Apri l'istanza in una nuova scheda</target>
@@ -3066,27 +3088,19 @@ The link will expire within 1 hour.</source>
3066 <source>No host found matching current filters.</source> 3088 <source>No host found matching current filters.</source>
3067 <target state="translated">Nessun host trovato corrispondente ai filtri correnti.</target> 3089 <target state="translated">Nessun host trovato corrispondente ai filtri correnti.</target>
3068 3090
3069 <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> 3091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3070 <trans-unit id="7274241885665071790" datatype="html"> 3092 <trans-unit id="7274241885665071790" datatype="html">
3071 <source>Your instance is not following anyone.</source> 3093 <source>Your instance is not following anyone.</source>
3072 <target state="translated">La tua istanza non sta seguendo nessuno.</target> 3094 <target state="translated">La tua istanza non sta seguendo nessuno.</target>
3073 3095
3074 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3096 <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>
3075 <trans-unit id="4774348799569692380" datatype="html"> 3097 <trans-unit id="4774348799569692380" datatype="html">
3076 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3098 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3077 <target state="translated">Mostra <x id="INTERPOLATION"/> a <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</target> 3099 <target state="translated">Mostra <x id="INTERPOLATION"/> a <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</target>
3078 3100
3079 <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></trans-unit> 3101 <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></trans-unit>
3080 <trans-unit id="6275803119759621687" datatype="html"> 3102
3081 <source>Follow domains</source> 3103 <trans-unit id="9216117865911519658" datatype="html">
3082 <target state="translated">Segui domini</target>
3083
3084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3085 <trans-unit id="1268699198448750610" datatype="html">
3086 <source>Follow instances</source>
3087 <target state="translated">Segui istanze</target>
3088
3089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
3090 <source>Action</source><target state="new">Action</target> 3104 <source>Action</source><target state="new">Action</target>
3091 3105
3092 3106
@@ -3133,11 +3147,11 @@ The link will expire within 1 hour.</source>
3133 <trans-unit id="5248717555542428023"> 3147 <trans-unit id="5248717555542428023">
3134 <source>Username</source> 3148 <source>Username</source>
3135 <target>Nome utente</target> 3149 <target>Nome utente</target>
3136 <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> 3150
3137 <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> 3151
3138 <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> 3152
3139 <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> 3153
3140 </trans-unit> 3154 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3141 <trans-unit id="5428411040014095392" datatype="html"> 3155 <trans-unit id="5428411040014095392" datatype="html">
3142 <source>e.g. jane_doe</source> 3156 <source>e.g. jane_doe</source>
3143 <target state="translated">esempio: maria_rossi</target> 3157 <target state="translated">esempio: maria_rossi</target>
@@ -3165,9 +3179,9 @@ The link will expire within 1 hour.</source>
3165 <trans-unit id="4145496584631696119"> 3179 <trans-unit id="4145496584631696119">
3166 <source>Role</source> 3180 <source>Role</source>
3167 <target>Ruolo</target> 3181 <target>Ruolo</target>
3168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3182
3169 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3183
3170 </trans-unit> 3184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3171 <trans-unit id="7046347992315328430" datatype="html"> 3185 <trans-unit id="7046347992315328430" datatype="html">
3172 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3186 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3173 <target state="translated">La transcodifica è abilitata. La quota video prende in considerazione solo <x id="START_TAG_STRONG"/>dimensione<x id="CLOSE_TAG_STRONG"/> originale del video. <x id="LINE_BREAK"/> L'utente dovrebbe poter caricare ~ <x id="INTERPOLATION"/>. </target> 3187 <target state="translated">La transcodifica è abilitata. La quota video prende in considerazione solo <x id="START_TAG_STRONG"/>dimensione<x id="CLOSE_TAG_STRONG"/> originale del video. <x id="LINE_BREAK"/> L'utente dovrebbe poter caricare ~ <x id="INTERPOLATION"/>. </target>
@@ -3184,15 +3198,9 @@ The link will expire within 1 hour.</source>
3184 <trans-unit id="2622255144026150901" datatype="html"> 3198 <trans-unit id="2622255144026150901" datatype="html">
3185 <source>Auth plugin</source> 3199 <source>Auth plugin</source>
3186 <target state="new">Auth plugin</target> 3200 <target state="new">Auth plugin</target>
3187 <context-group purpose="location"> 3201
3188 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3202
3189 <context context-type="linenumber">188</context> 3203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit>
3190 </context-group>
3191 <context-group purpose="location">
3192 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3193 <context context-type="linenumber">188</context>
3194 </context-group>
3195 </trans-unit>
3196 <trans-unit id="588099657508661970" datatype="html"> 3204 <trans-unit id="588099657508661970" datatype="html">
3197 <source>None (local authentication)</source> 3205 <source>None (local authentication)</source>
3198 <target state="new">None (local authentication)</target> 3206 <target state="new">None (local authentication)</target>
@@ -3437,7 +3445,13 @@ The link will expire within 1 hour.</source>
3437 3445
3438 3446
3439 3447
3440 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3449 <source>Follower</source><target state="new">Follower</target>
3450 <context-group purpose="location">
3451 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3452 <context context-type="linenumber">24</context>
3453 </context-group>
3454 </trans-unit>
3441 <trans-unit id="4691552465058437520" datatype="html"> 3455 <trans-unit id="4691552465058437520" datatype="html">
3442 <source>Commented video</source> 3456 <source>Commented video</source>
3443 <target state="translated">Video commentati</target> 3457 <target state="translated">Video commentati</target>
@@ -3476,35 +3490,20 @@ The link will expire within 1 hour.</source>
3476 3490
3477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3491 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3478 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3492 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3479 <context-group purpose="location"> 3493
3480 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3494 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3481 <context context-type="linenumber">42</context>
3482 </context-group>
3483 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3484 <source>Accepted reports</source><target state="new">Accepted reports</target> 3495 <source>Accepted reports</source><target state="new">Accepted reports</target>
3485 <context-group purpose="location"> 3496
3486 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3497 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3487 <context context-type="linenumber">46</context>
3488 </context-group>
3489 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3490 <source>Refused reports</source><target state="new">Refused reports</target> 3498 <source>Refused reports</source><target state="new">Refused reports</target>
3491 <context-group purpose="location"> 3499
3492 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3493 <context context-type="linenumber">50</context>
3494 </context-group>
3495 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3496 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3501 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3497 <context-group purpose="location"> 3502
3498 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3503 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3499 <context context-type="linenumber">54</context>
3500 </context-group>
3501 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3502 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3504 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3503 <context-group purpose="location"> 3505
3504 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3506 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3505 <context context-type="linenumber">58</context>
3506 </context-group>
3507 </trans-unit>
3508 <trans-unit id="4678289986918934018" datatype="html"> 3507 <trans-unit id="4678289986918934018" datatype="html">
3509 <source>Block reason:</source> 3508 <source>Block reason:</source>
3510 <target state="translated">Motivo blocco:</target> 3509 <target state="translated">Motivo blocco:</target>
@@ -3521,17 +3520,11 @@ The link will expire within 1 hour.</source>
3521 3520
3522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3523 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3522 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3524 <context-group purpose="location"> 3523
3525 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3526 <context context-type="linenumber">31</context>
3527 </context-group>
3528 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3529 <source>Manual blocks</source><target state="new">Manual blocks</target> 3525 <source>Manual blocks</source><target state="new">Manual blocks</target>
3530 <context-group purpose="location"> 3526
3531 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3532 <context context-type="linenumber">35</context>
3533 </context-group>
3534 </trans-unit>
3535 <trans-unit id="2143435845912984377" datatype="html"> 3528 <trans-unit id="2143435845912984377" datatype="html">
3536 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3529 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3537 <target state="translated">Mostra<x id="INTERPOLATION"/> a <x id="INTERPOLATION_1"/> di <x id="INTERPOLATION_2"/> video bloccati</target> 3530 <target state="translated">Mostra<x id="INTERPOLATION"/> a <x id="INTERPOLATION_1"/> di <x id="INTERPOLATION_2"/> video bloccati</target>
@@ -3687,7 +3680,7 @@ The link will expire within 1 hour.</source>
3687 3680
3688 3681
3689 3682
3690 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3691 <trans-unit id="1300704815627663264"> 3684 <trans-unit id="1300704815627663264">
3692 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3685 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3693 <target>Silenziato a <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3686 <target>Silenziato a <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3726,7 +3719,7 @@ The link will expire within 1 hour.</source>
3726 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3719 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3727 <target state="translated">Sembra che tu non sia su un server HTTPS. Il tuo server web deve avere TLS attivato per poter seguire i server.</target> 3720 <target state="translated">Sembra che tu non sia su un server HTTPS. Il tuo server web deve avere TLS attivato per poter seguire i server.</target>
3728 3721
3729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3730 <trans-unit id="4058814854824495833" datatype="html"> 3723 <trans-unit id="4058814854824495833" datatype="html">
3731 <source>Mute domains</source> 3724 <source>Mute domains</source>
3732 <target state="translated">Silenzia domini</target> 3725 <target state="translated">Silenzia domini</target>
@@ -3796,7 +3789,7 @@ The link will expire within 1 hour.</source>
3796 3789
3797 3790
3798 3791
3799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3800 <trans-unit id="8630916846096019339" datatype="html"> 3793 <trans-unit id="8630916846096019339" datatype="html">
3801 <source>Users can resolve distant content</source> 3794 <source>Users can resolve distant content</source>
3802 <target state="translated">Gli utenti possono risolvere contenuti distanti</target> 3795 <target state="translated">Gli utenti possono risolvere contenuti distanti</target>
@@ -5630,11 +5623,8 @@ color: red;
5630 5623
5631 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 5624 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
5632 <source>CHANNELS</source><target state="new">CHANNELS</target> 5625 <source>CHANNELS</source><target state="new">CHANNELS</target>
5633 <context-group purpose="location"> 5626
5634 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5627 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5635 <context context-type="linenumber">82</context>
5636 </context-group>
5637 </trans-unit>
5638 5628
5639 <trans-unit id="3666829335406793239" datatype="html"> 5629 <trans-unit id="3666829335406793239" datatype="html">
5640 <source>This account does not have channels.</source> 5630 <source>This account does not have channels.</source>
@@ -5668,7 +5658,13 @@ It will delete <x id="PH_1" equiv-text="videoChannel.videosCount"/> videos uploa
5668channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</source> 5658channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</source>
5669 <target state="translated">Vuoi davvero eliminare <x id="PH" equiv-text="videoChannel.displayName"/>? Verranno eliminati <x id="PH_1" equiv-text="videoChannel.videosCount"/> i video caricati in questo canale e non potrai creare un altro canale con lo stesso nome <x id="PH_2" equiv-text="videoChannel.name"/></target> 5659 <target state="translated">Vuoi davvero eliminare <x id="PH" equiv-text="videoChannel.displayName"/>? Verranno eliminati <x id="PH_1" equiv-text="videoChannel.videosCount"/> i video caricati in questo canale e non potrai creare un altro canale con lo stesso nome <x id="PH_2" equiv-text="videoChannel.name"/></target>
5670 5660
5671 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 5661 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
5662 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5663 <context-group purpose="location">
5664 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5665 <context context-type="linenumber">48</context>
5666 </context-group>
5667 </trans-unit>
5672 <trans-unit id="5387007581996837469" datatype="html"> 5668 <trans-unit id="5387007581996837469" datatype="html">
5673 <source>My Channels</source> 5669 <source>My Channels</source>
5674 <target state="translated">I miei Canali</target> 5670 <target state="translated">I miei Canali</target>
@@ -6185,12 +6181,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6185 <source>Your message has been sent.</source> 6181 <source>Your message has been sent.</source>
6186 <target>Messaggio inviato.</target> 6182 <target>Messaggio inviato.</target>
6187 6183
6188 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6184 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6189 <trans-unit id="2072135752262464360"> 6185 <trans-unit id="2072135752262464360">
6190 <source>You already sent this form recently</source> 6186 <source>You already sent this form recently</source>
6191 <target>Questo modulo è stato usato di recente</target> 6187 <target>Questo modulo è stato usato di recente</target>
6192 6188
6193 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6189 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6194 6190
6195 <trans-unit id="819067926858619041" datatype="html"> 6191 <trans-unit id="819067926858619041" datatype="html">
6196 <source>Account videos</source> 6192 <source>Account videos</source>
@@ -6236,12 +6232,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6236 <source><x id="PH"/> direct account followers </source> 6232 <source><x id="PH"/> direct account followers </source>
6237 <target state="translated"><x id="PH"/> follower diretti dell'account </target> 6233 <target state="translated"><x id="PH"/> follower diretti dell'account </target>
6238 6234
6239 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit> 6235 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6240 <trans-unit id="6250999352462648289" datatype="html"> 6236 <trans-unit id="6250999352462648289" datatype="html">
6241 <source>Report this account</source> 6237 <source>Report this account</source>
6242 <target state="translated">Segnala questo account</target> 6238 <target state="translated">Segnala questo account</target>
6243 6239
6244 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 6240 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6245 6241
6246 6242
6247 <trans-unit id="1504521795586863905" datatype="html"> 6243 <trans-unit id="1504521795586863905" datatype="html">
@@ -6256,27 +6252,19 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6256 <target state="translated">Nome utente copiato</target> 6252 <target state="translated">Nome utente copiato</target>
6257 6253
6258 6254
6259 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit> 6255 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6260 <trans-unit id="9221735175659318025" datatype="html"> 6256 <trans-unit id="9221735175659318025" datatype="html">
6261 <source>1 subscriber</source> 6257 <source>1 subscriber</source>
6262 <target state="translated">1 sottoscrittore</target> 6258 <target state="translated">1 sottoscrittore</target>
6263 6259
6264 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit> 6260 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6265 <trans-unit id="4097331874769079975" datatype="html"> 6261 <trans-unit id="4097331874769079975" datatype="html">
6266 <source><x id="PH"/> subscribers</source> 6262 <source><x id="PH"/> subscribers</source>
6267 <target state="translated"><x id="PH"/> sottoscrittori</target> 6263 <target state="translated"><x id="PH"/> sottoscrittori</target>
6268 6264
6269 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 6265 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6270 <trans-unit id="4682675125751819107" datatype="html"> 6266
6271 <source>Instances you follow</source> 6267
6272 <target state="translated">Istanze che segui</target>
6273
6274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6275 <trans-unit id="8899833753704589712" datatype="html">
6276 <source>Instances following you</source>
6277 <target state="translated">Istanze che ti seguono</target>
6278
6279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6280 <trans-unit id="1035838766454786107" datatype="html"> 6268 <trans-unit id="1035838766454786107" datatype="html">
6281 <source>Audio-only</source> 6269 <source>Audio-only</source>
6282 <target state="translated">Solo audio</target> 6270 <target state="translated">Solo audio</target>
@@ -6326,6 +6314,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6326 <source>Auto (via ffmpeg)</source> 6314 <source>Auto (via ffmpeg)</source>
6327 <target>Auto (tramite ffmpeg)</target> 6315 <target>Auto (tramite ffmpeg)</target>
6328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6317 </trans-unit><trans-unit id="3642770981085338761" datatype="html">
6318 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6319 <context-group purpose="location">
6320 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6321 <context context-type="linenumber">3</context>
6322 </context-group>
6329 </trans-unit> 6323 </trans-unit>
6330 <trans-unit id="931255636742351800" datatype="html"> 6324 <trans-unit id="931255636742351800" datatype="html">
6331 <source>No limit</source> 6325 <source>No limit</source>
@@ -6466,18 +6460,34 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6466 <trans-unit id="2127446333083057097" datatype="html"> 6460 <trans-unit id="2127446333083057097" datatype="html">
6467 <source>Domain is required.</source> 6461 <source>Domain is required.</source>
6468 <target state="translated">Il Dominio è richiesto.</target> 6462 <target state="translated">Il Dominio è richiesto.</target>
6469 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6463
6470 </trans-unit> 6464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6471 <trans-unit id="6780793142903080663" datatype="html"> 6465 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6472 <source>Domains entered are invalid.</source> 6466 <context-group purpose="location">
6473 <target state="translated">I domini inseriti non sono validi.</target> 6467 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6474 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6468 <context context-type="linenumber">93</context>
6475 </trans-unit> 6469 </context-group>
6476 <trans-unit id="5886492514458202177" datatype="html"> 6470 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6477 <source>Domains entered contain duplicates.</source> 6471 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6478 <target state="translated">I domini inseriti contengono duplicati.</target> 6472 <context-group purpose="location">
6479 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6473 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6474 <context context-type="linenumber">94</context>
6475 </context-group>
6476 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6477 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6478 <context-group purpose="location">
6479 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6480 <context context-type="linenumber">102</context>
6481 </context-group>
6482 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6483 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6484 <context-group purpose="location">
6485 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6486 <context context-type="linenumber">103</context>
6487 </context-group>
6480 </trans-unit> 6488 </trans-unit>
6489
6490
6481 <trans-unit id="240806681889331244"> 6491 <trans-unit id="240806681889331244">
6482 <source>Unlimited</source> 6492 <source>Unlimited</source>
6483 <target>Illimitato/ti</target> 6493 <target>Illimitato/ti</target>
@@ -6631,24 +6641,50 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6631 <source><x id="PH"/> removed from instance followers </source> 6641 <source><x id="PH"/> removed from instance followers </source>
6632 <target state="translated"><x id="PH"/> rimosso dai follower dell'istanza </target> 6642 <target state="translated"><x id="PH"/> rimosso dai follower dell'istanza </target>
6633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6643 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6644 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
6645 <source>Follow</source><target state="new">Follow</target>
6646 <context-group purpose="location">
6647 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6648 <context context-type="linenumber">3</context>
6649 </context-group>
6650 <context-group purpose="location">
6651 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6652 <context context-type="linenumber">37</context>
6653 </context-group>
6654 <context-group purpose="location">
6655 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6656 <context context-type="linenumber">18</context>
6657 </context-group>
6658 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6659 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6660 <context-group purpose="location">
6661 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6662 <context context-type="linenumber">11</context>
6663 </context-group>
6634 </trans-unit> 6664 </trans-unit>
6635 <trans-unit id="2740793005745065895"> 6665 <trans-unit id="2740793005745065895">
6636 <source><x id="PH"/> is not valid </source> 6666 <source><x id="PH"/> is not valid </source>
6637 <target> 6667 <target>
6638 <x id="PH"/> non è valida 6668 <x id="PH"/> non è valida
6639 </target> 6669 </target>
6640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6670
6641 </trans-unit> 6671 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6642 <trans-unit id="2355066641781598196"> 6672 <trans-unit id="2355066641781598196">
6643 <source>Follow request(s) sent!</source> 6673 <source>Follow request(s) sent!</source>
6644 <target>Richiesta/e per seguire (follow) spedita/e!</target> 6674 <target>Richiesta/e per seguire (follow) spedita/e!</target>
6645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6675
6676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6677 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6678 <context-group purpose="location">
6679 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6680 <context context-type="linenumber">3</context>
6681 </context-group>
6646 </trans-unit> 6682 </trans-unit>
6647 <trans-unit id="4245720728052819482"> 6683 <trans-unit id="4245720728052819482">
6648 <source>Do you really want to unfollow <x id="PH"/>?</source> 6684 <source>Do you really want to unfollow <x id="PH"/>?</source>
6649 <target>Vuoi veramente smettere di seguire <x id="PH"/>?</target> 6685 <target>Vuoi veramente smettere di seguire <x id="PH"/>?</target>
6650 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6686
6651 </trans-unit> 6687 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6652 <trans-unit id="9160510009013134726"> 6688 <trans-unit id="9160510009013134726">
6653 <source>Unfollow</source> 6689 <source>Unfollow</source>
6654 <target>Smetti di seguire (unfollow)</target> 6690 <target>Smetti di seguire (unfollow)</target>
@@ -6657,8 +6693,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6657 <trans-unit id="3935234189109112926"> 6693 <trans-unit id="3935234189109112926">
6658 <source>You are not following <x id="PH"/> anymore.</source> 6694 <source>You are not following <x id="PH"/> anymore.</source>
6659 <target>Non stai seguendo piú <x id="PH"/>.</target> 6695 <target>Non stai seguendo piú <x id="PH"/>.</target>
6660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6696
6661 </trans-unit> 6697 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6662 <trans-unit id="2593763089859685916"> 6698 <trans-unit id="2593763089859685916">
6663 <source>enabled</source> 6699 <source>enabled</source>
6664 <target>attivato</target> 6700 <target>attivato</target>
@@ -6767,105 +6803,105 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6767 <target state="translated">Azioni interne</target> 6803 <target state="translated">Azioni interne</target>
6768 6804
6769 6805
6770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 6806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6771 <trans-unit id="4559872264406386913" datatype="html"> 6807 <trans-unit id="4559872264406386913" datatype="html">
6772 <source>Delete report</source> 6808 <source>Delete report</source>
6773 <target state="translated">Cancella segnalazione</target> 6809 <target state="translated">Cancella segnalazione</target>
6774 6810
6775 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 6811 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6776 <trans-unit id="5793550984155962433" datatype="html"> 6812 <trans-unit id="5793550984155962433" datatype="html">
6777 <source>Actions for the flagged account</source> 6813 <source>Actions for the flagged account</source>
6778 <target state="translated">Azioni per l'account selezionato</target> 6814 <target state="translated">Azioni per l'account selezionato</target>
6779 6815
6780 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6816 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
6781 <trans-unit id="1679841953757186358"> 6817 <trans-unit id="1679841953757186358">
6782 <source>Mark as accepted</source> 6818 <source>Mark as accepted</source>
6783 <target>Segna come accettato</target> 6819 <target>Segna come accettato</target>
6784 6820
6785 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 6821 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
6786 <trans-unit id="7993358694073742566"> 6822 <trans-unit id="7993358694073742566">
6787 <source>Mark as rejected</source> 6823 <source>Mark as rejected</source>
6788 <target>Segna come rifiutato</target> 6824 <target>Segna come rifiutato</target>
6789 6825
6790 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 6826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
6791 <trans-unit id="4175703770051343108" datatype="html"> 6827 <trans-unit id="4175703770051343108" datatype="html">
6792 <source>Add internal note</source> 6828 <source>Add internal note</source>
6793 <target state="translated">Aggiungi nota interna</target> 6829 <target state="translated">Aggiungi nota interna</target>
6794 6830
6795 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 6831 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
6796 <trans-unit id="296166371893775555" datatype="html"> 6832 <trans-unit id="296166371893775555" datatype="html">
6797 <source>Actions for the video</source> 6833 <source>Actions for the video</source>
6798 <target state="translated">Azioni per il video</target> 6834 <target state="translated">Azioni per il video</target>
6799 6835
6800 6836
6801 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 6837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
6802 <trans-unit id="3924877328520650445" datatype="html"> 6838 <trans-unit id="3924877328520650445" datatype="html">
6803 <source>Block video</source> 6839 <source>Block video</source>
6804 <target state="translated">Blocca video</target> 6840 <target state="translated">Blocca video</target>
6805 6841
6806 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 6842 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
6807 <trans-unit id="4762794934098378428" datatype="html"> 6843 <trans-unit id="4762794934098378428" datatype="html">
6808 <source>Video blocked.</source> 6844 <source>Video blocked.</source>
6809 <target state="translated">Video bloccato.</target> 6845 <target state="translated">Video bloccato.</target>
6810 6846
6811 6847
6812 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6848 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
6813 <trans-unit id="4328862996304258770" datatype="html"> 6849 <trans-unit id="4328862996304258770" datatype="html">
6814 <source>Unblock video</source> 6850 <source>Unblock video</source>
6815 <target state="translated">Sblocca video</target> 6851 <target state="translated">Sblocca video</target>
6816 6852
6817 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 6853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
6818 <trans-unit id="9065327551191479877" datatype="html"> 6854 <trans-unit id="9065327551191479877" datatype="html">
6819 <source>Video unblocked.</source> 6855 <source>Video unblocked.</source>
6820 <target state="translated">Video sbloccato.</target> 6856 <target state="translated">Video sbloccato.</target>
6821 6857
6822 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 6858 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
6823 <trans-unit id="1250415136605923486"> 6859 <trans-unit id="1250415136605923486">
6824 <source>Do you really want to delete this abuse report?</source> 6860 <source>Do you really want to delete this abuse report?</source>
6825 <target>Vuoi veramente eliminare questa segnalazione di abuso?</target> 6861 <target>Vuoi veramente eliminare questa segnalazione di abuso?</target>
6826 6862
6827 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 6863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
6828 <trans-unit id="3482559157143817408"> 6864 <trans-unit id="3482559157143817408">
6829 <source>Abuse deleted.</source> 6865 <source>Abuse deleted.</source>
6830 <target>Segnalazione di abuso/molestia eliminata.</target> 6866 <target>Segnalazione di abuso/molestia eliminata.</target>
6831 6867
6832 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 6868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
6833 <trans-unit id="6282990098351939529" datatype="html"> 6869 <trans-unit id="6282990098351939529" datatype="html">
6834 <source>Deleted comment</source> 6870 <source>Deleted comment</source>
6835 <target state="translated">Commento eliminato</target> 6871 <target state="translated">Commento eliminato</target>
6836 6872
6837 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 6873 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
6838 <trans-unit id="9196775343330824083" datatype="html"> 6874 <trans-unit id="9196775343330824083" datatype="html">
6839 <source>Messages with reporter</source> 6875 <source>Messages with reporter</source>
6840 <target state="translated">Messaggi con il segnalante</target> 6876 <target state="translated">Messaggi con il segnalante</target>
6841 6877
6842 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 6878 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
6843 <trans-unit id="8770468575924421391" datatype="html"> 6879 <trans-unit id="8770468575924421391" datatype="html">
6844 <source>Messages with moderators</source> 6880 <source>Messages with moderators</source>
6845 <target state="translated">Messaggi con i moderatori</target> 6881 <target state="translated">Messaggi con i moderatori</target>
6846 6882
6847 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 6883 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
6848 <trans-unit id="8528549800795985099" datatype="html"> 6884 <trans-unit id="8528549800795985099" datatype="html">
6849 <source>Update internal note</source> 6885 <source>Update internal note</source>
6850 <target state="translated">Aggiorna nota interna</target> 6886 <target state="translated">Aggiorna nota interna</target>
6851 6887
6852 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 6888 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
6853 <trans-unit id="3962242315365992494" datatype="html"> 6889 <trans-unit id="3962242315365992494" datatype="html">
6854 <source>Switch video block to manual</source> 6890 <source>Switch video block to manual</source>
6855 <target state="translated">Passa blocco video a manuale</target> 6891 <target state="translated">Passa blocco video a manuale</target>
6856 6892
6857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
6858 <trans-unit id="6906423861055262169" datatype="html"> 6894 <trans-unit id="6906423861055262169" datatype="html">
6859 <source>Video <x id="PH"/> switched to manual block.</source> 6895 <source>Video <x id="PH"/> switched to manual block.</source>
6860 <target state="translated">Video <x id="PH"/> cambiato in blocco manuale.</target> 6896 <target state="translated">Video <x id="PH"/> cambiato in blocco manuale.</target>
6861 6897
6862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 6898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
6863 <trans-unit id="7293356040886494773" datatype="html"> 6899 <trans-unit id="7293356040886494773" datatype="html">
6864 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 6900 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
6865 <target state="translated">Vuoi davvero sbloccare questo video? Sarà nuovamente disponibile nell'elenco dei video.</target> 6901 <target state="translated">Vuoi davvero sbloccare questo video? Sarà nuovamente disponibile nell'elenco dei video.</target>
6866 6902
6867 6903
6868 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 6904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
6869 <trans-unit id="4859202148272511129" datatype="html"> 6905 <trans-unit id="4859202148272511129" datatype="html">
6870 <source>Unblock</source> 6906 <source>Unblock</source>
6871 <target state="translated">Sblocca</target> 6907 <target state="translated">Sblocca</target>
@@ -6873,13 +6909,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6873 6909
6874 6910
6875 6911
6876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
6877 <trans-unit id="4922469417589203720" datatype="html"> 6913 <trans-unit id="4922469417589203720" datatype="html">
6878 <source>Video <x id="PH"/> unblocked.</source> 6914 <source>Video <x id="PH"/> unblocked.</source>
6879 <target state="translated">Video <x id="PH"/> sbloccato.</target> 6915 <target state="translated">Video <x id="PH"/> sbloccato.</target>
6880 6916
6881 6917
6882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 6918 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
6883 <trans-unit id="6286037250766429054"> 6919 <trans-unit id="6286037250766429054">
6884 <source>yes</source> 6920 <source>yes</source>
6885 <target>sì</target> 6921 <target>sì</target>
@@ -7098,9 +7134,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7098 <trans-unit id="1519954996184640001"> 7134 <trans-unit id="1519954996184640001">
7099 <source>Error</source> 7135 <source>Error</source>
7100 <target>Errore</target> 7136 <target>Errore</target>
7101 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7137
7102 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7138
7103 </trans-unit> 7139 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7104 <trans-unit id="5076187961693950167" datatype="html"> 7140 <trans-unit id="5076187961693950167" datatype="html">
7105 <source>Standard logs</source> 7141 <source>Standard logs</source>
7106 <target state="translated">Logs standard</target> 7142 <target state="translated">Logs standard</target>
@@ -7141,16 +7177,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7141 <target>Aggiorna password dell' utente</target> 7177 <target>Aggiorna password dell' utente</target>
7142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7143 </trans-unit> 7179 </trans-unit>
7144 <trans-unit id="177544274549739411" datatype="html"> 7180
7145 <source>Following list</source> 7181
7146 <target state="translated">Elenco seguente</target>
7147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7148 </trans-unit>
7149 <trans-unit id="8092429110007204784" datatype="html">
7150 <source>Followers list</source>
7151 <target state="translated">Elenco followers</target>
7152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7153 </trans-unit>
7154 <trans-unit id="780323526182667308" datatype="html"> 7182 <trans-unit id="780323526182667308" datatype="html">
7155 <source>User <x id="PH"/> updated.</source> 7183 <source>User <x id="PH"/> updated.</source>
7156 <target state="translated">Utente <x id="PH"/> aggiornato.</target> 7184 <target state="translated">Utente <x id="PH"/> aggiornato.</target>
@@ -7186,16 +7214,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7186 <target state="translated">Federazione</target> 7214 <target state="translated">Federazione</target>
7187 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7188 </trans-unit> 7216 </trans-unit>
7189 <trans-unit id="4682675125751819107" datatype="html"> 7217
7190 <source>Instances you follow</source> 7218
7191 <target state="translated">Istanze che segui</target>
7192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7193 </trans-unit>
7194 <trans-unit id="8899833753704589712" datatype="html">
7195 <source>Instances following you</source>
7196 <target state="translated">Istanze che ti seguono</target>
7197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7198 </trans-unit>
7199 <trans-unit id="3767259920053407667" datatype="html"> 7219 <trans-unit id="3767259920053407667" datatype="html">
7200 <source>Videos will be deleted, comments will be tombstoned.</source> 7220 <source>Videos will be deleted, comments will be tombstoned.</source>
7201 <target state="translated">I video verranno eliminati, i commenti verranno rimossi definitivamente.</target> 7221 <target state="translated">I video verranno eliminati, i commenti verranno rimossi definitivamente.</target>
@@ -7226,7 +7246,25 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7226 <target>Imposta email come verificata</target> 7246 <target>Imposta email come verificata</target>
7227 7247
7228 7248
7229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7250 <source>Created</source><target state="new">Created</target>
7251 <context-group purpose="location">
7252 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7253 <context context-type="linenumber">115</context>
7254 </context-group>
7255 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7256 <source>Daily quota</source><target state="new">Daily quota</target>
7257 <context-group purpose="location">
7258 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7259 <context context-type="linenumber">120</context>
7260 </context-group>
7261 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7262 <source>Last login</source><target state="new">Last login</target>
7263 <context-group purpose="location">
7264 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7265 <context context-type="linenumber">122</context>
7266 </context-group>
7267 </trans-unit>
7230 <trans-unit id="3403978719736970622"> 7268 <trans-unit id="3403978719736970622">
7231 <source>You cannot ban root.</source> 7269 <source>You cannot ban root.</source>
7232 <target>Non puoi espellere root.</target> 7270 <target>Non puoi espellere root.</target>
@@ -7530,12 +7568,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7530 <source>Video channel <x id="PH"/> created.</source> 7568 <source>Video channel <x id="PH"/> created.</source>
7531 <target>Il canale video <x id="PH"/> è stato creato.</target> 7569 <target>Il canale video <x id="PH"/> è stato creato.</target>
7532 7570
7533 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 7571 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7534 <trans-unit id="8723777130353305761"> 7572 <trans-unit id="8723777130353305761">
7535 <source>This name already exists on this instance.</source> 7573 <source>This name already exists on this instance.</source>
7536 <target>Questo nome esiste già nell'istanza.</target> 7574 <target>Questo nome esiste già nell'istanza.</target>
7537 7575
7538 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 7576 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7539 <trans-unit id="7589345916094713536"> 7577 <trans-unit id="7589345916094713536">
7540 <source>Video channel <x id="PH"/> updated.</source> 7578 <source>Video channel <x id="PH"/> updated.</source>
7541 <target>Il canale video <x id="PH"/> è stato aggiornato.</target> 7579 <target>Il canale video <x id="PH"/> è stato aggiornato.</target>
@@ -7550,11 +7588,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7550 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 7588 <source>Banner deleted.</source><target state="new">Banner deleted.</target>
7551 7589
7552 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 7590 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7553 <trans-unit id="2575302837003821736"> 7591
7554 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7555 <target>Digita il nome visualizzato del canale video ( <x id="PH"/>) per confermare</target>
7556
7557 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
7558 <trans-unit id="624066830180032195"> 7592 <trans-unit id="624066830180032195">
7559 <source>Video channel <x id="PH"/> deleted.</source> 7593 <source>Video channel <x id="PH"/> deleted.</source>
7560 <target>Il canale video <x id="PH"/> è stato cancellato.</target> 7594 <target>Il canale video <x id="PH"/> è stato cancellato.</target>
@@ -7703,6 +7737,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7703 <source>Ownership change request sent.</source> 7737 <source>Ownership change request sent.</source>
7704 <target>Richiesta di cambio proprietario spedita.</target> 7738 <target>Richiesta di cambio proprietario spedita.</target>
7705 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 7739 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
7740 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
7741 <source>Sort by</source><target state="new">Sort by</target>
7742 <context-group purpose="location">
7743 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
7744 <context context-type="linenumber">26</context>
7745 </context-group>
7706 </trans-unit> 7746 </trans-unit>
7707 <trans-unit id="3245220240937722814"> 7747 <trans-unit id="3245220240937722814">
7708 <source>My channels</source> 7748 <source>My channels</source>
@@ -7766,12 +7806,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7766 <source>Maximize editor</source> 7806 <source>Maximize editor</source>
7767 <target state="translated">Ingrandisci l'editor</target> 7807 <target state="translated">Ingrandisci l'editor</target>
7768 7808
7769 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 7809 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
7770 <trans-unit id="4243591013849340688" datatype="html"> 7810 <trans-unit id="4243591013849340688" datatype="html">
7771 <source>Exit maximized editor</source> 7811 <source>Exit maximized editor</source>
7772 <target state="translated">Uscire dall'editor ingrandito</target> 7812 <target state="translated">Uscire dall'editor ingrandito</target>
7773 7813
7774 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 7814 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7775 <trans-unit id="6537885755702623401" datatype="html"> 7815 <trans-unit id="6537885755702623401" datatype="html">
7776 <source>Now please check your emails to verify your account and complete signup.</source> 7816 <source>Now please check your emails to verify your account and complete signup.</source>
7777 <target state="translated">Ora controlla le tue e-mail per verificare il tuo account e completare la registrazione.</target> 7817 <target state="translated">Ora controlla le tue e-mail per verificare il tuo account e completare la registrazione.</target>
@@ -7804,7 +7844,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7804 <target>Iscriversi all'account</target> 7844 <target>Iscriversi all'account</target>
7805 7845
7806 7846
7807 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 7847 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
7808 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7848 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7809 <context-group purpose="location"> 7849 <context-group purpose="location">
7810 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7850 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -7850,34 +7890,34 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7850 <trans-unit id="3779524668013120370"> 7890 <trans-unit id="3779524668013120370">
7851 <source>Go to my subscriptions</source> 7891 <source>Go to my subscriptions</source>
7852 <target>Vai alle mie iscrizioni</target> 7892 <target>Vai alle mie iscrizioni</target>
7853 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 7893
7854 </trans-unit> 7894 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
7855 <trans-unit id="1136469849928650779"> 7895 <trans-unit id="1136469849928650779">
7856 <source>Go to my videos</source> 7896 <source>Go to my videos</source>
7857 <target>Vai ai miei video</target> 7897 <target>Vai ai miei video</target>
7858 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 7898
7859 </trans-unit> 7899 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7860 <trans-unit id="7836683738999600376"> 7900 <trans-unit id="7836683738999600376">
7861 <source>Go to my imports</source> 7901 <source>Go to my imports</source>
7862 <target>Vai alle mie importazioni</target> 7902 <target>Vai alle mie importazioni</target>
7863 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 7903
7864 </trans-unit> 7904 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
7865 <trans-unit id="7511292153332773503"> 7905 <trans-unit id="7511292153332773503">
7866 <source>Go to my channels</source> 7906 <source>Go to my channels</source>
7867 <target>Vai ai miei canali</target> 7907 <target>Vai ai miei canali</target>
7868 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 7908
7869 </trans-unit> 7909 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
7870 <trans-unit id="2013324644839511073" datatype="html"> 7910 <trans-unit id="2013324644839511073" datatype="html">
7871 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 7911 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
7872Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 7912Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
7873 <target state="translated">Impossibile recuperare le credenziali del Client OAuth: <x id="PH" equiv-text="error.text"/>. Assicurati di aver configurato correttamente PeerTube (config/ directory), in particolare la sezione "webserver".</target> 7913 <target state="translated">Impossibile recuperare le credenziali del Client OAuth: <x id="PH" equiv-text="error.text"/>. Assicurati di aver configurato correttamente PeerTube (config/ directory), in particolare la sezione "webserver".</target>
7874 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 7914
7875 </trans-unit> 7915 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
7876 <trans-unit id="375263728166936544"> 7916 <trans-unit id="375263728166936544">
7877 <source>You need to reconnect.</source> 7917 <source>You need to reconnect.</source>
7878 <target>Devi riconnetterti.</target> 7918 <target>Devi riconnetterti.</target>
7879 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 7919
7880 </trans-unit> 7920 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
7881 <trans-unit id="2206638022166154361"> 7921 <trans-unit id="2206638022166154361">
7882 <source>Keyboard Shortcuts:</source> 7922 <source>Keyboard Shortcuts:</source>
7883 <target>Scorciatoie per la tastiera:</target> 7923 <target>Scorciatoie per la tastiera:</target>
@@ -7888,6 +7928,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7888 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 7928 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7889 <context context-type="linenumber">98</context> 7929 <context context-type="linenumber">98</context>
7890 </context-group> 7930 </context-group>
7931 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
7932 <source>In my library</source><target state="new">In my library</target>
7933 <context-group purpose="location">
7934 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7935 <context context-type="linenumber">104</context>
7936 </context-group>
7891 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 7937 </trans-unit><trans-unit id="232050922346936574" datatype="html">
7892 <source>Trending</source><target state="new">Trending</target> 7938 <source>Trending</source><target state="new">Trending</target>
7893 7939
@@ -7911,38 +7957,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7911 <source>Incorrect username or password.</source> 7957 <source>Incorrect username or password.</source>
7912 <target>Nome utente o password non corretti.</target> 7958 <target>Nome utente o password non corretti.</target>
7913 7959
7914 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 7960 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
7915 <trans-unit id="6974874606619467663" datatype="html"> 7961 <trans-unit id="6974874606619467663" datatype="html">
7916 <source>Your account is blocked.</source> 7962 <source>Your account is blocked.</source>
7917 <target state="translated">Il tuo account è bloccato.</target> 7963 <target state="translated">Il tuo account è bloccato.</target>
7918 7964
7919 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 7965 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
7920 <trans-unit id="7939914198003891823" datatype="html"> 7966 <trans-unit id="7939914198003891823" datatype="html">
7921 <source>any language</source> 7967 <source>any language</source>
7922 <target state="translated">qualsiasi lingua</target> 7968 <target state="translated">qualsiasi lingua</target>
7923 7969
7924 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 7970 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7925 7971
7926 <trans-unit id="5633144232269377096" datatype="html"> 7972 <trans-unit id="5633144232269377096" datatype="html">
7927 <source>hide</source> 7973 <source>hide</source>
7928 <target state="translated">nascondi</target> 7974 <target state="translated">nascondi</target>
7929 7975
7930 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 7976 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
7931 <trans-unit id="8603861867909474404" datatype="html"> 7977 <trans-unit id="8603861867909474404" datatype="html">
7932 <source>blur</source> 7978 <source>blur</source>
7933 <target state="translated">sfocatura</target> 7979 <target state="translated">sfocatura</target>
7934 7980
7935 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 7981 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
7936 <trans-unit id="4534458451100881847" datatype="html"> 7982 <trans-unit id="4534458451100881847" datatype="html">
7937 <source>display</source> 7983 <source>display</source>
7938 <target state="translated">schermo</target> 7984 <target state="translated">schermo</target>
7939 7985
7940 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 7986 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
7941 <trans-unit id="4467323362722952678" datatype="html"> 7987 <trans-unit id="4467323362722952678" datatype="html">
7942 <source>Unknown</source> 7988 <source>Unknown</source>
7943 <target state="translated">Sconosciuto</target> 7989 <target state="translated">Sconosciuto</target>
7944 7990
7945 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 7991 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
7946 <trans-unit id="8781423666414310853"> 7992 <trans-unit id="8781423666414310853">
7947 <source>Your password has been successfully reset!</source> 7993 <source>Your password has been successfully reset!</source>
7948 <target>La tua password è stata reimpostata con successo!</target> 7994 <target>La tua password è stata reimpostata con successo!</target>
@@ -8053,12 +8099,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8053 <source>Search index is unavailable. Retrying with instance results instead.</source> 8099 <source>Search index is unavailable. Retrying with instance results instead.</source>
8054 <target state="translated">L'indice di ricerca non è disponibile. Nuovo tentativo con i risultati dell'istanza.</target> 8100 <target state="translated">L'indice di ricerca non è disponibile. Nuovo tentativo con i risultati dell'istanza.</target>
8055 8101
8056 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8102 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8057 <trans-unit id="307702206382241469" datatype="html"> 8103 <trans-unit id="307702206382241469" datatype="html">
8058 <source>Search error</source> 8104 <source>Search error</source>
8059 <target state="translated">Errore nella ricerca</target> 8105 <target state="translated">Errore nella ricerca</target>
8060 8106
8061 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8107 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8108 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8109 <context-group purpose="location">
8110 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8111 <context context-type="linenumber">329</context>
8112 </context-group>
8113 </trans-unit>
8062 <trans-unit id="4580988005648117665" datatype="html"> 8114 <trans-unit id="4580988005648117665" datatype="html">
8063 <source>Search</source> 8115 <source>Search</source>
8064 <target state="translated">Ricerca</target> 8116 <target state="translated">Ricerca</target>
@@ -9249,17 +9301,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9249 <target>Account <x id="PH"/> silenziato dall'istanza.</target> 9301 <target>Account <x id="PH"/> silenziato dall'istanza.</target>
9250 9302
9251 9303
9252 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9304 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9253 <trans-unit id="1595779426198793580" datatype="html"> 9305 <trans-unit id="1595779426198793580" datatype="html">
9254 <source>Mute server</source> 9306 <source>Mute server</source>
9255 <target state="translated">Silenzia server</target> 9307 <target state="translated">Silenzia server</target>
9256 9308
9257 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9309 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9258 <trans-unit id="8014491157078444256" datatype="html"> 9310 <trans-unit id="8014491157078444256" datatype="html">
9259 <source>Server <x id="PH"/> muted by the instance.</source> 9311 <source>Server <x id="PH"/> muted by the instance.</source>
9260 <target state="translated">Server <x id="PH"/> silenziato dall'istanza.</target> 9312 <target state="translated">Server <x id="PH"/> silenziato dall'istanza.</target>
9261 9313
9262 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9314 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9263 <trans-unit id="2044813052587776285" datatype="html"> 9315 <trans-unit id="2044813052587776285" datatype="html">
9264 <source>Add a message to communicate with the reporter</source> 9316 <source>Add a message to communicate with the reporter</source>
9265 <target state="translated">Aggiungi un messaggio per comunicare con il reporter</target> 9317 <target state="translated">Aggiungi un messaggio per comunicare con il reporter</target>
@@ -9499,18 +9551,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9499 <trans-unit id="968295009933361070"> 9551 <trans-unit id="968295009933361070">
9500 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 9552 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
9501 <target>Troppi tentativi, si potrà provare di nuovo dopo <x id="PH"/> minuti.</target> 9553 <target>Troppi tentativi, si potrà provare di nuovo dopo <x id="PH"/> minuti.</target>
9502 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9554
9503 </trans-unit> 9555 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9504 <trans-unit id="4965472196059235310"> 9556 <trans-unit id="4965472196059235310">
9505 <source>Too many attempts, please try again later.</source> 9557 <source>Too many attempts, please try again later.</source>
9506 <target>Troppi tentativi, riprovare più tardi.</target> 9558 <target>Troppi tentativi, riprovare più tardi.</target>
9507 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9559
9508 </trans-unit> 9560 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9509 <trans-unit id="1693549688987384699"> 9561 <trans-unit id="1693549688987384699">
9510 <source>Server error. Please retry later.</source> 9562 <source>Server error. Please retry later.</source>
9511 <target>Errore del server. Riprovare più tardi.</target> 9563 <target>Errore del server. Riprovare più tardi.</target>
9512 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9564
9513 </trans-unit> 9565 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9514 <trans-unit id="5927402622550505067" datatype="html"> 9566 <trans-unit id="5927402622550505067" datatype="html">
9515 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9567 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9516 <target state="translated">Iscrizione a tutti i canali correnti di <x id="PH"/>. Riceverai una notifica di tutti i loro nuovi video.</target> 9568 <target state="translated">Iscrizione a tutti i canali correnti di <x id="PH"/>. Riceverai una notifica di tutti i loro nuovi video.</target>
@@ -9612,28 +9664,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9612 <source>Delete video</source> 9664 <source>Delete video</source>
9613 <target state="translated">Cancella video</target> 9665 <target state="translated">Cancella video</target>
9614 9666
9615 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 9667 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9616 <trans-unit id="2210418817778733727" datatype="html"> 9668 <trans-unit id="2210418817778733727" datatype="html">
9617 <source>Actions for the comment</source> 9669 <source>Actions for the comment</source>
9618 <target state="translated">Azioni per il commento</target> 9670 <target state="translated">Azioni per il commento</target>
9619 9671
9620 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 9672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9621 <trans-unit id="7978668497183230348" datatype="html"> 9673 <trans-unit id="7978668497183230348" datatype="html">
9622 <source>Delete comment</source> 9674 <source>Delete comment</source>
9623 <target state="translated">Cancella commento</target> 9675 <target state="translated">Cancella commento</target>
9624 9676
9625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 9677 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9626 <trans-unit id="6747218355168080191" datatype="html"> 9678 <trans-unit id="6747218355168080191" datatype="html">
9627 <source>Do you really want to delete this comment?</source> 9679 <source>Do you really want to delete this comment?</source>
9628 <target state="translated">Vuoi veramente eliminare questo commento?</target> 9680 <target state="translated">Vuoi veramente eliminare questo commento?</target>
9629 9681
9630 9682
9631 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 9683 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9632 <trans-unit id="7837272126865175984" datatype="html"> 9684 <trans-unit id="7837272126865175984" datatype="html">
9633 <source>Comment deleted.</source> 9685 <source>Comment deleted.</source>
9634 <target state="translated">Commento cancellato.</target> 9686 <target state="translated">Commento cancellato.</target>
9635 9687
9636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 9688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9637 <trans-unit id="346270517625845962" datatype="html"> 9689 <trans-unit id="346270517625845962" datatype="html">
9638 <source>Encoder</source> 9690 <source>Encoder</source>
9639 <target state="translated">Codificatore</target> 9691 <target state="translated">Codificatore</target>
@@ -9676,30 +9728,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9676 <source>Video reported.</source> 9728 <source>Video reported.</source>
9677 <target>Video segnalato.</target> 9729 <target>Video segnalato.</target>
9678 9730
9679 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 9731 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9680 <trans-unit id="3622946684246476652"> 9732 <trans-unit id="3622946684246476652">
9681 <source>Do you really want to delete this video?</source> 9733 <source>Do you really want to delete this video?</source>
9682 <target>Eliminare questo video ?</target> 9734 <target>Eliminare questo video ?</target>
9683 9735
9684 9736
9685 9737
9686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 9738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9687 <trans-unit id="3941342949736653028" datatype="html"> 9739 <trans-unit id="3941342949736653028" datatype="html">
9688 <source>Video deleted.</source> 9740 <source>Video deleted.</source>
9689 <target state="translated">Video eliminato.</target> 9741 <target state="translated">Video eliminato.</target>
9690 9742
9691 9743
9692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9693 <trans-unit id="5072091387445907742" datatype="html"> 9745 <trans-unit id="5072091387445907742" datatype="html">
9694 <source>Actions for the reporter</source> 9746 <source>Actions for the reporter</source>
9695 <target state="translated">Azioni per il reporter</target> 9747 <target state="translated">Azioni per il reporter</target>
9696 9748
9697 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 9749 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9698 <trans-unit id="6599069899275412095" datatype="html"> 9750 <trans-unit id="6599069899275412095" datatype="html">
9699 <source>Mute reporter</source> 9751 <source>Mute reporter</source>
9700 <target state="translated">Silenzia reporter</target> 9752 <target state="translated">Silenzia reporter</target>
9701 9753
9702 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 9754 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9703 <trans-unit id="2990849907502572301" datatype="html"> 9755 <trans-unit id="2990849907502572301" datatype="html">
9704 <source>This video will be duplicated by your instance.</source> 9756 <source>This video will be duplicated by your instance.</source>
9705 <target state="translated">Questo video verrà duplicato dalla tua istanza.</target> 9757 <target state="translated">Questo video verrà duplicato dalla tua istanza.</target>
@@ -9775,7 +9827,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9775 <target state="translated">Silenzia account</target> 9827 <target state="translated">Silenzia account</target>
9776 9828
9777 9829
9778 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit> 9830 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
9779 <trans-unit id="4021487547497211597" datatype="html"> 9831 <trans-unit id="4021487547497211597" datatype="html">
9780 <source>Open video actions</source> 9832 <source>Open video actions</source>
9781 <target state="new">Open video actions</target> 9833 <target state="new">Open video actions</target>
@@ -9792,7 +9844,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9792 <source>Mute server account</source> 9844 <source>Mute server account</source>
9793 <target state="translated">Silenzia account server</target> 9845 <target state="translated">Silenzia account server</target>
9794 9846
9795 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 9847 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
9796 <trans-unit id="7008439939460403347"> 9848 <trans-unit id="7008439939460403347">
9797 <source>Report</source> 9849 <source>Report</source>
9798 <target>Segnala</target> 9850 <target>Segnala</target>
@@ -9888,32 +9940,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9888 <source>Only I can see this video</source> 9940 <source>Only I can see this video</source>
9889 <target>Solo io posso vedere questo video</target> 9941 <target>Solo io posso vedere questo video</target>
9890 9942
9891 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 9943 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
9892 <trans-unit id="6767380569816110388" datatype="html"> 9944 <trans-unit id="6767380569816110388" datatype="html">
9893 <source>Only shareable via a private link</source> 9945 <source>Only shareable via a private link</source>
9894 <target state="translated">Solo condivisibile tramite link privato</target> 9946 <target state="translated">Solo condivisibile tramite link privato</target>
9895 9947
9896 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 9948 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
9897 <trans-unit id="6828965264297239528"> 9949 <trans-unit id="6828965264297239528">
9898 <source>Anyone can see this video</source> 9950 <source>Anyone can see this video</source>
9899 <target>Tutti possono vedere questo video</target> 9951 <target>Tutti possono vedere questo video</target>
9900 9952
9901 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9953 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
9902 <trans-unit id="1425933035739773115" datatype="html"> 9954 <trans-unit id="1425933035739773115" datatype="html">
9903 <source>Only users of this instance can see this video</source> 9955 <source>Only users of this instance can see this video</source>
9904 <target state="translated">Solo gli utenti di questa istanza possono vedere questo video</target> 9956 <target state="translated">Solo gli utenti di questa istanza possono vedere questo video</target>
9905 9957
9906 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit> 9958 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
9907 <trans-unit id="8312101634344200207" datatype="html"> 9959 <trans-unit id="8312101634344200207" datatype="html">
9908 <source><x id="PH" equiv-text="this.views"/> viewers</source> 9960 <source><x id="PH" equiv-text="this.views"/> viewers</source>
9909 <target state="translated"><x id="PH" equiv-text="this.views"/> spettatori</target> 9961 <target state="translated"><x id="PH" equiv-text="this.views"/> spettatori</target>
9910 9962
9911 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 9963 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
9912 <trans-unit id="7756087706411154095" datatype="html"> 9964 <trans-unit id="7756087706411154095" datatype="html">
9913 <source><x id="PH" equiv-text="this.views"/> views</source> 9965 <source><x id="PH" equiv-text="this.views"/> views</source>
9914 <target state="translated"><x id="PH" equiv-text="this.views"/> spettatori</target> 9966 <target state="translated"><x id="PH" equiv-text="this.views"/> spettatori</target>
9915 9967
9916 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 9968 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
9917 <trans-unit id="ngb.alert.close" datatype="html"> 9969 <trans-unit id="ngb.alert.close" datatype="html">
9918 <source>Close</source> 9970 <source>Close</source>
9919 <target state="translated">Chiuso</target> 9971 <target state="translated">Chiuso</target>
@@ -10089,33 +10141,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10089 <source>Your video was uploaded to your account and is private.</source> 10141 <source>Your video was uploaded to your account and is private.</source>
10090 <target>Il video è stato caricato sul proprio account ed è privato.</target> 10142 <target>Il video è stato caricato sul proprio account ed è privato.</target>
10091 10143
10092 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10144 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10093 <trans-unit id="5699822024600815733"> 10145 <trans-unit id="5699822024600815733">
10094 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10146 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10095 <target>I dati associati (tag, descrizione, ...) saranno persi. Chiudere questa pagina ?</target> 10147 <target>I dati associati (tag, descrizione, ...) saranno persi. Chiudere questa pagina ?</target>
10096 10148
10097 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10149 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10098 <trans-unit id="1219739004043110649"> 10150 <trans-unit id="1219739004043110649">
10099 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10151 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10100 <target>Il tuo video non è ancora caricato. Sei sicuro di volere chiudere questa pagina ?</target> 10152 <target>Il tuo video non è ancora caricato. Sei sicuro di volere chiudere questa pagina ?</target>
10101 10153
10102 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit> 10154 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10103 <trans-unit id="6932865105766151309" datatype="html"> 10155 <trans-unit id="6932865105766151309" datatype="html">
10104 <source>Upload</source> 10156 <source>Upload</source>
10105 <target state="translated">Carica</target> 10157 <target state="translated">Carica</target>
10106 10158
10107 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10159 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10108 <trans-unit id="8278735427925094503" datatype="html"> 10160 <trans-unit id="8278735427925094503" datatype="html">
10109 <source>Upload <x id="PH"/> </source> 10161 <source>Upload <x id="PH"/> </source>
10110 <target state="translated">Carica<x id="PH"/> </target> 10162 <target state="translated">Carica<x id="PH"/> </target>
10111 10163
10112 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10164 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10113 10165
10114 <trans-unit id="5981816353437801748"> 10166 <trans-unit id="5981816353437801748">
10115 <source>Video published.</source> 10167 <source>Video published.</source>
10116 <target>Video pubblicato.</target> 10168 <target>Video pubblicato.</target>
10117 10169
10118 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10170 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10119 10171
10120 10172
10121 <trans-unit id="764164089183618119"> 10173 <trans-unit id="764164089183618119">
@@ -10165,27 +10217,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10165 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10217 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10166 <target state="translated">Questo video non è disponibile su questa istanza. Vuoi essere reindirizzato sull'istanza di origine: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10218 <target state="translated">Questo video non è disponibile su questa istanza. Vuoi essere reindirizzato sull'istanza di origine: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10167 10219
10168 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10220 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10169 <trans-unit id="5761611056224181752" datatype="html"> 10221 <trans-unit id="5761611056224181752" datatype="html">
10170 <source>Redirection</source> 10222 <source>Redirection</source>
10171 <target state="translated">Redirezione</target> 10223 <target state="translated">Redirezione</target>
10172 10224
10173 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10225 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10174 <trans-unit id="8858527736400081688"> 10226 <trans-unit id="8858527736400081688">
10175 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10227 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10176 <target>Questo video contiene del contenuto sensibile. Sei sicuro di volerlo guardare?</target> 10228 <target>Questo video contiene del contenuto sensibile. Sei sicuro di volerlo guardare?</target>
10177 10229
10178 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10230 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10179 <trans-unit id="3937119019020041049"> 10231 <trans-unit id="3937119019020041049">
10180 <source>Mature or explicit content</source> 10232 <source>Mature or explicit content</source>
10181 <target>Contenuto per adulti o esplicito</target> 10233 <target>Contenuto per adulti o esplicito</target>
10182 10234
10183 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10235 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10184 <trans-unit id="1755474755114288376" datatype="html"> 10236 <trans-unit id="1755474755114288376" datatype="html">
10185 <source>Up Next</source> 10237 <source>Up Next</source>
10186 <target state="translated">Avanti il prossimo</target> 10238 <target state="translated">Avanti il prossimo</target>
10187 10239
10188 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 10240 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10189 <trans-unit id="2159130950882492111" datatype="html"> 10241 <trans-unit id="2159130950882492111" datatype="html">
10190 <source>Cancel</source> 10242 <source>Cancel</source>
10191 <target state="translated">Annulla</target> 10243 <target state="translated">Annulla</target>
@@ -10195,62 +10247,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10195 <source>Autoplay is suspended</source> 10247 <source>Autoplay is suspended</source>
10196 <target state="translated">Autoplay sospeso</target> 10248 <target state="translated">Autoplay sospeso</target>
10197 10249
10198 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10250 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10199 <trans-unit id="7895294730547405228" datatype="html"> 10251 <trans-unit id="7895294730547405228" datatype="html">
10200 <source>Enter/exit fullscreen (requires player focus)</source> 10252 <source>Enter/exit fullscreen (requires player focus)</source>
10201 <target state="translated">Entra / esci dallo schermo intero (richiede focus player)</target> 10253 <target state="translated">Entra / esci dallo schermo intero (richiede focus player)</target>
10202 10254
10203 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10255 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10204 <trans-unit id="7618388257165864759" datatype="html"> 10256 <trans-unit id="7618388257165864759" datatype="html">
10205 <source>Play/Pause the video (requires player focus)</source> 10257 <source>Play/Pause the video (requires player focus)</source>
10206 <target state="translated">Riproduci / Metti in pausa il video (richiede focus player)</target> 10258 <target state="translated">Riproduci / Metti in pausa il video (richiede focus player)</target>
10207 10259
10208 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10260 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10209 <trans-unit id="7761890399634216630" datatype="html"> 10261 <trans-unit id="7761890399634216630" datatype="html">
10210 <source>Mute/unmute the video (requires player focus)</source> 10262 <source>Mute/unmute the video (requires player focus)</source>
10211 <target state="translated">Disattiva / riattiva il video (richiede focus player)</target> 10263 <target state="translated">Disattiva / riattiva il video (richiede focus player)</target>
10212 10264
10213 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10265 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10214 <trans-unit id="5996585232248234904" datatype="html"> 10266 <trans-unit id="5996585232248234904" datatype="html">
10215 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10267 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10216 <target state="translated">Passa a una percentuale del video: 0 è 0% e 9 è 90% (richiede il focus del player)</target> 10268 <target state="translated">Passa a una percentuale del video: 0 è 0% e 9 è 90% (richiede il focus del player)</target>
10217 10269
10218 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10270 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10219 <trans-unit id="3748765405903319998" datatype="html"> 10271 <trans-unit id="3748765405903319998" datatype="html">
10220 <source>Increase the volume (requires player focus)</source> 10272 <source>Increase the volume (requires player focus)</source>
10221 <target state="translated">Aumenta il volume (richiede il focus del player)</target> 10273 <target state="translated">Aumenta il volume (richiede il focus del player)</target>
10222 10274
10223 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10275 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10224 <trans-unit id="5810704036407159982" datatype="html"> 10276 <trans-unit id="5810704036407159982" datatype="html">
10225 <source>Decrease the volume (requires player focus)</source> 10277 <source>Decrease the volume (requires player focus)</source>
10226 <target state="translated">Abbassa il volume (richiede il focus del player)</target> 10278 <target state="translated">Abbassa il volume (richiede il focus del player)</target>
10227 10279
10228 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10280 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10229 <trans-unit id="2622048822548065691" datatype="html"> 10281 <trans-unit id="2622048822548065691" datatype="html">
10230 <source>Seek the video forward (requires player focus)</source> 10282 <source>Seek the video forward (requires player focus)</source>
10231 <target state="translated">Cerca il video in avanti (richiede focus player)</target> 10283 <target state="translated">Cerca il video in avanti (richiede focus player)</target>
10232 10284
10233 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10285 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10234 <trans-unit id="6540078205109221153" datatype="html"> 10286 <trans-unit id="6540078205109221153" datatype="html">
10235 <source>Seek the video backward (requires player focus)</source> 10287 <source>Seek the video backward (requires player focus)</source>
10236 <target state="translated">Cerca il video all'indietro (richiede focus player)</target> 10288 <target state="translated">Cerca il video all'indietro (richiede focus player)</target>
10237 10289
10238 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10290 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10239 <trans-unit id="1956491957766210808" datatype="html"> 10291 <trans-unit id="1956491957766210808" datatype="html">
10240 <source>Increase playback rate (requires player focus)</source> 10292 <source>Increase playback rate (requires player focus)</source>
10241 <target state="translated">Aumenta la velocità di riproduzione (richiede focus del player)</target> 10293 <target state="translated">Aumenta la velocità di riproduzione (richiede focus del player)</target>
10242 10294
10243 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10295 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10244 <trans-unit id="5495529997674803186" datatype="html"> 10296 <trans-unit id="5495529997674803186" datatype="html">
10245 <source>Decrease playback rate (requires player focus)</source> 10297 <source>Decrease playback rate (requires player focus)</source>
10246 <target state="translated">Diminuisci la velocità di riproduzione (richiede la messa a fuoco del player)</target> 10298 <target state="translated">Diminuisci la velocità di riproduzione (richiede la messa a fuoco del player)</target>
10247 10299
10248 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10300 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10249 <trans-unit id="3178343147230721210" datatype="html"> 10301 <trans-unit id="3178343147230721210" datatype="html">
10250 <source>Navigate in the video frame by frame (requires player focus)</source> 10302 <source>Navigate in the video frame by frame (requires player focus)</source>
10251 <target state="translated">Navigare nel video fotogramma per fotogramma (richiede focus player)</target> 10303 <target state="translated">Navigare nel video fotogramma per fotogramma (richiede focus player)</target>
10252 10304
10253 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10305 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10254 <trans-unit id="8025996572234182184"> 10306 <trans-unit id="8025996572234182184">
10255 <source>Like the video</source> 10307 <source>Like the video</source>
10256 <target>Mi piace</target> 10308 <target>Mi piace</target>
diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index 2354692c8..5c6c45552 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -215,19 +215,19 @@
215 <trans-unit id="187187500641108332" datatype="html"> 215 <trans-unit id="187187500641108332" datatype="html">
216 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source> 216 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source>
217 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target> 217 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target>
218 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group> 218
219 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group> 219
220 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group> 220
221 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group> 221
222 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group> 222
223 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 223
224 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 224
225 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group> 225
226 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group> 226
227 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group> 227
228 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group> 228
229 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 229
230 </trans-unit> 230 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
231 <trans-unit id="1486537403020619891" datatype="html"> 231 <trans-unit id="1486537403020619891" datatype="html">
232 <source>My watch history</source> 232 <source>My watch history</source>
233 <target state="new">My watch history</target> 233 <target state="new">My watch history</target>
@@ -303,22 +303,22 @@
303 <trans-unit id="5674286808255988565"> 303 <trans-unit id="5674286808255988565">
304 <source>Create</source> 304 <source>Create</source>
305 <target>作成</target> 305 <target>作成</target>
306 <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> 306
307 <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> 307
308 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 308
309 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 309
310 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 310
311 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 311
312 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group> 312
313 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group> 313
314 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group> 314
315 </trans-unit> 315 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
316 <trans-unit id="1006562256968398209" datatype="html"> 316 <trans-unit id="1006562256968398209" datatype="html">
317 <source>video</source> 317 <source>video</source>
318 <target state="new">video</target> 318 <target state="new">video</target>
319 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group> 319
320 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group> 320
321 </trans-unit> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
322 <trans-unit id="6438815964972582865" datatype="html"> 322 <trans-unit id="6438815964972582865" datatype="html">
323 <source>The following link contains a private token and should not be shared with anyone.</source> 323 <source>The following link contains a private token and should not be shared with anyone.</source>
324 <target state="new"> The following link contains a private token and should not be shared with anyone. </target> 324 <target state="new"> The following link contains a private token and should not be shared with anyone. </target>
@@ -388,13 +388,13 @@
388 <trans-unit id="6995024616159044376" datatype="html"> 388 <trans-unit id="6995024616159044376" datatype="html">
389 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 389 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
390 <target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 390 <target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
391 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group> 391
392 </trans-unit> 392 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
393 <trans-unit id="7873395933409147217" datatype="html"> 393 <trans-unit id="7873395933409147217" datatype="html">
394 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 394 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
395 <target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 395 <target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
396 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group> 396
397 </trans-unit> 397 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
398 <trans-unit id="5235042777215655908" datatype="html"> 398 <trans-unit id="5235042777215655908" datatype="html">
399 <source>subtitles</source> 399 <source>subtitles</source>
400 <target state="translated">字幕</target> 400 <target state="translated">字幕</target>
@@ -625,31 +625,31 @@
625 <trans-unit id="7022070615528435141"> 625 <trans-unit id="7022070615528435141">
626 <source>Delete</source> 626 <source>Delete</source>
627 <target>削除</target> 627 <target>削除</target>
628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group> 628
629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group> 629
630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group> 630
631 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group> 631
632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group> 632
633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group> 633
634 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group> 634
635 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group> 635
636 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group> 636
637 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group> 637
638 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group> 638
639 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group> 639
640 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group> 640
641 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</context></context-group> 641
642 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">178</context></context-group> 642
643 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group> 643
644 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 644
645 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group> 645
646 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group> 646
647 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group> 647
648 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group> 648
649 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group> 649
650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group> 650
651 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group> 651
652 </trans-unit> 652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
653 <trans-unit id="158575725114802951" datatype="html"> 653 <trans-unit id="158575725114802951" datatype="html">
654 <source>Only live videos</source> 654 <source>Only live videos</source>
655 <target state="translated">ライブ動画のみ</target> 655 <target state="translated">ライブ動画のみ</target>
@@ -834,10 +834,10 @@
834 <trans-unit id="2602586221576511475"> 834 <trans-unit id="2602586221576511475">
835 <source>Video quota</source> 835 <source>Video quota</source>
836 <target>動画容量の制限</target> 836 <target>動画容量の制限</target>
837 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 837
838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 838
839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 839
840 </trans-unit> 840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
841 <trans-unit id="1502595455339510144"> 841 <trans-unit id="1502595455339510144">
842 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 842 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
843 <target>無制限 <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/>/ 日) <x id="CLOSE_TAG_NG_CONTAINER"/></target> 843 <target>無制限 <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/>/ 日) <x id="CLOSE_TAG_NG_CONTAINER"/></target>
@@ -917,6 +917,30 @@
917 <target state="translated">連合</target> 917 <target state="translated">連合</target>
918 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 918 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
919 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 919 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
920 </trans-unit><trans-unit id="8726138323871139597" datatype="html">
921 <source>Following</source><target state="new">Following</target>
922 <context-group purpose="location">
923 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
924 <context context-type="linenumber">29</context>
925 </context-group>
926 <context-group purpose="location">
927 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
928 <context context-type="linenumber">31</context>
929 </context-group>
930 <context-group purpose="location">
931 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
932 <context context-type="linenumber">28</context>
933 </context-group>
934 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
935 <source>Followers</source><target state="new">Followers</target>
936 <context-group purpose="location">
937 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
938 <context context-type="linenumber">34</context>
939 </context-group>
940 <context-group purpose="location">
941 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
942 <context context-type="linenumber">37</context>
943 </context-group>
920 </trans-unit> 944 </trans-unit>
921 <trans-unit id="3541687134897970106" datatype="html"> 945 <trans-unit id="3541687134897970106" datatype="html">
922 <source>followers</source> 946 <source>followers</source>
@@ -980,25 +1004,25 @@
980 <trans-unit id="2159130950882492111"> 1004 <trans-unit id="2159130950882492111">
981 <source>Cancel</source> 1005 <source>Cancel</source>
982 <target>キャンセル</target> 1006 <target>キャンセル</target>
983 <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> 1007
984 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group> 1008
985 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group> 1009
986 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 1010
987 <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> 1011
988 <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">69</context></context-group> 1012
989 <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">81</context></context-group> 1013
990 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group> 1014
991 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">408</context></context-group> 1015
992 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1016
993 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group> 1017
994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 1018
995 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group> 1019
996 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group> 1020
997 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group> 1021
998 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group> 1022
999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group> 1023
1000 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group> 1024
1001 </trans-unit> 1025 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
1002 <trans-unit id="3616223838716839702"> 1026 <trans-unit id="3616223838716839702">
1003 <source>Ban this user</source> 1027 <source>Ban this user</source>
1004 <target>このユーザーをBANする</target> 1028 <target>このユーザーをBANする</target>
@@ -1071,19 +1095,13 @@
1071 <trans-unit id="7252854992688790751" datatype="html"> 1095 <trans-unit id="7252854992688790751" datatype="html">
1072 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1096 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1073 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1097 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1074 <context-group purpose="location"> 1098
1075 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
1076 <context context-type="linenumber">60,62</context>
1077 </context-group>
1078 </trans-unit>
1079 <trans-unit id="7215649348148521605" datatype="html"> 1100 <trans-unit id="7215649348148521605" datatype="html">
1080 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1101 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1081 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1102 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1082 <context-group purpose="location"> 1103
1083 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1084 <context context-type="linenumber">65,67</context>
1085 </context-group>
1086 </trans-unit>
1087 <trans-unit id="2392488717875840729"> 1105 <trans-unit id="2392488717875840729">
1088 <source>User</source> 1106 <source>User</source>
1089 <target>ユーザー</target> 1107 <target>ユーザー</target>
@@ -1094,67 +1112,67 @@
1094 <source>Username or email address</source> 1112 <source>Username or email address</source>
1095 <target>ユーザー名かメールアドレス</target> 1113 <target>ユーザー名かメールアドレス</target>
1096 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1114 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1115 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
1116 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1117 <context-group purpose="location">
1118 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1119 <context context-type="linenumber">33,34</context>
1120 </context-group>
1097 </trans-unit> 1121 </trans-unit>
1098 <trans-unit id="1431416938026210429"> 1122 <trans-unit id="1431416938026210429">
1099 <source>Password</source> 1123 <source>Password</source>
1100 <target>パスワード</target> 1124 <target>パスワード</target>
1101 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1125
1102 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1126
1103 <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> 1127
1104 <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> 1128
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1129
1106 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1130
1107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1131
1108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1132
1109 </trans-unit> 1133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1110 <trans-unit id="8715156686857791956" datatype="html"> 1134 <trans-unit id="8715156686857791956" datatype="html">
1111 <source>Click here to reset your password</source> 1135 <source>Click here to reset your password</source>
1112 <target state="translated">クリックしてパスワードをリセットします</target> 1136 <target state="translated">クリックしてパスワードをリセットします</target>
1113 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1137
1114 </trans-unit> 1138 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1115 <trans-unit id="892063502898494584" datatype="html"> 1139 <trans-unit id="892063502898494584" datatype="html">
1116 <source>I forgot my password</source> 1140 <source>I forgot my password</source>
1117 <target state="translated">パスワードを忘れました</target> 1141 <target state="translated">パスワードを忘れました</target>
1118 <context-group purpose="location"> 1142
1119 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1143 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1120 <context context-type="linenumber">47</context>
1121 </context-group>
1122 </trans-unit>
1123 <trans-unit id="2101170466365500913" datatype="html"> 1144 <trans-unit id="2101170466365500913" datatype="html">
1124 <source>Logging into an account lets you publish content</source> 1145 <source>Logging into an account lets you publish content</source>
1125 <target state="translated">あなたのアカウントでログインする事で、コンテンツを公開することができます</target> 1146 <target state="translated">あなたのアカウントでログインする事で、コンテンツを公開することができます</target>
1126 <context-group purpose="location"> 1147
1127 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1148 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1128 <context context-type="linenumber">56,57</context>
1129 </context-group>
1130 </trans-unit>
1131 <trans-unit id="2454050363478003966"> 1149 <trans-unit id="2454050363478003966">
1132 <source>Login</source> 1150 <source>Login</source>
1133 <target>ログイン</target> 1151 <target>ログイン</target>
1134 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 1152
1135 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1153
1136 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group> 1154
1137 </trans-unit> 1155 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1138 <trans-unit id="3183213940445113677" datatype="html"> 1156 <trans-unit id="3183213940445113677" datatype="html">
1139 <source>Or sign in with</source> 1157 <source>Or sign in with</source>
1140 <target state="new">Or sign in with</target> 1158 <target state="new">Or sign in with</target>
1141 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1159
1142 </trans-unit> 1160 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1143 <trans-unit id="3238209155172574367"> 1161 <trans-unit id="3238209155172574367">
1144 <source>Forgot your password</source> 1162 <source>Forgot your password</source>
1145 <target>パスワードをお忘れですか</target> 1163 <target>パスワードをお忘れですか</target>
1146 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1164
1147 </trans-unit> 1165 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1148 <trans-unit id="87327320394367488" datatype="html"> 1166 <trans-unit id="87327320394367488" datatype="html">
1149 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1167 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1150 <target state="translated">申し訳ありません。インスタンス管理者がPeerTubeのメールシステムの設定をしていないため、パスワードを復元することができません。</target> 1168 <target state="translated">申し訳ありません。インスタンス管理者がPeerTubeのメールシステムの設定をしていないため、パスワードを復元することができません。</target>
1151 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1169
1152 </trans-unit> 1170 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
1153 <trans-unit id="3188014010833256853" datatype="html"> 1171 <trans-unit id="3188014010833256853" datatype="html">
1154 <source>Enter your email address and we will send you a link to reset your password.</source> 1172 <source>Enter your email address and we will send you a link to reset your password.</source>
1155 <target state="translated">メールアドレスを入力すれば、パスワードをリセットするためのリンクが送信されます。</target> 1173 <target state="translated">メールアドレスを入力すれば、パスワードをリセットするためのリンクが送信されます。</target>
1156 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1174
1157 </trans-unit> 1175 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
1158 <trans-unit id="1190256911880544559" datatype="html"> 1176 <trans-unit id="1190256911880544559" datatype="html">
1159 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1177 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1160The link will expire within 1 hour.</source> 1178The link will expire within 1 hour.</source>
@@ -1164,26 +1182,26 @@ The link will expire within 1 hour.</source>
1164 <trans-unit id="4768749765465246664"> 1182 <trans-unit id="4768749765465246664">
1165 <source>Email</source> 1183 <source>Email</source>
1166 <target>メールアドレス</target> 1184 <target>メールアドレス</target>
1167 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1185
1168 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1186
1169 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1187
1170 <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> 1188
1171 <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> 1189
1172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1190
1173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1191
1174 </trans-unit> 1192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1175 <trans-unit id="3967269098753656610"> 1193 <trans-unit id="3967269098753656610">
1176 <source>Email address</source> 1194 <source>Email address</source>
1177 <target>メールアドレス</target> 1195 <target>メールアドレス</target>
1178 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1196
1179 <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> 1197
1180 </trans-unit> 1198 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1181 <trans-unit id="7808756054397155068" datatype="html"> 1199 <trans-unit id="7808756054397155068" datatype="html">
1182 <source>Reset</source> 1200 <source>Reset</source>
1183 <target state="translated">リセット</target> 1201 <target state="translated">リセット</target>
1184 <note priority="1" from="description">Password reset button</note> 1202 <note priority="1" from="description">Password reset button</note>
1185 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1203
1186 </trans-unit> 1204 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1187 <trans-unit id="4319634264526091601" datatype="html"> 1205 <trans-unit id="4319634264526091601" datatype="html">
1188 <source>on this instance</source> 1206 <source>on this instance</source>
1189 <target state="new">on this instance</target> 1207 <target state="new">on this instance</target>
@@ -1256,17 +1274,17 @@ The link will expire within 1 hour.</source>
1256 <trans-unit id="2236371857137398396"> 1274 <trans-unit id="2236371857137398396">
1257 <source>No results found</source> 1275 <source>No results found</source>
1258 <target>一致する検索結果はありませんでした</target> 1276 <target>一致する検索結果はありませんでした</target>
1259 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1277
1260 </trans-unit> 1278 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1261 <trans-unit id="5500467336262464724"> 1279 <trans-unit id="5500467336262464724">
1262 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1280 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1263 <target>チャンネル登録者数 1281 <target>チャンネル登録者数
1264 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/>人 1282 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/>人
1265 </target> 1283 </target>
1266 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1284
1267 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1285
1268 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1286
1269 </trans-unit> 1287 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1270 <trans-unit id="1516969129397662377" datatype="html"> 1288 <trans-unit id="1516969129397662377" datatype="html">
1271 <source>Welcome to PeerTube, dear administrator!</source> 1289 <source>Welcome to PeerTube, dear administrator!</source>
1272 <target state="translated">管理者の方、PeerTubeへようこそ!</target> 1290 <target state="translated">管理者の方、PeerTubeへようこそ!</target>
@@ -1534,9 +1552,9 @@ The link will expire within 1 hour.</source>
1534 <trans-unit id="2308975396733519902"> 1552 <trans-unit id="2308975396733519902">
1535 <source>Create an account</source> 1553 <source>Create an account</source>
1536 <target>アカウントを作成する</target> 1554 <target>アカウントを作成する</target>
1537 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group> 1555
1538 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group> 1556
1539 </trans-unit> 1557 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1540 <trans-unit id="3058024914967508975" datatype="html"> 1558 <trans-unit id="3058024914967508975" datatype="html">
1541 <source>My videos</source> 1559 <source>My videos</source>
1542 <target state="translated">自分の動画</target> 1560 <target state="translated">自分の動画</target>
@@ -1603,10 +1621,10 @@ The link will expire within 1 hour.</source>
1603 <trans-unit id="1504521795586863905" datatype="html"> 1621 <trans-unit id="1504521795586863905" datatype="html">
1604 <source>VIDEOS</source> 1622 <source>VIDEOS</source>
1605 <target state="translated">動画</target> 1623 <target state="translated">動画</target>
1606 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group> 1624
1607 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group> 1625
1608 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group> 1626
1609 </trans-unit> 1627 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
1610 <trans-unit id="667372110624203230" datatype="html"> 1628 <trans-unit id="667372110624203230" datatype="html">
1611 <source>Import jobs concurrency</source> 1629 <source>Import jobs concurrency</source>
1612 <target state="new">Import jobs concurrency</target> 1630 <target state="new">Import jobs concurrency</target>
@@ -1685,8 +1703,8 @@ The link will expire within 1 hour.</source>
1685 <trans-unit id="4424964105331349857" datatype="html"> 1703 <trans-unit id="4424964105331349857" datatype="html">
1686 <source>I'm a teapot</source> 1704 <source>I'm a teapot</source>
1687 <target state="translated">I am a teapot</target> 1705 <target state="translated">I am a teapot</target>
1688 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1706
1689 </trans-unit> 1707 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1690 <trans-unit id="1597262876035959248" datatype="html"> 1708 <trans-unit id="1597262876035959248" datatype="html">
1691 <source>That's an error.</source> 1709 <source>That's an error.</source>
1692 <target state="new">That's an error.</target> 1710 <target state="new">That's an error.</target>
@@ -1779,8 +1797,8 @@ The link will expire within 1 hour.</source>
1779 <trans-unit id="2971365540217107489" datatype="html"> 1797 <trans-unit id="2971365540217107489" datatype="html">
1780 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1798 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1781 <target state="needs-translation">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1799 <target state="needs-translation">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1782 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1800
1783 </trans-unit> 1801 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1784 <trans-unit id="5131854469652959713" datatype="html"> 1802 <trans-unit id="5131854469652959713" datatype="html">
1785 <source>GLOBAL SEARCH</source> 1803 <source>GLOBAL SEARCH</source>
1786 <target state="translated">グローバル検索</target> 1804 <target state="translated">グローバル検索</target>
@@ -1862,19 +1880,19 @@ The link will expire within 1 hour.</source>
1862 <target state="new"> 1880 <target state="new">
1863 Reset 1881 Reset
1864 </target> 1882 </target>
1865 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1883
1866 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1884
1867 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1885
1868 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1886
1869 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1887
1870 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1888
1871 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1889
1872 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1890
1873 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1891
1874 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1892
1875 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1893
1876 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1894
1877 </trans-unit> 1895 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1878 <trans-unit id="4540121094340493564" datatype="html"> 1896 <trans-unit id="4540121094340493564" datatype="html">
1879 <source>Display only</source> 1897 <source>Display only</source>
1880 <target state="new">Display only</target> 1898 <target state="new">Display only</target>
@@ -1918,9 +1936,9 @@ The link will expire within 1 hour.</source>
1918 <trans-unit id="7410432243549869948"> 1936 <trans-unit id="7410432243549869948">
1919 <source>Duration</source> 1937 <source>Duration</source>
1920 <target>再生時間</target> 1938 <target>再生時間</target>
1921 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group> 1939
1922 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group> 1940
1923 </trans-unit> 1941 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1924 <trans-unit id="3589238979642505685"> 1942 <trans-unit id="3589238979642505685">
1925 <source>Display sensitive content</source> 1943 <source>Display sensitive content</source>
1926 <target>センシティブなコンテンツを表示</target> 1944 <target>センシティブなコンテンツを表示</target>
@@ -1939,10 +1957,10 @@ The link will expire within 1 hour.</source>
1939 <trans-unit id="1806667489382256324"> 1957 <trans-unit id="1806667489382256324">
1940 <source>Category</source> 1958 <source>Category</source>
1941 <target>カテゴリ</target> 1959 <target>カテゴリ</target>
1942 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</context></context-group> 1960
1943 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">63</context></context-group> 1961
1944 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group> 1962
1945 </trans-unit> 1963 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1946 <trans-unit id="5478121364779850827" datatype="html"> 1964 <trans-unit id="5478121364779850827" datatype="html">
1947 <source>Reset</source> 1965 <source>Reset</source>
1948 <target state="new"> 1966 <target state="new">
@@ -1962,10 +1980,10 @@ The link will expire within 1 hour.</source>
1962 <trans-unit id="9065795501872450602"> 1980 <trans-unit id="9065795501872450602">
1963 <source>Licence</source> 1981 <source>Licence</source>
1964 <target>ライセンス</target> 1982 <target>ライセンス</target>
1965 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</context></context-group> 1983
1966 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">74</context></context-group> 1984
1967 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group> 1985
1968 </trans-unit> 1986 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1969 <trans-unit id="4184995865179898060" datatype="html"> 1987 <trans-unit id="4184995865179898060" datatype="html">
1970 <source>Display all licenses</source> 1988 <source>Display all licenses</source>
1971 <target state="translated">全てのライセンスを表示</target> 1989 <target state="translated">全てのライセンスを表示</target>
@@ -1974,11 +1992,11 @@ The link will expire within 1 hour.</source>
1974 <trans-unit id="2826581353496868063"> 1992 <trans-unit id="2826581353496868063">
1975 <source>Language</source> 1993 <source>Language</source>
1976 <target>言語</target> 1994 <target>言語</target>
1977 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</context></context-group> 1995
1978 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">10</context></context-group> 1996
1979 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1997
1980 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group> 1998
1981 </trans-unit> 1999 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1982 <trans-unit id="7904142744051432458" datatype="html"> 2000 <trans-unit id="7904142744051432458" datatype="html">
1983 <source>Display all languages</source> 2001 <source>Display all languages</source>
1984 <target state="translated">全ての言語の動画を表示</target> 2002 <target state="translated">全ての言語の動画を表示</target>
@@ -1993,17 +2011,23 @@ The link will expire within 1 hour.</source>
1993 <source>One of these tags</source> 2011 <source>One of these tags</source>
1994 <target>これらのタグのうち1つ</target> 2012 <target>これらのタグのうち1つ</target>
1995 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 2013 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
2014 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
2015 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
2016 <context-group purpose="location">
2017 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
2018 <context context-type="linenumber">178</context>
2019 </context-group>
1996 </trans-unit> 2020 </trans-unit>
1997 <trans-unit id="283421392567624698" datatype="html"> 2021 <trans-unit id="283421392567624698" datatype="html">
1998 <source>Search target</source> 2022 <source>Search target</source>
1999 <target state="new">Search target</target> 2023 <target state="new">Search target</target>
2000 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 2024
2001 </trans-unit> 2025 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
2002 <trans-unit id="2489767671380266270" datatype="html"> 2026 <trans-unit id="2489767671380266270" datatype="html">
2003 <source>Vidiverse</source> 2027 <source>Vidiverse</source>
2004 <target state="translated">Vidiverse</target> 2028 <target state="translated">Vidiverse</target>
2005 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 2029
2006 </trans-unit> 2030 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
2007 <trans-unit id="5478121364779850827" datatype="html"> 2031 <trans-unit id="5478121364779850827" datatype="html">
2008 <source>Reset</source> 2032 <source>Reset</source>
2009 <target state="translated">リセット</target> 2033 <target state="translated">リセット</target>
@@ -2012,8 +2036,8 @@ The link will expire within 1 hour.</source>
2012 <trans-unit id="8829497237648100098"> 2036 <trans-unit id="8829497237648100098">
2013 <source>Filter</source> 2037 <source>Filter</source>
2014 <target>フィルタ</target> 2038 <target>フィルタ</target>
2015 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 2039
2016 </trans-unit> 2040 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
2017 <trans-unit id="6479885129995567639" datatype="html"> 2041 <trans-unit id="6479885129995567639" datatype="html">
2018 <source>Video channels</source> 2042 <source>Video channels</source>
2019 <target state="translated">チャンネル</target> 2043 <target state="translated">チャンネル</target>
@@ -2049,9 +2073,9 @@ The link will expire within 1 hour.</source>
2049 <trans-unit id="7886570921510760899"> 2073 <trans-unit id="7886570921510760899">
2050 <source>Tags</source> 2074 <source>Tags</source>
2051 <target>タグ</target> 2075 <target>タグ</target>
2052 <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> 2076
2053 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group> 2077
2054 </trans-unit> 2078 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
2055 <trans-unit id="354332809647287722" datatype="html"> 2079 <trans-unit id="354332809647287722" datatype="html">
2056 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 2080 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
2057 <target state="new"> 2081 <target state="new">
@@ -2549,8 +2573,8 @@ The link will expire within 1 hour.</source>
2549 <trans-unit id="6161604372916832458" datatype="html"> 2573 <trans-unit id="6161604372916832458" datatype="html">
2550 <source>Upload on hold</source> 2574 <source>Upload on hold</source>
2551 <target state="new">Upload on hold</target> 2575 <target state="new">Upload on hold</target>
2552 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group> 2576
2553 </trans-unit> 2577 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2554 <trans-unit id="285180972645018518" datatype="html"> 2578 <trans-unit id="285180972645018518" datatype="html">
2555 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2579 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2556 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2580 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2880,12 +2904,18 @@ The link will expire within 1 hour.</source>
2880 <source>Origin</source> 2904 <source>Origin</source>
2881 <target state="new">Origin</target> 2905 <target state="new">Origin</target>
2882 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group> 2906 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group>
2907 </trans-unit><trans-unit id="6981359593518942576" datatype="html">
2908 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2909 <context-group purpose="location">
2910 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2911 <context context-type="linenumber">14</context>
2912 </context-group>
2883 </trans-unit> 2913 </trans-unit>
2884 <trans-unit id="5139892963394684487"> 2914 <trans-unit id="5139892963394684487">
2885 <source>Originally published</source> 2915 <source>Originally published</source>
2886 <target>投稿日</target> 2916 <target>投稿日</target>
2887 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group> 2917
2888 </trans-unit> 2918 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2889 <trans-unit id="6402393085909200998" datatype="html"> 2919 <trans-unit id="6402393085909200998" datatype="html">
2890 <source>Friendly Reminder:</source> 2920 <source>Friendly Reminder:</source>
2891 <target state="new">Friendly Reminder: </target> 2921 <target state="new">Friendly Reminder: </target>
@@ -3241,11 +3271,7 @@ The link will expire within 1 hour.</source>
3241 <target>ID</target> 3271 <target>ID</target>
3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3243 </trans-unit> 3273 </trans-unit>
3244 <trans-unit id="2265605798180116441" datatype="html"> 3274
3245 <source>Follower handle</source>
3246 <target state="new">Follower handle</target>
3247 <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>
3248 </trans-unit>
3249 <trans-unit id="5911214550882917183"> 3275 <trans-unit id="5911214550882917183">
3250 <source>State</source> 3276 <source>State</source>
3251 <target>状態</target> 3277 <target>状態</target>
@@ -3315,11 +3341,7 @@ The link will expire within 1 hour.</source>
3315 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target> 3341 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target>
3316 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3342 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3317 </trans-unit> 3343 </trans-unit>
3318 <trans-unit id="6641024648411549335"> 3344
3319 <source>Host</source>
3320 <target>ホスト</target>
3321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3322 </trans-unit>
3323 <trans-unit id="6571718060636962350" datatype="html"> 3345 <trans-unit id="6571718060636962350" datatype="html">
3324 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3346 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3325 <target state="new">Redundancy allowed 3347 <target state="new">Redundancy allowed
@@ -3331,9 +3353,9 @@ The link will expire within 1 hour.</source>
3331 <trans-unit id="9160510009013134726" datatype="html"> 3353 <trans-unit id="9160510009013134726" datatype="html">
3332 <source>Unfollow</source> 3354 <source>Unfollow</source>
3333 <target state="new">Unfollow</target> 3355 <target state="new">Unfollow</target>
3334 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3356
3335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3357
3336 </trans-unit> 3358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3337 <trans-unit id="8246779176913476983" datatype="html"> 3359 <trans-unit id="8246779176913476983" datatype="html">
3338 <source>Open instance in a new tab</source> 3360 <source>Open instance in a new tab</source>
3339 <target state="translated">新しいタブでインスタンスを開く</target> 3361 <target state="translated">新しいタブでインスタンスを開く</target>
@@ -3344,13 +3366,13 @@ The link will expire within 1 hour.</source>
3344 <trans-unit id="9132918641931433659" datatype="html"> 3366 <trans-unit id="9132918641931433659" datatype="html">
3345 <source>No host found matching current filters.</source> 3367 <source>No host found matching current filters.</source>
3346 <target state="new">No host found matching current filters.</target> 3368 <target state="new">No host found matching current filters.</target>
3347 <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> 3369
3348 </trans-unit> 3370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3349 <trans-unit id="7274241885665071790" datatype="html"> 3371 <trans-unit id="7274241885665071790" datatype="html">
3350 <source>Your instance is not following anyone.</source> 3372 <source>Your instance is not following anyone.</source>
3351 <target state="translated">あなたのインスタンスはまだ誰もフォローしていません。</target> 3373 <target state="translated">あなたのインスタンスはまだ誰もフォローしていません。</target>
3352 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3374
3353 </trans-unit> 3375 <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>
3354 <trans-unit id="4774348799569692380" datatype="html"> 3376 <trans-unit id="4774348799569692380" datatype="html">
3355 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3377 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3356 <target state="new">Showing 3378 <target state="new">Showing
@@ -3360,16 +3382,8 @@ The link will expire within 1 hour.</source>
3360 </target> 3382 </target>
3361 <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> 3383 <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>
3362 </trans-unit> 3384 </trans-unit>
3363 <trans-unit id="6275803119759621687" datatype="html"> 3385
3364 <source>Follow domains</source> 3386
3365 <target state="translated">ドメインをフォロー</target>
3366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3367 </trans-unit>
3368 <trans-unit id="1268699198448750610" datatype="html">
3369 <source>Follow instances</source>
3370 <target state="translated">インスタンスをフォローする</target>
3371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3372 </trans-unit>
3373 <trans-unit id="9216117865911519658" datatype="html"> 3387 <trans-unit id="9216117865911519658" datatype="html">
3374 <source>Action</source> 3388 <source>Action</source>
3375 <target state="new">Action</target> 3389 <target state="new">Action</target>
@@ -3419,11 +3433,11 @@ The link will expire within 1 hour.</source>
3419 <trans-unit id="5248717555542428023"> 3433 <trans-unit id="5248717555542428023">
3420 <source>Username</source> 3434 <source>Username</source>
3421 <target>ユーザー名</target> 3435 <target>ユーザー名</target>
3422 <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> 3436
3423 <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> 3437
3424 <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> 3438
3425 <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> 3439
3426 </trans-unit> 3440 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3427 <trans-unit id="5428411040014095392" datatype="html"> 3441 <trans-unit id="5428411040014095392" datatype="html">
3428 <source>e.g. jane_doe</source> 3442 <source>e.g. jane_doe</source>
3429 <target state="translated">e.g.jane_doe</target> 3443 <target state="translated">e.g.jane_doe</target>
@@ -3453,9 +3467,9 @@ The link will expire within 1 hour.</source>
3453 <trans-unit id="4145496584631696119"> 3467 <trans-unit id="4145496584631696119">
3454 <source>Role</source> 3468 <source>Role</source>
3455 <target>権限</target> 3469 <target>権限</target>
3456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3470
3457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3471
3458 </trans-unit> 3472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3459 <trans-unit id="7046347992315328430" datatype="html"> 3473 <trans-unit id="7046347992315328430" datatype="html">
3460 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3474 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3461 <target state="new"> 3475 <target state="new">
@@ -3480,15 +3494,9 @@ The link will expire within 1 hour.</source>
3480 <trans-unit id="2622255144026150901" datatype="html"> 3494 <trans-unit id="2622255144026150901" datatype="html">
3481 <source>Auth plugin</source> 3495 <source>Auth plugin</source>
3482 <target state="new">Auth plugin</target> 3496 <target state="new">Auth plugin</target>
3483 <context-group purpose="location"> 3497
3484 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3498
3485 <context context-type="linenumber">188</context> 3499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit>
3486 </context-group>
3487 <context-group purpose="location">
3488 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3489 <context context-type="linenumber">188</context>
3490 </context-group>
3491 </trans-unit>
3492 <trans-unit id="588099657508661970" datatype="html"> 3500 <trans-unit id="588099657508661970" datatype="html">
3493 <source>None (local authentication)</source> 3501 <source>None (local authentication)</source>
3494 <target state="new">None (local authentication)</target> 3502 <target state="new">None (local authentication)</target>
@@ -3745,6 +3753,12 @@ The link will expire within 1 hour.</source>
3745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group> 3753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group>
3746 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3754 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3747 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3755 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3756 </trans-unit><trans-unit id="8390803680962035202" datatype="html">
3757 <source>Follower</source><target state="new">Follower</target>
3758 <context-group purpose="location">
3759 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3760 <context context-type="linenumber">24</context>
3761 </context-group>
3748 </trans-unit> 3762 </trans-unit>
3749 <trans-unit id="4691552465058437520" datatype="html"> 3763 <trans-unit id="4691552465058437520" datatype="html">
3750 <source>Commented video</source> 3764 <source>Commented video</source>
@@ -3790,43 +3804,28 @@ The link will expire within 1 hour.</source>
3790 <trans-unit id="1807029821872995706" datatype="html"> 3804 <trans-unit id="1807029821872995706" datatype="html">
3791 <source>Unsolved reports</source> 3805 <source>Unsolved reports</source>
3792 <target state="translated">未解決の通報</target> 3806 <target state="translated">未解決の通報</target>
3793 <context-group purpose="location"> 3807
3794 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3808 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3795 <context context-type="linenumber">42</context>
3796 </context-group>
3797 </trans-unit>
3798 <trans-unit id="2570256912317308673" datatype="html"> 3809 <trans-unit id="2570256912317308673" datatype="html">
3799 <source>Accepted reports</source> 3810 <source>Accepted reports</source>
3800 <target state="translated">受け取った通報</target> 3811 <target state="translated">受け取った通報</target>
3801 <context-group purpose="location"> 3812
3802 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3813 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3803 <context context-type="linenumber">46</context>
3804 </context-group>
3805 </trans-unit>
3806 <trans-unit id="4335414817109654558" datatype="html"> 3814 <trans-unit id="4335414817109654558" datatype="html">
3807 <source>Refused reports</source> 3815 <source>Refused reports</source>
3808 <target state="translated">拒否した通報</target> 3816 <target state="translated">拒否した通報</target>
3809 <context-group purpose="location"> 3817
3810 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3818 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3811 <context context-type="linenumber">50</context>
3812 </context-group>
3813 </trans-unit>
3814 <trans-unit id="5604806676748121035" datatype="html"> 3819 <trans-unit id="5604806676748121035" datatype="html">
3815 <source>Reports with blocked videos</source> 3820 <source>Reports with blocked videos</source>
3816 <target state="translated">ブロックされた動画に関する通報</target> 3821 <target state="translated">ブロックされた動画に関する通報</target>
3817 <context-group purpose="location"> 3822
3818 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3823 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3819 <context context-type="linenumber">54</context>
3820 </context-group>
3821 </trans-unit>
3822 <trans-unit id="5105869928182826553" datatype="html"> 3824 <trans-unit id="5105869928182826553" datatype="html">
3823 <source>Reports with deleted videos</source> 3825 <source>Reports with deleted videos</source>
3824 <target state="translated">削除された動画に関する通報</target> 3826 <target state="translated">削除された動画に関する通報</target>
3825 <context-group purpose="location"> 3827
3826 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3828 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3827 <context context-type="linenumber">58</context>
3828 </context-group>
3829 </trans-unit>
3830 <trans-unit id="4678289986918934018" datatype="html"> 3829 <trans-unit id="4678289986918934018" datatype="html">
3831 <source>Block reason:</source> 3830 <source>Block reason:</source>
3832 <target state="translated">ブロック理由:</target> 3831 <target state="translated">ブロック理由:</target>
@@ -3845,19 +3844,13 @@ The link will expire within 1 hour.</source>
3845 <trans-unit id="7755288609601798418" datatype="html"> 3844 <trans-unit id="7755288609601798418" datatype="html">
3846 <source>Automatic blocks</source> 3845 <source>Automatic blocks</source>
3847 <target state="translated">自動ブロック</target> 3846 <target state="translated">自動ブロック</target>
3848 <context-group purpose="location"> 3847
3849 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3848 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3850 <context context-type="linenumber">31</context>
3851 </context-group>
3852 </trans-unit>
3853 <trans-unit id="6510868134640657079" datatype="html"> 3849 <trans-unit id="6510868134640657079" datatype="html">
3854 <source>Manual blocks</source> 3850 <source>Manual blocks</source>
3855 <target state="translated">手動ブロック</target> 3851 <target state="translated">手動ブロック</target>
3856 <context-group purpose="location"> 3852
3857 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3853 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3858 <context context-type="linenumber">35</context>
3859 </context-group>
3860 </trans-unit>
3861 <trans-unit id="2143435845912984377" datatype="html"> 3854 <trans-unit id="2143435845912984377" datatype="html">
3862 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3855 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3863 <target state="needs-translation">Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</target> 3856 <target state="needs-translation">Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</target>
@@ -4020,11 +4013,11 @@ The link will expire within 1 hour.</source>
4020 <trans-unit id="2381859602529023966"> 4013 <trans-unit id="2381859602529023966">
4021 <source>Instance</source> 4014 <source>Instance</source>
4022 <target>インスタンス</target> 4015 <target>インスタンス</target>
4023 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4016
4024 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 4017
4025 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 4018
4026 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 4019
4027 </trans-unit> 4020 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
4028 <trans-unit id="1300704815627663264"> 4021 <trans-unit id="1300704815627663264">
4029 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 4022 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
4030 <target state="needs-translation">Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 4023 <target state="needs-translation">Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -4064,8 +4057,8 @@ The link will expire within 1 hour.</source>
4064 <target state="new"> 4057 <target state="new">
4065 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4058 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4066 </target> 4059 </target>
4067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 4060
4068 </trans-unit> 4061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
4069 <trans-unit id="4058814854824495833" datatype="html"> 4062 <trans-unit id="4058814854824495833" datatype="html">
4070 <source>Mute domains</source> 4063 <source>Mute domains</source>
4071 <target state="translated">ミュートしたドメイン</target> 4064 <target state="translated">ミュートしたドメイン</target>
@@ -4132,14 +4125,14 @@ The link will expire within 1 hour.</source>
4132 <trans-unit id="4580988005648117665"> 4125 <trans-unit id="4580988005648117665">
4133 <source>Search</source> 4126 <source>Search</source>
4134 <target>検索</target> 4127 <target>検索</target>
4135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group> 4128
4136 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 4129
4137 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group> 4130
4138 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group> 4131
4139 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group> 4132
4140 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group> 4133
4141 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group> 4134
4142 </trans-unit> 4135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
4143 <trans-unit id="8630916846096019339" datatype="html"> 4136 <trans-unit id="8630916846096019339" datatype="html">
4144 <source>Users can resolve distant content</source> 4137 <source>Users can resolve distant content</source>
4145 <target state="translated">他のインスタンスのコンテンツ</target> 4138 <target state="translated">他のインスタンスのコンテンツ</target>
@@ -6032,11 +6025,8 @@ color: red;
6032 <trans-unit id="5512878593724620692" datatype="html"> 6025 <trans-unit id="5512878593724620692" datatype="html">
6033 <source>CHANNELS</source> 6026 <source>CHANNELS</source>
6034 <target state="translated">チャンネル</target> 6027 <target state="translated">チャンネル</target>
6035 <context-group purpose="location"> 6028
6036 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 6029 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
6037 <context context-type="linenumber">82</context>
6038 </context-group>
6039 </trans-unit>
6040 <trans-unit id="3666829335406793239" datatype="html"> 6030 <trans-unit id="3666829335406793239" datatype="html">
6041 <source>This account does not have channels.</source> 6031 <source>This account does not have channels.</source>
6042 <target state="translated">このアカウントはチャンネルを持ってません。</target> 6032 <target state="translated">このアカウントはチャンネルを持ってません。</target>
@@ -6081,6 +6071,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6081It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 6071It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
6082channel with the same name (<x id="PH_2"/>)!</target> 6072channel with the same name (<x id="PH_2"/>)!</target>
6083 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 6073 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
6074 </trans-unit><trans-unit id="4433306639366959484" datatype="html">
6075 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
6076 <context-group purpose="location">
6077 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
6078 <context context-type="linenumber">48</context>
6079 </context-group>
6084 </trans-unit> 6080 </trans-unit>
6085 <trans-unit id="5387007581996837469" datatype="html"> 6081 <trans-unit id="5387007581996837469" datatype="html">
6086 <source>My Channels</source> 6082 <source>My Channels</source>
@@ -6642,13 +6638,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6642 <trans-unit id="6979021199788941693"> 6638 <trans-unit id="6979021199788941693">
6643 <source>Your message has been sent.</source> 6639 <source>Your message has been sent.</source>
6644 <target>メッセージを送信しました。</target> 6640 <target>メッセージを送信しました。</target>
6645 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group> 6641
6646 </trans-unit> 6642 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6647 <trans-unit id="2072135752262464360"> 6643 <trans-unit id="2072135752262464360">
6648 <source>You already sent this form recently</source> 6644 <source>You already sent this form recently</source>
6649 <target>このフォームに最近送信しています</target> 6645 <target>このフォームに最近送信しています</target>
6650 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group> 6646
6651 </trans-unit> 6647 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6652 <trans-unit id="819067926858619041" datatype="html"> 6648 <trans-unit id="819067926858619041" datatype="html">
6653 <source>Account videos</source> 6649 <source>Account videos</source>
6654 <target state="translated">このアカウントの動画</target> 6650 <target state="translated">このアカウントの動画</target>
@@ -6693,13 +6689,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6693 <target state="new"> 6689 <target state="new">
6694 <x id="PH"/> direct account followers 6690 <x id="PH"/> direct account followers
6695 </target> 6691 </target>
6696 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6692
6697 </trans-unit> 6693 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6698 <trans-unit id="6250999352462648289" datatype="html"> 6694 <trans-unit id="6250999352462648289" datatype="html">
6699 <source>Report this account</source> 6695 <source>Report this account</source>
6700 <target state="translated">アカウントを通報する</target> 6696 <target state="translated">アカウントを通報する</target>
6701 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6697
6702 </trans-unit> 6698 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6703 <trans-unit id="1504521795586863905" datatype="html"> 6699 <trans-unit id="1504521795586863905" datatype="html">
6704 <source>VIDEOS</source> 6700 <source>VIDEOS</source>
6705 <target state="new">VIDEOS</target> 6701 <target state="new">VIDEOS</target>
@@ -6709,31 +6705,21 @@ channel with the same name (<x id="PH_2"/>)!</target>
6709 <trans-unit id="25349740244798533" datatype="html"> 6705 <trans-unit id="25349740244798533" datatype="html">
6710 <source>Username copied</source> 6706 <source>Username copied</source>
6711 <target state="translated">ユーザー名をコピーしました</target> 6707 <target state="translated">ユーザー名をコピーしました</target>
6712 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6708
6713 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6709
6714 </trans-unit> 6710 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6715 <trans-unit id="9221735175659318025" datatype="html"> 6711 <trans-unit id="9221735175659318025" datatype="html">
6716 <source>1 subscriber</source> 6712 <source>1 subscriber</source>
6717 <target state="translated">チャンネル登録者1人</target> 6713 <target state="translated">チャンネル登録者1人</target>
6718 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6714
6719 </trans-unit> 6715 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6720 <trans-unit id="4097331874769079975" datatype="html"> 6716 <trans-unit id="4097331874769079975" datatype="html">
6721 <source><x id="PH"/> subscribers</source> 6717 <source><x id="PH"/> subscribers</source>
6722 <target state="translated">チャンネル登録者数 <x id="PH"/> 人</target> 6718 <target state="translated">チャンネル登録者数 <x id="PH"/> 人</target>
6723 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6719
6724 </trans-unit> 6720 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6725 <trans-unit id="4682675125751819107" datatype="html"> 6721
6726 <source>Instances you follow</source> 6722
6727 <target state="new">Instances you follow</target>
6728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6730 </trans-unit>
6731 <trans-unit id="8899833753704589712" datatype="html">
6732 <source>Instances following you</source>
6733 <target state="new">Instances following you</target>
6734 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6735 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6736 </trans-unit>
6737 <trans-unit id="1035838766454786107" datatype="html"> 6723 <trans-unit id="1035838766454786107" datatype="html">
6738 <source>Audio-only</source> 6724 <source>Audio-only</source>
6739 <target state="translated">音声のみ</target> 6725 <target state="translated">音声のみ</target>
@@ -6783,6 +6769,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6783 <source>Auto (via ffmpeg)</source> 6769 <source>Auto (via ffmpeg)</source>
6784 <target>自動 (FFmpeg 経由)</target> 6770 <target>自動 (FFmpeg 経由)</target>
6785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6772 </trans-unit><trans-unit id="3642770981085338761" datatype="html">
6773 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6774 <context-group purpose="location">
6775 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6776 <context context-type="linenumber">3</context>
6777 </context-group>
6786 </trans-unit> 6778 </trans-unit>
6787 <trans-unit id="931255636742351800" datatype="html"> 6779 <trans-unit id="931255636742351800" datatype="html">
6788 <source>No limit</source> 6780 <source>No limit</source>
@@ -6931,18 +6923,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
6931 <trans-unit id="2127446333083057097" datatype="html"> 6923 <trans-unit id="2127446333083057097" datatype="html">
6932 <source>Domain is required.</source> 6924 <source>Domain is required.</source>
6933 <target state="translated">ドメインが必要です。</target> 6925 <target state="translated">ドメインが必要です。</target>
6934 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6926
6935 </trans-unit> 6927 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6936 <trans-unit id="6780793142903080663" datatype="html"> 6928 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6937 <source>Domains entered are invalid.</source> 6929 <context-group purpose="location">
6938 <target state="translated">入力されたドメインは無効です。</target> 6930 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6939 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6931 <context context-type="linenumber">93</context>
6940 </trans-unit> 6932 </context-group>
6941 <trans-unit id="5886492514458202177" datatype="html"> 6933 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6942 <source>Domains entered contain duplicates.</source> 6934 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6943 <target state="new">Domains entered contain duplicates.</target> 6935 <context-group purpose="location">
6944 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6936 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6937 <context context-type="linenumber">94</context>
6938 </context-group>
6939 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6940 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6941 <context-group purpose="location">
6942 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6943 <context context-type="linenumber">102</context>
6944 </context-group>
6945 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6946 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6947 <context-group purpose="location">
6948 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6949 <context context-type="linenumber">103</context>
6950 </context-group>
6945 </trans-unit> 6951 </trans-unit>
6952
6953
6946 <trans-unit id="240806681889331244"> 6954 <trans-unit id="240806681889331244">
6947 <source>Unlimited</source> 6955 <source>Unlimited</source>
6948 <target>無制限</target> 6956 <target>無制限</target>
@@ -7098,24 +7106,50 @@ channel with the same name (<x id="PH_2"/>)!</target>
7098 <x id="PH"/> removed from instance followers 7106 <x id="PH"/> removed from instance followers
7099 </target> 7107 </target>
7100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 7108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
7109 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
7110 <source>Follow</source><target state="new">Follow</target>
7111 <context-group purpose="location">
7112 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7113 <context context-type="linenumber">3</context>
7114 </context-group>
7115 <context-group purpose="location">
7116 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7117 <context context-type="linenumber">37</context>
7118 </context-group>
7119 <context-group purpose="location">
7120 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7121 <context context-type="linenumber">18</context>
7122 </context-group>
7123 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
7124 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
7125 <context-group purpose="location">
7126 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7127 <context context-type="linenumber">11</context>
7128 </context-group>
7101 </trans-unit> 7129 </trans-unit>
7102 <trans-unit id="2740793005745065895"> 7130 <trans-unit id="2740793005745065895">
7103 <source><x id="PH"/> is not valid </source> 7131 <source><x id="PH"/> is not valid </source>
7104 <target> 7132 <target>
7105 <x id="PH"/> は無効です。 7133 <x id="PH"/> は無効です。
7106 </target> 7134 </target>
7107 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 7135
7108 </trans-unit> 7136 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7109 <trans-unit id="2355066641781598196"> 7137 <trans-unit id="2355066641781598196">
7110 <source>Follow request(s) sent!</source> 7138 <source>Follow request(s) sent!</source>
7111 <target>フォローリクエストを送信しました!</target> 7139 <target>フォローリクエストを送信しました!</target>
7112 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 7140
7141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
7142 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
7143 <context-group purpose="location">
7144 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7145 <context context-type="linenumber">3</context>
7146 </context-group>
7113 </trans-unit> 7147 </trans-unit>
7114 <trans-unit id="4245720728052819482"> 7148 <trans-unit id="4245720728052819482">
7115 <source>Do you really want to unfollow <x id="PH"/>?</source> 7149 <source>Do you really want to unfollow <x id="PH"/>?</source>
7116 <target>本当に <x id="PH"/> のフォローを解除しますか?</target> 7150 <target>本当に <x id="PH"/> のフォローを解除しますか?</target>
7117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 7151
7118 </trans-unit> 7152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
7119 <trans-unit id="9160510009013134726"> 7153 <trans-unit id="9160510009013134726">
7120 <source>Unfollow</source> 7154 <source>Unfollow</source>
7121 <target>フォロー解除</target> 7155 <target>フォロー解除</target>
@@ -7124,8 +7158,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7124 <trans-unit id="3935234189109112926"> 7158 <trans-unit id="3935234189109112926">
7125 <source>You are not following <x id="PH"/> anymore.</source> 7159 <source>You are not following <x id="PH"/> anymore.</source>
7126 <target>あなたはもう <x id="PH"/> をフォローしていません。</target> 7160 <target>あなたはもう <x id="PH"/> をフォローしていません。</target>
7127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 7161
7128 </trans-unit> 7162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
7129 <trans-unit id="2593763089859685916"> 7163 <trans-unit id="2593763089859685916">
7130 <source>enabled</source> 7164 <source>enabled</source>
7131 <target>有効</target> 7165 <target>有効</target>
@@ -7232,121 +7266,121 @@ channel with the same name (<x id="PH_2"/>)!</target>
7232 <trans-unit id="6473213678768782133" datatype="html"> 7266 <trans-unit id="6473213678768782133" datatype="html">
7233 <source>Internal actions</source> 7267 <source>Internal actions</source>
7234 <target state="new">Internal actions</target> 7268 <target state="new">Internal actions</target>
7235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7269
7236 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7270
7237 </trans-unit> 7271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7238 <trans-unit id="4559872264406386913" datatype="html"> 7272 <trans-unit id="4559872264406386913" datatype="html">
7239 <source>Delete report</source> 7273 <source>Delete report</source>
7240 <target state="translated">通報を削除する</target> 7274 <target state="translated">通報を削除する</target>
7241 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7275
7242 </trans-unit> 7276 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7243 <trans-unit id="5793550984155962433" datatype="html"> 7277 <trans-unit id="5793550984155962433" datatype="html">
7244 <source>Actions for the flagged account</source> 7278 <source>Actions for the flagged account</source>
7245 <target state="new">Actions for the flagged account</target> 7279 <target state="new">Actions for the flagged account</target>
7246 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7280
7247 </trans-unit> 7281 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7248 <trans-unit id="1679841953757186358"> 7282 <trans-unit id="1679841953757186358">
7249 <source>Mark as accepted</source> 7283 <source>Mark as accepted</source>
7250 <target>承認済としてマーク</target> 7284 <target>承認済としてマーク</target>
7251 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7285
7252 </trans-unit> 7286 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7253 <trans-unit id="7993358694073742566"> 7287 <trans-unit id="7993358694073742566">
7254 <source>Mark as rejected</source> 7288 <source>Mark as rejected</source>
7255 <target>却下としてマーク</target> 7289 <target>却下としてマーク</target>
7256 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7290
7257 </trans-unit> 7291 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7258 <trans-unit id="4175703770051343108" datatype="html"> 7292 <trans-unit id="4175703770051343108" datatype="html">
7259 <source>Add internal note</source> 7293 <source>Add internal note</source>
7260 <target state="new">Add internal note</target> 7294 <target state="new">Add internal note</target>
7261 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7295
7262 </trans-unit> 7296 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7263 <trans-unit id="296166371893775555" datatype="html"> 7297 <trans-unit id="296166371893775555" datatype="html">
7264 <source>Actions for the video</source> 7298 <source>Actions for the video</source>
7265 <target state="new">Actions for the video</target> 7299 <target state="new">Actions for the video</target>
7266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7300
7267 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7301
7268 </trans-unit> 7302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7269 <trans-unit id="3924877328520650445" datatype="html"> 7303 <trans-unit id="3924877328520650445" datatype="html">
7270 <source>Block video</source> 7304 <source>Block video</source>
7271 <target state="translated">動画をブロックする</target> 7305 <target state="translated">動画をブロックする</target>
7272 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7306
7273 </trans-unit> 7307 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7274 <trans-unit id="4762794934098378428" datatype="html"> 7308 <trans-unit id="4762794934098378428" datatype="html">
7275 <source>Video blocked.</source> 7309 <source>Video blocked.</source>
7276 <target state="translated">動画がブロックされました。</target> 7310 <target state="translated">動画がブロックされました。</target>
7277 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7311
7278 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7312
7279 </trans-unit> 7313 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7280 <trans-unit id="4328862996304258770" datatype="html"> 7314 <trans-unit id="4328862996304258770" datatype="html">
7281 <source>Unblock video</source> 7315 <source>Unblock video</source>
7282 <target state="translated">動画のブロックを解除する</target> 7316 <target state="translated">動画のブロックを解除する</target>
7283 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7317
7284 </trans-unit> 7318 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7285 <trans-unit id="9065327551191479877" datatype="html"> 7319 <trans-unit id="9065327551191479877" datatype="html">
7286 <source>Video unblocked.</source> 7320 <source>Video unblocked.</source>
7287 <target state="translated">動画のブロックが解除されました。</target> 7321 <target state="translated">動画のブロックが解除されました。</target>
7288 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7322
7289 </trans-unit> 7323 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7290 <trans-unit id="1250415136605923486"> 7324 <trans-unit id="1250415136605923486">
7291 <source>Do you really want to delete this abuse report?</source> 7325 <source>Do you really want to delete this abuse report?</source>
7292 <target>この悪用通報を本当に削除しますか?</target> 7326 <target>この悪用通報を本当に削除しますか?</target>
7293 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7327
7294 </trans-unit> 7328 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7295 <trans-unit id="3482559157143817408"> 7329 <trans-unit id="3482559157143817408">
7296 <source>Abuse deleted.</source> 7330 <source>Abuse deleted.</source>
7297 <target>悪用が削除されました。</target> 7331 <target>悪用が削除されました。</target>
7298 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7332
7299 </trans-unit> 7333 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7300 <trans-unit id="6282990098351939529" datatype="html"> 7334 <trans-unit id="6282990098351939529" datatype="html">
7301 <source>Deleted comment</source> 7335 <source>Deleted comment</source>
7302 <target state="translated">コメントが削除されました</target> 7336 <target state="translated">コメントが削除されました</target>
7303 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7337
7304 </trans-unit> 7338 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7305 <trans-unit id="9196775343330824083" datatype="html"> 7339 <trans-unit id="9196775343330824083" datatype="html">
7306 <source>Messages with reporter</source> 7340 <source>Messages with reporter</source>
7307 <target state="translated">通報者とのメッセージ</target> 7341 <target state="translated">通報者とのメッセージ</target>
7308 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7342
7309 </trans-unit> 7343 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7310 <trans-unit id="8770468575924421391" datatype="html"> 7344 <trans-unit id="8770468575924421391" datatype="html">
7311 <source>Messages with moderators</source> 7345 <source>Messages with moderators</source>
7312 <target state="translated">モデレーターとのメッセージ</target> 7346 <target state="translated">モデレーターとのメッセージ</target>
7313 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7347
7314 </trans-unit> 7348 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7315 <trans-unit id="8528549800795985099" datatype="html"> 7349 <trans-unit id="8528549800795985099" datatype="html">
7316 <source>Update internal note</source> 7350 <source>Update internal note</source>
7317 <target state="new">Update internal note</target> 7351 <target state="new">Update internal note</target>
7318 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7352
7319 </trans-unit> 7353 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7320 <trans-unit id="3962242315365992494" datatype="html"> 7354 <trans-unit id="3962242315365992494" datatype="html">
7321 <source>Switch video block to manual</source> 7355 <source>Switch video block to manual</source>
7322 <target state="needs-translation">Switch video block to manual</target> 7356 <target state="needs-translation">Switch video block to manual</target>
7323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7357
7324 </trans-unit> 7358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7325 <trans-unit id="6906423861055262169" datatype="html"> 7359 <trans-unit id="6906423861055262169" datatype="html">
7326 <source>Video <x id="PH"/> switched to manual block.</source> 7360 <source>Video <x id="PH"/> switched to manual block.</source>
7327 <target state="translated">Video <x id="PH"/> switched to manual block.</target> 7361 <target state="translated">Video <x id="PH"/> switched to manual block.</target>
7328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7362
7329 </trans-unit> 7363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7330 <trans-unit id="7293356040886494773" datatype="html"> 7364 <trans-unit id="7293356040886494773" datatype="html">
7331 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7365 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7332 <target state="translated">本当にこの動画のブロックを解除しますか?動画リストに再度表示されます。</target> 7366 <target state="translated">本当にこの動画のブロックを解除しますか?動画リストに再度表示されます。</target>
7333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group> 7367
7334 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group> 7368
7335 </trans-unit> 7369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7336 <trans-unit id="4859202148272511129" datatype="html"> 7370 <trans-unit id="4859202148272511129" datatype="html">
7337 <source>Unblock</source> 7371 <source>Unblock</source>
7338 <target state="translated">ブロック解除</target> 7372 <target state="translated">ブロック解除</target>
7339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group> 7373
7340 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group> 7374
7341 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group> 7375
7342 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group> 7376
7343 </trans-unit> 7377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7344 <trans-unit id="4922469417589203720" datatype="html"> 7378 <trans-unit id="4922469417589203720" datatype="html">
7345 <source>Video <x id="PH"/> unblocked.</source> 7379 <source>Video <x id="PH"/> unblocked.</source>
7346 <target state="translated">Video <x id="PH"/> unblocked.</target> 7380 <target state="translated">Video <x id="PH"/> unblocked.</target>
7347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group> 7381
7348 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group> 7382
7349 </trans-unit> 7383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7350 <trans-unit id="6286037250766429054"> 7384 <trans-unit id="6286037250766429054">
7351 <source>yes</source> 7385 <source>yes</source>
7352 <target>はい</target> 7386 <target>はい</target>
@@ -7597,9 +7631,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7597 <trans-unit id="1519954996184640001"> 7631 <trans-unit id="1519954996184640001">
7598 <source>Error</source> 7632 <source>Error</source>
7599 <target>エラー</target> 7633 <target>エラー</target>
7600 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7634
7601 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7635
7602 </trans-unit> 7636 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7603 <trans-unit id="5076187961693950167" datatype="html"> 7637 <trans-unit id="5076187961693950167" datatype="html">
7604 <source>Standard logs</source> 7638 <source>Standard logs</source>
7605 <target state="translated">標準のログ</target> 7639 <target state="translated">標準のログ</target>
@@ -7640,16 +7674,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7640 <target>ユーザーパスワードを更新する</target> 7674 <target>ユーザーパスワードを更新する</target>
7641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7642 </trans-unit> 7676 </trans-unit>
7643 <trans-unit id="177544274549739411" datatype="html"> 7677
7644 <source>Following list</source> 7678
7645 <target state="translated">フォローリスト</target>
7646 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7647 </trans-unit>
7648 <trans-unit id="8092429110007204784" datatype="html">
7649 <source>Followers list</source>
7650 <target state="translated">フォロワーリスト</target>
7651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7652 </trans-unit>
7653 <trans-unit id="780323526182667308" datatype="html"> 7679 <trans-unit id="780323526182667308" datatype="html">
7654 <source>User <x id="PH"/> updated.</source> 7680 <source>User <x id="PH"/> updated.</source>
7655 <target state="translated">User <x id="PH"/> updated.</target> 7681 <target state="translated">User <x id="PH"/> updated.</target>
@@ -7685,16 +7711,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7685 <target state="translated">他インスタンスとの連合</target> 7711 <target state="translated">他インスタンスとの連合</target>
7686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7687 </trans-unit> 7713 </trans-unit>
7688 <trans-unit id="4682675125751819107" datatype="html"> 7714
7689 <source>Instances you follow</source> 7715
7690 <target state="translated">フォローしているインスタンス</target>
7691 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7692 </trans-unit>
7693 <trans-unit id="8899833753704589712" datatype="html">
7694 <source>Instances following you</source>
7695 <target state="translated">フォローされているインスタンス</target>
7696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7697 </trans-unit>
7698 <trans-unit id="3767259920053407667" datatype="html"> 7716 <trans-unit id="3767259920053407667" datatype="html">
7699 <source>Videos will be deleted, comments will be tombstoned.</source> 7717 <source>Videos will be deleted, comments will be tombstoned.</source>
7700 <target state="translated">動画が削除され、コメントも削除されます。</target> 7718 <target state="translated">動画が削除され、コメントも削除されます。</target>
@@ -7725,6 +7743,24 @@ channel with the same name (<x id="PH_2"/>)!</target>
7725 <target>メールを確認済みとして設定</target> 7743 <target>メールを確認済みとして設定</target>
7726 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group> 7744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group> 7745 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7746 </trans-unit><trans-unit id="4207916966377787111" datatype="html">
7747 <source>Created</source><target state="new">Created</target>
7748 <context-group purpose="location">
7749 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7750 <context context-type="linenumber">115</context>
7751 </context-group>
7752 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7753 <source>Daily quota</source><target state="new">Daily quota</target>
7754 <context-group purpose="location">
7755 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7756 <context context-type="linenumber">120</context>
7757 </context-group>
7758 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7759 <source>Last login</source><target state="new">Last login</target>
7760 <context-group purpose="location">
7761 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7762 <context context-type="linenumber">122</context>
7763 </context-group>
7728 </trans-unit> 7764 </trans-unit>
7729 <trans-unit id="3403978719736970622"> 7765 <trans-unit id="3403978719736970622">
7730 <source>You cannot ban root.</source> 7766 <source>You cannot ban root.</source>
@@ -8029,13 +8065,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
8029 <trans-unit id="1137937154872046253"> 8065 <trans-unit id="1137937154872046253">
8030 <source>Video channel <x id="PH"/> created.</source> 8066 <source>Video channel <x id="PH"/> created.</source>
8031 <target>動画チャンネル <x id="PH"/> を作成しました。</target> 8067 <target>動画チャンネル <x id="PH"/> を作成しました。</target>
8032 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 8068
8033 </trans-unit> 8069 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
8034 <trans-unit id="8723777130353305761"> 8070 <trans-unit id="8723777130353305761">
8035 <source>This name already exists on this instance.</source> 8071 <source>This name already exists on this instance.</source>
8036 <target>この名前は、このインスタンス上に既に存在します。</target> 8072 <target>この名前は、このインスタンス上に既に存在します。</target>
8037 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 8073
8038 </trans-unit> 8074 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
8039 <trans-unit id="7589345916094713536"> 8075 <trans-unit id="7589345916094713536">
8040 <source>Video channel <x id="PH"/> updated.</source> 8076 <source>Video channel <x id="PH"/> updated.</source>
8041 <target>動画チャンネル: <x id="PH"/> を更新しました。</target> 8077 <target>動画チャンネル: <x id="PH"/> を更新しました。</target>
@@ -8056,11 +8092,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8056 <target state="translated">バナーが削除されました。</target> 8092 <target state="translated">バナーが削除されました。</target>
8057 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group> 8093 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
8058 </trans-unit> 8094 </trans-unit>
8059 <trans-unit id="2575302837003821736"> 8095
8060 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
8061 <target>動画チャンネル ( <x id="PH"/>) の表示名を入力してください</target>
8062 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
8063 </trans-unit>
8064 <trans-unit id="624066830180032195"> 8096 <trans-unit id="624066830180032195">
8065 <source>Video channel <x id="PH"/> deleted.</source> 8097 <source>Video channel <x id="PH"/> deleted.</source>
8066 <target>動画チャンネル <x id="PH"/> を削除しました。</target> 8098 <target>動画チャンネル <x id="PH"/> を削除しました。</target>
@@ -8212,6 +8244,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8212 <source>Ownership change request sent.</source> 8244 <source>Ownership change request sent.</source>
8213 <target>所有権の変更リクエストが送信されました。</target> 8245 <target>所有権の変更リクエストが送信されました。</target>
8214 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8246 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8247 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
8248 <source>Sort by</source><target state="new">Sort by</target>
8249 <context-group purpose="location">
8250 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8251 <context context-type="linenumber">26</context>
8252 </context-group>
8215 </trans-unit> 8253 </trans-unit>
8216 <trans-unit id="3245220240937722814"> 8254 <trans-unit id="3245220240937722814">
8217 <source>My channels</source> 8255 <source>My channels</source>
@@ -8272,13 +8310,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
8272 <trans-unit id="6489275254908395777" datatype="html"> 8310 <trans-unit id="6489275254908395777" datatype="html">
8273 <source>Maximize editor</source> 8311 <source>Maximize editor</source>
8274 <target state="new">Maximize editor</target> 8312 <target state="new">Maximize editor</target>
8275 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8313
8276 </trans-unit> 8314 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8277 <trans-unit id="4243591013849340688" datatype="html"> 8315 <trans-unit id="4243591013849340688" datatype="html">
8278 <source>Exit maximized editor</source> 8316 <source>Exit maximized editor</source>
8279 <target state="new">Exit maximized editor</target> 8317 <target state="new">Exit maximized editor</target>
8280 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8318
8281 </trans-unit> 8319 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8282 <trans-unit id="6537885755702623401" datatype="html"> 8320 <trans-unit id="6537885755702623401" datatype="html">
8283 <source>Now please check your emails to verify your account and complete signup.</source> 8321 <source>Now please check your emails to verify your account and complete signup.</source>
8284 <target state="translated">アカウントの認証とアカウント作成を完了するため、メールをチェックしてください。</target> 8322 <target state="translated">アカウントの認証とアカウント作成を完了するため、メールをチェックしてください。</target>
@@ -8310,7 +8348,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8310 <target>アカウントを購読する</target> 8348 <target>アカウントを購読する</target>
8311 8349
8312 8350
8313 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8351 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8314 <trans-unit id="3131904093925601441" datatype="html"> 8352 <trans-unit id="3131904093925601441" datatype="html">
8315 <source>PLAYLISTS</source> 8353 <source>PLAYLISTS</source>
8316 <target state="translated">プレイリスト</target> 8354 <target state="translated">プレイリスト</target>
@@ -8357,35 +8395,35 @@ channel with the same name (<x id="PH_2"/>)!</target>
8357 <trans-unit id="3779524668013120370"> 8395 <trans-unit id="3779524668013120370">
8358 <source>Go to my subscriptions</source> 8396 <source>Go to my subscriptions</source>
8359 <target>自分の登録チャンネルへ移動</target> 8397 <target>自分の登録チャンネルへ移動</target>
8360 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8398
8361 </trans-unit> 8399 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
8362 <trans-unit id="1136469849928650779"> 8400 <trans-unit id="1136469849928650779">
8363 <source>Go to my videos</source> 8401 <source>Go to my videos</source>
8364 <target>動画一覧</target> 8402 <target>動画一覧</target>
8365 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8403
8366 </trans-unit> 8404 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
8367 <trans-unit id="7836683738999600376"> 8405 <trans-unit id="7836683738999600376">
8368 <source>Go to my imports</source> 8406 <source>Go to my imports</source>
8369 <target>インポートした動画一覧</target> 8407 <target>インポートした動画一覧</target>
8370 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8408
8371 </trans-unit> 8409 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
8372 <trans-unit id="7511292153332773503"> 8410 <trans-unit id="7511292153332773503">
8373 <source>Go to my channels</source> 8411 <source>Go to my channels</source>
8374 <target>マイチャンネルに移動する</target> 8412 <target>マイチャンネルに移動する</target>
8375 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8413
8376 </trans-unit> 8414 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
8377 <trans-unit id="2013324644839511073" datatype="html"> 8415 <trans-unit id="2013324644839511073" datatype="html">
8378 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8416 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8379Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8417Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8380 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8418 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8381Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8419Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8382 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8420
8383 </trans-unit> 8421 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
8384 <trans-unit id="375263728166936544"> 8422 <trans-unit id="375263728166936544">
8385 <source>You need to reconnect.</source> 8423 <source>You need to reconnect.</source>
8386 <target>再接続する必要があります。</target> 8424 <target>再接続する必要があります。</target>
8387 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8425
8388 </trans-unit> 8426 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
8389 <trans-unit id="2206638022166154361"> 8427 <trans-unit id="2206638022166154361">
8390 <source>Keyboard Shortcuts:</source> 8428 <source>Keyboard Shortcuts:</source>
8391 <target>キーボードショートカット:</target> 8429 <target>キーボードショートカット:</target>
@@ -8398,6 +8436,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8398 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8436 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8399 <context context-type="linenumber">98</context> 8437 <context context-type="linenumber">98</context>
8400 </context-group> 8438 </context-group>
8439 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8440 <source>In my library</source><target state="new">In my library</target>
8441 <context-group purpose="location">
8442 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8443 <context context-type="linenumber">104</context>
8444 </context-group>
8401 </trans-unit> 8445 </trans-unit>
8402 <trans-unit id="232050922346936574" datatype="html"> 8446 <trans-unit id="232050922346936574" datatype="html">
8403 <source>Trending</source> 8447 <source>Trending</source>
@@ -8426,38 +8470,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8426 <trans-unit id="1266887509445371246"> 8470 <trans-unit id="1266887509445371246">
8427 <source>Incorrect username or password.</source> 8471 <source>Incorrect username or password.</source>
8428 <target>ユーザー名またはパスワードが違います。</target> 8472 <target>ユーザー名またはパスワードが違います。</target>
8429 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8473
8430 </trans-unit> 8474 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8431 <trans-unit id="6974874606619467663" datatype="html"> 8475 <trans-unit id="6974874606619467663" datatype="html">
8432 <source>Your account is blocked.</source> 8476 <source>Your account is blocked.</source>
8433 <target state="translated">あなたのアカウントはブロックされてます。</target> 8477 <target state="translated">あなたのアカウントはブロックされてます。</target>
8434 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8478
8435 </trans-unit> 8479 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8436 <trans-unit id="7939914198003891823" datatype="html"> 8480 <trans-unit id="7939914198003891823" datatype="html">
8437 <source>any language</source> 8481 <source>any language</source>
8438 <target state="new">any language</target> 8482 <target state="new">any language</target>
8439 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group> 8483
8440 </trans-unit> 8484 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8441 <trans-unit id="5633144232269377096" datatype="html"> 8485 <trans-unit id="5633144232269377096" datatype="html">
8442 <source>hide</source> 8486 <source>hide</source>
8443 <target state="translated">表示しない</target> 8487 <target state="translated">表示しない</target>
8444 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group> 8488
8445 </trans-unit> 8489 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8446 <trans-unit id="8603861867909474404" datatype="html"> 8490 <trans-unit id="8603861867909474404" datatype="html">
8447 <source>blur</source> 8491 <source>blur</source>
8448 <target state="translated">ぼかす</target> 8492 <target state="translated">ぼかす</target>
8449 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group> 8493
8450 </trans-unit> 8494 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8451 <trans-unit id="4534458451100881847" datatype="html"> 8495 <trans-unit id="4534458451100881847" datatype="html">
8452 <source>display</source> 8496 <source>display</source>
8453 <target state="translated">表示する</target> 8497 <target state="translated">表示する</target>
8454 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group> 8498
8455 </trans-unit> 8499 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8456 <trans-unit id="4467323362722952678" datatype="html"> 8500 <trans-unit id="4467323362722952678" datatype="html">
8457 <source>Unknown</source> 8501 <source>Unknown</source>
8458 <target state="new">Unknown</target> 8502 <target state="new">Unknown</target>
8459 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group> 8503
8460 </trans-unit> 8504 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8461 <trans-unit id="8781423666414310853"> 8505 <trans-unit id="8781423666414310853">
8462 <source>Your password has been successfully reset!</source> 8506 <source>Your password has been successfully reset!</source>
8463 <target>パスワードは正常にリセットされました!</target> 8507 <target>パスワードは正常にリセットされました!</target>
@@ -8570,12 +8614,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8570 <trans-unit id="3208627574396957172" datatype="html"> 8614 <trans-unit id="3208627574396957172" datatype="html">
8571 <source>Search index is unavailable. Retrying with instance results instead.</source> 8615 <source>Search index is unavailable. Retrying with instance results instead.</source>
8572 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8616 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8573 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group> 8617
8574 </trans-unit> 8618 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8575 <trans-unit id="307702206382241469" datatype="html"> 8619 <trans-unit id="307702206382241469" datatype="html">
8576 <source>Search error</source> 8620 <source>Search error</source>
8577 <target state="translated">検索エラー</target> 8621 <target state="translated">検索エラー</target>
8578 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group> 8622
8623 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8624 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8625 <context-group purpose="location">
8626 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8627 <context context-type="linenumber">329</context>
8628 </context-group>
8579 </trans-unit> 8629 </trans-unit>
8580 <trans-unit id="4580988005648117665" datatype="html"> 8630 <trans-unit id="4580988005648117665" datatype="html">
8581 <source>Search</source> 8631 <source>Search</source>
@@ -9781,19 +9831,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9781 <trans-unit id="2558977494773636050"> 9831 <trans-unit id="2558977494773636050">
9782 <source>Account <x id="PH"/> muted by the instance.</source> 9832 <source>Account <x id="PH"/> muted by the instance.</source>
9783 <target>アカウント <x id="PH"/> をあなたのインスタンスからミュートしました。</target> 9833 <target>アカウント <x id="PH"/> をあなたのインスタンスからミュートしました。</target>
9784 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group> 9834
9785 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group> 9835
9786 </trans-unit> 9836 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9787 <trans-unit id="1595779426198793580" datatype="html"> 9837 <trans-unit id="1595779426198793580" datatype="html">
9788 <source>Mute server</source> 9838 <source>Mute server</source>
9789 <target state="translated">ミュートしたサーバー</target> 9839 <target state="translated">ミュートしたサーバー</target>
9790 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 9840
9791 </trans-unit> 9841 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9792 <trans-unit id="8014491157078444256" datatype="html"> 9842 <trans-unit id="8014491157078444256" datatype="html">
9793 <source>Server <x id="PH"/> muted by the instance.</source> 9843 <source>Server <x id="PH"/> muted by the instance.</source>
9794 <target state="translated">サーバー<x id="PH"/>をあなたのインスタンスからミュートしました。</target> 9844 <target state="translated">サーバー<x id="PH"/>をあなたのインスタンスからミュートしました。</target>
9795 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 9845
9796 </trans-unit> 9846 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9797 <trans-unit id="2044813052587776285" datatype="html"> 9847 <trans-unit id="2044813052587776285" datatype="html">
9798 <source>Add a message to communicate with the reporter</source> 9848 <source>Add a message to communicate with the reporter</source>
9799 <target state="new">Add a message to communicate with the reporter</target> 9849 <target state="new">Add a message to communicate with the reporter</target>
@@ -10033,18 +10083,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10033 <trans-unit id="968295009933361070"> 10083 <trans-unit id="968295009933361070">
10034 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 10084 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
10035 <target>試行回数が多すぎます。 <x id="PH"/> 分後にもう一度お試しください。</target> 10085 <target>試行回数が多すぎます。 <x id="PH"/> 分後にもう一度お試しください。</target>
10036 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 10086
10037 </trans-unit> 10087 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
10038 <trans-unit id="4965472196059235310"> 10088 <trans-unit id="4965472196059235310">
10039 <source>Too many attempts, please try again later.</source> 10089 <source>Too many attempts, please try again later.</source>
10040 <target>試行回数が多すぎます。しばらくしてからもう一度お試しください。</target> 10090 <target>試行回数が多すぎます。しばらくしてからもう一度お試しください。</target>
10041 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 10091
10042 </trans-unit> 10092 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
10043 <trans-unit id="1693549688987384699"> 10093 <trans-unit id="1693549688987384699">
10044 <source>Server error. Please retry later.</source> 10094 <source>Server error. Please retry later.</source>
10045 <target>サーバーエラーです。 後でもう一度やり直してください。</target> 10095 <target>サーバーエラーです。 後でもう一度やり直してください。</target>
10046 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 10096
10047 </trans-unit> 10097 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
10048 <trans-unit id="5927402622550505067" datatype="html"> 10098 <trans-unit id="5927402622550505067" datatype="html">
10049 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 10099 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
10050 <target state="translated">Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</target> 10100 <target state="translated">Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</target>
@@ -10154,29 +10204,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10154 <trans-unit id="2909684945706361544" datatype="html"> 10204 <trans-unit id="2909684945706361544" datatype="html">
10155 <source>Delete video</source> 10205 <source>Delete video</source>
10156 <target state="translated">動画の削除</target> 10206 <target state="translated">動画の削除</target>
10157 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 10207
10158 </trans-unit> 10208 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
10159 <trans-unit id="2210418817778733727" datatype="html"> 10209 <trans-unit id="2210418817778733727" datatype="html">
10160 <source>Actions for the comment</source> 10210 <source>Actions for the comment</source>
10161 <target state="new">Actions for the comment</target> 10211 <target state="new">Actions for the comment</target>
10162 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 10212
10163 </trans-unit> 10213 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
10164 <trans-unit id="7978668497183230348" datatype="html"> 10214 <trans-unit id="7978668497183230348" datatype="html">
10165 <source>Delete comment</source> 10215 <source>Delete comment</source>
10166 <target state="translated">コメントの削除</target> 10216 <target state="translated">コメントの削除</target>
10167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 10217
10168 </trans-unit> 10218 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
10169 <trans-unit id="6747218355168080191" datatype="html"> 10219 <trans-unit id="6747218355168080191" datatype="html">
10170 <source>Do you really want to delete this comment?</source> 10220 <source>Do you really want to delete this comment?</source>
10171 <target state="translated">本当にこのコメントを削除しますか?</target> 10221 <target state="translated">本当にこのコメントを削除しますか?</target>
10172 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group> 10222
10173 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group> 10223
10174 </trans-unit> 10224 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
10175 <trans-unit id="7837272126865175984" datatype="html"> 10225 <trans-unit id="7837272126865175984" datatype="html">
10176 <source>Comment deleted.</source> 10226 <source>Comment deleted.</source>
10177 <target state="translated">コメントが削除されました。</target> 10227 <target state="translated">コメントが削除されました。</target>
10178 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 10228
10179 </trans-unit> 10229 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
10180 <trans-unit id="346270517625845962" datatype="html"> 10230 <trans-unit id="346270517625845962" datatype="html">
10181 <source>Encoder</source> 10231 <source>Encoder</source>
10182 <target state="translated">エンコーダー</target> 10232 <target state="translated">エンコーダー</target>
@@ -10218,31 +10268,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10218 <trans-unit id="1472171759957681533"> 10268 <trans-unit id="1472171759957681533">
10219 <source>Video reported.</source> 10269 <source>Video reported.</source>
10220 <target>動画を通報しました。</target> 10270 <target>動画を通報しました。</target>
10221 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10271
10222 </trans-unit> 10272 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10223 <trans-unit id="3622946684246476652"> 10273 <trans-unit id="3622946684246476652">
10224 <source>Do you really want to delete this video?</source> 10274 <source>Do you really want to delete this video?</source>
10225 <target>本当にこの動画を削除しますか?</target> 10275 <target>本当にこの動画を削除しますか?</target>
10226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10276
10227 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10277
10228 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10278
10229 </trans-unit> 10279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10230 <trans-unit id="3941342949736653028" datatype="html"> 10280 <trans-unit id="3941342949736653028" datatype="html">
10231 <source>Video deleted.</source> 10281 <source>Video deleted.</source>
10232 <target state="translated">動画が削除されました。</target> 10282 <target state="translated">動画が削除されました。</target>
10233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10283
10234 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10284
10235 </trans-unit> 10285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10236 <trans-unit id="5072091387445907742" datatype="html"> 10286 <trans-unit id="5072091387445907742" datatype="html">
10237 <source>Actions for the reporter</source> 10287 <source>Actions for the reporter</source>
10238 <target state="new">Actions for the reporter</target> 10288 <target state="new">Actions for the reporter</target>
10239 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10289
10240 </trans-unit> 10290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10241 <trans-unit id="6599069899275412095" datatype="html"> 10291 <trans-unit id="6599069899275412095" datatype="html">
10242 <source>Mute reporter</source> 10292 <source>Mute reporter</source>
10243 <target state="translated">通報者をミュートする</target> 10293 <target state="translated">通報者をミュートする</target>
10244 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10294
10245 </trans-unit> 10295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10246 <trans-unit id="2990849907502572301" datatype="html"> 10296 <trans-unit id="2990849907502572301" datatype="html">
10247 <source>This video will be duplicated by your instance.</source> 10297 <source>This video will be duplicated by your instance.</source>
10248 <target state="translated">この動画はインスタンス内で重複しています。</target> 10298 <target state="translated">この動画はインスタンス内で重複しています。</target>
@@ -10321,9 +10371,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10321 <trans-unit id="4903651219400691248" datatype="html"> 10371 <trans-unit id="4903651219400691248" datatype="html">
10322 <source>Mute account</source> 10372 <source>Mute account</source>
10323 <target state="translated">アカウントをミュートする</target> 10373 <target state="translated">アカウントをミュートする</target>
10324 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10374
10325 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10375
10326 </trans-unit> 10376 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10327 <trans-unit id="4021487547497211597" datatype="html"> 10377 <trans-unit id="4021487547497211597" datatype="html">
10328 <source>Open video actions</source> 10378 <source>Open video actions</source>
10329 <target state="new">Open video actions</target> 10379 <target state="new">Open video actions</target>
@@ -10339,8 +10389,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10339 <trans-unit id="3719503424625455635" datatype="html"> 10389 <trans-unit id="3719503424625455635" datatype="html">
10340 <source>Mute server account</source> 10390 <source>Mute server account</source>
10341 <target state="translated">サーバーのアカウントをミュートする</target> 10391 <target state="translated">サーバーのアカウントをミュートする</target>
10342 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10392
10343 </trans-unit> 10393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10344 <trans-unit id="7008439939460403347"> 10394 <trans-unit id="7008439939460403347">
10345 <source>Report</source> 10395 <source>Report</source>
10346 <target>通報</target> 10396 <target>通報</target>
@@ -10437,33 +10487,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10437 <trans-unit id="2439066254855913806"> 10487 <trans-unit id="2439066254855913806">
10438 <source>Only I can see this video</source> 10488 <source>Only I can see this video</source>
10439 <target>自分だけがこの動画を視聴することができます</target> 10489 <target>自分だけがこの動画を視聴することができます</target>
10440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10490
10441 </trans-unit> 10491 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10442 <trans-unit id="6767380569816110388" datatype="html"> 10492 <trans-unit id="6767380569816110388" datatype="html">
10443 <source>Only shareable via a private link</source> 10493 <source>Only shareable via a private link</source>
10444 <target state="translated">プライベートURLのみで共有できます</target> 10494 <target state="translated">プライベートURLのみで共有できます</target>
10445 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10495
10446 </trans-unit> 10496 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10447 <trans-unit id="6828965264297239528"> 10497 <trans-unit id="6828965264297239528">
10448 <source>Anyone can see this video</source> 10498 <source>Anyone can see this video</source>
10449 <target>誰でもこの動画を視聴することができます</target> 10499 <target>誰でもこの動画を視聴することができます</target>
10450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10500
10451 </trans-unit> 10501 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10452 <trans-unit id="1425933035739773115" datatype="html"> 10502 <trans-unit id="1425933035739773115" datatype="html">
10453 <source>Only users of this instance can see this video</source> 10503 <source>Only users of this instance can see this video</source>
10454 <target state="translated">このインスタンスのユーザーのみが視聴することができる</target> 10504 <target state="translated">このインスタンスのユーザーのみが視聴することができる</target>
10455 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10505
10456 </trans-unit> 10506 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10457 <trans-unit id="8312101634344200207" datatype="html"> 10507 <trans-unit id="8312101634344200207" datatype="html">
10458 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10508 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10459 <target state="translated"><x id="PH" equiv-text="this.views"/> 視聴者数</target> 10509 <target state="translated"><x id="PH" equiv-text="this.views"/> 視聴者数</target>
10460 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group> 10510
10461 </trans-unit> 10511 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10462 <trans-unit id="7756087706411154095" datatype="html"> 10512 <trans-unit id="7756087706411154095" datatype="html">
10463 <source><x id="PH" equiv-text="this.views"/> views</source> 10513 <source><x id="PH" equiv-text="this.views"/> views</source>
10464 <target state="translated"><x id="PH" equiv-text="this.views"/> 視聴回数</target> 10514 <target state="translated"><x id="PH" equiv-text="this.views"/> 視聴回数</target>
10465 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group> 10515
10466 </trans-unit> 10516 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10467 <trans-unit id="ngb.alert.close" datatype="html"> 10517 <trans-unit id="ngb.alert.close" datatype="html">
10468 <source>Close</source> 10518 <source>Close</source>
10469 <target state="translated">閉じる</target> 10519 <target state="translated">閉じる</target>
@@ -10638,33 +10688,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10638 <trans-unit id="3284171506518522275"> 10688 <trans-unit id="3284171506518522275">
10639 <source>Your video was uploaded to your account and is private.</source> 10689 <source>Your video was uploaded to your account and is private.</source>
10640 <target>動画はこのアカウントに非公開でアップロードされています。</target> 10690 <target>動画はこのアカウントに非公開でアップロードされています。</target>
10641 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group> 10691
10642 </trans-unit> 10692 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10643 <trans-unit id="5699822024600815733"> 10693 <trans-unit id="5699822024600815733">
10644 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10694 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10645 <target>関連するデータ (タグ、説明など) は失われます。このページから移動してもよろしいですか?</target> 10695 <target>関連するデータ (タグ、説明など) は失われます。このページから移動してもよろしいですか?</target>
10646 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group> 10696
10647 </trans-unit> 10697 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10648 <trans-unit id="1219739004043110649"> 10698 <trans-unit id="1219739004043110649">
10649 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10699 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10650 <target>動画はまだアップロードされていません。このページから移動してもよろしいですか?</target> 10700 <target>動画はまだアップロードされていません。このページから移動してもよろしいですか?</target>
10651 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group> 10701
10652 </trans-unit> 10702 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10653 <trans-unit id="6932865105766151309" datatype="html"> 10703 <trans-unit id="6932865105766151309" datatype="html">
10654 <source>Upload</source> 10704 <source>Upload</source>
10655 <target state="translated">アップロード</target> 10705 <target state="translated">アップロード</target>
10656 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group> 10706
10657 </trans-unit> 10707 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10658 <trans-unit id="8278735427925094503" datatype="html"> 10708 <trans-unit id="8278735427925094503" datatype="html">
10659 <source>Upload <x id="PH"/> </source> 10709 <source>Upload <x id="PH"/> </source>
10660 <target state="translated">アップロード <x id="PH"/> </target> 10710 <target state="translated">アップロード <x id="PH"/> </target>
10661 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group> 10711
10662 </trans-unit> 10712 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10663 <trans-unit id="5981816353437801748"> 10713 <trans-unit id="5981816353437801748">
10664 <source>Video published.</source> 10714 <source>Video published.</source>
10665 <target>動画が投稿されました。</target> 10715 <target>動画が投稿されました。</target>
10666 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group> 10716
10667 </trans-unit> 10717 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10668 <trans-unit id="764164089183618119"> 10718 <trans-unit id="764164089183618119">
10669 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10719 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10670 <target>保存していない変更があります。 ページを移動すると、変更した内容は失われます。</target> 10720 <target>保存していない変更があります。 ページを移動すると、変更した内容は失われます。</target>
@@ -10731,28 +10781,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10731 <trans-unit id="961774488937452220" datatype="html"> 10781 <trans-unit id="961774488937452220" datatype="html">
10732 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10782 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10733 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10783 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10734 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group> 10784
10735 </trans-unit> 10785 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10736 <trans-unit id="5761611056224181752" datatype="html"> 10786 <trans-unit id="5761611056224181752" datatype="html">
10737 <source>Redirection</source> 10787 <source>Redirection</source>
10738 <target state="translated">リダイレクト</target> 10788 <target state="translated">リダイレクト</target>
10739 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group> 10789
10740 </trans-unit> 10790 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10741 <trans-unit id="8858527736400081688"> 10791 <trans-unit id="8858527736400081688">
10742 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10792 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10743 <target>この動画には成人向けまたは過激なコンテンツが含まれています。本当に再生しますか?</target> 10793 <target>この動画には成人向けまたは過激なコンテンツが含まれています。本当に再生しますか?</target>
10744 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group> 10794
10745 </trans-unit> 10795 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10746 <trans-unit id="3937119019020041049"> 10796 <trans-unit id="3937119019020041049">
10747 <source>Mature or explicit content</source> 10797 <source>Mature or explicit content</source>
10748 <target>成人向けまたは過激なコンテンツ</target> 10798 <target>成人向けまたは過激なコンテンツ</target>
10749 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group> 10799
10750 </trans-unit> 10800 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10751 <trans-unit id="1755474755114288376" datatype="html"> 10801 <trans-unit id="1755474755114288376" datatype="html">
10752 <source>Up Next</source> 10802 <source>Up Next</source>
10753 <target state="new">Up Next</target> 10803 <target state="new">Up Next</target>
10754 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group> 10804
10755 </trans-unit> 10805 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10756 <trans-unit id="2159130950882492111" datatype="html"> 10806 <trans-unit id="2159130950882492111" datatype="html">
10757 <source>Cancel</source> 10807 <source>Cancel</source>
10758 <target state="translated">キャンセル</target> 10808 <target state="translated">キャンセル</target>
@@ -10761,63 +10811,63 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10761 <trans-unit id="3354816756665089864" datatype="html"> 10811 <trans-unit id="3354816756665089864" datatype="html">
10762 <source>Autoplay is suspended</source> 10812 <source>Autoplay is suspended</source>
10763 <target state="translated">自動再生は停止中です</target> 10813 <target state="translated">自動再生は停止中です</target>
10764 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group> 10814
10765 </trans-unit> 10815 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10766 <trans-unit id="7895294730547405228" datatype="html"> 10816 <trans-unit id="7895294730547405228" datatype="html">
10767 <source>Enter/exit fullscreen (requires player focus)</source> 10817 <source>Enter/exit fullscreen (requires player focus)</source>
10768 <target state="new">Enter/exit fullscreen (requires player focus)</target> 10818 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10769 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group> 10819
10770 </trans-unit> 10820 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10771 <trans-unit id="7618388257165864759" datatype="html"> 10821 <trans-unit id="7618388257165864759" datatype="html">
10772 <source>Play/Pause the video (requires player focus)</source> 10822 <source>Play/Pause the video (requires player focus)</source>
10773 <target state="new">Play/Pause the video (requires player focus)</target> 10823 <target state="new">Play/Pause the video (requires player focus)</target>
10774 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group> 10824
10775 </trans-unit> 10825 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10776 <trans-unit id="7761890399634216630" datatype="html"> 10826 <trans-unit id="7761890399634216630" datatype="html">
10777 <source>Mute/unmute the video (requires player focus)</source> 10827 <source>Mute/unmute the video (requires player focus)</source>
10778 <target state="new">Mute/unmute the video (requires player focus)</target> 10828 <target state="new">Mute/unmute the video (requires player focus)</target>
10779 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group> 10829
10780 </trans-unit> 10830 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10781 <trans-unit id="5996585232248234904" datatype="html"> 10831 <trans-unit id="5996585232248234904" datatype="html">
10782 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10832 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10783 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10833 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10784 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group> 10834
10785 </trans-unit> 10835 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10786 <trans-unit id="3748765405903319998" datatype="html"> 10836 <trans-unit id="3748765405903319998" datatype="html">
10787 <source>Increase the volume (requires player focus)</source> 10837 <source>Increase the volume (requires player focus)</source>
10788 <target state="new">Increase the volume (requires player focus)</target> 10838 <target state="new">Increase the volume (requires player focus)</target>
10789 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group> 10839
10790 </trans-unit> 10840 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10791 <trans-unit id="5810704036407159982" datatype="html"> 10841 <trans-unit id="5810704036407159982" datatype="html">
10792 <source>Decrease the volume (requires player focus)</source> 10842 <source>Decrease the volume (requires player focus)</source>
10793 <target state="new">Decrease the volume (requires player focus)</target> 10843 <target state="new">Decrease the volume (requires player focus)</target>
10794 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group> 10844
10795 </trans-unit> 10845 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10796 <trans-unit id="2622048822548065691" datatype="html"> 10846 <trans-unit id="2622048822548065691" datatype="html">
10797 <source>Seek the video forward (requires player focus)</source> 10847 <source>Seek the video forward (requires player focus)</source>
10798 <target state="new">Seek the video forward (requires player focus)</target> 10848 <target state="new">Seek the video forward (requires player focus)</target>
10799 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group> 10849
10800 </trans-unit> 10850 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10801 <trans-unit id="6540078205109221153" datatype="html"> 10851 <trans-unit id="6540078205109221153" datatype="html">
10802 <source>Seek the video backward (requires player focus)</source> 10852 <source>Seek the video backward (requires player focus)</source>
10803 <target state="new">Seek the video backward (requires player focus)</target> 10853 <target state="new">Seek the video backward (requires player focus)</target>
10804 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group> 10854
10805 </trans-unit> 10855 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10806 <trans-unit id="1956491957766210808" datatype="html"> 10856 <trans-unit id="1956491957766210808" datatype="html">
10807 <source>Increase playback rate (requires player focus)</source> 10857 <source>Increase playback rate (requires player focus)</source>
10808 <target state="translated">再生速度を早くする (アクティブのプレーヤーが必要)</target> 10858 <target state="translated">再生速度を早くする (アクティブのプレーヤーが必要)</target>
10809 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group> 10859
10810 </trans-unit> 10860 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10811 <trans-unit id="5495529997674803186" datatype="html"> 10861 <trans-unit id="5495529997674803186" datatype="html">
10812 <source>Decrease playback rate (requires player focus)</source> 10862 <source>Decrease playback rate (requires player focus)</source>
10813 <target state="translated">再生速度を遅くする (アクティブのプレーヤーが必要)</target> 10863 <target state="translated">再生速度を遅くする (アクティブのプレーヤーが必要)</target>
10814 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group> 10864
10815 </trans-unit> 10865 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10816 <trans-unit id="3178343147230721210" datatype="html"> 10866 <trans-unit id="3178343147230721210" datatype="html">
10817 <source>Navigate in the video frame by frame (requires player focus)</source> 10867 <source>Navigate in the video frame by frame (requires player focus)</source>
10818 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 10868 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10819 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group> 10869
10820 </trans-unit> 10870 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10821 <trans-unit id="8025996572234182184"> 10871 <trans-unit id="8025996572234182184">
10822 <source>Like the video</source> 10872 <source>Like the video</source>
10823 <target>高く評価</target> 10873 <target>高く評価</target>
diff --git a/client/src/locale/angular.jbo.xlf b/client/src/locale/angular.jbo.xlf
index 7367a10ca..7d8f10c7a 100644
--- a/client/src/locale/angular.jbo.xlf
+++ b/client/src/locale/angular.jbo.xlf
@@ -307,7 +307,7 @@
307 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 307 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
308 </target> 308 </target>
309 309
310 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html"> 310 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html">
311 <source>My watch history</source><target state="new">My watch history</target> 311 <source>My watch history</source><target state="new">My watch history</target>
312 312
313 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 313 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
@@ -388,12 +388,12 @@
388 388
389 389
390 390
391 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 391 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
392 <trans-unit id="1006562256968398209" datatype="html"> 392 <trans-unit id="1006562256968398209" datatype="html">
393 <source>video</source> 393 <source>video</source>
394 <target state="new">video</target> 394 <target state="new">video</target>
395 395
396 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 396 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
397 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target> 397 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target>
398 398
399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -455,10 +455,10 @@
455 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 455 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
456 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 456 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
457 457
458 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 458 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
459 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 459 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
460 460
461 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit><trans-unit id="5235042777215655908" datatype="html"> 461 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit><trans-unit id="5235042777215655908" datatype="html">
462 <source>subtitles</source><target state="new">subtitles</target> 462 <source>subtitles</source><target state="new">subtitles</target>
463 463
464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
@@ -675,7 +675,7 @@
675 675
676 676
677 677
678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
679 <source>Only live videos</source><target state="new">Only live videos</target> 679 <source>Only live videos</source><target state="new">Only live videos</target>
680 <context-group purpose="location"> 680 <context-group purpose="location">
681 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 681 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -847,7 +847,7 @@
847 847
848 848
849 849
850 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group></trans-unit> 850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
851 <trans-unit id="1502595455339510144" datatype="html"> 851 <trans-unit id="1502595455339510144" datatype="html">
852 <source> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 852 <source> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
853 <target state="new"> 853 <target state="new">
@@ -930,7 +930,31 @@
930 <source>Federation</source> 930 <source>Federation</source>
931 <target state="new">Federation</target> 931 <target state="new">Federation</target>
932 932
933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
934 <source>Following</source><target state="new">Following</target>
935 <context-group purpose="location">
936 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
937 <context context-type="linenumber">29</context>
938 </context-group>
939 <context-group purpose="location">
940 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
941 <context context-type="linenumber">31</context>
942 </context-group>
943 <context-group purpose="location">
944 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
945 <context context-type="linenumber">28</context>
946 </context-group>
947 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
948 <source>Followers</source><target state="new">Followers</target>
949 <context-group purpose="location">
950 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
951 <context context-type="linenumber">34</context>
952 </context-group>
953 <context-group purpose="location">
954 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
955 <context context-type="linenumber">37</context>
956 </context-group>
957 </trans-unit>
934 <trans-unit id="3541687134897970106" datatype="html"> 958 <trans-unit id="3541687134897970106" datatype="html">
935 <source>followers</source> 959 <source>followers</source>
936 <target state="new">followers</target> 960 <target state="new">followers</target>
@@ -994,7 +1018,7 @@
994 1018
995 1019
996 1020
997 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 1021 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
998 <trans-unit id="3616223838716839702" datatype="html"> 1022 <trans-unit id="3616223838716839702" datatype="html">
999 <source>Ban this user</source> 1023 <source>Ban this user</source>
1000 <target state="new">Ban this user</target> 1024 <target state="new">Ban this user</target>
@@ -1062,17 +1086,11 @@
1062 1086
1063 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7252854992688790751" datatype="html"> 1087 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7252854992688790751" datatype="html">
1064 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1088 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1065 <context-group purpose="location"> 1089
1066 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1090 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="7215649348148521605" datatype="html">
1067 <context context-type="linenumber">60,62</context>
1068 </context-group>
1069 </trans-unit><trans-unit id="7215649348148521605" datatype="html">
1070 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1091 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1071 <context-group purpose="location"> 1092
1072 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1093 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1073 <context context-type="linenumber">65,67</context>
1074 </context-group>
1075 </trans-unit>
1076 <trans-unit id="2392488717875840729"> 1094 <trans-unit id="2392488717875840729">
1077 <source>User</source> 1095 <source>User</source>
1078 <target>lo pilno</target> 1096 <target>lo pilno</target>
@@ -1083,7 +1101,13 @@
1083 <source>Username or email address</source> 1101 <source>Username or email address</source>
1084 <target state="new">Username or email address</target> 1102 <target state="new">Username or email address</target>
1085 1103
1086 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="1758058452376026925" datatype="html">
1105 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1106 <context-group purpose="location">
1107 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1108 <context context-type="linenumber">33,34</context>
1109 </context-group>
1110 </trans-unit>
1087 1111
1088 <trans-unit id="1431416938026210429"> 1112 <trans-unit id="1431416938026210429">
1089 <source>Password</source> 1113 <source>Password</source>
@@ -1096,40 +1120,34 @@
1096 1120
1097 1121
1098 1122
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1100 <trans-unit id="8715156686857791956" datatype="html"> 1124 <trans-unit id="8715156686857791956" datatype="html">
1101 <source>Click here to reset your password</source> 1125 <source>Click here to reset your password</source>
1102 <target state="new">Click here to reset your password</target> 1126 <target state="new">Click here to reset your password</target>
1103 1127
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html"> 1128 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html">
1105 <source>I forgot my password</source><target state="new">I forgot my password</target> 1129 <source>I forgot my password</source><target state="new">I forgot my password</target>
1106 <context-group purpose="location"> 1130
1107 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1131 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="2101170466365500913" datatype="html">
1108 <context context-type="linenumber">47</context>
1109 </context-group>
1110 </trans-unit><trans-unit id="2101170466365500913" datatype="html">
1111 <source> Logging into an account lets you publish content </source><target state="new"> Logging into an account lets you publish content </target> 1132 <source> Logging into an account lets you publish content </source><target state="new"> Logging into an account lets you publish content </target>
1112 <context-group purpose="location"> 1133
1113 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1134 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1114 <context context-type="linenumber">56,57</context>
1115 </context-group>
1116 </trans-unit>
1117 <trans-unit id="2454050363478003966"> 1135 <trans-unit id="2454050363478003966">
1118 <source>Login</source> 1136 <source>Login</source>
1119 <target>co'a cmisau</target> 1137 <target>co'a cmisau</target>
1120 1138
1121 1139
1122 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1140 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1123 <trans-unit id="3183213940445113677" datatype="html"> 1141 <trans-unit id="3183213940445113677" datatype="html">
1124 <source>Or sign in with</source> 1142 <source>Or sign in with</source>
1125 <target state="new">Or sign in with</target> 1143 <target state="new">Or sign in with</target>
1126 1144
1127 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit> 1145 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1128 <trans-unit id="3238209155172574367"> 1146 <trans-unit id="3238209155172574367">
1129 <source>Forgot your password</source> 1147 <source>Forgot your password</source>
1130 <target>.i mi nalmo'i le mi lerpoijaspu</target> 1148 <target>.i mi nalmo'i le mi lerpoijaspu</target>
1131 1149
1132 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1150 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1133 <trans-unit id="87327320394367488" datatype="html"> 1151 <trans-unit id="87327320394367488" datatype="html">
1134 <source> 1152 <source>
1135 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1153 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
@@ -1138,10 +1156,10 @@
1138 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1156 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1139 </target> 1157 </target>
1140 1158
1141 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit><trans-unit id="3188014010833256853" datatype="html"> 1159 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="3188014010833256853" datatype="html">
1142 <source> Enter your email address and we will send you a link to reset your password. </source><target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1160 <source> Enter your email address and we will send you a link to reset your password. </source><target state="new"> Enter your email address and we will send you a link to reset your password. </target>
1143 1161
1144 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="1190256911880544559" datatype="html"> 1162 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit><trans-unit id="1190256911880544559" datatype="html">
1145 <source>An email with the reset password instructions will be sent to <x id="PH"/>. 1163 <source>An email with the reset password instructions will be sent to <x id="PH"/>.
1146The link will expire within 1 hour.</source><target state="new">An email with the reset password instructions will be sent to <x id="PH"/>. 1164The link will expire within 1 hour.</source><target state="new">An email with the reset password instructions will be sent to <x id="PH"/>.
1147The link will expire within 1 hour.</target> 1165The link will expire within 1 hour.</target>
@@ -1157,17 +1175,17 @@ The link will expire within 1 hour.</target>
1157 1175
1158 1176
1159 1177
1160 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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/+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/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1161 <trans-unit id="3967269098753656610"> 1179 <trans-unit id="3967269098753656610">
1162 <source>Email address</source> 1180 <source>Email address</source>
1163 <target>lo ve samymri</target> 1181 <target>lo ve samymri</target>
1164 1182
1165 1183
1166 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="7808756054397155068" datatype="html"> 1184 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="7808756054397155068" datatype="html">
1167 <source>Reset</source><target state="new">Reset</target> 1185 <source>Reset</source><target state="new">Reset</target>
1168 1186
1169 <note priority="1" from="description">Password reset button</note> 1187 <note priority="1" from="description">Password reset button</note>
1170 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group></trans-unit> 1188 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1171 1189
1172 1190
1173 <trans-unit id="4319634264526091601" datatype="html"> 1191 <trans-unit id="4319634264526091601" datatype="html">
@@ -1246,7 +1264,7 @@ galfi le mi japyvla</target>
1246 <target> 1264 <target>
1247.i facki fi no da</target> 1265.i facki fi no da</target>
1248 1266
1249 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1267 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1250 <trans-unit id="5500467336262464724"> 1268 <trans-unit id="5500467336262464724">
1251 <source> 1269 <source>
1252 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers 1270 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers
@@ -1255,7 +1273,7 @@ galfi le mi japyvla</target>
1255 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> lo jersi pe'a 1273 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> lo jersi pe'a
1256 </target> 1274 </target>
1257 1275
1258 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1276 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1259 <trans-unit id="1516969129397662377" datatype="html"> 1277 <trans-unit id="1516969129397662377" datatype="html">
1260 <source>Welcome to PeerTube, dear administrator!</source> 1278 <source>Welcome to PeerTube, dear administrator!</source>
1261 <target state="new">Welcome to PeerTube, dear administrator!</target> 1279 <target state="new">Welcome to PeerTube, dear administrator!</target>
@@ -1534,7 +1552,7 @@ galfi le mi japyvla</target>
1534 <source>Create an account</source> 1552 <source>Create an account</source>
1535 <target>zbasu lo pilno</target> 1553 <target>zbasu lo pilno</target>
1536 1554
1537 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1555 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1538 1556
1539 <trans-unit id="3058024914967508975" datatype="html"> 1557 <trans-unit id="3058024914967508975" datatype="html">
1540 <source>My videos</source><target state="new">My videos</target> 1558 <source>My videos</source><target state="new">My videos</target>
@@ -1580,7 +1598,7 @@ galfi le mi japyvla</target>
1580 <target state="new">VIDEOS</target> 1598 <target state="new">VIDEOS</target>
1581 1599
1582 1600
1583 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html"> 1601 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html">
1584 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target> 1602 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target>
1585 1603
1586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html"> 1604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html">
@@ -1648,7 +1666,7 @@ galfi le mi japyvla</target>
1648 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4424964105331349857" datatype="html"> 1666 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4424964105331349857" datatype="html">
1649 <source>I'm a teapot</source><target state="new">I'm a teapot</target> 1667 <source>I'm a teapot</source><target state="new">I'm a teapot</target>
1650 1668
1651 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="1597262876035959248" datatype="html"> 1669 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1597262876035959248" datatype="html">
1652 <source>That's an error.</source><target state="new">That's an error.</target> 1670 <source>That's an error.</source><target state="new">That's an error.</target>
1653 <context-group purpose="location"> 1671 <context-group purpose="location">
1654 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1672 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
@@ -1714,7 +1732,7 @@ galfi le mi japyvla</target>
1714 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="2971365540217107489" datatype="html"> 1732 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="2971365540217107489" datatype="html">
1715 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1733 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1716 1734
1717 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 1735 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1718 1736
1719 <trans-unit id="5131854469652959713" datatype="html"> 1737 <trans-unit id="5131854469652959713" datatype="html">
1720 <source>GLOBAL SEARCH</source> 1738 <source>GLOBAL SEARCH</source>
@@ -1804,7 +1822,7 @@ galfi le mi japyvla</target>
1804 1822
1805 1823
1806 1824
1807 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1825 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1808 <source>Display only</source><target state="new">Display only</target> 1826 <source>Display only</source><target state="new">Display only</target>
1809 <context-group purpose="location"> 1827 <context-group purpose="location">
1810 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1828 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1842,7 +1860,7 @@ galfi le mi japyvla</target>
1842 <target>lo temci</target> 1860 <target>lo temci</target>
1843 1861
1844 1862
1845 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1863 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1846 <trans-unit id="3589238979642505685"> 1864 <trans-unit id="3589238979642505685">
1847 <source>Display sensitive content</source> 1865 <source>Display sensitive content</source>
1848 <target>viska lo ganvi poi te kajde</target> 1866 <target>viska lo ganvi poi te kajde</target>
@@ -1864,7 +1882,7 @@ galfi le mi japyvla</target>
1864 1882
1865 1883
1866 1884
1867 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1885 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1868 <trans-unit id="5478121364779850827" datatype="html"> 1886 <trans-unit id="5478121364779850827" datatype="html">
1869 <source> 1887 <source>
1870 Reset 1888 Reset
@@ -1889,7 +1907,7 @@ galfi le mi japyvla</target>
1889 1907
1890 1908
1891 1909
1892 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1910 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1893 <trans-unit id="4184995865179898060" datatype="html"> 1911 <trans-unit id="4184995865179898060" datatype="html">
1894 <source>Display all licenses</source> 1912 <source>Display all licenses</source>
1895 <target state="new">Display all licenses</target> 1913 <target state="new">Display all licenses</target>
@@ -1902,7 +1920,7 @@ galfi le mi japyvla</target>
1902 1920
1903 1921
1904 1922
1905 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1923 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1906 <trans-unit id="7904142744051432458" datatype="html"> 1924 <trans-unit id="7904142744051432458" datatype="html">
1907 <source>Display all languages</source> 1925 <source>Display all languages</source>
1908 <target state="new">Display all languages</target> 1926 <target state="new">Display all languages</target>
@@ -1917,17 +1935,23 @@ galfi le mi japyvla</target>
1917 <source>One of these tags</source> 1935 <source>One of these tags</source>
1918 <target state="new">One of these tags</target> 1936 <target state="new">One of these tags</target>
1919 1937
1920 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1938 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1939 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1940 <context-group purpose="location">
1941 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1942 <context context-type="linenumber">178</context>
1943 </context-group>
1944 </trans-unit>
1921 <trans-unit id="283421392567624698" datatype="html"> 1945 <trans-unit id="283421392567624698" datatype="html">
1922 <source>Search target</source> 1946 <source>Search target</source>
1923 <target state="new">Search target</target> 1947 <target state="new">Search target</target>
1924 1948
1925 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1949 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1926 <trans-unit id="2489767671380266270" datatype="html"> 1950 <trans-unit id="2489767671380266270" datatype="html">
1927 <source>Vidiverse</source> 1951 <source>Vidiverse</source>
1928 <target state="new">Vidiverse</target> 1952 <target state="new">Vidiverse</target>
1929 1953
1930 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1954 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1931 <trans-unit id="5478121364779850827" datatype="html"> 1955 <trans-unit id="5478121364779850827" datatype="html">
1932 <source> 1956 <source>
1933 Reset 1957 Reset
@@ -1941,7 +1965,7 @@ galfi le mi japyvla</target>
1941 <source>Filter</source> 1965 <source>Filter</source>
1942 <target>cuxselgre</target> 1966 <target>cuxselgre</target>
1943 1967
1944 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1968 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1945 1969
1946 <trans-unit id="6479885129995567639" datatype="html"> 1970 <trans-unit id="6479885129995567639" datatype="html">
1947 <source>Video channels</source> 1971 <source>Video channels</source>
@@ -1982,7 +2006,7 @@ galfi le mi japyvla</target>
1982 <target>lo tcita</target> 2006 <target>lo tcita</target>
1983 2007
1984 2008
1985 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 2009 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1986 <trans-unit id="354332809647287722" datatype="html"> 2010 <trans-unit id="354332809647287722" datatype="html">
1987 <source> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 2011 <source> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1988 <target state="new"> 2012 <target state="new">
@@ -2422,7 +2446,7 @@ galfi le mi japyvla</target>
2422 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2446 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2423 <source>Upload on hold</source><target state="new">Upload on hold</target> 2447 <source>Upload on hold</source><target state="new">Upload on hold</target>
2424 2448
2425 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2449 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2426 <trans-unit id="285180972645018518" datatype="html"> 2450 <trans-unit id="285180972645018518" datatype="html">
2427 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2451 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2428 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2452 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2757,13 +2781,19 @@ galfi le mi japyvla</target>
2757 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2781 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2758 <source>Origin</source><target state="new">Origin</target> 2782 <source>Origin</source><target state="new">Origin</target>
2759 2783
2760 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2784 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2785 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2786 <context-group purpose="location">
2787 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2788 <context context-type="linenumber">14</context>
2789 </context-group>
2790 </trans-unit>
2761 2791
2762 <trans-unit id="5139892963394684487" datatype="html"> 2792 <trans-unit id="5139892963394684487" datatype="html">
2763 <source>Originally published</source> 2793 <source>Originally published</source>
2764 <target state="new">Originally published</target> 2794 <target state="new">Originally published</target>
2765 2795
2766 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2796 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2767 <trans-unit id="6402393085909200998" datatype="html"> 2797 <trans-unit id="6402393085909200998" datatype="html">
2768 <source>Friendly Reminder: </source> 2798 <source>Friendly Reminder: </source>
2769 <target state="new">Friendly Reminder: </target> 2799 <target state="new">Friendly Reminder: </target>
@@ -3094,11 +3124,7 @@ galfi le mi japyvla</target>
3094 <target state="new">ID</target> 3124 <target state="new">ID</target>
3095 3125
3096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit> 3126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3097 <trans-unit id="2265605798180116441" datatype="html"> 3127
3098 <source>Follower handle</source>
3099 <target state="new">Follower handle</target>
3100
3101 <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>
3102 <trans-unit id="5911214550882917183" datatype="html"> 3128 <trans-unit id="5911214550882917183" datatype="html">
3103 <source>State</source> 3129 <source>State</source>
3104 <target state="new">State</target> 3130 <target state="new">State</target>
@@ -3180,11 +3206,7 @@ galfi le mi japyvla</target>
3180 </target> 3206 </target>
3181 3207
3182 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 3208 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
3183 <trans-unit id="6641024648411549335" datatype="html"> 3209
3184 <source>Host</source>
3185 <target state="new">Host</target>
3186
3187 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3188 <trans-unit id="6571718060636962350" datatype="html"> 3210 <trans-unit id="6571718060636962350" datatype="html">
3189 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3211 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3190 <target state="new">Redundancy allowed 3212 <target state="new">Redundancy allowed
@@ -3195,7 +3217,7 @@ galfi le mi japyvla</target>
3195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html"> 3217 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html">
3196 <source>Unfollow</source><target state="new">Unfollow</target> 3218 <source>Unfollow</source><target state="new">Unfollow</target>
3197 3219
3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3199 <trans-unit id="8246779176913476983" datatype="html"> 3221 <trans-unit id="8246779176913476983" datatype="html">
3200 <source>Open instance in a new tab</source> 3222 <source>Open instance in a new tab</source>
3201 <target state="new">Open instance in a new tab</target> 3223 <target state="new">Open instance in a new tab</target>
@@ -3207,12 +3229,12 @@ galfi le mi japyvla</target>
3207 <source>No host found matching current filters.</source> 3229 <source>No host found matching current filters.</source>
3208 <target state="new">No host found matching current filters.</target> 3230 <target state="new">No host found matching current filters.</target>
3209 3231
3210 <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> 3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3211 <trans-unit id="7274241885665071790" datatype="html"> 3233 <trans-unit id="7274241885665071790" datatype="html">
3212 <source>Your instance is not following anyone.</source> 3234 <source>Your instance is not following anyone.</source>
3213 <target state="new">Your instance is not following anyone.</target> 3235 <target state="new">Your instance is not following anyone.</target>
3214 3236
3215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3237 <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>
3216 <trans-unit id="4774348799569692380" datatype="html"> 3238 <trans-unit id="4774348799569692380" datatype="html">
3217 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3239 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3218 <target state="new">Showing 3240 <target state="new">Showing
@@ -3222,14 +3244,7 @@ galfi le mi japyvla</target>
3222 </target> 3244 </target>
3223 3245
3224 <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></trans-unit> 3246 <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></trans-unit>
3225 <trans-unit id="6275803119759621687" datatype="html"> 3247 <trans-unit id="9216117865911519658" datatype="html">
3226 <source>Follow domains</source>
3227 <target state="new">Follow domains</target>
3228
3229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="1268699198448750610" datatype="html">
3230 <source>Follow instances</source><target state="new">Follow instances</target>
3231
3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
3233 <source>Action</source><target state="new">Action</target> 3248 <source>Action</source><target state="new">Action</target>
3234 3249
3235 3250
@@ -3279,7 +3294,7 @@ galfi le mi japyvla</target>
3279 3294
3280 3295
3281 3296
3282 <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><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/+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></trans-unit><trans-unit id="5428411040014095392" datatype="html"> 3297 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="5428411040014095392" datatype="html">
3283 <source>e.g. jane_doe</source><target state="new">e.g. jane_doe</target> 3298 <source>e.g. jane_doe</source><target state="new">e.g. jane_doe</target>
3284 3299
3285 <note priority="1" from="description">Username choice placeholder in the registration form</note> 3300 <note priority="1" from="description">Username choice placeholder in the registration form</note>
@@ -3311,7 +3326,7 @@ galfi le mi japyvla</target>
3311 <target state="new">Role</target> 3326 <target state="new">Role</target>
3312 3327
3313 3328
3314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group></trans-unit> 3329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3315 <trans-unit id="7046347992315328430" datatype="html"> 3330 <trans-unit id="7046347992315328430" datatype="html">
3316 <source> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3331 <source> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3317 <target state="new"> 3332 <target state="new">
@@ -3334,15 +3349,9 @@ galfi le mi japyvla</target>
3334 3349
3335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html"> 3350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html">
3336 <source>Auth plugin</source><target state="new">Auth plugin</target> 3351 <source>Auth plugin</source><target state="new">Auth plugin</target>
3337 <context-group purpose="location"> 3352
3338 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3353
3339 <context context-type="linenumber">188</context> 3354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="588099657508661970" datatype="html">
3340 </context-group>
3341 <context-group purpose="location">
3342 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3343 <context context-type="linenumber">188</context>
3344 </context-group>
3345 </trans-unit><trans-unit id="588099657508661970" datatype="html">
3346 <source>None (local authentication)</source><target state="new">None (local authentication)</target> 3355 <source>None (local authentication)</source><target state="new">None (local authentication)</target>
3347 <context-group purpose="location"> 3356 <context-group purpose="location">
3348 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3357 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
@@ -3569,7 +3578,13 @@ galfi le mi japyvla</target>
3569 3578
3570 3579
3571 3580
3572 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4691552465058437520" datatype="html"> 3581 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3582 <source>Follower</source><target state="new">Follower</target>
3583 <context-group purpose="location">
3584 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3585 <context context-type="linenumber">24</context>
3586 </context-group>
3587 </trans-unit><trans-unit id="4691552465058437520" datatype="html">
3573 <source>Commented video</source><target state="new">Commented video</target> 3588 <source>Commented video</source><target state="new">Commented video</target>
3574 3589
3575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="7266085473379376028" datatype="html"> 3590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="7266085473379376028" datatype="html">
@@ -3602,35 +3617,20 @@ galfi le mi japyvla</target>
3602 3617
3603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3618 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3604 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3619 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3605 <context-group purpose="location"> 3620
3606 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3607 <context context-type="linenumber">42</context>
3608 </context-group>
3609 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3610 <source>Accepted reports</source><target state="new">Accepted reports</target> 3622 <source>Accepted reports</source><target state="new">Accepted reports</target>
3611 <context-group purpose="location"> 3623
3612 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3624 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3613 <context context-type="linenumber">46</context>
3614 </context-group>
3615 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3616 <source>Refused reports</source><target state="new">Refused reports</target> 3625 <source>Refused reports</source><target state="new">Refused reports</target>
3617 <context-group purpose="location"> 3626
3618 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3627 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3619 <context context-type="linenumber">50</context>
3620 </context-group>
3621 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3622 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3628 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3623 <context-group purpose="location"> 3629
3624 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3625 <context context-type="linenumber">54</context>
3626 </context-group>
3627 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3628 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3631 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3629 <context-group purpose="location"> 3632
3630 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3633 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3631 <context context-type="linenumber">58</context>
3632 </context-group>
3633 </trans-unit>
3634 <trans-unit id="4678289986918934018" datatype="html"> 3634 <trans-unit id="4678289986918934018" datatype="html">
3635 <source>Block reason:</source> 3635 <source>Block reason:</source>
3636 <target state="new">Block reason:</target> 3636 <target state="new">Block reason:</target>
@@ -3647,17 +3647,11 @@ galfi le mi japyvla</target>
3647 3647
3648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3649 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3649 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3650 <context-group purpose="location"> 3650
3651 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3652 <context context-type="linenumber">31</context>
3653 </context-group>
3654 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3655 <source>Manual blocks</source><target state="new">Manual blocks</target> 3652 <source>Manual blocks</source><target state="new">Manual blocks</target>
3656 <context-group purpose="location"> 3653
3657 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3658 <context context-type="linenumber">35</context>
3659 </context-group>
3660 </trans-unit>
3661 <trans-unit id="2143435845912984377" datatype="html"> 3655 <trans-unit id="2143435845912984377" datatype="html">
3662 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3656 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3663 <target state="new">Showing 3657 <target state="new">Showing
@@ -3843,7 +3837,7 @@ galfi le mi japyvla</target>
3843 3837
3844 3838
3845 3839
3846 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3840 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3847 <trans-unit id="1300704815627663264" datatype="html"> 3841 <trans-unit id="1300704815627663264" datatype="html">
3848 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3842 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3849 <target state="new">Muted at 3843 <target state="new">Muted at
@@ -3893,7 +3887,7 @@ galfi le mi japyvla</target>
3893 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3887 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3894 </target> 3888 </target>
3895 3889
3896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3897 <trans-unit id="4058814854824495833" datatype="html"> 3891 <trans-unit id="4058814854824495833" datatype="html">
3898 <source>Mute domains</source> 3892 <source>Mute domains</source>
3899 <target state="new">Mute domains</target> 3893 <target state="new">Mute domains</target>
@@ -3959,7 +3953,7 @@ galfi le mi japyvla</target>
3959 <target state="new">Search</target> 3953 <target state="new">Search</target>
3960 3954
3961 3955
3962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3956 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3963 <trans-unit id="8630916846096019339" datatype="html"> 3957 <trans-unit id="8630916846096019339" datatype="html">
3964 <source>Users can resolve distant content</source> 3958 <source>Users can resolve distant content</source>
3965 <target state="new">Users can resolve distant content</target> 3959 <target state="new">Users can resolve distant content</target>
@@ -5708,11 +5702,8 @@ color: red;
5708 5702
5709 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 5703 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
5710 <source>CHANNELS</source><target state="new">CHANNELS</target> 5704 <source>CHANNELS</source><target state="new">CHANNELS</target>
5711 <context-group purpose="location"> 5705
5712 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5706 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5713 <context context-type="linenumber">82</context>
5714 </context-group>
5715 </trans-unit>
5716 5707
5717 <trans-unit id="3666829335406793239" datatype="html"> 5708 <trans-unit id="3666829335406793239" datatype="html">
5718 <source>This account does not have channels.</source> 5709 <source>This account does not have channels.</source>
@@ -5750,7 +5741,13 @@ channel with the same name (<x id="PH_2"/>)!</source><target state="new">Do you
5750It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 5741It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
5751channel with the same name (<x id="PH_2"/>)!</target> 5742channel with the same name (<x id="PH_2"/>)!</target>
5752 5743
5753 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 5744 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
5745 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5746 <context-group purpose="location">
5747 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5748 <context context-type="linenumber">48</context>
5749 </context-group>
5750 </trans-unit>
5754 <trans-unit id="5387007581996837469" datatype="html"> 5751 <trans-unit id="5387007581996837469" datatype="html">
5755 <source>My Channels</source> 5752 <source>My Channels</source>
5756 <target state="new">My Channels</target> 5753 <target state="new">My Channels</target>
@@ -6361,12 +6358,12 @@ zbasu lo pilno</target>
6361 <source>Your message has been sent.</source> 6358 <source>Your message has been sent.</source>
6362 <target state="new">Your message has been sent.</target> 6359 <target state="new">Your message has been sent.</target>
6363 6360
6364 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6361 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6365 <trans-unit id="2072135752262464360" datatype="html"> 6362 <trans-unit id="2072135752262464360" datatype="html">
6366 <source>You already sent this form recently</source> 6363 <source>You already sent this form recently</source>
6367 <target state="new">You already sent this form recently</target> 6364 <target state="new">You already sent this form recently</target>
6368 6365
6369 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6366 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6370 <trans-unit id="819067926858619041" datatype="html"> 6367 <trans-unit id="819067926858619041" datatype="html">
6371 <source>Account videos</source><target state="new">Account videos</target> 6368 <source>Account videos</source><target state="new">Account videos</target>
6372 6369
@@ -6401,10 +6398,10 @@ zbasu lo pilno</target>
6401 <x id="PH"/> direct account followers 6398 <x id="PH"/> direct account followers
6402 </target> 6399 </target>
6403 6400
6404 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit><trans-unit id="6250999352462648289" datatype="html"> 6401 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="6250999352462648289" datatype="html">
6405 <source>Report this account</source><target state="new">Report this account</target> 6402 <source>Report this account</source><target state="new">Report this account</target>
6406 6403
6407 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 6404 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6408 6405
6409 <trans-unit id="1504521795586863905" datatype="html"> 6406 <trans-unit id="1504521795586863905" datatype="html">
6410 <source>VIDEOS</source><target state="new">VIDEOS</target> 6407 <source>VIDEOS</source><target state="new">VIDEOS</target>
@@ -6416,24 +6413,16 @@ zbasu lo pilno</target>
6416 <target state="new">Username copied</target> 6413 <target state="new">Username copied</target>
6417 6414
6418 6415
6419 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="9221735175659318025" datatype="html"> 6416 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="9221735175659318025" datatype="html">
6420 <source>1 subscriber</source><target state="new">1 subscriber</target> 6417 <source>1 subscriber</source><target state="new">1 subscriber</target>
6421 6418
6422 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="4097331874769079975" datatype="html"> 6419 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit><trans-unit id="4097331874769079975" datatype="html">
6423 <source><x id="PH"/> subscribers</source><target state="new"><x id="PH"/> subscribers</target> 6420 <source><x id="PH"/> subscribers</source><target state="new"><x id="PH"/> subscribers</target>
6424 6421
6425 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 6422 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6423
6424
6426 6425
6427 <trans-unit id="4682675125751819107" datatype="html">
6428 <source>Instances you follow</source>
6429 <target state="new">Instances you follow</target>
6430
6431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6432 <trans-unit id="8899833753704589712" datatype="html">
6433 <source>Instances following you</source>
6434 <target state="new">Instances following you</target>
6435
6436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6437 <trans-unit id="1035838766454786107" datatype="html"> 6426 <trans-unit id="1035838766454786107" datatype="html">
6438 <source>Audio-only</source> 6427 <source>Audio-only</source>
6439 <target state="new">Audio-only</target> 6428 <target state="new">Audio-only</target>
@@ -6481,7 +6470,13 @@ zbasu lo pilno</target>
6481 <source>Auto (via ffmpeg)</source> 6470 <source>Auto (via ffmpeg)</source>
6482 <target state="new">Auto (via ffmpeg)</target> 6471 <target state="new">Auto (via ffmpeg)</target>
6483 6472
6484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="931255636742351800" datatype="html"> 6473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="3642770981085338761" datatype="html">
6474 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6475 <context-group purpose="location">
6476 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6477 <context context-type="linenumber">3</context>
6478 </context-group>
6479 </trans-unit><trans-unit id="931255636742351800" datatype="html">
6485 <source>No limit</source><target state="new">No limit</target> 6480 <source>No limit</source><target state="new">No limit</target>
6486 6481
6487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="5250062810079582285" datatype="html"> 6482 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="5250062810079582285" datatype="html">
@@ -6600,17 +6595,33 @@ zbasu lo pilno</target>
6600 <source>Domain is required.</source> 6595 <source>Domain is required.</source>
6601 <target state="new">Domain is required.</target> 6596 <target state="new">Domain is required.</target>
6602 6597
6603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 6598 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6604 <trans-unit id="6780793142903080663" datatype="html"> 6599 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6605 <source>Domains entered are invalid.</source> 6600 <context-group purpose="location">
6606 <target state="new">Domains entered are invalid.</target> 6601 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6607 6602 <context context-type="linenumber">93</context>
6608 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 6603 </context-group>
6609 <trans-unit id="5886492514458202177" datatype="html"> 6604 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6610 <source>Domains entered contain duplicates.</source> 6605 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6611 <target state="new">Domains entered contain duplicates.</target> 6606 <context-group purpose="location">
6612 6607 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 6608 <context context-type="linenumber">94</context>
6609 </context-group>
6610 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6611 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6612 <context-group purpose="location">
6613 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6614 <context context-type="linenumber">102</context>
6615 </context-group>
6616 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6617 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6618 <context-group purpose="location">
6619 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6620 <context context-type="linenumber">103</context>
6621 </context-group>
6622 </trans-unit>
6623
6624
6614 <trans-unit id="240806681889331244" datatype="html"> 6625 <trans-unit id="240806681889331244" datatype="html">
6615 <source>Unlimited</source> 6626 <source>Unlimited</source>
6616 <target state="new">Unlimited</target> 6627 <target state="new">Unlimited</target>
@@ -6741,7 +6752,27 @@ zbasu lo pilno</target>
6741 <x id="PH"/> removed from instance followers 6752 <x id="PH"/> removed from instance followers
6742 </target> 6753 </target>
6743 6754
6744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit> 6755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="6018246591673612412" datatype="html">
6756 <source>Follow</source><target state="new">Follow</target>
6757 <context-group purpose="location">
6758 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6759 <context context-type="linenumber">3</context>
6760 </context-group>
6761 <context-group purpose="location">
6762 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6763 <context context-type="linenumber">37</context>
6764 </context-group>
6765 <context-group purpose="location">
6766 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6767 <context context-type="linenumber">18</context>
6768 </context-group>
6769 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6770 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6771 <context-group purpose="location">
6772 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6773 <context context-type="linenumber">11</context>
6774 </context-group>
6775 </trans-unit>
6745 <trans-unit id="2740793005745065895" datatype="html"> 6776 <trans-unit id="2740793005745065895" datatype="html">
6746 <source> 6777 <source>
6747 <x id="PH"/> is not valid 6778 <x id="PH"/> is not valid
@@ -6750,19 +6781,25 @@ zbasu lo pilno</target>
6750 <x id="PH"/> is not valid 6781 <x id="PH"/> is not valid
6751 </target> 6782 </target>
6752 6783
6753 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group></trans-unit> 6784 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6754 <trans-unit id="2355066641781598196"> 6785 <trans-unit id="2355066641781598196">
6755 <source>Follow request(s) sent!</source> 6786 <source>Follow request(s) sent!</source>
6756 <target>.i mo'u mrilu lo jersi pe'a ve cpedu</target> 6787 <target>.i mo'u mrilu lo jersi pe'a ve cpedu</target>
6757 6788
6758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit> 6789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6790 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6791 <context-group purpose="location">
6792 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6793 <context context-type="linenumber">3</context>
6794 </context-group>
6795 </trans-unit>
6759 <trans-unit id="4245720728052819482" datatype="html"> 6796 <trans-unit id="4245720728052819482" datatype="html">
6760 <source>Do you really want to unfollow <x id="PH"/>?</source> 6797 <source>Do you really want to unfollow <x id="PH"/>?</source>
6761 <target state="new">Do you really want to unfollow 6798 <target state="new">Do you really want to unfollow
6762 <x id="PH"/>? 6799 <x id="PH"/>?
6763 </target> 6800 </target>
6764 6801
6765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 6802 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6766 <trans-unit id="9160510009013134726"> 6803 <trans-unit id="9160510009013134726">
6767 <source>Unfollow</source> 6804 <source>Unfollow</source>
6768 <target>co'u jersi pe'a</target> 6805 <target>co'u jersi pe'a</target>
@@ -6774,7 +6811,7 @@ zbasu lo pilno</target>
6774 <x id="PH"/> anymore. 6811 <x id="PH"/> anymore.
6775 </target> 6812 </target>
6776 6813
6777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 6814 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6778 <trans-unit id="2593763089859685916" datatype="html"> 6815 <trans-unit id="2593763089859685916" datatype="html">
6779 <source>enabled</source> 6816 <source>enabled</source>
6780 <target state="new">enabled</target> 6817 <target state="new">enabled</target>
@@ -6891,114 +6928,114 @@ zbasu lo pilno</target>
6891 <target state="new">Internal actions</target> 6928 <target state="new">Internal actions</target>
6892 6929
6893 6930
6894 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 6931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6895 <trans-unit id="4559872264406386913" datatype="html"> 6932 <trans-unit id="4559872264406386913" datatype="html">
6896 <source>Delete report</source> 6933 <source>Delete report</source>
6897 <target state="new">Delete report</target> 6934 <target state="new">Delete report</target>
6898 6935
6899 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 6936 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6900 <trans-unit id="5793550984155962433" datatype="html"> 6937 <trans-unit id="5793550984155962433" datatype="html">
6901 <source>Actions for the flagged account</source> 6938 <source>Actions for the flagged account</source>
6902 <target state="new">Actions for the flagged account</target> 6939 <target state="new">Actions for the flagged account</target>
6903 6940
6904 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6941 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
6905 <trans-unit id="1679841953757186358" datatype="html"> 6942 <trans-unit id="1679841953757186358" datatype="html">
6906 <source>Mark as accepted</source> 6943 <source>Mark as accepted</source>
6907 <target state="new">Mark as accepted</target> 6944 <target state="new">Mark as accepted</target>
6908 6945
6909 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 6946 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
6910 <trans-unit id="7993358694073742566" datatype="html"> 6947 <trans-unit id="7993358694073742566" datatype="html">
6911 <source>Mark as rejected</source> 6948 <source>Mark as rejected</source>
6912 <target state="new">Mark as rejected</target> 6949 <target state="new">Mark as rejected</target>
6913 6950
6914 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 6951 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
6915 <trans-unit id="4175703770051343108" datatype="html"> 6952 <trans-unit id="4175703770051343108" datatype="html">
6916 <source>Add internal note</source> 6953 <source>Add internal note</source>
6917 <target state="new">Add internal note</target> 6954 <target state="new">Add internal note</target>
6918 6955
6919 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 6956 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
6920 <trans-unit id="296166371893775555" datatype="html"> 6957 <trans-unit id="296166371893775555" datatype="html">
6921 <source>Actions for the video</source> 6958 <source>Actions for the video</source>
6922 <target state="new">Actions for the video</target> 6959 <target state="new">Actions for the video</target>
6923 6960
6924 6961
6925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 6962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
6926 <trans-unit id="3924877328520650445" datatype="html"> 6963 <trans-unit id="3924877328520650445" datatype="html">
6927 <source>Block video</source> 6964 <source>Block video</source>
6928 <target state="new">Block video</target> 6965 <target state="new">Block video</target>
6929 6966
6930 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 6967 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
6931 <trans-unit id="4762794934098378428" datatype="html"> 6968 <trans-unit id="4762794934098378428" datatype="html">
6932 <source>Video blocked.</source> 6969 <source>Video blocked.</source>
6933 <target state="new">Video blocked.</target> 6970 <target state="new">Video blocked.</target>
6934 6971
6935 6972
6936 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6973 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
6937 <trans-unit id="4328862996304258770" datatype="html"> 6974 <trans-unit id="4328862996304258770" datatype="html">
6938 <source>Unblock video</source> 6975 <source>Unblock video</source>
6939 <target state="new">Unblock video</target> 6976 <target state="new">Unblock video</target>
6940 6977
6941 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 6978 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
6942 <trans-unit id="9065327551191479877" datatype="html"> 6979 <trans-unit id="9065327551191479877" datatype="html">
6943 <source>Video unblocked.</source> 6980 <source>Video unblocked.</source>
6944 <target state="new">Video unblocked.</target> 6981 <target state="new">Video unblocked.</target>
6945 6982
6946 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 6983 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
6947 <trans-unit id="1250415136605923486"> 6984 <trans-unit id="1250415136605923486">
6948 <source>Do you really want to delete this abuse report?</source> 6985 <source>Do you really want to delete this abuse report?</source>
6949 <target>.i .au ju'o pei vimcu le malpli notci</target> 6986 <target>.i .au ju'o pei vimcu le malpli notci</target>
6950 6987
6951 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 6988 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
6952 <trans-unit id="3482559157143817408"> 6989 <trans-unit id="3482559157143817408">
6953 <source>Abuse deleted.</source> 6990 <source>Abuse deleted.</source>
6954 <target>.i mo'u vimcu le malpli notci</target> 6991 <target>.i mo'u vimcu le malpli notci</target>
6955 6992
6956 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 6993 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
6957 <trans-unit id="6282990098351939529" datatype="html"> 6994 <trans-unit id="6282990098351939529" datatype="html">
6958 <source>Deleted comment</source> 6995 <source>Deleted comment</source>
6959 <target state="new">Deleted comment</target> 6996 <target state="new">Deleted comment</target>
6960 6997
6961 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 6998 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
6962 <trans-unit id="9196775343330824083" datatype="html"> 6999 <trans-unit id="9196775343330824083" datatype="html">
6963 <source>Messages with reporter</source> 7000 <source>Messages with reporter</source>
6964 <target state="new">Messages with reporter</target> 7001 <target state="new">Messages with reporter</target>
6965 7002
6966 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 7003 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
6967 <trans-unit id="8770468575924421391" datatype="html"> 7004 <trans-unit id="8770468575924421391" datatype="html">
6968 <source>Messages with moderators</source> 7005 <source>Messages with moderators</source>
6969 <target state="new">Messages with moderators</target> 7006 <target state="new">Messages with moderators</target>
6970 7007
6971 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 7008 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
6972 <trans-unit id="8528549800795985099" datatype="html"> 7009 <trans-unit id="8528549800795985099" datatype="html">
6973 <source>Update internal note</source> 7010 <source>Update internal note</source>
6974 <target state="new">Update internal note</target> 7011 <target state="new">Update internal note</target>
6975 7012
6976 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 7013 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
6977 <trans-unit id="3962242315365992494" datatype="html"> 7014 <trans-unit id="3962242315365992494" datatype="html">
6978 <source>Switch video block to manual</source> 7015 <source>Switch video block to manual</source>
6979 <target state="new">Switch video block to manual</target> 7016 <target state="new">Switch video block to manual</target>
6980 7017
6981 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7018 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
6982 <trans-unit id="6906423861055262169" datatype="html"> 7019 <trans-unit id="6906423861055262169" datatype="html">
6983 <source>Video <x id="PH"/> switched to manual block.</source> 7020 <source>Video <x id="PH"/> switched to manual block.</source>
6984 <target state="new">Video 7021 <target state="new">Video
6985 <x id="PH"/> switched to manual block. 7022 <x id="PH"/> switched to manual block.
6986 </target> 7023 </target>
6987 7024
6988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 7025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
6989 <trans-unit id="7293356040886494773" datatype="html"> 7026 <trans-unit id="7293356040886494773" datatype="html">
6990 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7027 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
6991 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7028 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
6992 7029
6993 7030
6994 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 7031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
6995 <trans-unit id="4859202148272511129" datatype="html"> 7032 <trans-unit id="4859202148272511129" datatype="html">
6996 <source>Unblock</source> 7033 <source>Unblock</source>
6997 <target state="new">Unblock</target> 7034 <target state="new">Unblock</target>
6998 7035
6999 7036
7000 7037
7001 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7002 <trans-unit id="4922469417589203720" datatype="html"> 7039 <trans-unit id="4922469417589203720" datatype="html">
7003 <source>Video <x id="PH"/> unblocked.</source> 7040 <source>Video <x id="PH"/> unblocked.</source>
7004 <target state="new">Video 7041 <target state="new">Video
@@ -7006,7 +7043,7 @@ zbasu lo pilno</target>
7006 </target> 7043 </target>
7007 7044
7008 7045
7009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 7046 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7010 <trans-unit id="6286037250766429054" datatype="html"> 7047 <trans-unit id="6286037250766429054" datatype="html">
7011 <source>yes</source> 7048 <source>yes</source>
7012 <target state="new">yes</target> 7049 <target state="new">yes</target>
@@ -7232,7 +7269,7 @@ zbasu lo pilno</target>
7232 7269
7233 7270
7234 7271
7235 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit> 7272 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7236 <trans-unit id="5076187961693950167" datatype="html"> 7273 <trans-unit id="5076187961693950167" datatype="html">
7237 <source>Standard logs</source> 7274 <source>Standard logs</source>
7238 <target state="new">Standard logs</target> 7275 <target state="new">Standard logs</target>
@@ -7270,13 +7307,7 @@ zbasu lo pilno</target>
7270 <source>Update user password</source> 7307 <source>Update user password</source>
7271 <target state="new">Update user password</target> 7308 <target state="new">Update user password</target>
7272 7309
7273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit><trans-unit id="177544274549739411" datatype="html"> 7310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit>
7274 <source>Following list</source><target state="new">Following list</target>
7275
7276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group></trans-unit><trans-unit id="8092429110007204784" datatype="html">
7277 <source>Followers list</source><target state="new">Followers list</target>
7278
7279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group></trans-unit>
7280 <trans-unit id="780323526182667308" datatype="html"> 7311 <trans-unit id="780323526182667308" datatype="html">
7281 <source>User <x id="PH"/> updated.</source> 7312 <source>User <x id="PH"/> updated.</source>
7282 <target state="new">User 7313 <target state="new">User
@@ -7307,13 +7338,7 @@ zbasu lo pilno</target>
7307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="8564701209009684429" datatype="html"> 7338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="8564701209009684429" datatype="html">
7308 <source>Federation</source><target state="new">Federation</target> 7339 <source>Federation</source><target state="new">Federation</target>
7309 7340
7310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="4682675125751819107" datatype="html"> 7341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit>
7311 <source>Instances you follow</source><target state="new">Instances you follow</target>
7312
7313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8899833753704589712" datatype="html">
7314 <source>Instances following you</source><target state="new">Instances following you</target>
7315
7316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit>
7317 <trans-unit id="3767259920053407667" datatype="html"> 7342 <trans-unit id="3767259920053407667" datatype="html">
7318 <source>Videos will be deleted, comments will be tombstoned.</source> 7343 <source>Videos will be deleted, comments will be tombstoned.</source>
7319 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7344 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7341,7 +7366,25 @@ zbasu lo pilno</target>
7341 <target state="new">Set Email as Verified</target> 7366 <target state="new">Set Email as Verified</target>
7342 7367
7343 7368
7344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7370 <source>Created</source><target state="new">Created</target>
7371 <context-group purpose="location">
7372 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7373 <context context-type="linenumber">115</context>
7374 </context-group>
7375 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7376 <source>Daily quota</source><target state="new">Daily quota</target>
7377 <context-group purpose="location">
7378 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7379 <context context-type="linenumber">120</context>
7380 </context-group>
7381 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7382 <source>Last login</source><target state="new">Last login</target>
7383 <context-group purpose="location">
7384 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7385 <context context-type="linenumber">122</context>
7386 </context-group>
7387 </trans-unit>
7345 <trans-unit id="3403978719736970622" datatype="html"> 7388 <trans-unit id="3403978719736970622" datatype="html">
7346 <source>You cannot ban root.</source> 7389 <source>You cannot ban root.</source>
7347 <target state="new">You cannot ban root.</target> 7390 <target state="new">You cannot ban root.</target>
@@ -7646,12 +7689,12 @@ zbasu lo pilno</target>
7646 <x id="PH"/> .ly. noi vidvi te tivni 7689 <x id="PH"/> .ly. noi vidvi te tivni
7647 </target> 7690 </target>
7648 7691
7649 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 7692 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7650 <trans-unit id="8723777130353305761"> 7693 <trans-unit id="8723777130353305761">
7651 <source>This name already exists on this instance.</source> 7694 <source>This name already exists on this instance.</source>
7652 <target>.i le cmene xa'o zasti ci'e le mupli</target> 7695 <target>.i le cmene xa'o zasti ci'e le mupli</target>
7653 7696
7654 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 7697 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7655 <trans-unit id="7589345916094713536"> 7698 <trans-unit id="7589345916094713536">
7656 <source>Video channel <x id="PH"/> updated.</source> 7699 <source>Video channel <x id="PH"/> updated.</source>
7657 <target>.i mo'u galfi la'o ly. 7700 <target>.i mo'u galfi la'o ly.
@@ -7668,13 +7711,7 @@ zbasu lo pilno</target>
7668 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 7711 <source>Banner deleted.</source><target state="new">Banner deleted.</target>
7669 7712
7670 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 7713 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7671 <trans-unit id="2575302837003821736" datatype="html"> 7714
7672 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7673 <target state="new">Please type the display name of the video channel (
7674 <x id="PH"/>) to confirm
7675 </target>
7676
7677 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
7678 <trans-unit id="624066830180032195"> 7715 <trans-unit id="624066830180032195">
7679 <source>Video channel <x id="PH"/> deleted.</source> 7716 <source>Video channel <x id="PH"/> deleted.</source>
7680 <target>.i mo'u vimcu la'o ly. 7717 <target>.i mo'u vimcu la'o ly.
@@ -7817,7 +7854,13 @@ zbasu lo pilno</target>
7817 <source>Ownership change request sent.</source> 7854 <source>Ownership change request sent.</source>
7818 <target state="new">Ownership change request sent.</target> 7855 <target state="new">Ownership change request sent.</target>
7819 7856
7820 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 7857 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="7699622144571229146" datatype="html">
7858 <source>Sort by</source><target state="new">Sort by</target>
7859 <context-group purpose="location">
7860 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
7861 <context context-type="linenumber">26</context>
7862 </context-group>
7863 </trans-unit>
7821 <trans-unit id="3245220240937722814"> 7864 <trans-unit id="3245220240937722814">
7822 <source>My channels</source> 7865 <source>My channels</source>
7823 <target>lo mi te tivni</target> 7866 <target>lo mi te tivni</target>
@@ -7872,10 +7915,10 @@ zbasu lo pilno</target>
7872 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/preview-upload.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="6489275254908395777" datatype="html"> 7915 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/preview-upload.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="6489275254908395777" datatype="html">
7873 <source>Maximize editor</source><target state="new">Maximize editor</target> 7916 <source>Maximize editor</source><target state="new">Maximize editor</target>
7874 7917
7875 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="4243591013849340688" datatype="html"> 7918 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4243591013849340688" datatype="html">
7876 <source>Exit maximized editor</source><target state="new">Exit maximized editor</target> 7919 <source>Exit maximized editor</source><target state="new">Exit maximized editor</target>
7877 7920
7878 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 7921 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7879 <trans-unit id="6537885755702623401" datatype="html"> 7922 <trans-unit id="6537885755702623401" datatype="html">
7880 <source>Now please check your emails to verify your account and complete signup.</source> 7923 <source>Now please check your emails to verify your account and complete signup.</source>
7881 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7924 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -7912,7 +7955,7 @@ zbasu lo pilno</target>
7912 <target>jersi pe'a le pilno</target> 7955 <target>jersi pe'a le pilno</target>
7913 7956
7914 7957
7915 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 7958 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
7916 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7959 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7917 <context-group purpose="location"> 7960 <context-group purpose="location">
7918 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7961 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -7959,34 +8002,34 @@ zbasu lo pilno</target>
7959 <source>Go to my subscriptions</source> 8002 <source>Go to my subscriptions</source>
7960 <target>klama lo se jersi pe'a be mi</target> 8003 <target>klama lo se jersi pe'a be mi</target>
7961 8004
7962 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 8005 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
7963 <trans-unit id="1136469849928650779"> 8006 <trans-unit id="1136469849928650779">
7964 <source>Go to my videos</source> 8007 <source>Go to my videos</source>
7965 <target>klama lo mi vidvi</target> 8008 <target>klama lo mi vidvi</target>
7966 8009
7967 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit> 8010 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7968 <trans-unit id="7836683738999600376"> 8011 <trans-unit id="7836683738999600376">
7969 <source>Go to my imports</source> 8012 <source>Go to my imports</source>
7970 <target>klama lo se nerbei be mi</target> 8013 <target>klama lo se nerbei be mi</target>
7971 8014
7972 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 8015 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
7973 <trans-unit id="7511292153332773503"> 8016 <trans-unit id="7511292153332773503">
7974 <source>Go to my channels</source> 8017 <source>Go to my channels</source>
7975 <target>klama lo mi te tivni</target> 8018 <target>klama lo mi te tivni</target>
7976 8019
7977 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="2013324644839511073" datatype="html"> 8020 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="2013324644839511073" datatype="html">
7978 <source>Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8021 <source>Cannot retrieve OAuth Client credentials: <x id="PH"/>.
7979Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8022Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
7980Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8023Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
7981 8024
7982 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group></trans-unit> 8025 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
7983 8026
7984 8027
7985 <trans-unit id="375263728166936544" datatype="html"> 8028 <trans-unit id="375263728166936544" datatype="html">
7986 <source>You need to reconnect.</source> 8029 <source>You need to reconnect.</source>
7987 <target state="new">You need to reconnect.</target> 8030 <target state="new">You need to reconnect.</target>
7988 8031
7989 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group></trans-unit> 8032 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
7990 <trans-unit id="2206638022166154361" datatype="html"> 8033 <trans-unit id="2206638022166154361" datatype="html">
7991 <source>Keyboard Shortcuts:</source> 8034 <source>Keyboard Shortcuts:</source>
7992 <target state="new">Keyboard Shortcuts:</target> 8035 <target state="new">Keyboard Shortcuts:</target>
@@ -7997,6 +8040,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7997 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8040 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7998 <context context-type="linenumber">98</context> 8041 <context context-type="linenumber">98</context>
7999 </context-group> 8042 </context-group>
8043 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8044 <source>In my library</source><target state="new">In my library</target>
8045 <context-group purpose="location">
8046 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8047 <context context-type="linenumber">104</context>
8048 </context-group>
8000 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 8049 </trans-unit><trans-unit id="232050922346936574" datatype="html">
8001 <source>Trending</source><target state="new">Trending</target> 8050 <source>Trending</source><target state="new">Trending</target>
8002 8051
@@ -8020,38 +8069,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8020 <source>Incorrect username or password.</source> 8069 <source>Incorrect username or password.</source>
8021 <target state="new">Incorrect username or password.</target> 8070 <target state="new">Incorrect username or password.</target>
8022 8071
8023 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 8072 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8024 <trans-unit id="6974874606619467663" datatype="html"> 8073 <trans-unit id="6974874606619467663" datatype="html">
8025 <source>Your account is blocked.</source> 8074 <source>Your account is blocked.</source>
8026 <target state="new">Your account is blocked.</target> 8075 <target state="new">Your account is blocked.</target>
8027 8076
8028 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 8077 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8029 8078
8030 <trans-unit id="7939914198003891823" datatype="html"> 8079 <trans-unit id="7939914198003891823" datatype="html">
8031 <source>any language</source> 8080 <source>any language</source>
8032 <target state="new">any language</target> 8081 <target state="new">any language</target>
8033 8082
8034 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8083 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8035 <trans-unit id="5633144232269377096" datatype="html"> 8084 <trans-unit id="5633144232269377096" datatype="html">
8036 <source>hide</source> 8085 <source>hide</source>
8037 <target state="new">hide</target> 8086 <target state="new">hide</target>
8038 8087
8039 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8088 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8040 <trans-unit id="8603861867909474404" datatype="html"> 8089 <trans-unit id="8603861867909474404" datatype="html">
8041 <source>blur</source> 8090 <source>blur</source>
8042 <target state="new">blur</target> 8091 <target state="new">blur</target>
8043 8092
8044 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8093 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8045 <trans-unit id="4534458451100881847" datatype="html"> 8094 <trans-unit id="4534458451100881847" datatype="html">
8046 <source>display</source> 8095 <source>display</source>
8047 <target state="new">display</target> 8096 <target state="new">display</target>
8048 8097
8049 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8098 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8050 <trans-unit id="4467323362722952678" datatype="html"> 8099 <trans-unit id="4467323362722952678" datatype="html">
8051 <source>Unknown</source> 8100 <source>Unknown</source>
8052 <target state="new">Unknown</target> 8101 <target state="new">Unknown</target>
8053 8102
8054 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8103 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8055 <trans-unit id="8781423666414310853"> 8104 <trans-unit id="8781423666414310853">
8056 <source>Your password has been successfully reset!</source> 8105 <source>Your password has been successfully reset!</source>
8057 <target>.i snada lo nu mo'u galfi le do japyvla</target> 8106 <target>.i snada lo nu mo'u galfi le do japyvla</target>
@@ -8146,12 +8195,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8146 <source>Search index is unavailable. Retrying with instance results instead.</source> 8195 <source>Search index is unavailable. Retrying with instance results instead.</source>
8147 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8196 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8148 8197
8149 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8198 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8150 <trans-unit id="307702206382241469" datatype="html"> 8199 <trans-unit id="307702206382241469" datatype="html">
8151 <source>Search error</source> 8200 <source>Search error</source>
8152 <target state="new">Search error</target> 8201 <target state="new">Search error</target>
8153 8202
8154 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="4580988005648117665" datatype="html"> 8203 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8204 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8205 <context-group purpose="location">
8206 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8207 <context context-type="linenumber">329</context>
8208 </context-group>
8209 </trans-unit><trans-unit id="4580988005648117665" datatype="html">
8155 <source>Search</source><target state="new">Search</target> 8210 <source>Search</source><target state="new">Search</target>
8156 8211
8157 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7804724824750282316" datatype="html"> 8212 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7804724824750282316" datatype="html">
@@ -9341,19 +9396,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9341 </target> 9396 </target>
9342 9397
9343 9398
9344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9345 <trans-unit id="1595779426198793580" datatype="html"> 9400 <trans-unit id="1595779426198793580" datatype="html">
9346 <source>Mute server</source> 9401 <source>Mute server</source>
9347 <target state="new">Mute server</target> 9402 <target state="new">Mute server</target>
9348 9403
9349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9404 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9350 <trans-unit id="8014491157078444256" datatype="html"> 9405 <trans-unit id="8014491157078444256" datatype="html">
9351 <source>Server <x id="PH"/> muted by the instance.</source> 9406 <source>Server <x id="PH"/> muted by the instance.</source>
9352 <target state="new">Server 9407 <target state="new">Server
9353 <x id="PH"/> muted by the instance. 9408 <x id="PH"/> muted by the instance.
9354 </target> 9409 </target>
9355 9410
9356 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9357 <trans-unit id="2044813052587776285" datatype="html"> 9412 <trans-unit id="2044813052587776285" datatype="html">
9358 <source>Add a message to communicate with the reporter</source> 9413 <source>Add a message to communicate with the reporter</source>
9359 <target state="new">Add a message to communicate with the reporter</target> 9414 <target state="new">Add a message to communicate with the reporter</target>
@@ -9594,17 +9649,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9594 <x id="PH"/> minutes. 9649 <x id="PH"/> minutes.
9595 </target> 9650 </target>
9596 9651
9597 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 9652 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9598 <trans-unit id="4965472196059235310" datatype="html"> 9653 <trans-unit id="4965472196059235310" datatype="html">
9599 <source>Too many attempts, please try again later.</source> 9654 <source>Too many attempts, please try again later.</source>
9600 <target state="new">Too many attempts, please try again later.</target> 9655 <target state="new">Too many attempts, please try again later.</target>
9601 9656
9602 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group></trans-unit> 9657 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9603 <trans-unit id="1693549688987384699" datatype="html"> 9658 <trans-unit id="1693549688987384699" datatype="html">
9604 <source>Server error. Please retry later.</source> 9659 <source>Server error. Please retry later.</source>
9605 <target state="new">Server error. Please retry later.</target> 9660 <target state="new">Server error. Please retry later.</target>
9606 9661
9607 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 9662 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9608 <trans-unit id="5927402622550505067" datatype="html"> 9663 <trans-unit id="5927402622550505067" datatype="html">
9609 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9664 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9610 <target state="new">Subscribed to all current channels of 9665 <target state="new">Subscribed to all current channels of
@@ -9722,27 +9777,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9722 <source>Delete video</source> 9777 <source>Delete video</source>
9723 <target state="new">Delete video</target> 9778 <target state="new">Delete video</target>
9724 9779
9725 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 9780 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9726 <trans-unit id="2210418817778733727" datatype="html"> 9781 <trans-unit id="2210418817778733727" datatype="html">
9727 <source>Actions for the comment</source> 9782 <source>Actions for the comment</source>
9728 <target state="new">Actions for the comment</target> 9783 <target state="new">Actions for the comment</target>
9729 9784
9730 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 9785 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9731 <trans-unit id="7978668497183230348" datatype="html"> 9786 <trans-unit id="7978668497183230348" datatype="html">
9732 <source>Delete comment</source> 9787 <source>Delete comment</source>
9733 <target state="new">Delete comment</target> 9788 <target state="new">Delete comment</target>
9734 9789
9735 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 9790 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9736 <trans-unit id="6747218355168080191" datatype="html"> 9791 <trans-unit id="6747218355168080191" datatype="html">
9737 <source>Do you really want to delete this comment?</source> 9792 <source>Do you really want to delete this comment?</source>
9738 <target state="new">Do you really want to delete this comment?</target> 9793 <target state="new">Do you really want to delete this comment?</target>
9739 9794
9740 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 9795 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9741 <trans-unit id="7837272126865175984" datatype="html"> 9796 <trans-unit id="7837272126865175984" datatype="html">
9742 <source>Comment deleted.</source> 9797 <source>Comment deleted.</source>
9743 <target state="new">Comment deleted.</target> 9798 <target state="new">Comment deleted.</target>
9744 9799
9745 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 9800 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9746 <trans-unit id="346270517625845962" datatype="html"> 9801 <trans-unit id="346270517625845962" datatype="html">
9747 <source>Encoder</source> 9802 <source>Encoder</source>
9748 <target state="new">Encoder</target> 9803 <target state="new">Encoder</target>
@@ -9783,30 +9838,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9783 <source>Video reported.</source> 9838 <source>Video reported.</source>
9784 <target state="new">Video reported.</target> 9839 <target state="new">Video reported.</target>
9785 9840
9786 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 9841 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9787 <trans-unit id="3622946684246476652" datatype="html"> 9842 <trans-unit id="3622946684246476652" datatype="html">
9788 <source>Do you really want to delete this video?</source> 9843 <source>Do you really want to delete this video?</source>
9789 <target state="new">Do you really want to delete this video?</target> 9844 <target state="new">Do you really want to delete this video?</target>
9790 9845
9791 9846
9792 9847
9793 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 9848 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9794 <trans-unit id="3941342949736653028" datatype="html"> 9849 <trans-unit id="3941342949736653028" datatype="html">
9795 <source>Video deleted.</source> 9850 <source>Video deleted.</source>
9796 <target state="new">Video deleted.</target> 9851 <target state="new">Video deleted.</target>
9797 9852
9798 9853
9799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9854 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9800 <trans-unit id="5072091387445907742" datatype="html"> 9855 <trans-unit id="5072091387445907742" datatype="html">
9801 <source>Actions for the reporter</source> 9856 <source>Actions for the reporter</source>
9802 <target state="new">Actions for the reporter</target> 9857 <target state="new">Actions for the reporter</target>
9803 9858
9804 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 9859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9805 <trans-unit id="6599069899275412095" datatype="html"> 9860 <trans-unit id="6599069899275412095" datatype="html">
9806 <source>Mute reporter</source> 9861 <source>Mute reporter</source>
9807 <target state="new">Mute reporter</target> 9862 <target state="new">Mute reporter</target>
9808 9863
9809 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 9864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9810 <trans-unit id="2990849907502572301" datatype="html"> 9865 <trans-unit id="2990849907502572301" datatype="html">
9811 <source>This video will be duplicated by your instance.</source> 9866 <source>This video will be duplicated by your instance.</source>
9812 <target state="new">This video will be duplicated by your instance.</target> 9867 <target state="new">This video will be duplicated by your instance.</target>
@@ -9863,7 +9918,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9863 <target state="new">Mute account</target> 9918 <target state="new">Mute account</target>
9864 9919
9865 9920
9866 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit><trans-unit id="4021487547497211597" datatype="html"> 9921 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit><trans-unit id="4021487547497211597" datatype="html">
9867 <source>Open video actions</source><target state="new">Open video actions</target> 9922 <source>Open video actions</source><target state="new">Open video actions</target>
9868 <context-group purpose="location"> 9923 <context-group purpose="location">
9869 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context> 9924 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context>
@@ -9878,7 +9933,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9878 <source>Mute server account</source> 9933 <source>Mute server account</source>
9879 <target state="new">Mute server account</target> 9934 <target state="new">Mute server account</target>
9880 9935
9881 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 9936 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
9882 <trans-unit id="7008439939460403347" datatype="html"> 9937 <trans-unit id="7008439939460403347" datatype="html">
9883 <source>Report</source> 9938 <source>Report</source>
9884 <target state="new">Report</target> 9939 <target state="new">Report</target>
@@ -9976,28 +10031,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9976 <source>Only I can see this video</source> 10031 <source>Only I can see this video</source>
9977 <target state="new">Only I can see this video</target> 10032 <target state="new">Only I can see this video</target>
9978 10033
9979 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 10034 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
9980 <trans-unit id="6767380569816110388" datatype="html"> 10035 <trans-unit id="6767380569816110388" datatype="html">
9981 <source>Only shareable via a private link</source> 10036 <source>Only shareable via a private link</source>
9982 <target state="new">Only shareable via a private link</target> 10037 <target state="new">Only shareable via a private link</target>
9983 10038
9984 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 10039 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
9985 <trans-unit id="6828965264297239528" datatype="html"> 10040 <trans-unit id="6828965264297239528" datatype="html">
9986 <source>Anyone can see this video</source> 10041 <source>Anyone can see this video</source>
9987 <target state="new">Anyone can see this video</target> 10042 <target state="new">Anyone can see this video</target>
9988 10043
9989 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10044 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
9990 <trans-unit id="1425933035739773115" datatype="html"> 10045 <trans-unit id="1425933035739773115" datatype="html">
9991 <source>Only users of this instance can see this video</source> 10046 <source>Only users of this instance can see this video</source>
9992 <target state="new">Only users of this instance can see this video</target> 10047 <target state="new">Only users of this instance can see this video</target>
9993 10048
9994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="8312101634344200207" datatype="html"> 10049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit><trans-unit id="8312101634344200207" datatype="html">
9995 <source><x id="PH" equiv-text="this.views"/> viewers</source><target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10050 <source><x id="PH" equiv-text="this.views"/> viewers</source><target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
9996 10051
9997 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="7756087706411154095" datatype="html"> 10052 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="7756087706411154095" datatype="html">
9998 <source><x id="PH" equiv-text="this.views"/> views</source><target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10053 <source><x id="PH" equiv-text="this.views"/> views</source><target state="new"><x id="PH" equiv-text="this.views"/> views</target>
9999 10054
10000 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit><trans-unit id="ngb.alert.close" datatype="html"> 10055 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit><trans-unit id="ngb.alert.close" datatype="html">
10001 <source>Close</source><target state="new">Close</target> 10056 <source>Close</source><target state="new">Close</target>
10002 10057
10003 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="ngb.carousel.slide-number" datatype="html"> 10058 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="ngb.carousel.slide-number" datatype="html">
@@ -10107,20 +10162,20 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10107 <source>Your video was uploaded to your account and is private.</source> 10162 <source>Your video was uploaded to your account and is private.</source>
10108 <target state="new">Your video was uploaded to your account and is private.</target> 10163 <target state="new">Your video was uploaded to your account and is private.</target>
10109 10164
10110 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10165 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10111 <trans-unit id="5699822024600815733" datatype="html"> 10166 <trans-unit id="5699822024600815733" datatype="html">
10112 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10167 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10113 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target> 10168 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target>
10114 10169
10115 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10170 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10116 <trans-unit id="1219739004043110649" datatype="html"> 10171 <trans-unit id="1219739004043110649" datatype="html">
10117 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10172 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10118 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target> 10173 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target>
10119 10174
10120 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="6932865105766151309" datatype="html"> 10175 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit><trans-unit id="6932865105766151309" datatype="html">
10121 <source>Upload</source><target state="new">Upload</target> 10176 <source>Upload</source><target state="new">Upload</target>
10122 10177
10123 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10178 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10124 <trans-unit id="8278735427925094503" datatype="html"> 10179 <trans-unit id="8278735427925094503" datatype="html">
10125 <source>Upload 10180 <source>Upload
10126 <x id="PH"/> 10181 <x id="PH"/>
@@ -10129,13 +10184,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10129 <x id="PH"/> 10184 <x id="PH"/>
10130 </target> 10185 </target>
10131 10186
10132 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10187 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10133 10188
10134 <trans-unit id="5981816353437801748"> 10189 <trans-unit id="5981816353437801748">
10135 <source>Video published.</source> 10190 <source>Video published.</source>
10136 <target>.i lo se vidvi mo'u co'a gubni</target> 10191 <target>.i lo se vidvi mo'u co'a gubni</target>
10137 10192
10138 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10193 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10139 10194
10140 10195
10141 <trans-unit id="764164089183618119" datatype="html"> 10196 <trans-unit id="764164089183618119" datatype="html">
@@ -10199,26 +10254,26 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10199 <trans-unit id="961774488937452220" datatype="html"> 10254 <trans-unit id="961774488937452220" datatype="html">
10200 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source><target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10255 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source><target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10201 10256
10202 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit><trans-unit id="5761611056224181752" datatype="html"> 10257 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit><trans-unit id="5761611056224181752" datatype="html">
10203 <source>Redirection</source><target state="new">Redirection</target> 10258 <source>Redirection</source><target state="new">Redirection</target>
10204 10259
10205 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10260 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10206 10261
10207 <trans-unit id="8858527736400081688" datatype="html"> 10262 <trans-unit id="8858527736400081688" datatype="html">
10208 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10263 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10209 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target> 10264 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target>
10210 10265
10211 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10266 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10212 <trans-unit id="3937119019020041049" datatype="html"> 10267 <trans-unit id="3937119019020041049" datatype="html">
10213 <source>Mature or explicit content</source> 10268 <source>Mature or explicit content</source>
10214 <target state="new">Mature or explicit content</target> 10269 <target state="new">Mature or explicit content</target>
10215 10270
10216 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10271 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10217 <trans-unit id="1755474755114288376" datatype="html"> 10272 <trans-unit id="1755474755114288376" datatype="html">
10218 <source>Up Next</source> 10273 <source>Up Next</source>
10219 <target state="new">Up Next</target> 10274 <target state="new">Up Next</target>
10220 10275
10221 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit><trans-unit id="2159130950882492111" datatype="html"> 10276 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit><trans-unit id="2159130950882492111" datatype="html">
10222 <source>Cancel</source><target state="new">Cancel</target> 10277 <source>Cancel</source><target state="new">Cancel</target>
10223 10278
10224 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">646</context></context-group></trans-unit> 10279 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">646</context></context-group></trans-unit>
@@ -10226,62 +10281,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10226 <source>Autoplay is suspended</source> 10281 <source>Autoplay is suspended</source>
10227 <target state="new">Autoplay is suspended</target> 10282 <target state="new">Autoplay is suspended</target>
10228 10283
10229 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10284 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10230 <trans-unit id="7895294730547405228" datatype="html"> 10285 <trans-unit id="7895294730547405228" datatype="html">
10231 <source>Enter/exit fullscreen (requires player focus)</source> 10286 <source>Enter/exit fullscreen (requires player focus)</source>
10232 <target state="new">Enter/exit fullscreen (requires player focus)</target> 10287 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10233 10288
10234 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10289 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10235 <trans-unit id="7618388257165864759" datatype="html"> 10290 <trans-unit id="7618388257165864759" datatype="html">
10236 <source>Play/Pause the video (requires player focus)</source> 10291 <source>Play/Pause the video (requires player focus)</source>
10237 <target state="new">Play/Pause the video (requires player focus)</target> 10292 <target state="new">Play/Pause the video (requires player focus)</target>
10238 10293
10239 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10294 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10240 <trans-unit id="7761890399634216630" datatype="html"> 10295 <trans-unit id="7761890399634216630" datatype="html">
10241 <source>Mute/unmute the video (requires player focus)</source> 10296 <source>Mute/unmute the video (requires player focus)</source>
10242 <target state="new">Mute/unmute the video (requires player focus)</target> 10297 <target state="new">Mute/unmute the video (requires player focus)</target>
10243 10298
10244 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10299 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10245 <trans-unit id="5996585232248234904" datatype="html"> 10300 <trans-unit id="5996585232248234904" datatype="html">
10246 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10301 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10247 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10302 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10248 10303
10249 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10304 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10250 <trans-unit id="3748765405903319998" datatype="html"> 10305 <trans-unit id="3748765405903319998" datatype="html">
10251 <source>Increase the volume (requires player focus)</source> 10306 <source>Increase the volume (requires player focus)</source>
10252 <target state="new">Increase the volume (requires player focus)</target> 10307 <target state="new">Increase the volume (requires player focus)</target>
10253 10308
10254 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10309 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10255 <trans-unit id="5810704036407159982" datatype="html"> 10310 <trans-unit id="5810704036407159982" datatype="html">
10256 <source>Decrease the volume (requires player focus)</source> 10311 <source>Decrease the volume (requires player focus)</source>
10257 <target state="new">Decrease the volume (requires player focus)</target> 10312 <target state="new">Decrease the volume (requires player focus)</target>
10258 10313
10259 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10314 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10260 <trans-unit id="2622048822548065691" datatype="html"> 10315 <trans-unit id="2622048822548065691" datatype="html">
10261 <source>Seek the video forward (requires player focus)</source> 10316 <source>Seek the video forward (requires player focus)</source>
10262 <target state="new">Seek the video forward (requires player focus)</target> 10317 <target state="new">Seek the video forward (requires player focus)</target>
10263 10318
10264 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10319 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10265 <trans-unit id="6540078205109221153" datatype="html"> 10320 <trans-unit id="6540078205109221153" datatype="html">
10266 <source>Seek the video backward (requires player focus)</source> 10321 <source>Seek the video backward (requires player focus)</source>
10267 <target state="new">Seek the video backward (requires player focus)</target> 10322 <target state="new">Seek the video backward (requires player focus)</target>
10268 10323
10269 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10324 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10270 <trans-unit id="1956491957766210808" datatype="html"> 10325 <trans-unit id="1956491957766210808" datatype="html">
10271 <source>Increase playback rate (requires player focus)</source> 10326 <source>Increase playback rate (requires player focus)</source>
10272 <target state="new">Increase playback rate (requires player focus)</target> 10327 <target state="new">Increase playback rate (requires player focus)</target>
10273 10328
10274 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10329 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10275 <trans-unit id="5495529997674803186" datatype="html"> 10330 <trans-unit id="5495529997674803186" datatype="html">
10276 <source>Decrease playback rate (requires player focus)</source> 10331 <source>Decrease playback rate (requires player focus)</source>
10277 <target state="new">Decrease playback rate (requires player focus)</target> 10332 <target state="new">Decrease playback rate (requires player focus)</target>
10278 10333
10279 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10334 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10280 <trans-unit id="3178343147230721210" datatype="html"> 10335 <trans-unit id="3178343147230721210" datatype="html">
10281 <source>Navigate in the video frame by frame (requires player focus)</source> 10336 <source>Navigate in the video frame by frame (requires player focus)</source>
10282 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 10337 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10283 10338
10284 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10339 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10285 <trans-unit id="8025996572234182184"> 10340 <trans-unit id="8025996572234182184">
10286 <source>Like the video</source> 10341 <source>Like the video</source>
10287 <target>nu zanru lo se vidvi</target> 10342 <target>nu zanru lo se vidvi</target>
diff --git a/client/src/locale/angular.kab.xlf b/client/src/locale/angular.kab.xlf
index bec074ca7..8fd937cc2 100644
--- a/client/src/locale/angular.kab.xlf
+++ b/client/src/locale/angular.kab.xlf
@@ -5,13 +5,13 @@
5 <trans-unit id="219462505467671767" datatype="html"> 5 <trans-unit id="219462505467671767" datatype="html">
6 <source>Close the left menu</source> 6 <source>Close the left menu</source>
7 <target state="translated">Mdel umuɣ azelmaḍ</target> 7 <target state="translated">Mdel umuɣ azelmaḍ</target>
8 8 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">118</context></context-group>
9 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit> 9 </trans-unit>
10 <trans-unit id="3455550526898419928" datatype="html"> 10 <trans-unit id="3455550526898419928" datatype="html">
11 <source>Open the left menu</source> 11 <source>Open the left menu</source>
12 <target state="translated">Ldi umuɣ ayeffus</target> 12 <target state="translated">Ldi umuɣ ayeffus</target>
13 13 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">120</context></context-group>
14 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit> 14 </trans-unit>
15 <trans-unit id="9075761896562520962" datatype="html"> 15 <trans-unit id="9075761896562520962" datatype="html">
16 <source>You don't have notifications.</source> 16 <source>You don't have notifications.</source>
17 <target>Ur ɣur-k·m ara ilɣa.</target> 17 <target>Ur ɣur-k·m ara ilɣa.</target>
@@ -162,13 +162,24 @@
162 <target state="translated"> 162 <target state="translated">
163 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 163 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
164 </target> 164 </target>
165 165 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group>
166 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 166 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group>
167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group>
168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group>
169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group>
170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group>
171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group>
172 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group>
173 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group>
174 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group>
175 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group>
176 </trans-unit>
167 <trans-unit id="1486537403020619891" datatype="html"> 177 <trans-unit id="1486537403020619891" datatype="html">
168 <source>My watch history</source> 178 <source>My watch history</source>
169 <target state="translated">Azray-inu n tmeẓriwt</target> 179 <target state="translated">Azray-inu n tmeẓriwt</target>
170 180 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group>
171 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 181 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group>
182 </trans-unit>
172 <trans-unit id="5924559757556526785" datatype="html"> 183 <trans-unit id="5924559757556526785" datatype="html">
173 <source>Save to</source> 184 <source>Save to</source>
174 <target>Sekles ɣer</target> 185 <target>Sekles ɣer</target>
@@ -177,8 +188,8 @@
177 <trans-unit id="8432562579042371182" datatype="html"> 188 <trans-unit id="8432562579042371182" datatype="html">
178 <source>Options</source> 189 <source>Options</source>
179 <target>Iɣewwaṛen</target> 190 <target>Iɣewwaṛen</target>
180 191 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">40</context></context-group>
181 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit> 192 </trans-unit>
182 <trans-unit id="1394835141143590910" datatype="html"> 193 <trans-unit id="1394835141143590910" datatype="html">
183 <source>Start at</source> 194 <source>Start at</source>
184 <target>Bdu deg</target> 195 <target>Bdu deg</target>
@@ -231,35 +242,39 @@
231 <trans-unit id="5674286808255988565" datatype="html"> 242 <trans-unit id="5674286808255988565" datatype="html">
232 <source>Create</source> 243 <source>Create</source>
233 <target>Snulfu-d</target> 244 <target>Snulfu-d</target>
234 245 <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>
235 246 <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>
236 247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group>
237 248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
238 249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
239 250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group>
240 251 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group>
241 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 252 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group>
253 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group>
254 </trans-unit>
242 <trans-unit id="3099741642167775297" datatype="html"> 255 <trans-unit id="3099741642167775297" datatype="html">
243 <source>Download</source> 256 <source>Download</source>
244 <target>Sider</target> 257 <target>Sider</target>
245 258 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">272</context></context-group>
246 259 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">4</context></context-group>
247 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">272</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit> 260 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">156</context></context-group>
261 </trans-unit>
248 <trans-unit id="5235042777215655908" datatype="html"> 262 <trans-unit id="5235042777215655908" datatype="html">
249 <source>subtitles</source> 263 <source>subtitles</source>
250 <target>iduzwilen</target> 264 <target>iduzwilen</target>
251 265 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">56</context></context-group>
252 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 266 </trans-unit>
253 <trans-unit id="1006562256968398209" datatype="html"> 267 <trans-unit id="1006562256968398209" datatype="html">
254 <source>video</source> 268 <source>video</source>
255 <target>tavidyut</target> 269 <target>tavidyut</target>
256 270
257 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 271
272 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
258 <trans-unit id="6438815964972582865" datatype="html"> 273 <trans-unit id="6438815964972582865" datatype="html">
259 <source>The following link contains a private token and should not be shared with anyone.</source> 274 <source>The following link contains a private token and should not be shared with anyone.</source>
260 <target state="translated">Aseɣwen-a deg-s ajuṭun sli, ur ilaq ara ad yettwabḍu ula d yiwen.</target> 275 <target state="translated">Aseɣwen-a deg-s ajuṭun sli, ur ilaq ara ad yettwabḍu ula d yiwen.</target>
261 276 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group>
262 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 277 </trans-unit>
263 <trans-unit id="187187500641108332" datatype="html"> 278 <trans-unit id="187187500641108332" datatype="html">
264 <source><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></source> 279 <source><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></source>
265 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></target> 280 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></target>
@@ -271,8 +286,8 @@
271 <trans-unit id="7513076467032912668" datatype="html"> 286 <trans-unit id="7513076467032912668" datatype="html">
272 <source>Format</source> 287 <source>Format</source>
273 <target>Amasal</target> 288 <target>Amasal</target>
274 289 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">74</context></context-group>
275 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 290 </trans-unit>
276 <trans-unit id="187187500641108332" datatype="html"> 291 <trans-unit id="187187500641108332" datatype="html">
277 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/> </source> 292 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/> </source>
278 <target state="translated"> 293 <target state="translated">
@@ -285,45 +300,49 @@
285 <trans-unit id="7385834259346199883" datatype="html"> 300 <trans-unit id="7385834259346199883" datatype="html">
286 <source>Video stream</source> 301 <source>Video stream</source>
287 <target state="translated">Asuddem n tvidyut</target> 302 <target state="translated">Asuddem n tvidyut</target>
288 303 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">85</context></context-group>
289 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 304 </trans-unit>
290 <trans-unit id="5496771215105419189" datatype="html"> 305 <trans-unit id="5496771215105419189" datatype="html">
291 <source>Audio stream</source> 306 <source>Audio stream</source>
292 <target state="translated">Asuddem awurman</target> 307 <target state="translated">Asuddem awurman</target>
293 308 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">97</context></context-group>
294 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">97</context></context-group></trans-unit> 309 </trans-unit>
295 <trans-unit id="6316149158173629264" datatype="html"> 310 <trans-unit id="6316149158173629264" datatype="html">
296 <source>Direct download</source> 311 <source>Direct download</source>
297 <target state="translated">Asader usrid</target> 312 <target state="translated">Asader usrid</target>
298 313 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">116</context></context-group>
299 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">116</context></context-group></trans-unit> 314 </trans-unit>
300 <trans-unit id="5910455707959454672" datatype="html"> 315 <trans-unit id="5910455707959454672" datatype="html">
301 <source>Torrent (.torrent file)</source> 316 <source>Torrent (.torrent file)</source>
302 <target>Torrent (afaylu .torrent)</target> 317 <target>Torrent (afaylu .torrent)</target>
303 318 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">121</context></context-group>
304 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 319 </trans-unit>
305 <trans-unit id="5830517253429165613" datatype="html"> 320 <trans-unit id="5830517253429165613" datatype="html">
306 <source>Advanced</source> 321 <source>Advanced</source>
307 <target state="translated">Leqqayen</target> 322 <target state="translated">Leqqayen</target>
308 323 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">135</context></context-group>
309 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">135</context></context-group></trans-unit> 324 </trans-unit>
310 <trans-unit id="4493457595110310369" datatype="html"> 325 <trans-unit id="4493457595110310369" datatype="html">
311 <source>Simple</source> 326 <source>Simple</source>
312 <target state="translated">Afessas</target> 327 <target state="translated">Afessas</target>
313 328 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">143</context></context-group>
314 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">143</context></context-group></trans-unit> 329 </trans-unit>
315 <trans-unit id="1006562256968398209" datatype="html"> 330 <trans-unit id="1006562256968398209" datatype="html">
316 <source>video</source> 331 <source>video</source>
317 <target state="translated">tavidyut</target> 332 <target state="translated">tavidyut</target>
333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group>
334 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group>
335 </trans-unit>
336 <trans-unit id="6995024616159044376" datatype="html">
337 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
338 <target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
318 339
340 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
341 <trans-unit id="7873395933409147217" datatype="html">
342 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
343 <target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
319 344
320 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 345 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
321 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
322
323 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
324 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
325
326 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit>
327 <trans-unit id="5235042777215655908" datatype="html"> 346 <trans-unit id="5235042777215655908" datatype="html">
328 <source>subtitles</source> 347 <source>subtitles</source>
329 <target state="translated">iduzwilen</target> 348 <target state="translated">iduzwilen</target>
@@ -332,24 +351,26 @@
332 <trans-unit id="2159130950882492111" datatype="html"> 351 <trans-unit id="2159130950882492111" datatype="html">
333 <source>Cancel</source> 352 <source>Cancel</source>
334 <target>Sefsex</target> 353 <target>Sefsex</target>
335 354 <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>
336 355 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group>
337 356 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group>
338 357 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group>
339 358 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
340 359 <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>
341 360 <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">69</context></context-group>
342 361 <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">81</context></context-group>
343 362 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group>
344 363 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">415</context></context-group>
345 364 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
346 365 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group>
347 366 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group>
348 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group>
349 368 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group>
350 369 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group>
351 370 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group>
352 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 371 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group>
372 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group>
373 </trans-unit>
353 <trans-unit id="6325096236207614377" datatype="html"> 374 <trans-unit id="6325096236207614377" datatype="html">
354 <source>Reason...</source> 375 <source>Reason...</source>
355 <target state="translated">Taɣẓint...</target> 376 <target state="translated">Taɣẓint...</target>
@@ -364,8 +385,10 @@
364 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">58</context></context-group> 385 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">58</context></context-group>
365 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">96</context></context-group> 386 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">96</context></context-group>
366 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">42</context></context-group> 387 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">42</context></context-group>
367 </trans-unit><trans-unit id="8343217707114977013" datatype="html"> 388 </trans-unit>
368 <source>The contact form is not enabled on this instance.</source><target state="new">The contact form is not enabled on this instance.</target> 389 <trans-unit id="8343217707114977013" datatype="html">
390 <source>The contact form is not enabled on this instance.</source>
391 <target state="new">The contact form is not enabled on this instance.</target>
369 <context-group purpose="location"> 392 <context-group purpose="location">
370 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context> 393 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
371 <context context-type="linenumber">56</context> 394 <context context-type="linenumber">56</context>
@@ -401,26 +424,31 @@
401 <trans-unit id="7539427273132299890" datatype="html"> 424 <trans-unit id="7539427273132299890" datatype="html">
402 <source>Unlisted</source> 425 <source>Unlisted</source>
403 <target>Ur d-yettwabder ara</target> 426 <target>Ur d-yettwabder ara</target>
404 427 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">9</context></context-group>
405 428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">6</context></context-group>
406 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 429 </trans-unit>
407 <trans-unit id="3686284950598311784" datatype="html"> 430 <trans-unit id="3686284950598311784" datatype="html">
408 <source>Private</source> 431 <source>Private</source>
409 <target>Privé</target> 432 <target>Privé</target>
410 433 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">10</context></context-group>
411 434 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">7</context></context-group>
412 435 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group>
413 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">7</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 436 </trans-unit>
414 <trans-unit id="7688104409544625220" datatype="html"> 437 <trans-unit id="7688104409544625220" datatype="html">
415 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION"/> views}}</source> 438 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION"/> views}}</source>
416 <target state="translated">{VAR_PLURAL, plural, =1 {1 n tmeẓriwt} other {<x id="INTERPOLATION"/> tmeẓriwin}}</target> 439 <target state="translated">{VAR_PLURAL, plural, =1 {1 n tmeẓriwt} other {<x id="INTERPOLATION"/> tmeẓriwin}}</target>
417 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context><context context-type="linenumber">3</context></context-group> 440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context><context context-type="linenumber">3</context></context-group>
418 </trans-unit> 441 </trans-unit>
419 <trans-unit id="8856905278208146821" datatype="html"> 442 <trans-unit id="8856905278208146821" datatype="html">
420 <source> <x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </source> 443 <source><x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </source>
421 <target state="translated"><x id="ICU" equiv-text="{video.views, plural, =1 {1 view} other {{{ video.views | myNumberFormatter }} views}}"/> </target> 444 <target state="translated"><x id="ICU" equiv-text="{video.views, plural, =1 {1 view} other {{{ video.views | myNumberFormatter }} views}}"/> </target>
422 445 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">26</context></context-group>
423 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 446 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">41</context></context-group>
447 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">76</context></context-group>
448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">16</context></context-group>
449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context><context context-type="linenumber">3</context></context-group>
450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context><context context-type="linenumber">7</context></context-group>
451 </trans-unit>
424 <trans-unit id="8562063050145802350" datatype="html"> 452 <trans-unit id="8562063050145802350" datatype="html">
425 <source>{VAR_PLURAL, plural, =1 {1 viewer} other {<x id="INTERPOLATION"/> viewers}}</source> 453 <source>{VAR_PLURAL, plural, =1 {1 viewer} other {<x id="INTERPOLATION"/> viewers}}</source>
426 <target state="translated">{VAR_PLURAL, plural, =1 {1 n umeskan} other {<x id="INTERPOLATION"/> yimeskanen}}</target> 454 <target state="translated">{VAR_PLURAL, plural, =1 {1 n umeskan} other {<x id="INTERPOLATION"/> yimeskanen}}</target>
@@ -448,30 +476,31 @@
448 <trans-unit id="9081463435738465430" datatype="html"> 476 <trans-unit id="9081463435738465430" datatype="html">
449 <source>Blocked</source> 477 <source>Blocked</source>
450 <target state="translated">Yewḥel</target> 478 <target state="translated">Yewḥel</target>
451 479 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">57</context></context-group>
452 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 480 </trans-unit>
453 <trans-unit id="3514509630940272440" datatype="html"> 481 <trans-unit id="3514509630940272440" datatype="html">
454 <source>Sensitive</source> 482 <source>Sensitive</source>
455 <target state="translated">Aḥulfu</target> 483 <target state="translated">Aḥulfu</target>
456 484 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">62</context></context-group>
457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">62</context></context-group></trans-unit> 485 </trans-unit>
458 <trans-unit id="7766488542631150871" datatype="html"> 486 <trans-unit id="7766488542631150871" datatype="html">
459 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION"/> videos}}</source> 487 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION"/> videos}}</source>
460 <target state="translated">{VAR_PLURAL, plural, =0 {Ulac tividyutin} =1 {1 n tvidyut} other {<x id="INTERPOLATION"/> tividyutin}}</target> 488 <target state="translated">{VAR_PLURAL, plural, =0 {Ulac tividyutin} =1 {1 n tvidyut} other {<x id="INTERPOLATION"/> tividyutin}}</target>
461 489 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context><context context-type="linenumber">30</context></context-group>
462 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context><context context-type="linenumber">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 490 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">9</context></context-group>
491 </trans-unit>
463 <trans-unit id="7708270344948043036" datatype="html"> 492 <trans-unit id="7708270344948043036" datatype="html">
464 <source><x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> </source> 493 <source><x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> </source>
465 <target state="translated"> 494 <target state="translated">
466 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> 495 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
467 </target> 496 </target>
468 497 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">25</context></context-group>
469 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit> 498 </trans-unit>
470 <trans-unit id="3044142083883783523" datatype="html"> 499 <trans-unit id="3044142083883783523" datatype="html">
471 <source>Updated <x id="INTERPOLATION"/></source> 500 <source>Updated <x id="INTERPOLATION"/></source>
472 <target>Yettwaleqqem <x id="INTERPOLATION"/></target> 501 <target>Yettwaleqqem <x id="INTERPOLATION"/></target>
473 502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">32</context></context-group>
474 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 503 </trans-unit>
475 <trans-unit id="5643561794785412000" datatype="html"> 504 <trans-unit id="5643561794785412000" datatype="html">
476 <source>Unavailable</source> 505 <source>Unavailable</source>
477 <target>Ulac-it</target> 506 <target>Ulac-it</target>
@@ -480,10 +509,10 @@
480 <trans-unit id="6381490568322624964" datatype="html"> 509 <trans-unit id="6381490568322624964" datatype="html">
481 <source>Deleted</source> 510 <source>Deleted</source>
482 <target>Yettwakkes</target> 511 <target>Yettwakkes</target>
483 512 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group>
484 513 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">91</context></context-group>
485 514 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group>
486 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit> 515 </trans-unit>
487 <trans-unit id="5263519165976128456" datatype="html"> 516 <trans-unit id="5263519165976128456" datatype="html">
488 <source>Edit starts/stops at</source> 517 <source>Edit starts/stops at</source>
489 <target state="translated">Aẓrag ad yebdu/ad yekfu deg</target> 518 <target state="translated">Aẓrag ad yebdu/ad yekfu deg</target>
@@ -507,31 +536,33 @@
507 <trans-unit id="834805431202576194" datatype="html"> 536 <trans-unit id="834805431202576194" datatype="html">
508 <source>No results.</source> 537 <source>No results.</source>
509 <target>Ulac igmaḍ.</target> 538 <target>Ulac igmaḍ.</target>
510 539 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/overview/video-overview.component.html</context><context context-type="linenumber">4</context></context-group>
511 540 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group>
512 541 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group>
513 542 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group>
514 543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group>
515 544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group>
516 545 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group>
517 546 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group>
518 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/overview/video-overview.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit> 547 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.ts</context><context context-type="linenumber">34</context></context-group>
548 </trans-unit>
519 <trans-unit id="1649035832083209812" datatype="html"> 549 <trans-unit id="1649035832083209812" datatype="html">
520 <source>Best</source> 550 <source>Best</source>
521 <target state="translated">Igerrez</target> 551 <target state="translated">Igerrez</target>
522 <note priority="1" from="description">A variant of Trending videos based on the number of recent interactions, minus user history</note> 552 <note priority="1" from="description">A variant of Trending videos based on the number of recent interactions, minus user history</note>
523 553 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">41</context></context-group>
524 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">41</context></context-group></trans-unit> 554 </trans-unit>
525 <trans-unit id="3594371452042277118" datatype="html"> 555 <trans-unit id="3594371452042277118" datatype="html">
526 <source>Videos with the most interactions for recent videos, minus user history</source> 556 <source>Videos with the most interactions for recent videos, minus user history</source>
527 <target state="translated">Tividyutin s temyigawin izaden i tvidyutin n melmi kan, drus n uzray n useqdac</target> 557 <target state="translated">Tividyutin s temyigawin izaden i tvidyutin n melmi kan, drus n uzray n useqdac</target>
528 558 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">44</context></context-group>
529 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 559 </trans-unit>
530 <trans-unit id="2330577642930707695" datatype="html"> 560 <trans-unit id="2330577642930707695" datatype="html">
531 <source>Cancel</source> 561 <source>Cancel</source>
532 <target>Sefsex</target> 562 <target>Sefsex</target>
533 563 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">48</context></context-group>
534 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">19</context></context-group>
565 </trans-unit>
535 <trans-unit id="834805431202576194" datatype="html"> 566 <trans-unit id="834805431202576194" datatype="html">
536 <source>No results.</source> 567 <source>No results.</source>
537 <target state="translated">Ulac agemmuḍ.</target> 568 <target state="translated">Ulac agemmuḍ.</target>
@@ -545,7 +576,29 @@
545 <target>Kkes</target> 576 <target>Kkes</target>
546 577
547 578
548 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
549 <trans-unit id="158575725114802951" datatype="html"> 602 <trans-unit id="158575725114802951" datatype="html">
550 <source>Only live videos</source> 603 <source>Only live videos</source>
551 <target state="translated">Tivdyutin n srid kan</target> 604 <target state="translated">Tivdyutin n srid kan</target>
@@ -557,17 +610,17 @@
557 <trans-unit id="7585826646011739428" datatype="html"> 610 <trans-unit id="7585826646011739428" datatype="html">
558 <source>Edit</source> 611 <source>Edit</source>
559 <target>Édition</target> 612 <target>Édition</target>
560 613 <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>
561 614 <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>
562 615 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">11</context></context-group>
563 616 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">11</context></context-group>
564 617 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">11</context></context-group>
565 618 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">11</context></context-group>
566 619 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">85</context></context-group>
567 620 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">85</context></context-group>
568 621 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">270</context></context-group>
569 622 <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">43</context></context-group>
570 <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-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-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-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">270</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">43</context></context-group></trans-unit> 623 </trans-unit>
571 <trans-unit id="5293515551330482519" datatype="html"> 624 <trans-unit id="5293515551330482519" datatype="html">
572 <source>Truncated preview</source> 625 <source>Truncated preview</source>
573 <target state="translated">Taskant yettwagezmen</target> 626 <target state="translated">Taskant yettwagezmen</target>
@@ -576,13 +629,17 @@
576 <trans-unit id="8461609631969932886" datatype="html"> 629 <trans-unit id="8461609631969932886" datatype="html">
577 <source>Hide</source> 630 <source>Hide</source>
578 <target state="translated">Ffer</target> 631 <target state="translated">Ffer</target>
579 632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">119</context></context-group>
580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">119</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/input-toggle-hidden.component.ts</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.html</context><context context-type="linenumber">11</context></context-group>
634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/input-toggle-hidden.component.ts</context><context context-type="linenumber">38</context></context-group>
635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">16</context></context-group>
636 </trans-unit>
581 <trans-unit id="8461842260159597706" datatype="html"> 637 <trans-unit id="8461842260159597706" datatype="html">
582 <source>Show</source> 638 <source>Show</source>
583 <target state="translated">Sken</target> 639 <target state="translated">Sken</target>
584 640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.html</context><context context-type="linenumber">10</context></context-group>
585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/input-toggle-hidden.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit> 641 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/input-toggle-hidden.component.ts</context><context context-type="linenumber">39</context></context-group>
642 </trans-unit>
586 <trans-unit id="80730865601179554" datatype="html"> 643 <trans-unit id="80730865601179554" datatype="html">
587 <source>Complete preview</source> 644 <source>Complete preview</source>
588 <target state="translated">Taskant taččurant</target> 645 <target state="translated">Taskant taččurant</target>
@@ -746,9 +803,10 @@
746 <trans-unit id="2602586221576511475" datatype="html"> 803 <trans-unit id="2602586221576511475" datatype="html">
747 <source>Video quota</source> 804 <source>Video quota</source>
748 <target state="translated">Amur n tvidyut</target> 805 <target state="translated">Amur n tvidyut</target>
749 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
751 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group>
809 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
752 </trans-unit> 810 </trans-unit>
753 <trans-unit id="1502595455339510144" datatype="html"> 811 <trans-unit id="1502595455339510144" datatype="html">
754 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 812 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
@@ -793,7 +851,11 @@
793 851
794 852
795 853
796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 854
855
856
857
858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
797 <trans-unit id="8630916846096019339" datatype="html"> 859 <trans-unit id="8630916846096019339" datatype="html">
798 <source>Users can resolve distant content</source> 860 <source>Users can resolve distant content</source>
799 <target state="translated">Iseqdacen zemren ad frun agbur anmeggag</target> 861 <target state="translated">Iseqdacen zemren ad frun agbur anmeggag</target>
@@ -839,8 +901,37 @@
839 <trans-unit id="8564701209009684429" datatype="html"> 901 <trans-unit id="8564701209009684429" datatype="html">
840 <source>Federation</source> 902 <source>Federation</source>
841 <target state="translated">Federation</target> 903 <target state="translated">Federation</target>
842 904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
843 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 905 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
906 </trans-unit>
907 <trans-unit id="8726138323871139597" datatype="html">
908 <source>Following</source>
909 <target state="new">Following</target>
910 <context-group purpose="location">
911 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
912 <context context-type="linenumber">29</context>
913 </context-group>
914 <context-group purpose="location">
915 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
916 <context context-type="linenumber">31</context>
917 </context-group>
918 <context-group purpose="location">
919 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
920 <context context-type="linenumber">28</context>
921 </context-group>
922 </trans-unit>
923 <trans-unit id="4914577418256256836" datatype="html">
924 <source>Followers</source>
925 <target state="new">Followers</target>
926 <context-group purpose="location">
927 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
928 <context context-type="linenumber">34</context>
929 </context-group>
930 <context-group purpose="location">
931 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
932 <context context-type="linenumber">37</context>
933 </context-group>
934 </trans-unit>
844 <trans-unit id="3541687134897970106" datatype="html"> 935 <trans-unit id="3541687134897970106" datatype="html">
845 <source>followers</source> 936 <source>followers</source>
846 <target state="translated">Ineḍfaren</target> 937 <target state="translated">Ineḍfaren</target>
@@ -854,14 +945,16 @@
854 <trans-unit id="2605931708025789621" datatype="html"> 945 <trans-unit id="2605931708025789621" datatype="html">
855 <source>The upload failed</source> 946 <source>The upload failed</source>
856 <target state="translated">Asali yecceḍ</target> 947 <target state="translated">Asali yecceḍ</target>
857 948 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">186</context></context-group>
858 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">186</context></context-group></trans-unit> 949 </trans-unit>
859 <trans-unit id="1447760976255144968" datatype="html"> 950 <trans-unit id="1447760976255144968" datatype="html">
860 <source>The connection was interrupted</source> 951 <source>The connection was interrupted</source>
861 <target state="translated">Teḥbes tuqqna</target> 952 <target state="translated">Teḥbes tuqqna</target>
862 953 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">190</context></context-group>
863 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">190</context></context-group></trans-unit><trans-unit id="4499233456830047129" datatype="html"> 954 </trans-unit>
864 <source>The server encountered an error</source><target state="new">The server encountered an error</target> 955 <trans-unit id="4499233456830047129" datatype="html">
956 <source>The server encountered an error</source>
957 <target state="new">The server encountered an error</target>
865 <context-group purpose="location"> 958 <context-group purpose="location">
866 <context context-type="sourcefile">src/app/helpers/utils.ts</context> 959 <context context-type="sourcefile">src/app/helpers/utils.ts</context>
867 <context context-type="linenumber">193</context> 960 <context context-type="linenumber">193</context>
@@ -870,23 +963,27 @@
870 <trans-unit id="3334825601859787496" datatype="html"> 963 <trans-unit id="3334825601859787496" datatype="html">
871 <source>Your <x id="PH" equiv-text="name"/> file couldn't be transferred before the set timeout (usually 10min)</source> 964 <source>Your <x id="PH" equiv-text="name"/> file couldn't be transferred before the set timeout (usually 10min)</source>
872 <target state="translated">Afaylu-inek·inem <x id="PH" equiv-text="name"/> ur yettwazan ara send ad tettusbadu wakud n keffu (s umata 10tsd)</target> 965 <target state="translated">Afaylu-inek·inem <x id="PH" equiv-text="name"/> ur yettwazan ara send ad tettusbadu wakud n keffu (s umata 10tsd)</target>
873 966 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">196</context></context-group>
874 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 967 </trans-unit>
875 <trans-unit id="8530934870279569179" datatype="html"> 968 <trans-unit id="8530934870279569179" datatype="html">
876 <source>Your <x id="PH" equiv-text="name"/> file was too large (max. size: <x id="PH_1" equiv-text="maxFileSize"/>)</source> 969 <source>Your <x id="PH" equiv-text="name"/> file was too large (max. size: <x id="PH_1" equiv-text="maxFileSize"/>)</source>
877 <target state="translated">Afaylu-inek·inem <x id="PH" equiv-text="name"/> ɣezzif aṭas (teɣzi tafellayt d: <x id="PH_1" equiv-text="maxFileSize"/>)</target> 970 <target state="translated">Afaylu-inek·inem <x id="PH" equiv-text="name"/> ɣezzif aṭas (teɣzi tafellayt d: <x id="PH_1" equiv-text="maxFileSize"/>)</target>
878 971 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">200</context></context-group>
879 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">200</context></context-group></trans-unit> 972 </trans-unit>
880 <trans-unit id="2392488717875840729" datatype="html"> 973 <trans-unit id="2392488717875840729" datatype="html">
881 <source>User</source> 974 <source>User</source>
882 <target state="translated">Aseqdac</target> 975 <target state="translated">Aseqdac</target>
883 976 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">21</context></context-group>
884 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">405</context></context-group></trans-unit> 977 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">27</context></context-group>
978 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">405</context></context-group>
979 </trans-unit>
885 <trans-unit id="4209525355702493436" datatype="html"> 980 <trans-unit id="4209525355702493436" datatype="html">
886 <source>Ban</source> 981 <source>Ban</source>
887 <target state="translated">Agi</target> 982 <target state="translated">Agi</target>
888 983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">87</context></context-group>
889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">269</context></context-group></trans-unit> 984 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.html</context><context context-type="linenumber">3</context></context-group>
985 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">269</context></context-group>
986 </trans-unit>
890 <trans-unit id="7908493851025027368" datatype="html"> 987 <trans-unit id="7908493851025027368" datatype="html">
891 <source>A banned user will no longer be able to login.</source> 988 <source>A banned user will no longer be able to login.</source>
892 <target state="translated">Aseqdac yettwagedlen dayen ur yettizmir ara ad yekcem.</target> 989 <target state="translated">Aseqdac yettwagedlen dayen ur yettizmir ara ad yekcem.</target>
@@ -942,27 +1039,28 @@
942 <trans-unit id="7350483582490037954" datatype="html"> 1039 <trans-unit id="7350483582490037954" datatype="html">
943 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Hide<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> 1040 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Hide<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>
944 <target state="new"> With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Hide<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. </target> 1041 <target state="new"> With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Hide<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. </target>
945 1042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">111</context></context-group>
946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">111</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit> 1043 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">8</context></context-group>
1044 </trans-unit>
947 <trans-unit id="4409859601539810260" datatype="html"> 1045 <trans-unit id="4409859601539810260" datatype="html">
948 <source>Policy for sensitive videos</source> 1046 <source>Policy for sensitive videos</source>
949 <target state="translated">Tasertit n tvidyutin timḥulfa</target> 1047 <target state="translated">Tasertit n tvidyutin timḥulfa</target>
950 1048 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">118</context></context-group>
951 1049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">15</context></context-group>
952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">118</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit> 1050 </trans-unit>
953 <trans-unit id="8930852890861583005" datatype="html"> 1051 <trans-unit id="8930852890861583005" datatype="html">
954 <source>Blur thumbnails</source> 1052 <source>Blur thumbnails</source>
955 <target state="translated">Tinfulin ur nban ara akken iwata</target> 1053 <target state="translated">Tinfulin ur nban ara akken iwata</target>
956 1054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">120</context></context-group>
957 1055 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">17</context></context-group>
958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1056 </trans-unit>
959 <trans-unit id="6812930637022637485" datatype="html"> 1057 <trans-unit id="6812930637022637485" datatype="html">
960 <source>Display</source> 1058 <source>Display</source>
961 <target>Beqqeḍ</target> 1059 <target>Beqqeḍ</target>
962 1060 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">121</context></context-group>
963 1061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">8</context></context-group>
964 1062 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">18</context></context-group>
965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">121</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">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 1063 </trans-unit>
966 <trans-unit id="2864176699435587977" datatype="html"> 1064 <trans-unit id="2864176699435587977" datatype="html">
967 <source>Only display videos in the following languages/subtitles</source> 1065 <source>Only display videos in the following languages/subtitles</source>
968 <target state="translated">Sken tividyutin ala deg tutlayin-a/iduzwilen</target> 1066 <target state="translated">Sken tividyutin ala deg tutlayin-a/iduzwilen</target>
@@ -976,9 +1074,9 @@
976 <trans-unit id="2658703380934466003" datatype="html"> 1074 <trans-unit id="2658703380934466003" datatype="html">
977 <source>Add a new language</source> 1075 <source>Add a new language</source>
978 <target state="translated">Rnu tutlayt tamaynut</target> 1076 <target state="translated">Rnu tutlayt tamaynut</target>
979 1077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">71</context></context-group>
980 1078 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">36</context></context-group>
981 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit> 1079 </trans-unit>
982 <trans-unit id="8953934448427251062" datatype="html"> 1080 <trans-unit id="8953934448427251062" datatype="html">
983 <source>The <x id="START_LINK"/>sharing system<x id="CLOSE_LINK"/> 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> 1081 <source>The <x id="START_LINK"/>sharing system<x id="CLOSE_LINK"/> 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>
984 <target state="translated"><x id="START_LINK"/>Anagraw n beṭṭu<x id="CLOSE_LINK"/> yeskan-d belli kra seg telɣut tatiknikant ɣef unagraw-inek·inem (am tansa n IP) tezmer ad tettwazen i wis kraḍ, d acu yettεawan aṭas deg usenqes n usali n uqeddac.</target> 1082 <target state="translated"><x id="START_LINK"/>Anagraw n beṭṭu<x id="CLOSE_LINK"/> yeskan-d belli kra seg telɣut tatiknikant ɣef unagraw-inek·inem (am tansa n IP) tezmer ad tettwazen i wis kraḍ, d acu yettεawan aṭas deg usenqes n usali n uqeddac.</target>
@@ -1029,7 +1127,9 @@
1029 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers </source> 1127 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers </source>
1030 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> n yimultaɣ </target> 1128 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> n yimultaɣ </target>
1031 1129
1032 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1130
1131
1132 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1033 <trans-unit id="31472093355465024" datatype="html"> 1133 <trans-unit id="31472093355465024" datatype="html">
1034 <source>Upload a new avatar</source> 1134 <source>Upload a new avatar</source>
1035 <target state="translated">Sali-d avaṭar amaynut</target> 1135 <target state="translated">Sali-d avaṭar amaynut</target>
@@ -1055,18 +1155,12 @@
1055 <trans-unit id="7252854992688790751" datatype="html"> 1155 <trans-unit id="7252854992688790751" datatype="html">
1056 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1156 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1057 <target state="translated">Tummant-a tsareg ajerred. Γas akken, ɣur-k·m senqed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Tiwtilin<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Tiwtilin<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> send timerna n umiḍan. Tzemreḍ daɣen ad tnadiḍ tummant-nniḍen i wakken ad yemṣada swaswa wayen i tuḥwaǧeḍ deg: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1157 <target state="translated">Tummant-a tsareg ajerred. Γas akken, ɣur-k·m senqed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Tiwtilin<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Tiwtilin<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> send timerna n umiḍan. Tzemreḍ daɣen ad tnadiḍ tummant-nniḍen i wakken ad yemṣada swaswa wayen i tuḥwaǧeḍ deg: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1058 <context-group purpose="location"> 1158 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group>
1059 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1060 <context context-type="linenumber">60,62</context>
1061 </context-group>
1062 </trans-unit> 1159 </trans-unit>
1063 <trans-unit id="7215649348148521605" datatype="html"> 1160 <trans-unit id="7215649348148521605" datatype="html">
1064 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1161 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1065 <target state="translated">Akka tura tummant-a ur tsirig ara ajerred n yiseqdacen, ilaq ad tesneqdeḍ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Tiwtilin<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> i wugar n telqayt neɣ i tifin n tummant ara ak·am-imudden tazmert n ujerred i umiḍan, syen ad d-tsalayeḍ tividyutin din. Af-d ayla-k·m gar waṭas n tummanin yemgaraden deg: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1162 <target state="translated">Akka tura tummant-a ur tsirig ara ajerred n yiseqdacen, ilaq ad tesneqdeḍ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Tiwtilin<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> i wugar n telqayt neɣ i tifin n tummant ara ak·am-imudden tazmert n ujerred i umiḍan, syen ad d-tsalayeḍ tividyutin din. Af-d ayla-k·m gar waṭas n tummanin yemgaraden deg: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1066 <context-group purpose="location"> 1163 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group>
1067 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1068 <context context-type="linenumber">65,67</context>
1069 </context-group>
1070 </trans-unit> 1164 </trans-unit>
1071 <trans-unit id="2392488717875840729" datatype="html"> 1165 <trans-unit id="2392488717875840729" datatype="html">
1072 <source>User</source> 1166 <source>User</source>
@@ -1079,64 +1173,67 @@
1079 <target>Isem n useqdac neɣ tansa imayl</target> 1173 <target>Isem n useqdac neɣ tansa imayl</target>
1080 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1174 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1081 </trans-unit> 1175 </trans-unit>
1176 <trans-unit id="1758058452376026925" datatype="html">
1177 <source>⚠️ Most email addresses do not include capital letters.</source>
1178 <target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1179 <context-group purpose="location">
1180 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1181 <context context-type="linenumber">33,34</context>
1182 </context-group>
1183 </trans-unit>
1082 <trans-unit id="1431416938026210429" datatype="html"> 1184 <trans-unit id="1431416938026210429" datatype="html">
1083 <source>Password</source> 1185 <source>Password</source>
1084 <target>Awal uffir</target> 1186 <target>Awal uffir</target>
1085 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1187 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1086 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1189 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group>
1190 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</context></context-group>
1087 <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> 1191 <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>
1088 <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> 1192 <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>
1089 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1193 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group>
1090 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1194 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group>
1091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1092 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1093 </trans-unit> 1195 </trans-unit>
1094 <trans-unit id="8715156686857791956" datatype="html"> 1196 <trans-unit id="8715156686857791956" datatype="html">
1095 <source>Click here to reset your password</source> 1197 <source>Click here to reset your password</source>
1096 <target state="translated">Si da akken ad twenzeḍ awal uffir</target> 1198 <target state="translated">Si da akken ad twenzeḍ awal uffir</target>
1097 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1199 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1098 </trans-unit> 1200 </trans-unit>
1099 <trans-unit id="892063502898494584" datatype="html"> 1201 <trans-unit id="892063502898494584" datatype="html">
1100 <source>I forgot my password</source> 1202 <source>I forgot my password</source>
1101 <target state="translated">Ttuɣ awal-iw uffir</target> 1203 <target state="translated">Ttuɣ awal-iw uffir</target>
1102 <context-group purpose="location"> 1204 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1103 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1104 <context context-type="linenumber">47</context>
1105 </context-group>
1106 </trans-unit> 1205 </trans-unit>
1107 <trans-unit id="2101170466365500913" datatype="html"> 1206 <trans-unit id="2101170466365500913" datatype="html">
1108 <source>Logging into an account lets you publish content</source> 1207 <source>Logging into an account lets you publish content</source>
1109 <target state="translated">Anekcum ɣer umiḍan ad ak·akem-yeǧǧ ad tsuffɣeḍ agbur</target> 1208 <target state="translated">Anekcum ɣer umiḍan ad ak·akem-yeǧǧ ad tsuffɣeḍ agbur</target>
1110 <context-group purpose="location"> 1209 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group>
1111 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1112 <context context-type="linenumber">56,57</context>
1113 </context-group>
1114 </trans-unit> 1210 </trans-unit>
1115 <trans-unit id="2454050363478003966" datatype="html"> 1211 <trans-unit id="2454050363478003966" datatype="html">
1116 <source>Login</source> 1212 <source>Login</source>
1117 <target>Tuqqna</target> 1213 <target>Tuqqna</target>
1118 1214 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group>
1119 1215 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group>
1120 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1216 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group>
1217 </trans-unit>
1121 <trans-unit id="3183213940445113677" datatype="html"> 1218 <trans-unit id="3183213940445113677" datatype="html">
1122 <source>Or sign in with</source> 1219 <source>Or sign in with</source>
1123 <target state="translated">Or sign in with</target> 1220 <target state="translated">Or sign in with</target>
1124 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1221 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group>
1125 </trans-unit> 1222 </trans-unit>
1126 <trans-unit id="3238209155172574367" datatype="html"> 1223 <trans-unit id="3238209155172574367" datatype="html">
1127 <source>Forgot your password</source> 1224 <source>Forgot your password</source>
1128 <target state="translated">Tettuḍ awal-ik uffir</target> 1225 <target state="translated">Tettuḍ awal-ik uffir</target>
1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1226 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group>
1130 </trans-unit> 1227 </trans-unit>
1131 <trans-unit id="87327320394367488" datatype="html"> 1228 <trans-unit id="87327320394367488" datatype="html">
1132 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1229 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1133 <target state="translated">Suref-aɣ, ur tezmireḍ ara ad d-terreḍ awal-inek·inem uffir acku anedbal-ik·im n tummant ur isefrek ara anagraw n yimayl n PeerTube.</target> 1230 <target state="translated">Suref-aɣ, ur tezmireḍ ara ad d-terreḍ awal-inek·inem uffir acku anedbal-ik·im n tummant ur isefrek ara anagraw n yimayl n PeerTube.</target>
1134 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1231 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group>
1135 </trans-unit> 1232 </trans-unit>
1136 <trans-unit id="3188014010833256853" datatype="html"> 1233 <trans-unit id="3188014010833256853" datatype="html">
1137 <source>Enter your email address and we will send you a link to reset your password.</source> 1234 <source>Enter your email address and we will send you a link to reset your password.</source>
1138 <target state="translated">Sekem tansa-inek·inem n yimayl syen nekkni ad ak·am-n-aznen aseɣwen i wakken ad twennzeḍ awal-ik·im uffir.</target> 1235 <target state="translated">Sekem tansa-inek·inem n yimayl syen nekkni ad ak·am-n-aznen aseɣwen i wakken ad twennzeḍ awal-ik·im uffir.</target>
1139 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1236 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group>
1140 </trans-unit> 1237 </trans-unit>
1141 <trans-unit id="1190256911880544559" datatype="html"> 1238 <trans-unit id="1190256911880544559" datatype="html">
1142 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1239 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
@@ -1147,25 +1244,26 @@ The link will expire within 1 hour.</source>
1147 <trans-unit id="4768749765465246664" datatype="html"> 1244 <trans-unit id="4768749765465246664" datatype="html">
1148 <source>Email</source> 1245 <source>Email</source>
1149 <target>Imayl</target> 1246 <target>Imayl</target>
1150 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group>
1250 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</context></context-group>
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>
1151 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1252 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group>
1152 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1253 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group>
1153 <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> 1254 <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>
1154 <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>
1155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1157 </trans-unit> 1255 </trans-unit>
1158 <trans-unit id="3967269098753656610" datatype="html"> 1256 <trans-unit id="3967269098753656610" datatype="html">
1159 <source>Email address</source> 1257 <source>Email address</source>
1160 <target>Tansa email</target> 1258 <target>Tansa email</target>
1161 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1259 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group>
1162 <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> 1260 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group>
1163 </trans-unit> 1261 </trans-unit>
1164 <trans-unit id="7808756054397155068" datatype="html"> 1262 <trans-unit id="7808756054397155068" datatype="html">
1165 <source>Reset</source> 1263 <source>Reset</source>
1166 <target state="translated">Wennez</target> 1264 <target state="translated">Wennez</target>
1167 <note priority="1" from="description">Password reset button</note> 1265 <note priority="1" from="description">Password reset button</note>
1168 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1266 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group>
1169 </trans-unit> 1267 </trans-unit>
1170 <trans-unit id="4319634264526091601" datatype="html"> 1268 <trans-unit id="4319634264526091601" datatype="html">
1171 <source>on this instance</source> 1269 <source>on this instance</source>
@@ -1226,9 +1324,9 @@ The link will expire within 1 hour.</source>
1226 <trans-unit id="5018804994794983050" datatype="html"> 1324 <trans-unit id="5018804994794983050" datatype="html">
1227 <source>Signup</source> 1325 <source>Signup</source>
1228 <target state="translated">Jerred</target> 1326 <target state="translated">Jerred</target>
1229
1230 <note priority="1" from="description">Button on the registration form to finalize the account and channel creation</note> 1327 <note priority="1" from="description">Button on the registration form to finalize the account and channel creation</note>
1231 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">68</context></context-group></trans-unit> 1328 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">68</context></context-group>
1329 </trans-unit>
1232 <trans-unit id="3148804384763272950" datatype="html"> 1330 <trans-unit id="3148804384763272950" datatype="html">
1233 <source>{VAR_PLURAL, plural, =1 {result} other {results} }</source> 1331 <source>{VAR_PLURAL, plural, =1 {result} other {results} }</source>
1234 <target state="translated">{VAR_PLURAL, plural, =1 {result} other {results} }</target> 1332 <target state="translated">{VAR_PLURAL, plural, =1 {result} other {results} }</target>
@@ -1243,8 +1341,8 @@ The link will expire within 1 hour.</source>
1243 <trans-unit id="2236371857137398396" datatype="html"> 1341 <trans-unit id="2236371857137398396" datatype="html">
1244 <source>No results found</source> 1342 <source>No results found</source>
1245 <target>Ulac igmaḍ</target> 1343 <target>Ulac igmaḍ</target>
1246 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1344
1247 </trans-unit> 1345 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1248 <trans-unit id="5500467336262464724" datatype="html"> 1346 <trans-unit id="5500467336262464724" datatype="html">
1249 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1347 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1250 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> yimultaɣ </target> 1348 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> yimultaɣ </target>
@@ -1376,9 +1474,9 @@ The link will expire within 1 hour.</source>
1376 <trans-unit id="4116024528500133384" datatype="html"> 1474 <trans-unit id="4116024528500133384" datatype="html">
1377 <source>My settings</source> 1475 <source>My settings</source>
1378 <target state="translated">Iɣewwaren-inu</target> 1476 <target state="translated">Iɣewwaren-inu</target>
1379 1477 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">119</context></context-group>
1380 1478 <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>
1381 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">119</context></context-group><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></trans-unit> 1479 </trans-unit>
1382 <trans-unit id="1420294365005204590" datatype="html"> 1480 <trans-unit id="1420294365005204590" datatype="html">
1383 <source>These settings apply only to your session on this instance.</source> 1481 <source>These settings apply only to your session on this instance.</source>
1384 <target state="translated">Iɣewwaren ad ttusnasen kan i tɣimit-ik·im ɣef tummant-a.</target> 1482 <target state="translated">Iɣewwaren ad ttusnasen kan i tɣimit-ik·im ɣef tummant-a.</target>
@@ -1432,10 +1530,11 @@ The link will expire within 1 hour.</source>
1432 <trans-unit id="4930506384627295710" datatype="html"> 1530 <trans-unit id="4930506384627295710" datatype="html">
1433 <source>Settings</source> 1531 <source>Settings</source>
1434 <target>Iɣewwaṛen</target> 1532 <target>Iɣewwaṛen</target>
1435 1533 <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">27</context></context-group>
1436 1534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">53</context></context-group>
1437 1535 <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">1</context></context-group>
1438 <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">27</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">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">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit> 1536 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">50</context></context-group>
1537 </trans-unit>
1439 <trans-unit id="4786000816576841850" datatype="html"> 1538 <trans-unit id="4786000816576841850" datatype="html">
1440 <source>Display settings</source> 1539 <source>Display settings</source>
1441 <target state="translated">Iɣewwaren n uskan</target> 1540 <target state="translated">Iɣewwaren n uskan</target>
@@ -1454,175 +1553,181 @@ The link will expire within 1 hour.</source>
1454 <trans-unit id="5464118521750361406" datatype="html"> 1553 <trans-unit id="5464118521750361406" datatype="html">
1455 <source>Public profile</source> 1554 <source>Public profile</source>
1456 <target state="translated">Amaɣnu azayaz</target> 1555 <target state="translated">Amaɣnu azayaz</target>
1457 1556 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">28</context></context-group>
1458 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit> 1557 </trans-unit>
1459 <trans-unit id="7773271640656013365" datatype="html"> 1558 <trans-unit id="7773271640656013365" datatype="html">
1460 <source>Interface:</source> 1559 <source>Interface:</source>
1461 <target state="translated">Interface:</target> 1560 <target state="translated">Interface:</target>
1462 1561 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group>
1463 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1562 </trans-unit>
1464 <trans-unit id="1674139713929545659" datatype="html"> 1563 <trans-unit id="1674139713929545659" datatype="html">
1465 <source>Videos:</source> 1564 <source>Videos:</source>
1466 <target state="translated">Tividyutin:</target> 1565 <target state="translated">Tividyutin:</target>
1467 1566 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group>
1468 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1567 </trans-unit>
1469 <trans-unit id="9156407045661257130" datatype="html"> 1568 <trans-unit id="9156407045661257130" datatype="html">
1470 <source>Sensitive:</source> 1569 <source>Sensitive:</source>
1471 <target state="translated">T·amḥulfu·t:</target> 1570 <target state="translated">T·amḥulfu·t:</target>
1472 1571 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">52</context></context-group>
1473 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1572 </trans-unit>
1474 <trans-unit id="3430483831942247060" datatype="html"> 1573 <trans-unit id="3430483831942247060" datatype="html">
1475 <source>Help share videos</source> 1574 <source>Help share videos</source>
1476 <target state="translated">Mudd afus n tallelt deg beṭṭu n tvidyutin</target> 1575 <target state="translated">Mudd afus n tallelt deg beṭṭu n tvidyutin</target>
1477 1576 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">58</context></context-group>
1478 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 1577 </trans-unit>
1479 <trans-unit id="7005745151564974365" datatype="html"> 1578 <trans-unit id="7005745151564974365" datatype="html">
1480 <source>Keyboard shortcuts</source> 1579 <source>Keyboard shortcuts</source>
1481 <target>Inegzumen n unasiw</target> 1580 <target>Inegzumen n unasiw</target>
1482 1581 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">67</context></context-group>
1483 1582 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">141</context></context-group>
1484 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">67</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">141</context></context-group></trans-unit> 1583 </trans-unit>
1485 <trans-unit id="6307374733149824815" datatype="html"> 1584 <trans-unit id="6307374733149824815" datatype="html">
1486 <source>powered by PeerTube - CopyLeft 2015-2021</source> 1585 <source>powered by PeerTube - CopyLeft 2015-2021</source>
1487 <target state="translated">iteddu s lmendad n PeerTube - CopyLeft 2015-2021</target> 1586 <target state="translated">iteddu s lmendad n PeerTube - CopyLeft 2015-2021</target>
1488 1587 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">146</context></context-group>
1489 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">146</context></context-group></trans-unit> 1588 </trans-unit>
1490 <trans-unit id="7507948636555938109" datatype="html"> 1589 <trans-unit id="7507948636555938109" datatype="html">
1491 <source>Log out</source> 1590 <source>Log out</source>
1492 <target>Asenser</target> 1591 <target>Asenser</target>
1493 1592 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group>
1494 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit> 1593 </trans-unit>
1495 <trans-unit id="8893390761160292681" datatype="html"> 1594 <trans-unit id="8893390761160292681" datatype="html">
1496 <source>My account</source> 1595 <source>My account</source>
1497 <target state="translated">Umiḍæn-inu</target> 1596 <target state="translated">Umiḍæn-inu</target>
1498 1597 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">83</context></context-group>
1499 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit> 1598 </trans-unit>
1500 <trans-unit id="6371572688505952303" datatype="html"> 1599 <trans-unit id="6371572688505952303" datatype="html">
1501 <source>My library</source> 1600 <source>My library</source>
1502 <target state="translated">Tamkerḍit-inu</target> 1601 <target state="translated">Tamkerḍit-inu</target>
1503 1602 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">88</context></context-group>
1504 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 1603 </trans-unit>
1505 <trans-unit id="2308975396733519902" datatype="html"> 1604 <trans-unit id="2308975396733519902" datatype="html">
1506 <source>Create an account</source> 1605 <source>Create an account</source>
1507 <target>Rnu amiḍan</target> 1606 <target>Rnu amiḍan</target>
1508 1607 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">54</context></context-group>
1509 1608 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group>
1510 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1609 </trans-unit>
1511
1512 <trans-unit id="8936704404804793618" datatype="html"> 1610 <trans-unit id="8936704404804793618" datatype="html">
1513 <source>Videos</source> 1611 <source>Videos</source>
1514 <target>Tividyutin</target> 1612 <target>Tividyutin</target>
1515 1613 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">52</context></context-group>
1516 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 1614 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">76</context></context-group>
1615 </trans-unit>
1517 <trans-unit id="2689878465089314112" datatype="html"> 1616 <trans-unit id="2689878465089314112" datatype="html">
1518 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></source> 1617 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></source>
1519 <target state="translated">Agrudem: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></target> 1618 <target state="translated">Agrudem: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></target>
1520 1619 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">132</context></context-group>
1521 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">132</context></context-group></trans-unit> 1620 </trans-unit>
1522 <trans-unit id="1823843876735462104" datatype="html"> 1621 <trans-unit id="1823843876735462104" datatype="html">
1523 <source>Playlists</source> 1622 <source>Playlists</source>
1524 <target>Tibdarin n tɣuri</target> 1623 <target>Tibdarin n tɣuri</target>
1525 1624 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">59</context></context-group>
1526 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">85</context></context-group></trans-unit> 1625 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">85</context></context-group>
1626 </trans-unit>
1527 <trans-unit id="1812379335568847528" datatype="html"> 1627 <trans-unit id="1812379335568847528" datatype="html">
1528 <source>Subscriptions</source> 1628 <source>Subscriptions</source>
1529 <target>Ijerriden</target> 1629 <target>Ijerriden</target>
1530 1630 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">64</context></context-group>
1531 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-user-subscriptions.component.ts</context><context context-type="linenumber">46</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">91</context></context-group></trans-unit> 1631 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-user-subscriptions.component.ts</context><context context-type="linenumber">46</context></context-group>
1632 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">57</context></context-group>
1633 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">91</context></context-group>
1634 </trans-unit>
1532 <trans-unit id="186236568870281953" datatype="html"> 1635 <trans-unit id="186236568870281953" datatype="html">
1533 <source>History</source> 1636 <source>History</source>
1534 <target>Amezray</target> 1637 <target>Amezray</target>
1535 1638 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">69</context></context-group>
1536 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">97</context></context-group></trans-unit> 1639 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">97</context></context-group>
1640 </trans-unit>
1537 <trans-unit id="1504521795586863905" datatype="html"> 1641 <trans-unit id="1504521795586863905" datatype="html">
1538 <source>VIDEOS</source> 1642 <source>VIDEOS</source>
1539 <target state="translated">VIDEOS</target> 1643 <target state="translated">VIDEOS</target>
1540 1644 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group>
1541 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 1645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group>
1646 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group>
1647 </trans-unit>
1542 <trans-unit id="667372110624203230" datatype="html"> 1648 <trans-unit id="667372110624203230" datatype="html">
1543 <source>Import jobs concurrency</source> 1649 <source>Import jobs concurrency</source>
1544 <target state="translated">Kter imahilen yemqaraben</target> 1650 <target state="translated">Kter imahilen yemqaraben</target>
1545 1651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group>
1546 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit> 1652 </trans-unit>
1547 <trans-unit id="2184839376696112704" datatype="html"> 1653 <trans-unit id="2184839376696112704" datatype="html">
1548 <source>allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</source> 1654 <source>allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</source>
1549 <target state="translated">issirig aktar n waṭas n tvidyutin timsadaɣin. ⚠️ Yesra allus n usenker n PeerTube.</target> 1655 <target state="translated">issirig aktar n waṭas n tvidyutin timsadaɣin. ⚠️ Yesra allus n usenker n PeerTube.</target>
1550 1656 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">226</context></context-group>
1551 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">226</context></context-group></trans-unit> 1657 </trans-unit>
1552 <trans-unit id="780513172839038392" datatype="html"> 1658 <trans-unit id="780513172839038392" datatype="html">
1553 <source>jobs in parallel</source> 1659 <source>jobs in parallel</source>
1554 <target state="translated">imahilen imsadaɣen</target> 1660 <target state="translated">imahilen imsadaɣen</target>
1555 1661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">230</context></context-group>
1556 1662 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context><context context-type="linenumber">171</context></context-group>
1557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">230</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit> 1663 </trans-unit>
1558 <trans-unit id="5997625369044180192" datatype="html"> 1664 <trans-unit id="5997625369044180192" datatype="html">
1559 <source>Allow import with HTTP URL (e.g. YouTube)</source> 1665 <source>Allow import with HTTP URL (e.g. YouTube)</source>
1560 <target state="translated">Sireg aktar s HTTP URL (am. YouTube)</target> 1666 <target state="translated">Sireg aktar s HTTP URL (am. YouTube)</target>
1561 1667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">239</context></context-group>
1562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit> 1668 </trans-unit>
1563 <trans-unit id="7627544798203088407" datatype="html"> 1669 <trans-unit id="7627544798203088407" datatype="html">
1564 <source>Discover</source> 1670 <source>Discover</source>
1565 <target state="translated">Snirem</target> 1671 <target state="translated">Snirem</target>
1566 1672 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/overview/video-overview.component.html</context><context context-type="linenumber">1</context></context-group>
1567 1673 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">125</context></context-group>
1568 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/overview/video-overview.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">125</context></context-group></trans-unit> 1674 </trans-unit>
1569
1570
1571 <trans-unit id="7844706011418789951" datatype="html"> 1675 <trans-unit id="7844706011418789951" datatype="html">
1572 <source>Administration</source> 1676 <source>Administration</source>
1573 <target>Tadbelt</target> 1677 <target>Tadbelt</target>
1574 1678 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">93</context></context-group>
1575 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit> 1679 </trans-unit>
1576 <trans-unit id="1726363342938046830" datatype="html"> 1680 <trans-unit id="1726363342938046830" datatype="html">
1577 <source>About</source> 1681 <source>About</source>
1578 <target>Awal ɣef</target> 1682 <target>Awal ɣef</target>
1579 1683 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">124</context></context-group>
1580 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">124</context></context-group></trans-unit> 1684 </trans-unit>
1581 <trans-unit id="7922989125096435449" datatype="html"> 1685 <trans-unit id="7922989125096435449" datatype="html">
1582 <source>Contact</source> 1686 <source>Contact</source>
1583 <target>Anermis</target> 1687 <target>Anermis</target>
1584 1688 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">37</context></context-group>
1585 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">136</context></context-group></trans-unit> 1689 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">136</context></context-group>
1690 </trans-unit>
1586 <trans-unit id="7911416166208830577" datatype="html"> 1691 <trans-unit id="7911416166208830577" datatype="html">
1587 <source>Help</source> 1692 <source>Help</source>
1588 <target>Tallelt</target> 1693 <target>Tallelt</target>
1589 1694 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">137</context></context-group>
1590 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">137</context></context-group></trans-unit> 1695 </trans-unit>
1591 <trans-unit id="8378304669563824772" datatype="html"> 1696 <trans-unit id="8378304669563824772" datatype="html">
1592 <source>Get help using PeerTube</source> 1697 <source>Get help using PeerTube</source>
1593 <target state="translated">Awi tallalt s useqdec n PeerTube</target> 1698 <target state="translated">Awi tallalt s useqdec n PeerTube</target>
1594 1699 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">137</context></context-group>
1595 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">137</context></context-group></trans-unit> 1700 </trans-unit>
1596 <trans-unit id="2806917038528218276" datatype="html"> 1701 <trans-unit id="2806917038528218276" datatype="html">
1597 <source>FAQ</source> 1702 <source>FAQ</source>
1598 <target>Isteqsiyen FAQ</target> 1703 <target>Isteqsiyen FAQ</target>
1599 1704 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group>
1600 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group></trans-unit> 1705 </trans-unit>
1601 <trans-unit id="3620232640697554352" datatype="html"> 1706 <trans-unit id="3620232640697554352" datatype="html">
1602 <source>Frequently asked questions about PeerTube</source> 1707 <source>Frequently asked questions about PeerTube</source>
1603 <target state="translated">Isteqsiyen i d-yettuɣal ɣef PeerTube</target> 1708 <target state="translated">Isteqsiyen i d-yettuɣal ɣef PeerTube</target>
1604 1709 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group>
1605 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group></trans-unit> 1710 </trans-unit>
1606 <trans-unit id="4088311569349098646" datatype="html"> 1711 <trans-unit id="4088311569349098646" datatype="html">
1607 <source>Stats</source> 1712 <source>Stats</source>
1608 <target>Tiddadanin</target> 1713 <target>Tiddadanin</target>
1609 1714 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">139</context></context-group>
1610 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit> 1715 </trans-unit>
1611 <trans-unit id="8942351587754185907" datatype="html"> 1716 <trans-unit id="8942351587754185907" datatype="html">
1612 <source>API</source> 1717 <source>API</source>
1613 <target state="translated">API</target> 1718 <target state="translated">API</target>
1614 1719 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group>
1615 <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> 1720 </trans-unit>
1616 <trans-unit id="3722967224215437913" datatype="html"> 1721 <trans-unit id="3722967224215437913" datatype="html">
1617 <source>API documentation</source> 1722 <source>API documentation</source>
1618 <target state="translated">API documentation</target> 1723 <target state="translated">API documentation</target>
1619 1724 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group>
1620 <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> 1725 </trans-unit>
1621 <trans-unit id="2497681082724639563" datatype="html"> 1726 <trans-unit id="2497681082724639563" datatype="html">
1622 <source>powered by PeerTube</source> 1727 <source>powered by PeerTube</source>
1623 <target state="translated">iteddu s lmendad n PeerTube</target> 1728 <target state="translated">iteddu s lmendad n PeerTube</target>
1624 1729 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">147</context></context-group>
1625 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">147</context></context-group></trans-unit> 1730 </trans-unit>
1626 <trans-unit id="403762424689874454" datatype="html"> 1731 <trans-unit id="403762424689874454" datatype="html">
1627 <source>View your notifications</source> 1732 <source>View your notifications</source>
1628 <target>Wali tilɣa-inek.m</target> 1733 <target>Wali tilɣa-inek.m</target>
@@ -1633,9 +1738,11 @@ The link will expire within 1 hour.</source>
1633 <trans-unit id="5851560788527570644" datatype="html"> 1738 <trans-unit id="5851560788527570644" datatype="html">
1634 <source>Notifications</source> 1739 <source>Notifications</source>
1635 <target>Ilɣa</target> 1740 <target>Ilɣa</target>
1636 1741 <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">1</context></context-group>
1637 1742 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-routing.module.ts</context><context context-type="linenumber">108</context></context-group>
1638 <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">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-routing.module.ts</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 1743 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">55</context></context-group>
1744 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">22</context></context-group>
1745 </trans-unit>
1639 <trans-unit id="2333314224059826550" datatype="html"> 1746 <trans-unit id="2333314224059826550" datatype="html">
1640 <source>Mark all as read</source> 1747 <source>Mark all as read</source>
1641 <target state="translated">Creḍ kullec yettwaɣra</target> 1748 <target state="translated">Creḍ kullec yettwaɣra</target>
@@ -1656,8 +1763,8 @@ The link will expire within 1 hour.</source>
1656 <trans-unit id="4424964105331349857" datatype="html"> 1763 <trans-unit id="4424964105331349857" datatype="html">
1657 <source>I'm a teapot</source> 1764 <source>I'm a teapot</source>
1658 <target state="translated">Nekk d t·amsatay·t</target> 1765 <target state="translated">Nekk d t·amsatay·t</target>
1659 1766 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group>
1660 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 1767 </trans-unit>
1661 <trans-unit id="1597262876035959248" datatype="html"> 1768 <trans-unit id="1597262876035959248" datatype="html">
1662 <source>That's an error.</source> 1769 <source>That's an error.</source>
1663 <target state="translated">Tagi d tuccḍa.</target> 1770 <target state="translated">Tagi d tuccḍa.</target>
@@ -1750,7 +1857,7 @@ The link will expire within 1 hour.</source>
1750 <trans-unit id="2971365540217107489" datatype="html"> 1857 <trans-unit id="2971365540217107489" datatype="html">
1751 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1858 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1752 <target state="translated">midyat ɣezzif aṭas i uqeddac-a. Ma ulac aɣilif nermes anedbal-ik·im ma yella tebɣiḍ ad ternuḍ deg teɣzi n talast.</target> 1859 <target state="translated">midyat ɣezzif aṭas i uqeddac-a. Ma ulac aɣilif nermes anedbal-ik·im ma yella tebɣiḍ ad ternuḍ deg teɣzi n talast.</target>
1753 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1860 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group>
1754 </trans-unit> 1861 </trans-unit>
1755 <trans-unit id="2468689683507870964" datatype="html"> 1862 <trans-unit id="2468689683507870964" datatype="html">
1756 <source>In this instance's network</source> 1863 <source>In this instance's network</source>
@@ -1762,7 +1869,6 @@ The link will expire within 1 hour.</source>
1762 <target state="translated">deg vidiverse</target> 1869 <target state="translated">deg vidiverse</target>
1763 <context-group purpose="location"><context context-type="sourcefile">src/app/header/suggestion.component.html</context><context context-type="linenumber">15</context></context-group> 1870 <context-group purpose="location"><context context-type="sourcefile">src/app/header/suggestion.component.html</context><context context-type="linenumber">15</context></context-group>
1764 </trans-unit> 1871 </trans-unit>
1765
1766 <trans-unit id="5131854469652959713" datatype="html"> 1872 <trans-unit id="5131854469652959713" datatype="html">
1767 <source>GLOBAL SEARCH</source> 1873 <source>GLOBAL SEARCH</source>
1768 <target state="translated">GLOBAL SEARCH</target> 1874 <target state="translated">GLOBAL SEARCH</target>
@@ -1830,93 +1936,108 @@ The link will expire within 1 hour.</source>
1830 1936
1831 1937
1832 1938
1833 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1939
1834 <source>Display only</source><target state="new">Display only</target> 1940
1941
1942
1943
1944
1945
1946 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1947 <trans-unit id="4540121094340493564" datatype="html">
1948 <source>Display only</source>
1949 <target state="new">Display only</target>
1835 <context-group purpose="location"> 1950 <context-group purpose="location">
1836 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1951 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1837 <context context-type="linenumber">21</context> 1952 <context context-type="linenumber">21</context>
1838 </context-group> 1953 </context-group>
1839 </trans-unit><trans-unit id="2180217594100853008" datatype="html"> 1954 </trans-unit>
1840 <source>Live videos</source><target state="new">Live videos</target> 1955 <trans-unit id="2180217594100853008" datatype="html">
1841 1956 <source>Live videos</source>
1842 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="2392481201920342009" datatype="html"> 1957 <target state="new">Live videos</target>
1843 <source>VOD videos</source><target state="new">VOD videos</target> 1958 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">29</context></context-group>
1844 1959 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">64</context></context-group>
1845 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 1960 </trans-unit>
1961 <trans-unit id="2392481201920342009" datatype="html">
1962 <source>VOD videos</source>
1963 <target state="new">VOD videos</target>
1964 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">34</context></context-group>
1965 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">60</context></context-group>
1966 </trans-unit>
1846 <trans-unit id="7970752988844762769" datatype="html"> 1967 <trans-unit id="7970752988844762769" datatype="html">
1847 <source>Published date</source> 1968 <source>Published date</source>
1848 <target state="translated">Azemz n usuffeɣ</target> 1969 <target state="translated">Azemz n usuffeɣ</target>
1849 1970 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">59</context></context-group>
1850 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit> 1971 </trans-unit>
1851 <trans-unit id="5038188980760269298" datatype="html"> 1972 <trans-unit id="5038188980760269298" datatype="html">
1852 <source>Original publication year</source> 1973 <source>Original publication year</source>
1853 <target state="translated">Aseggas n usuffeɣ aneẓli</target> 1974 <target state="translated">Aseggas n usuffeɣ aneẓli</target>
1854 1975 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">73</context></context-group>
1855 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">73</context></context-group></trans-unit> 1976 </trans-unit>
1856 <trans-unit id="2316758236788716819" datatype="html"> 1977 <trans-unit id="2316758236788716819" datatype="html">
1857 <source>After...</source> 1978 <source>After...</source>
1858 <target state="translated">Seld...</target> 1979 <target state="translated">Seld...</target>
1859 1980 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">85</context></context-group>
1860 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 1981 </trans-unit>
1861 <trans-unit id="5418443214217152433" datatype="html"> 1982 <trans-unit id="5418443214217152433" datatype="html">
1862 <source>Before...</source> 1983 <source>Before...</source>
1863 <target state="translated">Send...</target> 1984 <target state="translated">Send...</target>
1864 1985 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">95</context></context-group>
1865 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit> 1986 </trans-unit>
1866 <trans-unit id="7410432243549869948" datatype="html"> 1987 <trans-unit id="7410432243549869948" datatype="html">
1867 <source>Duration</source> 1988 <source>Duration</source>
1868 <target>Tanzagt</target> 1989 <target>Tanzagt</target>
1869 1990
1870 1991
1871 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1992 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1872 <trans-unit id="3589238979642505685" datatype="html"> 1993 <trans-unit id="3589238979642505685" datatype="html">
1873 <source>Display sensitive content</source> 1994 <source>Display sensitive content</source>
1874 <target state="translated">Sken agbur amḥulfu</target> 1995 <target state="translated">Sken agbur amḥulfu</target>
1875 1996 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">40</context></context-group>
1876 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit> 1997 </trans-unit>
1877 <trans-unit id="2807800733729323332" datatype="html"> 1998 <trans-unit id="2807800733729323332" datatype="html">
1878 <source>Yes</source> 1999 <source>Yes</source>
1879 <target>Ih</target> 2000 <target>Ih</target>
1880 2001 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">48</context></context-group>
1881 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 2002 </trans-unit>
1882 <trans-unit id="3542042671420335679" datatype="html"> 2003 <trans-unit id="3542042671420335679" datatype="html">
1883 <source>No</source> 2004 <source>No</source>
1884 <target>Uhu</target> 2005 <target>Uhu</target>
1885 2006 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">53</context></context-group>
1886 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2007 </trans-unit>
1887 <trans-unit id="1806667489382256324" datatype="html"> 2008 <trans-unit id="1806667489382256324" datatype="html">
1888 <source>Category</source> 2009 <source>Category</source>
1889 <target>Taggayt</target> 2010 <target>Taggayt</target>
1890 2011
1891 2012
1892 2013
1893 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 2014 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1894 <trans-unit id="5478121364779850827" datatype="html"> 2015 <trans-unit id="5478121364779850827" datatype="html">
1895 <source>Reset</source> 2016 <source>Reset</source>
1896 <target>Ales awennez</target> 2017 <target>Ales awennez</target>
1897 2018 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group>
1898 2019 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group>
1899 2020 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group>
1900 2021 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group>
1901 2022 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group>
1902 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group></trans-unit> 2023 </trans-unit>
1903 <trans-unit id="2199290266269383925" datatype="html"> 2024 <trans-unit id="2199290266269383925" datatype="html">
1904 <source>Display all categories</source> 2025 <source>Display all categories</source>
1905 <target state="translated">Sken meṛṛa taggayin</target> 2026 <target state="translated">Sken meṛṛa taggayin</target>
1906 2027 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">127</context></context-group>
1907 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">127</context></context-group></trans-unit> 2028 </trans-unit>
1908 <trans-unit id="9065795501872450602" datatype="html"> 2029 <trans-unit id="9065795501872450602" datatype="html">
1909 <source>Licence</source> 2030 <source>Licence</source>
1910 <target>Turagt</target> 2031 <target>Turagt</target>
1911 2032
1912 2033
1913 2034
1914 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 2035 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1915 <trans-unit id="4184995865179898060" datatype="html"> 2036 <trans-unit id="4184995865179898060" datatype="html">
1916 <source>Display all licenses</source> 2037 <source>Display all licenses</source>
1917 <target state="translated">Sken meṛṛa turagin</target> 2038 <target state="translated">Sken meṛṛa turagin</target>
1918 2039 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">140</context></context-group>
1919 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">140</context></context-group></trans-unit> 2040 </trans-unit>
1920 <trans-unit id="2826581353496868063" datatype="html"> 2041 <trans-unit id="2826581353496868063" datatype="html">
1921 <source>Language</source> 2042 <source>Language</source>
1922 <target>Tutlayt</target> 2043 <target>Tutlayt</target>
@@ -1924,42 +2045,48 @@ The link will expire within 1 hour.</source>
1924 2045
1925 2046
1926 2047
1927 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 2048 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1928 <trans-unit id="7904142744051432458" datatype="html"> 2049 <trans-unit id="7904142744051432458" datatype="html">
1929 <source>Display all languages</source> 2050 <source>Display all languages</source>
1930 <target state="translated">Sken meṛṛa tutlayin</target> 2051 <target state="translated">Sken meṛṛa tutlayin</target>
1931 2052 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">153</context></context-group>
1932 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">153</context></context-group></trans-unit> 2053 </trans-unit>
1933 <trans-unit id="2252476112877289102" datatype="html"> 2054 <trans-unit id="2252476112877289102" datatype="html">
1934 <source>All of these tags</source> 2055 <source>All of these tags</source>
1935 <target state="translated">Meṛṛa tibzimin-a</target> 2056 <target state="translated">Meṛṛa tibzimin-a</target>
1936 2057 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">162</context></context-group>
1937 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">162</context></context-group></trans-unit> 2058 </trans-unit>
1938 <trans-unit id="4413784616961145955" datatype="html"> 2059 <trans-unit id="4413784616961145955" datatype="html">
1939 <source>One of these tags</source> 2060 <source>One of these tags</source>
1940 <target state="translated">Yiwet seg tebzimin-a</target> 2061 <target state="translated">Yiwet seg tebzimin-a</target>
1941 2062 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
1942 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 2063 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
2064 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
2065 <context-group purpose="location">
2066 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
2067 <context context-type="linenumber">178</context>
2068 </context-group>
2069 </trans-unit>
1943 <trans-unit id="283421392567624698" datatype="html"> 2070 <trans-unit id="283421392567624698" datatype="html">
1944 <source>Search target</source> 2071 <source>Search target</source>
1945 <target state="translated">Anadi n usaḍas</target> 2072 <target state="translated">Anadi n usaḍas</target>
1946 2073
1947 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 2074 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1948 <trans-unit id="2489767671380266270" datatype="html"> 2075 <trans-unit id="2489767671380266270" datatype="html">
1949 <source>Vidiverse</source> 2076 <source>Vidiverse</source>
1950 <target state="translated">Vidiverse</target> 2077 <target state="translated">Vidiverse</target>
1951 2078
1952 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 2079 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1953 <trans-unit id="5478121364779850827" datatype="html"> 2080 <trans-unit id="5478121364779850827" datatype="html">
1954 <source>Reset</source> 2081 <source>Reset</source>
1955 <target>Ales awennez</target> 2082 <target>Ales awennez</target>
1956 2083 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group>
1957 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit> 2084 </trans-unit>
1958 <trans-unit id="8829497237648100098" datatype="html"> 2085 <trans-unit id="8829497237648100098" datatype="html">
1959 <source>Filter</source> 2086 <source>Filter</source>
1960 <target>Sizdeg</target> 2087 <target>Sizdeg</target>
1961 2088
1962 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 2089 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1963 <trans-unit id="6479885129995567639" datatype="html"> 2090 <trans-unit id="6479885129995567639" datatype="html">
1964 <source>Video channels</source> 2091 <source>Video channels</source>
1965 <target state="translated">Ibuda n tvidyutin</target> 2092 <target state="translated">Ibuda n tvidyutin</target>
@@ -2000,7 +2127,7 @@ The link will expire within 1 hour.</source>
2000 <target>Tibzimin</target> 2127 <target>Tibzimin</target>
2001 2128
2002 2129
2003 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 2130 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
2004 <trans-unit id="354332809647287722" datatype="html"> 2131 <trans-unit id="354332809647287722" datatype="html">
2005 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 2132 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
2006 <target state="translated">Tibzimin zemrent ad ttusqedcent i usumer n yiwellihen yesεan aṭæs azal. <x id="LINE_BREAK"/> Llan ma aṭas n 5 tebzimin. <x id="LINE_BREAK"/>Press<x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> i tmerna n tebzimt tamaynut. </target> 2133 <target state="translated">Tibzimin zemrent ad ttusqedcent i usumer n yiwellihen yesεan aṭæs azal. <x id="LINE_BREAK"/> Llan ma aṭas n 5 tebzimin. <x id="LINE_BREAK"/>Press<x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> i tmerna n tebzimt tamaynut. </target>
@@ -2019,9 +2146,9 @@ The link will expire within 1 hour.</source>
2019 <trans-unit id="8054921481196967348" datatype="html"> 2146 <trans-unit id="8054921481196967348" datatype="html">
2020 <source>This image is too large.</source> 2147 <source>This image is too large.</source>
2021 <target state="translated">Tugna-a meqqret aṭas.</target> 2148 <target state="translated">Tugna-a meqqret aṭas.</target>
2022 2149 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">56</context></context-group>
2023 2150 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts</context><context context-type="linenumber">52</context></context-group>
2024 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit> 2151 </trans-unit>
2025 <trans-unit id="6259523075362402245" datatype="html"> 2152 <trans-unit id="6259523075362402245" datatype="html">
2026 <source>Upload a new banner</source> 2153 <source>Upload a new banner</source>
2027 <target state="translated">Sali-d aɣarrac amaynut</target> 2154 <target state="translated">Sali-d aɣarrac amaynut</target>
@@ -2037,11 +2164,12 @@ The link will expire within 1 hour.</source>
2037 <source>Remove banner</source> 2164 <source>Remove banner</source>
2038 <target state="translated">Kkes aɣarrac</target> 2165 <target state="translated">Kkes aɣarrac</target>
2039 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html</context><context context-type="linenumber">32</context></context-group> 2166 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.html</context><context context-type="linenumber">32</context></context-group>
2040 </trans-unit><trans-unit id="7306351600905511107" datatype="html"> 2167 </trans-unit>
2041 <source>ratio 6/1, recommended size: 1920x317, max size: <x id="PH" equiv-text="getBytes(this.maxBannerSize)"/>, extensions: <x id="PH_1" equiv-text="this.bannerExtensions"/></source><target state="new">ratio 6/1, recommended size: 1920x317, max size: <x id="PH" equiv-text="getBytes(this.maxBannerSize)"/>, extensions: <x id="PH_1" equiv-text="this.bannerExtensions"/></target> 2168 <trans-unit id="7306351600905511107" datatype="html">
2042 2169 <source>ratio 6/1, recommended size: 1920x317, max size: <x id="PH" equiv-text="getBytes(this.maxBannerSize)"/>, extensions: <x id="PH_1" equiv-text="this.bannerExtensions"/></source>
2043 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 2170 <target state="new">ratio 6/1, recommended size: 1920x317, max size: <x id="PH" equiv-text="getBytes(this.maxBannerSize)"/>, extensions: <x id="PH_1" equiv-text="this.bannerExtensions"/></target>
2044 2171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts</context><context context-type="linenumber">44</context></context-group>
2172 </trans-unit>
2045 <trans-unit id="3220184757632006830" datatype="html"> 2173 <trans-unit id="3220184757632006830" datatype="html">
2046 <source>Account avatar</source> 2174 <source>Account avatar</source>
2047 <target state="translated">Avaṭar n umiḍan</target> 2175 <target state="translated">Avaṭar n umiḍan</target>
@@ -2057,14 +2185,18 @@ The link will expire within 1 hour.</source>
2057 <context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context> 2185 <context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context>
2058 <context context-type="linenumber">48</context> 2186 <context context-type="linenumber">48</context>
2059 </context-group> 2187 </context-group>
2060 </trans-unit><trans-unit id="1358902062258458923" datatype="html"> 2188 </trans-unit>
2061 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://en.wikipedia.org/wiki/Markdown#Example&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>Markdown compatible<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> that also supports <x id="START_LINK_1" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/api-custom-client-markup&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>custom PeerTube HTML tags<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source><target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://en.wikipedia.org/wiki/Markdown#Example&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>Markdown compatible<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> that also supports <x id="START_LINK_1" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/api-custom-client-markup&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>custom PeerTube HTML tags<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target> 2189 <trans-unit id="1358902062258458923" datatype="html">
2190 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://en.wikipedia.org/wiki/Markdown#Example&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>Markdown compatible<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> that also supports <x id="START_LINK_1" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/api-custom-client-markup&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>custom PeerTube HTML tags<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
2191 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://en.wikipedia.org/wiki/Markdown#Example&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>Markdown compatible<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> that also supports <x id="START_LINK_1" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/api-custom-client-markup&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>custom PeerTube HTML tags<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
2062 <context-group purpose="location"> 2192 <context-group purpose="location">
2063 <context context-type="sourcefile">src/app/shared/shared-custom-markup/custom-markup-help.component.html</context> 2193 <context context-type="sourcefile">src/app/shared/shared-custom-markup/custom-markup-help.component.html</context>
2064 <context context-type="linenumber">2</context> 2194 <context context-type="linenumber">2</context>
2065 </context-group> 2195 </context-group>
2066 </trans-unit><trans-unit id="7976591803735140601" datatype="html"> 2196 </trans-unit>
2067 <source>Latest published video</source><target state="new">Latest published video</target> 2197 <trans-unit id="7976591803735140601" datatype="html">
2198 <source>Latest published video</source>
2199 <target state="new">Latest published video</target>
2068 <context-group purpose="location"> 2200 <context-group purpose="location">
2069 <context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context> 2201 <context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context>
2070 <context context-type="linenumber">24</context> 2202 <context context-type="linenumber">24</context>
@@ -2099,39 +2231,40 @@ The link will expire within 1 hour.</source>
2099 <source>Video descriptions are truncated by default and require manual action to expand them.</source> 2231 <source>Video descriptions are truncated by default and require manual action to expand them.</source>
2100 <target state="translated">Aglam n tvidyut yettwagzem s wudem awurman, yesra tigawt s ufus i usnerni-ines.</target> 2232 <target state="translated">Aglam n tvidyut yettwagzem s wudem awurman, yesra tigawt s ufus i usnerni-ines.</target>
2101 <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> 2233 <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>
2102 </trans-unit><trans-unit id="2090254132451149776" datatype="html"> 2234 </trans-unit>
2103 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>Choose<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> the appropriate licence for your work. </source><target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>Choose<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> the appropriate licence for your work. </target> 2235 <trans-unit id="2090254132451149776" datatype="html">
2236 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>Choose<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> the appropriate licence for your work. </source>
2237 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://chooser-beta.creativecommons.org/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>Choose<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> the appropriate licence for your work. </target>
2104 <context-group purpose="location"> 2238 <context-group purpose="location">
2105 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context> 2239 <context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context>
2106 <context context-type="linenumber">79,80</context> 2240 <context context-type="linenumber">79,80</context>
2107 </context-group> 2241 </context-group>
2108 </trans-unit> 2242 </trans-unit>
2109
2110 <trans-unit id="5462361983940693567" datatype="html"> 2243 <trans-unit id="5462361983940693567" datatype="html">
2111 <source>Channel</source> 2244 <source>Channel</source>
2112 <target state="translated">Abadu</target> 2245 <target state="translated">Abadu</target>
2113 2246 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">70</context></context-group>
2114 2247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">70</context></context-group>
2115 2248 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">34</context></context-group>
2116 2249 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">58</context></context-group>
2117 2250 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.html</context><context context-type="linenumber">6</context></context-group>
2118 2251 <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">30</context></context-group>
2119 2252 <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>
2120 2253 <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">19</context></context-group>
2121 2254 </trans-unit>
2122 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-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">34</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">58</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.html</context><context context-type="linenumber">6</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">30</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">19</context></context-group></trans-unit>
2123 <trans-unit id="8440128775129354214" datatype="html"> 2255 <trans-unit id="8440128775129354214" datatype="html">
2124 <source>Privacy</source> 2256 <source>Privacy</source>
2125 <target>Tabaḍnit</target> 2257 <target>Tabaḍnit</target>
2126 2258 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">57</context></context-group>
2127 2259 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">57</context></context-group>
2128 2260 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">106</context></context-group>
2129 2261 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.html</context><context context-type="linenumber">13</context></context-group>
2130 2262 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">37</context></context-group>
2131 2263 <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">29</context></context-group>
2132 2264 <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">26</context></context-group>
2133 2265 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">2</context></context-group>
2134 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">57</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">106</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">29</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">2</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 2266 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">22</context></context-group>
2267 </trans-unit>
2135 <trans-unit id="9012879216268259096" datatype="html"> 2268 <trans-unit id="9012879216268259096" datatype="html">
2136 <source>Schedule publication (<x id="INTERPOLATION"/>)</source> 2269 <source>Schedule publication (<x id="INTERPOLATION"/>)</source>
2137 <target state="translated">Seɣwes tasuffeɣt (<x id="INTERPOLATION"/>)</target> 2270 <target state="translated">Seɣwes tasuffeɣt (<x id="INTERPOLATION"/>)</target>
@@ -2163,8 +2296,10 @@ The link will expire within 1 hour.</source>
2163 <trans-unit id="2602773901491715295" datatype="html"> 2296 <trans-unit id="2602773901491715295" datatype="html">
2164 <source>Captions</source> 2297 <source>Captions</source>
2165 <target state="translated">Tineffusin</target> 2298 <target state="translated">Tineffusin</target>
2166 2299 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">155</context></context-group>
2167 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">155</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/abuse.service.ts</context><context context-type="linenumber">178</context></context-group></trans-unit> 2300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">26</context></context-group>
2301 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/abuse.service.ts</context><context context-type="linenumber">178</context></context-group>
2302 </trans-unit>
2168 <trans-unit id="2142169012597585513" datatype="html"> 2303 <trans-unit id="2142169012597585513" datatype="html">
2169 <source>Add another caption</source> 2304 <source>Add another caption</source>
2170 <target state="translated">Rnu taneffust-nniḍen</target> 2305 <target state="translated">Rnu taneffust-nniḍen</target>
@@ -2286,8 +2421,11 @@ The link will expire within 1 hour.</source>
2286 <trans-unit id="3068011377000255023" datatype="html"> 2421 <trans-unit id="3068011377000255023" datatype="html">
2287 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source> 2422 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source>
2288 <target state="translated">{VAR_PLURAL, plural, =1 {1 tividyutin} other {<x id="INTERPOLATION"/> tividyutin}}</target> 2423 <target state="translated">{VAR_PLURAL, plural, =1 {1 tividyutin} other {<x id="INTERPOLATION"/> tividyutin}}</target>
2289 2424 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">26</context></context-group>
2290 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 2425 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">41</context></context-group>
2426 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">76</context></context-group>
2427 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">16</context></context-group>
2428 </trans-unit>
2291 <trans-unit id="8856905278208146821" datatype="html"> 2429 <trans-unit id="8856905278208146821" datatype="html">
2292 <source><x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 videos} other {{{ channelVideosCount }} videos}}"/> </source> 2430 <source><x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 videos} other {{{ channelVideosCount }} videos}}"/> </source>
2293 <target state="translated"><x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 videos} other {{{ channelVideosCount }} videos}}"/> </target> 2431 <target state="translated"><x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 videos} other {{{ channelVideosCount }} videos}}"/> </target>
@@ -2346,11 +2484,11 @@ The link will expire within 1 hour.</source>
2346 <trans-unit id="460353452916242022" datatype="html"> 2484 <trans-unit id="460353452916242022" datatype="html">
2347 <source>Sorry, but something went wrong</source> 2485 <source>Sorry, but something went wrong</source>
2348 <target state="translated">Nesḥassef, yella wayen ur nteddu ara akken ilaq</target> 2486 <target state="translated">Nesḥassef, yella wayen ur nteddu ara akken ilaq</target>
2349 2487 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.html</context><context context-type="linenumber">26</context></context-group>
2350 2488 <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">51</context></context-group>
2351 2489 <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">44</context></context-group>
2352 2490 <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">86</context></context-group>
2353 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.html</context><context context-type="linenumber">26</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">51</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">44</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">86</context></context-group></trans-unit> 2491 </trans-unit>
2354 <trans-unit id="5359075917564707730" datatype="html"> 2492 <trans-unit id="5359075917564707730" datatype="html">
2355 <source>Congratulations, the video behind <x id="INTERPOLATION"/> will be imported! You can already add information about this video. </source> 2493 <source>Congratulations, the video behind <x id="INTERPOLATION"/> will be imported! You can already add information about this video. </source>
2356 <target state="translated">Gedha, tavidyut deffir <x id="INTERPOLATION"/> ad d-tettwakter! Tzemreḍ yakan ad ternuḍ talɣut ɣef tvidyut-a. </target> 2494 <target state="translated">Gedha, tavidyut deffir <x id="INTERPOLATION"/> ad d-tettwakter! Tzemreḍ yakan ad ternuḍ talɣut ɣef tvidyut-a. </target>
@@ -2359,12 +2497,17 @@ The link will expire within 1 hour.</source>
2359 <trans-unit id="4021752662928002901" datatype="html"> 2497 <trans-unit id="4021752662928002901" datatype="html">
2360 <source>Update</source> 2498 <source>Update</source>
2361 <target>Sedɣi</target> 2499 <target>Sedɣi</target>
2362 2500 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">174</context></context-group>
2363 2501 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts</context><context context-type="linenumber">110</context></context-group>
2364 2502 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.html</context><context context-type="linenumber">45</context></context-group>
2365 2503 <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">68</context></context-group>
2366 2504 <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">61</context></context-group>
2367 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">174</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts</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-go-live.component.html</context><context context-type="linenumber">45</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">68</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">61</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><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/edit-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/edit-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">284</context></context-group></trans-unit> 2505 <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>
2506 <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>
2507 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/edit-button.component.ts</context><context context-type="linenumber">17</context></context-group>
2508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/edit-button.component.ts</context><context context-type="linenumber">22</context></context-group>
2509 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">284</context></context-group>
2510 </trans-unit>
2368 <trans-unit id="6722765664648523978" datatype="html"> 2511 <trans-unit id="6722765664648523978" datatype="html">
2369 <source>Select the file to upload</source> 2512 <source>Select the file to upload</source>
2370 <target state="translated">Fren afaylu ara d-tsaliḍ</target> 2513 <target state="translated">Fren afaylu ara d-tsaliḍ</target>
@@ -2374,39 +2517,39 @@ The link will expire within 1 hour.</source>
2374 <trans-unit id="9172233176401579786" datatype="html"> 2517 <trans-unit id="9172233176401579786" datatype="html">
2375 <source>Scheduled</source> 2518 <source>Scheduled</source>
2376 <target>Yettuɣawes</target> 2519 <target>Yettuɣawes</target>
2377 2520 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group>
2378 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group></trans-unit> 2521 </trans-unit>
2379 <trans-unit id="1435317307066082710" datatype="html"> 2522 <trans-unit id="1435317307066082710" datatype="html">
2380 <source>Hide the video until a specific date</source> 2523 <source>Hide the video until a specific date</source>
2381 <target state="translated">Ffer tavidyut alamma azemz usdid</target> 2524 <target state="translated">Ffer tavidyut alamma azemz usdid</target>
2382 2525 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group>
2383 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 2526 </trans-unit>
2384 <trans-unit id="6148369758871787018" datatype="html"> 2527 <trans-unit id="6148369758871787018" datatype="html">
2385 <source>Video background image</source> 2528 <source>Video background image</source>
2386 <target state="translated">Tugna n ugilal n tvidyut</target> 2529 <target state="translated">Tugna n ugilal n tvidyut</target>
2387 2530 <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">34</context></context-group>
2388 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit> 2531 </trans-unit>
2389 <trans-unit id="7099631707196015765" datatype="html"> 2532 <trans-unit id="7099631707196015765" datatype="html">
2390 <source>Image that will be merged with your audio file. <x id="LINE_BREAK"/> The chosen image will be definitive and cannot be modified. </source> 2533 <source>Image that will be merged with your audio file. <x id="LINE_BREAK"/> The chosen image will be definitive and cannot be modified. </source>
2391 <target state="translated">Tugna ara yeddun akked ufaylu-inek·inem ameslaw. <x id="LINE_BREAK"/> tugna yettwafernen d nettat kan ara yeqqimen , ur tettizmireḍ ara ad tt-tbeddleḍ. </target> 2534 <target state="translated">Tugna ara yeddun akked ufaylu-inek·inem ameslaw. <x id="LINE_BREAK"/> tugna yettwafernen d nettat kan ara yeqqimen , ur tettizmireḍ ara ad tt-tbeddleḍ. </target>
2392 2535 <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">37</context></context-group>
2393 <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">37</context></context-group></trans-unit> 2536 </trans-unit>
2394 <trans-unit id="4626927731329688072" datatype="html"> 2537 <trans-unit id="4626927731329688072" datatype="html">
2395 <source>Total video uploaded</source> 2538 <source>Total video uploaded</source>
2396 <target state="translated">Asemday n tvidyutin i d-yettwasulin</target> 2539 <target state="translated">Asemday n tvidyutin i d-yettwasulin</target>
2397 2540 <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>
2398 <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></trans-unit> 2541 </trans-unit>
2399 <trans-unit id="1185207825965405436" datatype="html"> 2542 <trans-unit id="1185207825965405436" datatype="html">
2400 <source>Processing…</source> 2543 <source>Processing…</source>
2401 <target state="translated">Processing…</target> 2544 <target state="translated">Processing…</target>
2402 2545 <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">65</context></context-group>
2403 <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">65</context></context-group></trans-unit> 2546 </trans-unit>
2404 <trans-unit id="7934833136974560675" datatype="html"> 2547 <trans-unit id="7934833136974560675" datatype="html">
2405 <source>Retry</source> 2548 <source>Retry</source>
2406 <target state="translated">Ɛreḍ tikkelt-nniḍen</target> 2549 <target state="translated">Ɛreḍ tikkelt-nniḍen</target>
2407 <note priority="1" from="description">Retry failed upload of a video</note> 2550 <note priority="1" from="description">Retry failed upload of a video</note>
2408 2551 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">80</context></context-group>
2409 <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> 2552 </trans-unit>
2410 <trans-unit id="2127094963121208963" datatype="html"> 2553 <trans-unit id="2127094963121208963" datatype="html">
2411 <source>Total video quota</source> 2554 <source>Total video quota</source>
2412 <target state="translated">Afmiḍi asemday n tvidyut</target> 2555 <target state="translated">Afmiḍi asemday n tvidyut</target>
@@ -2416,22 +2559,24 @@ The link will expire within 1 hour.</source>
2416 <trans-unit id="1522676094837508187" datatype="html"> 2559 <trans-unit id="1522676094837508187" datatype="html">
2417 <source>Congratulations! Your video is now available in your private library.</source> 2560 <source>Congratulations! Your video is now available in your private library.</source>
2418 <target state="translated">Gedha! Tavidyut-ik·im tella tura deg temkarḍit-ik·im tabaḍnit.</target> 2561 <target state="translated">Gedha! Tavidyut-ik·im tella tura deg temkarḍit-ik·im tabaḍnit.</target>
2419 2562 <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">91</context></context-group>
2420 <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">91</context></context-group></trans-unit> 2563 </trans-unit>
2421 <trans-unit id="3768339632235914548" datatype="html"> 2564 <trans-unit id="3768339632235914548" datatype="html">
2422 <source>Publish will be available when upload is finished</source> 2565 <source>Publish will be available when upload is finished</source>
2423 <target state="translated">Ad yili usuffeɣ mi ara yemmed usali</target> 2566 <target state="translated">Ad yili usuffeɣ mi ara yemmed usali</target>
2424 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">104</context></context-group>
2425 <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">104</context></context-group></trans-unit> 2568 </trans-unit>
2426 <trans-unit id="7430416142942514215" datatype="html"> 2569 <trans-unit id="7430416142942514215" datatype="html">
2427 <source>Publish</source> 2570 <source>Publish</source>
2428 <target>Suffeɣ-d</target> 2571 <target>Suffeɣ-d</target>
2572 <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">106</context></context-group>
2573 <context-group purpose="location"><context context-type="sourcefile">src/app/header/header.component.html</context><context context-type="linenumber">5</context></context-group>
2574 </trans-unit>
2575 <trans-unit id="6161604372916832458" datatype="html">
2576 <source>Upload on hold</source>
2577 <target state="new">Upload on hold</target>
2429 2578
2430 2579 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2431 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2432 <source>Upload on hold</source><target state="new">Upload on hold</target>
2433
2434 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
2435 <trans-unit id="285180972645018518" datatype="html"> 2580 <trans-unit id="285180972645018518" datatype="html">
2436 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2581 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2437 <target state="translated">Nesḥassef, tamahilt n usali tensa i umiḍan-ik·im. Ma yella tebɣiḍ ad ternuḍ tividyutin, anedbal yezmer ad yekkes asekker afmiḍi-inek·inem.</target> 2582 <target state="translated">Nesḥassef, tamahilt n usali tensa i umiḍan-ik·im. Ma yella tebɣiḍ ad ternuḍ tividyutin, anedbal yezmer ad yekkes asekker afmiḍi-inek·inem.</target>
@@ -2462,8 +2607,10 @@ The link will expire within 1 hour.</source>
2462 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source> 2607 <source>Congratulations, the video will be imported with BitTorrent! You can already add information about this video.</source>
2463 <target state="translated">Gedha, tavidut ad d-tettwakter s BitTorrent! Tzemreḍ yakan ad ternuḍ talɣut ɣef tvidyut-a.</target> 2608 <target state="translated">Gedha, tavidut ad d-tettwakter s BitTorrent! Tzemreḍ yakan ad ternuḍ talɣut ɣef tvidyut-a.</target>
2464 <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> 2609 <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>
2465 </trans-unit><trans-unit id="4422946962830681102" datatype="html"> 2610 </trans-unit>
2466 <source>Torrents with only 1 file are supported.</source><target state="new">Torrents with only 1 file are supported.</target> 2611 <trans-unit id="4422946962830681102" datatype="html">
2612 <source>Torrents with only 1 file are supported.</source>
2613 <target state="new">Torrents with only 1 file are supported.</target>
2467 <context-group purpose="location"> 2614 <context-group purpose="location">
2468 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts</context> 2615 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts</context>
2469 <context context-type="linenumber">119</context> 2616 <context context-type="linenumber">119</context>
@@ -2532,18 +2679,18 @@ The link will expire within 1 hour.</source>
2532 <trans-unit id="3907889591911208762" datatype="html"> 2679 <trans-unit id="3907889591911208762" datatype="html">
2533 <source>Other videos</source> 2680 <source>Other videos</source>
2534 <target state="translated">Tividyutin-nniḍen</target> 2681 <target state="translated">Tividyutin-nniḍen</target>
2535 2682 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html</context><context context-type="linenumber">5</context></context-group>
2536 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 2683 </trans-unit>
2537 <trans-unit id="2913936134410914576" datatype="html"> 2684 <trans-unit id="2913936134410914576" datatype="html">
2538 <source>AUTOPLAY</source> 2685 <source>AUTOPLAY</source>
2539 <target state="translated">AUTOPLAY</target> 2686 <target state="translated">AUTOPLAY</target>
2540 2687 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html</context><context context-type="linenumber">10</context></context-group>
2541 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2688 </trans-unit>
2542 <trans-unit id="4619111912751495491" datatype="html"> 2689 <trans-unit id="4619111912751495491" datatype="html">
2543 <source>Report this comment</source> 2690 <source>Report this comment</source>
2544 <target state="translated">Sillef awennit agi</target> 2691 <target state="translated">Sillef awennit agi</target>
2545 2692 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">178</context></context-group>
2546 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">178</context></context-group></trans-unit> 2693 </trans-unit>
2547 <trans-unit id="5336944753883027145" datatype="html"> 2694 <trans-unit id="5336944753883027145" datatype="html">
2548 <source>Maybe later</source> 2695 <source>Maybe later</source>
2549 <target state="translated">Ahat ticki</target> 2696 <target state="translated">Ahat ticki</target>
@@ -2660,88 +2807,88 @@ The link will expire within 1 hour.</source>
2660 <trans-unit id="8928816882866356838" datatype="html"> 2807 <trans-unit id="8928816882866356838" datatype="html">
2661 <source>Public</source> 2808 <source>Public</source>
2662 <target>Azayez</target> 2809 <target>Azayez</target>
2663 2810 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">11</context></context-group>
2664 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2811 </trans-unit>
2665
2666
2667
2668
2669
2670 <trans-unit id="4416005356063364306" datatype="html"> 2812 <trans-unit id="4416005356063364306" datatype="html">
2671 <source>This video is blocked.</source> 2813 <source>This video is blocked.</source>
2672 <target state="translated">Tavidyut-a tettusewḥel.</target> 2814 <target state="translated">Tavidyut-a tettusewḥel.</target>
2673 2815 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context><context context-type="linenumber">22</context></context-group>
2674 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 2816 </trans-unit>
2675 <trans-unit id="2482137713226830428" datatype="html"> 2817 <trans-unit id="2482137713226830428" datatype="html">
2676 <source>Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></source> 2818 <source>Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></source>
2677 <target state="translated">Isuffeɣ-d <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></target> 2819 <target state="translated">Isuffeɣ-d <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></target>
2678 2820 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">31</context></context-group>
2679 2821 </trans-unit>
2680 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
2681 <trans-unit id="1813238393038053050" datatype="html"> 2822 <trans-unit id="1813238393038053050" datatype="html">
2682 <source>SUPPORT</source> 2823 <source>SUPPORT</source>
2683 <target state="translated">SUPPORT</target> 2824 <target state="translated">SUPPORT</target>
2684 2825 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">13</context></context-group>
2685 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 2826 </trans-unit>
2686 <trans-unit id="9219888125536520293" datatype="html"> 2827 <trans-unit id="9219888125536520293" datatype="html">
2687 <source>SHARE</source> 2828 <source>SHARE</source>
2688 <target state="translated">SHARE</target> 2829 <target state="translated">SHARE</target>
2689 2830 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">18</context></context-group>
2690 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2831 </trans-unit>
2691 <trans-unit id="6671956963490165282" datatype="html"> 2832 <trans-unit id="6671956963490165282" datatype="html">
2692 <source>SAVE</source> 2833 <source>SAVE</source>
2693 <target state="translated">SAVE</target> 2834 <target state="translated">SAVE</target>
2694 2835 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">29</context></context-group>
2695 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 2836 </trans-unit>
2696 <trans-unit id="647016352598204238" datatype="html"> 2837 <trans-unit id="647016352598204238" datatype="html">
2697 <source>DOWNLOAD</source> 2838 <source>DOWNLOAD</source>
2698 <target state="translated">DOWNLOAD</target> 2839 <target state="translated">DOWNLOAD</target>
2699 2840 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">43</context></context-group>
2700 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 2841 </trans-unit>
2701 <trans-unit id="687548610091961489" datatype="html"> 2842 <trans-unit id="687548610091961489" datatype="html">
2702 <source>By <x id="INTERPOLATION"/></source> 2843 <source>By <x id="INTERPOLATION"/></source>
2703 <target state="translated">S <x id="INTERPOLATION"/></target> 2844 <target state="translated">S <x id="INTERPOLATION"/></target>
2704 2845 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">71</context></context-group>
2705 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 2846 </trans-unit>
2706 <trans-unit id="7215101881367554791" datatype="html"> 2847 <trans-unit id="7215101881367554791" datatype="html">
2707 <source>Show more</source> 2848 <source>Show more</source>
2708 <target state="translated">Sken-d ugar</target> 2849 <target state="translated">Sken-d ugar</target>
2709 2850 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">10</context></context-group>
2710 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2851 </trans-unit>
2711 <trans-unit id="3517550046701184661" datatype="html"> 2852 <trans-unit id="3517550046701184661" datatype="html">
2712 <source>Show less</source> 2853 <source>Show less</source>
2713 <target state="translated">Sken-d drus</target> 2854 <target state="translated">Sken-d drus</target>
2714 2855 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group>
2715 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 2856 </trans-unit>
2716 <trans-unit id="66785722678644243" datatype="html"> 2857 <trans-unit id="66785722678644243" datatype="html">
2717 <source>Origin</source> 2858 <source>Origin</source>
2718 <target state="translated">Aneẓli</target> 2859 <target state="translated">Aneẓli</target>
2719 2860 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group>
2720 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2861 </trans-unit><trans-unit id="6981359593518942576" datatype="html">
2862 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2863 <context-group purpose="location">
2864 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2865 <context context-type="linenumber">14</context>
2866 </context-group>
2867 </trans-unit>
2721 <trans-unit id="5139892963394684487" datatype="html"> 2868 <trans-unit id="5139892963394684487" datatype="html">
2722 <source>Originally published</source> 2869 <source>Originally published</source>
2723 <target state="translated">Yettwasuffeɣ-d s wudem aneẓli</target> 2870 <target state="translated">Yettwasuffeɣ-d s wudem aneẓli</target>
2724 2871
2725 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2872 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2726 <trans-unit id="6402393085909200998" datatype="html"> 2873 <trans-unit id="6402393085909200998" datatype="html">
2727 <source>Friendly Reminder:</source> 2874 <source>Friendly Reminder:</source>
2728 <target state="translated">Asmekti:</target> 2875 <target state="translated">Asmekti:</target>
2729 2876 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">4</context></context-group>
2730 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit> 2877 </trans-unit>
2731 <trans-unit id="2935783216050341269" datatype="html"> 2878 <trans-unit id="2935783216050341269" datatype="html">
2732 <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> 2879 <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>
2733 <target state="translated">anagraw yettwabḍan yettuseqdacen i tvidyut-a iskan-d belli kra n telɣut tatiknikant ɣef unagraw-ik·im (am tansa n IP tazayazt) tezmer ad tettwazen i wiyaḍ.</target> 2880 <target state="translated">anagraw yettwabḍan yettuseqdacen i tvidyut-a iskan-d belli kra n telɣut tatiknikant ɣef unagraw-ik·im (am tansa n IP tazayazt) tezmer ad tettwazen i wiyaḍ.</target>
2734 2881 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">6</context></context-group>
2735 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 2882 </trans-unit>
2736 <trans-unit id="4619188387782427495" datatype="html"> 2883 <trans-unit id="4619188387782427495" datatype="html">
2737 <source>More information</source> 2884 <source>More information</source>
2738 <target>Ugar n telɣut</target> 2885 <target>Ugar n telɣut</target>
2739 2886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">36</context></context-group>
2740 2887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">56</context></context-group>
2741 2888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">56</context></context-group>
2742 2889 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">9</context></context-group>
2743 2890 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">32</context></context-group>
2744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 2891 </trans-unit>
2745 <trans-unit id="3452334748875293295" datatype="html"> 2892 <trans-unit id="3452334748875293295" datatype="html">
2746 <source>The video was blocked due to automatic blocking of new videos</source> 2893 <source>The video was blocked due to automatic blocking of new videos</source>
2747 <target state="translated">Tabidyut tettusewḥel ssebba n usewḥel awurman n tvidyutin timaynutin</target> 2894 <target state="translated">Tabidyut tettusewḥel ssebba n usewḥel awurman n tvidyutin timaynutin</target>
@@ -2755,47 +2902,52 @@ The link will expire within 1 hour.</source>
2755 <trans-unit id="4512155674928869984" datatype="html"> 2902 <trans-unit id="4512155674928869984" datatype="html">
2756 <source>Get more information</source> 2903 <source>Get more information</source>
2757 <target state="translated">Awi ugar n talɣut</target> 2904 <target state="translated">Awi ugar n talɣut</target>
2758 2905 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">9</context></context-group>
2759 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 2906 </trans-unit>
2760 <trans-unit id="5184373289520493569" datatype="html"> 2907 <trans-unit id="5184373289520493569" datatype="html">
2761 <source>OK</source> 2908 <source>OK</source>
2762 <target>Ih</target> 2909 <target>Ih</target>
2763 2910 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">13</context></context-group>
2764 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="4092533321838934102" datatype="html"> 2911 </trans-unit>
2765 <source> The video is being imported, it will be available when the import is finished. 2912 <trans-unit id="4092533321838934102" datatype="html">
2766</source><target state="new"> The video is being imported, it will be available when the import is finished. 2913 <source>The video is being imported, it will be available when the import is finished.</source>
2914 <target state="new"> The video is being imported, it will be available when the import is finished.
2767</target> 2915</target>
2768 <context-group purpose="location"> 2916 <context-group purpose="location">
2769 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2917 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2770 <context context-type="linenumber">2,3</context> 2918 <context context-type="linenumber">2,3</context>
2771 </context-group> 2919 </context-group>
2772 </trans-unit><trans-unit id="8304621069698650554" datatype="html"> 2920 </trans-unit>
2773 <source> The video is being transcoded, it may not work properly. 2921 <trans-unit id="8304621069698650554" datatype="html">
2774</source><target state="new"> The video is being transcoded, it may not work properly. 2922 <source>The video is being transcoded, it may not work properly.</source>
2923 <target state="new"> The video is being transcoded, it may not work properly.
2775</target> 2924</target>
2776 <context-group purpose="location"> 2925 <context-group purpose="location">
2777 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2926 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2778 <context context-type="linenumber">6,7</context> 2927 <context context-type="linenumber">6,7</context>
2779 </context-group> 2928 </context-group>
2780 </trans-unit><trans-unit id="8619499607322327082" datatype="html"> 2929 </trans-unit>
2781 <source> This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2930 <trans-unit id="8619499607322327082" datatype="html">
2782</source><target state="new"> This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2931 <source>This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. </source>
2932 <target state="new"> This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
2783</target> 2933</target>
2784 <context-group purpose="location"> 2934 <context-group purpose="location">
2785 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2935 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2786 <context context-type="linenumber">9,11</context> 2936 <context context-type="linenumber">9,11</context>
2787 </context-group> 2937 </context-group>
2788 </trans-unit><trans-unit id="4262297989675590582" datatype="html"> 2938 </trans-unit>
2789 <source> This live has not started yet. 2939 <trans-unit id="4262297989675590582" datatype="html">
2790</source><target state="new"> This live has not started yet. 2940 <source>This live has not started yet.</source>
2941 <target state="new"> This live has not started yet.
2791</target> 2942</target>
2792 <context-group purpose="location"> 2943 <context-group purpose="location">
2793 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2944 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2794 <context context-type="linenumber">14,15</context> 2945 <context context-type="linenumber">14,15</context>
2795 </context-group> 2946 </context-group>
2796 </trans-unit><trans-unit id="4926204350710628499" datatype="html"> 2947 </trans-unit>
2797 <source> This live has ended. 2948 <trans-unit id="4926204350710628499" datatype="html">
2798</source><target state="new"> This live has ended. 2949 <source>This live has ended.</source>
2950 <target state="new"> This live has ended.
2799</target> 2951</target>
2800 <context-group purpose="location"> 2952 <context-group purpose="location">
2801 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2953 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
@@ -2805,130 +2957,132 @@ The link will expire within 1 hour.</source>
2805 <trans-unit id="8518611938109939710" datatype="html"> 2957 <trans-unit id="8518611938109939710" datatype="html">
2806 <source>SORT BY</source> 2958 <source>SORT BY</source>
2807 <target state="translated">SORT BY</target> 2959 <target state="translated">SORT BY</target>
2808 2960 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">11</context></context-group>
2809 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2961 </trans-unit>
2810 <trans-unit id="6448160249466325288" datatype="html"> 2962 <trans-unit id="6448160249466325288" datatype="html">
2811 <source>Most recent first (default)</source> 2963 <source>Most recent first (default)</source>
2812 <target state="translated">Tid n melmi kan d timezwura (s wudem amezwer)</target> 2964 <target state="translated">Tid n melmi kan d timezwura (s wudem amezwer)</target>
2813 2965 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">14</context></context-group>
2814 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 2966 </trans-unit>
2815 <trans-unit id="5179007899354903649" datatype="html"> 2967 <trans-unit id="5179007899354903649" datatype="html">
2816 <source>Most replies first</source> 2968 <source>Most replies first</source>
2817 <target state="translated">Ugar n tririryin d amezwaru</target> 2969 <target state="translated">Ugar n tririryin d amezwaru</target>
2818 2970 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">15</context></context-group>
2819 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit> 2971 </trans-unit>
2820 <trans-unit id="7494537777006082055" datatype="html"> 2972 <trans-unit id="7494537777006082055" datatype="html">
2821 <source>No comments.</source> 2973 <source>No comments.</source>
2822 <target state="translated">Ulac iwenniten.</target> 2974 <target state="translated">Ulac iwenniten.</target>
2823 2975 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">28</context></context-group>
2824 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit> 2976 </trans-unit>
2825 <trans-unit id="6390009909920475335" datatype="html"> 2977 <trans-unit id="6390009909920475335" datatype="html">
2826 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source> 2978 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source>
2827 <target state="translated">Sken <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> seg <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> d wiyaḍ </target> 2979 <target state="translated">Sken <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> seg <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> d wiyaḍ </target>
2828 2980 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">80</context></context-group>
2829 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 2981 </trans-unit>
2830 <trans-unit id="4036338619293319383" datatype="html"> 2982 <trans-unit id="4036338619293319383" datatype="html">
2831 <source>{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</source> 2983 <source>{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</source>
2832 <target state="translated">{VAR_PLURAL, plural, =1 {1 tririt} other {<x id="INTERPOLATION"/> tiririyin}}</target> 2984 <target state="translated">{VAR_PLURAL, plural, =1 {1 tririt} other {<x id="INTERPOLATION"/> tiririyin}}</target>
2833 2985 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">80</context></context-group>
2834 2986 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">83</context></context-group>
2835 2987 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">87</context></context-group>
2836 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit> 2988 </trans-unit>
2837 <trans-unit id="127329338495775339" datatype="html"> 2989 <trans-unit id="127329338495775339" datatype="html">
2838 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 2990 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
2839 <target state="translated">Sken <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> seg <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target> 2991 <target state="translated">Sken <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> seg <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target>
2840 2992 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">83</context></context-group>
2841 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit> 2993 </trans-unit>
2842 <trans-unit id="5535545444690528619" datatype="html"> 2994 <trans-unit id="5535545444690528619" datatype="html">
2843 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></source> 2995 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></source>
2844 <target state="translated">Sken <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></target> 2996 <target state="translated">Sken <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></target>
2845 2997 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">87</context></context-group>
2846 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit> 2998 </trans-unit>
2847 <trans-unit id="1055254162789146714" datatype="html"> 2999 <trans-unit id="1055254162789146714" datatype="html">
2848 <source>Comments are disabled.</source> 3000 <source>Comments are disabled.</source>
2849 <target state="translated">Nsan iwenniten.</target> 3001 <target state="translated">Nsan iwenniten.</target>
2850 3002 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">98</context></context-group>
2851 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">98</context></context-group></trans-unit> 3003 </trans-unit>
2852 <trans-unit id="3691787517663044217" datatype="html"> 3004 <trans-unit id="3691787517663044217" datatype="html">
2853 <source>The deletion will be sent to remote instances so they can reflect the change.</source> 3005 <source>The deletion will be sent to remote instances so they can reflect the change.</source>
2854 <target state="translated">Tukksa ad tettwazen ɣer tummanin tinmeggagin i wakken ad izmirent ad gent asnifel.</target> 3006 <target state="translated">Tukksa ad tettwazen ɣer tummanin tinmeggagin i wakken ad izmirent ad gent asnifel.</target>
2855 3007 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">175</context></context-group>
2856 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">175</context></context-group></trans-unit> 3008 </trans-unit>
2857 <trans-unit id="7321800851971795962" datatype="html"> 3009 <trans-unit id="7321800851971795962" datatype="html">
2858 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 3010 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
2859 <target state="translated">D awennit anmeggag, ɣef waya tukksa-a ad tetteddu kan ɣef tummant-ik·im.</target> 3011 <target state="translated">D awennit anmeggag, ɣef waya tukksa-a ad tetteddu kan ɣef tummant-ik·im.</target>
2860 3012 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">177</context></context-group>
2861 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">177</context></context-group></trans-unit> 3013 </trans-unit>
2862 <trans-unit id="5964038603724691720" datatype="html"> 3014 <trans-unit id="5964038603724691720" datatype="html">
2863 <source>Delete and re-draft</source> 3015 <source>Delete and re-draft</source>
2864 <target state="translated">Kkes syen ales-as tira</target> 3016 <target state="translated">Kkes syen ales-as tira</target>
2865 3017 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">203</context></context-group>
2866 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 3018 </trans-unit>
2867 <trans-unit id="7163633882758007711" datatype="html"> 3019 <trans-unit id="7163633882758007711" datatype="html">
2868 <source>Do you really want to delete and re-draft this comment?</source> 3020 <source>Do you really want to delete and re-draft this comment?</source>
2869 <target state="translated">D tidet tebɣiḍ ad tekkseḍ yerna ad talseḍ tira n uwennit-a?</target> 3021 <target state="translated">D tidet tebɣiḍ ad tekkseḍ yerna ad talseḍ tira n uwennit-a?</target>
2870 3022 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">203</context></context-group>
2871 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 3023 </trans-unit>
2872 <trans-unit id="5733075023444401902" datatype="html"> 3024 <trans-unit id="5733075023444401902" datatype="html">
2873 <source>Add comment...</source> 3025 <source>Add comment...</source>
2874 <target state="translated">Rnu awennit...</target> 3026 <target state="translated">Rnu awennit...</target>
2875 3027 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">6</context></context-group>
2876 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 3028 </trans-unit>
2877 <trans-unit id="982956590420630883" datatype="html"> 3029 <trans-unit id="982956590420630883" datatype="html">
2878 <source>Markdown compatible</source> 3030 <source>Markdown compatible</source>
2879 <target state="translated">Markdown yemṣadan</target> 3031 <target state="translated">Markdown yemṣadan</target>
2880 3032 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">15</context></context-group>
2881 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit> 3033 </trans-unit>
2882 <trans-unit id="5793595564950675122" datatype="html"> 3034 <trans-unit id="5793595564950675122" datatype="html">
2883 <source>Markdown compatible that supports:</source> 3035 <source>Markdown compatible that supports:</source>
2884 <target state="translated">Markdown yemṣadan i yessefraken:</target> 3036 <target state="translated">Markdown yemṣadan i yessefraken:</target>
2885 3037 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">18</context></context-group>
2886 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 3038 </trans-unit>
2887 <trans-unit id="8422216333877786919" datatype="html"> 3039 <trans-unit id="8422216333877786919" datatype="html">
2888 <source>Auto generated links</source> 3040 <source>Auto generated links</source>
2889 <target state="translated">Iseɣwan yettusirwen s wudem awurman</target> 3041 <target state="translated">Iseɣwan yettusirwen s wudem awurman</target>
2890 3042 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">21</context></context-group>
2891 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3043 </trans-unit>
2892 <trans-unit id="6365822416124232422" datatype="html"> 3044 <trans-unit id="6365822416124232422" datatype="html">
2893 <source>Break lines</source> 3045 <source>Break lines</source>
2894 <target state="translated">Izirigen n unegzum</target> 3046 <target state="translated">Izirigen n unegzum</target>
2895 3047 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">22</context></context-group>
2896 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3048 </trans-unit>
2897 <trans-unit id="8756167649220050929" datatype="html"> 3049 <trans-unit id="8756167649220050929" datatype="html">
2898 <source>Lists</source> 3050 <source>Lists</source>
2899 <target state="translated">Tibdarint</target> 3051 <target state="translated">Tibdarint</target>
2900 3052 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">23</context></context-group>
2901 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context><context context-type="linenumber">84</context></context-group></trans-unit> 3053 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context><context context-type="linenumber">84</context></context-group>
3054 </trans-unit>
2902 <trans-unit id="2516633974298697807" datatype="html"> 3055 <trans-unit id="2516633974298697807" datatype="html">
2903 <source>Emphasis</source> 3056 <source>Emphasis</source>
2904 <target state="translated">Tuffayt</target> 3057 <target state="translated">Tuffayt</target>
2905 3058 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">25</context></context-group>
2906 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit> 3059 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context><context context-type="linenumber">81</context></context-group>
3060 </trans-unit>
2907 <trans-unit id="2810844969104710423" datatype="html"> 3061 <trans-unit id="2810844969104710423" datatype="html">
2908 <source>bold</source> 3062 <source>bold</source>
2909 <target state="translated">zur</target> 3063 <target state="translated">zur</target>
2910 3064 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">26</context></context-group>
2911 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 3065 </trans-unit>
2912 <trans-unit id="8497278965577453274" datatype="html"> 3066 <trans-unit id="8497278965577453274" datatype="html">
2913 <source>italic</source> 3067 <source>italic</source>
2914 <target state="translated">uknan</target> 3068 <target state="translated">uknan</target>
2915 3069 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">26</context></context-group>
2916 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 3070 </trans-unit>
2917 <trans-unit id="7227611412155083002" datatype="html"> 3071 <trans-unit id="7227611412155083002" datatype="html">
2918 <source>Emoji shortcuts</source> 3072 <source>Emoji shortcuts</source>
2919 <target state="translated">Inegzumen n yimuji</target> 3073 <target state="translated">Inegzumen n yimuji</target>
2920 3074 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">29</context></context-group>
2921 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3075 </trans-unit>
2922 <trans-unit id="6608581312644027413" datatype="html"> 3076 <trans-unit id="6608581312644027413" datatype="html">
2923 <source>Emoji markup</source> 3077 <source>Emoji markup</source>
2924 <target state="translated">Acraḍ n yimujit</target> 3078 <target state="translated">Acraḍ n yimujit</target>
2925 3079 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">33</context></context-group>
2926 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 3080 </trans-unit>
2927 <trans-unit id="381522038671562286" datatype="html"> 3081 <trans-unit id="381522038671562286" datatype="html">
2928 <source>See complete list</source> 3082 <source>See complete list</source>
2929 <target state="translated">Wali tabdart tummdit</target> 3083 <target state="translated">Wali tabdart tummdit</target>
2930 3084 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">35</context></context-group>
2931 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 3085 </trans-unit>
2932 <trans-unit id="2330577642930707695" datatype="html"> 3086 <trans-unit id="2330577642930707695" datatype="html">
2933 <source>Cancel</source> 3087 <source>Cancel</source>
2934 <target>Sefsex</target> 3088 <target>Sefsex</target>
@@ -2937,38 +3091,40 @@ The link will expire within 1 hour.</source>
2937 <trans-unit id="2263890353858735493" datatype="html"> 3091 <trans-unit id="2263890353858735493" datatype="html">
2938 <source>You are one step away from commenting</source> 3092 <source>You are one step away from commenting</source>
2939 <target state="translated">Aql-ak·akem deg uswir ideg tzemreḍ ad twennteḍ</target> 3093 <target state="translated">Aql-ak·akem deg uswir ideg tzemreḍ ad twennteḍ</target>
2940 3094 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">59</context></context-group>
2941 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit> 3095 </trans-unit>
2942 <trans-unit id="7508177761852352782" datatype="html"> 3096 <trans-unit id="7508177761852352782" datatype="html">
2943 <source>You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example).</source> 3097 <source>You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example).</source>
2944 <target state="translated">Tzemreḍ ad twennteḍ s useqdec n umiḍan ɣef yal tummant yemṣadan d ActivityPub (Amiḍan n PeerTube/Mastodon/Pleroma d amedya).</target> 3098 <target state="translated">Tzemreḍ ad twennteḍ s useqdec n umiḍan ɣef yal tummant yemṣadan d ActivityPub (Amiḍan n PeerTube/Mastodon/Pleroma d amedya).</target>
2945 3099 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">65</context></context-group>
2946 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 3100 </trans-unit>
2947 <trans-unit id="2958389355547305739" datatype="html"> 3101 <trans-unit id="2958389355547305739" datatype="html">
2948 <source>Login to comment</source> 3102 <source>Login to comment</source>
2949 <target state="translated">Qqen i wakken ad twennteḍ</target> 3103 <target state="translated">Qqen i wakken ad twennteḍ</target>
2950 3104 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">78</context></context-group>
2951 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit> 3105 </trans-unit>
2952 <trans-unit id="4817080330698362530" datatype="html"> 3106 <trans-unit id="4817080330698362530" datatype="html">
2953 <source>Markdown Emoji List</source> 3107 <source>Markdown Emoji List</source>
2954 <target state="translated">Markdown Emoji List</target> 3108 <target state="translated">Markdown Emoji List</target>
2955 3109 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">86</context></context-group>
2956 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 3110 </trans-unit>
2957 <trans-unit id="2662644497259948010" datatype="html"> 3111 <trans-unit id="2662644497259948010" datatype="html">
2958 <source>Comment</source> 3112 <source>Comment</source>
2959 <target state="translated">Commentaire</target> 3113 <target state="translated">Commentaire</target>
2960 3114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">44</context></context-group>
2961 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit> 3115 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts</context><context context-type="linenumber">81</context></context-group>
3116 </trans-unit>
2962 <trans-unit id="4502286564339177240" datatype="html"> 3117 <trans-unit id="4502286564339177240" datatype="html">
2963 <source>Reply</source> 3118 <source>Reply</source>
2964 <target state="translated">Err</target> 3119 <target state="translated">Err</target>
2965 3120 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts</context><context context-type="linenumber">83</context></context-group>
2966 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit> 3121 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">36</context></context-group>
3122 </trans-unit>
2967 <trans-unit id="3572897237443938692" datatype="html"> 3123 <trans-unit id="3572897237443938692" datatype="html">
2968 <source>Highlighted comment</source> 3124 <source>Highlighted comment</source>
2969 <target state="translated">Awennit yettusebruraq</target> 3125 <target state="translated">Awennit yettusebruraq</target>
2970 3126 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">10</context></context-group>
2971 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 3127 </trans-unit>
2972 <trans-unit id="4502286564339177240" datatype="html"> 3128 <trans-unit id="4502286564339177240" datatype="html">
2973 <source>Reply</source> 3129 <source>Reply</source>
2974 <target>Err</target> 3130 <target>Err</target>
@@ -2977,8 +3133,8 @@ The link will expire within 1 hour.</source>
2977 <trans-unit id="2447932355167015019" datatype="html"> 3133 <trans-unit id="2447932355167015019" datatype="html">
2978 <source>This comment has been deleted</source> 3134 <source>This comment has been deleted</source>
2979 <target state="translated">Awennit-a yettwakkes</target> 3135 <target state="translated">Awennit-a yettwakkes</target>
2980 3136 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group>
2981 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 3137 </trans-unit>
2982 <trans-unit id="9031514421077169181" datatype="html"> 3138 <trans-unit id="9031514421077169181" datatype="html">
2983 <source>Video redundancies</source> 3139 <source>Video redundancies</source>
2984 <target state="translated">Tuɣalin n tvidyut</target> 3140 <target state="translated">Tuɣalin n tvidyut</target>
@@ -2999,11 +3155,6 @@ The link will expire within 1 hour.</source>
2999 <target state="translated">Tavidyut/Awennit/Amiḍan</target> 3155 <target state="translated">Tavidyut/Awennit/Amiḍan</target>
3000 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">22</context></context-group> 3156 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">22</context></context-group>
3001 </trans-unit> 3157 </trans-unit>
3002 <trans-unit id="2265605798180116441" datatype="html">
3003 <source>Follower handle</source>
3004 <target state="translated">Abagan n uneḍfar</target>
3005 <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>
3006 </trans-unit>
3007 <trans-unit id="3301856295120048857" datatype="html"> 3158 <trans-unit id="3301856295120048857" datatype="html">
3008 <source>State <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3159 <source>State <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3009 <target state="translated">Addad n <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3160 <target state="translated">Addad n <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3055,10 +3206,10 @@ The link will expire within 1 hour.</source>
3055 <trans-unit id="8905995985388209337" datatype="html"> 3206 <trans-unit id="8905995985388209337" datatype="html">
3056 <source>Accept</source> 3207 <source>Accept</source>
3057 <target>Qbel</target> 3208 <target>Qbel</target>
3058 3209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group>
3059 3210 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group>
3060 3211 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">33</context></context-group>
3061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 3212 </trans-unit>
3062 <trans-unit id="8415175881466057254" datatype="html"> 3213 <trans-unit id="8415175881466057254" datatype="html">
3063 <source>Refuse</source> 3214 <source>Refuse</source>
3064 <target state="translated">Agi</target> 3215 <target state="translated">Agi</target>
@@ -3107,8 +3258,9 @@ The link will expire within 1 hour.</source>
3107 <trans-unit id="270726559962362501" datatype="html"> 3258 <trans-unit id="270726559962362501" datatype="html">
3108 <source>Renew token</source> 3259 <source>Renew token</source>
3109 <target state="translated">Ɛwed ajuṭun amynut</target> 3260 <target state="translated">Ɛwed ajuṭun amynut</target>
3110 3261 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-applications/my-account-applications.component.html</context><context context-type="linenumber">35</context></context-group>
3111 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-applications/my-account-applications.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-applications/my-account-applications.component.ts</context><context context-type="linenumber">42</context></context-group></trans-unit> 3262 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-applications/my-account-applications.component.ts</context><context context-type="linenumber">42</context></context-group>
3263 </trans-unit>
3112 <trans-unit id="3029923402309610616" datatype="html"> 3264 <trans-unit id="3029923402309610616" datatype="html">
3113 <source>Token renewed. Update your client configuration accordingly.</source> 3265 <source>Token renewed. Update your client configuration accordingly.</source>
3114 <target state="translated">Ajuṭu yettubeddel-d. Leqqem tawila n yimsaɣen-ik·im almend n wayen.</target> 3266 <target state="translated">Ajuṭu yettubeddel-d. Leqqem tawila n yimsaɣen-ik·im almend n wayen.</target>
@@ -3120,8 +3272,10 @@ The link will expire within 1 hour.</source>
3120 <trans-unit id="6658000829978978023" datatype="html"> 3272 <trans-unit id="6658000829978978023" datatype="html">
3121 <source>Applications</source> 3273 <source>Applications</source>
3122 <target state="translated">Isnasen</target> 3274 <target state="translated">Isnasen</target>
3123 3275 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-applications/my-account-applications.component.html</context><context context-type="linenumber">3</context></context-group>
3124 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-applications/my-account-applications.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-routing.module.ts</context><context context-type="linenumber">126</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 3276 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-routing.module.ts</context><context context-type="linenumber">126</context></context-group>
3277 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">60</context></context-group>
3278 </trans-unit>
3125 <trans-unit id="5302915360176176604" datatype="html"> 3279 <trans-unit id="5302915360176176604" datatype="html">
3126 <source>SUBSCRIPTION FEED</source> 3280 <source>SUBSCRIPTION FEED</source>
3127 <target state="translated">ASUDDEM N UMULTEƔ</target> 3281 <target state="translated">ASUDDEM N UMULTEƔ</target>
@@ -3167,11 +3321,6 @@ The link will expire within 1 hour.</source>
3167 <target state="translated">Ɛwed ajuṭun amynut</target> 3321 <target state="translated">Ɛwed ajuṭun amynut</target>
3168 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-applications/my-account-applications.component.html</context><context context-type="linenumber">35</context></context-group> 3322 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-applications/my-account-applications.component.html</context><context context-type="linenumber">35</context></context-group>
3169 </trans-unit> 3323 </trans-unit>
3170 <trans-unit id="6641024648411549335" datatype="html">
3171 <source>Host</source>
3172 <target>Asneftaɣ</target>
3173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3174 </trans-unit>
3175 <trans-unit id="6571718060636962350" datatype="html"> 3324 <trans-unit id="6571718060636962350" datatype="html">
3176 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3325 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3177 <target state="translated">Tuɣalin tettusireg <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3326 <target state="translated">Tuɣalin tettusireg <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3180,8 +3329,9 @@ The link will expire within 1 hour.</source>
3180 <trans-unit id="9160510009013134726" datatype="html"> 3329 <trans-unit id="9160510009013134726" datatype="html">
3181 <source>Unfollow</source> 3330 <source>Unfollow</source>
3182 <target state="translated">Ḥbes aḍfar</target> 3331 <target state="translated">Ḥbes aḍfar</target>
3183 3332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group>
3184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group>
3334 </trans-unit>
3185 <trans-unit id="8246779176913476983" datatype="html"> 3335 <trans-unit id="8246779176913476983" datatype="html">
3186 <source>Open instance in a new tab</source> 3336 <source>Open instance in a new tab</source>
3187 <target state="translated">Ldi tummant deg yiccer amaynut</target> 3337 <target state="translated">Ldi tummant deg yiccer amaynut</target>
@@ -3192,12 +3342,12 @@ The link will expire within 1 hour.</source>
3192 <trans-unit id="9132918641931433659" datatype="html"> 3342 <trans-unit id="9132918641931433659" datatype="html">
3193 <source>No host found matching current filters.</source> 3343 <source>No host found matching current filters.</source>
3194 <target state="translated">Ulac inebgi yettwafen yemṣada d yimsizedgen imiranen.</target> 3344 <target state="translated">Ulac inebgi yettwafen yemṣada d yimsizedgen imiranen.</target>
3195 <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> 3345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group>
3196 </trans-unit> 3346 </trans-unit>
3197 <trans-unit id="7274241885665071790" datatype="html"> 3347 <trans-unit id="7274241885665071790" datatype="html">
3198 <source>Your instance is not following anyone.</source> 3348 <source>Your instance is not following anyone.</source>
3199 <target state="translated">Tummant-ik·im ulac win i teṭṭafar.</target> 3349 <target state="translated">Tummant-ik·im ulac win i teṭṭafar.</target>
3200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3350 <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>
3201 </trans-unit> 3351 </trans-unit>
3202 <trans-unit id="4774348799569692380" datatype="html"> 3352 <trans-unit id="4774348799569692380" datatype="html">
3203 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3353 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
@@ -3207,17 +3357,7 @@ The link will expire within 1 hour.</source>
3207 <trans-unit id="4917252294930256268" datatype="html"> 3357 <trans-unit id="4917252294930256268" datatype="html">
3208 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3358 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3209 <target state="translated">Akka i d-yettban mačči ɣef uqeddac HTTPS i telliḍ. Aqeddac-ik·im web yesra ad yettwarmed TLS i uḍfar n yiqeddacen.</target> 3359 <target state="translated">Akka i d-yettban mačči ɣef uqeddac HTTPS i telliḍ. Aqeddac-ik·im web yesra ad yettwarmed TLS i uḍfar n yiqeddacen.</target>
3210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 3360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group>
3211 </trans-unit>
3212 <trans-unit id="6275803119759621687" datatype="html">
3213 <source>Follow domains</source>
3214 <target state="translated">Ḍfer taɣulin</target>
3215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3216 </trans-unit>
3217 <trans-unit id="1268699198448750610" datatype="html">
3218 <source>Follow instances</source>
3219 <target state="translated">Ḍfer tummanin</target>
3220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3221 </trans-unit> 3361 </trans-unit>
3222 <trans-unit id="9216117865911519658" datatype="html"> 3362 <trans-unit id="9216117865911519658" datatype="html">
3223 <source>Action</source> 3363 <source>Action</source>
@@ -3293,9 +3433,10 @@ The link will expire within 1 hour.</source>
3293 <trans-unit id="4555457172864212828" datatype="html"> 3433 <trans-unit id="4555457172864212828" datatype="html">
3294 <source>Users</source> 3434 <source>Users</source>
3295 <target>Iseqdacen</target> 3435 <target>Iseqdacen</target>
3296 3436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">88</context></context-group>
3297 3437 <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>
3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">88</context></context-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><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> 3438 <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>
3439 </trans-unit>
3299 <trans-unit id="8147229944654164397" datatype="html"> 3440 <trans-unit id="8147229944654164397" datatype="html">
3300 <source>{VAR_PLURAL, plural, =1 {Video} other {Videos} }</source> 3441 <source>{VAR_PLURAL, plural, =1 {Video} other {Videos} }</source>
3301 <target state="translated">{VAR_PLURAL, plural, =1 {Video} other {Videos} }</target> 3442 <target state="translated">{VAR_PLURAL, plural, =1 {Video} other {Videos} }</target>
@@ -3341,10 +3482,11 @@ The link will expire within 1 hour.</source>
3341 <trans-unit id="5248717555542428023" datatype="html"> 3482 <trans-unit id="5248717555542428023" datatype="html">
3342 <source>Username</source> 3483 <source>Username</source>
3343 <target>Nom d'utilisateur</target> 3484 <target>Nom d'utilisateur</target>
3344 <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>
3345 <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>
3346 <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> 3485 <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>
3347 <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> 3486 <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>
3487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</context></context-group>
3488 <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>
3489 <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>
3348 </trans-unit> 3490 </trans-unit>
3349 <trans-unit id="5428411040014095392" datatype="html"> 3491 <trans-unit id="5428411040014095392" datatype="html">
3350 <source>e.g. jane_doe</source> 3492 <source>e.g. jane_doe</source>
@@ -3375,6 +3517,7 @@ The link will expire within 1 hour.</source>
3375 <target>Tamlilt</target> 3517 <target>Tamlilt</target>
3376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group>
3378 </trans-unit> 3521 </trans-unit>
3379 <trans-unit id="7046347992315328430" datatype="html"> 3522 <trans-unit id="7046347992315328430" datatype="html">
3380 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3523 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
@@ -3392,14 +3535,9 @@ The link will expire within 1 hour.</source>
3392 <trans-unit id="2622255144026150901" datatype="html"> 3535 <trans-unit id="2622255144026150901" datatype="html">
3393 <source>Auth plugin</source> 3536 <source>Auth plugin</source>
3394 <target state="translated">Izegrar n usesteb</target> 3537 <target state="translated">Izegrar n usesteb</target>
3395 <context-group purpose="location"> 3538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3396 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3397 <context context-type="linenumber">188</context> 3540 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group>
3398 </context-group>
3399 <context-group purpose="location">
3400 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3401 <context context-type="linenumber">188</context>
3402 </context-group>
3403 </trans-unit> 3541 </trans-unit>
3404 <trans-unit id="588099657508661970" datatype="html"> 3542 <trans-unit id="588099657508661970" datatype="html">
3405 <source>None (local authentication)</source> 3543 <source>None (local authentication)</source>
@@ -3459,8 +3597,9 @@ The link will expire within 1 hour.</source>
3459 <trans-unit id="8286337167859377104" datatype="html"> 3597 <trans-unit id="8286337167859377104" datatype="html">
3460 <source>Create user</source> 3598 <source>Create user</source>
3461 <target>Rnu aseqdac</target> 3599 <target>Rnu aseqdac</target>
3462 3600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group>
3463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group>
3602 </trans-unit>
3464 <trans-unit id="8363291180171434623" datatype="html"> 3603 <trans-unit id="8363291180171434623" datatype="html">
3465 <source>Table parameters</source> 3604 <source>Table parameters</source>
3466 <target state="translated">Table parameters</target> 3605 <target state="translated">Table parameters</target>
@@ -3544,35 +3683,43 @@ The link will expire within 1 hour.</source>
3544 <trans-unit id="1868606282505332204" datatype="html"> 3683 <trans-unit id="1868606282505332204" datatype="html">
3545 <source>Reports</source> 3684 <source>Reports</source>
3546 <target state="translated">Ineqqisen</target> 3685 <target state="translated">Ineqqisen</target>
3547 3686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">53</context></context-group>
3548 3687 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/abuse-list/abuse-list.component.html</context><context context-type="linenumber">3</context></context-group>
3549 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/abuse-list/abuse-list.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.routes.ts</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 3688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.routes.ts</context><context context-type="linenumber">37</context></context-group>
3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-abuses/my-account-abuses-list.component.html</context><context context-type="linenumber">3</context></context-group>
3690 </trans-unit>
3550 <trans-unit id="746099155736913817" datatype="html"> 3691 <trans-unit id="746099155736913817" datatype="html">
3551 <source>Video blocks</source> 3692 <source>Video blocks</source>
3552 <target state="translated">Imsewḥal n tvidyutin</target> 3693 <target state="translated">Imsewḥal n tvidyutin</target>
3553 3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">60</context></context-group>
3554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">60</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 3695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">3</context></context-group>
3696 </trans-unit>
3555 <trans-unit id="7427986413651551775" datatype="html"> 3697 <trans-unit id="7427986413651551775" datatype="html">
3556 <source>Video comments</source> 3698 <source>Video comments</source>
3557 <target state="translated">Iwenniten n tvidyut</target> 3699 <target state="translated">Iwenniten n tvidyut</target>
3558 3700 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">67</context></context-group>
3559 3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.routes.ts</context><context context-type="linenumber">86</context></context-group>
3560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">67</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.routes.ts</context><context context-type="linenumber">86</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 3702 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">3</context></context-group>
3703 </trans-unit>
3561 <trans-unit id="7815838401315213887" datatype="html"> 3704 <trans-unit id="7815838401315213887" datatype="html">
3562 <source>Muted accounts</source> 3705 <source>Muted accounts</source>
3563 <target state="translated">Imiḍanen yettwasgugmen</target> 3706 <target state="translated">Imiḍanen yettwasgugmen</target>
3564 3707 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">74</context></context-group>
3565 3708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.routes.ts</context><context context-type="linenumber">98</context></context-group>
3566 3709 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-routing.module.ts</context><context context-type="linenumber">85</context></context-group>
3567 3710 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">31</context></context-group>
3568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.routes.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-routing.module.ts</context><context context-type="linenumber">85</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 3711 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">3</context></context-group>
3712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">3</context></context-group>
3713 </trans-unit>
3569 <trans-unit id="5668793810321242853" datatype="html"> 3714 <trans-unit id="5668793810321242853" datatype="html">
3570 <source>Muted servers</source> 3715 <source>Muted servers</source>
3571 <target state="translated">Iqeddacen yettwasgugmen</target> 3716 <target state="translated">Iqeddacen yettwasgugmen</target>
3572 3717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">81</context></context-group>
3573 3718 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-routing.module.ts</context><context context-type="linenumber">94</context></context-group>
3574 3719 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">36</context></context-group>
3575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-routing.module.ts</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 3720 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">3</context></context-group>
3721 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">3</context></context-group>
3722 </trans-unit>
3576 <trans-unit id="4555457172864212828" datatype="html"> 3723 <trans-unit id="4555457172864212828" datatype="html">
3577 <source>Users</source> 3724 <source>Users</source>
3578 <target state="translated">Iseqdacen</target> 3725 <target state="translated">Iseqdacen</target>
@@ -3581,8 +3728,9 @@ The link will expire within 1 hour.</source>
3581 <trans-unit id="3008420115644088420" datatype="html"> 3728 <trans-unit id="3008420115644088420" datatype="html">
3582 <source>Configuration</source> 3729 <source>Configuration</source>
3583 <target state="translated">Tawila</target> 3730 <target state="translated">Tawila</target>
3584 3731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">95</context></context-group>
3585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">95</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">1</context></context-group></trans-unit> 3732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">1</context></context-group>
3733 </trans-unit>
3586 <trans-unit id="746099155736913817" datatype="html"> 3734 <trans-unit id="746099155736913817" datatype="html">
3587 <source>Video blocks</source> 3735 <source>Video blocks</source>
3588 <target state="translated">Imsewḥal n tvidyut</target> 3736 <target state="translated">Imsewḥal n tvidyut</target>
@@ -3632,6 +3780,14 @@ The link will expire within 1 hour.</source>
3632 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3780 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3633 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3781 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3634 </trans-unit> 3782 </trans-unit>
3783 <trans-unit id="8390803680962035202" datatype="html">
3784 <source>Follower</source>
3785 <target state="new">Follower</target>
3786 <context-group purpose="location">
3787 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3788 <context context-type="linenumber">24</context>
3789 </context-group>
3790 </trans-unit>
3635 <trans-unit id="4691552465058437520" datatype="html"> 3791 <trans-unit id="4691552465058437520" datatype="html">
3636 <source>Commented video</source> 3792 <source>Commented video</source>
3637 <target state="translated">Iwennet tavidyut</target> 3793 <target state="translated">Iwennet tavidyut</target>
@@ -3666,53 +3822,38 @@ The link will expire within 1 hour.</source>
3666 <trans-unit id="1420624050293070194" datatype="html"> 3822 <trans-unit id="1420624050293070194" datatype="html">
3667 <source>No abuses found matching current filters.</source> 3823 <source>No abuses found matching current filters.</source>
3668 <target state="translated">Ulac yir aseqdec yettwafen yemṣada d yimsizedgen imiranen.</target> 3824 <target state="translated">Ulac yir aseqdec yettwafen yemṣada d yimsizedgen imiranen.</target>
3669 3825 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">166</context></context-group>
3670 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">166</context></context-group></trans-unit> 3826 </trans-unit>
3671 <trans-unit id="639328713281980021" datatype="html"> 3827 <trans-unit id="639328713281980021" datatype="html">
3672 <source>No abuses found.</source> 3828 <source>No abuses found.</source>
3673 <target state="translated">Ulac yir aseqdec yettwafen.</target> 3829 <target state="translated">Ulac yir aseqdec yettwafen.</target>
3674 3830 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group>
3675 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit> 3831 </trans-unit>
3676 <trans-unit id="1807029821872995706" datatype="html"> 3832 <trans-unit id="1807029821872995706" datatype="html">
3677 <source>Unsolved reports</source> 3833 <source>Unsolved reports</source>
3678 <target state="new">Unsolved reports</target> 3834 <target state="new">Unsolved reports</target>
3679 <context-group purpose="location"> 3835
3680 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3836 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3681 <context context-type="linenumber">42</context>
3682 </context-group>
3683 </trans-unit>
3684 <trans-unit id="2570256912317308673" datatype="html"> 3837 <trans-unit id="2570256912317308673" datatype="html">
3685 <source>Accepted reports</source> 3838 <source>Accepted reports</source>
3686 <target state="new">Accepted reports</target> 3839 <target state="new">Accepted reports</target>
3687 <context-group purpose="location"> 3840
3688 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3841 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3689 <context context-type="linenumber">46</context>
3690 </context-group>
3691 </trans-unit>
3692 <trans-unit id="4335414817109654558" datatype="html"> 3842 <trans-unit id="4335414817109654558" datatype="html">
3693 <source>Refused reports</source> 3843 <source>Refused reports</source>
3694 <target state="new">Refused reports</target> 3844 <target state="new">Refused reports</target>
3695 <context-group purpose="location"> 3845
3696 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3846 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3697 <context context-type="linenumber">50</context>
3698 </context-group>
3699 </trans-unit>
3700 <trans-unit id="5604806676748121035" datatype="html"> 3847 <trans-unit id="5604806676748121035" datatype="html">
3701 <source>Reports with blocked videos</source> 3848 <source>Reports with blocked videos</source>
3702 <target state="new">Reports with blocked videos</target> 3849 <target state="new">Reports with blocked videos</target>
3703 <context-group purpose="location"> 3850
3704 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3851 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3705 <context context-type="linenumber">54</context>
3706 </context-group>
3707 </trans-unit>
3708 <trans-unit id="5105869928182826553" datatype="html"> 3852 <trans-unit id="5105869928182826553" datatype="html">
3709 <source>Reports with deleted videos</source> 3853 <source>Reports with deleted videos</source>
3710 <target state="new">Reports with deleted videos</target> 3854 <target state="new">Reports with deleted videos</target>
3711 <context-group purpose="location"> 3855
3712 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3856 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3713 <context context-type="linenumber">58</context>
3714 </context-group>
3715 </trans-unit>
3716 <trans-unit id="4678289986918934018" datatype="html"> 3857 <trans-unit id="4678289986918934018" datatype="html">
3717 <source>Block reason:</source> 3858 <source>Block reason:</source>
3718 <target state="translated">Ssebba n usewḥel:</target> 3859 <target state="translated">Ssebba n usewḥel:</target>
@@ -3731,19 +3872,13 @@ The link will expire within 1 hour.</source>
3731 <trans-unit id="7755288609601798418" datatype="html"> 3872 <trans-unit id="7755288609601798418" datatype="html">
3732 <source>Automatic blocks</source> 3873 <source>Automatic blocks</source>
3733 <target state="new">Automatic blocks</target> 3874 <target state="new">Automatic blocks</target>
3734 <context-group purpose="location"> 3875
3735 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3736 <context context-type="linenumber">31</context>
3737 </context-group>
3738 </trans-unit>
3739 <trans-unit id="6510868134640657079" datatype="html"> 3877 <trans-unit id="6510868134640657079" datatype="html">
3740 <source>Manual blocks</source> 3878 <source>Manual blocks</source>
3741 <target state="new">Manual blocks</target> 3879 <target state="new">Manual blocks</target>
3742 <context-group purpose="location"> 3880
3743 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3744 <context context-type="linenumber">35</context>
3745 </context-group>
3746 </trans-unit>
3747 <trans-unit id="2143435845912984377" datatype="html"> 3882 <trans-unit id="2143435845912984377" datatype="html">
3748 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3883 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3749 <target state="translated">Askan <x id="INTERPOLATION"/> i <x id="INTERPOLATION_1"/> n <x id="INTERPOLATION_2"/> tvidyutin yettusweḥlen</target> 3884 <target state="translated">Askan <x id="INTERPOLATION"/> i <x id="INTERPOLATION_1"/> n <x id="INTERPOLATION_2"/> tvidyutin yettusweḥlen</target>
@@ -3779,20 +3914,23 @@ The link will expire within 1 hour.</source>
3779 <trans-unit id="1258618443362430782" datatype="html"> 3914 <trans-unit id="1258618443362430782" datatype="html">
3780 <source><x id="ICU" equiv-text="{abuse.countReportsForReporter, plural, =1 {1 report} other {{{ abuse.countReportsForReporter }} reports}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;ml-1 glyphicon glyphicon-flag&quot;>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source> 3915 <source><x id="ICU" equiv-text="{abuse.countReportsForReporter, plural, =1 {1 report} other {{{ abuse.countReportsForReporter }} reports}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;ml-1 glyphicon glyphicon-flag&quot;>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
3781 <target state="translated"><x id="ICU" equiv-text="{abuse.countReportsForReporter, plural, =1 {1 report} other {{{ abuse.countReportsForReporter }} reports}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;ml-1 glyphicon glyphicon-flag&quot;>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target> 3916 <target state="translated"><x id="ICU" equiv-text="{abuse.countReportsForReporter, plural, =1 {1 report} other {{{ abuse.countReportsForReporter }} reports}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;ml-1 glyphicon glyphicon-flag&quot;>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
3782 3917 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">22</context></context-group>
3783 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3918 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">42</context></context-group>
3919 </trans-unit>
3784 <trans-unit id="6540177673229220400" datatype="html"> 3920 <trans-unit id="6540177673229220400" datatype="html">
3785 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION"/> reports}}</source> 3921 <source>{VAR_PLURAL, plural, =1 {1 report} other {<x id="INTERPOLATION"/> reports}}</source>
3786 <target state="translated">{VAR_PLURAL, plural, =1 {1 n uneqqis} other {<x id="INTERPOLATION"/> yineqqisen}}</target> 3922 <target state="translated">{VAR_PLURAL, plural, =1 {1 n uneqqis} other {<x id="INTERPOLATION"/> yineqqisen}}</target>
3787 3923 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">22</context></context-group>
3788 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 3924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">42</context></context-group>
3925 </trans-unit>
3789 <trans-unit id="6549265851868599441" datatype="html"> 3926 <trans-unit id="6549265851868599441" datatype="html">
3790 <source>Video</source> 3927 <source>Video</source>
3791 <target>Tavidyut</target> 3928 <target>Tavidyut</target>
3792 3929 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">43</context></context-group>
3793 3930 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">20</context></context-group>
3794 3931 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-imports/my-video-imports.component.html</context><context context-type="linenumber">18</context></context-group>
3795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-imports/my-video-imports.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit> 3932 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">8</context></context-group>
3933 </trans-unit>
3796 <trans-unit id="2662644497259948010" datatype="html"> 3934 <trans-unit id="2662644497259948010" datatype="html">
3797 <source>Comment</source> 3935 <source>Comment</source>
3798 <target state="translated">Awennit</target> 3936 <target state="translated">Awennit</target>
@@ -3852,8 +3990,9 @@ The link will expire within 1 hour.</source>
3852 <trans-unit id="7008439939460403347" datatype="html"> 3990 <trans-unit id="7008439939460403347" datatype="html">
3853 <source>Report</source> 3991 <source>Report</source>
3854 <target>Aneqqis</target> 3992 <target>Aneqqis</target>
3855 3993 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">55</context></context-group>
3856 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">314</context></context-group></trans-unit> 3994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">314</context></context-group>
3995 </trans-unit>
3857 <trans-unit id="829951422090160526" datatype="html"> 3996 <trans-unit id="829951422090160526" datatype="html">
3858 <source>Reported part</source> 3997 <source>Reported part</source>
3859 <target state="translated">Aḥric yettwaktaren</target> 3998 <target state="translated">Aḥric yettwaktaren</target>
@@ -3907,7 +4046,7 @@ The link will expire within 1 hour.</source>
3907 4046
3908 4047
3909 4048
3910 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 4049 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3911 <trans-unit id="1300704815627663264" datatype="html"> 4050 <trans-unit id="1300704815627663264" datatype="html">
3912 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 4051 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3913 <target state="translated">Yettwasgugem ɣef <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 4052 <target state="translated">Yettwasgugem ɣef <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -4008,35 +4147,36 @@ The link will expire within 1 hour.</source>
4008 <trans-unit id="4474510732215437338" datatype="html"> 4147 <trans-unit id="4474510732215437338" datatype="html">
4009 <source>Uninstall</source> 4148 <source>Uninstall</source>
4010 <target>Kkes</target> 4149 <target>Kkes</target>
4011 4150 <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">36</context></context-group>
4012 <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">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 4151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">111</context></context-group>
4152 </trans-unit>
4013 <trans-unit id="676860092433275829" datatype="html"> 4153 <trans-unit id="676860092433275829" datatype="html">
4014 <source>Hot</source> 4154 <source>Hot</source>
4015 <target state="translated">Ufrin</target> 4155 <target state="translated">Ufrin</target>
4016 <note priority="1" from="description">A variant of Trending videos based on the number of recent interactions</note> 4156 <note priority="1" from="description">A variant of Trending videos based on the number of recent interactions</note>
4017 4157 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">48</context></context-group>
4018 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 4158 </trans-unit>
4019 <trans-unit id="2144158274184161635" datatype="html"> 4159 <trans-unit id="2144158274184161635" datatype="html">
4020 <source>Videos with the most interactions for recent videos</source> 4160 <source>Videos with the most interactions for recent videos</source>
4021 <target state="translated">Tividyutin yemyigawen s waṭas d tvidyutin n melmi kan</target> 4161 <target state="translated">Tividyutin yemyigawen s waṭas d tvidyutin n melmi kan</target>
4022 4162 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">51</context></context-group>
4023 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 4163 </trans-unit>
4024 <trans-unit id="8312243926314494468" datatype="html"> 4164 <trans-unit id="8312243926314494468" datatype="html">
4025 <source>Videos with the most views during the last 24 hours</source> 4165 <source>Videos with the most views during the last 24 hours</source>
4026 <target state="translated">Tividyutin yemmeẓren s waṭas deg 24 yisragen iεeddan</target> 4166 <target state="translated">Tividyutin yemmeẓren s waṭas deg 24 yisragen iεeddan</target>
4027 4167 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">58</context></context-group>
4028 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 4168 </trans-unit>
4029 <trans-unit id="7112532281224432421" datatype="html"> 4169 <trans-unit id="7112532281224432421" datatype="html">
4030 <source>Likes</source> 4170 <source>Likes</source>
4031 <target state="translated">Iεǧeb</target> 4171 <target state="translated">Iεǧeb</target>
4032 <note priority="1" from="description">A variant of Trending videos based on the number of likes</note> 4172 <note priority="1" from="description">A variant of Trending videos based on the number of likes</note>
4033 4173 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">61</context></context-group>
4034 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 4174 </trans-unit>
4035 <trans-unit id="1671858302647356245" datatype="html"> 4175 <trans-unit id="1671858302647356245" datatype="html">
4036 <source>Videos that have the most likes</source> 4176 <source>Videos that have the most likes</source>
4037 <target state="translated">Tividyutin yesεan aṭas n uεǧab</target> 4177 <target state="translated">Tividyutin yesεan aṭas n uεǧab</target>
4038 4178 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">64</context></context-group>
4039 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 4179 </trans-unit>
4040 <trans-unit id="8854094932942190741" datatype="html"> 4180 <trans-unit id="8854094932942190741" datatype="html">
4041 <source>Search...</source> 4181 <source>Search...</source>
4042 <target state="translated">Nadi...</target> 4182 <target state="translated">Nadi...</target>
@@ -4051,14 +4191,15 @@ The link will expire within 1 hour.</source>
4051 <source>Popular</source> 4191 <source>Popular</source>
4052 <target>Imeẓwiyen</target> 4192 <target>Imeẓwiyen</target>
4053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">16</context></context-group> 4193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">16</context></context-group>
4054 </trans-unit><trans-unit id="1780056719120519633" datatype="html"> 4194 </trans-unit>
4055 <source> <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {result} other {results}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" </source><target state="new"> <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {result} other {results}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" </target> 4195 <trans-unit id="1780056719120519633" datatype="html">
4196 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {result} other {results}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" </source>
4197 <target state="new"> <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {result} other {results}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" </target>
4056 <context-group purpose="location"> 4198 <context-group purpose="location">
4057 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context> 4199 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
4058 <context context-type="linenumber">22,24</context> 4200 <context context-type="linenumber">22,24</context>
4059 </context-group> 4201 </context-group>
4060 </trans-unit> 4202 </trans-unit>
4061
4062 <trans-unit id="2722270956157821098" datatype="html"> 4203 <trans-unit id="2722270956157821098" datatype="html">
4063 <source>No results.</source> 4204 <source>No results.</source>
4064 <target>Ulac igmaḍ.</target> 4205 <target>Ulac igmaḍ.</target>
@@ -4082,18 +4223,21 @@ The link will expire within 1 hour.</source>
4082 <trans-unit id="3229595422546554334" datatype="html"> 4223 <trans-unit id="3229595422546554334" datatype="html">
4083 <source>Jobs</source> 4224 <source>Jobs</source>
4084 <target>Axeddim</target> 4225 <target>Axeddim</target>
4085 4226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">3</context></context-group>
4086 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.routes.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 4227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.routes.ts</context><context context-type="linenumber">26</context></context-group>
4228 </trans-unit>
4087 <trans-unit id="4804785061014590286" datatype="html"> 4229 <trans-unit id="4804785061014590286" datatype="html">
4088 <source>Logs</source> 4230 <source>Logs</source>
4089 <target>Aɣmis</target> 4231 <target>Aɣmis</target>
4090 4232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">5</context></context-group>
4091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.routes.ts</context><context context-type="linenumber">37</context></context-group></trans-unit> 4233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.routes.ts</context><context context-type="linenumber">37</context></context-group>
4234 </trans-unit>
4092 <trans-unit id="3422890808980876594" datatype="html"> 4235 <trans-unit id="3422890808980876594" datatype="html">
4093 <source>Debug</source> 4236 <source>Debug</source>
4094 <target>Seɣti</target> 4237 <target>Seɣti</target>
4095 4238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">7</context></context-group>
4096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">7</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.routes.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 4239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.routes.ts</context><context context-type="linenumber">48</context></context-group>
4240 </trans-unit>
4097 <trans-unit id="8949443215142664126" datatype="html"> 4241 <trans-unit id="8949443215142664126" datatype="html">
4098 <source>Delete this comment</source> 4242 <source>Delete this comment</source>
4099 <target state="translated">Kkes awennit-a</target> 4243 <target state="translated">Kkes awennit-a</target>
@@ -4245,7 +4389,6 @@ The link will expire within 1 hour.</source>
4245 <target state="translated">Sɣur <x id="INTERPOLATION"/> -></target> 4389 <target state="translated">Sɣur <x id="INTERPOLATION"/> -></target>
4246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">46</context></context-group> 4390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">46</context></context-group>
4247 </trans-unit> 4391 </trans-unit>
4248
4249 <trans-unit id="7396175500300709096" datatype="html"> 4392 <trans-unit id="7396175500300709096" datatype="html">
4250 <source>INSTANCE</source> 4393 <source>INSTANCE</source>
4251 <target state="translated">INSTANCE</target> 4394 <target state="translated">INSTANCE</target>
@@ -4266,46 +4409,46 @@ The link will expire within 1 hour.</source>
4266 <trans-unit id="7794655859478571096" datatype="html"> 4409 <trans-unit id="7794655859478571096" datatype="html">
4267 <source>Main instance categories</source> 4410 <source>Main instance categories</source>
4268 <target state="translated">Taggayin n tummant tagejdant</target> 4411 <target state="translated">Taggayin n tummant tagejdant</target>
4269 4412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">50</context></context-group>
4270 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 4413 </trans-unit>
4271 <trans-unit id="6588040559347368313" datatype="html"> 4414 <trans-unit id="6588040559347368313" datatype="html">
4272 <source>Add a new category</source> 4415 <source>Add a new category</source>
4273 <target state="translated">Rnu taggayt tamaynut</target> 4416 <target state="translated">Rnu taggayt tamaynut</target>
4274 4417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">57</context></context-group>
4275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 4418 </trans-unit>
4276 <trans-unit id="5983800192187691457" datatype="html"> 4419 <trans-unit id="5983800192187691457" datatype="html">
4277 <source>Main languages you/your moderators speak</source> 4420 <source>Main languages you/your moderators speak</source>
4278 <target state="translated">Tutlayin tigejdanin i tettmeslayeḍ / imḍebbren-inek·inem</target> 4421 <target state="translated">Tutlayin tigejdanin i tettmeslayeḍ / imḍebbren-inek·inem</target>
4279 4422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">64</context></context-group>
4280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit> 4423 </trans-unit>
4281 <trans-unit id="399528956091640769" datatype="html"> 4424 <trans-unit id="399528956091640769" datatype="html">
4282 <source>MODERATION &amp; NSFW</source> 4425 <source>MODERATION &amp; NSFW</source>
4283 <target state="translated">ASEKTEM &amp; NSFW</target> 4426 <target state="translated">ASEKTEM &amp; NSFW</target>
4284 4427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">82</context></context-group>
4285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 4428 </trans-unit>
4286 <trans-unit id="4423835119021329687" datatype="html"> 4429 <trans-unit id="4423835119021329687" datatype="html">
4287 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/users&quot;>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> to build a moderation team. </source> 4430 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/users&quot;>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> to build a moderation team. </source>
4288 <target state="translated">Sefrek <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/users&quot;>"/>iseqdacen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> i bennu n terbaεt tmḍebbart. </target> 4431 <target state="translated">Sefrek <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/users&quot;>"/>iseqdacen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> i bennu n terbaεt tmḍebbart. </target>
4289 4432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">84</context></context-group>
4290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">84</context></context-group></trans-unit> 4433 </trans-unit>
4291 <trans-unit id="7030031694783481217" datatype="html"> 4434 <trans-unit id="7030031694783481217" datatype="html">
4292 <source>This instance is dedicated to sensitive or NSFW content</source> 4435 <source>This instance is dedicated to sensitive or NSFW content</source>
4293 <target state="translated">Tummant-a tella-d i ugbur amḥlfu neɣ agbur n NSFW</target> 4436 <target state="translated">Tummant-a tella-d i ugbur amḥlfu neɣ agbur n NSFW</target>
4294 4437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">93</context></context-group>
4295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit> 4438 </trans-unit>
4296 <trans-unit id="4620493570088713907" datatype="html"> 4439 <trans-unit id="4620493570088713907" datatype="html">
4297 <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 /> "/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4440 <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 /> "/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source>
4298 <target state="translated">Armad-is ad isireg inedbalen-nniḍen ad ẓren belli tesdukkuleḍ s wudem agejdan agbur amḥulfu.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/> Rnu ɣer waya, tabewwaḍt n uṛcam ɣef tvidyut ad tettwaṛcem s wudem awurman amezwer. </target> 4441 <target state="translated">Armad-is ad isireg inedbalen-nniḍen ad ẓren belli tesdukkuleḍ s wudem agejdan agbur amḥulfu.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/> Rnu ɣer waya, tabewwaḍt n uṛcam ɣef tvidyut ad tettwaṛcem s wudem awurman amezwer. </target>
4299 4442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">98</context></context-group>
4300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">98</context></context-group></trans-unit> 4443 </trans-unit>
4301 <trans-unit id="7497677457560701935" datatype="html"> 4444 <trans-unit id="7497677457560701935" datatype="html">
4302 <source>Policy on videos containing sensitive content</source> 4445 <source>Policy on videos containing sensitive content</source>
4303 <target state="translated">Tasertit n tvidyutin ideg yella ugbur amḥulfu</target> 4446 <target state="translated">Tasertit n tvidyutin ideg yella ugbur amḥulfu</target>
4304 4447 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">106</context></context-group>
4305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 4448 </trans-unit>
4306 <trans-unit id="7350483582490037954" datatype="html"> 4449 <trans-unit id="7350483582490037954" datatype="html">
4307 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Hide<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> 4450 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Hide<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>
4308 <target state="new"> With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Hide<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. </target> 4451 <target state="translated">S <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ffer<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> neɣ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Tinfulin yerwin<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, asentem ad ak·am-d-yettwasuter i wakken ad twaliḍ tavidyut. </target>
4309 <context-group purpose="location"> 4452 <context-group purpose="location">
4310 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context> 4453 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context>
4311 <context context-type="linenumber">107,108</context> 4454 <context context-type="linenumber">107,108</context>
@@ -4314,96 +4457,95 @@ The link will expire within 1 hour.</source>
4314 <trans-unit id="2544569632476723854" datatype="html"> 4457 <trans-unit id="2544569632476723854" datatype="html">
4315 <source>Terms</source> 4458 <source>Terms</source>
4316 <target>Tiwtilin</target> 4459 <target>Tiwtilin</target>
4317 4460 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">168</context></context-group>
4318 4461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">129</context></context-group>
4319 4462 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group>
4320 4463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">35</context></context-group>
4321 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">168</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">129</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><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 4464 </trans-unit>
4322 <trans-unit id="4127416011499804250" datatype="html"> 4465 <trans-unit id="4127416011499804250" datatype="html">
4323 <source>Code of conduct</source> 4466 <source>Code of conduct</source>
4324 <target state="translated">Tangalt n ufaris</target> 4467 <target state="translated">Tangalt n ufaris</target>
4325 4468 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">154</context></context-group>
4326 4469 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">140</context></context-group>
4327 4470 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">47</context></context-group>
4328 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">154</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 4471 </trans-unit>
4329 <trans-unit id="3076079242537393946" datatype="html"> 4472 <trans-unit id="3076079242537393946" datatype="html">
4330 <source>Moderation information</source> 4473 <source>Moderation information</source>
4331 <target state="translated">Talɣut n uselkem</target> 4474 <target state="translated">Talɣut n uselkem</target>
4332 4475 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">140</context></context-group>
4333 4476 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">151</context></context-group>
4334 4477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">41</context></context-group>
4335 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 4478 </trans-unit>
4336 <trans-unit id="5056489767203690328" datatype="html"> 4479 <trans-unit id="5056489767203690328" datatype="html">
4337 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4480 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4338 <target state="translated">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4481 <target state="translated">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4339 4482 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">152</context></context-group>
4340 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 4483 </trans-unit>
4341 <trans-unit id="2047672753819413550" datatype="html"> 4484 <trans-unit id="2047672753819413550" datatype="html">
4342 <source>YOU AND YOUR INSTANCE</source> 4485 <source>YOU AND YOUR INSTANCE</source>
4343 <target state="translated">YOU AND YOUR INSTANCE</target> 4486 <target state="translated">YOU AND YOUR INSTANCE</target>
4344 4487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">167</context></context-group>
4345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit> 4488 </trans-unit>
4346 <trans-unit id="3968335261686887328" datatype="html"> 4489 <trans-unit id="3968335261686887328" datatype="html">
4347 <source>Who is behind the instance?</source> 4490 <source>Who is behind the instance?</source>
4348 <target state="translated">Anwa i yellan deffir n tummant?</target> 4491 <target state="translated">Anwa i yellan deffir n tummant?</target>
4349 4492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">173</context></context-group>
4350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 4493 </trans-unit>
4351 <trans-unit id="7323194786468446482" datatype="html"> 4494 <trans-unit id="7323194786468446482" datatype="html">
4352 <source>A single person? A non-profit? A company?</source> 4495 <source>A single person? A non-profit? A company?</source>
4353 <target state="translated">Yiwen umdan? D takebbanit ur nettnadi ɣef tedrimt? D takebbanit?</target> 4496 <target state="translated">Yiwen umdan? D takebbanit ur nettnadi ɣef tedrimt? D takebbanit?</target>
4354 4497 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">174</context></context-group>
4355 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">174</context></context-group></trans-unit> 4498 </trans-unit>
4356 <trans-unit id="5480243297215266596" datatype="html"> 4499 <trans-unit id="5480243297215266596" datatype="html">
4357 <source>Why did you create this instance?</source> 4500 <source>Why did you create this instance?</source>
4358 <target state="translated">Ayɣer i terniḍ tummant-a?</target> 4501 <target state="translated">Ayɣer i terniḍ tummant-a?</target>
4359 4502 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">185</context></context-group>
4360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">185</context></context-group></trans-unit> 4503 </trans-unit>
4361 <trans-unit id="6995481962115300007" datatype="html"> 4504 <trans-unit id="6995481962115300007" datatype="html">
4362 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4505 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4363 <target state="translated">I beṭṭu n tvidyutin-inek·inem tudmawanin? I wakken ad teldiḍ ajerred d usireg n yimdanen ad d-salin ayen i bɣan?</target> 4506 <target state="translated">I beṭṭu n tvidyutin-inek·inem tudmawanin? I wakken ad teldiḍ ajerred d usireg n yimdanen ad d-salin ayen i bɣan?</target>
4364 4507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">186</context></context-group>
4365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">186</context></context-group></trans-unit> 4508 </trans-unit>
4366 <trans-unit id="3667968987954856844" datatype="html"> 4509 <trans-unit id="3667968987954856844" datatype="html">
4367 <source>How long do you plan to maintain this instance?</source> 4510 <source>How long do you plan to maintain this instance?</source>
4368 <target state="translated">Acḥal i txemmeḍ ad teqqim tummant-a?</target> 4511 <target state="translated">Acḥal i txemmeḍ ad teqqim tummant-a?</target>
4369 4512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">197</context></context-group>
4370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit> 4513 </trans-unit>
4371 <trans-unit id="6722472563287778070" datatype="html"> 4514 <trans-unit id="6722472563287778070" datatype="html">
4372 <source>It's important to know for users who want to register on your instance</source> 4515 <source>It's important to know for users who want to register on your instance</source>
4373 <target state="translated">Yesɛa azal i yiseqdacen-ik·im i yebɣan ad jerrden ɣef tummant-ik·im ad t-ẓren</target> 4516 <target state="translated">Yesɛa azal i yiseqdacen-ik·im i yebɣan ad jerrden ɣef tummant-ik·im ad t-ẓren</target>
4374 4517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">198</context></context-group>
4375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">198</context></context-group></trans-unit> 4518 </trans-unit>
4376 <trans-unit id="8362291348781958428" datatype="html"> 4519 <trans-unit id="8362291348781958428" datatype="html">
4377 <source>How will you finance the PeerTube server?</source> 4520 <source>How will you finance the PeerTube server?</source>
4378 <target state="translated">Amek ara tettxelliseḍ aqeddac n PeerTube?</target> 4521 <target state="translated">Amek ara tettxelliseḍ aqeddac n PeerTube?</target>
4379 4522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">209</context></context-group>
4380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit> 4523 </trans-unit>
4381 <trans-unit id="2441006645448216398" datatype="html"> 4524 <trans-unit id="2441006645448216398" datatype="html">
4382 <source>With your own funds? With user donations? Advertising?</source> 4525 <source>With your own funds? With user donations? Advertising?</source>
4383 <target state="translated">With your own funds? With user donations? Advertising?</target> 4526 <target state="translated">With your own funds? With user donations? Advertising?</target>
4384 4527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">210</context></context-group>
4385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">210</context></context-group></trans-unit> 4528 </trans-unit>
4386 <trans-unit id="6853511883515031762" datatype="html"> 4529 <trans-unit id="6853511883515031762" datatype="html">
4387 <source>OTHER INFORMATION</source> 4530 <source>OTHER INFORMATION</source>
4388 <target state="translated">OTHER INFORMATION</target> 4531 <target state="translated">OTHER INFORMATION</target>
4389 4532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">225</context></context-group>
4390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit> 4533 </trans-unit>
4391 <trans-unit id="3447208665089679283" datatype="html"> 4534 <trans-unit id="3447208665089679283" datatype="html">
4392 <source>What server/hardware does the instance run on?</source> 4535 <source>What server/hardware does the instance run on?</source>
4393 <target state="translated">What server/hardware does the instance run on?</target> 4536 <target state="translated">What server/hardware does the instance run on?</target>
4394 4537 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">231</context></context-group>
4395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit> 4538 </trans-unit>
4396 <trans-unit id="4739907951373047958" datatype="html"> 4539 <trans-unit id="4739907951373047958" datatype="html">
4397 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 4540 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4398 <target state="translated">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4541 <target state="translated">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4399 4542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">232</context></context-group>
4400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">232</context></context-group></trans-unit> 4543 </trans-unit>
4401
4402 <trans-unit id="5926348345797688952" datatype="html"> 4544 <trans-unit id="5926348345797688952" datatype="html">
4403 <source>VOD Transcoding</source> 4545 <source>VOD Transcoding</source>
4404 <target state="translated">Anigtengel VOD</target> 4546 <target state="translated">Anigtengel VOD</target>
4405 4547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">33</context></context-group>
4406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 4548 </trans-unit>
4407 <trans-unit id="8557599287230755359" datatype="html"> 4549 <trans-unit id="8557599287230755359" datatype="html">
4408 <source>APPEARANCE</source> 4550 <source>APPEARANCE</source>
4409 <target state="translated">APPEARANCE</target> 4551 <target state="translated">APPEARANCE</target>
@@ -4427,114 +4569,109 @@ The link will expire within 1 hour.</source>
4427 <target state="translated">Asebter agejdan</target> 4569 <target state="translated">Asebter agejdan</target>
4428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">27</context></context-group> 4570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">27</context></context-group>
4429 </trans-unit> 4571 </trans-unit>
4430
4431
4432 <trans-unit id="2609416025385742456" datatype="html"> 4572 <trans-unit id="2609416025385742456" datatype="html">
4433 <source>Default trending page</source> 4573 <source>Default trending page</source>
4434 <target state="translated">Asebter n tiddin amezwer</target> 4574 <target state="translated">Asebter n tiddin amezwer</target>
4435 4575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">43</context></context-group>
4436 4576 </trans-unit>
4437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
4438 <trans-unit id="421622604352196374" datatype="html"> 4577 <trans-unit id="421622604352196374" datatype="html">
4439 <source>Best videos</source> 4578 <source>Best videos</source>
4440 <target state="translated">Tividyutin akk igerrzen</target> 4579 <target state="translated">Tividyutin akk igerrzen</target>
4441 4580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">47</context></context-group>
4442 4581 </trans-unit>
4443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
4444 <trans-unit id="554741830445276244" datatype="html"> 4582 <trans-unit id="554741830445276244" datatype="html">
4445 <source>Hot videos</source> 4583 <source>Hot videos</source>
4446 <target state="translated">Tavidyut tufrint</target> 4584 <target state="translated">Tavidyut tufrint</target>
4447 4585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">48</context></context-group>
4448 4586 </trans-unit>
4449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
4450 <trans-unit id="4203746847864415875" datatype="html"> 4587 <trans-unit id="4203746847864415875" datatype="html">
4451 <source>Most viewed videos</source> 4588 <source>Most viewed videos</source>
4452 <target state="translated">Tividyutin yettwasneqden s waṭas</target> 4589 <target state="translated">Tividyutin yettwasneqden s waṭas</target>
4453 4590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">49</context></context-group>
4454 4591 </trans-unit>
4455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
4456 <trans-unit id="8177374861384376651" datatype="html"> 4592 <trans-unit id="8177374861384376651" datatype="html">
4457 <source>Most liked videos</source> 4593 <source>Most liked videos</source>
4458 <target state="translated">Tividyutin yettwasmenyafen s waṭas</target> 4594 <target state="translated">Tividyutin yettwasmenyafen s waṭas</target>
4459 4595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">50</context></context-group>
4460 4596 </trans-unit>
4461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
4462
4463
4464 <trans-unit id="4809162812315301010" datatype="html"> 4597 <trans-unit id="4809162812315301010" datatype="html">
4465 <source>BROADCAST MESSAGE</source> 4598 <source>BROADCAST MESSAGE</source>
4466 <target state="translated">BROADCAST MESSAGE</target> 4599 <target state="translated">BROADCAST MESSAGE</target>
4467 4600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">64</context></context-group>
4468 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit> 4601 </trans-unit>
4469 <trans-unit id="7097094470713539753" datatype="html"> 4602 <trans-unit id="7097094470713539753" datatype="html">
4470 <source>Display a message on your instance</source> 4603 <source>Display a message on your instance</source>
4471 <target state="translated">Sken izen deg tummant-ik·im</target> 4604 <target state="translated">Sken izen deg tummant-ik·im</target>
4472 4605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">66</context></context-group>
4473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 4606 </trans-unit>
4474 <trans-unit id="4686199497574248459" datatype="html"> 4607 <trans-unit id="4686199497574248459" datatype="html">
4475 <source>Enable broadcast message</source> 4608 <source>Enable broadcast message</source>
4476 <target state="translated">Enable broadcast message</target> 4609 <target state="translated">Enable broadcast message</target>
4477 4610 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">77</context></context-group>
4478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">77</context></context-group></trans-unit> 4611 </trans-unit>
4479 <trans-unit id="9192050065623241777" datatype="html"> 4612 <trans-unit id="9192050065623241777" datatype="html">
4480 <source>Allow users to dismiss the broadcast message</source> 4613 <source>Allow users to dismiss the broadcast message</source>
4481 <target state="translated">Allow users to dismiss the broadcast message</target> 4614 <target state="translated">Allow users to dismiss the broadcast message</target>
4482 4615 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">84</context></context-group>
4483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">84</context></context-group></trans-unit> 4616 </trans-unit>
4484 <trans-unit id="6582848618760132901" datatype="html"> 4617 <trans-unit id="6582848618760132901" datatype="html">
4485 <source>Broadcast message level</source> 4618 <source>Broadcast message level</source>
4486 <target state="translated">Broadcast message level</target> 4619 <target state="translated">Broadcast message level</target>
4487 4620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">89</context></context-group>
4488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit> 4621 </trans-unit>
4489 <trans-unit id="8066608938393600549" datatype="html"> 4622 <trans-unit id="8066608938393600549" datatype="html">
4490 <source>Message</source> 4623 <source>Message</source>
4491 <target state="translated">Izen</target> 4624 <target state="translated">Izen</target>
4492 4625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">103</context></context-group>
4493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit> 4626 </trans-unit>
4494 <trans-unit id="5631159720194597622" datatype="html"> 4627 <trans-unit id="5631159720194597622" datatype="html">
4495 <source>NEW USERS</source> 4628 <source>NEW USERS</source>
4496 <target state="translated">NEW USERS</target> 4629 <target state="translated">NEW USERS</target>
4497 4630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">120</context></context-group>
4498 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">120</context></context-group></trans-unit> 4631 </trans-unit>
4499 <trans-unit id="2669509104300979449" datatype="html"> 4632 <trans-unit id="2669509104300979449" datatype="html">
4500 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/users&quot;>"/>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 routerLink=&quot;/admin/users&quot;>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> to set their quota individually. </source>
4501 <target state="translated">Sefrek <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/users&quot;>"/>iseqdacen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> i usbadu n umur-nsen i yal yiwen. </target> 4634 <target state="translated">Sefrek <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/users&quot;>"/>iseqdacen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> i usbadu n umur-nsen i yal yiwen. </target>
4502 4635 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">122</context></context-group>
4503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">122</context></context-group></trans-unit> 4636 </trans-unit>
4504 <trans-unit id="2092224316392295720" datatype="html"> 4637 <trans-unit id="2092224316392295720" datatype="html">
4505 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4638 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4506 <target state="translated">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4639 <target state="translated">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4507 4640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">135</context></context-group>
4508 4641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">403</context></context-group>
4509 4642 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">416</context></context-group>
4510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">403</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">416</context></context-group></trans-unit> 4643 </trans-unit>
4511 <trans-unit id="4497115134891299867" datatype="html"> 4644 <trans-unit id="4497115134891299867" datatype="html">
4512 <source>Signup requires email verification</source> 4645 <source>Signup requires email verification</source>
4513 <target state="translated">Ajerred yyesra imayl n usenqed</target> 4646 <target state="translated">Ajerred yyesra imayl n usenqed</target>
4514 4647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">143</context></context-group>
4515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">143</context></context-group></trans-unit> 4648 </trans-unit>
4516 <trans-unit id="8133107840061687919" datatype="html"> 4649 <trans-unit id="8133107840061687919" datatype="html">
4517 <source>Signup limit</source> 4650 <source>Signup limit</source>
4518 <target state="translated">Talast n ujerred</target> 4651 <target state="translated">Talast n ujerred</target>
4519 4652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">147</context></context-group>
4520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">147</context></context-group></trans-unit> 4653 </trans-unit>
4521 <trans-unit id="8497774075394617130" datatype="html"> 4654 <trans-unit id="8497774075394617130" datatype="html">
4522 <source>{VAR_PLURAL, plural, =1 {user} other {users}}</source> 4655 <source>{VAR_PLURAL, plural, =1 {user} other {users}}</source>
4523 <target state="translated">{VAR_PLURAL, plural, =1 {aseqdac} other {iseqdacen}}</target> 4656 <target state="translated">{VAR_PLURAL, plural, =1 {aseqdac} other {iseqdacen}}</target>
4524 4657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">154</context></context-group>
4525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">154</context></context-group></trans-unit> 4658 </trans-unit>
4526 <trans-unit id="5620049714977547431" datatype="html"> 4659 <trans-unit id="5620049714977547431" datatype="html">
4527 <source>Signup won't be limited to a fixed number of users.</source> 4660 <source>Signup won't be limited to a fixed number of users.</source>
4528 <target state="translated">Ajerred ur yesεi ara talast n umḍan uṣbiḍ n yiseqdacen.</target> 4661 <target state="translated">Ajerred ur yesεi ara talast n umḍan uṣbiḍ n yiseqdacen.</target>
4529 4662 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">159</context></context-group>
4530 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">159</context></context-group></trans-unit><trans-unit id="1663379405062033606" datatype="html"> 4663 </trans-unit>
4531 <source>Minimum required age to create an account</source><target state="new">Minimum required age to create an account</target> 4664 <trans-unit id="1663379405062033606" datatype="html">
4665 <source>Minimum required age to create an account</source>
4666 <target state="new">Minimum required age to create an account</target>
4532 <context-group purpose="location"> 4667 <context-group purpose="location">
4533 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context> 4668 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context>
4534 <context context-type="linenumber">163</context> 4669 <context context-type="linenumber">163</context>
4535 </context-group> 4670 </context-group>
4536 </trans-unit><trans-unit id="8342879272354516454" datatype="html"> 4671 </trans-unit>
4537 <source>{VAR_PLURAL, plural, =1 {year old} other {years old}}</source><target state="new">{VAR_PLURAL, plural, =1 {year old} other {years old}}</target> 4672 <trans-unit id="8342879272354516454" datatype="html">
4673 <source>{VAR_PLURAL, plural, =1 {year old} other {years old}}</source>
4674 <target state="new">{VAR_PLURAL, plural, =1 {year old} other {years old}}</target>
4538 <context-group purpose="location"> 4675 <context-group purpose="location">
4539 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context> 4676 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context>
4540 <context context-type="linenumber">170</context> 4677 <context context-type="linenumber">170</context>
@@ -4543,165 +4680,167 @@ The link will expire within 1 hour.</source>
4543 <trans-unit id="7456307533995141215" datatype="html"> 4680 <trans-unit id="7456307533995141215" datatype="html">
4544 <source>Enable Signup</source> 4681 <source>Enable Signup</source>
4545 <target state="translated">Rmed ajerred</target> 4682 <target state="translated">Rmed ajerred</target>
4546 4683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">132</context></context-group>
4547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">132</context></context-group></trans-unit> 4684 </trans-unit>
4548 <trans-unit id="502260296951057925" datatype="html"> 4685 <trans-unit id="502260296951057925" datatype="html">
4549 <source>Default video quota per user</source> 4686 <source>Default video quota per user</source>
4550 <target state="translated">Afmiḍi n tvidyut amezwer i useqdac</target> 4687 <target state="translated">Afmiḍi n tvidyut amezwer i useqdac</target>
4551 4688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">182</context></context-group>
4552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit> 4689 </trans-unit>
4553 <trans-unit id="7169210802367807492" datatype="html"> 4690 <trans-unit id="7169210802367807492" datatype="html">
4554 <source>bytes</source> 4691 <source>bytes</source>
4555 <target state="translated">ibiten</target> 4692 <target state="translated">ibiten</target>
4556 4693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">188</context></context-group>
4557 4694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">202</context></context-group>
4558 4695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">157</context></context-group>
4559 4696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">157</context></context-group>
4560 4697 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">178</context></context-group>
4561 4698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">178</context></context-group>
4562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">202</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">157</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">157</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">178</context></context-group></trans-unit> 4699 </trans-unit>
4563 <trans-unit id="8509882464852636851" datatype="html"> 4700 <trans-unit id="8509882464852636851" datatype="html">
4564 <source>Default daily upload limit per user</source> 4701 <source>Default daily upload limit per user</source>
4565 <target state="translated">Default daily upload limit per user</target> 4702 <target state="translated">Default daily upload limit per user</target>
4566 4703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">196</context></context-group>
4567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">196</context></context-group></trans-unit> 4704 </trans-unit>
4568 <trans-unit id="4719342289581047890" datatype="html"> 4705 <trans-unit id="4719342289581047890" datatype="html">
4569 <source>Allow import with a torrent file or a magnet URI</source> 4706 <source>Allow import with a torrent file or a magnet URI</source>
4570 <target state="translated">Allow import with a torrent file or a magnet URI</target> 4707 <target state="translated">Allow import with a torrent file or a magnet URI</target>
4571 4708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">246</context></context-group>
4572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">246</context></context-group></trans-unit> 4709 </trans-unit>
4573 <trans-unit id="3950258704315544174" datatype="html"> 4710 <trans-unit id="3950258704315544174" datatype="html">
4574 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4711 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4575 <target state="translated">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4712 <target state="translated">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4576 4713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">263</context></context-group>
4577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit> 4714 </trans-unit>
4578 <trans-unit id="3428986951244800347" datatype="html"> 4715 <trans-unit id="3428986951244800347" datatype="html">
4579 <source>Block new videos automatically</source> 4716 <source>Block new videos automatically</source>
4580 <target state="translated">Sewḥel tividyutin timaynutin s wudem awurman</target> 4717 <target state="translated">Sewḥel tividyutin timaynutin s wudem awurman</target>
4581 4718 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">260</context></context-group>
4582 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">260</context></context-group></trans-unit> 4719 </trans-unit>
4583 <trans-unit id="2054846790157376783" datatype="html"> 4720 <trans-unit id="2054846790157376783" datatype="html">
4584 <source>SEARCH</source> 4721 <source>SEARCH</source>
4585 <target state="translated">SEARCH</target> 4722 <target state="translated">SEARCH</target>
4586 4723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">277</context></context-group>
4587 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">277</context></context-group></trans-unit> 4724 </trans-unit>
4588 <trans-unit id="3442084803796199253" datatype="html"> 4725 <trans-unit id="3442084803796199253" datatype="html">
4589 <source>Allow users to do remote URI/handle search</source> 4726 <source>Allow users to do remote URI/handle search</source>
4590 <target state="translated">Allow users to do remote URI/handle search</target> 4727 <target state="translated">Allow users to do remote URI/handle search</target>
4591 4728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">288</context></context-group>
4592 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">288</context></context-group></trans-unit> 4729 </trans-unit>
4593 <trans-unit id="2258148539285928012" datatype="html"> 4730 <trans-unit id="2258148539285928012" datatype="html">
4594 <source>Allow <x id="START_TAG_STRONG"/>your users<x id="CLOSE_TAG_STRONG"/> to look up remote videos/actors that may not be federated with your instance</source> 4731 <source>Allow <x id="START_TAG_STRONG"/>your users<x id="CLOSE_TAG_STRONG"/> to look up remote videos/actors that may not be federated with your instance</source>
4595 <target state="translated">Sireg <x id="START_TAG_STRONG"/>iseqdacen-ik·im<x id="CLOSE_TAG_STRONG"/> i unadi n tvidyutin/imeggan imneggagen ur ttusdukklen ara ahat akked tummant-ik·im</target> 4732 <target state="translated">Sireg <x id="START_TAG_STRONG"/>iseqdacen-ik·im<x id="CLOSE_TAG_STRONG"/> i unadi n tvidyutin/imeggan imneggagen ur ttusdukklen ara ahat akked tummant-ik·im</target>
4596 4733 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">291</context></context-group>
4597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">291</context></context-group></trans-unit> 4734 </trans-unit>
4598 <trans-unit id="7295422540935146771" datatype="html"> 4735 <trans-unit id="7295422540935146771" datatype="html">
4599 <source>Allow anonymous to do remote URI/handle search</source> 4736 <source>Allow anonymous to do remote URI/handle search</source>
4600 <target state="translated">Allow anonymous to do remote URI/handle search</target> 4737 <target state="translated">Allow anonymous to do remote URI/handle search</target>
4601 4738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">299</context></context-group>
4602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">299</context></context-group></trans-unit> 4739 </trans-unit>
4603 <trans-unit id="7305237807882754643" datatype="html"> 4740 <trans-unit id="7305237807882754643" datatype="html">
4604 <source>Allow <x id="START_TAG_STRONG"/>anonymous users<x id="CLOSE_TAG_STRONG"/> to look up remote videos/actors that may not be federated with your instance</source> 4741 <source>Allow <x id="START_TAG_STRONG"/>anonymous users<x id="CLOSE_TAG_STRONG"/> to look up remote videos/actors that may not be federated with your instance</source>
4605 <target state="translated">Sireg <x id="START_TAG_STRONG"/>iseqdacen udrigen<x id="CLOSE_TAG_STRONG"/> i unadi n tvidyutin/imeggan imneggagen ur ttusdukklen ara ahat akked tummant-ik·im</target> 4742 <target state="translated">Sireg <x id="START_TAG_STRONG"/>iseqdacen udrigen<x id="CLOSE_TAG_STRONG"/> i unadi n tvidyutin/imeggan imneggagen ur ttusdukklen ara ahat akked tummant-ik·im</target>
4606 4743 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">302</context></context-group>
4607 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">302</context></context-group></trans-unit> 4744 </trans-unit>
4608 <trans-unit id="5273935530181504015" datatype="html"> 4745 <trans-unit id="5273935530181504015" datatype="html">
4609 <source>⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</source> 4746 <source>⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</source>
4610 <target state="translated">⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</target> 4747 <target state="translated">⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</target>
4611 4748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">316</context></context-group>
4612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">316</context></context-group></trans-unit> 4749 </trans-unit>
4613 <trans-unit id="1886227550697837417" datatype="html"> 4750 <trans-unit id="1886227550697837417" datatype="html">
4614 <source>You should only use moderated search indexes in production, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://framagit.org/framasoft/peertube/search-index&quot;>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 4751 <source>You should only use moderated search indexes in production, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://framagit.org/framasoft/peertube/search-index&quot;>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4615 <target state="translated">Ilaq ad tesqedceḍ kan imataren n unadi fessusen deg ufares, neɣ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://framagit.org/framasoft/peertube/search-index&quot;>"/>hsezdeɣ ayla-k·m<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 4752 <target state="translated">Ilaq ad tesqedceḍ kan imataren n unadi fessusen deg ufares, neɣ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://framagit.org/framasoft/peertube/search-index&quot;>"/>hsezdeɣ ayla-k·m<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4616 4753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">319</context></context-group>
4617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">319</context></context-group></trans-unit> 4754 </trans-unit>
4618 <trans-unit id="2331464426553277323" datatype="html"> 4755 <trans-unit id="2331464426553277323" datatype="html">
4619 <source>Search index URL</source> 4756 <source>Search index URL</source>
4620 <target state="translated">Search index URL</target> 4757 <target state="translated">Search index URL</target>
4621 4758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">325</context></context-group>
4622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">325</context></context-group></trans-unit> 4759 </trans-unit>
4623 <trans-unit id="8524278911521465398" datatype="html"> 4760 <trans-unit id="8524278911521465398" datatype="html">
4624 <source>Disable local search in search bar</source> 4761 <source>Disable local search in search bar</source>
4625 <target state="translated">Disable local search in search bar</target> 4762 <target state="translated">Disable local search in search bar</target>
4626 4763 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">338</context></context-group>
4627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">338</context></context-group></trans-unit> 4764 </trans-unit>
4628 <trans-unit id="6568991917245875948" datatype="html"> 4765 <trans-unit id="6568991917245875948" datatype="html">
4629 <source>Otherwise the local search stays used by default</source> 4766 <source>Otherwise the local search stays used by default</source>
4630 <target state="translated">Otherwise the local search stays used by default</target> 4767 <target state="translated">Otherwise the local search stays used by default</target>
4631 4768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">348</context></context-group>
4632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit> 4769 </trans-unit>
4633 <trans-unit id="4444955208013675027" datatype="html"> 4770 <trans-unit id="4444955208013675027" datatype="html">
4634 <source>Search bar uses the global search index by default</source> 4771 <source>Search bar uses the global search index by default</source>
4635 <target state="translated">Talast n usali n wass tamezwert i yal aseqdac</target> 4772 <target state="translated">Talast n usali n wass tamezwert i yal aseqdac</target>
4636 4773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">345</context></context-group>
4637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">345</context></context-group></trans-unit> 4774 </trans-unit>
4638 <trans-unit id="6476750382562952780" datatype="html"> 4775 <trans-unit id="6476750382562952780" datatype="html">
4639 <source>Enable global search</source> 4776 <source>Enable global search</source>
4640 <target state="translated">Rmed anadi amatu</target> 4777 <target state="translated">Rmed anadi amatu</target>
4641 4778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">313</context></context-group>
4642 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">313</context></context-group></trans-unit> 4779 </trans-unit>
4643 <trans-unit id="836183323506117145" datatype="html"> 4780 <trans-unit id="836183323506117145" datatype="html">
4644 <source>FEDERATION</source> 4781 <source>FEDERATION</source>
4645 <target state="translated">FEDERATION</target> 4782 <target state="translated">FEDERATION</target>
4646 4783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">366</context></context-group>
4647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">366</context></context-group></trans-unit> 4784 </trans-unit>
4648 <trans-unit id="252719899360434356" datatype="html"> 4785 <trans-unit id="252719899360434356" datatype="html">
4649 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/follows&quot;>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> with other instances. </source> 4786 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/follows&quot;>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> with other instances. </source>
4650 <target state="translated">Sefrek <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/follows&quot;>"/>assaɣen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> akked tummanin-nniḍen. </target> 4787 <target state="translated">Sefrek <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/follows&quot;>"/>assaɣen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> akked tummanin-nniḍen. </target>
4651 4788 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">368</context></context-group>
4652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">368</context></context-group></trans-unit> 4789 </trans-unit>
4653 <trans-unit id="9119248927271669654" datatype="html"> 4790 <trans-unit id="9119248927271669654" datatype="html">
4654 <source>Other instances can follow yours</source> 4791 <source>Other instances can follow yours</source>
4655 <target state="translated">Tummanin-nniḍen zemrent ad ḍefrent tummant-ik·im</target> 4792 <target state="translated">Tummanin-nniḍen zemrent ad ḍefrent tummant-ik·im</target>
4656 4793 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">380</context></context-group>
4657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">380</context></context-group></trans-unit> 4794 </trans-unit>
4658 <trans-unit id="7015551137649102649" datatype="html"> 4795 <trans-unit id="7015551137649102649" datatype="html">
4659 <source>Manually approve new instance followers</source> 4796 <source>Manually approve new instance followers</source>
4660 <target state="translated">Qbel s ufus ineḍfaren imaynuten n tummant</target> 4797 <target state="translated">Qbel s ufus ineḍfaren imaynuten n tummant</target>
4661 4798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">387</context></context-group>
4662 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">387</context></context-group></trans-unit> 4799 </trans-unit>
4663 <trans-unit id="4803992993548153434" datatype="html"> 4800 <trans-unit id="4803992993548153434" datatype="html">
4664 <source>Automatically follow back instances</source> 4801 <source>Automatically follow back instances</source>
4665 <target state="translated">Ḍfer s wudem awurman tummanin i ak·akem-yeṭṭafaren</target> 4802 <target state="translated">Ḍfer s wudem awurman tummanin i ak·akem-yeṭṭafaren</target>
4666 4803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">400</context></context-group>
4667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">400</context></context-group></trans-unit> 4804 </trans-unit>
4668 <trans-unit id="1718269478813020014" datatype="html"> 4805 <trans-unit id="1718269478813020014" datatype="html">
4669 <source>Index URL</source> 4806 <source>Index URL</source>
4670 <target state="translated">Index URL</target> 4807 <target state="translated">Index URL</target>
4671 4808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">425</context></context-group>
4672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">425</context></context-group></trans-unit> 4809 </trans-unit>
4673 <trans-unit id="173263206605027981" datatype="html"> 4810 <trans-unit id="173263206605027981" datatype="html">
4674 <source>Automatically follow instances of a public index</source> 4811 <source>Automatically follow instances of a public index</source>
4675 <target state="translated">Ḍfer s wudem awurman tummanin n umatar azayaz</target> 4812 <target state="translated">Ḍfer s wudem awurman tummanin n umatar azayaz</target>
4676 4813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">413</context></context-group>
4677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">413</context></context-group></trans-unit> 4814 </trans-unit>
4678 <trans-unit id="9076632742417302918" datatype="html"> 4815 <trans-unit id="9076632742417302918" datatype="html">
4679 <source>See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/admin-following-instances?id=automatically-follow-other-instances&quot; rel=&quot;noopener noreferer&quot; target=&quot;_blank&quot;>"/>the documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> for more information about the expected URL </source> 4816 <source>See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/admin-following-instances?id=automatically-follow-other-instances&quot; rel=&quot;noopener noreferer&quot; target=&quot;_blank&quot;>"/>the documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> for more information about the expected URL </source>
4680 <target state="translated">Wali <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/admin-following-instances?id=automatically-follow-other-instances&quot; rel=&quot;noopener noreferer&quot; target=&quot;_blank&quot;>"/>tasemlit<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> i wugar n telɣut ɣef URL yettṛaǧun </target> 4817 <target state="translated">Wali <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/admin-following-instances?id=automatically-follow-other-instances&quot; rel=&quot;noopener noreferer&quot; target=&quot;_blank&quot;>"/>tasemlit<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> i wugar n telɣut ɣef URL yettṛaǧun </target>
4681 4818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">419</context></context-group>
4682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit> 4819 </trans-unit>
4683 <trans-unit id="3946988229617310200" datatype="html"> 4820 <trans-unit id="3946988229617310200" datatype="html">
4684 <source>ADMINISTRATORS</source> 4821 <source>ADMINISTRATORS</source>
4685 <target state="translated">ADMINISTRATORS</target> 4822 <target state="translated">ADMINISTRATORS</target>
4686 4823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">445</context></context-group>
4687 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">445</context></context-group></trans-unit> 4824 </trans-unit>
4688 <trans-unit id="3171683206914962995" datatype="html"> 4825 <trans-unit id="3171683206914962995" datatype="html">
4689 <source>Admin email</source> 4826 <source>Admin email</source>
4690 <target state="translated">Admin email</target> 4827 <target state="translated">Admin email</target>
4691 4828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">451</context></context-group>
4692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">451</context></context-group></trans-unit> 4829 </trans-unit>
4693 <trans-unit id="4722881456283329321" datatype="html"> 4830 <trans-unit id="4722881456283329321" datatype="html">
4694 <source>Enable contact form</source> 4831 <source>Enable contact form</source>
4695 <target state="translated">Rmed tiferkit n unermis</target> 4832 <target state="translated">Rmed tiferkit n unermis</target>
4696 4833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">464</context></context-group>
4697 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">464</context></context-group></trans-unit> 4834 </trans-unit>
4698 <trans-unit id="5975271795105968425" datatype="html"> 4835 <trans-unit id="5975271795105968425" datatype="html">
4699 <source>Live streaming</source> 4836 <source>Live streaming</source>
4700 <target state="translated">Askan usrid</target> 4837 <target state="translated">Askan usrid</target>
4701 4838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">42</context></context-group>
4702 4839 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">67</context></context-group>
4703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">67</context></context-group></trans-unit><trans-unit id="6201638315245239510" datatype="html"> 4840 </trans-unit>
4704 <source>Advanced</source><target state="new">Advanced</target> 4841 <trans-unit id="6201638315245239510" datatype="html">
4842 <source>Advanced</source>
4843 <target state="new">Advanced</target>
4705 <context-group purpose="location"> 4844 <context-group purpose="location">
4706 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4845 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4707 <context context-type="linenumber">51</context> 4846 <context context-type="linenumber">51</context>
@@ -4710,27 +4849,28 @@ The link will expire within 1 hour.</source>
4710 <trans-unit id="1765095834299337775" datatype="html"> 4849 <trans-unit id="1765095834299337775" datatype="html">
4711 <source>TWITTER</source> 4850 <source>TWITTER</source>
4712 <target state="translated">TWITTER</target> 4851 <target state="translated">TWITTER</target>
4713 4852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">473</context></context-group>
4714 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">473</context></context-group></trans-unit> 4853 </trans-unit>
4715 <trans-unit id="3202133522706129143" datatype="html"> 4854 <trans-unit id="3202133522706129143" datatype="html">
4716 <source>Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value.</source> 4855 <source>Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value.</source>
4717 <target state="translated">Mudd amiḍan Twitter i d-yeskanayen tummant-inek·inem i usnerni tiskanin n useɣwen. Ma yella ur tesεiḍ ara amiḍan Twitter, eǧǧ kan azal amezwer.</target> 4856 <target state="translated">Mudd amiḍan Twitter i d-yeskanayen tummant-inek·inem i usnerni tiskanin n useɣwen. Ma yella ur tesεiḍ ara amiḍan Twitter, eǧǧ kan azal amezwer.</target>
4718 4857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">475</context></context-group>
4719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">475</context></context-group></trans-unit> 4858 </trans-unit>
4720 <trans-unit id="4087837092261487511" datatype="html"> 4859 <trans-unit id="4087837092261487511" datatype="html">
4721 <source>Your Twitter username</source> 4860 <source>Your Twitter username</source>
4722 <target state="translated">Isem-ik·im n useqdac Twitter</target> 4861 <target state="translated">Isem-ik·im n useqdac Twitter</target>
4723 4862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">486</context></context-group>
4724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit> 4863 </trans-unit>
4725 <trans-unit id="5648651824279408711" datatype="html"> 4864 <trans-unit id="5648651824279408711" datatype="html">
4726 <source>Instance allowed by Twitter</source> 4865 <source>Instance allowed by Twitter</source>
4727 <target state="translated">Tummant yettwaḍfaren sɣur Twitter</target> 4866 <target state="translated">Tummant yettwaḍfaren sɣur Twitter</target>
4728 4867 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">499</context></context-group>
4729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">499</context></context-group></trans-unit><trans-unit id="2076338542820061819" datatype="html"> 4868 </trans-unit>
4730 <source> If your instance is explicitly allowed 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 />"/> If the instance is not, we use an image link card that will redirect to your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to see if you instance is allowed. </source><target state="new"> If your instance is explicitly allowed 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 />"/> If the instance is not, we use an image link card that will redirect to your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to see if you instance is allowed. </target> 4869 <trans-unit id="2076338542820061819" datatype="html">
4731 4870 <source>If your instance is explicitly allowed 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 />"/> If the instance is not, we use an image link card that will redirect to your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to see if you instance is allowed. </source>
4732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">504</context></context-group></trans-unit> 4871 <target state="new"> If your instance is explicitly allowed 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 />"/> If the instance is not, we use an image link card that will redirect to your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to see if you instance is allowed. </target>
4733 4872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">504</context></context-group>
4873 </trans-unit>
4734 <trans-unit id="493135676263039396" datatype="html"> 4874 <trans-unit id="493135676263039396" datatype="html">
4735 <source>LIVE</source> 4875 <source>LIVE</source>
4736 <target state="translated">SRID</target> 4876 <target state="translated">SRID</target>
@@ -4782,8 +4922,9 @@ The link will expire within 1 hour.</source>
4782 <trans-unit id="6830777508073747241" datatype="html"> 4922 <trans-unit id="6830777508073747241" datatype="html">
4783 <source>{VAR_PLURAL, plural, =1 {live} other {lives}}</source> 4923 <source>{VAR_PLURAL, plural, =1 {live} other {lives}}</source>
4784 <target state="translated">{VAR_PLURAL, plural, =1 {live} other {lives}}</target> 4924 <target state="translated">{VAR_PLURAL, plural, =1 {live} other {lives}}</target>
4785 4925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context><context context-type="linenumber">46</context></context-group>
4786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context><context context-type="linenumber">46</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit> 4926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context><context context-type="linenumber">59</context></context-group>
4927 </trans-unit>
4787 <trans-unit id="7210210728441530221" datatype="html"> 4928 <trans-unit id="7210210728441530221" datatype="html">
4788 <source>Max simultaneous lives created per user <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;text-muted&quot;>"/>(-1 for "unlimited")<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source> 4929 <source>Max simultaneous lives created per user <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;text-muted&quot;>"/>(-1 for "unlimited")<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
4789 <target state="translated">Ttwarnan ddeqs n wusriden inbabbaren ɣef tummant-ik·im <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;text-muted&quot;>"/>(-1 for "unlimited")<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target> 4930 <target state="translated">Ttwarnan ddeqs n wusriden inbabbaren ɣef tummant-ik·im <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span class=&quot;text-muted&quot;>"/>(-1 for "unlimited")<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
@@ -4848,12 +4989,11 @@ The link will expire within 1 hour.</source>
4848 <target state="translated">Anigtengel yettwarmed i yisuddam usriden</target> 4989 <target state="translated">Anigtengel yettwarmed i yisuddam usriden</target>
4849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context><context context-type="linenumber">101</context></context-group> 4990 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.html</context><context context-type="linenumber">101</context></context-group>
4850 </trans-unit> 4991 </trans-unit>
4851
4852 <trans-unit id="8167543029214637769" datatype="html"> 4992 <trans-unit id="8167543029214637769" datatype="html">
4853 <source>There are errors in the form: <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul> "/><x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li *ngFor=&quot;let error of grabAllErrors()&quot;>"/> <x id="INTERPOLATION" equiv-text="{{ error }}"/> <x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/><x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/></source> 4993 <source>There are errors in the form: <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul> "/><x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li *ngFor=&quot;let error of grabAllErrors()&quot;>"/> <x id="INTERPOLATION" equiv-text="{{ error }}"/> <x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/><x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/></source>
4854 <target state="translated">Llant tucḍiwin deg tferkit: <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul> "/><x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li *ngFor=&quot;let error of grabAllErrors()&quot;>"/> <x id="INTERPOLATION" equiv-text="{{ error }}"/> <x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/><x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/></target> 4994 <target state="translated">Llant tucḍiwin deg tferkit: <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul> "/><x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li *ngFor=&quot;let error of grabAllErrors()&quot;>"/> <x id="INTERPOLATION" equiv-text="{{ error }}"/> <x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/><x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/></target>
4855 4995 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">67</context></context-group>
4856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">67</context></context-group></trans-unit> 4996 </trans-unit>
4857 <trans-unit id="7911929966701561067" datatype="html"> 4997 <trans-unit id="7911929966701561067" datatype="html">
4858 <source>TRANSCODING</source> 4998 <source>TRANSCODING</source>
4859 <target state="translated">TRANSCODING</target> 4999 <target state="translated">TRANSCODING</target>
@@ -5086,13 +5226,13 @@ color: red;
5086 <trans-unit id="283725429207896837" datatype="html"> 5226 <trans-unit id="283725429207896837" datatype="html">
5087 <source>You cannot allow live replay if you don't enable transcoding.</source> 5227 <source>You cannot allow live replay if you don't enable transcoding.</source>
5088 <target state="translated">Ur tezmireḍ ara ad tsirgeḍ allus n usuddem srid ma yella ur termided ara anigtengel.</target> 5228 <target state="translated">Ur tezmireḍ ara ad tsirgeḍ allus n usuddem srid ma yella ur termided ara anigtengel.</target>
5089 5229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">77</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">77</context></context-group></trans-unit> 5230 </trans-unit>
5091 <trans-unit id="1445676851449000175" datatype="html"> 5231 <trans-unit id="1445676851449000175" datatype="html">
5092 <source>Update configuration</source> 5232 <source>Update configuration</source>
5093 <target state="translated">Update configuration</target> 5233 <target state="translated">Update configuration</target>
5094 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">80</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">80</context></context-group></trans-unit> 5235 </trans-unit>
5096 <trans-unit id="5439158575454281141" datatype="html"> 5236 <trans-unit id="5439158575454281141" datatype="html">
5097 <source>VIDEO SETTINGS</source> 5237 <source>VIDEO SETTINGS</source>
5098 <target state="translated">VIDEO SETTINGS</target> 5238 <target state="translated">VIDEO SETTINGS</target>
@@ -5158,8 +5298,9 @@ color: red;
5158 <trans-unit id="4844578664427956129" datatype="html"> 5298 <trans-unit id="4844578664427956129" datatype="html">
5159 <source>Change ownership</source> 5299 <source>Change ownership</source>
5160 <target state="translated">Beddel bab-is</target> 5300 <target state="translated">Beddel bab-is</target>
5161 5301 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group>
5162 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/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-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">178</context></context-group></trans-unit> 5302 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">178</context></context-group>
5303 </trans-unit>
5163 <trans-unit id="4561174610228620528" datatype="html"> 5304 <trans-unit id="4561174610228620528" datatype="html">
5164 <source>Select the next owner</source> 5305 <source>Select the next owner</source>
5165 <target state="translated">Fren bab-is amaynut</target> 5306 <target state="translated">Fren bab-is amaynut</target>
@@ -5200,7 +5341,6 @@ color: red;
5200 <target state="translated">Fren abadu i wakken ad d-tremseḍ tavidyut</target> 5341 <target state="translated">Fren abadu i wakken ad d-tremseḍ tavidyut</target>
5201 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5342 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5202 </trans-unit> 5343 </trans-unit>
5203
5204 <trans-unit id="3610344835750059476" datatype="html"> 5344 <trans-unit id="3610344835750059476" datatype="html">
5205 <source>My ownership changes</source> 5345 <source>My ownership changes</source>
5206 <target state="translated">My ownership changes</target> 5346 <target state="translated">My ownership changes</target>
@@ -5224,9 +5364,9 @@ color: red;
5224 <trans-unit id="5417361655914085905" datatype="html"> 5364 <trans-unit id="5417361655914085905" datatype="html">
5225 <source>Account page</source> 5365 <source>Account page</source>
5226 <target state="translated">Account page</target> 5366 <target state="translated">Account page</target>
5227 5367 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">70</context></context-group>
5228 5368 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">76</context></context-group>
5229 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">70</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">76</context></context-group></trans-unit> 5369 </trans-unit>
5230 <trans-unit id="187187500641108332" datatype="html"> 5370 <trans-unit id="187187500641108332" datatype="html">
5231 <source><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </source> 5371 <source><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </source>
5232 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </target> 5372 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </target>
@@ -5240,13 +5380,13 @@ color: red;
5240 <trans-unit id="4247400351982331798" datatype="html"> 5380 <trans-unit id="4247400351982331798" datatype="html">
5241 <source>Account settings</source> 5381 <source>Account settings</source>
5242 <target state="translated">Iɣewwaren n umiḍan</target> 5382 <target state="translated">Iɣewwaren n umiḍan</target>
5243 5383 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-routing.module.ts</context><context context-type="linenumber">28</context></context-group>
5244 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-routing.module.ts</context><context context-type="linenumber">28</context></context-group></trans-unit> 5384 </trans-unit>
5245 <trans-unit id="2864486939135008600" datatype="html"> 5385 <trans-unit id="2864486939135008600" datatype="html">
5246 <source>Playlist elements</source> 5386 <source>Playlist elements</source>
5247 <target state="translated">Iferdisen n tebdart n tɣuri</target> 5387 <target state="translated">Iferdisen n tebdart n tɣuri</target>
5248 5388 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">57</context></context-group>
5249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 5389 </trans-unit>
5250 <trans-unit id="7801453816697513153" datatype="html"> 5390 <trans-unit id="7801453816697513153" datatype="html">
5251 <source>My imports</source> 5391 <source>My imports</source>
5252 <target state="translated">Aktaren-inu</target> 5392 <target state="translated">Aktaren-inu</target>
@@ -5281,15 +5421,16 @@ color: red;
5281 <trans-unit id="3122895472333547524" datatype="html"> 5421 <trans-unit id="3122895472333547524" datatype="html">
5282 <source>Delete your account</source> 5422 <source>Delete your account</source>
5283 <target>Kkes amiḍan-ik</target> 5423 <target>Kkes amiḍan-ik</target>
5284 5424 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context><context context-type="linenumber">4</context></context-group>
5285 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 5425 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context><context context-type="linenumber">25</context></context-group>
5426 </trans-unit>
5286 <trans-unit id="4000980858407872649" datatype="html"> 5427 <trans-unit id="4000980858407872649" datatype="html">
5287 <source>Channel page</source> 5428 <source>Channel page</source>
5288 <target state="translated">Asebter n ubadu</target> 5429 <target state="translated">Asebter n ubadu</target>
5289 5430 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context><context context-type="linenumber">23</context></context-group>
5290 5431 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">20</context></context-group>
5291 5432 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">67</context></context-group>
5292 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">20</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">67</context></context-group></trans-unit> 5433 </trans-unit>
5293 <trans-unit id="5500467336262464724" datatype="html"> 5434 <trans-unit id="5500467336262464724" datatype="html">
5294 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers </source> 5435 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers </source>
5295 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> n yimultaɣ </target> 5436 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> n yimultaɣ </target>
@@ -5435,10 +5576,12 @@ color: red;
5435 <trans-unit id="403587185492002456" datatype="html"> 5576 <trans-unit id="403587185492002456" datatype="html">
5436 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</source> 5577 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</source>
5437 <target state="translated">{VAR_PLURAL, plural, =1 {1 n umulteɣ} other {<x id="INTERPOLATION"/> yimultaɣ}}</target> 5578 <target state="translated">{VAR_PLURAL, plural, =1 {1 n umulteɣ} other {<x id="INTERPOLATION"/> yimultaɣ}}</target>
5438 5579 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">23</context></context-group>
5439 5580 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group>
5440 5581 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context><context context-type="linenumber">28</context></context-group>
5441 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 5582 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">73</context></context-group>
5583 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">13</context></context-group>
5584 </trans-unit>
5442 <trans-unit id="3068011377000255023" datatype="html"> 5585 <trans-unit id="3068011377000255023" datatype="html">
5443 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source> 5586 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source>
5444 <target state="translated">{VAR_PLURAL, plural, =1 {1 n tvidyutin} other {<x id="INTERPOLATION"/> tividyutin}}</target> 5587 <target state="translated">{VAR_PLURAL, plural, =1 {1 n tvidyutin} other {<x id="INTERPOLATION"/> tividyutin}}</target>
@@ -5466,6 +5609,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5466 <target state="translated">Tebɣiḍ s tidet ad tekkseḍ <x id="PH" equiv-text="videoChannel.displayName"/>? Ad yekkes <x id="PH_1" equiv-text="videoChannel.videosCount"/> tividyutin i d-yettwasulin deg ubadu-a, syen ur tettizmired ara ad ternuḍ abadu-nniḍen s yisem-nni kan (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target> 5609 <target state="translated">Tebɣiḍ s tidet ad tekkseḍ <x id="PH" equiv-text="videoChannel.displayName"/>? Ad yekkes <x id="PH_1" equiv-text="videoChannel.videosCount"/> tividyutin i d-yettwasulin deg ubadu-a, syen ur tettizmired ara ad ternuḍ abadu-nniḍen s yisem-nni kan (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target>
5467 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 5610 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
5468 </trans-unit> 5611 </trans-unit>
5612 <trans-unit id="4433306639366959484" datatype="html">
5613 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source>
5614 <target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5615 <context-group purpose="location">
5616 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5617 <context context-type="linenumber">48</context>
5618 </context-group>
5619 </trans-unit>
5469 <trans-unit id="5387007581996837469" datatype="html"> 5620 <trans-unit id="5387007581996837469" datatype="html">
5470 <source>My Channels</source> 5621 <source>My Channels</source>
5471 <target state="translated">Ibuda-inu</target> 5622 <target state="translated">Ibuda-inu</target>
@@ -5559,13 +5710,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5559 <trans-unit id="9128669621822125729" datatype="html"> 5710 <trans-unit id="9128669621822125729" datatype="html">
5560 <source>Video channel videos</source> 5711 <source>Video channel videos</source>
5561 <target state="translated">Tividyutin n ubadu n tvidyut</target> 5712 <target state="translated">Tividyutin n ubadu n tvidyut</target>
5562 5713 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels-routing.module.ts</context><context context-type="linenumber">22</context></context-group>
5563 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels-routing.module.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 5714 </trans-unit>
5564 <trans-unit id="3193822049276963401" datatype="html"> 5715 <trans-unit id="3193822049276963401" datatype="html">
5565 <source>Video channel playlists</source> 5716 <source>Video channel playlists</source>
5566 <target state="translated">Tibdarin n tɣuri n tubadu n tvidyut</target> 5717 <target state="translated">Tibdarin n tɣuri n tubadu n tvidyut</target>
5567 5718 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels-routing.module.ts</context><context context-type="linenumber">35</context></context-group>
5568 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels-routing.module.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 5719 </trans-unit>
5569 <trans-unit id="1949999959792821767" datatype="html"> 5720 <trans-unit id="1949999959792821767" datatype="html">
5570 <source>Manage channel</source> 5721 <source>Manage channel</source>
5571 <target state="new"> Manage channel </target> 5722 <target state="new"> Manage channel </target>
@@ -5592,13 +5743,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5592 <trans-unit id="248731258067914565" datatype="html"> 5743 <trans-unit id="248731258067914565" datatype="html">
5593 <source>Verify account via email</source> 5744 <source>Verify account via email</source>
5594 <target state="translated">Senqed amiḍan s yimayl</target> 5745 <target state="translated">Senqed amiḍan s yimayl</target>
5595 5746 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-routing.module.ts</context><context context-type="linenumber">15</context></context-group>
5596 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-routing.module.ts</context><context context-type="linenumber">15</context></context-group></trans-unit> 5747 </trans-unit>
5597 <trans-unit id="9197112111252826229" datatype="html"> 5748 <trans-unit id="9197112111252826229" datatype="html">
5598 <source>Ask to send an email to verify you account</source> 5749 <source>Ask to send an email to verify you account</source>
5599 <target state="translated">Suter ad ak·am-d-aznen imayl i usenqed n umiḍan-ik·im</target> 5750 <target state="translated">Suter ad ak·am-d-aznen imayl i usenqed n umiḍan-ik·im</target>
5600 5751 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-routing.module.ts</context><context context-type="linenumber">24</context></context-group>
5601 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-routing.module.ts</context><context context-type="linenumber">24</context></context-group></trans-unit> 5752 </trans-unit>
5602 <trans-unit id="2999492056553212422" datatype="html"> 5753 <trans-unit id="2999492056553212422" datatype="html">
5603 <source>Banned</source> 5754 <source>Banned</source>
5604 <target state="translated">Yettwagdel</target> 5755 <target state="translated">Yettwagdel</target>
@@ -5676,10 +5827,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5676 <trans-unit id="5512878593724620692" datatype="html"> 5827 <trans-unit id="5512878593724620692" datatype="html">
5677 <source>CHANNELS</source> 5828 <source>CHANNELS</source>
5678 <target state="translated">IBUDA</target> 5829 <target state="translated">IBUDA</target>
5679 <context-group purpose="location"> 5830 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group>
5680 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
5681 <context context-type="linenumber">82</context>
5682 </context-group>
5683 </trans-unit> 5831 </trans-unit>
5684 <trans-unit id="3666829335406793239" datatype="html"> 5832 <trans-unit id="3666829335406793239" datatype="html">
5685 <source>This account does not have channels.</source> 5833 <source>This account does not have channels.</source>
@@ -5689,9 +5837,11 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5689 <trans-unit id="7828153032795614080" datatype="html"> 5837 <trans-unit id="7828153032795614080" datatype="html">
5690 <source>See this video channel</source> 5838 <source>See this video channel</source>
5691 <target state="translated">Wali abadu-a n tvidyut</target> 5839 <target state="translated">Wali abadu-a n tvidyut</target>
5692 5840 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">13</context></context-group>
5693 5841 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">17</context></context-group>
5694 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">13</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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 5842 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">4</context></context-group>
5843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">7</context></context-group>
5844 </trans-unit>
5695 <trans-unit id="1545109431751219382" datatype="html"> 5845 <trans-unit id="1545109431751219382" datatype="html">
5696 <source>This channel doesn't have any videos.</source> 5846 <source>This channel doesn't have any videos.</source>
5697 <target state="translated">Abadu-a ulac deg-s tividyutin.</target> 5847 <target state="translated">Abadu-a ulac deg-s tividyutin.</target>
@@ -6034,23 +6184,23 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6034 <trans-unit id="4195286790385468087" datatype="html"> 6184 <trans-unit id="4195286790385468087" datatype="html">
6035 <source>About this instance</source> 6185 <source>About this instance</source>
6036 <target state="translated">About this instance</target> 6186 <target state="translated">About this instance</target>
6037 6187 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">25</context></context-group>
6038 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 6188 </trans-unit>
6039 <trans-unit id="8773846522957677259" datatype="html"> 6189 <trans-unit id="8773846522957677259" datatype="html">
6040 <source>About PeerTube</source> 6190 <source>About PeerTube</source>
6041 <target state="translated">Γef PeerTube</target> 6191 <target state="translated">Γef PeerTube</target>
6042 6192 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">50</context></context-group>
6043 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">50</context></context-group></trans-unit> 6193 </trans-unit>
6044 <trans-unit id="1812900507515561988" datatype="html"> 6194 <trans-unit id="1812900507515561988" datatype="html">
6045 <source>About this instance's network</source> 6195 <source>About this instance's network</source>
6046 <target state="translated">Ɣef uzeṭṭa n tummant-a</target> 6196 <target state="translated">Ɣef uzeṭṭa n tummant-a</target>
6047 6197 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">59</context></context-group>
6048 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 6198 </trans-unit>
6049 <trans-unit id="892073694820881630" datatype="html"> 6199 <trans-unit id="892073694820881630" datatype="html">
6050 <source>Link copied</source> 6200 <source>Link copied</source>
6051 <target state="translated">Aseɣwen yettwanɣel</target> 6201 <target state="translated">Aseɣwen yettwanɣel</target>
6052 6202 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.ts</context><context context-type="linenumber">98</context></context-group>
6053 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.ts</context><context context-type="linenumber">98</context></context-group></trans-unit> 6203 </trans-unit>
6054 <trans-unit id="1045244999981860085" datatype="html"> 6204 <trans-unit id="1045244999981860085" datatype="html">
6055 <source>Developed with ❤ by <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></source> 6205 <source>Developed with ❤ by <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></source>
6056 <target state="translated">Yettusnefli s ❤ s <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></target> 6206 <target state="translated">Yettusnefli s ❤ s <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></target>
@@ -6069,18 +6219,18 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6069 <trans-unit id="6386856862203107763" datatype="html"> 6219 <trans-unit id="6386856862203107763" datatype="html">
6070 <source>Create my account</source> 6220 <source>Create my account</source>
6071 <target state="translated">Rnu amiḍan-inu</target> 6221 <target state="translated">Rnu amiḍan-inu</target>
6072 6222 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">39</context></context-group>
6073 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit> 6223 </trans-unit>
6074 <trans-unit id="220345070199640496" datatype="html"> 6224 <trans-unit id="220345070199640496" datatype="html">
6075 <source>PeerTube is creating your account...</source> 6225 <source>PeerTube is creating your account...</source>
6076 <target state="translated">PeerTube irennu amiḍan-ik·im...</target> 6226 <target state="translated">PeerTube irennu amiḍan-ik·im...</target>
6077 6227 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">47</context></context-group>
6078 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 6228 </trans-unit>
6079 <trans-unit id="397098723873502323" datatype="html"> 6229 <trans-unit id="397098723873502323" datatype="html">
6080 <source>Done</source> 6230 <source>Done</source>
6081 <target>Immed</target> 6231 <target>Immed</target>
6082 6232 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">43</context></context-group>
6083 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 6233 </trans-unit>
6084 <trans-unit id="6294302495409052693" datatype="html"> 6234 <trans-unit id="6294302495409052693" datatype="html">
6085 <source>Who are we?</source> 6235 <source>Who are we?</source>
6086 <target state="translated">D anwa nekkni?</target> 6236 <target state="translated">D anwa nekkni?</target>
@@ -6149,8 +6299,10 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6149 <source>Channel name cannot be the same as your account name. You can click on the first step to update your account name.</source> 6299 <source>Channel name cannot be the same as your account name. You can click on the first step to update your account name.</source>
6150 <target state="translated">Isem n ubadu ur yezmir ara kifkif d win n umiḍan-ik·im. Tzemreḍ ad tsiteḍ ɣef uḥric amenzu i wakken ad tbeddleḍ isem n umiḍan-ik·im.</target> 6300 <target state="translated">Isem n ubadu ur yezmir ara kifkif d win n umiḍan-ik·im. Tzemreḍ ad tsiteḍ ɣef uḥric amenzu i wakken ad tbeddleḍ isem n umiḍan-ik·im.</target>
6151 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context><context context-type="linenumber">51</context></context-group> 6301 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context><context context-type="linenumber">51</context></context-group>
6152 </trans-unit><trans-unit id="7440807341905682986" datatype="html"> 6302 </trans-unit>
6153 <source> I am at least <x id="INTERPOLATION" equiv-text="{{ minimumAge }}"/> years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event)&quot; href='#'>"/>Terms<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 *ngIf=&quot;hasCodeOfConduct&quot;>"/> and to the <x id="START_LINK_1" equiv-text="&lt;a (click)=&quot;onCodeOfConductClick($event)&quot; href='#'>"/>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>"/> of this instance </source><target state="new"> I am at least <x id="INTERPOLATION" equiv-text="{{ minimumAge }}"/> years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event)&quot; href='#'>"/>Terms<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 *ngIf=&quot;hasCodeOfConduct&quot;>"/> and to the <x id="START_LINK_1" equiv-text="&lt;a (click)=&quot;onCodeOfConductClick($event)&quot; href='#'>"/>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>"/> of this instance </target> 6303 <trans-unit id="7440807341905682986" datatype="html">
6304 <source>I am at least <x id="INTERPOLATION" equiv-text="{{ minimumAge }}"/> years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event)&quot; href='#'>"/>Terms<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 *ngIf=&quot;hasCodeOfConduct&quot;>"/> and to the <x id="START_LINK_1" equiv-text="&lt;a (click)=&quot;onCodeOfConductClick($event)&quot; href='#'>"/>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>"/> of this instance </source>
6305 <target state="new"> I am at least <x id="INTERPOLATION" equiv-text="{{ minimumAge }}"/> years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event)&quot; href='#'>"/>Terms<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 *ngIf=&quot;hasCodeOfConduct&quot;>"/> and to the <x id="START_LINK_1" equiv-text="&lt;a (click)=&quot;onCodeOfConductClick($event)&quot; href='#'>"/>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>"/> of this instance </target>
6154 <context-group purpose="location"> 6306 <context-group purpose="location">
6155 <context context-type="sourcefile">src/app/+signup/+register/register-step-terms.component.html</context> 6307 <context context-type="sourcefile">src/app/+signup/+register/register-step-terms.component.html</context>
6156 <context context-type="linenumber">5,10</context> 6308 <context context-type="linenumber">5,10</context>
@@ -6169,44 +6321,44 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6169 <context context-type="linenumber">4,5</context> 6321 <context context-type="linenumber">4,5</context>
6170 </context-group> 6322 </context-group>
6171 </trans-unit> 6323 </trans-unit>
6172
6173 <trans-unit id="3301086086650990787" datatype="html"> 6324 <trans-unit id="3301086086650990787" datatype="html">
6174 <source>Register</source> 6325 <source>Register</source>
6175 <target state="translated">Sekles</target> 6326 <target state="translated">Sekles</target>
6176 6327 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-routing.module.ts</context><context context-type="linenumber">13</context></context-group>
6177 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-routing.module.ts</context><context context-type="linenumber">13</context></context-group></trans-unit> 6328 </trans-unit>
6178 <trans-unit id="6979021199788941693" datatype="html"> 6329 <trans-unit id="6979021199788941693" datatype="html">
6179 <source>Your message has been sent.</source> 6330 <source>Your message has been sent.</source>
6180 <target state="translated">Izen-ik·im yettwazen.</target> 6331 <target state="translated">Izen-ik·im yettwazen.</target>
6181 6332 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group>
6182 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6333 </trans-unit>
6183 <trans-unit id="2072135752262464360" datatype="html"> 6334 <trans-unit id="2072135752262464360" datatype="html">
6184 <source>You already sent this form recently</source> 6335 <source>You already sent this form recently</source>
6185 <target state="translated">Tuzneḍ yakan tiferkit-a</target> 6336 <target state="translated">Tuzneḍ yakan tiferkit-a</target>
6186 6337 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group>
6187 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6338 </trans-unit>
6188 <trans-unit id="819067926858619041" datatype="html"> 6339 <trans-unit id="819067926858619041" datatype="html">
6189 <source>Account videos</source> 6340 <source>Account videos</source>
6190 <target state="translated">Tividyutin n umiḍan</target> 6341 <target state="translated">Tividyutin n umiḍan</target>
6191 6342 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts-routing.module.ts</context><context context-type="linenumber">36</context></context-group>
6192 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts-routing.module.ts</context><context context-type="linenumber">36</context></context-group></trans-unit> 6343 </trans-unit>
6193 <trans-unit id="2131232107132374967" datatype="html"> 6344 <trans-unit id="2131232107132374967" datatype="html">
6194 <source>Search videos within account</source> 6345 <source>Search videos within account</source>
6195 <target state="translated">Nadi tividyutin s war amiḍan</target> 6346 <target state="translated">Nadi tividyutin s war amiḍan</target>
6196 6347 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts-routing.module.ts</context><context context-type="linenumber">49</context></context-group>
6197 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts-routing.module.ts</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4605517634011438234" datatype="html"> 6348 </trans-unit>
6198 <source>ACCOUNT</source><target state="new">ACCOUNT</target> 6349 <trans-unit id="4605517634011438234" datatype="html">
6350 <source>ACCOUNT</source>
6351 <target state="new">ACCOUNT</target>
6199 <context-group purpose="location"> 6352 <context-group purpose="location">
6200 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context> 6353 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
6201 <context context-type="linenumber">8</context> 6354 <context context-type="linenumber">8</context>
6202 </context-group> 6355 </context-group>
6203 </trans-unit> 6356 </trans-unit>
6204
6205 <trans-unit id="6823616469362610020" datatype="html"> 6357 <trans-unit id="6823616469362610020" datatype="html">
6206 <source>Account video channels</source> 6358 <source>Account video channels</source>
6207 <target state="translated">Ibuda n tvidyut n umiḍan</target> 6359 <target state="translated">Ibuda n tvidyut n umiḍan</target>
6208 6360 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts-routing.module.ts</context><context context-type="linenumber">27</context></context-group>
6209 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts-routing.module.ts</context><context context-type="linenumber">27</context></context-group></trans-unit> 6361 </trans-unit>
6210 <trans-unit id="3755500631176893489" datatype="html"> 6362 <trans-unit id="3755500631176893489" datatype="html">
6211 <source>Published <x id="PH"/> videos</source> 6363 <source>Published <x id="PH"/> videos</source>
6212 <target state="translated">Isuffeɣ-d <x id="PH"/> tividyutin</target> 6364 <target state="translated">Isuffeɣ-d <x id="PH"/> tividyutin</target>
@@ -6226,12 +6378,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6226 <trans-unit id="4856575356061361269" datatype="html"> 6378 <trans-unit id="4856575356061361269" datatype="html">
6227 <source><x id="PH"/> direct account followers </source> 6379 <source><x id="PH"/> direct account followers </source>
6228 <target state="translated"><x id="PH"/> ineḍfaren n umiḍan usriden </target> 6380 <target state="translated"><x id="PH"/> ineḍfaren n umiḍan usriden </target>
6229 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6381 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group>
6230 </trans-unit> 6382 </trans-unit>
6231 <trans-unit id="6250999352462648289" datatype="html"> 6383 <trans-unit id="6250999352462648289" datatype="html">
6232 <source>Report this account</source> 6384 <source>Report this account</source>
6233 <target state="translated">Azen aneqqis ɣef umiḍan-a</target> 6385 <target state="translated">Azen aneqqis ɣef umiḍan-a</target>
6234 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6386 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group>
6235 </trans-unit> 6387 </trans-unit>
6236 <trans-unit id="1504521795586863905" datatype="html"> 6388 <trans-unit id="1504521795586863905" datatype="html">
6237 <source>VIDEOS</source> 6389 <source>VIDEOS</source>
@@ -6242,29 +6394,19 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6242 <trans-unit id="25349740244798533" datatype="html"> 6394 <trans-unit id="25349740244798533" datatype="html">
6243 <source>Username copied</source> 6395 <source>Username copied</source>
6244 <target state="translated">Yettwanɣel yisem n useqdac</target> 6396 <target state="translated">Yettwanɣel yisem n useqdac</target>
6245 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6397 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group>
6246 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6398 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group>
6247 </trans-unit> 6399 </trans-unit>
6248 <trans-unit id="9221735175659318025" datatype="html"> 6400 <trans-unit id="9221735175659318025" datatype="html">
6249 <source>1 subscriber</source> 6401 <source>1 subscriber</source>
6250 <target state="translated">1 umulteɣ</target> 6402 <target state="translated">1 umulteɣ</target>
6251 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6403 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group>
6252 </trans-unit> 6404 </trans-unit>
6253 <trans-unit id="4097331874769079975" datatype="html"> 6405 <trans-unit id="4097331874769079975" datatype="html">
6254 <source><x id="PH"/> subscribers</source> 6406 <source><x id="PH"/> subscribers</source>
6255 <target state="translated"><x id="PH"/> yimultaɣ</target> 6407 <target state="translated"><x id="PH"/> yimultaɣ</target>
6256 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6408 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group>
6257 </trans-unit> 6409 </trans-unit>
6258 <trans-unit id="4682675125751819107" datatype="html">
6259 <source>Instances you follow</source>
6260 <target state="translated">Tummanin i teṭṭafareḍ</target>
6261
6262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6263 <trans-unit id="8899833753704589712" datatype="html">
6264 <source>Instances following you</source>
6265 <target state="translated">Tummanin i ak·akem-yeṭṭafaren</target>
6266
6267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6268 <trans-unit id="3008420115644088420" datatype="html"> 6410 <trans-unit id="3008420115644088420" datatype="html">
6269 <source>Configuration</source> 6411 <source>Configuration</source>
6270 <target>Tawila</target> 6412 <target>Tawila</target>
@@ -6320,6 +6462,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6320 <target state="translated">Awurman (s ffmpeg)</target> 6462 <target state="translated">Awurman (s ffmpeg)</target>
6321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6322 </trans-unit> 6464 </trans-unit>
6465 <trans-unit id="3642770981085338761" datatype="html">
6466 <source>Followers of your instance</source>
6467 <target state="new">Followers of your instance</target>
6468 <context-group purpose="location">
6469 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6470 <context context-type="linenumber">3</context>
6471 </context-group>
6472 </trans-unit>
6323 <trans-unit id="931255636742351800" datatype="html"> 6473 <trans-unit id="931255636742351800" datatype="html">
6324 <source>No limit</source> 6474 <source>No limit</source>
6325 <target state="translated">Ulac talast</target> 6475 <target state="translated">Ulac talast</target>
@@ -6392,8 +6542,10 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6392 <source>thread</source> 6542 <source>thread</source>
6393 <target state="translated">akala afessas</target> 6543 <target state="translated">akala afessas</target>
6394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">87</context></context-group> 6544 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-configuration.service.ts</context><context context-type="linenumber">87</context></context-group>
6395 </trans-unit><trans-unit id="1305357231288135414" datatype="html"> 6545 </trans-unit>
6396 <source>Homepage</source><target state="new">Homepage</target> 6546 <trans-unit id="1305357231288135414" datatype="html">
6547 <source>Homepage</source>
6548 <target state="new">Homepage</target>
6397 <context-group purpose="location"> 6549 <context-group purpose="location">
6398 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 6550 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6399 <context context-type="linenumber">7</context> 6551 <context context-type="linenumber">7</context>
@@ -6402,14 +6554,18 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6402 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-homepage.component.html</context> 6554 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-homepage.component.html</context>
6403 <context context-type="linenumber">13</context> 6555 <context context-type="linenumber">13</context>
6404 </context-group> 6556 </context-group>
6405 </trans-unit><trans-unit id="5037437391296624618" datatype="html"> 6557 </trans-unit>
6406 <source>Information</source><target state="new">Information</target> 6558 <trans-unit id="5037437391296624618" datatype="html">
6559 <source>Information</source>
6560 <target state="new">Information</target>
6407 <context-group purpose="location"> 6561 <context-group purpose="location">
6408 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 6562 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6409 <context context-type="linenumber">15</context> 6563 <context context-type="linenumber">15</context>
6410 </context-group> 6564 </context-group>
6411 </trans-unit><trans-unit id="8643289769990675407" datatype="html"> 6565 </trans-unit>
6412 <source>Basic</source><target state="new">Basic</target> 6566 <trans-unit id="8643289769990675407" datatype="html">
6567 <source>Basic</source>
6568 <target state="new">Basic</target>
6413 <context-group purpose="location"> 6569 <context-group purpose="location">
6414 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 6570 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6415 <context context-type="linenumber">24</context> 6571 <context context-type="linenumber">24</context>
@@ -6418,9 +6574,11 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6418 <trans-unit id="2060042292048624940" datatype="html"> 6574 <trans-unit id="2060042292048624940" datatype="html">
6419 <source>Configuration updated.</source> 6575 <source>Configuration updated.</source>
6420 <target state="translated">Tettwaleqqem twila.</target> 6576 <target state="translated">Tettwaleqqem twila.</target>
6421 6577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">284</context></context-group>
6422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">284</context></context-group></trans-unit><trans-unit id="6920964195632624609" datatype="html"> 6578 </trans-unit>
6423 <source>INSTANCE HOMEPAGE</source><target state="new">INSTANCE HOMEPAGE</target> 6579 <trans-unit id="6920964195632624609" datatype="html">
6580 <source>INSTANCE HOMEPAGE</source>
6581 <target state="new">INSTANCE HOMEPAGE</target>
6424 <context-group purpose="location"> 6582 <context-group purpose="location">
6425 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-homepage.component.html</context> 6583 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-homepage.component.html</context>
6426 <context context-type="linenumber">7</context> 6584 <context context-type="linenumber">7</context>
@@ -6429,8 +6587,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6429 <trans-unit id="3203902538239082422" datatype="html"> 6587 <trans-unit id="3203902538239082422" datatype="html">
6430 <source>You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below.</source> 6588 <source>You enabled signup: we automatically enabled the "Block new videos automatically" checkbox of the "Videos" section just below.</source>
6431 <target state="translated">Tremdeḍ aerred: nermed s wudem awurman "Sewḥel tividyutin timaynutin s wudem awurman" ṛcem tabewwaḍt n tgezmi "Tividyutin" ddaw-a kan.</target> 6589 <target state="translated">Tremdeḍ aerred: nermed s wudem awurman "Sewḥel tividyutin timaynutin s wudem awurman" ṛcem tabewwaḍt n tgezmi "Tividyutin" ddaw-a kan.</target>
6432 6590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts</context><context context-type="linenumber">101</context></context-group>
6433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.ts</context><context context-type="linenumber">101</context></context-group></trans-unit> 6591 </trans-unit>
6434 <trans-unit id="6284468333579755406" datatype="html"> 6592 <trans-unit id="6284468333579755406" datatype="html">
6435 <source>Edit custom configuration</source> 6593 <source>Edit custom configuration</source>
6436 <target state="translated">Ẓreg tawila tudmawant</target> 6594 <target state="translated">Ẓreg tawila tudmawant</target>
@@ -6459,22 +6617,46 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6459 <trans-unit id="2127446333083057097" datatype="html"> 6617 <trans-unit id="2127446333083057097" datatype="html">
6460 <source>Domain is required.</source> 6618 <source>Domain is required.</source>
6461 <target state="translated">Taɣult tettusra.</target> 6619 <target state="translated">Taɣult tettusra.</target>
6462 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6620 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group>
6621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group>
6463 </trans-unit> 6622 </trans-unit>
6464 <trans-unit id="6780793142903080663" datatype="html"> 6623 <trans-unit id="7951488350851416577" datatype="html">
6465 <source>Domains entered are invalid.</source> 6624 <source>Hosts entered are invalid.</source>
6466 <target state="translated">Tiɣula yettwaskecmen d tarimeɣta.</target> 6625 <target state="new">Hosts entered are invalid.</target>
6467 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6626 <context-group purpose="location">
6627 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6628 <context context-type="linenumber">93</context>
6629 </context-group>
6468 </trans-unit> 6630 </trans-unit>
6469 <trans-unit id="5886492514458202177" datatype="html"> 6631 <trans-unit id="1469559036084108672" datatype="html">
6470 <source>Domains entered contain duplicates.</source> 6632 <source>Hosts entered contain duplicates.</source>
6471 <target state="translated">Tiɣula yettwaskecmen yella deg-sent uεiwed.</target> 6633 <target state="new">Hosts entered contain duplicates.</target>
6472 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6634 <context-group purpose="location">
6635 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6636 <context context-type="linenumber">94</context>
6637 </context-group>
6638 </trans-unit>
6639 <trans-unit id="5991533283446904296" datatype="html">
6640 <source>Hosts or handles are invalid.</source>
6641 <target state="new">Hosts or handles are invalid.</target>
6642 <context-group purpose="location">
6643 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6644 <context context-type="linenumber">102</context>
6645 </context-group>
6646 </trans-unit>
6647 <trans-unit id="6759198394434886237" datatype="html">
6648 <source>Hosts or handles contain duplicates.</source>
6649 <target state="new">Hosts or handles contain duplicates.</target>
6650 <context-group purpose="location">
6651 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6652 <context context-type="linenumber">103</context>
6653 </context-group>
6473 </trans-unit> 6654 </trans-unit>
6474 <trans-unit id="2740793005745065895" datatype="html"> 6655 <trans-unit id="2740793005745065895" datatype="html">
6475 <source><x id="PH"/> is not valid </source> 6656 <source><x id="PH"/> is not valid </source>
6476 <target state="translated"><x id="PH"/> d arameɣtu </target> 6657 <target state="translated"><x id="PH"/> d arameɣtu </target>
6477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6658 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group>
6659 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group>
6478 </trans-unit> 6660 </trans-unit>
6479 <trans-unit id="240806681889331244" datatype="html"> 6661 <trans-unit id="240806681889331244" datatype="html">
6480 <source>Unlimited</source> 6662 <source>Unlimited</source>
@@ -6630,15 +6812,47 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6630 <target state="translated"><x id="PH"/> yettwakkes sɣur ineḍfaren n tummant </target> 6812 <target state="translated"><x id="PH"/> yettwakkes sɣur ineḍfaren n tummant </target>
6631 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6632 </trans-unit> 6814 </trans-unit>
6815 <trans-unit id="6018246591673612412" datatype="html">
6816 <source>Follow</source>
6817 <target state="new">Follow</target>
6818 <context-group purpose="location">
6819 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6820 <context context-type="linenumber">3</context>
6821 </context-group>
6822 <context-group purpose="location">
6823 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6824 <context context-type="linenumber">37</context>
6825 </context-group>
6826 <context-group purpose="location">
6827 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6828 <context context-type="linenumber">18</context>
6829 </context-group>
6830 </trans-unit>
6831 <trans-unit id="3596798855644241001" datatype="html">
6832 <source>1 host (without "http://"), account handle or channel handle per line</source>
6833 <target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6834 <context-group purpose="location">
6835 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6836 <context context-type="linenumber">11</context>
6837 </context-group>
6838 </trans-unit>
6633 <trans-unit id="2355066641781598196" datatype="html"> 6839 <trans-unit id="2355066641781598196" datatype="html">
6634 <source>Follow request(s) sent!</source> 6840 <source>Follow request(s) sent!</source>
6635 <target state="translated">Asuter n uḍfar yettwazen!</target> 6841 <target state="translated">Asuter n uḍfar yettwazen!</target>
6636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group>
6843 </trans-unit>
6844 <trans-unit id="3459358413436264734" datatype="html">
6845 <source>Your instance subscriptions</source>
6846 <target state="new">Your instance subscriptions</target>
6847 <context-group purpose="location">
6848 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6849 <context context-type="linenumber">3</context>
6850 </context-group>
6637 </trans-unit> 6851 </trans-unit>
6638 <trans-unit id="4245720728052819482" datatype="html"> 6852 <trans-unit id="4245720728052819482" datatype="html">
6639 <source>Do you really want to unfollow <x id="PH"/>?</source> 6853 <source>Do you really want to unfollow <x id="PH"/>?</source>
6640 <target state="translated">Tebɣiḍ s tidet ad tḥebseḍ aḍfar n <x id="PH"/>?</target> 6854 <target state="translated">Tebɣiḍ s tidet ad tḥebseḍ aḍfar n <x id="PH"/>?</target>
6641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group>
6642 </trans-unit> 6856 </trans-unit>
6643 <trans-unit id="9160510009013134726" datatype="html"> 6857 <trans-unit id="9160510009013134726" datatype="html">
6644 <source>Unfollow</source> 6858 <source>Unfollow</source>
@@ -6648,7 +6862,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6648 <trans-unit id="3935234189109112926" datatype="html"> 6862 <trans-unit id="3935234189109112926" datatype="html">
6649 <source>You are not following <x id="PH"/> anymore.</source> 6863 <source>You are not following <x id="PH"/> anymore.</source>
6650 <target state="translated">Ur teṭṭafareḍ <x id="PH"/> yiwen.</target> 6864 <target state="translated">Ur teṭṭafareḍ <x id="PH"/> yiwen.</target>
6651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6865 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group>
6652 </trans-unit> 6866 </trans-unit>
6653 <trans-unit id="2593763089859685916" datatype="html"> 6867 <trans-unit id="2593763089859685916" datatype="html">
6654 <source>enabled</source> 6868 <source>enabled</source>
@@ -6703,9 +6917,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6703 <trans-unit id="1598375456114200087" datatype="html"> 6917 <trans-unit id="1598375456114200087" datatype="html">
6704 <source>Instance <x id="PH"/> muted.</source> 6918 <source>Instance <x id="PH"/> muted.</source>
6705 <target state="translated">Tummant <x id="PH"/> tettwasgugem.</target> 6919 <target state="translated">Tummant <x id="PH"/> tettwasgugem.</target>
6706 6920 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.ts</context><context context-type="linenumber">68</context></context-group>
6707 6921 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">143</context></context-group>
6708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.ts</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">143</context></context-group></trans-unit> 6922 </trans-unit>
6709 <trans-unit id="3096398988891996621" datatype="html"> 6923 <trans-unit id="3096398988891996621" datatype="html">
6710 <source>Instance <x id="PH"/> muted by your instance.</source> 6924 <source>Instance <x id="PH"/> muted by your instance.</source>
6711 <target state="translated">Tummant <x id="PH"/> tettwasgugem s tummant-ik·im.</target> 6925 <target state="translated">Tummant <x id="PH"/> tettwasgugem s tummant-ik·im.</target>
@@ -6756,126 +6970,126 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6756 <trans-unit id="6473213678768782133" datatype="html"> 6970 <trans-unit id="6473213678768782133" datatype="html">
6757 <source>Internal actions</source> 6971 <source>Internal actions</source>
6758 <target state="translated">Tigawin tigensayin</target> 6972 <target state="translated">Tigawin tigensayin</target>
6759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 6973
6760 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 6974
6761 </trans-unit> 6975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6762 <trans-unit id="4559872264406386913" datatype="html"> 6976 <trans-unit id="4559872264406386913" datatype="html">
6763 <source>Delete report</source> 6977 <source>Delete report</source>
6764 <target state="translated">Delete report</target> 6978 <target state="translated">Delete report</target>
6765 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 6979
6766 </trans-unit> 6980 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6767 <trans-unit id="5793550984155962433" datatype="html"> 6981 <trans-unit id="5793550984155962433" datatype="html">
6768 <source>Actions for the flagged account</source> 6982 <source>Actions for the flagged account</source>
6769 <target state="translated">Actions for the flagged account</target> 6983 <target state="translated">Actions for the flagged account</target>
6770 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 6984
6771 </trans-unit> 6985 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
6772 <trans-unit id="1679841953757186358" datatype="html"> 6986 <trans-unit id="1679841953757186358" datatype="html">
6773 <source>Mark as accepted</source> 6987 <source>Mark as accepted</source>
6774 <target state="translated">Creḍ yettwaqbal</target> 6988 <target state="translated">Creḍ yettwaqbal</target>
6775 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 6989
6776 </trans-unit> 6990 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
6777 <trans-unit id="7993358694073742566" datatype="html"> 6991 <trans-unit id="7993358694073742566" datatype="html">
6778 <source>Mark as rejected</source> 6992 <source>Mark as rejected</source>
6779 <target state="translated">Creḍ yettwagi</target> 6993 <target state="translated">Creḍ yettwagi</target>
6780 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 6994
6781 </trans-unit> 6995 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
6782 <trans-unit id="4175703770051343108" datatype="html"> 6996 <trans-unit id="4175703770051343108" datatype="html">
6783 <source>Add internal note</source> 6997 <source>Add internal note</source>
6784 <target state="translated">Rnu tazmilt tagensant</target> 6998 <target state="translated">Rnu tazmilt tagensant</target>
6785 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 6999
6786 </trans-unit> 7000 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
6787 <trans-unit id="296166371893775555" datatype="html"> 7001 <trans-unit id="296166371893775555" datatype="html">
6788 <source>Actions for the video</source> 7002 <source>Actions for the video</source>
6789 <target state="translated">Actions for the video</target> 7003 <target state="translated">Actions for the video</target>
6790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7004
6791 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7005
6792 </trans-unit> 7006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
6793 <trans-unit id="3924877328520650445" datatype="html"> 7007 <trans-unit id="3924877328520650445" datatype="html">
6794 <source>Block video</source> 7008 <source>Block video</source>
6795 <target state="translated">Block video</target> 7009 <target state="translated">Block video</target>
6796 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7010
6797 </trans-unit> 7011 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
6798 <trans-unit id="4762794934098378428" datatype="html"> 7012 <trans-unit id="4762794934098378428" datatype="html">
6799 <source>Video blocked.</source> 7013 <source>Video blocked.</source>
6800 <target state="translated">Tavidyut tettusewḥel.</target> 7014 <target state="translated">Tavidyut tettusewḥel.</target>
6801 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7015
6802 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7016
6803 </trans-unit> 7017 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
6804 <trans-unit id="4328862996304258770" datatype="html"> 7018 <trans-unit id="4328862996304258770" datatype="html">
6805 <source>Unblock video</source> 7019 <source>Unblock video</source>
6806 <target state="translated">Kkes asekkar i tvidyut</target> 7020 <target state="translated">Kkes asekkar i tvidyut</target>
6807 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7021
6808 </trans-unit> 7022 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
6809 <trans-unit id="9065327551191479877" datatype="html"> 7023 <trans-unit id="9065327551191479877" datatype="html">
6810 <source>Video unblocked.</source> 7024 <source>Video unblocked.</source>
6811 <target state="translated">Tavidyut yettwakkes-as usekkeṛ.</target> 7025 <target state="translated">Tavidyut yettwakkes-as usekkeṛ.</target>
6812 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7026
6813 </trans-unit> 7027 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
6814 <trans-unit id="2909684945706361544" datatype="html"> 7028 <trans-unit id="2909684945706361544" datatype="html">
6815 <source>Delete video</source> 7029 <source>Delete video</source>
6816 <target state="translated">Delete video</target> 7030 <target state="translated">Delete video</target>
6817 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 7031
6818 </trans-unit> 7032 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
6819 <trans-unit id="2210418817778733727" datatype="html"> 7033 <trans-unit id="2210418817778733727" datatype="html">
6820 <source>Actions for the comment</source> 7034 <source>Actions for the comment</source>
6821 <target state="translated">Tigawin i uwennit</target> 7035 <target state="translated">Tigawin i uwennit</target>
6822 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 7036
6823 </trans-unit> 7037 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
6824 <trans-unit id="7978668497183230348" datatype="html"> 7038 <trans-unit id="7978668497183230348" datatype="html">
6825 <source>Delete comment</source> 7039 <source>Delete comment</source>
6826 <target state="translated">Kkes awennit</target> 7040 <target state="translated">Kkes awennit</target>
6827 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 7041
6828 </trans-unit> 7042 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
6829 <trans-unit id="6747218355168080191" datatype="html"> 7043 <trans-unit id="6747218355168080191" datatype="html">
6830 <source>Do you really want to delete this comment?</source> 7044 <source>Do you really want to delete this comment?</source>
6831 <target state="translated">Tebɣiḍ s tidet ad tekkseḍ awennit-a?</target> 7045 <target state="translated">Tebɣiḍ s tidet ad tekkseḍ awennit-a?</target>
6832 7046
6833 7047
6834 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 7048 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
6835 <trans-unit id="7837272126865175984" datatype="html"> 7049 <trans-unit id="7837272126865175984" datatype="html">
6836 <source>Comment deleted.</source> 7050 <source>Comment deleted.</source>
6837 <target state="translated">Awennit yettwakkes.</target> 7051 <target state="translated">Awennit yettwakkes.</target>
6838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 7052
6839 </trans-unit> 7053 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
6840 <trans-unit id="3622946684246476652" datatype="html"> 7054 <trans-unit id="3622946684246476652" datatype="html">
6841 <source>Do you really want to delete this video?</source> 7055 <source>Do you really want to delete this video?</source>
6842 <target state="translated">D tidet tebɣiḍ ad tekkseḍ tavidyut-a?</target> 7056 <target state="translated">D tidet tebɣiḍ ad tekkseḍ tavidyut-a?</target>
6843 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 7057
6844 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 7058
6845 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 7059
6846 </trans-unit> 7060 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
6847 <trans-unit id="3941342949736653028" datatype="html"> 7061 <trans-unit id="3941342949736653028" datatype="html">
6848 <source>Video deleted.</source> 7062 <source>Video deleted.</source>
6849 <target state="translated">Tavidyut tettwakkes.</target> 7063 <target state="translated">Tavidyut tettwakkes.</target>
6850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 7064
6851 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 7065
6852 </trans-unit> 7066 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
6853 <trans-unit id="5072091387445907742" datatype="html"> 7067 <trans-unit id="5072091387445907742" datatype="html">
6854 <source>Actions for the reporter</source> 7068 <source>Actions for the reporter</source>
6855 <target state="translated">Tigawin i umassaɣay</target> 7069 <target state="translated">Tigawin i umassaɣay</target>
6856 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 7070
6857 </trans-unit> 7071 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
6858 <trans-unit id="6599069899275412095" datatype="html"> 7072 <trans-unit id="6599069899275412095" datatype="html">
6859 <source>Mute reporter</source> 7073 <source>Mute reporter</source>
6860 <target state="translated">Sgugem amassaɣay</target> 7074 <target state="translated">Sgugem amassaɣay</target>
6861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 7075
6862 </trans-unit> 7076 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
6863 <trans-unit id="2558977494773636050" datatype="html"> 7077 <trans-unit id="2558977494773636050" datatype="html">
6864 <source>Account <x id="PH"/> muted by the instance.</source> 7078 <source>Account <x id="PH"/> muted by the instance.</source>
6865 <target state="translated">Amiḍan <x id="PH"/> yettwasgugem s tummant-ik·im.</target> 7079 <target state="translated">Amiḍan <x id="PH"/> yettwasgugem s tummant-ik·im.</target>
6866 7080
6867 7081
6868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 7082 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
6869 <trans-unit id="1595779426198793580" datatype="html"> 7083 <trans-unit id="1595779426198793580" datatype="html">
6870 <source>Mute server</source> 7084 <source>Mute server</source>
6871 <target state="translated">Sgugem aqeddac</target> 7085 <target state="translated">Sgugem aqeddac</target>
6872 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 7086
6873 </trans-unit> 7087 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
6874 <trans-unit id="8014491157078444256" datatype="html"> 7088 <trans-unit id="8014491157078444256" datatype="html">
6875 <source>Server <x id="PH"/> muted by the instance.</source> 7089 <source>Server <x id="PH"/> muted by the instance.</source>
6876 <target state="translated">Aqeddac <x id="PH"/> yettwasgugem s tummant-a.</target> 7090 <target state="translated">Aqeddac <x id="PH"/> yettwasgugem s tummant-a.</target>
6877 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 7091
6878 </trans-unit> 7092 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
6879 <trans-unit id="2044813052587776285" datatype="html"> 7093 <trans-unit id="2044813052587776285" datatype="html">
6880 <source>Add a message to communicate with the reporter</source> 7094 <source>Add a message to communicate with the reporter</source>
6881 <target state="translated">Rnu izen i wakken ad temmeslayeḍ akked umassaɣay</target> 7095 <target state="translated">Rnu izen i wakken ad temmeslayeḍ akked umassaɣay</target>
@@ -6889,49 +7103,49 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6889 <trans-unit id="1250415136605923486" datatype="html"> 7103 <trans-unit id="1250415136605923486" datatype="html">
6890 <source>Do you really want to delete this abuse report?</source> 7104 <source>Do you really want to delete this abuse report?</source>
6891 <target state="translated">Tebɣiḍ s tidet ad tekkseḍ aneqqis-a n yisr aseqdec?</target> 7105 <target state="translated">Tebɣiḍ s tidet ad tekkseḍ aneqqis-a n yisr aseqdec?</target>
6892 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7106
6893 </trans-unit> 7107 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
6894 <trans-unit id="3482559157143817408" datatype="html"> 7108 <trans-unit id="3482559157143817408" datatype="html">
6895 <source>Abuse deleted.</source> 7109 <source>Abuse deleted.</source>
6896 <target state="translated">Yir aseqdec yettwakkes.</target> 7110 <target state="translated">Yir aseqdec yettwakkes.</target>
6897 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7111
6898 </trans-unit> 7112 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
6899 <trans-unit id="6282990098351939529" datatype="html"> 7113 <trans-unit id="6282990098351939529" datatype="html">
6900 <source>Deleted comment</source> 7114 <source>Deleted comment</source>
6901 <target state="translated">Yettwakkes uwennit</target> 7115 <target state="translated">Yettwakkes uwennit</target>
6902 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7116
6903 </trans-unit> 7117 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
6904 <trans-unit id="9196775343330824083" datatype="html"> 7118 <trans-unit id="9196775343330824083" datatype="html">
6905 <source>Messages with reporter</source> 7119 <source>Messages with reporter</source>
6906 <target state="translated">Iznan s umassaɣay</target> 7120 <target state="translated">Iznan s umassaɣay</target>
6907 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7121
6908 </trans-unit> 7122 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
6909 <trans-unit id="8770468575924421391" datatype="html"> 7123 <trans-unit id="8770468575924421391" datatype="html">
6910 <source>Messages with moderators</source> 7124 <source>Messages with moderators</source>
6911 <target state="translated">Iznan s yimḍebbren</target> 7125 <target state="translated">Iznan s yimḍebbren</target>
6912 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7126
6913 </trans-unit> 7127 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
6914 <trans-unit id="8528549800795985099" datatype="html"> 7128 <trans-unit id="8528549800795985099" datatype="html">
6915 <source>Update internal note</source> 7129 <source>Update internal note</source>
6916 <target state="translated">Leqqem tazmilt tagensant</target> 7130 <target state="translated">Leqqem tazmilt tagensant</target>
6917 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7131
6918 </trans-unit> 7132 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
6919 <trans-unit id="3962242315365992494" datatype="html"> 7133 <trans-unit id="3962242315365992494" datatype="html">
6920 <source>Switch video block to manual</source> 7134 <source>Switch video block to manual</source>
6921 <target state="translated">Err asewḥel n tvidyut ad iteddu s ufus</target> 7135 <target state="translated">Err asewḥel n tvidyut ad iteddu s ufus</target>
6922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7136
6923 </trans-unit> 7137 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
6924 <trans-unit id="6906423861055262169" datatype="html"> 7138 <trans-unit id="6906423861055262169" datatype="html">
6925 <source>Video <x id="PH"/> switched to manual block.</source> 7139 <source>Video <x id="PH"/> switched to manual block.</source>
6926 <target state="translated">Tavidyut <x id="PH"/> tuɣal ɣer usewḥel s ufus.</target> 7140 <target state="translated">Tavidyut <x id="PH"/> tuɣal ɣer usewḥel s ufus.</target>
6927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7141
6928 </trans-unit> 7142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
6929 <trans-unit id="7293356040886494773" datatype="html"> 7143 <trans-unit id="7293356040886494773" datatype="html">
6930 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7144 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
6931 <target state="translated">Do you really want to unblock this video? It will be available again in the videos list.</target> 7145 <target state="translated">Do you really want to unblock this video? It will be available again in the videos list.</target>
6932 7146
6933 7147
6934 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 7148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
6935 <trans-unit id="4859202148272511129" datatype="html"> 7149 <trans-unit id="4859202148272511129" datatype="html">
6936 <source>Unblock</source> 7150 <source>Unblock</source>
6937 <target state="translated">Eks asewḥel</target> 7151 <target state="translated">Eks asewḥel</target>
@@ -6939,13 +7153,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6939 7153
6940 7154
6941 7155
6942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
6943 <trans-unit id="4922469417589203720" datatype="html"> 7157 <trans-unit id="4922469417589203720" datatype="html">
6944 <source>Video <x id="PH"/> unblocked.</source> 7158 <source>Video <x id="PH"/> unblocked.</source>
6945 <target state="translated">Tavidyut <x id="PH"/> yekkes-as usewḥel.</target> 7159 <target state="translated">Tavidyut <x id="PH"/> yekkes-as usewḥel.</target>
6946 7160
6947 7161
6948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 7162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
6949 <trans-unit id="6286037250766429054" datatype="html"> 7163 <trans-unit id="6286037250766429054" datatype="html">
6950 <source>yes</source> 7164 <source>yes</source>
6951 <target>ih</target> 7165 <target>ih</target>
@@ -6961,23 +7175,23 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6961 <trans-unit id="212615365039028546" datatype="html"> 7175 <trans-unit id="212615365039028546" datatype="html">
6962 <source>You don't have plugins installed yet.</source> 7176 <source>You don't have plugins installed yet.</source>
6963 <target state="translated">You don't have plugins installed yet.</target> 7177 <target state="translated">You don't have plugins installed yet.</target>
6964 7178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">86</context></context-group>
6965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">86</context></context-group></trans-unit> 7179 </trans-unit>
6966 <trans-unit id="1710094819987243777" datatype="html"> 7180 <trans-unit id="1710094819987243777" datatype="html">
6967 <source>You don't have themes installed yet.</source> 7181 <source>You don't have themes installed yet.</source>
6968 <target state="translated">You don't have themes installed yet.</target> 7182 <target state="translated">You don't have themes installed yet.</target>
6969 7183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">89</context></context-group>
6970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 7184 </trans-unit>
6971 <trans-unit id="931472057457682240" datatype="html"> 7185 <trans-unit id="931472057457682240" datatype="html">
6972 <source>Update to <x id="PH"/> </source> 7186 <source>Update to <x id="PH"/> </source>
6973 <target state="translated">Update to <x id="PH"/> </target> 7187 <target state="translated">Update to <x id="PH"/> </target>
6974 7188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">97</context></context-group>
6975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">97</context></context-group></trans-unit> 7189 </trans-unit>
6976 <trans-unit id="9107383323119159110" datatype="html"> 7190 <trans-unit id="9107383323119159110" datatype="html">
6977 <source>Do you really want to uninstall <x id="PH"/>?</source> 7191 <source>Do you really want to uninstall <x id="PH"/>?</source>
6978 <target state="translated">Tebɣiḍ s tidet ad tesfesxeḍ asebded <x id="PH"/>?</target> 7192 <target state="translated">Tebɣiḍ s tidet ad tesfesxeḍ asebded <x id="PH"/>?</target>
6979 7193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">110</context></context-group>
6980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">110</context></context-group></trans-unit> 7194 </trans-unit>
6981 <trans-unit id="4474510732215437338" datatype="html"> 7195 <trans-unit id="4474510732215437338" datatype="html">
6982 <source>Uninstall</source> 7196 <source>Uninstall</source>
6983 <target state="translated">Désinstaller</target> 7197 <target state="translated">Désinstaller</target>
@@ -6986,28 +7200,28 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6986 <trans-unit id="3773378957693174719" datatype="html"> 7200 <trans-unit id="3773378957693174719" datatype="html">
6987 <source><x id="PH"/> uninstalled. </source> 7201 <source><x id="PH"/> uninstalled. </source>
6988 <target state="translated"><x id="PH"/> uninstalled. </target> 7202 <target state="translated"><x id="PH"/> uninstalled. </target>
6989 7203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">118</context></context-group>
6990 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit> 7204 </trans-unit>
6991 <trans-unit id="7914215986085479339" datatype="html"> 7205 <trans-unit id="7914215986085479339" datatype="html">
6992 <source>This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.</source> 7206 <source>This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.</source>
6993 <target state="translated">Wagi d lqem agejdan n uzegrir. Ttxil-k·m ddu ɣer usebter agejdan n uzegrir i wakken ad tesneqdeḍ tizmilin n lqem yettuṛaǧun.</target> 7207 <target state="translated">Wagi d lqem agejdan n uzegrir. Ttxil-k·m ddu ɣer usebter agejdan n uzegrir i wakken ad tesneqdeḍ tizmilin n lqem yettuṛaǧun.</target>
6994 7208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">134</context></context-group>
6995 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">134</context></context-group></trans-unit> 7209 </trans-unit>
6996 <trans-unit id="2849750161085431718" datatype="html"> 7210 <trans-unit id="2849750161085431718" datatype="html">
6997 <source>Upgrade</source> 7211 <source>Upgrade</source>
6998 <target state="translated">Leqqem</target> 7212 <target state="translated">Leqqem</target>
6999 7213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">135</context></context-group>
7000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">135</context></context-group></trans-unit> 7214 </trans-unit>
7001 <trans-unit id="7686590072950686188" datatype="html"> 7215 <trans-unit id="7686590072950686188" datatype="html">
7002 <source>Proceed upgrade</source> 7216 <source>Proceed upgrade</source>
7003 <target state="translated">Kemmel aleqqem</target> 7217 <target state="translated">Kemmel aleqqem</target>
7004 7218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">136</context></context-group>
7005 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">136</context></context-group></trans-unit> 7219 </trans-unit>
7006 <trans-unit id="7830308409197461339" datatype="html"> 7220 <trans-unit id="7830308409197461339" datatype="html">
7007 <source><x id="PH"/> updated. </source> 7221 <source><x id="PH"/> updated. </source>
7008 <target state="translated"><x id="PH"/> updated. </target> 7222 <target state="translated"><x id="PH"/> updated. </target>
7009 7223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">150</context></context-group>
7010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit> 7224 </trans-unit>
7011 <trans-unit id="3229595422546554334" datatype="html"> 7225 <trans-unit id="3229595422546554334" datatype="html">
7012 <source>Jobs</source> 7226 <source>Jobs</source>
7013 <target state="translated">Axeddim</target> 7227 <target state="translated">Axeddim</target>
@@ -7021,23 +7235,23 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7021 <trans-unit id="3150704904301058778" datatype="html"> 7235 <trans-unit id="3150704904301058778" datatype="html">
7022 <source>The plugin index is not available. Please retry later.</source> 7236 <source>The plugin index is not available. Please retry later.</source>
7023 <target state="translated">The plugin index is not available. Please retry later.</target> 7237 <target state="translated">The plugin index is not available. Please retry later.</target>
7024 7238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">100</context></context-group>
7025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">100</context></context-group></trans-unit> 7239 </trans-unit>
7026 <trans-unit id="1387301493234848481" datatype="html"> 7240 <trans-unit id="1387301493234848481" datatype="html">
7027 <source>Please only install plugins or themes you trust, since they can execute any code on your instance.</source> 7241 <source>Please only install plugins or themes you trust, since they can execute any code on your instance.</source>
7028 <target state="translated">Please only install plugins or themes you trust, since they can execute any code on your instance.</target> 7242 <target state="translated">Please only install plugins or themes you trust, since they can execute any code on your instance.</target>
7029 7243 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">134</context></context-group>
7030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">134</context></context-group></trans-unit> 7244 </trans-unit>
7031 <trans-unit id="2994182849694226596" datatype="html"> 7245 <trans-unit id="2994182849694226596" datatype="html">
7032 <source>Install <x id="PH"/>?</source> 7246 <source>Install <x id="PH"/>?</source>
7033 <target state="translated">Sebded <x id="PH"/>?</target> 7247 <target state="translated">Sebded <x id="PH"/>?</target>
7034 7248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">135</context></context-group>
7035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">135</context></context-group></trans-unit> 7249 </trans-unit>
7036 <trans-unit id="6703720397495603345" datatype="html"> 7250 <trans-unit id="6703720397495603345" datatype="html">
7037 <source><x id="PH"/> installed. </source> 7251 <source><x id="PH"/> installed. </source>
7038 <target state="translated"><x id="PH"/> installed. </target> 7252 <target state="translated"><x id="PH"/> installed. </target>
7039 7253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">147</context></context-group>
7040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">147</context></context-group></trans-unit> 7254 </trans-unit>
7041 <trans-unit id="1875025899004073421" datatype="html"> 7255 <trans-unit id="1875025899004073421" datatype="html">
7042 <source>Settings updated.</source> 7256 <source>Settings updated.</source>
7043 <target state="translated">Settings updated.</target> 7257 <target state="translated">Settings updated.</target>
@@ -7188,7 +7402,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7188 <trans-unit id="1519954996184640001" datatype="html"> 7402 <trans-unit id="1519954996184640001" datatype="html">
7189 <source>Error</source> 7403 <source>Error</source>
7190 <target>Tuccḍa</target> 7404 <target>Tuccḍa</target>
7191 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7405 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group>
7192 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7406 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group>
7193 </trans-unit> 7407 </trans-unit>
7194 <trans-unit id="5076187961693950167" datatype="html"> 7408 <trans-unit id="5076187961693950167" datatype="html">
@@ -7204,8 +7418,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7204 <trans-unit id="1886888801485703107" datatype="html"> 7418 <trans-unit id="1886888801485703107" datatype="html">
7205 <source>User <x id="PH"/> created.</source> 7419 <source>User <x id="PH"/> created.</source>
7206 <target state="translated">Aseqdac <x id="PH"/> yettwarna.</target> 7420 <target state="translated">Aseqdac <x id="PH"/> yettwarna.</target>
7207 7421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group>
7208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 7422 </trans-unit>
7209 <trans-unit id="8286337167859377104" datatype="html"> 7423 <trans-unit id="8286337167859377104" datatype="html">
7210 <source>Create user</source> 7424 <source>Create user</source>
7211 <target state="translated">Rnu aseqdac</target> 7425 <target state="translated">Rnu aseqdac</target>
@@ -7231,31 +7445,21 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7231 <target state="translated">Update user password</target> 7445 <target state="translated">Update user password</target>
7232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7233 </trans-unit> 7447 </trans-unit>
7234 <trans-unit id="177544274549739411" datatype="html">
7235 <source>Following list</source>
7236 <target state="translated">Tabdart n uḍfar</target>
7237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7238 </trans-unit>
7239 <trans-unit id="8092429110007204784" datatype="html">
7240 <source>Followers list</source>
7241 <target state="translated">Tabdart n yineḍfaren</target>
7242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7243 </trans-unit>
7244 <trans-unit id="780323526182667308" datatype="html"> 7448 <trans-unit id="780323526182667308" datatype="html">
7245 <source>User <x id="PH"/> updated.</source> 7449 <source>User <x id="PH"/> updated.</source>
7246 <target state="translated">Aseqdac <x id="PH"/> yettwaleqqem.</target> 7450 <target state="translated">Aseqdac <x id="PH"/> yettwaleqqem.</target>
7247 7451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context><context context-type="linenumber">88</context></context-group>
7248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit> 7452 </trans-unit>
7249 <trans-unit id="1349763489797682899" datatype="html"> 7453 <trans-unit id="1349763489797682899" datatype="html">
7250 <source>Update user</source> 7454 <source>Update user</source>
7251 <target>Leqqem aseqdac</target> 7455 <target>Leqqem aseqdac</target>
7252 7456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context><context context-type="linenumber">105</context></context-group>
7253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context><context context-type="linenumber">105</context></context-group></trans-unit> 7457 </trans-unit>
7254 <trans-unit id="8819563010322372715" datatype="html"> 7458 <trans-unit id="8819563010322372715" datatype="html">
7255 <source>An email asking for password reset has been sent to <x id="PH"/>.</source> 7459 <source>An email asking for password reset has been sent to <x id="PH"/>.</source>
7256 <target state="translated">Imayl n usuter n uwennez n wawal uffir yettwazen ɣer <x id="PH"/>.</target> 7460 <target state="translated">Imayl n usuter n uwennez n wawal uffir yettwazen ɣer <x id="PH"/>.</target>
7257 7461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context><context context-type="linenumber">111</context></context-group>
7258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 7462 </trans-unit>
7259 <trans-unit id="7483807629538115183" datatype="html"> 7463 <trans-unit id="7483807629538115183" datatype="html">
7260 <source>Users list</source> 7464 <source>Users list</source>
7261 <target state="translated">Tabdart n iseqdacen</target> 7465 <target state="translated">Tabdart n iseqdacen</target>
@@ -7269,29 +7473,19 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7269 <trans-unit id="5552039423287890133" datatype="html"> 7473 <trans-unit id="5552039423287890133" datatype="html">
7270 <source>Update a user</source> 7474 <source>Update a user</source>
7271 <target state="translated">Leqqem aseqdac</target> 7475 <target state="translated">Leqqem aseqdac</target>
7272 7476 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group>
7273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit> 7477 </trans-unit>
7274 <trans-unit id="8564701209009684429" datatype="html"> 7478 <trans-unit id="8564701209009684429" datatype="html">
7275 <source>Federation</source> 7479 <source>Federation</source>
7276 <target state="translated">Federation</target> 7480 <target state="translated">Federation</target>
7277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7278 </trans-unit> 7482 </trans-unit>
7279 <trans-unit id="4682675125751819107" datatype="html">
7280 <source>Instances you follow</source>
7281 <target state="translated">Tummanin teṭṭafareḍ</target>
7282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7283 </trans-unit>
7284 <trans-unit id="8899833753704589712" datatype="html">
7285 <source>Instances following you</source>
7286 <target state="translated">Tummanin i ak·akem-yeṭṭafaren</target>
7287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7288 </trans-unit>
7289 <trans-unit id="3767259920053407667" datatype="html"> 7483 <trans-unit id="3767259920053407667" datatype="html">
7290 <source>Videos will be deleted, comments will be tombstoned.</source> 7484 <source>Videos will be deleted, comments will be tombstoned.</source>
7291 <target state="translated">Tividyutin ad ttwakksent, iwenniten ad ttwasfesxen.</target> 7485 <target state="translated">Tividyutin ad ttwakksent, iwenniten ad ttwasfesxen.</target>
7292 7486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">82</context></context-group>
7293 7487 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">265</context></context-group>
7294 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 7488 </trans-unit>
7295 <trans-unit id="4209525355702493436" datatype="html"> 7489 <trans-unit id="4209525355702493436" datatype="html">
7296 <source>Ban</source> 7490 <source>Ban</source>
7297 <target state="translated">Gdel</target> 7491 <target state="translated">Gdel</target>
@@ -7301,71 +7495,95 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7301 <trans-unit id="3855396975723886053" datatype="html"> 7495 <trans-unit id="3855396975723886053" datatype="html">
7302 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source> 7496 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source>
7303 <target state="translated">User won't be able to login anymore, but videos and comments will be kept as is.</target> 7497 <target state="translated">User won't be able to login anymore, but videos and comments will be kept as is.</target>
7304 7498 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">88</context></context-group>
7305 7499 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">270</context></context-group>
7306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 7500 </trans-unit>
7307 <trans-unit id="4451482225013335720" datatype="html"> 7501 <trans-unit id="4451482225013335720" datatype="html">
7308 <source>Unban</source> 7502 <source>Unban</source>
7309 <target state="translated">Asefsex n tigtin</target> 7503 <target state="translated">Asefsex n tigtin</target>
7310 7504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">93</context></context-group>
7311 7505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">172</context></context-group>
7312 7506 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">66</context></context-group>
7313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">93</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 7507 </trans-unit>
7314 <trans-unit id="7210277223053877333" datatype="html"> 7508 <trans-unit id="7210277223053877333" datatype="html">
7315 <source>Set Email as Verified</source> 7509 <source>Set Email as Verified</source>
7316 <target state="translated">Sbadu imayl am wakken yettusenqed</target> 7510 <target state="translated">Sbadu imayl am wakken yettusenqed</target>
7317 7511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7318 7512 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7513 </trans-unit>
7514 <trans-unit id="4207916966377787111" datatype="html">
7515 <source>Created</source>
7516 <target state="new">Created</target>
7517 <context-group purpose="location">
7518 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7519 <context context-type="linenumber">115</context>
7520 </context-group>
7521 </trans-unit>
7522 <trans-unit id="8140268298586972139" datatype="html">
7523 <source>Daily quota</source>
7524 <target state="new">Daily quota</target>
7525 <context-group purpose="location">
7526 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7527 <context context-type="linenumber">120</context>
7528 </context-group>
7529 </trans-unit>
7530 <trans-unit id="7910076708497708162" datatype="html">
7531 <source>Last login</source>
7532 <target state="new">Last login</target>
7533 <context-group purpose="location">
7534 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7535 <context context-type="linenumber">122</context>
7536 </context-group>
7537 </trans-unit>
7320 <trans-unit id="3403978719736970622" datatype="html"> 7538 <trans-unit id="3403978719736970622" datatype="html">
7321 <source>You cannot ban root.</source> 7539 <source>You cannot ban root.</source>
7322 <target state="translated">Ur tezmired ara ad tgedleḍ aseqdac aẓar.</target> 7540 <target state="translated">Ur tezmired ara ad tgedleḍ aseqdac aẓar.</target>
7323 7541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">159</context></context-group>
7324 7542 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">54</context></context-group>
7325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">159</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit> 7543 </trans-unit>
7326 <trans-unit id="4884272193574287483" datatype="html"> 7544 <trans-unit id="4884272193574287483" datatype="html">
7327 <source>Do you really want to unban <x id="PH"/> users?</source> 7545 <source>Do you really want to unban <x id="PH"/> users?</source>
7328 <target state="translated">Tebɣiḍ s tidet ad tekkseḍ agdal i yiseqdacen <x id="PH"/> users?</target> 7546 <target state="translated">Tebɣiḍ s tidet ad tekkseḍ agdal i yiseqdacen <x id="PH"/> users?</target>
7329 7547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">172</context></context-group>
7330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">172</context></context-group></trans-unit> 7548 </trans-unit>
7331 <trans-unit id="8712248120167780385" datatype="html"> 7549 <trans-unit id="8712248120167780385" datatype="html">
7332 <source><x id="PH"/> users unbanned. </source> 7550 <source><x id="PH"/> users unbanned. </source>
7333 <target state="translated"><x id="PH"/> iseqdacen yettwagedlen. </target> 7551 <target state="translated"><x id="PH"/> iseqdacen yettwagedlen. </target>
7334 7552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">178</context></context-group>
7335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">178</context></context-group></trans-unit> 7553 </trans-unit>
7336 <trans-unit id="5325873477837320044" datatype="html"> 7554 <trans-unit id="5325873477837320044" datatype="html">
7337 <source>You cannot delete root.</source> 7555 <source>You cannot delete root.</source>
7338 <target state="translated">Ur tezmireḍ ara ad tekkseḍ aseqdac aẓar.</target> 7556 <target state="translated">Ur tezmireḍ ara ad tekkseḍ aseqdac aẓar.</target>
7339 7557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">189</context></context-group>
7340 7558 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">82</context></context-group>
7341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">189</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">82</context></context-group></trans-unit> 7559 </trans-unit>
7342 <trans-unit id="4086135983283545219" datatype="html"> 7560 <trans-unit id="4086135983283545219" datatype="html">
7343 <source>If you remove these users, you will not be able to create others with the same username!</source> 7561 <source>If you remove these users, you will not be able to create others with the same username!</source>
7344 <target state="translated">Ma yella tekkseḍ iseqdacen-a, ur tettizmireḍ ara ad ternuḍ wiyaḍ s yisem-nni kan n useqdac!</target> 7562 <target state="translated">Ma yella tekkseḍ iseqdacen-a, ur tettizmireḍ ara ad ternuḍ wiyaḍ s yisem-nni kan n useqdac!</target>
7345 7563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">194</context></context-group>
7346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">194</context></context-group></trans-unit> 7564 </trans-unit>
7347 <trans-unit id="7166936623843420016" datatype="html"> 7565 <trans-unit id="7166936623843420016" datatype="html">
7348 <source><x id="PH"/> users deleted. </source> 7566 <source><x id="PH"/> users deleted. </source>
7349 <target state="translated"><x id="PH"/> iseqdacen yettwagedlen. </target> 7567 <target state="translated"><x id="PH"/> iseqdacen yettwagedlen. </target>
7350 7568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">200</context></context-group>
7351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">200</context></context-group></trans-unit> 7569 </trans-unit>
7352 <trans-unit id="8360664597512051242" datatype="html"> 7570 <trans-unit id="8360664597512051242" datatype="html">
7353 <source><x id="PH"/> users email set as verified. </source> 7571 <source><x id="PH"/> users email set as verified. </source>
7354 <target state="translated"><x id="PH"/> imayl n yiseqdac yettusbadu yettusenqed. </target> 7572 <target state="translated"><x id="PH"/> imayl n yiseqdac yettusbadu yettusenqed. </target>
7355 7573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">211</context></context-group>
7356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">211</context></context-group></trans-unit> 7574 </trans-unit>
7357 <trans-unit id="7390990800435887351" datatype="html"> 7575 <trans-unit id="7390990800435887351" datatype="html">
7358 <source>Account <x id="PH"/> unmuted.</source> 7576 <source>Account <x id="PH"/> unmuted.</source>
7359 <target state="translated">Amiḍan <x id="PH"/> yekkes-as usgugem.</target> 7577 <target state="translated">Amiḍan <x id="PH"/> yekkes-as usgugem.</target>
7360 7578 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.ts</context><context context-type="linenumber">43</context></context-group>
7361 7579 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">129</context></context-group>
7362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.ts</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">129</context></context-group></trans-unit> 7580 </trans-unit>
7363 <trans-unit id="7246356397085094208" datatype="html"> 7581 <trans-unit id="7246356397085094208" datatype="html">
7364 <source>Instance <x id="PH"/> unmuted.</source> 7582 <source>Instance <x id="PH"/> unmuted.</source>
7365 <target state="translated">Tummant <x id="PH"/> yettwakkes-as usgugem.</target> 7583 <target state="translated">Tummant <x id="PH"/> yettwakkes-as usgugem.</target>
7366 7584 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.ts</context><context context-type="linenumber">45</context></context-group>
7367 7585 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">157</context></context-group>
7368 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.ts</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">157</context></context-group></trans-unit> 7586 </trans-unit>
7369 <trans-unit id="5551551295632950210" datatype="html"> 7587 <trans-unit id="5551551295632950210" datatype="html">
7370 <source>Videos history is enabled</source> 7588 <source>Videos history is enabled</source>
7371 <target state="translated">Azray n tvidyutin yettwarmed</target> 7589 <target state="translated">Azray n tvidyutin yettwarmed</target>
@@ -7407,8 +7625,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7407 <trans-unit id="3183245287221165928" datatype="html"> 7625 <trans-unit id="3183245287221165928" datatype="html">
7408 <source>Ownership accepted</source> 7626 <source>Ownership accepted</source>
7409 <target state="translated">Abeddel n bab-is yettwaqbel</target> 7627 <target state="translated">Abeddel n bab-is yettwaqbel</target>
7410 7628 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts</context><context context-type="linenumber">69</context></context-group>
7411 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.ts</context><context context-type="linenumber">69</context></context-group></trans-unit> 7629 </trans-unit>
7412 <trans-unit id="6012072687166259654" datatype="html"> 7630 <trans-unit id="6012072687166259654" datatype="html">
7413 <source>Please check your emails to verify your new email.</source> 7631 <source>Please check your emails to verify your new email.</source>
7414 <target state="translated">Ttxil-k·m senqed imaylen-ik·im i wakken ad tesneqdeḍ imayl-ik·im amaynut.</target> 7632 <target state="translated">Ttxil-k·m senqed imaylen-ik·im i wakken ad tesneqdeḍ imayl-ik·im amaynut.</target>
@@ -7466,9 +7684,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7466 <trans-unit id="4776289814033837037" datatype="html"> 7684 <trans-unit id="4776289814033837037" datatype="html">
7467 <source>Interface settings updated.</source> 7685 <source>Interface settings updated.</source>
7468 <target state="translated">Iɣewwaren n ugrudem ttwaleqqmen.</target> 7686 <target state="translated">Iɣewwaren n ugrudem ttwaleqqmen.</target>
7469 7687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-interface-settings.component.ts</context><context context-type="linenumber">72</context></context-group>
7470 7688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-interface-settings.component.ts</context><context context-type="linenumber">79</context></context-group>
7471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-interface-settings.component.ts</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-interface-settings.component.ts</context><context context-type="linenumber">79</context></context-group></trans-unit> 7689 </trans-unit>
7472 <trans-unit id="77907918814566205" datatype="html"> 7690 <trans-unit id="77907918814566205" datatype="html">
7473 <source>New video from your subscriptions</source> 7691 <source>New video from your subscriptions</source>
7474 <target state="translated">Tavidyut tamaynut sɣur imultaɣ-ik·im</target> 7692 <target state="translated">Tavidyut tamaynut sɣur imultaɣ-ik·im</target>
@@ -7558,8 +7776,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7558 <trans-unit id="5095562193296630034" datatype="html"> 7776 <trans-unit id="5095562193296630034" datatype="html">
7559 <source>Preferences saved</source> 7777 <source>Preferences saved</source>
7560 <target state="translated">Ismenyifen ttwaskelsen</target> 7778 <target state="translated">Ismenyifen ttwaskelsen</target>
7561 7779 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">94</context></context-group>
7562 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit> 7780 </trans-unit>
7563 <trans-unit id="4967231969832964676" datatype="html"> 7781 <trans-unit id="4967231969832964676" datatype="html">
7564 <source>Profile updated.</source> 7782 <source>Profile updated.</source>
7565 <target>Amaɣnu yettwaleqqem.</target> 7783 <target>Amaɣnu yettwaleqqem.</target>
@@ -7576,26 +7794,26 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7576 <trans-unit id="3525866160632851851" datatype="html"> 7794 <trans-unit id="3525866160632851851" datatype="html">
7577 <source>Avatar changed.</source> 7795 <source>Avatar changed.</source>
7578 <target state="translated">Yettwabeddel avaṭar.</target> 7796 <target state="translated">Yettwabeddel avaṭar.</target>
7579 7797 <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">44</context></context-group>
7580 7798 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">105</context></context-group>
7581 <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">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">105</context></context-group></trans-unit> 7799 </trans-unit>
7582 <trans-unit id="8920809083620698740" datatype="html"> 7800 <trans-unit id="8920809083620698740" datatype="html">
7583 <source>avatar</source> 7801 <source>avatar</source>
7584 <target state="translated">avaṭar</target> 7802 <target state="translated">avaṭar</target>
7585 7803 <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">51</context></context-group>
7586 7804 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">112</context></context-group>
7587 <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">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">112</context></context-group></trans-unit> 7805 </trans-unit>
7588 <trans-unit id="2775050991871557896" datatype="html"> 7806 <trans-unit id="2775050991871557896" datatype="html">
7589 <source>Avatar deleted.</source> 7807 <source>Avatar deleted.</source>
7590 <target state="translated">Yettwakkes avaṭar.</target> 7808 <target state="translated">Yettwakkes avaṭar.</target>
7591 7809 <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">61</context></context-group>
7592 7810 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">122</context></context-group>
7593 <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">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">122</context></context-group></trans-unit> 7811 </trans-unit>
7594 <trans-unit id="1233062525939746039" datatype="html"> 7812 <trans-unit id="1233062525939746039" datatype="html">
7595 <source>Unknown language</source> 7813 <source>Unknown language</source>
7596 <target>Tutlayt tarussint</target> 7814 <target>Tutlayt tarussint</target>
7597 7815 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.ts</context><context context-type="linenumber">55</context></context-group>
7598 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 7816 </trans-unit>
7599 <trans-unit id="3761504852202418603" datatype="html"> 7817 <trans-unit id="3761504852202418603" datatype="html">
7600 <source>Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</source> 7818 <source>Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</source>
7601 <target state="translated">Aṭas n tutlayin i yettwaremden. Ttxil-k·m rmed-itent akk neɣ qqim ddaw deg 20 n tutlayin yettwaremden.</target> 7819 <target state="translated">Aṭas n tutlayin i yettwaremden. Ttxil-k·m rmed-itent akk neɣ qqim ddaw deg 20 n tutlayin yettwaremden.</target>
@@ -7614,37 +7832,32 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7614 <trans-unit id="1137937154872046253" datatype="html"> 7832 <trans-unit id="1137937154872046253" datatype="html">
7615 <source>Video channel <x id="PH"/> created.</source> 7833 <source>Video channel <x id="PH"/> created.</source>
7616 <target state="translated">Abadu n tvidyut <x id="PH"/> yettwarna.</target> 7834 <target state="translated">Abadu n tvidyut <x id="PH"/> yettwarna.</target>
7617 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 7835 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group>
7618 </trans-unit> 7836 </trans-unit>
7619 <trans-unit id="8723777130353305761" datatype="html"> 7837 <trans-unit id="8723777130353305761" datatype="html">
7620 <source>This name already exists on this instance.</source> 7838 <source>This name already exists on this instance.</source>
7621 <target state="translated">Isem-a yella yakan ɣef tummant-a.</target> 7839 <target state="translated">Isem-a yella yakan ɣef tummant-a.</target>
7622 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 7840 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group>
7623 </trans-unit> 7841 </trans-unit>
7624 <trans-unit id="7589345916094713536" datatype="html"> 7842 <trans-unit id="7589345916094713536" datatype="html">
7625 <source>Video channel <x id="PH"/> updated.</source> 7843 <source>Video channel <x id="PH"/> updated.</source>
7626 <target state="translated">Abadu n tvidyut <x id="PH"/> yettwaleqqem.</target> 7844 <target state="translated">Abadu n tvidyut <x id="PH"/> yettwaleqqem.</target>
7627 7845 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">92</context></context-group>
7628 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">92</context></context-group></trans-unit> 7846 </trans-unit>
7629 <trans-unit id="8407755843502300957" datatype="html"> 7847 <trans-unit id="8407755843502300957" datatype="html">
7630 <source>Banner changed.</source> 7848 <source>Banner changed.</source>
7631 <target state="translated">Aɣarrac yettwabeddel.</target> 7849 <target state="translated">Aɣarrac yettwabeddel.</target>
7632 7850 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">135</context></context-group>
7633 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">135</context></context-group></trans-unit> 7851 </trans-unit>
7634 <trans-unit id="689638706960732906" datatype="html"> 7852 <trans-unit id="689638706960732906" datatype="html">
7635 <source>banner</source> 7853 <source>banner</source>
7636 <target state="translated">aɣarrac</target> 7854 <target state="translated">aɣarrac</target>
7637 7855 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">142</context></context-group>
7638 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">142</context></context-group></trans-unit> 7856 </trans-unit>
7639 <trans-unit id="3230561499965076671" datatype="html"> 7857 <trans-unit id="3230561499965076671" datatype="html">
7640 <source>Banner deleted.</source> 7858 <source>Banner deleted.</source>
7641 <target state="translated">Aɣrrac yettwakkes.</target> 7859 <target state="translated">Aɣrrac yettwakkes.</target>
7642 7860 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
7643 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7644 <trans-unit id="2575302837003821736" datatype="html">
7645 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7646 <target state="translated">Ttxil-k·m aru isem yettwaskanen n ubadu n tvidyut ( <x id="PH"/>) i usentem</target>
7647 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
7648 </trans-unit> 7861 </trans-unit>
7649 <trans-unit id="624066830180032195" datatype="html"> 7862 <trans-unit id="624066830180032195" datatype="html">
7650 <source>Video channel <x id="PH"/> deleted.</source> 7863 <source>Video channel <x id="PH"/> deleted.</source>
@@ -7654,8 +7867,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7654 <trans-unit id="6450826648284332649" datatype="html"> 7867 <trans-unit id="6450826648284332649" datatype="html">
7655 <source>Views for the day</source> 7868 <source>Views for the day</source>
7656 <target state="translated">Timeẓriyin deg ass</target> 7869 <target state="translated">Timeẓriyin deg ass</target>
7657 7870 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">88</context></context-group>
7658 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit> 7871 </trans-unit>
7659 <trans-unit id="6059091237492573541" datatype="html"> 7872 <trans-unit id="6059091237492573541" datatype="html">
7660 <source>Update video channel</source> 7873 <source>Update video channel</source>
7661 <target state="translated">Leqqem abadu n tvidyut</target> 7874 <target state="translated">Leqqem abadu n tvidyut</target>
@@ -7681,8 +7894,10 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7681 <context context-type="sourcefile">src/app/+remote-interaction/remote-interaction.component.ts</context> 7894 <context context-type="sourcefile">src/app/+remote-interaction/remote-interaction.component.ts</context>
7682 <context context-type="linenumber">48</context> 7895 <context context-type="linenumber">48</context>
7683 </context-group> 7896 </context-group>
7684 </trans-unit><trans-unit id="1636934520301910285" datatype="html"> 7897 </trans-unit>
7685 <source>Reset password</source><target state="new">Reset password</target> 7898 <trans-unit id="1636934520301910285" datatype="html">
7899 <source>Reset password</source>
7900 <target state="new">Reset password</target>
7686 <context-group purpose="location"> 7901 <context-group purpose="location">
7687 <context context-type="sourcefile">src/app/+reset-password/reset-password-routing.module.ts</context> 7902 <context context-type="sourcefile">src/app/+reset-password/reset-password-routing.module.ts</context>
7688 <context context-type="linenumber">11</context> 7903 <context context-type="linenumber">11</context>
@@ -7710,9 +7925,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7710 <trans-unit id="8869957234869568361" datatype="html"> 7925 <trans-unit id="8869957234869568361" datatype="html">
7711 <source>Update playlist</source> 7926 <source>Update playlist</source>
7712 <target state="translated">Update playlist</target> 7927 <target state="translated">Update playlist</target>
7713 7928 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">66</context></context-group>
7714 7929 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">47</context></context-group>
7715 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">66</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit> 7930 </trans-unit>
7716 <trans-unit id="5851560788527570644" datatype="html"> 7931 <trans-unit id="5851560788527570644" datatype="html">
7717 <source>Notifications</source> 7932 <source>Notifications</source>
7718 <target state="translated">Ilɣa</target> 7933 <target state="translated">Ilɣa</target>
@@ -7755,13 +7970,17 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7755 <trans-unit id="3058024914967508975" datatype="html"> 7970 <trans-unit id="3058024914967508975" datatype="html">
7756 <source>My videos</source> 7971 <source>My videos</source>
7757 <target state="translated">Tividyutin-inu</target> 7972 <target state="translated">Tividyutin-inu</target>
7758 7973 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">76</context></context-group>
7759 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">77</context></context-group></trans-unit> 7974 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">4</context></context-group>
7975 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">69</context></context-group>
7976 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">77</context></context-group>
7977 </trans-unit>
7760 <trans-unit id="5752861278140673787" datatype="html"> 7978 <trans-unit id="5752861278140673787" datatype="html">
7761 <source>Ownership changes</source> 7979 <source>Ownership changes</source>
7762 <target state="translated">Isenfal n wamli</target> 7980 <target state="translated">Isenfal n wamli</target>
7763 7981 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">107</context></context-group>
7764 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">107</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 7982 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">16</context></context-group>
7983 </trans-unit>
7765 <trans-unit id="8197117721861453263" datatype="html"> 7984 <trans-unit id="8197117721861453263" datatype="html">
7766 <source>Do you really want to delete <x id="PH"/> videos?</source> 7985 <source>Do you really want to delete <x id="PH"/> videos?</source>
7767 <target state="translated">Tebɣiḍ s tidet ad tekkseḍ tividyutin <x id="PH"/>?</target> 7986 <target state="translated">Tebɣiḍ s tidet ad tekkseḍ tividyutin <x id="PH"/>?</target>
@@ -7791,6 +8010,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7791 <target state="translated">Ownership change request sent.</target> 8010 <target state="translated">Ownership change request sent.</target>
7792 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8011 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
7793 </trans-unit> 8012 </trans-unit>
8013 <trans-unit id="7699622144571229146" datatype="html">
8014 <source>Sort by</source>
8015 <target state="new">Sort by</target>
8016 <context-group purpose="location">
8017 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8018 <context context-type="linenumber">26</context>
8019 </context-group>
8020 </trans-unit>
7794 <trans-unit id="3058024914967508975" datatype="html"> 8021 <trans-unit id="3058024914967508975" datatype="html">
7795 <source>My videos</source> 8022 <source>My videos</source>
7796 <target state="translated">My videos</target> 8023 <target state="translated">My videos</target>
@@ -7800,23 +8027,27 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7800 <trans-unit id="3108704604266608109" datatype="html"> 8027 <trans-unit id="3108704604266608109" datatype="html">
7801 <source>My video imports</source> 8028 <source>My video imports</source>
7802 <target state="translated">Aktaren n tvidyut-iw</target> 8029 <target state="translated">Aktaren n tvidyut-iw</target>
7803 8030 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">89</context></context-group>
7804 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 8031 </trans-unit>
7805 <trans-unit id="7545420287297803988" datatype="html"> 8032 <trans-unit id="7545420287297803988" datatype="html">
7806 <source>My playlists</source> 8033 <source>My playlists</source>
7807 <target state="translated">My playlists</target> 8034 <target state="translated">My playlists</target>
7808 8035 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">39</context></context-group>
7809 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">86</context></context-group></trans-unit> 8036 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.html</context><context context-type="linenumber">3</context></context-group>
8037 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">86</context></context-group>
8038 </trans-unit>
7810 <trans-unit id="949618577357088829" datatype="html"> 8039 <trans-unit id="949618577357088829" datatype="html">
7811 <source>Create a new playlist</source> 8040 <source>Create a new playlist</source>
7812 <target state="translated">Snulfu-d tabdart n tɣuri tamaynutt</target> 8041 <target state="translated">Snulfu-d tabdart n tɣuri tamaynutt</target>
7813 8042 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">48</context></context-group>
7814 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 8043 </trans-unit>
7815 <trans-unit id="2527931602940887636" datatype="html"> 8044 <trans-unit id="2527931602940887636" datatype="html">
7816 <source>My subscriptions</source> 8045 <source>My subscriptions</source>
7817 <target state="translated">Imultaɣ-inu</target> 8046 <target state="translated">Imultaɣ-inu</target>
7818 8047 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">98</context></context-group>
7819 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">92</context></context-group></trans-unit> 8048 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">4</context></context-group>
8049 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">92</context></context-group>
8050 </trans-unit>
7820 <trans-unit id="3245220240937722814" datatype="html"> 8051 <trans-unit id="3245220240937722814" datatype="html">
7821 <source>My channels</source> 8052 <source>My channels</source>
7822 <target state="translated">Ibuda-inu</target> 8053 <target state="translated">Ibuda-inu</target>
@@ -7840,8 +8071,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7840 <trans-unit id="1991904494976135035" datatype="html"> 8071 <trans-unit id="1991904494976135035" datatype="html">
7841 <source>My abuse reports</source> 8072 <source>My abuse reports</source>
7842 <target state="translated">My abuse reports</target> 8073 <target state="translated">My abuse reports</target>
7843 8074 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-routing.module.ts</context><context context-type="linenumber">117</context></context-group>
7844 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-routing.module.ts</context><context context-type="linenumber">117</context></context-group></trans-unit> 8075 </trans-unit>
7845 <trans-unit id="5752861278140673787" datatype="html"> 8076 <trans-unit id="5752861278140673787" datatype="html">
7846 <source>Ownership changes</source> 8077 <source>Ownership changes</source>
7847 <target state="translated">Ownership changes</target> 8078 <target state="translated">Ownership changes</target>
@@ -7850,13 +8081,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7850 <trans-unit id="5983006734882925930" datatype="html"> 8081 <trans-unit id="5983006734882925930" datatype="html">
7851 <source>My video history</source> 8082 <source>My video history</source>
7852 <target state="translated">Azray n tvidyut</target> 8083 <target state="translated">Azray n tvidyut</target>
7853 8084 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">117</context></context-group>
7854 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">117</context></context-group></trans-unit> 8085 </trans-unit>
7855 <trans-unit id="8181077408762380407" datatype="html"> 8086 <trans-unit id="8181077408762380407" datatype="html">
7856 <source>Channels</source> 8087 <source>Channels</source>
7857 <target state="translated">Ibuda</target> 8088 <target state="translated">Ibuda</target>
7858 8089 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">45</context></context-group>
7859 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">45</context></context-group></trans-unit> 8090 </trans-unit>
7860 <trans-unit id="8936704404804793618" datatype="html"> 8091 <trans-unit id="8936704404804793618" datatype="html">
7861 <source>Videos</source> 8092 <source>Videos</source>
7862 <target state="translated">Ividyuten</target> 8093 <target state="translated">Ividyuten</target>
@@ -7877,27 +8108,27 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7877 <source>Maximize editor</source> 8108 <source>Maximize editor</source>
7878 <target state="translated">Semɣer amaẓrag</target> 8109 <target state="translated">Semɣer amaẓrag</target>
7879 8110
7880 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 8111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
7881 <trans-unit id="4243591013849340688" datatype="html"> 8112 <trans-unit id="4243591013849340688" datatype="html">
7882 <source>Exit maximized editor</source> 8113 <source>Exit maximized editor</source>
7883 <target state="translated">Ffeɣ seg umaẓrag yettusmeɣ</target> 8114 <target state="translated">Ffeɣ seg umaẓrag yettusmeɣ</target>
7884 8115
7885 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 8116 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7886 <trans-unit id="6537885755702623401" datatype="html"> 8117 <trans-unit id="6537885755702623401" datatype="html">
7887 <source>Now please check your emails to verify your account and complete signup.</source> 8118 <source>Now please check your emails to verify your account and complete signup.</source>
7888 <target state="translated">Now please check your emails to verify your account and complete signup.</target> 8119 <target state="translated">Now please check your emails to verify your account and complete signup.</target>
7889 8120 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">130</context></context-group>
7890 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">130</context></context-group></trans-unit> 8121 </trans-unit>
7891 <trans-unit id="2847376451647729886" datatype="html"> 8122 <trans-unit id="2847376451647729886" datatype="html">
7892 <source>You are now logged in as <x id="PH"/>!</source> 8123 <source>You are now logged in as <x id="PH"/>!</source>
7893 <target state="translated">Aql-ak·kem teqqneḍ d <x id="PH"/>!</target> 8124 <target state="translated">Aql-ak·kem teqqneḍ d <x id="PH"/>!</target>
7894 8125 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">138</context></context-group>
7895 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">138</context></context-group></trans-unit> 8126 </trans-unit>
7896 <trans-unit id="2687679787442328897" datatype="html"> 8127 <trans-unit id="2687679787442328897" datatype="html">
7897 <source>An email with verification link will be sent to <x id="PH"/>.</source> 8128 <source>An email with verification link will be sent to <x id="PH"/>.</source>
7898 <target state="translated">Imayl s useɣwen n usenqed ad yettwazen ɣer <x id="PH"/>.</target> 8129 <target state="translated">Imayl s useɣwen n usenqed ad yettwazen ɣer <x id="PH"/>.</target>
7899 8130 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts</context><context context-type="linenumber">39</context></context-group>
7900 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit> 8131 </trans-unit>
7901 <trans-unit id="4180693983967989981" datatype="html"> 8132 <trans-unit id="4180693983967989981" datatype="html">
7902 <source>Unable to find user id or verification string.</source> 8133 <source>Unable to find user id or verification string.</source>
7903 <target state="translated">D awezɣi ad d-naf asulay n useqdac neɣ azrir n usenqed.</target> 8134 <target state="translated">D awezɣi ad d-naf asulay n useqdac neɣ azrir n usenqed.</target>
@@ -7914,7 +8145,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7914 <target state="translated">Multeɣ ɣer umiḍan</target> 8145 <target state="translated">Multeɣ ɣer umiḍan</target>
7915 8146
7916 8147
7917 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8148 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
7918 <trans-unit id="3131904093925601441" datatype="html"> 8149 <trans-unit id="3131904093925601441" datatype="html">
7919 <source>PLAYLISTS</source> 8150 <source>PLAYLISTS</source>
7920 <target state="translated">TIBDARIN N TΓURI</target> 8151 <target state="translated">TIBDARIN N TΓURI</target>
@@ -7926,93 +8157,109 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7926 <trans-unit id="7709367721354853232" datatype="html"> 8157 <trans-unit id="7709367721354853232" datatype="html">
7927 <source>Focus the search bar</source> 8158 <source>Focus the search bar</source>
7928 <target state="translated">Focus the search bar</target> 8159 <target state="translated">Focus the search bar</target>
7929 8160 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">300</context></context-group>
7930 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">300</context></context-group></trans-unit> 8161 </trans-unit>
7931 <trans-unit id="4049262826107502276" datatype="html"> 8162 <trans-unit id="4049262826107502276" datatype="html">
7932 <source>Toggle the left menu</source> 8163 <source>Toggle the left menu</source>
7933 <target state="translated">Beddel umuɣ azelmaḍ</target> 8164 <target state="translated">Beddel umuɣ azelmaḍ</target>
7934 8165 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">305</context></context-group>
7935 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit> 8166 </trans-unit>
7936 <trans-unit id="5409372033656550095" datatype="html"> 8167 <trans-unit id="5409372033656550095" datatype="html">
7937 <source>Go to the discover videos page</source> 8168 <source>Go to the discover videos page</source>
7938 <target state="translated">Ddu ɣer usnirem n usebter n tvidyutin</target> 8169 <target state="translated">Ddu ɣer usnirem n usebter n tvidyutin</target>
7939 8170 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">310</context></context-group>
7940 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">310</context></context-group></trans-unit> 8171 </trans-unit>
7941 <trans-unit id="4278050445961255445" datatype="html"> 8172 <trans-unit id="4278050445961255445" datatype="html">
7942 <source>Go to the trending videos page</source> 8173 <source>Go to the trending videos page</source>
7943 <target state="translated">Ddu ɣer usebter n tvidyutin yettwassnen</target> 8174 <target state="translated">Ddu ɣer usebter n tvidyutin yettwassnen</target>
7944 8175 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">315</context></context-group>
7945 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">315</context></context-group></trans-unit> 8176 </trans-unit>
7946 <trans-unit id="3242234958443825475" datatype="html"> 8177 <trans-unit id="3242234958443825475" datatype="html">
7947 <source>Go to the recently added videos page</source> 8178 <source>Go to the recently added videos page</source>
7948 <target state="translated">Ddu ɣer usebter n tvidyutin yettwarnan melmi kan</target> 8179 <target state="translated">Ddu ɣer usebter n tvidyutin yettwarnan melmi kan</target>
7949 8180 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">320</context></context-group>
7950 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 8181 </trans-unit>
7951 <trans-unit id="2887122197778293919" datatype="html"> 8182 <trans-unit id="2887122197778293919" datatype="html">
7952 <source>Go to the local videos page</source> 8183 <source>Go to the local videos page</source>
7953 <target state="translated">Ddu ɣer usebter n tvidyutin tidiganin</target> 8184 <target state="translated">Ddu ɣer usebter n tvidyutin tidiganin</target>
7954 8185 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">325</context></context-group>
7955 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">325</context></context-group></trans-unit> 8186 </trans-unit>
7956 <trans-unit id="8009065619559214982" datatype="html"> 8187 <trans-unit id="8009065619559214982" datatype="html">
7957 <source>Go to the videos upload page</source> 8188 <source>Go to the videos upload page</source>
7958 <target state="translated">Ddu ɣer usebter n usali n tvidyutin</target> 8189 <target state="translated">Ddu ɣer usebter n usali n tvidyutin</target>
7959 8190 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">330</context></context-group>
7960 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">330</context></context-group></trans-unit> 8191 </trans-unit>
7961 <trans-unit id="3779524668013120370" datatype="html"> 8192 <trans-unit id="3779524668013120370" datatype="html">
7962 <source>Go to my subscriptions</source> 8193 <source>Go to my subscriptions</source>
7963 <target state="translated">Ddu ɣer yimultaɣ-inu</target> 8194 <target state="translated">Ddu ɣer yimultaɣ-inu</target>
7964 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8195 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group>
7965 </trans-unit> 8196 </trans-unit>
7966 <trans-unit id="1136469849928650779" datatype="html"> 8197 <trans-unit id="1136469849928650779" datatype="html">
7967 <source>Go to my videos</source> 8198 <source>Go to my videos</source>
7968 <target state="translated">Ddu ɣer tvidyutin-inu</target> 8199 <target state="translated">Ddu ɣer tvidyutin-inu</target>
7969 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8200 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group>
7970 </trans-unit> 8201 </trans-unit>
7971 <trans-unit id="7836683738999600376" datatype="html"> 8202 <trans-unit id="7836683738999600376" datatype="html">
7972 <source>Go to my imports</source> 8203 <source>Go to my imports</source>
7973 <target state="translated">Ddu ɣer waktaren-inu</target> 8204 <target state="translated">Ddu ɣer waktaren-inu</target>
7974 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8205 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group>
7975 </trans-unit> 8206 </trans-unit>
7976 <trans-unit id="7511292153332773503" datatype="html"> 8207 <trans-unit id="7511292153332773503" datatype="html">
7977 <source>Go to my channels</source> 8208 <source>Go to my channels</source>
7978 <target state="translated">Ddu ɣer yibuda-inu</target> 8209 <target state="translated">Ddu ɣer yibuda-inu</target>
7979 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8210 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group>
7980 </trans-unit> 8211 </trans-unit>
7981 <trans-unit id="2013324644839511073" datatype="html"> 8212 <trans-unit id="2013324644839511073" datatype="html">
7982 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8213 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
7983Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8214Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
7984 <target state="translated">D awezɣi ad d-nerr inekcam n umsaɣ OAuth: <x id="PH" equiv-text="error.text"/>. Ḍmen belli tsewleḍ PeerTube akken iwata (akaram n uswel/), aṭas tigezmi n "aqeddac web".</target> 8215 <target state="translated">D awezɣi ad d-nerr inekcam n umsaɣ OAuth: <x id="PH" equiv-text="error.text"/>. Ḍmen belli tsewleḍ PeerTube akken iwata (akaram n uswel/), aṭas tigezmi n "aqeddac web".</target>
7985 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8216 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group>
7986 </trans-unit> 8217 </trans-unit>
7987 <trans-unit id="375263728166936544" datatype="html"> 8218 <trans-unit id="375263728166936544" datatype="html">
7988 <source>You need to reconnect.</source> 8219 <source>You need to reconnect.</source>
7989 <target state="translated">Tesriḍ ad teqqneḍ.</target> 8220 <target state="translated">Tesriḍ ad teqqneḍ.</target>
7990 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8221 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group>
7991 </trans-unit> 8222 </trans-unit>
7992 <trans-unit id="2206638022166154361" datatype="html"> 8223 <trans-unit id="2206638022166154361" datatype="html">
7993 <source>Keyboard Shortcuts:</source> 8224 <source>Keyboard Shortcuts:</source>
7994 <target state="translated">Inegzumen n unaswi:</target> 8225 <target state="translated">Inegzumen n unaswi:</target>
7995 <context-group purpose="location"><context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context><context context-type="linenumber">11</context></context-group> 8226 <context-group purpose="location"><context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context><context context-type="linenumber">11</context></context-group>
7996 </trans-unit><trans-unit id="3608407683173066091" datatype="html"> 8227 </trans-unit>
7997 <source>My history</source><target state="new">My history</target> 8228 <trans-unit id="3608407683173066091" datatype="html">
8229 <source>My history</source>
8230 <target state="new">My history</target>
7998 <context-group purpose="location"> 8231 <context-group purpose="location">
7999 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8232 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8000 <context context-type="linenumber">98</context> 8233 <context context-type="linenumber">98</context>
8001 </context-group> 8234 </context-group>
8002 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 8235 </trans-unit>
8003 <source>Trending</source><target state="new">Trending</target> 8236 <trans-unit id="4024404994702813072" datatype="html">
8004 8237 <source>In my library</source>
8005 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">131</context></context-group></trans-unit><trans-unit id="6470888608149621404" datatype="html"> 8238 <target state="new">In my library</target>
8006 <source>ON <x id="PH" equiv-text="config.instance.name"/></source><target state="new">ON <x id="PH" equiv-text="config.instance.name"/></target> 8239 <context-group purpose="location">
8240 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8241 <context context-type="linenumber">104</context>
8242 </context-group>
8243 </trans-unit>
8244 <trans-unit id="232050922346936574" datatype="html">
8245 <source>Trending</source>
8246 <target state="new">Trending</target>
8247 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">131</context></context-group>
8248 </trans-unit>
8249 <trans-unit id="6470888608149621404" datatype="html">
8250 <source>ON <x id="PH" equiv-text="config.instance.name"/></source>
8251 <target state="new">ON <x id="PH" equiv-text="config.instance.name"/></target>
8007 <context-group purpose="location"> 8252 <context-group purpose="location">
8008 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8253 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8009 <context context-type="linenumber">150</context> 8254 <context context-type="linenumber">150</context>
8010 </context-group> 8255 </context-group>
8011 </trans-unit><trans-unit id="2821179408673282599" datatype="html"> 8256 </trans-unit>
8012 <source>Home</source><target state="new">Home</target> 8257 <trans-unit id="2821179408673282599" datatype="html">
8013 8258 <source>Home</source>
8014 8259 <target state="new">Home</target>
8015 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">116</context></context-group></trans-unit> 8260 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">115</context></context-group>
8261 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">116</context></context-group>
8262 </trans-unit>
8016 <trans-unit id="4648900870671159218" datatype="html"> 8263 <trans-unit id="4648900870671159218" datatype="html">
8017 <source>Success</source> 8264 <source>Success</source>
8018 <target>Yedda</target> 8265 <target>Yedda</target>
@@ -8021,109 +8268,111 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8021 <trans-unit id="1266887509445371246" datatype="html"> 8268 <trans-unit id="1266887509445371246" datatype="html">
8022 <source>Incorrect username or password.</source> 8269 <source>Incorrect username or password.</source>
8023 <target>Isem n useqdac neɣ awal n uɛeddi d urameɣtu.</target> 8270 <target>Isem n useqdac neɣ awal n uɛeddi d urameɣtu.</target>
8024 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8271 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group>
8025 </trans-unit> 8272 </trans-unit>
8026 <trans-unit id="6974874606619467663" datatype="html"> 8273 <trans-unit id="6974874606619467663" datatype="html">
8027 <source>Your account is blocked.</source> 8274 <source>Your account is blocked.</source>
8028 <target state="translated">Amiḍan-ik·im yettusewḥel.</target> 8275 <target state="translated">Amiḍan-ik·im yettusewḥel.</target>
8029 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8276 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group>
8030 </trans-unit> 8277 </trans-unit>
8031 <trans-unit id="5633144232269377096" datatype="html"> 8278 <trans-unit id="5633144232269377096" datatype="html">
8032 <source>hide</source> 8279 <source>hide</source>
8033 <target>ffer</target> 8280 <target>ffer</target>
8034 8281 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group>
8035 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8282 </trans-unit>
8036 <trans-unit id="8603861867909474404" datatype="html"> 8283 <trans-unit id="8603861867909474404" datatype="html">
8037 <source>blur</source> 8284 <source>blur</source>
8038 <target state="translated">blur</target> 8285 <target state="translated">blur</target>
8039 8286 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group>
8040 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8287 </trans-unit>
8041 <trans-unit id="4534458451100881847" datatype="html"> 8288 <trans-unit id="4534458451100881847" datatype="html">
8042 <source>display</source> 8289 <source>display</source>
8043 <target state="translated">sken</target> 8290 <target state="translated">sken</target>
8044 8291 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group>
8045 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8292 </trans-unit>
8046 <trans-unit id="4467323362722952678" datatype="html"> 8293 <trans-unit id="4467323362722952678" datatype="html">
8047 <source>Unknown</source> 8294 <source>Unknown</source>
8048 <target>D arussin</target> 8295 <target>D arussin</target>
8049 8296 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group>
8050 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8297 </trans-unit>
8051 <trans-unit id="7939914198003891823" datatype="html"> 8298 <trans-unit id="7939914198003891823" datatype="html">
8052 <source>any language</source> 8299 <source>any language</source>
8053 <target state="translated">yal tutlayt</target> 8300 <target state="translated">yal tutlayt</target>
8054 8301 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group>
8055 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8302 </trans-unit>
8056
8057 <trans-unit id="8781423666414310853" datatype="html"> 8303 <trans-unit id="8781423666414310853" datatype="html">
8058 <source>Your password has been successfully reset!</source> 8304 <source>Your password has been successfully reset!</source>
8059 <target state="translated">Awal-ik·im uffir yettuwennez akkken iwata!</target> 8305 <target state="translated">Awal-ik·im uffir yettuwennez akkken iwata!</target>
8060 <context-group purpose="location"><context context-type="sourcefile">src/app/+reset-password/reset-password.component.ts</context><context context-type="linenumber">47</context></context-group> 8306 <context-group purpose="location"><context context-type="sourcefile">src/app/+reset-password/reset-password.component.ts</context><context context-type="linenumber">47</context></context-group>
8061 </trans-unit> 8307 </trans-unit>
8062
8063 <trans-unit id="6048892649018070225" datatype="html"> 8308 <trans-unit id="6048892649018070225" datatype="html">
8064 <source>Today</source> 8309 <source>Today</source>
8065 <target>Ass-a</target> 8310 <target>Ass-a</target>
8066 8311 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">41</context></context-group>
8067 8312 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">69</context></context-group>
8068 8313 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">133</context></context-group>
8069 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">133</context></context-group></trans-unit> 8314 </trans-unit>
8070 <trans-unit id="4498682414491138092" datatype="html"> 8315 <trans-unit id="4498682414491138092" datatype="html">
8071 <source>Yesterday</source> 8316 <source>Yesterday</source>
8072 <target state="translated">Iḍelli</target> 8317 <target state="translated">Iḍelli</target>
8073 8318 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">134</context></context-group>
8074 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">134</context></context-group></trans-unit> 8319 </trans-unit>
8075 <trans-unit id="5073473933031004097" datatype="html"> 8320 <trans-unit id="5073473933031004097" datatype="html">
8076 <source>This week</source> 8321 <source>This week</source>
8077 <target state="translated">Dduṛt agi</target> 8322 <target state="translated">Dduṛt agi</target>
8078 8323 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">135</context></context-group>
8079 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">135</context></context-group></trans-unit> 8324 </trans-unit>
8080 <trans-unit id="842657237693374355" datatype="html"> 8325 <trans-unit id="842657237693374355" datatype="html">
8081 <source>This month</source> 8326 <source>This month</source>
8082 <target state="translated">Ayyur-a</target> 8327 <target state="translated">Ayyur-a</target>
8083 8328 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">136</context></context-group>
8084 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">136</context></context-group></trans-unit> 8329 </trans-unit>
8085 <trans-unit id="4463380307954693363" datatype="html"> 8330 <trans-unit id="4463380307954693363" datatype="html">
8086 <source>Last month</source> 8331 <source>Last month</source>
8087 <target state="translated">Aggur yezrin</target> 8332 <target state="translated">Aggur yezrin</target>
8088 8333 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">137</context></context-group>
8089 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">137</context></context-group></trans-unit> 8334 </trans-unit>
8090 <trans-unit id="7473676707373218484" datatype="html"> 8335 <trans-unit id="7473676707373218484" datatype="html">
8091 <source>Older</source> 8336 <source>Older</source>
8092 <target state="translated">Aqbur akk</target> 8337 <target state="translated">Aqbur akk</target>
8093 8338 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">138</context></context-group>
8094 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">138</context></context-group></trans-unit> 8339 </trans-unit>
8095 <trans-unit id="5036991421517255667" datatype="html"> 8340 <trans-unit id="5036991421517255667" datatype="html">
8096 <source>Cannot load more videos. Try again later.</source> 8341 <source>Cannot load more videos. Try again later.</source>
8097 <target state="translated">Ur yezmir ara ad d-isali ugar n tvidyutin. Ɛreḍ tikkelt-niḍen ticki.</target> 8342 <target state="translated">Ur yezmir ara ad d-isali ugar n tvidyutin. Ɛreḍ tikkelt-niḍen ticki.</target>
8098 8343 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">223</context></context-group>
8099 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">223</context></context-group></trans-unit> 8344 </trans-unit>
8100 <trans-unit id="7460399579150761114" datatype="html"> 8345 <trans-unit id="7460399579150761114" datatype="html">
8101 <source>function is not implemented</source> 8346 <source>function is not implemented</source>
8102 <target state="translated">tawuri ur tebdi ara</target> 8347 <target state="translated">tawuri ur tebdi ara</target>
8103 8348 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">296</context></context-group>
8104 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 8349 </trans-unit>
8105 <trans-unit id="4873149362496451858" datatype="html"> 8350 <trans-unit id="4873149362496451858" datatype="html">
8106 <source>Last 7 days</source> 8351 <source>Last 7 days</source>
8107 <target>Di 7 n wussan ineggura</target> 8352 <target>Di 7 n wussan ineggura</target>
8108 8353 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">45</context></context-group>
8109 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">45</context></context-group></trans-unit> 8354 </trans-unit>
8110 <trans-unit id="2949150997160654358" datatype="html"> 8355 <trans-unit id="2949150997160654358" datatype="html">
8111 <source>Last 30 days</source> 8356 <source>Last 30 days</source>
8112 <target>Imettekiyen imezwura deg 30 ussan-agi inegura</target> 8357 <target>Imettekiyen imezwura deg 30 ussan-agi inegura</target>
8113 8358 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">49</context></context-group>
8114 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 8359 </trans-unit>
8115 <trans-unit id="5328600704510694984" datatype="html"> 8360 <trans-unit id="5328600704510694984" datatype="html">
8116 <source>Last 365 days</source> 8361 <source>Last 365 days</source>
8117 <target state="translated">Di 365 wussan aya</target> 8362 <target state="translated">Di 365 wussan aya</target>
8118 8363 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">53</context></context-group>
8119 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">53</context></context-group></trans-unit><trans-unit id="2392481201920342009" datatype="html"> 8364 </trans-unit>
8120 <source>VOD videos</source><target state="new">VOD videos</target> 8365 <trans-unit id="2392481201920342009" datatype="html">
8366 <source>VOD videos</source>
8367 <target state="new">VOD videos</target>
8121 <context-group purpose="location"> 8368 <context-group purpose="location">
8122 <context context-type="sourcefile">src/app/+search/search-filters.component.ts</context> 8369 <context context-type="sourcefile">src/app/+search/search-filters.component.ts</context>
8123 <context context-type="linenumber">60</context> 8370 <context context-type="linenumber">60</context>
8124 </context-group> 8371 </context-group>
8125 </trans-unit><trans-unit id="2180217594100853008" datatype="html"> 8372 </trans-unit>
8126 <source>Live videos</source><target state="new">Live videos</target> 8373 <trans-unit id="2180217594100853008" datatype="html">
8374 <source>Live videos</source>
8375 <target state="new">Live videos</target>
8127 <context-group purpose="location"> 8376 <context-group purpose="location">
8128 <context context-type="sourcefile">src/app/+search/search-filters.component.ts</context> 8377 <context context-type="sourcefile">src/app/+search/search-filters.component.ts</context>
8129 <context context-type="linenumber">64</context> 8378 <context context-type="linenumber">64</context>
@@ -8132,44 +8381,50 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8132 <trans-unit id="8487565500496466433" datatype="html"> 8381 <trans-unit id="8487565500496466433" datatype="html">
8133 <source>Short (&lt; 4 min)</source> 8382 <source>Short (&lt; 4 min)</source>
8134 <target state="translated">Tewzel (&lt; 4 tsd)</target> 8383 <target state="translated">Tewzel (&lt; 4 tsd)</target>
8135 8384 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">71</context></context-group>
8136 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 8385 </trans-unit>
8137 <trans-unit id="3642535017283477339" datatype="html"> 8386 <trans-unit id="3642535017283477339" datatype="html">
8138 <source>Medium (4-10 min)</source> 8387 <source>Medium (4-10 min)</source>
8139 <target state="translated">Alemmas (4-10 tsd)</target> 8388 <target state="translated">Alemmas (4-10 tsd)</target>
8140 8389 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">75</context></context-group>
8141 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">75</context></context-group></trans-unit> 8390 </trans-unit>
8142 <trans-unit id="6613870447286561244" datatype="html"> 8391 <trans-unit id="6613870447286561244" datatype="html">
8143 <source>Long (> 10 min)</source> 8392 <source>Long (> 10 min)</source>
8144 <target state="translated">Aqezzfan (> 10 tsd)</target> 8393 <target state="translated">Aqezzfan (> 10 tsd)</target>
8145 8394 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">79</context></context-group>
8146 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">79</context></context-group></trans-unit> 8395 </trans-unit>
8147 <trans-unit id="1787083504545967" datatype="html"> 8396 <trans-unit id="1787083504545967" datatype="html">
8148 <source>Relevance</source> 8397 <source>Relevance</source>
8149 <target>Tiseddi</target> 8398 <target>Tiseddi</target>
8150 8399 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">86</context></context-group>
8151 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">86</context></context-group></trans-unit> 8400 </trans-unit>
8152 <trans-unit id="7944277186358179990" datatype="html"> 8401 <trans-unit id="7944277186358179990" datatype="html">
8153 <source>Publish date</source> 8402 <source>Publish date</source>
8154 <target state="translated">Azemz n usuffeɣ</target> 8403 <target state="translated">Azemz n usuffeɣ</target>
8155 8404 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">90</context></context-group>
8156 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">90</context></context-group></trans-unit> 8405 </trans-unit>
8157 <trans-unit id="2123659921722214537" datatype="html"> 8406 <trans-unit id="2123659921722214537" datatype="html">
8158 <source>Views</source> 8407 <source>Views</source>
8159 <target>Timezriyin</target> 8408 <target>Timezriyin</target>
8160 8409 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">94</context></context-group>
8161 8410 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">55</context></context-group>
8162 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 8411 </trans-unit>
8163 <trans-unit id="3208627574396957172" datatype="html"> 8412 <trans-unit id="3208627574396957172" datatype="html">
8164 <source>Search index is unavailable. Retrying with instance results instead.</source> 8413 <source>Search index is unavailable. Retrying with instance results instead.</source>
8165 <target state="translated">Amatar n unadi ulac-it. Ales deg ubdil-is s yigmaḍ n tummant.</target> 8414 <target state="translated">Amatar n unadi ulac-it. Ales deg ubdil-is s yigmaḍ n tummant.</target>
8166 8415
8167 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8416 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8168 <trans-unit id="307702206382241469" datatype="html"> 8417 <trans-unit id="307702206382241469" datatype="html">
8169 <source>Search error</source> 8418 <source>Search error</source>
8170 <target state="translated">Tuccḍa n unadi</target> 8419 <target state="translated">Tuccḍa n unadi</target>
8171 8420
8172 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8421 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8422 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8423 <context-group purpose="location">
8424 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8425 <context context-type="linenumber">329</context>
8426 </context-group>
8427 </trans-unit>
8173 <trans-unit id="4580988005648117665" datatype="html"> 8428 <trans-unit id="4580988005648117665" datatype="html">
8174 <source>Search</source> 8429 <source>Search</source>
8175 <target state="translated">Rechercher</target> 8430 <target state="translated">Rechercher</target>
@@ -8191,9 +8446,11 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8191 <target state="translated"> 8446 <target state="translated">
8192 <x id="PH"/> iseggasen aya 8447 <x id="PH"/> iseggasen aya
8193 </target> 8448 </target>
8194 8449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context><context context-type="linenumber">11</context></context-group>
8195 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="8392321423487952834" datatype="html"> 8450 </trans-unit>
8196 <source>1 year ago</source><target state="new">1 year ago</target> 8451 <trans-unit id="8392321423487952834" datatype="html">
8452 <source>1 year ago</source>
8453 <target state="new">1 year ago</target>
8197 <context-group purpose="location"> 8454 <context-group purpose="location">
8198 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context> 8455 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context>
8199 <context context-type="linenumber">12</context> 8456 <context context-type="linenumber">12</context>
@@ -8203,13 +8460,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8203 <context context-type="linenumber">17</context> 8460 <context context-type="linenumber">17</context>
8204 </context-group> 8461 </context-group>
8205 </trans-unit> 8462 </trans-unit>
8206
8207 <trans-unit id="9022576335789205254" datatype="html"> 8463 <trans-unit id="9022576335789205254" datatype="html">
8208 <source><x id="PH"/> months ago </source> 8464 <source><x id="PH"/> months ago </source>
8209 <target state="translated"><x id="PH"/> ayyuren aya </target> 8465 <target state="translated"><x id="PH"/> ayyuren aya </target>
8210 8466 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context><context context-type="linenumber">18</context></context-group>
8211 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="6874778750344205852" datatype="html"> 8467 </trans-unit>
8212 <source>1 month ago</source><target state="new">1 month ago</target> 8468 <trans-unit id="6874778750344205852" datatype="html">
8469 <source>1 month ago</source>
8470 <target state="new">1 month ago</target>
8213 <context-group purpose="location"> 8471 <context-group purpose="location">
8214 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context> 8472 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context>
8215 <context context-type="linenumber">19</context> 8473 <context context-type="linenumber">19</context>
@@ -8219,55 +8477,57 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8219 <context context-type="linenumber">24</context> 8477 <context context-type="linenumber">24</context>
8220 </context-group> 8478 </context-group>
8221 </trans-unit> 8479 </trans-unit>
8222
8223 <trans-unit id="6473426250245763193" datatype="html"> 8480 <trans-unit id="6473426250245763193" datatype="html">
8224 <source><x id="PH"/> weeks ago </source> 8481 <source><x id="PH"/> weeks ago </source>
8225 <target state="translated"><x id="PH"/> imalasen aya </target> 8482 <target state="translated"><x id="PH"/> imalasen aya </target>
8226 8483 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context><context context-type="linenumber">25</context></context-group>
8227 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="6538455390369999912" datatype="html"> 8484 </trans-unit>
8228 <source>1 week ago</source><target state="new">1 week ago</target> 8485 <trans-unit id="6538455390369999912" datatype="html">
8486 <source>1 week ago</source>
8487 <target state="new">1 week ago</target>
8229 <context-group purpose="location"> 8488 <context-group purpose="location">
8230 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context> 8489 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context>
8231 <context context-type="linenumber">26</context> 8490 <context context-type="linenumber">26</context>
8232 </context-group> 8491 </context-group>
8233 </trans-unit> 8492 </trans-unit>
8234
8235 <trans-unit id="5186107770140555014" datatype="html"> 8493 <trans-unit id="5186107770140555014" datatype="html">
8236 <source><x id="PH"/> days ago </source> 8494 <source><x id="PH"/> days ago </source>
8237 <target state="translated"> 8495 <target state="translated">
8238 <x id="PH"/> n wussan aya 8496 <x id="PH"/> n wussan aya
8239 </target> 8497 </target>
8240 8498 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context><context context-type="linenumber">29</context></context-group>
8241 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="3927517496763161987" datatype="html"> 8499 </trans-unit>
8242 <source>1 day ago</source><target state="new">1 day ago</target> 8500 <trans-unit id="3927517496763161987" datatype="html">
8501 <source>1 day ago</source>
8502 <target state="new">1 day ago</target>
8243 <context-group purpose="location"> 8503 <context-group purpose="location">
8244 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context> 8504 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context>
8245 <context context-type="linenumber">30</context> 8505 <context context-type="linenumber">30</context>
8246 </context-group> 8506 </context-group>
8247 </trans-unit> 8507 </trans-unit>
8248
8249 <trans-unit id="6522428509564266583" datatype="html"> 8508 <trans-unit id="6522428509564266583" datatype="html">
8250 <source><x id="PH"/> hours ago </source> 8509 <source><x id="PH"/> hours ago </source>
8251 <target state="translated"><x id="PH"/> n usrag aya </target> 8510 <target state="translated"><x id="PH"/> n usrag aya </target>
8252 8511 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context><context context-type="linenumber">33</context></context-group>
8253 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="6285422673271535468" datatype="html"> 8512 </trans-unit>
8254 <source>1 hour ago</source><target state="new">1 hour ago</target> 8513 <trans-unit id="6285422673271535468" datatype="html">
8514 <source>1 hour ago</source>
8515 <target state="new">1 hour ago</target>
8255 <context-group purpose="location"> 8516 <context-group purpose="location">
8256 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context> 8517 <context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context>
8257 <context context-type="linenumber">34</context> 8518 <context context-type="linenumber">34</context>
8258 </context-group> 8519 </context-group>
8259 </trans-unit> 8520 </trans-unit>
8260
8261 <trans-unit id="8256466313580256940" datatype="html"> 8521 <trans-unit id="8256466313580256940" datatype="html">
8262 <source><x id="PH"/> min ago </source> 8522 <source><x id="PH"/> min ago </source>
8263 <target state="translated"><x id="PH"/> n tsd aya </target> 8523 <target state="translated"><x id="PH"/> n tsd aya </target>
8264 8524 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context><context context-type="linenumber">37</context></context-group>
8265 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context><context context-type="linenumber">37</context></context-group></trans-unit> 8525 </trans-unit>
8266 <trans-unit id="4733690367258997247" datatype="html"> 8526 <trans-unit id="4733690367258997247" datatype="html">
8267 <source>just now</source> 8527 <source>just now</source>
8268 <target>tura kan</target> 8528 <target>tura kan</target>
8269 8529 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context><context context-type="linenumber">39</context></context-group>
8270 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/from-now.pipe.ts</context><context context-type="linenumber">39</context></context-group></trans-unit> 8530 </trans-unit>
8271 <trans-unit id="2222108104954671970" datatype="html"> 8531 <trans-unit id="2222108104954671970" datatype="html">
8272 <source><x id="PH"/> sec </source> 8532 <source><x id="PH"/> sec </source>
8273 <target state="translated"><x id="PH"/> tsn </target> 8533 <target state="translated"><x id="PH"/> tsn </target>
@@ -8350,20 +8610,26 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8350 <source>Signup limit must be a number.</source> 8610 <source>Signup limit must be a number.</source>
8351 <target state="translated">Talast n ujerred ilaq ad tili d amiḍan.</target> 8611 <target state="translated">Talast n ujerred ilaq ad tili d amiḍan.</target>
8352 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">48</context></context-group> 8612 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">48</context></context-group>
8353 </trans-unit><trans-unit id="346485141381099383" datatype="html"> 8613 </trans-unit>
8354 <source>Signup minimum age is required.</source><target state="new">Signup minimum age is required.</target> 8614 <trans-unit id="346485141381099383" datatype="html">
8615 <source>Signup minimum age is required.</source>
8616 <target state="new">Signup minimum age is required.</target>
8355 <context-group purpose="location"> 8617 <context-group purpose="location">
8356 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context> 8618 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context>
8357 <context context-type="linenumber">55</context> 8619 <context context-type="linenumber">55</context>
8358 </context-group> 8620 </context-group>
8359 </trans-unit><trans-unit id="4230672031132838318" datatype="html"> 8621 </trans-unit>
8360 <source>Signup minimum age must be greater than 1.</source><target state="new">Signup minimum age must be greater than 1.</target> 8622 <trans-unit id="4230672031132838318" datatype="html">
8623 <source>Signup minimum age must be greater than 1.</source>
8624 <target state="new">Signup minimum age must be greater than 1.</target>
8361 <context-group purpose="location"> 8625 <context-group purpose="location">
8362 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context> 8626 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context>
8363 <context context-type="linenumber">56</context> 8627 <context context-type="linenumber">56</context>
8364 </context-group> 8628 </context-group>
8365 </trans-unit><trans-unit id="5929230001329133993" datatype="html"> 8629 </trans-unit>
8366 <source>Signup minimum age must be a number.</source><target state="new">Signup minimum age must be a number.</target> 8630 <trans-unit id="5929230001329133993" datatype="html">
8631 <source>Signup minimum age must be a number.</source>
8632 <target state="new">Signup minimum age must be a number.</target>
8367 <context-group purpose="location"> 8633 <context-group purpose="location">
8368 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context> 8634 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context>
8369 <context context-type="linenumber">57</context> 8635 <context context-type="linenumber">57</context>
@@ -8372,95 +8638,95 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8372 <trans-unit id="240096858386658337" datatype="html"> 8638 <trans-unit id="240096858386658337" datatype="html">
8373 <source>Admin email is required.</source> 8639 <source>Admin email is required.</source>
8374 <target state="translated">Imayl n unedbal yettusra.</target> 8640 <target state="translated">Imayl n unedbal yettusra.</target>
8375 8641 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">64</context></context-group>
8376 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 8642 </trans-unit>
8377 <trans-unit id="4392533896009432078" datatype="html"> 8643 <trans-unit id="4392533896009432078" datatype="html">
8378 <source>Admin email must be valid.</source> 8644 <source>Admin email must be valid.</source>
8379 <target state="translated">Imayl n unedbal ilaq ad yili d ameɣtu.</target> 8645 <target state="translated">Imayl n unedbal ilaq ad yili d ameɣtu.</target>
8380 8646 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">65</context></context-group>
8381 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">65</context></context-group></trans-unit> 8647 </trans-unit>
8382 <trans-unit id="6172217783476989430" datatype="html"> 8648 <trans-unit id="6172217783476989430" datatype="html">
8383 <source>Transcoding threads is required.</source> 8649 <source>Transcoding threads is required.</source>
8384 <target state="translated">Amḍan n tigawin n wanigtengel yettwasra.</target> 8650 <target state="translated">Amḍan n tigawin n wanigtengel yettwasra.</target>
8385 8651 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">72</context></context-group>
8386 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 8652 </trans-unit>
8387 <trans-unit id="5320424292625586941" datatype="html"> 8653 <trans-unit id="5320424292625586941" datatype="html">
8388 <source>Transcoding threads must be greater or equal to 0.</source> 8654 <source>Transcoding threads must be greater or equal to 0.</source>
8389 <target state="translated">Amḍan n tigawin n wanigtengel ilaq ad yili nnig neɣ kifkif akked 0.</target> 8655 <target state="translated">Amḍan n tigawin n wanigtengel ilaq ad yili nnig neɣ kifkif akked 0.</target>
8390 8656 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">73</context></context-group>
8391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 8657 </trans-unit>
8392 <trans-unit id="8185661254949728718" datatype="html"> 8658 <trans-unit id="8185661254949728718" datatype="html">
8393 <source>Max live duration is required.</source> 8659 <source>Max live duration is required.</source>
8394 <target state="translated">Tanzagt tafellayt n usrid tettusra.</target> 8660 <target state="translated">Tanzagt tafellayt n usrid tettusra.</target>
8395 8661 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">80</context></context-group>
8396 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">80</context></context-group></trans-unit> 8662 </trans-unit>
8397 <trans-unit id="8892863662898651766" datatype="html"> 8663 <trans-unit id="8892863662898651766" datatype="html">
8398 <source>Max live duration should be greater or equal to -1.</source> 8664 <source>Max live duration should be greater or equal to -1.</source>
8399 <target state="translated">Tanzagt tafellayt n usrid ilaq ad tili ugar neɣ swaswa akked -1.</target> 8665 <target state="translated">Tanzagt tafellayt n usrid ilaq ad tili ugar neɣ swaswa akked -1.</target>
8400 8666 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">81</context></context-group>
8401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">81</context></context-group></trans-unit> 8667 </trans-unit>
8402 <trans-unit id="8196240396863235661" datatype="html"> 8668 <trans-unit id="8196240396863235661" datatype="html">
8403 <source>Max instance lives is required.</source> 8669 <source>Max instance lives is required.</source>
8404 <target state="translated">Ugar n yisriden n tummant ttusran.</target> 8670 <target state="translated">Ugar n yisriden n tummant ttusran.</target>
8405 8671 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">88</context></context-group>
8406 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">88</context></context-group></trans-unit> 8672 </trans-unit>
8407 <trans-unit id="913683464711184925" datatype="html"> 8673 <trans-unit id="913683464711184925" datatype="html">
8408 <source>Max instance lives should be greater or equal to -1.</source> 8674 <source>Max instance lives should be greater or equal to -1.</source>
8409 <target state="translated">Ugar n yisriden n tummant ilaq ad εeddin neɣ swaswa akked -1.</target> 8675 <target state="translated">Ugar n yisriden n tummant ilaq ad εeddin neɣ swaswa akked -1.</target>
8410 8676 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">89</context></context-group>
8411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 8677 </trans-unit>
8412 <trans-unit id="5614457087254770778" datatype="html"> 8678 <trans-unit id="5614457087254770778" datatype="html">
8413 <source>Max user lives is required.</source> 8679 <source>Max user lives is required.</source>
8414 <target state="translated">Ugar n yisriden n useqdac ttusran.</target> 8680 <target state="translated">Ugar n yisriden n useqdac ttusran.</target>
8415 8681 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">96</context></context-group>
8416 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">96</context></context-group></trans-unit> 8682 </trans-unit>
8417 <trans-unit id="2779726697233311712" datatype="html"> 8683 <trans-unit id="2779726697233311712" datatype="html">
8418 <source>Max user lives should be greater or equal to -1.</source> 8684 <source>Max user lives should be greater or equal to -1.</source>
8419 <target state="translated">Ugar n yisriden n useqdac ttusran ad εeddin neɣ swaswa akked -1.</target> 8685 <target state="translated">Ugar n yisriden n useqdac ttusran ad εeddin neɣ swaswa akked -1.</target>
8420 8686 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">97</context></context-group>
8421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">97</context></context-group></trans-unit> 8687 </trans-unit>
8422 <trans-unit id="5832601947705094130" datatype="html"> 8688 <trans-unit id="5832601947705094130" datatype="html">
8423 <source>Concurrency is required.</source> 8689 <source>Concurrency is required.</source>
8424 <target state="translated">Anbebber yettusra.</target> 8690 <target state="translated">Anbebber yettusra.</target>
8425 8691 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">104</context></context-group>
8426 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">104</context></context-group></trans-unit> 8692 </trans-unit>
8427 <trans-unit id="4751566092251132371" datatype="html"> 8693 <trans-unit id="4751566092251132371" datatype="html">
8428 <source>Concurrency should be greater or equal to 1.</source> 8694 <source>Concurrency should be greater or equal to 1.</source>
8429 <target state="translated">Anbebber ilaq ad iεeddi neɣ swaswa akked 1.</target> 8695 <target state="translated">Anbebber ilaq ad iεeddi neɣ swaswa akked 1.</target>
8430 8696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">105</context></context-group>
8431 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">105</context></context-group></trans-unit> 8697 </trans-unit>
8432 <trans-unit id="75589896034107743" datatype="html"> 8698 <trans-unit id="75589896034107743" datatype="html">
8433 <source>Index URL should be a URL</source> 8699 <source>Index URL should be a URL</source>
8434 <target state="translated">URL n umatar ilaq ad yili d URL</target> 8700 <target state="translated">URL n umatar ilaq ad yili d URL</target>
8435 8701 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">112</context></context-group>
8436 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">112</context></context-group></trans-unit> 8702 </trans-unit>
8437 <trans-unit id="3964961007325702684" datatype="html"> 8703 <trans-unit id="3964961007325702684" datatype="html">
8438 <source>Search index URL should be a URL</source> 8704 <source>Search index URL should be a URL</source>
8439 <target state="translated">URLn umatar n unadi ilaq ad yili d URL</target> 8705 <target state="translated">URLn umatar n unadi ilaq ad yili d URL</target>
8440 8706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">119</context></context-group>
8441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">119</context></context-group></trans-unit> 8707 </trans-unit>
8442 <trans-unit id="8602814243662345124" datatype="html"> 8708 <trans-unit id="8602814243662345124" datatype="html">
8443 <source>Email is required.</source> 8709 <source>Email is required.</source>
8444 <target state="translated">Yettwasra yimayl.</target> 8710 <target state="translated">Yettwasra yimayl.</target>
8445 8711 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/instance-validators.ts</context><context context-type="linenumber">7</context></context-group>
8446 8712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">39</context></context-group>
8447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/instance-validators.ts</context><context context-type="linenumber">7</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">39</context></context-group></trans-unit> 8713 </trans-unit>
8448 <trans-unit id="4591482207344282590" datatype="html"> 8714 <trans-unit id="4591482207344282590" datatype="html">
8449 <source>Email must be valid.</source> 8715 <source>Email must be valid.</source>
8450 <target state="translated">Ilaq ad yili yimayl d ameɣtu.</target> 8716 <target state="translated">Ilaq ad yili yimayl d ameɣtu.</target>
8451 8717 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/instance-validators.ts</context><context context-type="linenumber">8</context></context-group>
8452 8718 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">40</context></context-group>
8453 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/instance-validators.ts</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">40</context></context-group></trans-unit> 8719 </trans-unit>
8454 <trans-unit id="544279804045883862" datatype="html"> 8720 <trans-unit id="544279804045883862" datatype="html">
8455 <source>Handle is required.</source> 8721 <source>Handle is required.</source>
8456 <target state="translated">Mefferisem yettusra.</target> 8722 <target state="translated">Mefferisem yettusra.</target>
8457 8723 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">50</context></context-group>
8458 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit> 8724 </trans-unit>
8459 <trans-unit id="2805037637775107078" datatype="html"> 8725 <trans-unit id="2805037637775107078" datatype="html">
8460 <source>Handle must be valid (eg. chocobozzz@example.com).</source> 8726 <source>Handle must be valid (eg. chocobozzz@example.com).</source>
8461 <target state="translated">Mefferisem ilaq ad yili d ameɣtu (am. chocobozzz@example.com).</target> 8727 <target state="translated">Mefferisem ilaq ad yili d ameɣtu (am. chocobozzz@example.com).</target>
8462 8728 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">51</context></context-group>
8463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 8729 </trans-unit>
8464 <trans-unit id="4968369344159400023" datatype="html"> 8730 <trans-unit id="4968369344159400023" datatype="html">
8465 <source>Your name is required.</source> 8731 <source>Your name is required.</source>
8466 <target state="translated">Yettusra yisem-ik·im.</target> 8732 <target state="translated">Yettusra yisem-ik·im.</target>
@@ -8509,16 +8775,16 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8509 <trans-unit id="3868123820758341861" datatype="html"> 8775 <trans-unit id="3868123820758341861" datatype="html">
8510 <source>Username is required.</source> 8776 <source>Username is required.</source>
8511 <target state="translated">Isem n useqdac yettwasra.</target> 8777 <target state="translated">Isem n useqdac yettwasra.</target>
8512 8778 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/login-validators.ts</context><context context-type="linenumber">9</context></context-group>
8513 8779 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">14</context></context-group>
8514 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/login-validators.ts</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">14</context></context-group></trans-unit> 8780 </trans-unit>
8515 <trans-unit id="3577237269587081090" datatype="html"> 8781 <trans-unit id="3577237269587081090" datatype="html">
8516 <source>Password is required.</source> 8782 <source>Password is required.</source>
8517 <target state="translated">Yettwasra wawal uffir.</target> 8783 <target state="translated">Yettwasra wawal uffir.</target>
8518 8784 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/login-validators.ts</context><context context-type="linenumber">18</context></context-group>
8519 8785 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">60</context></context-group>
8520 8786 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">71</context></context-group>
8521 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/login-validators.ts</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">60</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 8787 </trans-unit>
8522 <trans-unit id="3152303769378345477" datatype="html"> 8788 <trans-unit id="3152303769378345477" datatype="html">
8523 <source>Confirmation of the password is required.</source> 8789 <source>Confirmation of the password is required.</source>
8524 <target state="translated">Asentem n wawal uffir yettwasra.</target> 8790 <target state="translated">Asentem n wawal uffir yettwasra.</target>
@@ -8527,129 +8793,129 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8527 <trans-unit id="4786141633412279939" datatype="html"> 8793 <trans-unit id="4786141633412279939" datatype="html">
8528 <source>Username must be at least 1 character long.</source> 8794 <source>Username must be at least 1 character long.</source>
8529 <target state="translated">Isem n useqdac ilaq ad yesεu ma drus 1 usekkil.</target> 8795 <target state="translated">Isem n useqdac ilaq ad yesεu ma drus 1 usekkil.</target>
8530 8796 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">15</context></context-group>
8531 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">15</context></context-group></trans-unit> 8797 </trans-unit>
8532 <trans-unit id="1019755749203839300" datatype="html"> 8798 <trans-unit id="1019755749203839300" datatype="html">
8533 <source>Username cannot be more than 50 characters long.</source> 8799 <source>Username cannot be more than 50 characters long.</source>
8534 <target state="translated">Isem n useqdac ur ilaq ara ad yesεu nnig 50 yisekkilen.</target> 8800 <target state="translated">Isem n useqdac ur ilaq ara ad yesεu nnig 50 yisekkilen.</target>
8535 8801 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">16</context></context-group>
8536 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 8802 </trans-unit>
8537 <trans-unit id="5621067256208426608" datatype="html"> 8803 <trans-unit id="5621067256208426608" datatype="html">
8538 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source> 8804 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
8539 <target state="translated">Isem n useqdac yezmer ad yesεu isekkilen imeẓẓyanen, izwilen, agazen d yijerriden ddaw.</target> 8805 <target state="translated">Isem n useqdac yezmer ad yesεu isekkilen imeẓẓyanen, izwilen, agazen d yijerriden ddaw.</target>
8540 8806 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">17</context></context-group>
8541 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">17</context></context-group></trans-unit> 8807 </trans-unit>
8542 <trans-unit id="6288154707582132676" datatype="html"> 8808 <trans-unit id="6288154707582132676" datatype="html">
8543 <source>Channel name is required.</source> 8809 <source>Channel name is required.</source>
8544 <target state="translated">Isem n ubadu yettwasra.</target> 8810 <target state="translated">Isem n ubadu yettwasra.</target>
8545 8811 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">29</context></context-group>
8546 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">29</context></context-group></trans-unit> 8812 </trans-unit>
8547 <trans-unit id="8178814467139959283" datatype="html"> 8813 <trans-unit id="8178814467139959283" datatype="html">
8548 <source>Channel name must be at least 1 character long.</source> 8814 <source>Channel name must be at least 1 character long.</source>
8549 <target state="translated">Isem n ubadu ilaq ad yesεu ma drus 1 usekkil.</target> 8815 <target state="translated">Isem n ubadu ilaq ad yesεu ma drus 1 usekkil.</target>
8550 8816 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">30</context></context-group>
8551 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">30</context></context-group></trans-unit> 8817 </trans-unit>
8552 <trans-unit id="8602785819772117007" datatype="html"> 8818 <trans-unit id="8602785819772117007" datatype="html">
8553 <source>Channel name cannot be more than 50 characters long.</source> 8819 <source>Channel name cannot be more than 50 characters long.</source>
8554 <target state="translated">Isem n ubadu ur ilaq ara ad iεeddi nnig 50 yisekkilen.</target> 8820 <target state="translated">Isem n ubadu ur ilaq ara ad iεeddi nnig 50 yisekkilen.</target>
8555 8821 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">31</context></context-group>
8556 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">31</context></context-group></trans-unit> 8822 </trans-unit>
8557 <trans-unit id="3419415520566928243" datatype="html"> 8823 <trans-unit id="3419415520566928243" datatype="html">
8558 <source>Channel name should be lowercase, and can contain only alphanumeric characters, dots and underscores.</source> 8824 <source>Channel name should be lowercase, and can contain only alphanumeric characters, dots and underscores.</source>
8559 <target state="translated">Isem n ubadu ilaq ad yili s yisekkilen imeẓẓyanen yerna ilaq ad ilin deg-s ala isekkilen igmumḍinen, agazen d yijerriden n uderrer.</target> 8825 <target state="translated">Isem n ubadu ilaq ad yili s yisekkilen imeẓẓyanen yerna ilaq ad ilin deg-s ala isekkilen igmumḍinen, agazen d yijerriden n uderrer.</target>
8560 8826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">32</context></context-group>
8561 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">32</context></context-group></trans-unit> 8827 </trans-unit>
8562 <trans-unit id="525871656034789056" datatype="html"> 8828 <trans-unit id="525871656034789056" datatype="html">
8563 <source>Password must be at least 6 characters long.</source> 8829 <source>Password must be at least 6 characters long.</source>
8564 <target state="translated">Awal uffir ilaq ad yesεu ma drus 6 yisekkilen.</target> 8830 <target state="translated">Awal uffir ilaq ad yesεu ma drus 6 yisekkilen.</target>
8565 8831 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">72</context></context-group>
8566 8832 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">83</context></context-group>
8567 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">83</context></context-group></trans-unit> 8833 </trans-unit>
8568 <trans-unit id="1099684476181448167" datatype="html"> 8834 <trans-unit id="1099684476181448167" datatype="html">
8569 <source>Password cannot be more than 255 characters long.</source> 8835 <source>Password cannot be more than 255 characters long.</source>
8570 <target state="translated">Awal uffir ur ilaq ara ad iεeddi nnig 255 yisekkilen.</target> 8836 <target state="translated">Awal uffir ur ilaq ara ad iεeddi nnig 255 yisekkilen.</target>
8571 8837 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">73</context></context-group>
8572 8838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">84</context></context-group>
8573 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">84</context></context-group></trans-unit> 8839 </trans-unit>
8574 <trans-unit id="3392630942539073768" datatype="html"> 8840 <trans-unit id="3392630942539073768" datatype="html">
8575 <source>The new password and the confirmed password do not correspond.</source> 8841 <source>The new password and the confirmed password do not correspond.</source>
8576 <target state="translated">Awal uffir amaynut d win yettusnetmen ur mṣadan ara.</target> 8842 <target state="translated">Awal uffir amaynut d win yettusnetmen ur mṣadan ara.</target>
8577 8843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">91</context></context-group>
8578 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">91</context></context-group></trans-unit> 8844 </trans-unit>
8579 <trans-unit id="2027337371129904473" datatype="html"> 8845 <trans-unit id="2027337371129904473" datatype="html">
8580 <source>Video quota is required.</source> 8846 <source>Video quota is required.</source>
8581 <target state="translated">Amur n tvidyut yettwasra.</target> 8847 <target state="translated">Amur n tvidyut yettwasra.</target>
8582 8848 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">98</context></context-group>
8583 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">98</context></context-group></trans-unit> 8849 </trans-unit>
8584 <trans-unit id="267386529333143660" datatype="html"> 8850 <trans-unit id="267386529333143660" datatype="html">
8585 <source>Quota must be greater than -1.</source> 8851 <source>Quota must be greater than -1.</source>
8586 <target state="translated">Amur ilaq ad yili ugar n -1.</target> 8852 <target state="translated">Amur ilaq ad yili ugar n -1.</target>
8587 8853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">99</context></context-group>
8588 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">99</context></context-group></trans-unit> 8854 </trans-unit>
8589 <trans-unit id="1220179061234048936" datatype="html"> 8855 <trans-unit id="1220179061234048936" datatype="html">
8590 <source>Daily upload limit is required.</source> 8856 <source>Daily upload limit is required.</source>
8591 <target state="translated">Talast n usali i wass tettusra.</target> 8857 <target state="translated">Talast n usali i wass tettusra.</target>
8592 8858 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">105</context></context-group>
8593 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">105</context></context-group></trans-unit> 8859 </trans-unit>
8594 <trans-unit id="8959404382357999234" datatype="html"> 8860 <trans-unit id="8959404382357999234" datatype="html">
8595 <source>Daily upload limit must be greater than -1.</source> 8861 <source>Daily upload limit must be greater than -1.</source>
8596 <target state="translated">Talast n usali i wass ilaq ad tili ugar n -1.</target> 8862 <target state="translated">Talast n usali i wass ilaq ad tili ugar n -1.</target>
8597 8863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">106</context></context-group>
8598 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">106</context></context-group></trans-unit> 8864 </trans-unit>
8599 <trans-unit id="4796798537475457493" datatype="html"> 8865 <trans-unit id="4796798537475457493" datatype="html">
8600 <source>User role is required.</source> 8866 <source>User role is required.</source>
8601 <target state="translated">Tamlilt n useqdac tettusra.</target> 8867 <target state="translated">Tamlilt n useqdac tettusra.</target>
8602 8868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">113</context></context-group>
8603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">113</context></context-group></trans-unit> 8869 </trans-unit>
8604 <trans-unit id="2761226139624435788" datatype="html"> 8870 <trans-unit id="2761226139624435788" datatype="html">
8605 <source>Description must be at least 3 characters long.</source> 8871 <source>Description must be at least 3 characters long.</source>
8606 <target state="translated">Aglam ilaq ad ilin deg-s ma drus 3 yisekkilen.</target> 8872 <target state="translated">Aglam ilaq ad ilin deg-s ma drus 3 yisekkilen.</target>
8607 8873 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">125</context></context-group>
8608 8874 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-channel-validators.ts</context><context context-type="linenumber">38</context></context-group>
8609 8875 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-playlist-validators.ts</context><context context-type="linenumber">33</context></context-group>
8610 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">125</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-channel-validators.ts</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-playlist-validators.ts</context><context context-type="linenumber">33</context></context-group></trans-unit> 8876 </trans-unit>
8611 <trans-unit id="4717982586356605243" datatype="html"> 8877 <trans-unit id="4717982586356605243" datatype="html">
8612 <source>Description cannot be more than 1000 characters long.</source> 8878 <source>Description cannot be more than 1000 characters long.</source>
8613 <target state="translated">Aglam ur ilaq ara ad iεeddi 1000 yisekkilen.</target> 8879 <target state="translated">Aglam ur ilaq ara ad iεeddi 1000 yisekkilen.</target>
8614 8880 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">126</context></context-group>
8615 8881 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-channel-validators.ts</context><context context-type="linenumber">39</context></context-group>
8616 8882 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-playlist-validators.ts</context><context context-type="linenumber">34</context></context-group>
8617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">126</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-channel-validators.ts</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-playlist-validators.ts</context><context context-type="linenumber">34</context></context-group></trans-unit> 8883 </trans-unit>
8618 <trans-unit id="1814372869868173571" datatype="html"> 8884 <trans-unit id="1814372869868173571" datatype="html">
8619 <source>You must agree with the instance terms in order to register on it.</source> 8885 <source>You must agree with the instance terms in order to register on it.</source>
8620 <target state="translated">Ilaq ad tqebleḍ tiwtilin n tummant i wakken ad tizmired ad tjerrdeḍ.</target> 8886 <target state="translated">Ilaq ad tqebleḍ tiwtilin n tummant i wakken ad tizmired ad tjerrdeḍ.</target>
8621 8887 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">133</context></context-group>
8622 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">133</context></context-group></trans-unit> 8888 </trans-unit>
8623 <trans-unit id="7803960725351649605" datatype="html"> 8889 <trans-unit id="7803960725351649605" datatype="html">
8624 <source>Ban reason must be at least 3 characters long.</source> 8890 <source>Ban reason must be at least 3 characters long.</source>
8625 <target state="translated">Ssebba n ugdal ilaq ad ilin deg-s ma drus 3 yisekkilen.</target> 8891 <target state="translated">Ssebba n ugdal ilaq ad ilin deg-s ma drus 3 yisekkilen.</target>
8626 8892 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">143</context></context-group>
8627 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">143</context></context-group></trans-unit> 8893 </trans-unit>
8628 <trans-unit id="3851609012243698179" datatype="html"> 8894 <trans-unit id="3851609012243698179" datatype="html">
8629 <source>Ban reason cannot be more than 250 characters long.</source> 8895 <source>Ban reason cannot be more than 250 characters long.</source>
8630 <target state="translated">Ssebba n ugdal ur ilaq ara ad tεeddi nnig 250 yisekkilen.</target> 8896 <target state="translated">Ssebba n ugdal ur ilaq ara ad tεeddi nnig 250 yisekkilen.</target>
8631 8897 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">144</context></context-group>
8632 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 8898 </trans-unit>
8633 <trans-unit id="6632896893630378443" datatype="html"> 8899 <trans-unit id="6632896893630378443" datatype="html">
8634 <source>Display name is required.</source> 8900 <source>Display name is required.</source>
8635 <target state="translated">Isem yettwaskanen yettusra.</target> 8901 <target state="translated">Isem yettwaskanen yettusra.</target>
8636 8902 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">155</context></context-group>
8637 8903 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-channel-validators.ts</context><context context-type="linenumber">26</context></context-group>
8638 8904 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-playlist-validators.ts</context><context context-type="linenumber">12</context></context-group>
8639 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">155</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-channel-validators.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-playlist-validators.ts</context><context context-type="linenumber">12</context></context-group></trans-unit> 8905 </trans-unit>
8640 <trans-unit id="1303578752658966736" datatype="html"> 8906 <trans-unit id="1303578752658966736" datatype="html">
8641 <source>Display name must be at least 1 character long.</source> 8907 <source>Display name must be at least 1 character long.</source>
8642 <target state="translated">Isem yettwaskanen ilaq ad yesεu ma drus 1 usekkil.</target> 8908 <target state="translated">Isem yettwaskanen ilaq ad yesεu ma drus 1 usekkil.</target>
8643 8909 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">156</context></context-group>
8644 8910 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-channel-validators.ts</context><context context-type="linenumber">27</context></context-group>
8645 8911 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-playlist-validators.ts</context><context context-type="linenumber">13</context></context-group>
8646 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">156</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-channel-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-playlist-validators.ts</context><context context-type="linenumber">13</context></context-group></trans-unit> 8912 </trans-unit>
8647 <trans-unit id="4613240543124934954" datatype="html"> 8913 <trans-unit id="4613240543124934954" datatype="html">
8648 <source>Display name cannot be more than 50 characters long.</source> 8914 <source>Display name cannot be more than 50 characters long.</source>
8649 <target state="translated">Isem yettwaskanen ur ilaq ara ad iεeddi 50 yisekkilen.</target> 8915 <target state="translated">Isem yettwaskanen ur ilaq ara ad iεeddi 50 yisekkilen.</target>
8650 8916 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">157</context></context-group>
8651 8917 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-channel-validators.ts</context><context context-type="linenumber">28</context></context-group>
8652 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/user-validators.ts</context><context context-type="linenumber">157</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/video-channel-validators.ts</context><context context-type="linenumber">28</context></context-group></trans-unit> 8918 </trans-unit>
8653 <trans-unit id="1000468652492651683" datatype="html"> 8919 <trans-unit id="1000468652492651683" datatype="html">
8654 <source>Report reason is required.</source> 8920 <source>Report reason is required.</source>
8655 <target state="translated">Ssebba n uneqqis tettusra.</target> 8921 <target state="translated">Ssebba n uneqqis tettusra.</target>
@@ -8918,9 +9184,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8918 <trans-unit id="2115592966120408375" datatype="html"> 9184 <trans-unit id="2115592966120408375" datatype="html">
8919 <source>Copied</source> 9185 <source>Copied</source>
8920 <target>Ittusuken(te)</target> 9186 <target>Ittusuken(te)</target>
8921 9187 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/input-toggle-hidden.component.ts</context><context context-type="linenumber">47</context></context-group>
8922 9188 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">196</context></context-group>
8923 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/input-toggle-hidden.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 9189 </trans-unit>
8924 <trans-unit id="4323470180912194028" datatype="html"> 9190 <trans-unit id="4323470180912194028" datatype="html">
8925 <source>Copy</source> 9191 <source>Copy</source>
8926 <target state="translated">Nɣel</target> 9192 <target state="translated">Nɣel</target>
@@ -9215,67 +9481,67 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9215 <trans-unit id="2830831449226931729" datatype="html"> 9481 <trans-unit id="2830831449226931729" datatype="html">
9216 <source>Instance languages</source> 9482 <source>Instance languages</source>
9217 <target state="translated">Tutlayin n tummant</target> 9483 <target state="translated">Tutlayin n tummant</target>
9218 9484 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">179</context></context-group>
9219 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">179</context></context-group></trans-unit> 9485 </trans-unit>
9220 <trans-unit id="40119547597591062" datatype="html"> 9486 <trans-unit id="40119547597591062" datatype="html">
9221 <source>All languages</source> 9487 <source>All languages</source>
9222 <target state="translated">Akk tutlayin</target> 9488 <target state="translated">Akk tutlayin</target>
9223 9489 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">180</context></context-group>
9224 9490 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.ts</context><context context-type="linenumber">39</context></context-group>
9225 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">180</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit> 9491 </trans-unit>
9226 <trans-unit id="996392855508119363" datatype="html"> 9492 <trans-unit id="996392855508119363" datatype="html">
9227 <source>Hidden</source> 9493 <source>Hidden</source>
9228 <target>Yeffer</target> 9494 <target>Yeffer</target>
9229 9495 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">53</context></context-group>
9230 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">53</context></context-group></trans-unit> 9496 </trans-unit>
9231 <trans-unit id="2173989454916398137" datatype="html"> 9497 <trans-unit id="2173989454916398137" datatype="html">
9232 <source>Blurred with confirmation request</source> 9498 <source>Blurred with confirmation request</source>
9233 <target state="translated">Yerwi d usuter n usentem</target> 9499 <target state="translated">Yerwi d usuter n usentem</target>
9234 9500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">54</context></context-group>
9235 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit> 9501 </trans-unit>
9236 <trans-unit id="8929218224642530466" datatype="html"> 9502 <trans-unit id="8929218224642530466" datatype="html">
9237 <source>Displayed</source> 9503 <source>Displayed</source>
9238 <target>Yettwaskan</target> 9504 <target>Yettwaskan</target>
9239 9505 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">55</context></context-group>
9240 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 9506 </trans-unit>
9241 <trans-unit id="6291055174438137560" datatype="html"> 9507 <trans-unit id="6291055174438137560" datatype="html">
9242 <source>~ 1 minute</source> 9508 <source>~ 1 minute</source>
9243 <target state="translated">~ 1 tesdat</target> 9509 <target state="translated">~ 1 tesdat</target>
9244 9510 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">74</context></context-group>
9245 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">74</context></context-group></trans-unit> 9511 </trans-unit>
9246 <trans-unit id="189524047518780716" datatype="html"> 9512 <trans-unit id="189524047518780716" datatype="html">
9247 <source>~ <x id="PH"/> minutes</source> 9513 <source>~ <x id="PH"/> minutes</source>
9248 <target state="translated">~ <x id="PH"/> n tesdatin</target> 9514 <target state="translated">~ <x id="PH"/> n tesdatin</target>
9249 9515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">76</context></context-group>
9250 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 9516 </trans-unit>
9251 <trans-unit id="6028521920505655348" datatype="html"> 9517 <trans-unit id="6028521920505655348" datatype="html">
9252 <source><x id="PH"/> of full HD videos </source> 9518 <source><x id="PH"/> of full HD videos </source>
9253 <target state="translated"><x id="PH"/> n tvidyutin tiččuranin n HD </target> 9519 <target state="translated"><x id="PH"/> n tvidyutin tiččuranin n HD </target>
9254 9520 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">92</context></context-group>
9255 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">92</context></context-group></trans-unit> 9521 </trans-unit>
9256 <trans-unit id="117588083391484998" datatype="html"> 9522 <trans-unit id="117588083391484998" datatype="html">
9257 <source><x id="PH"/> of HD videos </source> 9523 <source><x id="PH"/> of HD videos </source>
9258 <target state="translated"><x id="PH"/> n tvidyutin n HD </target> 9524 <target state="translated"><x id="PH"/> n tvidyutin n HD </target>
9259 9525 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">93</context></context-group>
9260 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">93</context></context-group></trans-unit> 9526 </trans-unit>
9261 <trans-unit id="6636555695556123073" datatype="html"> 9527 <trans-unit id="6636555695556123073" datatype="html">
9262 <source><x id="PH"/> of average quality videos </source> 9528 <source><x id="PH"/> of average quality videos </source>
9263 <target state="translated"><x id="PH"/> n tvidyutin n tɣara talemmast </target> 9529 <target state="translated"><x id="PH"/> n tvidyutin n tɣara talemmast </target>
9264 9530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">94</context></context-group>
9265 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit> 9531 </trans-unit>
9266 <trans-unit id="6952960992592445535" datatype="html"> 9532 <trans-unit id="6952960992592445535" datatype="html">
9267 <source><x id="PH"/> (channel page) </source> 9533 <source><x id="PH"/> (channel page) </source>
9268 <target state="translated"><x id="PH"/> (asebter n ubadu) </target> 9534 <target state="translated"><x id="PH"/> (asebter n ubadu) </target>
9269 9535 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.ts</context><context context-type="linenumber">19</context></context-group>
9270 9536 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context><context context-type="linenumber">41</context></context-group>
9271 9537 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">113</context></context-group>
9272 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.ts</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit> 9538 </trans-unit>
9273 <trans-unit id="1209500590333005801" datatype="html"> 9539 <trans-unit id="1209500590333005801" datatype="html">
9274 <source><x id="PH"/> (account page) </source> 9540 <source><x id="PH"/> (account page) </source>
9275 <target state="translated"><x id="PH"/> (asebter n umiḍan) </target> 9541 <target state="translated"><x id="PH"/> (asebter n umiḍan) </target>
9276 9542 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.ts</context><context context-type="linenumber">20</context></context-group>
9277 9543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context><context context-type="linenumber">40</context></context-group>
9278 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.ts</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context><context context-type="linenumber">40</context></context-group></trans-unit> 9544 </trans-unit>
9279 <trans-unit id="2516633974298697807" datatype="html"> 9545 <trans-unit id="2516633974298697807" datatype="html">
9280 <source>Emphasis</source> 9546 <source>Emphasis</source>
9281 <target state="translated">Tuffayt</target> 9547 <target state="translated">Tuffayt</target>
@@ -9322,34 +9588,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9322 <trans-unit id="8269144351796756896" datatype="html"> 9588 <trans-unit id="8269144351796756896" datatype="html">
9323 <source>Do you really want to unban <x id="PH"/>?</source> 9589 <source>Do you really want to unban <x id="PH"/>?</source>
9324 <target state="translated">Tebɣiḍ s tidet ad tekkseḍ agdal i <x id="PH"/>?</target> 9590 <target state="translated">Tebɣiḍ s tidet ad tekkseḍ agdal i <x id="PH"/>?</target>
9325 9591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">66</context></context-group>
9326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 9592 </trans-unit>
9327 <trans-unit id="1794219875546376069" datatype="html"> 9593 <trans-unit id="1794219875546376069" datatype="html">
9328 <source>User <x id="PH"/> unbanned.</source> 9594 <source>User <x id="PH"/> unbanned.</source>
9329 <target state="translated">Aseqdac <x id="PH"/> yettwakkes-as ugdal.</target> 9595 <target state="translated">Aseqdac <x id="PH"/> yettwakkes-as ugdal.</target>
9330 9596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">72</context></context-group>
9331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 9597 </trans-unit>
9332 <trans-unit id="4885683604826993045" datatype="html"> 9598 <trans-unit id="4885683604826993045" datatype="html">
9333 <source>If you remove this user, you will not be able to create another with the same username!</source> 9599 <source>If you remove this user, you will not be able to create another with the same username!</source>
9334 <target state="translated">Ma yella tekkseḍ aseqdac-a, ur tettizmireḍ ara ad ternuḍ wayeḍ s yisem-nni kan!</target> 9600 <target state="translated">Ma yella tekkseḍ aseqdac-a, ur tettizmireḍ ara ad ternuḍ wayeḍ s yisem-nni kan!</target>
9335 9601 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">86</context></context-group>
9336 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">86</context></context-group></trans-unit> 9602 </trans-unit>
9337 <trans-unit id="6301381219225831298" datatype="html"> 9603 <trans-unit id="6301381219225831298" datatype="html">
9338 <source>User <x id="PH"/> deleted.</source> 9604 <source>User <x id="PH"/> deleted.</source>
9339 <target state="translated">Aseqdac <x id="PH"/> yettwakkes.</target> 9605 <target state="translated">Aseqdac <x id="PH"/> yettwakkes.</target>
9340 9606 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">92</context></context-group>
9341 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">92</context></context-group></trans-unit> 9607 </trans-unit>
9342 <trans-unit id="3896582359861826661" datatype="html"> 9608 <trans-unit id="3896582359861826661" datatype="html">
9343 <source>User <x id="PH"/> email set as verified</source> 9609 <source>User <x id="PH"/> email set as verified</source>
9344 <target state="translated">Imayl n useqdec <x id="PH"/> yettusbadu yettusenqed</target> 9610 <target state="translated">Imayl n useqdec <x id="PH"/> yettusbadu yettusenqed</target>
9345 9611 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">103</context></context-group>
9346 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit> 9612 </trans-unit>
9347 <trans-unit id="8150022485860412528" datatype="html"> 9613 <trans-unit id="8150022485860412528" datatype="html">
9348 <source>Account <x id="PH"/> muted.</source> 9614 <source>Account <x id="PH"/> muted.</source>
9349 <target state="translated">Amiḍan <x id="PH"/> yettwasgugem.</target> 9615 <target state="translated">Amiḍan <x id="PH"/> yettwasgugem.</target>
9350 9616 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">115</context></context-group>
9351 9617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">240</context></context-group>
9352 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">240</context></context-group></trans-unit> 9618 </trans-unit>
9353 <trans-unit id="1598375456114200087" datatype="html"> 9619 <trans-unit id="1598375456114200087" datatype="html">
9354 <source>Instance <x id="PH"/> muted. </source> 9620 <source>Instance <x id="PH"/> muted. </source>
9355 <target state="translated">Tummant <x id="PH"/> tettwasgugem. </target> 9621 <target state="translated">Tummant <x id="PH"/> tettwasgugem. </target>
@@ -9361,158 +9627,158 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9361 <trans-unit id="3085641638748358969" datatype="html"> 9627 <trans-unit id="3085641638748358969" datatype="html">
9362 <source>Account <x id="PH"/> unmuted by the instance.</source> 9628 <source>Account <x id="PH"/> unmuted by the instance.</source>
9363 <target state="translated">Amiḍæn <x id="PH"/> yekkes-as usgugem s tummant.</target> 9629 <target state="translated">Amiḍæn <x id="PH"/> yekkes-as usgugem s tummant.</target>
9364 9630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">185</context></context-group>
9365 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">185</context></context-group></trans-unit> 9631 </trans-unit>
9366 <trans-unit id="4991892477258601737" datatype="html"> 9632 <trans-unit id="4991892477258601737" datatype="html">
9367 <source>Instance <x id="PH"/> muted by the instance.</source> 9633 <source>Instance <x id="PH"/> muted by the instance.</source>
9368 <target state="translated">Tummant <x id="PH"/> tettwasgugem s tummant.</target> 9634 <target state="translated">Tummant <x id="PH"/> tettwasgugem s tummant.</target>
9369 9635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">199</context></context-group>
9370 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">199</context></context-group></trans-unit> 9636 </trans-unit>
9371 <trans-unit id="4379430340167561220" datatype="html"> 9637 <trans-unit id="4379430340167561220" datatype="html">
9372 <source>Instance <x id="PH"/> unmuted by the instance.</source> 9638 <source>Instance <x id="PH"/> unmuted by the instance.</source>
9373 <target state="translated">Tummant <x id="PH"/> yekkes-as usgugem s tummant.</target> 9639 <target state="translated">Tummant <x id="PH"/> yekkes-as usgugem s tummant.</target>
9374 9640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">213</context></context-group>
9375 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">213</context></context-group></trans-unit> 9641 </trans-unit>
9376 <trans-unit id="8173437618471379044" datatype="html"> 9642 <trans-unit id="8173437618471379044" datatype="html">
9377 <source>Are you sure you want to remove all the comments of this account?</source> 9643 <source>Are you sure you want to remove all the comments of this account?</source>
9378 <target state="translated">Tebɣiḍ s tidet ad tekkseḍ meṛṛa iwenniten n umiḍan-a?</target> 9644 <target state="translated">Tebɣiḍ s tidet ad tekkseḍ meṛṛa iwenniten n umiḍan-a?</target>
9379 9645 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">224</context></context-group>
9380 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 9646 </trans-unit>
9381 <trans-unit id="6315346579373254461" datatype="html"> 9647 <trans-unit id="6315346579373254461" datatype="html">
9382 <source>Delete account comments</source> 9648 <source>Delete account comments</source>
9383 <target state="translated">Kkes iwenniten n umiḍan</target> 9649 <target state="translated">Kkes iwenniten n umiḍan</target>
9384 9650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">225</context></context-group>
9385 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 9651 </trans-unit>
9386 <trans-unit id="8559170154828316298" datatype="html"> 9652 <trans-unit id="8559170154828316298" datatype="html">
9387 <source>Will remove comments of this account (may take several minutes).</source> 9653 <source>Will remove comments of this account (may take several minutes).</source>
9388 <target state="translated">Ad yekkes iwenniten n umiḍan-a (yezmer ad yeṭṭef kra n tesdatin).</target> 9654 <target state="translated">Ad yekkes iwenniten n umiḍan-a (yezmer ad yeṭṭef kra n tesdatin).</target>
9389 9655 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">231</context></context-group>
9390 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">231</context></context-group></trans-unit> 9656 </trans-unit>
9391 <trans-unit id="7187838764371214919" datatype="html"> 9657 <trans-unit id="7187838764371214919" datatype="html">
9392 <source>Edit user</source> 9658 <source>Edit user</source>
9393 <target>Ẓreg aseqdac</target> 9659 <target>Ẓreg aseqdac</target>
9394 9660 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">259</context></context-group>
9395 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 9661 </trans-unit>
9396 <trans-unit id="4728427543536046034" datatype="html"> 9662 <trans-unit id="4728427543536046034" datatype="html">
9397 <source>Change quota, role, and more.</source> 9663 <source>Change quota, role, and more.</source>
9398 <target state="translated">Beddel afmiḍi, tarmit akked wayen-nniḍen.</target> 9664 <target state="translated">Beddel afmiḍi, tarmit akked wayen-nniḍen.</target>
9399 9665 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">260</context></context-group>
9400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 9666 </trans-unit>
9401 <trans-unit id="7913022656086109932" datatype="html"> 9667 <trans-unit id="7913022656086109932" datatype="html">
9402 <source>Delete user</source> 9668 <source>Delete user</source>
9403 <target>Kkes aseqdac</target> 9669 <target>Kkes aseqdac</target>
9404 9670 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">264</context></context-group>
9405 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">264</context></context-group></trans-unit> 9671 </trans-unit>
9406 <trans-unit id="7577876364431026966" datatype="html"> 9672 <trans-unit id="7577876364431026966" datatype="html">
9407 <source>Unban user</source> 9673 <source>Unban user</source>
9408 <target state="translated">Asefsex n useqdac</target> 9674 <target state="translated">Asefsex n useqdac</target>
9409 9675 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">275</context></context-group>
9410 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 9676 </trans-unit>
9411 <trans-unit id="3508163549683020253" datatype="html"> 9677 <trans-unit id="3508163549683020253" datatype="html">
9412 <source>Allow the user to login and create videos/comments again</source> 9678 <source>Allow the user to login and create videos/comments again</source>
9413 <target state="translated">Sireg aseqdac ad yekcem tikkelt-nniḍen, ad yernu tividyutin/iwenniten</target> 9679 <target state="translated">Sireg aseqdac ad yekcem tikkelt-nniḍen, ad yernu tividyutin/iwenniten</target>
9414 9680 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">276</context></context-group>
9415 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit> 9681 </trans-unit>
9416 <trans-unit id="1888272455383898478" datatype="html"> 9682 <trans-unit id="1888272455383898478" datatype="html">
9417 <source>Mute this account</source> 9683 <source>Mute this account</source>
9418 <target state="translated">Sgugem amiḍan-a</target> 9684 <target state="translated">Sgugem amiḍan-a</target>
9419 9685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">293</context></context-group>
9420 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">293</context></context-group></trans-unit> 9686 </trans-unit>
9421 <trans-unit id="2365286519320230773" datatype="html"> 9687 <trans-unit id="2365286519320230773" datatype="html">
9422 <source>Hide any content from that user from you.</source> 9688 <source>Hide any content from that user from you.</source>
9423 <target state="translated">Ffer yal agbur ara d-yekken seg useqda-a.</target> 9689 <target state="translated">Ffer yal agbur ara d-yekken seg useqda-a.</target>
9424 9690 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">294</context></context-group>
9425 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">294</context></context-group></trans-unit> 9691 </trans-unit>
9426 <trans-unit id="4043508901590508211" datatype="html"> 9692 <trans-unit id="4043508901590508211" datatype="html">
9427 <source>Unmute this account</source> 9693 <source>Unmute this account</source>
9428 <target state="translated">Kkes asgugem i umiḍan-a</target> 9694 <target state="translated">Kkes asgugem i umiḍan-a</target>
9429 9695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">299</context></context-group>
9430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">299</context></context-group></trans-unit> 9696 </trans-unit>
9431 <trans-unit id="2843593344827160627" datatype="html"> 9697 <trans-unit id="2843593344827160627" datatype="html">
9432 <source>Show back content from that user for you.</source> 9698 <source>Show back content from that user for you.</source>
9433 <target state="translated">Sken-iyi-d tikkelt-nniḍen agbur n aseqdac-a.</target> 9699 <target state="translated">Sken-iyi-d tikkelt-nniḍen agbur n aseqdac-a.</target>
9434 9700 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">300</context></context-group>
9435 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">300</context></context-group></trans-unit> 9701 </trans-unit>
9436 <trans-unit id="6198109035280957164" datatype="html"> 9702 <trans-unit id="6198109035280957164" datatype="html">
9437 <source>Mute the instance</source> 9703 <source>Mute the instance</source>
9438 <target state="translated">Sgugem tummant-a</target> 9704 <target state="translated">Sgugem tummant-a</target>
9439 9705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">305</context></context-group>
9440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit> 9706 </trans-unit>
9441 <trans-unit id="4537735378779630558" datatype="html"> 9707 <trans-unit id="4537735378779630558" datatype="html">
9442 <source>Hide any content from that instance for you.</source> 9708 <source>Hide any content from that instance for you.</source>
9443 <target state="translated">Ffer yal agbur seg tummant-a fell-ak·am.</target> 9709 <target state="translated">Ffer yal agbur seg tummant-a fell-ak·am.</target>
9444 9710 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">306</context></context-group>
9445 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 9711 </trans-unit>
9446 <trans-unit id="6247487021683085858" datatype="html"> 9712 <trans-unit id="6247487021683085858" datatype="html">
9447 <source>Unmute the instance</source> 9713 <source>Unmute the instance</source>
9448 <target state="translated">Kkes asgugem i tummant-a</target> 9714 <target state="translated">Kkes asgugem i tummant-a</target>
9449 9715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">311</context></context-group>
9450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">311</context></context-group></trans-unit> 9716 </trans-unit>
9451 <trans-unit id="4024846984475742259" datatype="html"> 9717 <trans-unit id="4024846984475742259" datatype="html">
9452 <source>Show back content from that instance for you.</source> 9718 <source>Show back content from that instance for you.</source>
9453 <target state="translated">Sken tikkelt-nniḍen agbur seg tummant-a i kečč·kemm.</target> 9719 <target state="translated">Sken tikkelt-nniḍen agbur seg tummant-a i kečč·kemm.</target>
9454 9720 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">312</context></context-group>
9455 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">312</context></context-group></trans-unit> 9721 </trans-unit>
9456 <trans-unit id="3108200185023875257" datatype="html"> 9722 <trans-unit id="3108200185023875257" datatype="html">
9457 <source>Remove comments from your videos</source> 9723 <source>Remove comments from your videos</source>
9458 <target state="translated">Kkes iwenniten seg tvidyutin-ik·im</target> 9724 <target state="translated">Kkes iwenniten seg tvidyutin-ik·im</target>
9459 9725 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">317</context></context-group>
9460 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">317</context></context-group></trans-unit> 9726 </trans-unit>
9461 <trans-unit id="4810478487244286994" datatype="html"> 9727 <trans-unit id="4810478487244286994" datatype="html">
9462 <source>Remove comments made by this account on your videos.</source> 9728 <source>Remove comments made by this account on your videos.</source>
9463 <target state="translated">Kkes iwenniten yettwagen s umiḍan-a ɣef tvidyutin-inek·inem.</target> 9729 <target state="translated">Kkes iwenniten yettwagen s umiḍan-a ɣef tvidyutin-inek·inem.</target>
9464 9730 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">318</context></context-group>
9465 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">318</context></context-group></trans-unit> 9731 </trans-unit>
9466 <trans-unit id="81452583525574033" datatype="html"> 9732 <trans-unit id="81452583525574033" datatype="html">
9467 <source>Mute this account by your instance</source> 9733 <source>Mute this account by your instance</source>
9468 <target state="translated">Sgugem amiḍan-a s tummant-ik·im</target> 9734 <target state="translated">Sgugem amiḍan-a s tummant-ik·im</target>
9469 9735 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">329</context></context-group>
9470 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">329</context></context-group></trans-unit> 9736 </trans-unit>
9471 <trans-unit id="2077144178298031252" datatype="html"> 9737 <trans-unit id="2077144178298031252" datatype="html">
9472 <source>Hide any content from that user from you, your instance and its users.</source> 9738 <source>Hide any content from that user from you, your instance and its users.</source>
9473 <target state="translated">Ffer yal agbur i d-yekkan seg useqda-a, seg tummant-ik·im d yiseqdaen-ines.</target> 9739 <target state="translated">Ffer yal agbur i d-yekkan seg useqda-a, seg tummant-ik·im d yiseqdaen-ines.</target>
9474 9740 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">330</context></context-group>
9475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">330</context></context-group></trans-unit> 9741 </trans-unit>
9476 <trans-unit id="884942914962310163" datatype="html"> 9742 <trans-unit id="884942914962310163" datatype="html">
9477 <source>Unmute this account by your instance</source> 9743 <source>Unmute this account by your instance</source>
9478 <target state="translated">Kkes asgugem n umiḍan s tummant-ik·im</target> 9744 <target state="translated">Kkes asgugem n umiḍan s tummant-ik·im</target>
9479 9745 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">335</context></context-group>
9480 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 9746 </trans-unit>
9481 <trans-unit id="7675070596643104983" datatype="html"> 9747 <trans-unit id="7675070596643104983" datatype="html">
9482 <source>Show this user's content to the users of this instance again.</source> 9748 <source>Show this user's content to the users of this instance again.</source>
9483 <target state="translated">Sken agbur n useqdac-a i yiseqdaen n tummant-a i tikkelt-nniḍen.</target> 9749 <target state="translated">Sken agbur n useqdac-a i yiseqdaen n tummant-a i tikkelt-nniḍen.</target>
9484 9750 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">336</context></context-group>
9485 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 9751 </trans-unit>
9486 <trans-unit id="3191211873505538654" datatype="html"> 9752 <trans-unit id="3191211873505538654" datatype="html">
9487 <source>Mute the instance by your instance</source> 9753 <source>Mute the instance by your instance</source>
9488 <target state="translated">Sgugem tummant-a s tummant-ik·im</target> 9754 <target state="translated">Sgugem tummant-a s tummant-ik·im</target>
9489 9755 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">347</context></context-group>
9490 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">347</context></context-group></trans-unit> 9756 </trans-unit>
9491 <trans-unit id="525915681688649453" datatype="html"> 9757 <trans-unit id="525915681688649453" datatype="html">
9492 <source>Hide any content from that instance from you, your instance and its users.</source> 9758 <source>Hide any content from that instance from you, your instance and its users.</source>
9493 <target state="translated">Ffer yla agbur i d-yekkan seg tummant, deg tummant-ik·im d yiseqdaen-ines.</target> 9759 <target state="translated">Ffer yla agbur i d-yekkan seg tummant, deg tummant-ik·im d yiseqdaen-ines.</target>
9494 9760 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">348</context></context-group>
9495 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">348</context></context-group></trans-unit> 9761 </trans-unit>
9496 <trans-unit id="5325628963747139770" datatype="html"> 9762 <trans-unit id="5325628963747139770" datatype="html">
9497 <source>Unmute the instance by your instance</source> 9763 <source>Unmute the instance by your instance</source>
9498 <target state="translated">Kkes asgugem n tummant-a s tummant-ik·im</target> 9764 <target state="translated">Kkes asgugem n tummant-a s tummant-ik·im</target>
9499 9765 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">353</context></context-group>
9500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">353</context></context-group></trans-unit> 9766 </trans-unit>
9501 <trans-unit id="758471033841077314" datatype="html"> 9767 <trans-unit id="758471033841077314" datatype="html">
9502 <source>Show back content from that instance for you, your instance and its users.</source> 9768 <source>Show back content from that instance for you, your instance and its users.</source>
9503 <target state="translated">Sken i tikkelt-nniḍen agbur n tummant-a, tummant-ik·im akked d yiseqdacen-is.</target> 9769 <target state="translated">Sken i tikkelt-nniḍen agbur n tummant-a, tummant-ik·im akked d yiseqdacen-is.</target>
9504 9770 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">354</context></context-group>
9505 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">354</context></context-group></trans-unit> 9771 </trans-unit>
9506 <trans-unit id="3785095284194008197" datatype="html"> 9772 <trans-unit id="3785095284194008197" datatype="html">
9507 <source>Remove comments from your instance</source> 9773 <source>Remove comments from your instance</source>
9508 <target state="translated">Kkes iwenniten seg tummant-ik·im</target> 9774 <target state="translated">Kkes iwenniten seg tummant-ik·im</target>
9509 9775 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">364</context></context-group>
9510 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">364</context></context-group></trans-unit> 9776 </trans-unit>
9511 <trans-unit id="4809327075591089709" datatype="html"> 9777 <trans-unit id="4809327075591089709" datatype="html">
9512 <source>Remove comments made by this account from your instance.</source> 9778 <source>Remove comments made by this account from your instance.</source>
9513 <target state="translated">Kkes iwenniten yettwagen sumiḍan-a seg tummant-inek·inem.</target> 9779 <target state="translated">Kkes iwenniten yettwagen sumiḍan-a seg tummant-inek·inem.</target>
9514 9780 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">365</context></context-group>
9515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 9781 </trans-unit>
9516 <trans-unit id="6746743143272021955" datatype="html"> 9782 <trans-unit id="6746743143272021955" datatype="html">
9517 <source>Violent or repulsive</source> 9783 <source>Violent or repulsive</source>
9518 <target state="translated">Violent or repulsive</target> 9784 <target state="translated">Violent or repulsive</target>
@@ -9587,17 +9853,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9587 <trans-unit id="968295009933361070" datatype="html"> 9853 <trans-unit id="968295009933361070" datatype="html">
9588 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 9854 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
9589 <target state="translated">Aṭas n tikkal i tεerḍeḍ, ttxil-k·m εreḍ tikkelt-nniḍen seld <x id="PH"/> tesdatin.</target> 9855 <target state="translated">Aṭas n tikkal i tεerḍeḍ, ttxil-k·m εreḍ tikkelt-nniḍen seld <x id="PH"/> tesdatin.</target>
9590 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9856 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group>
9591 </trans-unit> 9857 </trans-unit>
9592 <trans-unit id="4965472196059235310" datatype="html"> 9858 <trans-unit id="4965472196059235310" datatype="html">
9593 <source>Too many attempts, please try again later.</source> 9859 <source>Too many attempts, please try again later.</source>
9594 <target state="translated">Aṭas n yineεruḍen, ttxil-k·m εreḍ tikkelt-nniḍen.</target> 9860 <target state="translated">Aṭas n yineεruḍen, ttxil-k·m εreḍ tikkelt-nniḍen.</target>
9595 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9861 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group>
9596 </trans-unit> 9862 </trans-unit>
9597 <trans-unit id="1693549688987384699" datatype="html"> 9863 <trans-unit id="1693549688987384699" datatype="html">
9598 <source>Server error. Please retry later.</source> 9864 <source>Server error. Please retry later.</source>
9599 <target state="translated">Tuccḍa deg uqeddac. Ttxil-k·m εreḍ tikkelt-nniḍen.</target> 9865 <target state="translated">Tuccḍa deg uqeddac. Ttxil-k·m εreḍ tikkelt-nniḍen.</target>
9600 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9866 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group>
9601 </trans-unit> 9867 </trans-unit>
9602 <trans-unit id="5927402622550505067" datatype="html"> 9868 <trans-unit id="5927402622550505067" datatype="html">
9603 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9869 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
@@ -9654,8 +9920,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9654 <source>Moderator</source> 9920 <source>Moderator</source>
9655 <target state="translated">Amaẓrag</target> 9921 <target state="translated">Amaẓrag</target>
9656 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">407</context></context-group> 9922 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">407</context></context-group>
9657 </trans-unit><trans-unit id="2279527393438260622" datatype="html"> 9923 </trans-unit>
9658 <source>Search videos, playlists, channels…</source><target state="new">Search videos, playlists, channels…</target> 9924 <trans-unit id="2279527393438260622" datatype="html">
9925 <source>Search videos, playlists, channels…</source>
9926 <target state="new">Search videos, playlists, channels…</target>
9659 <context-group purpose="location"> 9927 <context-group purpose="location">
9660 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 9928 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
9661 <context context-type="linenumber">3</context> 9929 <context context-type="linenumber">3</context>
@@ -9664,9 +9932,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9664 <trans-unit id="3723085768598852106" datatype="html"> 9932 <trans-unit id="3723085768598852106" datatype="html">
9665 <source>Video removed from <x id="PH"/> </source> 9933 <source>Video removed from <x id="PH"/> </source>
9666 <target state="translated">Tavidyut tettwakkes seg <x id="PH"/> </target> 9934 <target state="translated">Tavidyut tettwakkes seg <x id="PH"/> </target>
9667 9935 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">307</context></context-group>
9668 9936 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">93</context></context-group>
9669 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">307</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">93</context></context-group></trans-unit> 9937 </trans-unit>
9670 <trans-unit id="1056145626640340519" datatype="html"> 9938 <trans-unit id="1056145626640340519" datatype="html">
9671 <source>Video added in <x id="PH"/> at timestamps <x id="PH_1"/></source> 9939 <source>Video added in <x id="PH"/> at timestamps <x id="PH_1"/></source>
9672 <target state="translated">Tettwarna tvidyut deg <x id="PH"/> ɣef wazemzakud <x id="PH_1"/></target> 9940 <target state="translated">Tettwarna tvidyut deg <x id="PH"/> ɣef wazemzakud <x id="PH_1"/></target>
@@ -9680,91 +9948,91 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9680 <trans-unit id="985751964589921228" datatype="html"> 9948 <trans-unit id="985751964589921228" datatype="html">
9681 <source>Timestamps updated</source> 9949 <source>Timestamps updated</source>
9682 <target state="translated">Azemzakud yettwaleqqem</target> 9950 <target state="translated">Azemzakud yettwaleqqem</target>
9683 9951 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">273</context></context-group>
9684 9952 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">112</context></context-group>
9685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">273</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">112</context></context-group></trans-unit> 9953 </trans-unit>
9686 <trans-unit id="6421445850411984665" datatype="html"> 9954 <trans-unit id="6421445850411984665" datatype="html">
9687 <source>Starts at</source> 9955 <source>Starts at</source>
9688 <target state="translated">Ad yebdu ɣef</target> 9956 <target state="translated">Ad yebdu ɣef</target>
9689 9957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">135</context></context-group>
9690 9958 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">138</context></context-group>
9691 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">138</context></context-group></trans-unit> 9959 </trans-unit>
9692 <trans-unit id="7145200412085189912" datatype="html"> 9960 <trans-unit id="7145200412085189912" datatype="html">
9693 <source>Stops at</source> 9961 <source>Stops at</source>
9694 <target state="translated">Ad yeḥbes ɣef</target> 9962 <target state="translated">Ad yeḥbes ɣef</target>
9695 9963 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">136</context></context-group>
9696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">136</context></context-group></trans-unit> 9964 </trans-unit>
9697 <trans-unit id="921225940108335688" datatype="html"> 9965 <trans-unit id="921225940108335688" datatype="html">
9698 <source>and stops at</source> 9966 <source>and stops at</source>
9699 <target state="translated">syen ad yeḥbes ɣef</target> 9967 <target state="translated">syen ad yeḥbes ɣef</target>
9700 9968 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">138</context></context-group>
9701 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">138</context></context-group></trans-unit> 9969 </trans-unit>
9702 <trans-unit id="346270517625845962" datatype="html"> 9970 <trans-unit id="346270517625845962" datatype="html">
9703 <source>Encoder</source> 9971 <source>Encoder</source>
9704 <target>Asettengal</target> 9972 <target>Asettengal</target>
9705 9973 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">212</context></context-group>
9706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">212</context></context-group></trans-unit> 9974 </trans-unit>
9707 <trans-unit id="2331557444464201331" datatype="html"> 9975 <trans-unit id="2331557444464201331" datatype="html">
9708 <source>Format name</source> 9976 <source>Format name</source>
9709 <target>Isem n umasal</target> 9977 <target>Isem n umasal</target>
9710 9978 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">213</context></context-group>
9711 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">213</context></context-group></trans-unit> 9979 </trans-unit>
9712 <trans-unit id="45739481977493163" datatype="html"> 9980 <trans-unit id="45739481977493163" datatype="html">
9713 <source>Size</source> 9981 <source>Size</source>
9714 <target>Teɣzi</target> 9982 <target>Teɣzi</target>
9715 9983 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">214</context></context-group>
9716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">214</context></context-group></trans-unit> 9984 </trans-unit>
9717 <trans-unit id="7742520815129539114" datatype="html"> 9985 <trans-unit id="7742520815129539114" datatype="html">
9718 <source>Bitrate</source> 9986 <source>Bitrate</source>
9719 <target>Aktum</target> 9987 <target>Aktum</target>
9720 9988 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">216</context></context-group>
9721 9989 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">239</context></context-group>
9722 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">216</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">239</context></context-group></trans-unit> 9990 </trans-unit>
9723 <trans-unit id="4094960161662677662" datatype="html"> 9991 <trans-unit id="4094960161662677662" datatype="html">
9724 <source>Codec</source> 9992 <source>Codec</source>
9725 <target>Akudak</target> 9993 <target>Akudak</target>
9726 9994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">236</context></context-group>
9727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">236</context></context-group></trans-unit> 9995 </trans-unit>
9728 <trans-unit id="4915431133669985304" datatype="html"> 9996 <trans-unit id="4915431133669985304" datatype="html">
9729 <source>Profile</source> 9997 <source>Profile</source>
9730 <target>Alegdis</target> 9998 <target>Alegdis</target>
9731 9999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">237</context></context-group>
9732 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">237</context></context-group></trans-unit> 10000 </trans-unit>
9733 <trans-unit id="1963136290621768454" datatype="html"> 10001 <trans-unit id="1963136290621768454" datatype="html">
9734 <source>Resolution</source> 10002 <source>Resolution</source>
9735 <target>Tabadut</target> 10003 <target>Tabadut</target>
9736 10004 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">246</context></context-group>
9737 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">246</context></context-group></trans-unit> 10005 </trans-unit>
9738 <trans-unit id="7814358426066520520" datatype="html"> 10006 <trans-unit id="7814358426066520520" datatype="html">
9739 <source>Aspect ratio</source> 10007 <source>Aspect ratio</source>
9740 <target>Atug n tmeẓri</target> 10008 <target>Atug n tmeẓri</target>
9741 10009 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">247</context></context-group>
9742 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">247</context></context-group></trans-unit> 10010 </trans-unit>
9743 <trans-unit id="44862519224794374" datatype="html"> 10011 <trans-unit id="44862519224794374" datatype="html">
9744 <source>Average frame rate</source> 10012 <source>Average frame rate</source>
9745 <target state="translated">Afmiḍi n ukatar alemmas</target> 10013 <target state="translated">Afmiḍi n ukatar alemmas</target>
9746 10014 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">248</context></context-group>
9747 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit> 10015 </trans-unit>
9748 <trans-unit id="5053683525387462246" datatype="html"> 10016 <trans-unit id="5053683525387462246" datatype="html">
9749 <source>Pixel format</source> 10017 <source>Pixel format</source>
9750 <target state="translated">Amasal n piksel</target> 10018 <target state="translated">Amasal n piksel</target>
9751 10019 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">249</context></context-group>
9752 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">249</context></context-group></trans-unit> 10020 </trans-unit>
9753 <trans-unit id="7858676566953242358" datatype="html"> 10021 <trans-unit id="7858676566953242358" datatype="html">
9754 <source>Sample rate</source> 10022 <source>Sample rate</source>
9755 <target>Afmiḍi n ulemmec</target> 10023 <target>Afmiḍi n ulemmec</target>
9756 10024 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">253</context></context-group>
9757 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">253</context></context-group></trans-unit> 10025 </trans-unit>
9758 <trans-unit id="5403856660543890284" datatype="html"> 10026 <trans-unit id="5403856660543890284" datatype="html">
9759 <source>Channel Layout</source> 10027 <source>Channel Layout</source>
9760 <target state="translated">Taneɣruft n ubadu</target> 10028 <target state="translated">Taneɣruft n ubadu</target>
9761 10029 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">254</context></context-group>
9762 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 10030 </trans-unit>
9763 <trans-unit id="1472171759957681533" datatype="html"> 10031 <trans-unit id="1472171759957681533" datatype="html">
9764 <source>Video reported.</source> 10032 <source>Video reported.</source>
9765 <target state="translated">Tavidyut iɣef yettwazen uneqqis.</target> 10033 <target state="translated">Tavidyut iɣef yettwazen uneqqis.</target>
9766 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10034
9767 </trans-unit> 10035 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9768 <trans-unit id="2990849907502572301" datatype="html"> 10036 <trans-unit id="2990849907502572301" datatype="html">
9769 <source>This video will be duplicated by your instance.</source> 10037 <source>This video will be duplicated by your instance.</source>
9770 <target state="translated">Tavidyut-a ad tettwales i tikkelt-nniḍen s tummant-ik·im.</target> 10038 <target state="translated">Tavidyut-a ad tettwales i tikkelt-nniḍen s tummant-ik·im.</target>
@@ -9798,20 +10066,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9798 <trans-unit id="1950057220179636309" datatype="html"> 10066 <trans-unit id="1950057220179636309" datatype="html">
9799 <source>Save to playlist</source> 10067 <source>Save to playlist</source>
9800 <target state="translated">Sekles deg tebdart n tɣuri</target> 10068 <target state="translated">Sekles deg tebdart n tɣuri</target>
9801 10069 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.ts</context><context context-type="linenumber">57</context></context-group>
9802 10070 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">264</context></context-group>
9803 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.ts</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">264</context></context-group></trans-unit> 10071 </trans-unit>
9804 <trans-unit id="8272123190776748811" datatype="html"> 10072 <trans-unit id="8272123190776748811" datatype="html">
9805 <source>You need to be &lt;a href="/login">logged in&lt;/a> to rate this video.</source> 10073 <source>You need to be &lt;a href="/login">logged in&lt;/a> to rate this video.</source>
9806 <target state="translated">Tesriḍ ad tiliḍ &lt;a href="/login">teqqneḍ &lt;/a> i wakken ad tgeḍ afmiḍi i tvidyut-a.</target> 10074 <target state="translated">Tesriḍ ad tiliḍ &lt;a href="/login">teqqneḍ &lt;/a> i wakken ad tgeḍ afmiḍi i tvidyut-a.</target>
9807 10075 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">85</context></context-group>
9808 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">85</context></context-group></trans-unit> 10076 </trans-unit>
9809 <trans-unit id="4503408361537553733" datatype="html"> 10077 <trans-unit id="4503408361537553733" datatype="html">
9810 <source>Mirror</source> 10078 <source>Mirror</source>
9811 <target>Tamrayt</target> 10079 <target>Tamrayt</target>
9812 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">302</context></context-group> 10080 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">302</context></context-group>
9813 </trans-unit><trans-unit id="2631340539474479416" datatype="html"> 10081 </trans-unit>
9814 <source>Subtitles</source><target state="new">Subtitles</target> 10082 <trans-unit id="2631340539474479416" datatype="html">
10083 <source>Subtitles</source>
10084 <target state="new">Subtitles</target>
9815 <context-group purpose="location"> 10085 <context-group purpose="location">
9816 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context> 10086 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context>
9817 <context context-type="linenumber">9</context> 10087 <context context-type="linenumber">9</context>
@@ -9825,24 +10095,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9825 <trans-unit id="4814285799071780083" datatype="html"> 10095 <trans-unit id="4814285799071780083" datatype="html">
9826 <source>Remove</source> 10096 <source>Remove</source>
9827 <target state="translated">Sfeḍ</target> 10097 <target state="translated">Sfeḍ</target>
9828 10098 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">186</context></context-group>
9829 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">186</context></context-group></trans-unit> 10099 </trans-unit>
9830 <trans-unit id="6871668720687277843" datatype="html"> 10100 <trans-unit id="6871668720687277843" datatype="html">
9831 <source>Remove &amp; re-draft</source> 10101 <source>Remove &amp; re-draft</source>
9832 <target state="translated">Kkes &amp; ales tira</target> 10102 <target state="translated">Kkes &amp; ales tira</target>
9833 10103 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">194</context></context-group>
9834 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">194</context></context-group></trans-unit> 10104 </trans-unit>
9835 <trans-unit id="992317512448454409" datatype="html"> 10105 <trans-unit id="992317512448454409" datatype="html">
9836 <source>{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</source> 10106 <source>{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</source>
9837 <target state="translated">{VAR_PLURAL, plural, =0 {Iwenniten} =1 {1 uwennit} other {<x id="INTERPOLATION"/> Iwenniten}}</target> 10107 <target state="translated">{VAR_PLURAL, plural, =0 {Iwenniten} =1 {1 uwennit} other {<x id="INTERPOLATION"/> Iwenniten}}</target>
9838 10108 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">4</context></context-group>
9839 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit> 10109 </trans-unit>
9840 <trans-unit id="4903651219400691248" datatype="html"> 10110 <trans-unit id="4903651219400691248" datatype="html">
9841 <source>Mute account</source> 10111 <source>Mute account</source>
9842 <target state="translated">Sgugem amiḍan</target> 10112 <target state="translated">Sgugem amiḍan</target>
9843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10113
9844 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10114
9845 </trans-unit> 10115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
9846 <trans-unit id="4021487547497211597" datatype="html"> 10116 <trans-unit id="4021487547497211597" datatype="html">
9847 <source>Open video actions</source> 10117 <source>Open video actions</source>
9848 <target state="translated">Ldi tigawin n tvidyut</target> 10118 <target state="translated">Ldi tigawin n tvidyut</target>
@@ -9858,33 +10128,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9858 <trans-unit id="3719503424625455635" datatype="html"> 10128 <trans-unit id="3719503424625455635" datatype="html">
9859 <source>Mute server account</source> 10129 <source>Mute server account</source>
9860 <target state="translated">Sgugem amiḍan n uqeddac</target> 10130 <target state="translated">Sgugem amiḍan n uqeddac</target>
9861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10131
9862 </trans-unit> 10132 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
9863 <trans-unit id="4058575476871566236" datatype="html"> 10133 <trans-unit id="4058575476871566236" datatype="html">
9864 <source>Published</source> 10134 <source>Published</source>
9865 <target>Yeffeɣ-d</target> 10135 <target>Yeffeɣ-d</target>
9866 10136 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">158</context></context-group>
9867 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">158</context></context-group></trans-unit> 10137 </trans-unit>
9868 <trans-unit id="1747928867514972971" datatype="html"> 10138 <trans-unit id="1747928867514972971" datatype="html">
9869 <source>Publication scheduled on</source> 10139 <source>Publication scheduled on</source>
9870 <target state="translated">Tasuffeɣt tettusɣawas ass</target> 10140 <target state="translated">Tasuffeɣt tettusɣawas ass</target>
9871 10141 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">163</context></context-group>
9872 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10142 </trans-unit>
9873 <trans-unit id="4887724548587271148" datatype="html"> 10143 <trans-unit id="4887724548587271148" datatype="html">
9874 <source>Waiting transcoding</source> 10144 <source>Waiting transcoding</source>
9875 <target state="translated">Aṛaǧu n wanigtengel</target> 10145 <target state="translated">Aṛaǧu n wanigtengel</target>
9876 10146 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">167</context></context-group>
9877 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">167</context></context-group></trans-unit> 10147 </trans-unit>
9878 <trans-unit id="4517785179607945981" datatype="html"> 10148 <trans-unit id="4517785179607945981" datatype="html">
9879 <source>To transcode</source> 10149 <source>To transcode</source>
9880 <target state="translated">i wanigtengel</target> 10150 <target state="translated">i wanigtengel</target>
9881 10151 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">171</context></context-group>
9882 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 10152 </trans-unit>
9883 <trans-unit id="3299576663551440736" datatype="html"> 10153 <trans-unit id="3299576663551440736" datatype="html">
9884 <source>To import</source> 10154 <source>To import</source>
9885 <target state="translated">I uktar</target> 10155 <target state="translated">I uktar</target>
9886 10156 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">175</context></context-group>
9887 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">175</context></context-group></trans-unit> 10157 </trans-unit>
9888 <trans-unit id="187187500641108332" datatype="html"> 10158 <trans-unit id="187187500641108332" datatype="html">
9889 <source><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></source> 10159 <source><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></source>
9890 <target state="new"><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></target> 10160 <target state="new"><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></target>
@@ -9911,33 +10181,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9911 <trans-unit id="2439066254855913806" datatype="html"> 10181 <trans-unit id="2439066254855913806" datatype="html">
9912 <source>Only I can see this video</source> 10182 <source>Only I can see this video</source>
9913 <target state="translated">Ala nekk i izemren ad iwali tavidyut-a</target> 10183 <target state="translated">Ala nekk i izemren ad iwali tavidyut-a</target>
9914 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10184
9915 </trans-unit> 10185 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
9916 <trans-unit id="6767380569816110388" datatype="html"> 10186 <trans-unit id="6767380569816110388" datatype="html">
9917 <source>Only shareable via a private link</source> 10187 <source>Only shareable via a private link</source>
9918 <target state="translated">Beṭṭu-ines ad yili kan s useɣwen uslig</target> 10188 <target state="translated">Beṭṭu-ines ad yili kan s useɣwen uslig</target>
9919 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10189
9920 </trans-unit> 10190 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
9921 <trans-unit id="6828965264297239528" datatype="html"> 10191 <trans-unit id="6828965264297239528" datatype="html">
9922 <source>Anyone can see this video</source> 10192 <source>Anyone can see this video</source>
9923 <target state="translated">Medden akk zemren ad walin tavidyut-a</target> 10193 <target state="translated">Medden akk zemren ad walin tavidyut-a</target>
9924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10194
9925 </trans-unit> 10195 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
9926 <trans-unit id="1425933035739773115" datatype="html"> 10196 <trans-unit id="1425933035739773115" datatype="html">
9927 <source>Only users of this instance can see this video</source> 10197 <source>Only users of this instance can see this video</source>
9928 <target state="translated">Ala iseqdacen n tummant-a i izemren ad walin tavidyut-a</target> 10198 <target state="translated">Ala iseqdacen n tummant-a i izemren ad walin tavidyut-a</target>
9929 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10199
9930 </trans-unit> 10200 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
9931 <trans-unit id="8312101634344200207" datatype="html"> 10201 <trans-unit id="8312101634344200207" datatype="html">
9932 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10202 <source><x id="PH" equiv-text="this.views"/> viewers</source>
9933 <target state="translated"><x id="PH" equiv-text="this.views"/> yimsefliden</target> 10203 <target state="translated"><x id="PH" equiv-text="this.views"/> yimsefliden</target>
9934 10204
9935 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 10205 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
9936 <trans-unit id="7756087706411154095" datatype="html"> 10206 <trans-unit id="7756087706411154095" datatype="html">
9937 <source><x id="PH" equiv-text="this.views"/> views</source> 10207 <source><x id="PH" equiv-text="this.views"/> views</source>
9938 <target state="translated"><x id="PH" equiv-text="this.views"/> yisenqaden</target> 10208 <target state="translated"><x id="PH" equiv-text="this.views"/> yisenqaden</target>
9939 10209
9940 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 10210 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
9941 <trans-unit id="ngb.alert.close" datatype="html"> 10211 <trans-unit id="ngb.alert.close" datatype="html">
9942 <source>Close</source> 10212 <source>Close</source>
9943 <target state="translated">Mdel</target> 10213 <target state="translated">Mdel</target>
@@ -9947,47 +10217,47 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9947 <source>Slide <x id="INTERPOLATION" equiv-text="ate _pauseOnHov"/> of <x id="INTERPOLATION_1" equiv-text="ect(false); p"/> </source> 10217 <source>Slide <x id="INTERPOLATION" equiv-text="ate _pauseOnHov"/> of <x id="INTERPOLATION_1" equiv-text="ect(false); p"/> </source>
9948 <target state="translated">Tigri <x id="INTERPOLATION" equiv-text="ate _pauseOnHov"/> n <x id="INTERPOLATION_1" equiv-text="ect(false); p"/> </target> 10218 <target state="translated">Tigri <x id="INTERPOLATION" equiv-text="ate _pauseOnHov"/> n <x id="INTERPOLATION_1" equiv-text="ect(false); p"/> </target>
9949 <note priority="1" from="description">Currently selected slide number read by screen reader</note> 10219 <note priority="1" from="description">Currently selected slide number read by screen reader</note>
9950 10220 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts</context><context context-type="linenumber">113</context></context-group>
9951 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts</context><context context-type="linenumber">113</context></context-group></trans-unit> 10221 </trans-unit>
9952 <trans-unit id="ngb.carousel.previous" datatype="html"> 10222 <trans-unit id="ngb.carousel.previous" datatype="html">
9953 <source>Previous</source> 10223 <source>Previous</source>
9954 <target state="translated">Ɣer deffir</target> 10224 <target state="translated">Ɣer deffir</target>
9955 10225 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts</context><context context-type="linenumber">130</context></context-group>
9956 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts</context><context context-type="linenumber">130</context></context-group></trans-unit> 10226 </trans-unit>
9957 <trans-unit id="ngb.carousel.next" datatype="html"> 10227 <trans-unit id="ngb.carousel.next" datatype="html">
9958 <source>Next</source> 10228 <source>Next</source>
9959 <target state="translated">Ɣer zdat</target> 10229 <target state="translated">Ɣer zdat</target>
9960 10230 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts</context><context context-type="linenumber">146</context></context-group>
9961 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/carousel/carousel.ts</context><context context-type="linenumber">146</context></context-group></trans-unit> 10231 </trans-unit>
9962 <trans-unit id="ngb.datepicker.previous-month" datatype="html"> 10232 <trans-unit id="ngb.datepicker.previous-month" datatype="html">
9963 <source>Previous month</source> 10233 <source>Previous month</source>
9964 <target state="translated">Aggur yezrin</target> 10234 <target state="translated">Aggur yezrin</target>
9965 10235 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">24</context></context-group>
9966 10236 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">35</context></context-group>
9967 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 10237 </trans-unit>
9968 <trans-unit id="ngb.datepicker.next-month" datatype="html"> 10238 <trans-unit id="ngb.datepicker.next-month" datatype="html">
9969 <source>Next month</source> 10239 <source>Next month</source>
9970 <target state="translated">Aggur d-iteddun</target> 10240 <target state="translated">Aggur d-iteddun</target>
9971 10241 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">44</context></context-group>
9972 10242 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">57</context></context-group>
9973 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 10243 </trans-unit>
9974 <trans-unit id="ngb.datepicker.select-month" datatype="html"> 10244 <trans-unit id="ngb.datepicker.select-month" datatype="html">
9975 <source>Select month</source> 10245 <source>Select month</source>
9976 <target state="translated">Fren ayyur</target> 10246 <target state="translated">Fren ayyur</target>
9977 10247 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts</context><context context-type="linenumber">43</context></context-group>
9978 10248 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts</context><context context-type="linenumber">47</context></context-group>
9979 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts</context><context context-type="linenumber">47</context></context-group></trans-unit> 10249 </trans-unit>
9980 <trans-unit id="ngb.datepicker.select-year" datatype="html"> 10250 <trans-unit id="ngb.datepicker.select-year" datatype="html">
9981 <source>Select year</source> 10251 <source>Select year</source>
9982 <target state="translated">Fren aseggas</target> 10252 <target state="translated">Fren aseggas</target>
9983 10253 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts</context><context context-type="linenumber">59</context></context-group>
9984 10254 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts</context><context context-type="linenumber">69</context></context-group>
9985 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation-select.ts</context><context context-type="linenumber">69</context></context-group></trans-unit> 10255 </trans-unit>
9986 <trans-unit id="ngb.pagination.first" datatype="html"> 10256 <trans-unit id="ngb.pagination.first" datatype="html">
9987 <source>««</source> 10257 <source>««</source>
9988 <target state="translated">««</target> 10258 <target state="translated">««</target>
9989 10259 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts</context><context context-type="linenumber">181</context></context-group>
9990 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts</context><context context-type="linenumber">181</context></context-group></trans-unit> 10260 </trans-unit>
9991 <trans-unit id="ngb.pagination.previous" datatype="html"> 10261 <trans-unit id="ngb.pagination.previous" datatype="html">
9992 <source>«</source> 10262 <source>«</source>
9993 <target state="translated">«</target> 10263 <target state="translated">«</target>
@@ -9996,8 +10266,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9996 <trans-unit id="ngb.pagination.next" datatype="html"> 10266 <trans-unit id="ngb.pagination.next" datatype="html">
9997 <source>»</source> 10267 <source>»</source>
9998 <target state="translated">»</target> 10268 <target state="translated">»</target>
9999 10269 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts</context><context context-type="linenumber">193</context></context-group>
10000 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 10270 </trans-unit>
10001 <trans-unit id="ngb.pagination.last" datatype="html"> 10271 <trans-unit id="ngb.pagination.last" datatype="html">
10002 <source>»»</source> 10272 <source>»»</source>
10003 <target state="translated">»»</target> 10273 <target state="translated">»»</target>
@@ -10006,23 +10276,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10006 <trans-unit id="ngb.pagination.first-aria" datatype="html"> 10276 <trans-unit id="ngb.pagination.first-aria" datatype="html">
10007 <source>First</source> 10277 <source>First</source>
10008 <target state="translated">Amezwaru</target> 10278 <target state="translated">Amezwaru</target>
10009 10279 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts</context><context context-type="linenumber">207</context></context-group>
10010 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts</context><context context-type="linenumber">207</context></context-group></trans-unit> 10280 </trans-unit>
10011 <trans-unit id="ngb.pagination.previous-aria" datatype="html"> 10281 <trans-unit id="ngb.pagination.previous-aria" datatype="html">
10012 <source>Previous</source> 10282 <source>Previous</source>
10013 <target state="translated">Ɣer deffir</target> 10283 <target state="translated">Ɣer deffir</target>
10014 10284 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts</context><context context-type="linenumber">214</context></context-group>
10015 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts</context><context context-type="linenumber">214</context></context-group></trans-unit> 10285 </trans-unit>
10016 <trans-unit id="ngb.pagination.next-aria" datatype="html"> 10286 <trans-unit id="ngb.pagination.next-aria" datatype="html">
10017 <source>Next</source> 10287 <source>Next</source>
10018 <target state="translated">Ɣer zdat</target> 10288 <target state="translated">Ɣer zdat</target>
10019 10289 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts</context><context context-type="linenumber">224</context></context-group>
10020 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10290 </trans-unit>
10021 <trans-unit id="ngb.pagination.last-aria" datatype="html"> 10291 <trans-unit id="ngb.pagination.last-aria" datatype="html">
10022 <source>Last</source> 10292 <source>Last</source>
10023 <target state="translated">Aneggaru</target> 10293 <target state="translated">Aneggaru</target>
10024 10294 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts</context><context context-type="linenumber">231</context></context-group>
10025 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/pagination/pagination.ts</context><context context-type="linenumber">231</context></context-group></trans-unit> 10295 </trans-unit>
10026 <trans-unit id="ngb.progressbar.value" datatype="html"> 10296 <trans-unit id="ngb.progressbar.value" datatype="html">
10027 <source><x id="INTERPOLATION"/></source> 10297 <source><x id="INTERPOLATION"/></source>
10028 <target state="translated"><x id="INTERPOLATION"/></target> 10298 <target state="translated"><x id="INTERPOLATION"/></target>
@@ -10036,33 +10306,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10036 <trans-unit id="ngb.timepicker.hours" datatype="html"> 10306 <trans-unit id="ngb.timepicker.hours" datatype="html">
10037 <source>Hours</source> 10307 <source>Hours</source>
10038 <target state="translated">Isragen</target> 10308 <target state="translated">Isragen</target>
10039 10309 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">46</context></context-group>
10040 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">46</context></context-group></trans-unit> 10310 </trans-unit>
10041 <trans-unit id="ngb.timepicker.MM" datatype="html"> 10311 <trans-unit id="ngb.timepicker.MM" datatype="html">
10042 <source>MM</source> 10312 <source>MM</source>
10043 <target state="translated">MM</target> 10313 <target state="translated">MM</target>
10044 10314 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">50</context></context-group>
10045 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">50</context></context-group></trans-unit> 10315 </trans-unit>
10046 <trans-unit id="ngb.timepicker.minutes" datatype="html"> 10316 <trans-unit id="ngb.timepicker.minutes" datatype="html">
10047 <source>Minutes</source> 10317 <source>Minutes</source>
10048 <target state="translated">Tiseddidin</target> 10318 <target state="translated">Tiseddidin</target>
10049 10319 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">58</context></context-group>
10050 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 10320 </trans-unit>
10051 <trans-unit id="ngb.timepicker.increment-hours" datatype="html"> 10321 <trans-unit id="ngb.timepicker.increment-hours" datatype="html">
10052 <source>Increment hours</source> 10322 <source>Increment hours</source>
10053 <target state="translated">Snerni isragen</target> 10323 <target state="translated">Snerni isragen</target>
10054 10324 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">63</context></context-group>
10055 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 10325 </trans-unit>
10056 <trans-unit id="ngb.timepicker.decrement-hours" datatype="html"> 10326 <trans-unit id="ngb.timepicker.decrement-hours" datatype="html">
10057 <source>Decrement hours</source> 10327 <source>Decrement hours</source>
10058 <target state="translated">Senqes isragen</target> 10328 <target state="translated">Senqes isragen</target>
10059 10329 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">68</context></context-group>
10060 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">68</context></context-group></trans-unit> 10330 </trans-unit>
10061 <trans-unit id="ngb.timepicker.increment-minutes" datatype="html"> 10331 <trans-unit id="ngb.timepicker.increment-minutes" datatype="html">
10062 <source>Increment minutes</source> 10332 <source>Increment minutes</source>
10063 <target state="translated">Rnu tisdatin</target> 10333 <target state="translated">Rnu tisdatin</target>
10064 10334 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">76</context></context-group>
10065 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 10335 </trans-unit>
10066 <trans-unit id="ngb.timepicker.decrement-minutes" datatype="html"> 10336 <trans-unit id="ngb.timepicker.decrement-minutes" datatype="html">
10067 <source>Decrement minutes</source> 10337 <source>Decrement minutes</source>
10068 <target state="translated">Senqes tisdatin</target> 10338 <target state="translated">Senqes tisdatin</target>
@@ -10071,13 +10341,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10071 <trans-unit id="ngb.timepicker.SS" datatype="html"> 10341 <trans-unit id="ngb.timepicker.SS" datatype="html">
10072 <source>SS</source> 10342 <source>SS</source>
10073 <target state="translated">SS</target> 10343 <target state="translated">SS</target>
10074 10344 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">86</context></context-group>
10075 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">86</context></context-group></trans-unit> 10345 </trans-unit>
10076 <trans-unit id="ngb.timepicker.seconds" datatype="html"> 10346 <trans-unit id="ngb.timepicker.seconds" datatype="html">
10077 <source>Seconds</source> 10347 <source>Seconds</source>
10078 <target state="translated">Tasinin</target> 10348 <target state="translated">Tasinin</target>
10079 10349 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">92</context></context-group>
10080 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">92</context></context-group></trans-unit> 10350 </trans-unit>
10081 <trans-unit id="ngb.timepicker.increment-seconds" datatype="html"> 10351 <trans-unit id="ngb.timepicker.increment-seconds" datatype="html">
10082 <source>Increment seconds</source> 10352 <source>Increment seconds</source>
10083 <target state="translated">Rnu tisinin</target> 10353 <target state="translated">Rnu tisinin</target>
@@ -10091,13 +10361,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10091 <trans-unit id="ngb.timepicker.PM" datatype="html"> 10361 <trans-unit id="ngb.timepicker.PM" datatype="html">
10092 <source><x id="INTERPOLATION"/></source> 10362 <source><x id="INTERPOLATION"/></source>
10093 <target state="translated"><x id="INTERPOLATION"/></target> 10363 <target state="translated"><x id="INTERPOLATION"/></target>
10094 10364 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">118</context></context-group>
10095 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">118</context></context-group></trans-unit> 10365 </trans-unit>
10096 <trans-unit id="ngb.timepicker.AM" datatype="html"> 10366 <trans-unit id="ngb.timepicker.AM" datatype="html">
10097 <source><x id="INTERPOLATION"/></source> 10367 <source><x id="INTERPOLATION"/></source>
10098 <target state="translated"><x id="INTERPOLATION"/></target> 10368 <target state="translated"><x id="INTERPOLATION"/></target>
10099 10369 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">141</context></context-group>
10100 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/timepicker/timepicker.ts</context><context context-type="linenumber">141</context></context-group></trans-unit> 10370 </trans-unit>
10101 <trans-unit id="ngb.toast.close-aria" datatype="html"> 10371 <trans-unit id="ngb.toast.close-aria" datatype="html">
10102 <source>Close</source> 10372 <source>Close</source>
10103 <target state="translated">Mdel</target> 10373 <target state="translated">Mdel</target>
@@ -10106,42 +10376,39 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10106 <trans-unit id="5210096066382592800" datatype="html"> 10376 <trans-unit id="5210096066382592800" datatype="html">
10107 <source>Video to import updated.</source> 10377 <source>Video to import updated.</source>
10108 <target state="translated">Tavidyut ara d-yettwaketren tettuleqqem.</target> 10378 <target state="translated">Tavidyut ara d-yettwaketren tettuleqqem.</target>
10109 10379 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts</context><context context-type="linenumber">141</context></context-group>
10110 10380 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts</context><context context-type="linenumber">143</context></context-group>
10111 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts</context><context context-type="linenumber">143</context></context-group></trans-unit> 10381 </trans-unit>
10112 <trans-unit id="3284171506518522275" datatype="html"> 10382 <trans-unit id="3284171506518522275" datatype="html">
10113 <source>Your video was uploaded to your account and is private.</source> 10383 <source>Your video was uploaded to your account and is private.</source>
10114 <target state="translated">Tavidyut-ik·im tettwasuli ɣer umiḍan-ik·im yerna d tusligt.</target> 10384 <target state="translated">Tavidyut-ik·im tettwasuli ɣer umiḍan-ik·im yerna d tusligt.</target>
10115 10385
10116 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10386 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10117 <trans-unit id="5699822024600815733" datatype="html"> 10387 <trans-unit id="5699822024600815733" datatype="html">
10118 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10388 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10119 <target state="translated">Maca ad tesruḥeḍ isefka yemcudden (tibzimin, aglam...), d tidet tebɣiḍ ad teffɣeḍ seg usebter-a?</target> 10389 <target state="translated">Maca ad tesruḥeḍ isefka yemcudden (tibzimin, aglam...), d tidet tebɣiḍ ad teffɣeḍ seg usebter-a?</target>
10120 10390
10121 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10391 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10122 <trans-unit id="1219739004043110649" datatype="html"> 10392 <trans-unit id="1219739004043110649" datatype="html">
10123 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10393 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10124 <target state="translated">Tavidyut-a mazal ur d-tettwasuli ara, d tidet tebɣiḍ ad teffɣeḍ seg usebter-a?</target> 10394 <target state="translated">Tavidyut-a mazal ur d-tettwasuli ara, d tidet tebɣiḍ ad teffɣeḍ seg usebter-a?</target>
10125 10395
10126 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit> 10396 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10127 <trans-unit id="6932865105766151309" datatype="html"> 10397 <trans-unit id="6932865105766151309" datatype="html">
10128 <source>Upload</source> 10398 <source>Upload</source>
10129 <target state="translated">Sali</target> 10399 <target state="translated">Sali</target>
10130 10400
10131 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10401 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10132 <trans-unit id="8278735427925094503" datatype="html"> 10402 <trans-unit id="8278735427925094503" datatype="html">
10133 <source>Upload <x id="PH"/> </source> 10403 <source>Upload <x id="PH"/> </source>
10134 <target state="translated">Sali-d <x id="PH"/> </target> 10404 <target state="translated">Sali-d <x id="PH"/> </target>
10135 10405
10136 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10406 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10137
10138 <trans-unit id="5981816353437801748" datatype="html"> 10407 <trans-unit id="5981816353437801748" datatype="html">
10139 <source>Video published.</source> 10408 <source>Video published.</source>
10140 <target state="translated">Tavidyut yettwasuffɣen.</target> 10409 <target state="translated">Tavidyut yettwasuffɣen.</target>
10141 10410
10142 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10411 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10143
10144
10145 <trans-unit id="764164089183618119" datatype="html"> 10412 <trans-unit id="764164089183618119" datatype="html">
10146 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10413 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10147 <target state="translated">You have unsaved changes! If you leave, your changes will be lost.</target> 10414 <target state="translated">You have unsaved changes! If you leave, your changes will be lost.</target>
@@ -10160,23 +10427,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10160 <trans-unit id="6775540171466219199" datatype="html"> 10427 <trans-unit id="6775540171466219199" datatype="html">
10161 <source>Stop autoplaying next video</source> 10428 <source>Stop autoplaying next video</source>
10162 <target state="translated">Seḥbes taɣuri tawurmant n tvidyut i d-iteddun</target> 10429 <target state="translated">Seḥbes taɣuri tawurmant n tvidyut i d-iteddun</target>
10163 10430 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">220</context></context-group>
10164 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">220</context></context-group></trans-unit> 10431 </trans-unit>
10165 <trans-unit id="5149234672404299151" datatype="html"> 10432 <trans-unit id="5149234672404299151" datatype="html">
10166 <source>Autoplay next video</source> 10433 <source>Autoplay next video</source>
10167 <target state="translated">Taɣuri tawurmant n tvidyut i d-iteddun</target> 10434 <target state="translated">Taɣuri tawurmant n tvidyut i d-iteddun</target>
10168 10435 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">221</context></context-group>
10169 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">221</context></context-group></trans-unit> 10436 </trans-unit>
10170 <trans-unit id="5870421136141540382" datatype="html"> 10437 <trans-unit id="5870421136141540382" datatype="html">
10171 <source>Stop looping playlist videos</source> 10438 <source>Stop looping playlist videos</source>
10172 <target state="translated">Seḥbes taɣuri n tvidyutin i d-yettuɣalin n tebdart n tɣuri</target> 10439 <target state="translated">Seḥbes taɣuri n tvidyutin i d-yettuɣalin n tebdart n tɣuri</target>
10173 10440 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">226</context></context-group>
10174 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit> 10441 </trans-unit>
10175 <trans-unit id="1599585307037758139" datatype="html"> 10442 <trans-unit id="1599585307037758139" datatype="html">
10176 <source>Loop playlist videos</source> 10443 <source>Loop playlist videos</source>
10177 <target state="translated">Ttales-d tividyutin n tebdart n tɣuri</target> 10444 <target state="translated">Ttales-d tividyutin n tebdart n tɣuri</target>
10178 10445 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">227</context></context-group>
10179 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit> 10446 </trans-unit>
10180 <trans-unit id="3704292036525161260" datatype="html"> 10447 <trans-unit id="3704292036525161260" datatype="html">
10181 <source>Placeholder image</source> 10448 <source>Placeholder image</source>
10182 <target state="translated">Tugna n umesnifel</target> 10449 <target state="translated">Tugna n umesnifel</target>
@@ -10188,43 +10455,43 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10188 <trans-unit id="677619204556459328" datatype="html"> 10455 <trans-unit id="677619204556459328" datatype="html">
10189 <source>Like this video</source> 10456 <source>Like this video</source>
10190 <target state="translated">Teεǧeb-iyi tvidyut-a</target> 10457 <target state="translated">Teεǧeb-iyi tvidyut-a</target>
10191 10458 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">37</context></context-group>
10192 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">37</context></context-group></trans-unit> 10459 </trans-unit>
10193 <trans-unit id="1979134407801821102" datatype="html"> 10460 <trans-unit id="1979134407801821102" datatype="html">
10194 <source>Dislike this video</source> 10461 <source>Dislike this video</source>
10195 <target state="translated">Ur iyi-teεǧib ara tvidyut-a</target> 10462 <target state="translated">Ur iyi-teεǧib ara tvidyut-a</target>
10196 10463 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">38</context></context-group>
10197 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">38</context></context-group></trans-unit> 10464 </trans-unit>
10198 <trans-unit id="4001371302469308813" datatype="html"> 10465 <trans-unit id="4001371302469308813" datatype="html">
10199 <source>Support options for this video</source> 10466 <source>Support options for this video</source>
10200 <target state="translated">Tixtiṛiyin n tallalt i tvidyut-a</target> 10467 <target state="translated">Tixtiṛiyin n tallalt i tvidyut-a</target>
10201 10468 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.ts</context><context context-type="linenumber">56</context></context-group>
10202 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 10469 </trans-unit>
10203 <trans-unit id="961774488937452220" datatype="html"> 10470 <trans-unit id="961774488937452220" datatype="html">
10204 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10471 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10205 <target state="translated">Tavidyut-a ulac-itt deg tummant. Tebɣiḍ ad tettuwellheḍ ɣer tummant taneẓlit: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10472 <target state="translated">Tavidyut-a ulac-itt deg tummant. Tebɣiḍ ad tettuwellheḍ ɣer tummant taneẓlit: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10206 10473 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group>
10207 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10474 </trans-unit>
10208 <trans-unit id="5761611056224181752" datatype="html"> 10475 <trans-unit id="5761611056224181752" datatype="html">
10209 <source>Redirection</source> 10476 <source>Redirection</source>
10210 <target state="translated">Allus n uwelleh</target> 10477 <target state="translated">Allus n uwelleh</target>
10211 10478 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group>
10212 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10479 </trans-unit>
10213 <trans-unit id="8858527736400081688" datatype="html"> 10480 <trans-unit id="8858527736400081688" datatype="html">
10214 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10481 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10215 <target state="translated">Tavidyut-a deg-s agbur ai yimeqqranen neɣ agbur amḥulfu. D tidet tebɣiḍ ad t-twaliḍ?</target> 10482 <target state="translated">Tavidyut-a deg-s agbur ai yimeqqranen neɣ agbur amḥulfu. D tidet tebɣiḍ ad t-twaliḍ?</target>
10216 10483 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group>
10217 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10484 </trans-unit>
10218 <trans-unit id="3937119019020041049" datatype="html"> 10485 <trans-unit id="3937119019020041049" datatype="html">
10219 <source>Mature or explicit content</source> 10486 <source>Mature or explicit content</source>
10220 <target state="translated">Agbur i yimeqqranen neq agbur amḥulfu</target> 10487 <target state="translated">Agbur i yimeqqranen neq agbur amḥulfu</target>
10221 10488 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group>
10222 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10489 </trans-unit>
10223 <trans-unit id="1755474755114288376" datatype="html"> 10490 <trans-unit id="1755474755114288376" datatype="html">
10224 <source>Up Next</source> 10491 <source>Up Next</source>
10225 <target state="translated">Uḍfir</target> 10492 <target state="translated">Uḍfir</target>
10226 10493 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group>
10227 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 10494 </trans-unit>
10228 <trans-unit id="2159130950882492111" datatype="html"> 10495 <trans-unit id="2159130950882492111" datatype="html">
10229 <source>Cancel</source> 10496 <source>Cancel</source>
10230 <target state="translated">Sefsex</target> 10497 <target state="translated">Sefsex</target>
@@ -10233,83 +10500,84 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10233 <trans-unit id="3354816756665089864" datatype="html"> 10500 <trans-unit id="3354816756665089864" datatype="html">
10234 <source>Autoplay is suspended</source> 10501 <source>Autoplay is suspended</source>
10235 <target state="translated">Taɣuri tawurmant tettwaseḥbes</target> 10502 <target state="translated">Taɣuri tawurmant tettwaseḥbes</target>
10236 10503 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group>
10237 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10504 </trans-unit>
10238 <trans-unit id="7895294730547405228" datatype="html"> 10505 <trans-unit id="7895294730547405228" datatype="html">
10239 <source>Enter/exit fullscreen (requires player focus)</source> 10506 <source>Enter/exit fullscreen (requires player focus)</source>
10240 <target state="translated">Kcem/ffeɣ askar n ugdil aččuran (yesra afukus ɣef yimeɣri)</target> 10507 <target state="translated">Kcem/ffeɣ askar n ugdil aččuran (yesra afukus ɣef yimeɣri)</target>
10241 10508
10242 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10509 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10243 <trans-unit id="7618388257165864759" datatype="html"> 10510 <trans-unit id="7618388257165864759" datatype="html">
10244 <source>Play/Pause the video (requires player focus)</source> 10511 <source>Play/Pause the video (requires player focus)</source>
10245 <target state="translated">Taɣuri/Aḥbas n tvidyutPause(yesra afukus n tɣuri)</target> 10512 <target state="translated">Taɣuri/Aḥbas n tvidyutPause(yesra afukus n tɣuri)</target>
10246 10513
10247 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10514 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10248 <trans-unit id="7761890399634216630" datatype="html"> 10515 <trans-unit id="7761890399634216630" datatype="html">
10249 <source>Mute/unmute the video (requires player focus)</source> 10516 <source>Mute/unmute the video (requires player focus)</source>
10250 <target state="translated">Sgugem/kkes asgugem tavidyut (yesra afukus n tɣuri)</target> 10517 <target state="translated">Sgugem/kkes asgugem tavidyut (yesra afukus n tɣuri)</target>
10251 10518
10252 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10519 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10253 <trans-unit id="5996585232248234904" datatype="html"> 10520 <trans-unit id="5996585232248234904" datatype="html">
10254 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10521 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10255 <target state="translated">Ɛeddi ɣer ufmiḍi n tvidyut: 0 d 0% akked 9 d 90% (yesra afukus n tɣuri)</target> 10522 <target state="translated">Ɛeddi ɣer ufmiḍi n tvidyut: 0 d 0% akked 9 d 90% (yesra afukus n tɣuri)</target>
10256 10523
10257 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10524 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10258 <trans-unit id="3748765405903319998" datatype="html"> 10525 <trans-unit id="3748765405903319998" datatype="html">
10259 <source>Increase the volume (requires player focus)</source> 10526 <source>Increase the volume (requires player focus)</source>
10260 <target state="translated">Snerni ablaɣ (yesra afukus n tɣuri)</target> 10527 <target state="translated">Snerni ablaɣ (yesra afukus n tɣuri)</target>
10261 10528
10262 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10529 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10263 <trans-unit id="5810704036407159982" datatype="html"> 10530 <trans-unit id="5810704036407159982" datatype="html">
10264 <source>Decrease the volume (requires player focus)</source> 10531 <source>Decrease the volume (requires player focus)</source>
10265 <target state="translated">Senqes ableɣ (yesra afukus n tɣuri)</target> 10532 <target state="translated">Senqes ableɣ (yesra afukus n tɣuri)</target>
10266 10533
10267 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10534 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10268 <trans-unit id="2622048822548065691" datatype="html"> 10535 <trans-unit id="2622048822548065691" datatype="html">
10269 <source>Seek the video forward (requires player focus)</source> 10536 <source>Seek the video forward (requires player focus)</source>
10270 <target state="translated">Seddu tavidyut ɣer sdat (yesra afukus n tɣuri)</target> 10537 <target state="translated">Seddu tavidyut ɣer sdat (yesra afukus n tɣuri)</target>
10271 10538
10272 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10539 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10273 <trans-unit id="6540078205109221153" datatype="html"> 10540 <trans-unit id="6540078205109221153" datatype="html">
10274 <source>Seek the video backward (requires player focus)</source> 10541 <source>Seek the video backward (requires player focus)</source>
10275 <target state="translated">Err tavidyut ɣer deffir (yesra afukus n tɣuri)</target> 10542 <target state="translated">Err tavidyut ɣer deffir (yesra afukus n tɣuri)</target>
10276 10543
10277 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10544 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10278 <trans-unit id="1956491957766210808" datatype="html"> 10545 <trans-unit id="1956491957766210808" datatype="html">
10279 <source>Increase playback rate (requires player focus)</source> 10546 <source>Increase playback rate (requires player focus)</source>
10280 <target state="translated">Snerni arured n tɣuri (yesra afukus n tɣuri)</target> 10547 <target state="translated">Snerni arured n tɣuri (yesra afukus n tɣuri)</target>
10281 10548
10282 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10549 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10283 <trans-unit id="5495529997674803186" datatype="html"> 10550 <trans-unit id="5495529997674803186" datatype="html">
10284 <source>Decrease playback rate (requires player focus)</source> 10551 <source>Decrease playback rate (requires player focus)</source>
10285 <target state="translated">Senqes arured n tɣuri (yesra afukus n tɣuri)</target> 10552 <target state="translated">Senqes arured n tɣuri (yesra afukus n tɣuri)</target>
10286 10553
10287 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10554 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10288 <trans-unit id="3178343147230721210" datatype="html"> 10555 <trans-unit id="3178343147230721210" datatype="html">
10289 <source>Navigate in the video frame by frame (requires player focus)</source> 10556 <source>Navigate in the video frame by frame (requires player focus)</source>
10290 <target state="translated">Inig deg tvidyut tugna s tugna (yesra afukus ɣef yimeɣri)</target> 10557 <target state="translated">Inig deg tvidyut tugna s tugna (yesra afukus ɣef yimeɣri)</target>
10291 10558
10292 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10559 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10293 <trans-unit id="8025996572234182184" datatype="html"> 10560 <trans-unit id="8025996572234182184" datatype="html">
10294 <source>Like the video</source> 10561 <source>Like the video</source>
10295 <target state="translated">Teεǧeb-iyi tavidyut</target> 10562 <target state="translated">Teεǧeb-iyi tavidyut</target>
10296 10563 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">46</context></context-group>
10297 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">46</context></context-group></trans-unit> 10564 </trans-unit>
10298 <trans-unit id="7692127636377222448" datatype="html"> 10565 <trans-unit id="7692127636377222448" datatype="html">
10299 <source>Dislike the video</source> 10566 <source>Dislike the video</source>
10300 <target state="translated">Ur iyi-teεǧib ara tvidyut</target> 10567 <target state="translated">Ur iyi-teεǧib ara tvidyut</target>
10301 10568 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">51</context></context-group>
10302 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 10569 </trans-unit>
10303 <trans-unit id="1729036051846673606" datatype="html"> 10570 <trans-unit id="1729036051846673606" datatype="html">
10304 <source>When active, the next video is automatically played after the current one.</source> 10571 <source>When active, the next video is automatically played after the current one.</source>
10305 <target state="translated">Ma yili yettwarmed, tavidyut i d-iteddun ad d-tεeddi s wudem awurman seld tavidyut tamirant.</target> 10572 <target state="translated">Ma yili yettwarmed, tavidyut i d-iteddun ad d-tεeddi s wudem awurman seld tavidyut tamirant.</target>
10306 10573 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts</context><context context-type="linenumber">61</context></context-group>
10307 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 10574 </trans-unit>
10308 <trans-unit id="2431286785954354122" datatype="html"> 10575 <trans-unit id="2431286785954354122" datatype="html">
10309 <source>Recently added</source> 10576 <source>Recently added</source>
10310 <target state="translated">Ittwarna taggara-agi</target> 10577 <target state="translated">Ittwarna taggara-agi</target>
10311 10578 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-recently-added.component.ts</context><context context-type="linenumber">37</context></context-group>
10312 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-recently-added.component.ts</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">137</context></context-group></trans-unit> 10579 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">137</context></context-group>
10580 </trans-unit>
10313 <trans-unit id="12646164819555880" datatype="html"> 10581 <trans-unit id="12646164819555880" datatype="html">
10314 <source>Videos from your subscriptions</source> 10582 <source>Videos from your subscriptions</source>
10315 <target state="translated">Tividyutin seg yimultaɣ-inek·inem</target> 10583 <target state="translated">Tividyutin seg yimultaɣ-inek·inem</target>
@@ -10348,34 +10616,39 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10348 <trans-unit id="8681933925782924101" datatype="html"> 10616 <trans-unit id="8681933925782924101" datatype="html">
10349 <source>Local videos</source> 10617 <source>Local videos</source>
10350 <target state="translated">Tividyutin tidiganin</target> 10618 <target state="translated">Tividyutin tidiganin</target>
10351 10619 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-local.component.ts</context><context context-type="linenumber">37</context></context-group>
10352 10620 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">70</context></context-group>
10353 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-local.component.ts</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">143</context></context-group></trans-unit> 10621 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">142</context></context-group>
10622 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">143</context></context-group>
10623 </trans-unit>
10354 <trans-unit id="4668975178372693951" datatype="html"> 10624 <trans-unit id="4668975178372693951" datatype="html">
10355 <source>Discover videos</source> 10625 <source>Discover videos</source>
10356 <target state="translated">Snirem tividyutin</target> 10626 <target state="translated">Snirem tividyutin</target>
10357 10627 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">21</context></context-group>
10358 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 10628 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">124</context></context-group>
10629 </trans-unit>
10359 <trans-unit id="8067135025051844577" datatype="html"> 10630 <trans-unit id="8067135025051844577" datatype="html">
10360 <source>Trending videos</source> 10631 <source>Trending videos</source>
10361 <target state="translated">Tividyutin i d-yettuɣalen</target> 10632 <target state="translated">Tividyutin i d-yettuɣalen</target>
10362 10633 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">30</context></context-group>
10363 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">130</context></context-group></trans-unit> 10634 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">130</context></context-group>
10635 </trans-unit>
10364 <trans-unit id="664221386829541948" datatype="html"> 10636 <trans-unit id="664221386829541948" datatype="html">
10365 <source>Recently added videos</source> 10637 <source>Recently added videos</source>
10366 <target state="translated">Tividyutin yettwarnan melmi kan</target> 10638 <target state="translated">Tividyutin yettwarnan melmi kan</target>
10367 10639 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">43</context></context-group>
10368 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">136</context></context-group></trans-unit> 10640 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">136</context></context-group>
10641 </trans-unit>
10369 <trans-unit id="8212906256415538361" datatype="html"> 10642 <trans-unit id="8212906256415538361" datatype="html">
10370 <source>Upload a video</source> 10643 <source>Upload a video</source>
10371 <target state="translated">Sali-d tavidyut</target> 10644 <target state="translated">Sali-d tavidyut</target>
10372 10645 <context-group purpose="location"><context context-type="sourcefile">src/app/app-routing.module.ts</context><context context-type="linenumber">91</context></context-group>
10373 <context-group purpose="location"><context context-type="sourcefile">src/app/app-routing.module.ts</context><context context-type="linenumber">91</context></context-group></trans-unit> 10646 </trans-unit>
10374 <trans-unit id="7590784934397800835" datatype="html"> 10647 <trans-unit id="7590784934397800835" datatype="html">
10375 <source>Edit a video</source> 10648 <source>Edit a video</source>
10376 <target state="translated">Ẓreg tavidyut</target> 10649 <target state="translated">Ẓreg tavidyut</target>
10377 10650 <context-group purpose="location"><context context-type="sourcefile">src/app/app-routing.module.ts</context><context context-type="linenumber">100</context></context-group>
10378 <context-group purpose="location"><context context-type="sourcefile">src/app/app-routing.module.ts</context><context context-type="linenumber">100</context></context-group></trans-unit> 10651 </trans-unit>
10379 </body> 10652 </body>
10380 </file> 10653 </file>
10381</xliff> 10654</xliff>
diff --git a/client/src/locale/angular.ko-KR.xlf b/client/src/locale/angular.ko-KR.xlf
index d02c433ac..3e2c139fa 100644
--- a/client/src/locale/angular.ko-KR.xlf
+++ b/client/src/locale/angular.ko-KR.xlf
@@ -256,7 +256,7 @@
256 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 256 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
257 </target> 257 </target>
258 258
259 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 259 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
260 <trans-unit id="1486537403020619891" datatype="html"> 260 <trans-unit id="1486537403020619891" datatype="html">
261 <source>My watch history</source> 261 <source>My watch history</source>
262 <target state="new">My watch history</target> 262 <target state="new">My watch history</target>
@@ -338,12 +338,12 @@
338 338
339 339
340 340
341 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 341 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
342 <trans-unit id="1006562256968398209" datatype="html"> 342 <trans-unit id="1006562256968398209" datatype="html">
343 <source>video</source> 343 <source>video</source>
344 <target state="translated">동영상</target> 344 <target state="translated">동영상</target>
345 345
346 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 346 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
347 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target> 347 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target>
348 348
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -407,10 +407,10 @@
407 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 407 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
408 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 408 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
409 409
410 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 410 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
411 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 411 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
412 412
413 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit> 413 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
414 414
415 <trans-unit id="5235042777215655908" datatype="html"> 415 <trans-unit id="5235042777215655908" datatype="html">
416 <source>subtitles</source> 416 <source>subtitles</source>
@@ -633,7 +633,7 @@
633 <target>삭제</target> 633 <target>삭제</target>
634 634
635 635
636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
637 <source>Only live videos</source><target state="new">Only live videos</target> 637 <source>Only live videos</source><target state="new">Only live videos</target>
638 <context-group purpose="location"> 638 <context-group purpose="location">
639 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 639 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -822,10 +822,10 @@
822 <trans-unit id="2602586221576511475"> 822 <trans-unit id="2602586221576511475">
823 <source>Video quota</source> 823 <source>Video quota</source>
824 <target>영상 업로드 제한</target> 824 <target>영상 업로드 제한</target>
825 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 825
826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 826
827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 827
828 </trans-unit> 828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
829 <trans-unit id="1502595455339510144"> 829 <trans-unit id="1502595455339510144">
830 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 830 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
831 <target> 831 <target>
@@ -909,7 +909,31 @@
909 <source>Federation</source> 909 <source>Federation</source>
910 <target state="new">Federation</target> 910 <target state="new">Federation</target>
911 911
912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
913 <source>Following</source><target state="new">Following</target>
914 <context-group purpose="location">
915 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
916 <context context-type="linenumber">29</context>
917 </context-group>
918 <context-group purpose="location">
919 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
920 <context context-type="linenumber">31</context>
921 </context-group>
922 <context-group purpose="location">
923 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
924 <context context-type="linenumber">28</context>
925 </context-group>
926 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
927 <source>Followers</source><target state="new">Followers</target>
928 <context-group purpose="location">
929 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
930 <context context-type="linenumber">34</context>
931 </context-group>
932 <context-group purpose="location">
933 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
934 <context context-type="linenumber">37</context>
935 </context-group>
936 </trans-unit>
913 <trans-unit id="3541687134897970106" datatype="html"> 937 <trans-unit id="3541687134897970106" datatype="html">
914 <source>followers</source> 938 <source>followers</source>
915 <target state="new">followers</target> 939 <target state="new">followers</target>
@@ -984,7 +1008,7 @@
984 1008
985 1009
986 1010
987 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 1011 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
988 <trans-unit id="3616223838716839702"> 1012 <trans-unit id="3616223838716839702">
989 <source>Ban this user</source> 1013 <source>Ban this user</source>
990 <target>이 사용자 강퇴</target> 1014 <target>이 사용자 강퇴</target>
@@ -1057,19 +1081,13 @@
1057 <trans-unit id="7252854992688790751" datatype="html"> 1081 <trans-unit id="7252854992688790751" datatype="html">
1058 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1082 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1059 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1083 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1060 <context-group purpose="location"> 1084
1061 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1085 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
1062 <context context-type="linenumber">60,62</context>
1063 </context-group>
1064 </trans-unit>
1065 <trans-unit id="7215649348148521605" datatype="html"> 1086 <trans-unit id="7215649348148521605" datatype="html">
1066 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1087 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1067 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1088 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1068 <context-group purpose="location"> 1089
1069 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1090 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1070 <context context-type="linenumber">65,67</context>
1071 </context-group>
1072 </trans-unit>
1073 <trans-unit id="2392488717875840729"> 1091 <trans-unit id="2392488717875840729">
1074 <source>User</source> 1092 <source>User</source>
1075 <target>사용자</target> 1093 <target>사용자</target>
@@ -1080,68 +1098,68 @@
1080 <source>Username or email address</source> 1098 <source>Username or email address</source>
1081 <target>사용자명 혹은 이메일 주소</target> 1099 <target>사용자명 혹은 이메일 주소</target>
1082 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1100 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1101 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
1102 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1103 <context-group purpose="location">
1104 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1105 <context context-type="linenumber">33,34</context>
1106 </context-group>
1083 </trans-unit> 1107 </trans-unit>
1084 <trans-unit id="1431416938026210429"> 1108 <trans-unit id="1431416938026210429">
1085 <source>Password</source> 1109 <source>Password</source>
1086 <target>암호</target> 1110 <target>암호</target>
1087 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1111
1088 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1112
1089 <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> 1113
1090 <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> 1114
1091 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1115
1092 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1116
1093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1117
1094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1118
1095 </trans-unit> 1119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1096 <trans-unit id="8715156686857791956" datatype="html"> 1120 <trans-unit id="8715156686857791956" datatype="html">
1097 <source>Click here to reset your password</source> 1121 <source>Click here to reset your password</source>
1098 <target state="new">Click here to reset your password</target> 1122 <target state="new">Click here to reset your password</target>
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1123
1100 </trans-unit> 1124 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1101 <trans-unit id="892063502898494584" datatype="html"> 1125 <trans-unit id="892063502898494584" datatype="html">
1102 <source>I forgot my password</source> 1126 <source>I forgot my password</source>
1103 <target state="new">I forgot my password</target> 1127 <target state="new">I forgot my password</target>
1104 <context-group purpose="location"> 1128
1105 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1106 <context context-type="linenumber">47</context>
1107 </context-group>
1108 </trans-unit>
1109 <trans-unit id="2101170466365500913" datatype="html"> 1130 <trans-unit id="2101170466365500913" datatype="html">
1110 <source>Logging into an account lets you publish content</source> 1131 <source>Logging into an account lets you publish content</source>
1111 <target state="new"> Logging into an account lets you publish content </target> 1132 <target state="new"> Logging into an account lets you publish content </target>
1112 <context-group purpose="location"> 1133
1113 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1134 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1114 <context context-type="linenumber">56,57</context>
1115 </context-group>
1116 </trans-unit>
1117 <trans-unit id="2454050363478003966"> 1135 <trans-unit id="2454050363478003966">
1118 <source>Login</source> 1136 <source>Login</source>
1119 <target>로그인</target> 1137 <target>로그인</target>
1120 1138
1121 1139
1122 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1140 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1123 <trans-unit id="3183213940445113677" datatype="html"> 1141 <trans-unit id="3183213940445113677" datatype="html">
1124 <source>Or sign in with</source> 1142 <source>Or sign in with</source>
1125 <target state="new">Or sign in with</target> 1143 <target state="new">Or sign in with</target>
1126 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1144
1127 </trans-unit> 1145 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1128 <trans-unit id="3238209155172574367"> 1146 <trans-unit id="3238209155172574367">
1129 <source>Forgot your password</source> 1147 <source>Forgot your password</source>
1130 <target>암호 잊음</target> 1148 <target>암호 잊음</target>
1131 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1149
1132 </trans-unit> 1150 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1133 <trans-unit id="87327320394367488" datatype="html"> 1151 <trans-unit id="87327320394367488" datatype="html">
1134 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1152 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1135 <target state="new"> 1153 <target state="new">
1136 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1154 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1137 </target> 1155 </target>
1138 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1156
1139 </trans-unit> 1157 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
1140 <trans-unit id="3188014010833256853" datatype="html"> 1158 <trans-unit id="3188014010833256853" datatype="html">
1141 <source>Enter your email address and we will send you a link to reset your password.</source> 1159 <source>Enter your email address and we will send you a link to reset your password.</source>
1142 <target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1160 <target state="new"> Enter your email address and we will send you a link to reset your password. </target>
1143 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1161
1144 </trans-unit> 1162 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
1145 <trans-unit id="1190256911880544559" datatype="html"> 1163 <trans-unit id="1190256911880544559" datatype="html">
1146 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1164 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1147The link will expire within 1 hour.</source> 1165The link will expire within 1 hour.</source>
@@ -1152,26 +1170,26 @@ The link will expire within 1 hour.</target>
1152 <trans-unit id="4768749765465246664"> 1170 <trans-unit id="4768749765465246664">
1153 <source>Email</source> 1171 <source>Email</source>
1154 <target>이메일</target> 1172 <target>이메일</target>
1155 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1173
1156 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1174
1157 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1175
1158 <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> 1176
1159 <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> 1177
1160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1178
1161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1179
1162 </trans-unit> 1180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1163 <trans-unit id="3967269098753656610"> 1181 <trans-unit id="3967269098753656610">
1164 <source>Email address</source> 1182 <source>Email address</source>
1165 <target>이메일 주소</target> 1183 <target>이메일 주소</target>
1166 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1184
1167 <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> 1185
1168 </trans-unit> 1186 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1169 <trans-unit id="7808756054397155068" datatype="html"> 1187 <trans-unit id="7808756054397155068" datatype="html">
1170 <source>Reset</source> 1188 <source>Reset</source>
1171 <target state="new">Reset</target> 1189 <target state="new">Reset</target>
1172 <note priority="1" from="description">Password reset button</note> 1190 <note priority="1" from="description">Password reset button</note>
1173 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1191
1174 </trans-unit> 1192 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1175 1193
1176 <trans-unit id="4319634264526091601" datatype="html"> 1194 <trans-unit id="4319634264526091601" datatype="html">
1177 <source>on this instance</source> 1195 <source>on this instance</source>
@@ -1253,14 +1271,14 @@ The link will expire within 1 hour.</target>
1253 결과가 없습니다 1271 결과가 없습니다
1254 </target> 1272 </target>
1255 1273
1256 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1274 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1257 <trans-unit id="5500467336262464724"> 1275 <trans-unit id="5500467336262464724">
1258 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1276 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1259 <target>구독자 1277 <target>구독자
1260 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/>명 1278 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/>명
1261 </target> 1279 </target>
1262 1280
1263 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1281 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1264 <trans-unit id="1516969129397662377" datatype="html"> 1282 <trans-unit id="1516969129397662377" datatype="html">
1265 <source>Welcome to PeerTube, dear administrator!</source> 1283 <source>Welcome to PeerTube, dear administrator!</source>
1266 <target state="new">Welcome to PeerTube, dear administrator!</target> 1284 <target state="new">Welcome to PeerTube, dear administrator!</target>
@@ -1544,7 +1562,7 @@ The link will expire within 1 hour.</target>
1544 <target>계정 만들기</target> 1562 <target>계정 만들기</target>
1545 1563
1546 1564
1547 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1565 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1548 1566
1549 <trans-unit id="3058024914967508975" datatype="html"> 1567 <trans-unit id="3058024914967508975" datatype="html">
1550 <source>My videos</source> 1568 <source>My videos</source>
@@ -1601,7 +1619,7 @@ The link will expire within 1 hour.</target>
1601 <source>VIDEOS</source> 1619 <source>VIDEOS</source>
1602 <target state="new">VIDEOS</target> 1620 <target state="new">VIDEOS</target>
1603 1621
1604 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 1622 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
1605 <trans-unit id="667372110624203230" datatype="html"> 1623 <trans-unit id="667372110624203230" datatype="html">
1606 <source>Import jobs concurrency</source> 1624 <source>Import jobs concurrency</source>
1607 <target state="new">Import jobs concurrency</target> 1625 <target state="new">Import jobs concurrency</target>
@@ -1681,7 +1699,7 @@ The link will expire within 1 hour.</target>
1681 <source>I'm a teapot</source> 1699 <source>I'm a teapot</source>
1682 <target state="new">I'm a teapot</target> 1700 <target state="new">I'm a teapot</target>
1683 1701
1684 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 1702 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1685 <trans-unit id="1597262876035959248" datatype="html"> 1703 <trans-unit id="1597262876035959248" datatype="html">
1686 <source>That's an error.</source> 1704 <source>That's an error.</source>
1687 <target state="new">That's an error.</target> 1705 <target state="new">That's an error.</target>
@@ -1765,8 +1783,8 @@ The link will expire within 1 hour.</target>
1765 <trans-unit id="2971365540217107489" datatype="html"> 1783 <trans-unit id="2971365540217107489" datatype="html">
1766 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1784 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1767 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1785 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1768 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1786
1769 </trans-unit> 1787 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1770 1788
1771 <trans-unit id="5131854469652959713" datatype="html"> 1789 <trans-unit id="5131854469652959713" datatype="html">
1772 <source>GLOBAL SEARCH</source> 1790 <source>GLOBAL SEARCH</source>
@@ -1853,7 +1871,7 @@ The link will expire within 1 hour.</target>
1853 1871
1854 1872
1855 1873
1856 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1874 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1857 <source>Display only</source><target state="new">Display only</target> 1875 <source>Display only</source><target state="new">Display only</target>
1858 <context-group purpose="location"> 1876 <context-group purpose="location">
1859 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1877 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1891,7 +1909,7 @@ The link will expire within 1 hour.</target>
1891 <target>재생 시간</target> 1909 <target>재생 시간</target>
1892 1910
1893 1911
1894 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1912 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1895 <trans-unit id="3589238979642505685"> 1913 <trans-unit id="3589238979642505685">
1896 <source>Display sensitive content</source> 1914 <source>Display sensitive content</source>
1897 <target>민감한 내용 표시</target> 1915 <target>민감한 내용 표시</target>
@@ -1913,7 +1931,7 @@ The link will expire within 1 hour.</target>
1913 1931
1914 1932
1915 1933
1916 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1934 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1917 <trans-unit id="5478121364779850827" datatype="html"> 1935 <trans-unit id="5478121364779850827" datatype="html">
1918 <source>Reset</source> 1936 <source>Reset</source>
1919 <target state="new"> 1937 <target state="new">
@@ -1936,7 +1954,7 @@ The link will expire within 1 hour.</target>
1936 1954
1937 1955
1938 1956
1939 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1957 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1940 <trans-unit id="4184995865179898060" datatype="html"> 1958 <trans-unit id="4184995865179898060" datatype="html">
1941 <source>Display all licenses</source> 1959 <source>Display all licenses</source>
1942 <target state="new">Display all licenses</target> 1960 <target state="new">Display all licenses</target>
@@ -1949,7 +1967,7 @@ The link will expire within 1 hour.</target>
1949 1967
1950 1968
1951 1969
1952 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1970 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1953 <trans-unit id="7904142744051432458" datatype="html"> 1971 <trans-unit id="7904142744051432458" datatype="html">
1954 <source>Display all languages</source> 1972 <source>Display all languages</source>
1955 <target state="new">Display all languages</target> 1973 <target state="new">Display all languages</target>
@@ -1964,17 +1982,23 @@ The link will expire within 1 hour.</target>
1964 <source>One of these tags</source> 1982 <source>One of these tags</source>
1965 <target>이 태그들 중 하나</target> 1983 <target>이 태그들 중 하나</target>
1966 1984
1967 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1985 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1986 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1987 <context-group purpose="location">
1988 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1989 <context context-type="linenumber">178</context>
1990 </context-group>
1991 </trans-unit>
1968 <trans-unit id="283421392567624698" datatype="html"> 1992 <trans-unit id="283421392567624698" datatype="html">
1969 <source>Search target</source> 1993 <source>Search target</source>
1970 <target state="new">Search target</target> 1994 <target state="new">Search target</target>
1971 1995
1972 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1996 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1973 <trans-unit id="2489767671380266270" datatype="html"> 1997 <trans-unit id="2489767671380266270" datatype="html">
1974 <source>Vidiverse</source> 1998 <source>Vidiverse</source>
1975 <target state="new">Vidiverse</target> 1999 <target state="new">Vidiverse</target>
1976 2000
1977 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 2001 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1978 <trans-unit id="5478121364779850827" datatype="html"> 2002 <trans-unit id="5478121364779850827" datatype="html">
1979 <source>Reset</source> 2003 <source>Reset</source>
1980 <target state="new"> 2004 <target state="new">
@@ -1986,7 +2010,7 @@ The link will expire within 1 hour.</target>
1986 <source>Filter</source> 2010 <source>Filter</source>
1987 <target>필터</target> 2011 <target>필터</target>
1988 2012
1989 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 2013 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1990 <trans-unit id="6479885129995567639" datatype="html"> 2014 <trans-unit id="6479885129995567639" datatype="html">
1991 <source>Video channels</source> 2015 <source>Video channels</source>
1992 <target state="new">Video channels</target> 2016 <target state="new">Video channels</target>
@@ -2024,7 +2048,7 @@ The link will expire within 1 hour.</target>
2024 <target>태그</target> 2048 <target>태그</target>
2025 2049
2026 2050
2027 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 2051 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
2028 <trans-unit id="354332809647287722" datatype="html"> 2052 <trans-unit id="354332809647287722" datatype="html">
2029 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 2053 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
2030 <target state="new"> 2054 <target state="new">
@@ -2481,7 +2505,7 @@ The link will expire within 1 hour.</target>
2481 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2505 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2482 <source>Upload on hold</source><target state="new">Upload on hold</target> 2506 <source>Upload on hold</source><target state="new">Upload on hold</target>
2483 2507
2484 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2508 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2485 <trans-unit id="285180972645018518" datatype="html"> 2509 <trans-unit id="285180972645018518" datatype="html">
2486 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2510 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2487 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2511 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2826,13 +2850,19 @@ The link will expire within 1 hour.</target>
2826 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2850 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2827 <source>Origin</source><target state="new">Origin</target> 2851 <source>Origin</source><target state="new">Origin</target>
2828 2852
2829 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2853 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2854 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2855 <context-group purpose="location">
2856 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2857 <context context-type="linenumber">14</context>
2858 </context-group>
2859 </trans-unit>
2830 2860
2831 <trans-unit id="5139892963394684487" datatype="html"> 2861 <trans-unit id="5139892963394684487" datatype="html">
2832 <source>Originally published</source> 2862 <source>Originally published</source>
2833 <target state="new">Originally published</target> 2863 <target state="new">Originally published</target>
2834 2864
2835 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2865 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2836 <trans-unit id="6402393085909200998" datatype="html"> 2866 <trans-unit id="6402393085909200998" datatype="html">
2837 <source>Friendly Reminder:</source> 2867 <source>Friendly Reminder:</source>
2838 <target state="new">Friendly Reminder: </target> 2868 <target state="new">Friendly Reminder: </target>
@@ -3228,11 +3258,7 @@ The link will expire within 1 hour.</target>
3228 <target state="new">ID</target> 3258 <target state="new">ID</target>
3229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3230 </trans-unit> 3260 </trans-unit>
3231 <trans-unit id="2265605798180116441" datatype="html"> 3261
3232 <source>Follower handle</source>
3233 <target state="new">Follower handle</target>
3234
3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3236 <trans-unit id="5911214550882917183" datatype="html"> 3262 <trans-unit id="5911214550882917183" datatype="html">
3237 <source>State</source> 3263 <source>State</source>
3238 <target state="new">State</target> 3264 <target state="new">State</target>
@@ -3307,11 +3333,7 @@ The link will expire within 1 hour.</target>
3307 </target> 3333 </target>
3308 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3334 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3309 </trans-unit> 3335 </trans-unit>
3310 <trans-unit id="6641024648411549335" datatype="html"> 3336
3311 <source>Host</source>
3312 <target state="new">Host</target>
3313
3314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3315 <trans-unit id="6571718060636962350" datatype="html"> 3337 <trans-unit id="6571718060636962350" datatype="html">
3316 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3338 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3317 <target state="new">Redundancy allowed 3339 <target state="new">Redundancy allowed
@@ -3324,7 +3346,7 @@ The link will expire within 1 hour.</target>
3324 <source>Unfollow</source> 3346 <source>Unfollow</source>
3325 <target state="new">Unfollow</target> 3347 <target state="new">Unfollow</target>
3326 3348
3327 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3328 <trans-unit id="8246779176913476983" datatype="html"> 3350 <trans-unit id="8246779176913476983" datatype="html">
3329 <source>Open instance in a new tab</source> 3351 <source>Open instance in a new tab</source>
3330 <target state="new">Open instance in a new tab</target> 3352 <target state="new">Open instance in a new tab</target>
@@ -3336,12 +3358,12 @@ The link will expire within 1 hour.</target>
3336 <source>No host found matching current filters.</source> 3358 <source>No host found matching current filters.</source>
3337 <target state="new">No host found matching current filters.</target> 3359 <target state="new">No host found matching current filters.</target>
3338 3360
3339 <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> 3361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3340 <trans-unit id="7274241885665071790" datatype="html"> 3362 <trans-unit id="7274241885665071790" datatype="html">
3341 <source>Your instance is not following anyone.</source> 3363 <source>Your instance is not following anyone.</source>
3342 <target state="new">Your instance is not following anyone.</target> 3364 <target state="new">Your instance is not following anyone.</target>
3343 3365
3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3366 <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>
3345 <trans-unit id="4774348799569692380" datatype="html"> 3367 <trans-unit id="4774348799569692380" datatype="html">
3346 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3368 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3347 <target state="new">Showing 3369 <target state="new">Showing
@@ -3351,16 +3373,8 @@ The link will expire within 1 hour.</target>
3351 </target> 3373 </target>
3352 3374
3353 <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></trans-unit> 3375 <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></trans-unit>
3354 <trans-unit id="6275803119759621687" datatype="html"> 3376
3355 <source>Follow domains</source> 3377 <trans-unit id="9216117865911519658" datatype="html">
3356 <target state="new">Follow domains</target>
3357
3358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3359 <trans-unit id="1268699198448750610" datatype="html">
3360 <source>Follow instances</source>
3361 <target state="new">Follow instances</target>
3362
3363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
3364 <source>Action</source><target state="new">Action</target> 3378 <source>Action</source><target state="new">Action</target>
3365 3379
3366 3380
@@ -3407,11 +3421,11 @@ The link will expire within 1 hour.</target>
3407 <trans-unit id="5248717555542428023" datatype="html"> 3421 <trans-unit id="5248717555542428023" datatype="html">
3408 <source>Username</source> 3422 <source>Username</source>
3409 <target state="new">Username</target> 3423 <target state="new">Username</target>
3410 <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> 3424
3411 <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> 3425
3412 <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> 3426
3413 <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> 3427
3414 </trans-unit> 3428 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3415 <trans-unit id="5428411040014095392" datatype="html"> 3429 <trans-unit id="5428411040014095392" datatype="html">
3416 <source>e.g. jane_doe</source> 3430 <source>e.g. jane_doe</source>
3417 <target state="new">e.g. jane_doe</target> 3431 <target state="new">e.g. jane_doe</target>
@@ -3441,9 +3455,9 @@ The link will expire within 1 hour.</target>
3441 <trans-unit id="4145496584631696119" datatype="html"> 3455 <trans-unit id="4145496584631696119" datatype="html">
3442 <source>Role</source> 3456 <source>Role</source>
3443 <target state="new">Role</target> 3457 <target state="new">Role</target>
3444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3458
3445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3459
3446 </trans-unit> 3460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3447 <trans-unit id="7046347992315328430" datatype="html"> 3461 <trans-unit id="7046347992315328430" datatype="html">
3448 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3462 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3449 <target state="new"> 3463 <target state="new">
@@ -3468,15 +3482,9 @@ The link will expire within 1 hour.</target>
3468 <trans-unit id="2622255144026150901" datatype="html"> 3482 <trans-unit id="2622255144026150901" datatype="html">
3469 <source>Auth plugin</source> 3483 <source>Auth plugin</source>
3470 <target state="new">Auth plugin</target> 3484 <target state="new">Auth plugin</target>
3471 <context-group purpose="location"> 3485
3472 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3486
3473 <context context-type="linenumber">188</context> 3487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit>
3474 </context-group>
3475 <context-group purpose="location">
3476 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3477 <context context-type="linenumber">188</context>
3478 </context-group>
3479 </trans-unit>
3480 <trans-unit id="588099657508661970" datatype="html"> 3488 <trans-unit id="588099657508661970" datatype="html">
3481 <source>None (local authentication)</source> 3489 <source>None (local authentication)</source>
3482 <target state="new">None (local authentication)</target> 3490 <target state="new">None (local authentication)</target>
@@ -3735,7 +3743,13 @@ The link will expire within 1 hour.</target>
3735 3743
3736 3744
3737 3745
3738 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3746 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3747 <source>Follower</source><target state="new">Follower</target>
3748 <context-group purpose="location">
3749 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3750 <context context-type="linenumber">24</context>
3751 </context-group>
3752 </trans-unit>
3739 <trans-unit id="4691552465058437520" datatype="html"> 3753 <trans-unit id="4691552465058437520" datatype="html">
3740 <source>Commented video</source> 3754 <source>Commented video</source>
3741 <target state="new">Commented video</target> 3755 <target state="new">Commented video</target>
@@ -3774,35 +3788,20 @@ The link will expire within 1 hour.</target>
3774 3788
3775 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3789 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3776 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3790 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3777 <context-group purpose="location"> 3791
3778 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3792 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3779 <context context-type="linenumber">42</context>
3780 </context-group>
3781 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3782 <source>Accepted reports</source><target state="new">Accepted reports</target> 3793 <source>Accepted reports</source><target state="new">Accepted reports</target>
3783 <context-group purpose="location"> 3794
3784 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3795 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3785 <context context-type="linenumber">46</context>
3786 </context-group>
3787 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3788 <source>Refused reports</source><target state="new">Refused reports</target> 3796 <source>Refused reports</source><target state="new">Refused reports</target>
3789 <context-group purpose="location"> 3797
3790 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3798 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3791 <context context-type="linenumber">50</context>
3792 </context-group>
3793 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3794 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3799 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3795 <context-group purpose="location"> 3800
3796 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3801 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3797 <context context-type="linenumber">54</context>
3798 </context-group>
3799 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3800 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3802 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3801 <context-group purpose="location"> 3803
3802 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3804 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3803 <context context-type="linenumber">58</context>
3804 </context-group>
3805 </trans-unit>
3806 <trans-unit id="4678289986918934018" datatype="html"> 3805 <trans-unit id="4678289986918934018" datatype="html">
3807 <source>Block reason:</source> 3806 <source>Block reason:</source>
3808 <target state="new">Block reason:</target> 3807 <target state="new">Block reason:</target>
@@ -3819,17 +3818,11 @@ The link will expire within 1 hour.</target>
3819 3818
3820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3821 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3820 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3822 <context-group purpose="location"> 3821
3823 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3824 <context context-type="linenumber">31</context>
3825 </context-group>
3826 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3827 <source>Manual blocks</source><target state="new">Manual blocks</target> 3823 <source>Manual blocks</source><target state="new">Manual blocks</target>
3828 <context-group purpose="location"> 3824
3829 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3825 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3830 <context context-type="linenumber">35</context>
3831 </context-group>
3832 </trans-unit>
3833 <trans-unit id="2143435845912984377" datatype="html"> 3826 <trans-unit id="2143435845912984377" datatype="html">
3834 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3827 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3835 <target state="new">Showing 3828 <target state="new">Showing
@@ -4016,7 +4009,7 @@ The link will expire within 1 hour.</target>
4016 4009
4017 4010
4018 4011
4019 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 4012 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
4020 <trans-unit id="1300704815627663264" datatype="html"> 4013 <trans-unit id="1300704815627663264" datatype="html">
4021 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 4014 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
4022 <target state="new">Muted at 4015 <target state="new">Muted at
@@ -4064,7 +4057,7 @@ The link will expire within 1 hour.</target>
4064 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4057 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4065 </target> 4058 </target>
4066 4059
4067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 4060 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
4068 <trans-unit id="4058814854824495833" datatype="html"> 4061 <trans-unit id="4058814854824495833" datatype="html">
4069 <source>Mute domains</source> 4062 <source>Mute domains</source>
4070 <target state="new">Mute domains</target> 4063 <target state="new">Mute domains</target>
@@ -4138,7 +4131,7 @@ The link will expire within 1 hour.</target>
4138 4131
4139 4132
4140 4133
4141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 4134 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
4142 <trans-unit id="8630916846096019339" datatype="html"> 4135 <trans-unit id="8630916846096019339" datatype="html">
4143 <source>Users can resolve distant content</source> 4136 <source>Users can resolve distant content</source>
4144 <target state="new">Users can resolve distant content</target> 4137 <target state="new">Users can resolve distant content</target>
@@ -6026,11 +6019,8 @@ color: red;
6026 6019
6027 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 6020 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
6028 <source>CHANNELS</source><target state="new">CHANNELS</target> 6021 <source>CHANNELS</source><target state="new">CHANNELS</target>
6029 <context-group purpose="location"> 6022
6030 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 6023 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
6031 <context context-type="linenumber">82</context>
6032 </context-group>
6033 </trans-unit>
6034 6024
6035 <trans-unit id="3666829335406793239" datatype="html"> 6025 <trans-unit id="3666829335406793239" datatype="html">
6036 <source>This account does not have channels.</source> 6026 <source>This account does not have channels.</source>
@@ -6070,7 +6060,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6070It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 6060It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
6071channel with the same name (<x id="PH_2"/>)!</target> 6061channel with the same name (<x id="PH_2"/>)!</target>
6072 6062
6073 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 6063 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
6064 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
6065 <context-group purpose="location">
6066 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
6067 <context context-type="linenumber">48</context>
6068 </context-group>
6069 </trans-unit>
6074 <trans-unit id="5387007581996837469" datatype="html"> 6070 <trans-unit id="5387007581996837469" datatype="html">
6075 <source>My Channels</source> 6071 <source>My Channels</source>
6076 <target state="new">My Channels</target> 6072 <target state="new">My Channels</target>
@@ -6672,12 +6668,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6672 <source>Your message has been sent.</source> 6668 <source>Your message has been sent.</source>
6673 <target state="new">Your message has been sent.</target> 6669 <target state="new">Your message has been sent.</target>
6674 6670
6675 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6671 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6676 <trans-unit id="2072135752262464360" datatype="html"> 6672 <trans-unit id="2072135752262464360" datatype="html">
6677 <source>You already sent this form recently</source> 6673 <source>You already sent this form recently</source>
6678 <target state="new">You already sent this form recently</target> 6674 <target state="new">You already sent this form recently</target>
6679 6675
6680 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6676 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6681 6677
6682 <trans-unit id="819067926858619041" datatype="html"> 6678 <trans-unit id="819067926858619041" datatype="html">
6683 <source>Account videos</source> 6679 <source>Account videos</source>
@@ -6727,12 +6723,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6727 <x id="PH"/> direct account followers 6723 <x id="PH"/> direct account followers
6728 </target> 6724 </target>
6729 6725
6730 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit> 6726 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6731 <trans-unit id="6250999352462648289" datatype="html"> 6727 <trans-unit id="6250999352462648289" datatype="html">
6732 <source>Report this account</source> 6728 <source>Report this account</source>
6733 <target state="new">Report this account</target> 6729 <target state="new">Report this account</target>
6734 6730
6735 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 6731 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6736 6732
6737 6733
6738 <trans-unit id="1504521795586863905" datatype="html"> 6734 <trans-unit id="1504521795586863905" datatype="html">
@@ -6747,27 +6743,19 @@ channel with the same name (<x id="PH_2"/>)!</target>
6747 <target state="new">Username copied</target> 6743 <target state="new">Username copied</target>
6748 6744
6749 6745
6750 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit> 6746 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6751 <trans-unit id="9221735175659318025" datatype="html"> 6747 <trans-unit id="9221735175659318025" datatype="html">
6752 <source>1 subscriber</source> 6748 <source>1 subscriber</source>
6753 <target state="new">1 subscriber</target> 6749 <target state="new">1 subscriber</target>
6754 6750
6755 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit> 6751 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6756 <trans-unit id="4097331874769079975" datatype="html"> 6752 <trans-unit id="4097331874769079975" datatype="html">
6757 <source><x id="PH"/> subscribers</source> 6753 <source><x id="PH"/> subscribers</source>
6758 <target state="new"><x id="PH"/> subscribers</target> 6754 <target state="new"><x id="PH"/> subscribers</target>
6759 6755
6760 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 6756 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6761 <trans-unit id="4682675125751819107" datatype="html"> 6757
6762 <source>Instances you follow</source> 6758
6763 <target state="new">Instances you follow</target>
6764
6765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6766 <trans-unit id="8899833753704589712" datatype="html">
6767 <source>Instances following you</source>
6768 <target state="new">Instances following you</target>
6769
6770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6771 <trans-unit id="1035838766454786107" datatype="html"> 6759 <trans-unit id="1035838766454786107" datatype="html">
6772 <source>Audio-only</source> 6760 <source>Audio-only</source>
6773 <target state="new">Audio-only</target> 6761 <target state="new">Audio-only</target>
@@ -6817,6 +6805,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6817 <source>Auto (via ffmpeg)</source> 6805 <source>Auto (via ffmpeg)</source>
6818 <target state="new">Auto (via ffmpeg)</target> 6806 <target state="new">Auto (via ffmpeg)</target>
6819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6808 </trans-unit><trans-unit id="3642770981085338761" datatype="html">
6809 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6810 <context-group purpose="location">
6811 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6812 <context context-type="linenumber">3</context>
6813 </context-group>
6820 </trans-unit> 6814 </trans-unit>
6821 <trans-unit id="931255636742351800" datatype="html"> 6815 <trans-unit id="931255636742351800" datatype="html">
6822 <source>No limit</source> 6816 <source>No limit</source>
@@ -6959,18 +6953,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
6959 <trans-unit id="2127446333083057097" datatype="html"> 6953 <trans-unit id="2127446333083057097" datatype="html">
6960 <source>Domain is required.</source> 6954 <source>Domain is required.</source>
6961 <target state="new">Domain is required.</target> 6955 <target state="new">Domain is required.</target>
6962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6956
6963 </trans-unit> 6957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6964 <trans-unit id="6780793142903080663" datatype="html"> 6958 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6965 <source>Domains entered are invalid.</source> 6959 <context-group purpose="location">
6966 <target state="new">Domains entered are invalid.</target> 6960 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6967 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6961 <context context-type="linenumber">93</context>
6968 </trans-unit> 6962 </context-group>
6969 <trans-unit id="5886492514458202177" datatype="html"> 6963 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6970 <source>Domains entered contain duplicates.</source> 6964 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6971 <target state="new">Domains entered contain duplicates.</target> 6965 <context-group purpose="location">
6972 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6966 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6967 <context context-type="linenumber">94</context>
6968 </context-group>
6969 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6970 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6971 <context-group purpose="location">
6972 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6973 <context context-type="linenumber">102</context>
6974 </context-group>
6975 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6976 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6977 <context-group purpose="location">
6978 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6979 <context context-type="linenumber">103</context>
6980 </context-group>
6973 </trans-unit> 6981 </trans-unit>
6982
6983
6974 <trans-unit id="240806681889331244" datatype="html"> 6984 <trans-unit id="240806681889331244" datatype="html">
6975 <source>Unlimited</source> 6985 <source>Unlimited</source>
6976 <target state="new">Unlimited</target> 6986 <target state="new">Unlimited</target>
@@ -7130,26 +7140,52 @@ channel with the same name (<x id="PH_2"/>)!</target>
7130 <x id="PH"/> removed from instance followers 7140 <x id="PH"/> removed from instance followers
7131 </target> 7141 </target>
7132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 7142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
7143 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
7144 <source>Follow</source><target state="new">Follow</target>
7145 <context-group purpose="location">
7146 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7147 <context context-type="linenumber">3</context>
7148 </context-group>
7149 <context-group purpose="location">
7150 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7151 <context context-type="linenumber">37</context>
7152 </context-group>
7153 <context-group purpose="location">
7154 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7155 <context context-type="linenumber">18</context>
7156 </context-group>
7157 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
7158 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
7159 <context-group purpose="location">
7160 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7161 <context context-type="linenumber">11</context>
7162 </context-group>
7133 </trans-unit> 7163 </trans-unit>
7134 <trans-unit id="2740793005745065895" datatype="html"> 7164 <trans-unit id="2740793005745065895" datatype="html">
7135 <source><x id="PH"/> is not valid </source> 7165 <source><x id="PH"/> is not valid </source>
7136 <target state="new"> 7166 <target state="new">
7137 <x id="PH"/> is not valid 7167 <x id="PH"/> is not valid
7138 </target> 7168 </target>
7139 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 7169
7140 </trans-unit> 7170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7141 <trans-unit id="2355066641781598196" datatype="html"> 7171 <trans-unit id="2355066641781598196" datatype="html">
7142 <source>Follow request(s) sent!</source> 7172 <source>Follow request(s) sent!</source>
7143 <target state="new">Follow request(s) sent!</target> 7173 <target state="new">Follow request(s) sent!</target>
7144 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 7174
7175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
7176 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
7177 <context-group purpose="location">
7178 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7179 <context context-type="linenumber">3</context>
7180 </context-group>
7145 </trans-unit> 7181 </trans-unit>
7146 <trans-unit id="4245720728052819482" datatype="html"> 7182 <trans-unit id="4245720728052819482" datatype="html">
7147 <source>Do you really want to unfollow <x id="PH"/>?</source> 7183 <source>Do you really want to unfollow <x id="PH"/>?</source>
7148 <target state="new">Do you really want to unfollow 7184 <target state="new">Do you really want to unfollow
7149 <x id="PH"/>? 7185 <x id="PH"/>?
7150 </target> 7186 </target>
7151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 7187
7152 </trans-unit> 7188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
7153 <trans-unit id="9160510009013134726" datatype="html"> 7189 <trans-unit id="9160510009013134726" datatype="html">
7154 <source>Unfollow</source> 7190 <source>Unfollow</source>
7155 <target state="new">Unfollow</target> 7191 <target state="new">Unfollow</target>
@@ -7160,8 +7196,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7160 <target state="new">You are not following 7196 <target state="new">You are not following
7161 <x id="PH"/> anymore. 7197 <x id="PH"/> anymore.
7162 </target> 7198 </target>
7163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 7199
7164 </trans-unit> 7200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
7165 <trans-unit id="2593763089859685916" datatype="html"> 7201 <trans-unit id="2593763089859685916" datatype="html">
7166 <source>enabled</source> 7202 <source>enabled</source>
7167 <target state="new">enabled</target> 7203 <target state="new">enabled</target>
@@ -7281,107 +7317,107 @@ channel with the same name (<x id="PH_2"/>)!</target>
7281 <target state="new">Internal actions</target> 7317 <target state="new">Internal actions</target>
7282 7318
7283 7319
7284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 7320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7285 <trans-unit id="4559872264406386913" datatype="html"> 7321 <trans-unit id="4559872264406386913" datatype="html">
7286 <source>Delete report</source> 7322 <source>Delete report</source>
7287 <target state="new">Delete report</target> 7323 <target state="new">Delete report</target>
7288 7324
7289 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 7325 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7290 <trans-unit id="5793550984155962433" datatype="html"> 7326 <trans-unit id="5793550984155962433" datatype="html">
7291 <source>Actions for the flagged account</source> 7327 <source>Actions for the flagged account</source>
7292 <target state="new">Actions for the flagged account</target> 7328 <target state="new">Actions for the flagged account</target>
7293 7329
7294 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7330 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7295 <trans-unit id="1679841953757186358" datatype="html"> 7331 <trans-unit id="1679841953757186358" datatype="html">
7296 <source>Mark as accepted</source> 7332 <source>Mark as accepted</source>
7297 <target state="new">Mark as accepted</target> 7333 <target state="new">Mark as accepted</target>
7298 7334
7299 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 7335 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7300 <trans-unit id="7993358694073742566" datatype="html"> 7336 <trans-unit id="7993358694073742566" datatype="html">
7301 <source>Mark as rejected</source> 7337 <source>Mark as rejected</source>
7302 <target state="new">Mark as rejected</target> 7338 <target state="new">Mark as rejected</target>
7303 7339
7304 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 7340 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7305 <trans-unit id="4175703770051343108" datatype="html"> 7341 <trans-unit id="4175703770051343108" datatype="html">
7306 <source>Add internal note</source> 7342 <source>Add internal note</source>
7307 <target state="new">Add internal note</target> 7343 <target state="new">Add internal note</target>
7308 7344
7309 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 7345 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7310 <trans-unit id="296166371893775555" datatype="html"> 7346 <trans-unit id="296166371893775555" datatype="html">
7311 <source>Actions for the video</source> 7347 <source>Actions for the video</source>
7312 <target state="new">Actions for the video</target> 7348 <target state="new">Actions for the video</target>
7313 7349
7314 7350
7315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 7351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7316 <trans-unit id="3924877328520650445" datatype="html"> 7352 <trans-unit id="3924877328520650445" datatype="html">
7317 <source>Block video</source> 7353 <source>Block video</source>
7318 <target state="new">Block video</target> 7354 <target state="new">Block video</target>
7319 7355
7320 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 7356 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7321 <trans-unit id="4762794934098378428" datatype="html"> 7357 <trans-unit id="4762794934098378428" datatype="html">
7322 <source>Video blocked.</source> 7358 <source>Video blocked.</source>
7323 <target state="new">Video blocked.</target> 7359 <target state="new">Video blocked.</target>
7324 7360
7325 7361
7326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7327 <trans-unit id="4328862996304258770" datatype="html"> 7363 <trans-unit id="4328862996304258770" datatype="html">
7328 <source>Unblock video</source> 7364 <source>Unblock video</source>
7329 <target state="new">Unblock video</target> 7365 <target state="new">Unblock video</target>
7330 7366
7331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 7367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7332 <trans-unit id="9065327551191479877" datatype="html"> 7368 <trans-unit id="9065327551191479877" datatype="html">
7333 <source>Video unblocked.</source> 7369 <source>Video unblocked.</source>
7334 <target state="new">Video unblocked.</target> 7370 <target state="new">Video unblocked.</target>
7335 7371
7336 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 7372 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7337 <trans-unit id="1250415136605923486" datatype="html"> 7373 <trans-unit id="1250415136605923486" datatype="html">
7338 <source>Do you really want to delete this abuse report?</source> 7374 <source>Do you really want to delete this abuse report?</source>
7339 <target state="new">Do you really want to delete this abuse report?</target> 7375 <target state="new">Do you really want to delete this abuse report?</target>
7340 7376
7341 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 7377 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7342 <trans-unit id="3482559157143817408" datatype="html"> 7378 <trans-unit id="3482559157143817408" datatype="html">
7343 <source>Abuse deleted.</source> 7379 <source>Abuse deleted.</source>
7344 <target state="new">Abuse deleted.</target> 7380 <target state="new">Abuse deleted.</target>
7345 7381
7346 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 7382 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7347 <trans-unit id="6282990098351939529" datatype="html"> 7383 <trans-unit id="6282990098351939529" datatype="html">
7348 <source>Deleted comment</source> 7384 <source>Deleted comment</source>
7349 <target state="new">Deleted comment</target> 7385 <target state="new">Deleted comment</target>
7350 7386
7351 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 7387 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7352 <trans-unit id="9196775343330824083" datatype="html"> 7388 <trans-unit id="9196775343330824083" datatype="html">
7353 <source>Messages with reporter</source> 7389 <source>Messages with reporter</source>
7354 <target state="new">Messages with reporter</target> 7390 <target state="new">Messages with reporter</target>
7355 7391
7356 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 7392 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7357 <trans-unit id="8770468575924421391" datatype="html"> 7393 <trans-unit id="8770468575924421391" datatype="html">
7358 <source>Messages with moderators</source> 7394 <source>Messages with moderators</source>
7359 <target state="new">Messages with moderators</target> 7395 <target state="new">Messages with moderators</target>
7360 7396
7361 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 7397 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7362 <trans-unit id="8528549800795985099" datatype="html"> 7398 <trans-unit id="8528549800795985099" datatype="html">
7363 <source>Update internal note</source> 7399 <source>Update internal note</source>
7364 <target state="new">Update internal note</target> 7400 <target state="new">Update internal note</target>
7365 7401
7366 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 7402 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7367 <trans-unit id="3962242315365992494" datatype="html"> 7403 <trans-unit id="3962242315365992494" datatype="html">
7368 <source>Switch video block to manual</source> 7404 <source>Switch video block to manual</source>
7369 <target state="new">Switch video block to manual</target> 7405 <target state="new">Switch video block to manual</target>
7370 7406
7371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7372 <trans-unit id="6906423861055262169" datatype="html"> 7408 <trans-unit id="6906423861055262169" datatype="html">
7373 <source>Video <x id="PH"/> switched to manual block.</source> 7409 <source>Video <x id="PH"/> switched to manual block.</source>
7374 <target state="new">Video 7410 <target state="new">Video
7375 <x id="PH"/> switched to manual block. 7411 <x id="PH"/> switched to manual block.
7376 </target> 7412 </target>
7377 7413
7378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 7414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7379 <trans-unit id="7293356040886494773" datatype="html"> 7415 <trans-unit id="7293356040886494773" datatype="html">
7380 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7416 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7381 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7417 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7382 7418
7383 7419
7384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 7420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7385 <trans-unit id="4859202148272511129" datatype="html"> 7421 <trans-unit id="4859202148272511129" datatype="html">
7386 <source>Unblock</source> 7422 <source>Unblock</source>
7387 <target state="new">Unblock</target> 7423 <target state="new">Unblock</target>
@@ -7389,7 +7425,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7389 7425
7390 7426
7391 7427
7392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7393 <trans-unit id="4922469417589203720" datatype="html"> 7429 <trans-unit id="4922469417589203720" datatype="html">
7394 <source>Video <x id="PH"/> unblocked.</source> 7430 <source>Video <x id="PH"/> unblocked.</source>
7395 <target state="new">Video 7431 <target state="new">Video
@@ -7397,7 +7433,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7397 </target> 7433 </target>
7398 7434
7399 7435
7400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 7436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7401 <trans-unit id="6286037250766429054" datatype="html"> 7437 <trans-unit id="6286037250766429054" datatype="html">
7402 <source>yes</source> 7438 <source>yes</source>
7403 <target state="new">yes</target> 7439 <target state="new">yes</target>
@@ -7628,9 +7664,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7628 <trans-unit id="1519954996184640001" datatype="html"> 7664 <trans-unit id="1519954996184640001" datatype="html">
7629 <source>Error</source> 7665 <source>Error</source>
7630 <target state="new">Error</target> 7666 <target state="new">Error</target>
7631 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7667
7632 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7668
7633 </trans-unit> 7669 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7634 <trans-unit id="5076187961693950167" datatype="html"> 7670 <trans-unit id="5076187961693950167" datatype="html">
7635 <source>Standard logs</source> 7671 <source>Standard logs</source>
7636 <target state="new">Standard logs</target> 7672 <target state="new">Standard logs</target>
@@ -7675,16 +7711,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7675 <target state="new">Update user password</target> 7711 <target state="new">Update user password</target>
7676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7677 </trans-unit> 7713 </trans-unit>
7678 <trans-unit id="177544274549739411" datatype="html"> 7714
7679 <source>Following list</source> 7715
7680 <target state="new">Following list</target>
7681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7682 </trans-unit>
7683 <trans-unit id="8092429110007204784" datatype="html">
7684 <source>Followers list</source>
7685 <target state="new">Followers list</target>
7686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7687 </trans-unit>
7688 <trans-unit id="780323526182667308" datatype="html"> 7716 <trans-unit id="780323526182667308" datatype="html">
7689 <source>User <x id="PH"/> updated.</source> 7717 <source>User <x id="PH"/> updated.</source>
7690 <target state="new">User 7718 <target state="new">User
@@ -7724,16 +7752,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7724 <target state="new">Federation</target> 7752 <target state="new">Federation</target>
7725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7726 </trans-unit> 7754 </trans-unit>
7727 <trans-unit id="4682675125751819107" datatype="html"> 7755
7728 <source>Instances you follow</source> 7756
7729 <target state="new">Instances you follow</target>
7730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7731 </trans-unit>
7732 <trans-unit id="8899833753704589712" datatype="html">
7733 <source>Instances following you</source>
7734 <target state="new">Instances following you</target>
7735 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7736 </trans-unit>
7737 <trans-unit id="3767259920053407667" datatype="html"> 7757 <trans-unit id="3767259920053407667" datatype="html">
7738 <source>Videos will be deleted, comments will be tombstoned.</source> 7758 <source>Videos will be deleted, comments will be tombstoned.</source>
7739 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7759 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7764,7 +7784,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7764 <target state="new">Set Email as Verified</target> 7784 <target state="new">Set Email as Verified</target>
7765 7785
7766 7786
7767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7788 <source>Created</source><target state="new">Created</target>
7789 <context-group purpose="location">
7790 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7791 <context context-type="linenumber">115</context>
7792 </context-group>
7793 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7794 <source>Daily quota</source><target state="new">Daily quota</target>
7795 <context-group purpose="location">
7796 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7797 <context context-type="linenumber">120</context>
7798 </context-group>
7799 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7800 <source>Last login</source><target state="new">Last login</target>
7801 <context-group purpose="location">
7802 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7803 <context context-type="linenumber">122</context>
7804 </context-group>
7805 </trans-unit>
7768 <trans-unit id="3403978719736970622" datatype="html"> 7806 <trans-unit id="3403978719736970622" datatype="html">
7769 <source>You cannot ban root.</source> 7807 <source>You cannot ban root.</source>
7770 <target state="new">You cannot ban root.</target> 7808 <target state="new">You cannot ban root.</target>
@@ -8076,12 +8114,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8076 <x id="PH"/> created. 8114 <x id="PH"/> created.
8077 </target> 8115 </target>
8078 8116
8079 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 8117 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
8080 <trans-unit id="8723777130353305761" datatype="html"> 8118 <trans-unit id="8723777130353305761" datatype="html">
8081 <source>This name already exists on this instance.</source> 8119 <source>This name already exists on this instance.</source>
8082 <target state="new">This name already exists on this instance.</target> 8120 <target state="new">This name already exists on this instance.</target>
8083 8121
8084 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 8122 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
8085 <trans-unit id="7589345916094713536" datatype="html"> 8123 <trans-unit id="7589345916094713536" datatype="html">
8086 <source>Video channel <x id="PH"/> updated.</source> 8124 <source>Video channel <x id="PH"/> updated.</source>
8087 <target state="new">Video channel 8125 <target state="new">Video channel
@@ -8098,13 +8136,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8098 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 8136 <source>Banner deleted.</source><target state="new">Banner deleted.</target>
8099 8137
8100 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 8138 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
8101 <trans-unit id="2575302837003821736" datatype="html"> 8139
8102 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
8103 <target state="new">Please type the display name of the video channel (
8104 <x id="PH"/>) to confirm
8105 </target>
8106
8107 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
8108 <trans-unit id="624066830180032195" datatype="html"> 8140 <trans-unit id="624066830180032195" datatype="html">
8109 <source>Video channel <x id="PH"/> deleted.</source> 8141 <source>Video channel <x id="PH"/> deleted.</source>
8110 <target state="new">Video channel 8142 <target state="new">Video channel
@@ -8267,6 +8299,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8267 <source>Ownership change request sent.</source> 8299 <source>Ownership change request sent.</source>
8268 <target state="new">Ownership change request sent.</target> 8300 <target state="new">Ownership change request sent.</target>
8269 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8301 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8302 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
8303 <source>Sort by</source><target state="new">Sort by</target>
8304 <context-group purpose="location">
8305 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8306 <context context-type="linenumber">26</context>
8307 </context-group>
8270 </trans-unit> 8308 </trans-unit>
8271 <trans-unit id="3245220240937722814" datatype="html"> 8309 <trans-unit id="3245220240937722814" datatype="html">
8272 <source>My channels</source> 8310 <source>My channels</source>
@@ -8330,12 +8368,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8330 <source>Maximize editor</source> 8368 <source>Maximize editor</source>
8331 <target state="new">Maximize editor</target> 8369 <target state="new">Maximize editor</target>
8332 8370
8333 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 8371 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8334 <trans-unit id="4243591013849340688" datatype="html"> 8372 <trans-unit id="4243591013849340688" datatype="html">
8335 <source>Exit maximized editor</source> 8373 <source>Exit maximized editor</source>
8336 <target state="new">Exit maximized editor</target> 8374 <target state="new">Exit maximized editor</target>
8337 8375
8338 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 8376 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8339 <trans-unit id="6537885755702623401" datatype="html"> 8377 <trans-unit id="6537885755702623401" datatype="html">
8340 <source>Now please check your emails to verify your account and complete signup.</source> 8378 <source>Now please check your emails to verify your account and complete signup.</source>
8341 <target state="new">Now please check your emails to verify your account and complete signup.</target> 8379 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8372,7 +8410,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8372 <target state="new">Subscribe to the account</target> 8410 <target state="new">Subscribe to the account</target>
8373 8411
8374 8412
8375 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 8413 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
8376 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 8414 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
8377 <context-group purpose="location"> 8415 <context-group purpose="location">
8378 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 8416 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -8418,35 +8456,35 @@ channel with the same name (<x id="PH_2"/>)!</target>
8418 <trans-unit id="3779524668013120370" datatype="html"> 8456 <trans-unit id="3779524668013120370" datatype="html">
8419 <source>Go to my subscriptions</source> 8457 <source>Go to my subscriptions</source>
8420 <target state="new">Go to my subscriptions</target> 8458 <target state="new">Go to my subscriptions</target>
8421 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8459
8422 </trans-unit> 8460 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
8423 <trans-unit id="1136469849928650779" datatype="html"> 8461 <trans-unit id="1136469849928650779" datatype="html">
8424 <source>Go to my videos</source> 8462 <source>Go to my videos</source>
8425 <target state="new">Go to my videos</target> 8463 <target state="new">Go to my videos</target>
8426 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8464
8427 </trans-unit> 8465 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
8428 <trans-unit id="7836683738999600376" datatype="html"> 8466 <trans-unit id="7836683738999600376" datatype="html">
8429 <source>Go to my imports</source> 8467 <source>Go to my imports</source>
8430 <target state="new">Go to my imports</target> 8468 <target state="new">Go to my imports</target>
8431 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8469
8432 </trans-unit> 8470 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
8433 <trans-unit id="7511292153332773503" datatype="html"> 8471 <trans-unit id="7511292153332773503" datatype="html">
8434 <source>Go to my channels</source> 8472 <source>Go to my channels</source>
8435 <target state="new">Go to my channels</target> 8473 <target state="new">Go to my channels</target>
8436 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8474
8437 </trans-unit> 8475 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
8438 <trans-unit id="2013324644839511073" datatype="html"> 8476 <trans-unit id="2013324644839511073" datatype="html">
8439 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8477 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8440Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8478Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8441 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8479 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8442Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8480Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8443 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8481
8444 </trans-unit> 8482 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
8445 <trans-unit id="375263728166936544" datatype="html"> 8483 <trans-unit id="375263728166936544" datatype="html">
8446 <source>You need to reconnect.</source> 8484 <source>You need to reconnect.</source>
8447 <target state="new">You need to reconnect.</target> 8485 <target state="new">You need to reconnect.</target>
8448 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8486
8449 </trans-unit> 8487 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
8450 <trans-unit id="2206638022166154361" datatype="html"> 8488 <trans-unit id="2206638022166154361" datatype="html">
8451 <source>Keyboard Shortcuts:</source> 8489 <source>Keyboard Shortcuts:</source>
8452 <target state="new">Keyboard Shortcuts:</target> 8490 <target state="new">Keyboard Shortcuts:</target>
@@ -8457,6 +8495,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8457 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8495 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8458 <context context-type="linenumber">98</context> 8496 <context context-type="linenumber">98</context>
8459 </context-group> 8497 </context-group>
8498 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8499 <source>In my library</source><target state="new">In my library</target>
8500 <context-group purpose="location">
8501 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8502 <context context-type="linenumber">104</context>
8503 </context-group>
8460 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 8504 </trans-unit><trans-unit id="232050922346936574" datatype="html">
8461 <source>Trending</source><target state="new">Trending</target> 8505 <source>Trending</source><target state="new">Trending</target>
8462 8506
@@ -8480,38 +8524,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8480 <source>Incorrect username or password.</source> 8524 <source>Incorrect username or password.</source>
8481 <target state="new">Incorrect username or password.</target> 8525 <target state="new">Incorrect username or password.</target>
8482 8526
8483 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 8527 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8484 <trans-unit id="6974874606619467663" datatype="html"> 8528 <trans-unit id="6974874606619467663" datatype="html">
8485 <source>Your account is blocked.</source> 8529 <source>Your account is blocked.</source>
8486 <target state="new">Your account is blocked.</target> 8530 <target state="new">Your account is blocked.</target>
8487 8531
8488 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 8532 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8489 <trans-unit id="7939914198003891823" datatype="html"> 8533 <trans-unit id="7939914198003891823" datatype="html">
8490 <source>any language</source> 8534 <source>any language</source>
8491 <target state="new">any language</target> 8535 <target state="new">any language</target>
8492 8536
8493 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8537 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8494 8538
8495 <trans-unit id="5633144232269377096" datatype="html"> 8539 <trans-unit id="5633144232269377096" datatype="html">
8496 <source>hide</source> 8540 <source>hide</source>
8497 <target state="new">hide</target> 8541 <target state="new">hide</target>
8498 8542
8499 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8543 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8500 <trans-unit id="8603861867909474404" datatype="html"> 8544 <trans-unit id="8603861867909474404" datatype="html">
8501 <source>blur</source> 8545 <source>blur</source>
8502 <target state="new">blur</target> 8546 <target state="new">blur</target>
8503 8547
8504 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8548 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8505 <trans-unit id="4534458451100881847" datatype="html"> 8549 <trans-unit id="4534458451100881847" datatype="html">
8506 <source>display</source> 8550 <source>display</source>
8507 <target state="new">display</target> 8551 <target state="new">display</target>
8508 8552
8509 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8553 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8510 <trans-unit id="4467323362722952678" datatype="html"> 8554 <trans-unit id="4467323362722952678" datatype="html">
8511 <source>Unknown</source> 8555 <source>Unknown</source>
8512 <target state="new">Unknown</target> 8556 <target state="new">Unknown</target>
8513 8557
8514 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8558 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8515 <trans-unit id="8781423666414310853" datatype="html"> 8559 <trans-unit id="8781423666414310853" datatype="html">
8516 <source>Your password has been successfully reset!</source> 8560 <source>Your password has been successfully reset!</source>
8517 <target state="new">Your password has been successfully reset!</target> 8561 <target state="new">Your password has been successfully reset!</target>
@@ -8622,12 +8666,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8622 <source>Search index is unavailable. Retrying with instance results instead.</source> 8666 <source>Search index is unavailable. Retrying with instance results instead.</source>
8623 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8667 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8624 8668
8625 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8669 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8626 <trans-unit id="307702206382241469" datatype="html"> 8670 <trans-unit id="307702206382241469" datatype="html">
8627 <source>Search error</source> 8671 <source>Search error</source>
8628 <target state="new">Search error</target> 8672 <target state="new">Search error</target>
8629 8673
8630 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8674 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8675 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8676 <context-group purpose="location">
8677 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8678 <context context-type="linenumber">329</context>
8679 </context-group>
8680 </trans-unit>
8631 <trans-unit id="4580988005648117665" datatype="html"> 8681 <trans-unit id="4580988005648117665" datatype="html">
8632 <source>Search</source> 8682 <source>Search</source>
8633 <target state="new">Search</target> 8683 <target state="new">Search</target>
@@ -9837,19 +9887,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9837 </target> 9887 </target>
9838 9888
9839 9889
9840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9890 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9841 <trans-unit id="1595779426198793580" datatype="html"> 9891 <trans-unit id="1595779426198793580" datatype="html">
9842 <source>Mute server</source> 9892 <source>Mute server</source>
9843 <target state="new">Mute server</target> 9893 <target state="new">Mute server</target>
9844 9894
9845 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9895 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9846 <trans-unit id="8014491157078444256" datatype="html"> 9896 <trans-unit id="8014491157078444256" datatype="html">
9847 <source>Server <x id="PH"/> muted by the instance.</source> 9897 <source>Server <x id="PH"/> muted by the instance.</source>
9848 <target state="new">Server 9898 <target state="new">Server
9849 <x id="PH"/> muted by the instance. 9899 <x id="PH"/> muted by the instance.
9850 </target> 9900 </target>
9851 9901
9852 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9902 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9853 <trans-unit id="2044813052587776285" datatype="html"> 9903 <trans-unit id="2044813052587776285" datatype="html">
9854 <source>Add a message to communicate with the reporter</source> 9904 <source>Add a message to communicate with the reporter</source>
9855 <target state="new">Add a message to communicate with the reporter</target> 9905 <target state="new">Add a message to communicate with the reporter</target>
@@ -10097,18 +10147,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10097 <target state="new">Too many attempts, please try again after 10147 <target state="new">Too many attempts, please try again after
10098 <x id="PH"/> minutes. 10148 <x id="PH"/> minutes.
10099 </target> 10149 </target>
10100 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 10150
10101 </trans-unit> 10151 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
10102 <trans-unit id="4965472196059235310" datatype="html"> 10152 <trans-unit id="4965472196059235310" datatype="html">
10103 <source>Too many attempts, please try again later.</source> 10153 <source>Too many attempts, please try again later.</source>
10104 <target state="new">Too many attempts, please try again later.</target> 10154 <target state="new">Too many attempts, please try again later.</target>
10105 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 10155
10106 </trans-unit> 10156 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
10107 <trans-unit id="1693549688987384699" datatype="html"> 10157 <trans-unit id="1693549688987384699" datatype="html">
10108 <source>Server error. Please retry later.</source> 10158 <source>Server error. Please retry later.</source>
10109 <target state="new">Server error. Please retry later.</target> 10159 <target state="new">Server error. Please retry later.</target>
10110 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 10160
10111 </trans-unit> 10161 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
10112 <trans-unit id="5927402622550505067" datatype="html"> 10162 <trans-unit id="5927402622550505067" datatype="html">
10113 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 10163 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
10114 <target state="new">Subscribed to all current channels of 10164 <target state="new">Subscribed to all current channels of
@@ -10223,28 +10273,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10223 <source>Delete video</source> 10273 <source>Delete video</source>
10224 <target state="new">Delete video</target> 10274 <target state="new">Delete video</target>
10225 10275
10226 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 10276 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
10227 <trans-unit id="2210418817778733727" datatype="html"> 10277 <trans-unit id="2210418817778733727" datatype="html">
10228 <source>Actions for the comment</source> 10278 <source>Actions for the comment</source>
10229 <target state="new">Actions for the comment</target> 10279 <target state="new">Actions for the comment</target>
10230 10280
10231 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 10281 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
10232 <trans-unit id="7978668497183230348" datatype="html"> 10282 <trans-unit id="7978668497183230348" datatype="html">
10233 <source>Delete comment</source> 10283 <source>Delete comment</source>
10234 <target state="new">Delete comment</target> 10284 <target state="new">Delete comment</target>
10235 10285
10236 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 10286 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
10237 <trans-unit id="6747218355168080191" datatype="html"> 10287 <trans-unit id="6747218355168080191" datatype="html">
10238 <source>Do you really want to delete this comment?</source> 10288 <source>Do you really want to delete this comment?</source>
10239 <target state="new">Do you really want to delete this comment?</target> 10289 <target state="new">Do you really want to delete this comment?</target>
10240 10290
10241 10291
10242 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 10292 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
10243 <trans-unit id="7837272126865175984" datatype="html"> 10293 <trans-unit id="7837272126865175984" datatype="html">
10244 <source>Comment deleted.</source> 10294 <source>Comment deleted.</source>
10245 <target state="new">Comment deleted.</target> 10295 <target state="new">Comment deleted.</target>
10246 10296
10247 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 10297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
10248 <trans-unit id="346270517625845962" datatype="html"> 10298 <trans-unit id="346270517625845962" datatype="html">
10249 <source>Encoder</source> 10299 <source>Encoder</source>
10250 <target state="new">Encoder</target> 10300 <target state="new">Encoder</target>
@@ -10287,30 +10337,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10287 <source>Video reported.</source> 10337 <source>Video reported.</source>
10288 <target state="new">Video reported.</target> 10338 <target state="new">Video reported.</target>
10289 10339
10290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 10340 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10291 <trans-unit id="3622946684246476652" datatype="html"> 10341 <trans-unit id="3622946684246476652" datatype="html">
10292 <source>Do you really want to delete this video?</source> 10342 <source>Do you really want to delete this video?</source>
10293 <target state="new">Do you really want to delete this video?</target> 10343 <target state="new">Do you really want to delete this video?</target>
10294 10344
10295 10345
10296 10346
10297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 10347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10298 <trans-unit id="3941342949736653028" datatype="html"> 10348 <trans-unit id="3941342949736653028" datatype="html">
10299 <source>Video deleted.</source> 10349 <source>Video deleted.</source>
10300 <target state="new">Video deleted.</target> 10350 <target state="new">Video deleted.</target>
10301 10351
10302 10352
10303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10304 <trans-unit id="5072091387445907742" datatype="html"> 10354 <trans-unit id="5072091387445907742" datatype="html">
10305 <source>Actions for the reporter</source> 10355 <source>Actions for the reporter</source>
10306 <target state="new">Actions for the reporter</target> 10356 <target state="new">Actions for the reporter</target>
10307 10357
10308 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 10358 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10309 <trans-unit id="6599069899275412095" datatype="html"> 10359 <trans-unit id="6599069899275412095" datatype="html">
10310 <source>Mute reporter</source> 10360 <source>Mute reporter</source>
10311 <target state="new">Mute reporter</target> 10361 <target state="new">Mute reporter</target>
10312 10362
10313 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 10363 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10314 <trans-unit id="2990849907502572301" datatype="html"> 10364 <trans-unit id="2990849907502572301" datatype="html">
10315 <source>This video will be duplicated by your instance.</source> 10365 <source>This video will be duplicated by your instance.</source>
10316 <target state="new">This video will be duplicated by your instance.</target> 10366 <target state="new">This video will be duplicated by your instance.</target>
@@ -10386,7 +10436,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10386 <target state="new">Mute account</target> 10436 <target state="new">Mute account</target>
10387 10437
10388 10438
10389 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit> 10439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10390 <trans-unit id="4021487547497211597" datatype="html"> 10440 <trans-unit id="4021487547497211597" datatype="html">
10391 <source>Open video actions</source> 10441 <source>Open video actions</source>
10392 <target state="new">Open video actions</target> 10442 <target state="new">Open video actions</target>
@@ -10403,7 +10453,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10403 <source>Mute server account</source> 10453 <source>Mute server account</source>
10404 <target state="new">Mute server account</target> 10454 <target state="new">Mute server account</target>
10405 10455
10406 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 10456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10407 <trans-unit id="7008439939460403347" datatype="html"> 10457 <trans-unit id="7008439939460403347" datatype="html">
10408 <source>Report</source> 10458 <source>Report</source>
10409 <target state="new">Report</target> 10459 <target state="new">Report</target>
@@ -10501,32 +10551,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10501 <source>Only I can see this video</source> 10551 <source>Only I can see this video</source>
10502 <target state="new">Only I can see this video</target> 10552 <target state="new">Only I can see this video</target>
10503 10553
10504 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 10554 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10505 <trans-unit id="6767380569816110388" datatype="html"> 10555 <trans-unit id="6767380569816110388" datatype="html">
10506 <source>Only shareable via a private link</source> 10556 <source>Only shareable via a private link</source>
10507 <target state="new">Only shareable via a private link</target> 10557 <target state="new">Only shareable via a private link</target>
10508 10558
10509 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 10559 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10510 <trans-unit id="6828965264297239528" datatype="html"> 10560 <trans-unit id="6828965264297239528" datatype="html">
10511 <source>Anyone can see this video</source> 10561 <source>Anyone can see this video</source>
10512 <target state="new">Anyone can see this video</target> 10562 <target state="new">Anyone can see this video</target>
10513 10563
10514 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10515 <trans-unit id="1425933035739773115" datatype="html"> 10565 <trans-unit id="1425933035739773115" datatype="html">
10516 <source>Only users of this instance can see this video</source> 10566 <source>Only users of this instance can see this video</source>
10517 <target state="new">Only users of this instance can see this video</target> 10567 <target state="new">Only users of this instance can see this video</target>
10518 10568
10519 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit> 10569 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10520 <trans-unit id="8312101634344200207" datatype="html"> 10570 <trans-unit id="8312101634344200207" datatype="html">
10521 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10571 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10522 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10572 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10523 10573
10524 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 10574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10525 <trans-unit id="7756087706411154095" datatype="html"> 10575 <trans-unit id="7756087706411154095" datatype="html">
10526 <source><x id="PH" equiv-text="this.views"/> views</source> 10576 <source><x id="PH" equiv-text="this.views"/> views</source>
10527 <target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10577 <target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10528 10578
10529 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 10579 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10530 <trans-unit id="ngb.alert.close" datatype="html"> 10580 <trans-unit id="ngb.alert.close" datatype="html">
10531 <source>Close</source> 10581 <source>Close</source>
10532 <target state="new">Close</target> 10582 <target state="new">Close</target>
@@ -10702,35 +10752,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10702 <source>Your video was uploaded to your account and is private.</source> 10752 <source>Your video was uploaded to your account and is private.</source>
10703 <target state="new">Your video was uploaded to your account and is private.</target> 10753 <target state="new">Your video was uploaded to your account and is private.</target>
10704 10754
10705 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10755 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10706 <trans-unit id="5699822024600815733" datatype="html"> 10756 <trans-unit id="5699822024600815733" datatype="html">
10707 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10757 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10708 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target> 10758 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target>
10709 10759
10710 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10760 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10711 <trans-unit id="1219739004043110649" datatype="html"> 10761 <trans-unit id="1219739004043110649" datatype="html">
10712 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10762 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10713 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target> 10763 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target>
10714 10764
10715 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit> 10765 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10716 <trans-unit id="6932865105766151309" datatype="html"> 10766 <trans-unit id="6932865105766151309" datatype="html">
10717 <source>Upload</source> 10767 <source>Upload</source>
10718 <target state="new">Upload</target> 10768 <target state="new">Upload</target>
10719 10769
10720 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10770 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10721 <trans-unit id="8278735427925094503" datatype="html"> 10771 <trans-unit id="8278735427925094503" datatype="html">
10722 <source>Upload <x id="PH"/> </source> 10772 <source>Upload <x id="PH"/> </source>
10723 <target state="new">Upload 10773 <target state="new">Upload
10724 <x id="PH"/> 10774 <x id="PH"/>
10725 </target> 10775 </target>
10726 10776
10727 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10777 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10728 10778
10729 <trans-unit id="5981816353437801748" datatype="html"> 10779 <trans-unit id="5981816353437801748" datatype="html">
10730 <source>Video published.</source> 10780 <source>Video published.</source>
10731 <target state="new">Video published.</target> 10781 <target state="new">Video published.</target>
10732 10782
10733 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10783 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10734 10784
10735 10785
10736 <trans-unit id="764164089183618119" datatype="html"> 10786 <trans-unit id="764164089183618119" datatype="html">
@@ -10780,27 +10830,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10780 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10830 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10781 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10831 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10782 10832
10783 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10833 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10784 <trans-unit id="5761611056224181752" datatype="html"> 10834 <trans-unit id="5761611056224181752" datatype="html">
10785 <source>Redirection</source> 10835 <source>Redirection</source>
10786 <target state="new">Redirection</target> 10836 <target state="new">Redirection</target>
10787 10837
10788 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10838 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10789 <trans-unit id="8858527736400081688" datatype="html"> 10839 <trans-unit id="8858527736400081688" datatype="html">
10790 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10840 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10791 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target> 10841 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target>
10792 10842
10793 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10843 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10794 <trans-unit id="3937119019020041049" datatype="html"> 10844 <trans-unit id="3937119019020041049" datatype="html">
10795 <source>Mature or explicit content</source> 10845 <source>Mature or explicit content</source>
10796 <target state="new">Mature or explicit content</target> 10846 <target state="new">Mature or explicit content</target>
10797 10847
10798 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10848 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10799 <trans-unit id="1755474755114288376" datatype="html"> 10849 <trans-unit id="1755474755114288376" datatype="html">
10800 <source>Up Next</source> 10850 <source>Up Next</source>
10801 <target state="new">Up Next</target> 10851 <target state="new">Up Next</target>
10802 10852
10803 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 10853 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10804 <trans-unit id="2159130950882492111" datatype="html"> 10854 <trans-unit id="2159130950882492111" datatype="html">
10805 <source>Cancel</source> 10855 <source>Cancel</source>
10806 <target state="new">Cancel</target> 10856 <target state="new">Cancel</target>
@@ -10810,62 +10860,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10810 <source>Autoplay is suspended</source> 10860 <source>Autoplay is suspended</source>
10811 <target state="new">Autoplay is suspended</target> 10861 <target state="new">Autoplay is suspended</target>
10812 10862
10813 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10863 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10814 <trans-unit id="7895294730547405228" datatype="html"> 10864 <trans-unit id="7895294730547405228" datatype="html">
10815 <source>Enter/exit fullscreen (requires player focus)</source> 10865 <source>Enter/exit fullscreen (requires player focus)</source>
10816 <target state="new">Enter/exit fullscreen (requires player focus)</target> 10866 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10817 10867
10818 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10868 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10819 <trans-unit id="7618388257165864759" datatype="html"> 10869 <trans-unit id="7618388257165864759" datatype="html">
10820 <source>Play/Pause the video (requires player focus)</source> 10870 <source>Play/Pause the video (requires player focus)</source>
10821 <target state="new">Play/Pause the video (requires player focus)</target> 10871 <target state="new">Play/Pause the video (requires player focus)</target>
10822 10872
10823 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10873 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10824 <trans-unit id="7761890399634216630" datatype="html"> 10874 <trans-unit id="7761890399634216630" datatype="html">
10825 <source>Mute/unmute the video (requires player focus)</source> 10875 <source>Mute/unmute the video (requires player focus)</source>
10826 <target state="new">Mute/unmute the video (requires player focus)</target> 10876 <target state="new">Mute/unmute the video (requires player focus)</target>
10827 10877
10828 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10878 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10829 <trans-unit id="5996585232248234904" datatype="html"> 10879 <trans-unit id="5996585232248234904" datatype="html">
10830 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10880 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10831 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10881 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10832 10882
10833 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10883 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10834 <trans-unit id="3748765405903319998" datatype="html"> 10884 <trans-unit id="3748765405903319998" datatype="html">
10835 <source>Increase the volume (requires player focus)</source> 10885 <source>Increase the volume (requires player focus)</source>
10836 <target state="new">Increase the volume (requires player focus)</target> 10886 <target state="new">Increase the volume (requires player focus)</target>
10837 10887
10838 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10888 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10839 <trans-unit id="5810704036407159982" datatype="html"> 10889 <trans-unit id="5810704036407159982" datatype="html">
10840 <source>Decrease the volume (requires player focus)</source> 10890 <source>Decrease the volume (requires player focus)</source>
10841 <target state="new">Decrease the volume (requires player focus)</target> 10891 <target state="new">Decrease the volume (requires player focus)</target>
10842 10892
10843 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10893 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10844 <trans-unit id="2622048822548065691" datatype="html"> 10894 <trans-unit id="2622048822548065691" datatype="html">
10845 <source>Seek the video forward (requires player focus)</source> 10895 <source>Seek the video forward (requires player focus)</source>
10846 <target state="new">Seek the video forward (requires player focus)</target> 10896 <target state="new">Seek the video forward (requires player focus)</target>
10847 10897
10848 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10898 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10849 <trans-unit id="6540078205109221153" datatype="html"> 10899 <trans-unit id="6540078205109221153" datatype="html">
10850 <source>Seek the video backward (requires player focus)</source> 10900 <source>Seek the video backward (requires player focus)</source>
10851 <target state="new">Seek the video backward (requires player focus)</target> 10901 <target state="new">Seek the video backward (requires player focus)</target>
10852 10902
10853 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10903 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10854 <trans-unit id="1956491957766210808" datatype="html"> 10904 <trans-unit id="1956491957766210808" datatype="html">
10855 <source>Increase playback rate (requires player focus)</source> 10905 <source>Increase playback rate (requires player focus)</source>
10856 <target state="new">Increase playback rate (requires player focus)</target> 10906 <target state="new">Increase playback rate (requires player focus)</target>
10857 10907
10858 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10908 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10859 <trans-unit id="5495529997674803186" datatype="html"> 10909 <trans-unit id="5495529997674803186" datatype="html">
10860 <source>Decrease playback rate (requires player focus)</source> 10910 <source>Decrease playback rate (requires player focus)</source>
10861 <target state="new">Decrease playback rate (requires player focus)</target> 10911 <target state="new">Decrease playback rate (requires player focus)</target>
10862 10912
10863 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10913 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10864 <trans-unit id="3178343147230721210" datatype="html"> 10914 <trans-unit id="3178343147230721210" datatype="html">
10865 <source>Navigate in the video frame by frame (requires player focus)</source> 10915 <source>Navigate in the video frame by frame (requires player focus)</source>
10866 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 10916 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10867 10917
10868 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10918 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10869 <trans-unit id="8025996572234182184" datatype="html"> 10919 <trans-unit id="8025996572234182184" datatype="html">
10870 <source>Like the video</source> 10920 <source>Like the video</source>
10871 <target state="new">Like the video</target> 10921 <target state="new">Like the video</target>
diff --git a/client/src/locale/angular.lt-LT.xlf b/client/src/locale/angular.lt-LT.xlf
index 6c94a9e35..3ca1f8b58 100644
--- a/client/src/locale/angular.lt-LT.xlf
+++ b/client/src/locale/angular.lt-LT.xlf
@@ -293,7 +293,7 @@
293 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 293 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
294 </target> 294 </target>
295 295
296 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html"> 296 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html">
297 <source>My watch history</source><target state="new">My watch history</target> 297 <source>My watch history</source><target state="new">My watch history</target>
298 298
299 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 299 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
@@ -374,12 +374,12 @@
374 374
375 375
376 376
377 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 377 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
378 <trans-unit id="1006562256968398209" datatype="html"> 378 <trans-unit id="1006562256968398209" datatype="html">
379 <source>video</source> 379 <source>video</source>
380 <target state="new">video</target> 380 <target state="new">video</target>
381 381
382 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 382 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
383 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target> 383 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target>
384 384
385 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 385 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -441,10 +441,10 @@
441 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 441 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
442 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 442 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
443 443
444 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 444 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
445 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 445 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
446 446
447 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit><trans-unit id="5235042777215655908" datatype="html"> 447 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit><trans-unit id="5235042777215655908" datatype="html">
448 <source>subtitles</source><target state="new">subtitles</target> 448 <source>subtitles</source><target state="new">subtitles</target>
449 449
450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
@@ -655,7 +655,7 @@
655 655
656 656
657 657
658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
659 <source>Only live videos</source><target state="new">Only live videos</target> 659 <source>Only live videos</source><target state="new">Only live videos</target>
660 <context-group purpose="location"> 660 <context-group purpose="location">
661 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 661 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -827,7 +827,7 @@
827 827
828 828
829 829
830 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group></trans-unit> 830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
831 <trans-unit id="1502595455339510144" datatype="html"> 831 <trans-unit id="1502595455339510144" datatype="html">
832 <source> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 832 <source> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
833 <target state="new"> 833 <target state="new">
@@ -910,7 +910,31 @@
910 <source>Federation</source> 910 <source>Federation</source>
911 <target state="new">Federation</target> 911 <target state="new">Federation</target>
912 912
913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
914 <source>Following</source><target state="new">Following</target>
915 <context-group purpose="location">
916 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
917 <context context-type="linenumber">29</context>
918 </context-group>
919 <context-group purpose="location">
920 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
921 <context context-type="linenumber">31</context>
922 </context-group>
923 <context-group purpose="location">
924 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
925 <context context-type="linenumber">28</context>
926 </context-group>
927 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
928 <source>Followers</source><target state="new">Followers</target>
929 <context-group purpose="location">
930 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
931 <context context-type="linenumber">34</context>
932 </context-group>
933 <context-group purpose="location">
934 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
935 <context context-type="linenumber">37</context>
936 </context-group>
937 </trans-unit>
914 <trans-unit id="3541687134897970106" datatype="html"> 938 <trans-unit id="3541687134897970106" datatype="html">
915 <source>followers</source> 939 <source>followers</source>
916 <target state="new">followers</target> 940 <target state="new">followers</target>
@@ -972,7 +996,7 @@
972 996
973 997
974 998
975 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 999 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
976 <trans-unit id="3616223838716839702" datatype="html"> 1000 <trans-unit id="3616223838716839702" datatype="html">
977 <source>Ban this user</source> 1001 <source>Ban this user</source>
978 <target state="new">Ban this user</target> 1002 <target state="new">Ban this user</target>
@@ -1038,17 +1062,11 @@
1038 1062
1039 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7252854992688790751" datatype="html"> 1063 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7252854992688790751" datatype="html">
1040 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1064 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1041 <context-group purpose="location"> 1065
1042 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1066 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="7215649348148521605" datatype="html">
1043 <context context-type="linenumber">60,62</context>
1044 </context-group>
1045 </trans-unit><trans-unit id="7215649348148521605" datatype="html">
1046 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1067 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1047 <context-group purpose="location"> 1068
1048 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1069 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1049 <context context-type="linenumber">65,67</context>
1050 </context-group>
1051 </trans-unit>
1052 <trans-unit id="2392488717875840729" datatype="html"> 1070 <trans-unit id="2392488717875840729" datatype="html">
1053 <source>User</source> 1071 <source>User</source>
1054 <target state="new">User</target> 1072 <target state="new">User</target>
@@ -1059,7 +1077,13 @@
1059 <source>Username or email address</source> 1077 <source>Username or email address</source>
1060 <target state="new">Username or email address</target> 1078 <target state="new">Username or email address</target>
1061 1079
1062 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 1080 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="1758058452376026925" datatype="html">
1081 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1082 <context-group purpose="location">
1083 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1084 <context context-type="linenumber">33,34</context>
1085 </context-group>
1086 </trans-unit>
1063 1087
1064 <trans-unit id="1431416938026210429" datatype="html"> 1088 <trans-unit id="1431416938026210429" datatype="html">
1065 <source>Password</source> 1089 <source>Password</source>
@@ -1072,50 +1096,44 @@
1072 1096
1073 1097
1074 1098
1075 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1076 <trans-unit id="8715156686857791956" datatype="html"> 1100 <trans-unit id="8715156686857791956" datatype="html">
1077 <source>Click here to reset your password</source> 1101 <source>Click here to reset your password</source>
1078 <target state="new">Click here to reset your password</target> 1102 <target state="new">Click here to reset your password</target>
1079 1103
1080 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html"> 1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html">
1081 <source>I forgot my password</source><target state="new">I forgot my password</target> 1105 <source>I forgot my password</source><target state="new">I forgot my password</target>
1082 <context-group purpose="location"> 1106
1083 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1107 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="2101170466365500913" datatype="html">
1084 <context context-type="linenumber">47</context>
1085 </context-group>
1086 </trans-unit><trans-unit id="2101170466365500913" datatype="html">
1087 <source> Logging into an account lets you publish content </source><target state="new"> Logging into an account lets you publish content </target> 1108 <source> Logging into an account lets you publish content </source><target state="new"> Logging into an account lets you publish content </target>
1088 <context-group purpose="location"> 1109
1089 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1110 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1090 <context context-type="linenumber">56,57</context>
1091 </context-group>
1092 </trans-unit>
1093 <trans-unit id="2454050363478003966" datatype="html"> 1111 <trans-unit id="2454050363478003966" datatype="html">
1094 <source>Login</source> 1112 <source>Login</source>
1095 <target state="new">Login</target> 1113 <target state="new">Login</target>
1096 1114
1097 1115
1098 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1116 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1099 <trans-unit id="3183213940445113677" datatype="html"> 1117 <trans-unit id="3183213940445113677" datatype="html">
1100 <source>Or sign in with</source> 1118 <source>Or sign in with</source>
1101 <target state="new">Or sign in with</target> 1119 <target state="new">Or sign in with</target>
1102 1120
1103 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit> 1121 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1104 <trans-unit id="3238209155172574367" datatype="html"> 1122 <trans-unit id="3238209155172574367" datatype="html">
1105 <source>Forgot your password</source> 1123 <source>Forgot your password</source>
1106 <target state="new">Forgot your password</target> 1124 <target state="new">Forgot your password</target>
1107 1125
1108 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1126 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1109 <trans-unit id="87327320394367488" datatype="html"> 1127 <trans-unit id="87327320394367488" datatype="html">
1110 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1128 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1111 <target state="new"> 1129 <target state="new">
1112 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1130 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1113 </target> 1131 </target>
1114 1132
1115 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit><trans-unit id="3188014010833256853" datatype="html"> 1133 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="3188014010833256853" datatype="html">
1116 <source> Enter your email address and we will send you a link to reset your password. </source><target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1134 <source> Enter your email address and we will send you a link to reset your password. </source><target state="new"> Enter your email address and we will send you a link to reset your password. </target>
1117 1135
1118 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="1190256911880544559" datatype="html"> 1136 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit><trans-unit id="1190256911880544559" datatype="html">
1119 <source>An email with the reset password instructions will be sent to <x id="PH"/>. 1137 <source>An email with the reset password instructions will be sent to <x id="PH"/>.
1120The link will expire within 1 hour.</source><target state="new">An email with the reset password instructions will be sent to <x id="PH"/>. 1138The link will expire within 1 hour.</source><target state="new">An email with the reset password instructions will be sent to <x id="PH"/>.
1121The link will expire within 1 hour.</target> 1139The link will expire within 1 hour.</target>
@@ -1131,17 +1149,17 @@ The link will expire within 1 hour.</target>
1131 1149
1132 1150
1133 1151
1134 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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/+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/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1135 <trans-unit id="3967269098753656610" datatype="html"> 1153 <trans-unit id="3967269098753656610" datatype="html">
1136 <source>Email address</source> 1154 <source>Email address</source>
1137 <target state="new">Email address</target> 1155 <target state="new">Email address</target>
1138 1156
1139 1157
1140 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="7808756054397155068" datatype="html"> 1158 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="7808756054397155068" datatype="html">
1141 <source>Reset</source><target state="new">Reset</target> 1159 <source>Reset</source><target state="new">Reset</target>
1142 1160
1143 <note priority="1" from="description">Password reset button</note> 1161 <note priority="1" from="description">Password reset button</note>
1144 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group></trans-unit> 1162 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1145 1163
1146 1164
1147 <trans-unit id="4319634264526091601" datatype="html"> 1165 <trans-unit id="4319634264526091601" datatype="html">
@@ -1218,7 +1236,7 @@ The link will expire within 1 hour.</target>
1218 No results found 1236 No results found
1219 </target> 1237 </target>
1220 1238
1221 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1239 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1222 <trans-unit id="5500467336262464724" datatype="html"> 1240 <trans-unit id="5500467336262464724" datatype="html">
1223 <source> 1241 <source>
1224 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers 1242 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers
@@ -1227,7 +1245,7 @@ The link will expire within 1 hour.</target>
1227 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers 1245 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers
1228 </target> 1246 </target>
1229 1247
1230 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1231 <trans-unit id="1516969129397662377" datatype="html"> 1249 <trans-unit id="1516969129397662377" datatype="html">
1232 <source>Welcome to PeerTube, dear administrator!</source> 1250 <source>Welcome to PeerTube, dear administrator!</source>
1233 <target state="new">Welcome to PeerTube, dear administrator!</target> 1251 <target state="new">Welcome to PeerTube, dear administrator!</target>
@@ -1503,7 +1521,7 @@ The link will expire within 1 hour.</target>
1503 <source>Create an account</source> 1521 <source>Create an account</source>
1504 <target state="new">Create an account</target> 1522 <target state="new">Create an account</target>
1505 1523
1506 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1524 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1507 1525
1508 <trans-unit id="3058024914967508975" datatype="html"> 1526 <trans-unit id="3058024914967508975" datatype="html">
1509 <source>My videos</source><target state="new">My videos</target> 1527 <source>My videos</source><target state="new">My videos</target>
@@ -1549,7 +1567,7 @@ The link will expire within 1 hour.</target>
1549 <target state="new">VIDEOS</target> 1567 <target state="new">VIDEOS</target>
1550 1568
1551 1569
1552 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html"> 1570 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html">
1553 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target> 1571 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target>
1554 1572
1555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html"> 1573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html">
@@ -1617,7 +1635,7 @@ The link will expire within 1 hour.</target>
1617 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4424964105331349857" datatype="html"> 1635 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4424964105331349857" datatype="html">
1618 <source>I'm a teapot</source><target state="new">I'm a teapot</target> 1636 <source>I'm a teapot</source><target state="new">I'm a teapot</target>
1619 1637
1620 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="1597262876035959248" datatype="html"> 1638 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1597262876035959248" datatype="html">
1621 <source>That's an error.</source><target state="new">That's an error.</target> 1639 <source>That's an error.</source><target state="new">That's an error.</target>
1622 <context-group purpose="location"> 1640 <context-group purpose="location">
1623 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1641 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
@@ -1683,7 +1701,7 @@ The link will expire within 1 hour.</target>
1683 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="2971365540217107489" datatype="html"> 1701 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="2971365540217107489" datatype="html">
1684 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1702 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1685 1703
1686 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 1704 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1687 1705
1688 <trans-unit id="5131854469652959713" datatype="html"> 1706 <trans-unit id="5131854469652959713" datatype="html">
1689 <source>GLOBAL SEARCH</source> 1707 <source>GLOBAL SEARCH</source>
@@ -1771,7 +1789,7 @@ The link will expire within 1 hour.</target>
1771 1789
1772 1790
1773 1791
1774 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1792 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1775 <source>Display only</source><target state="new">Display only</target> 1793 <source>Display only</source><target state="new">Display only</target>
1776 <context-group purpose="location"> 1794 <context-group purpose="location">
1777 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1795 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1809,7 +1827,7 @@ The link will expire within 1 hour.</target>
1809 <target state="new">Duration</target> 1827 <target state="new">Duration</target>
1810 1828
1811 1829
1812 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1830 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1813 <trans-unit id="3589238979642505685" datatype="html"> 1831 <trans-unit id="3589238979642505685" datatype="html">
1814 <source>Display sensitive content</source> 1832 <source>Display sensitive content</source>
1815 <target state="new">Display sensitive content</target> 1833 <target state="new">Display sensitive content</target>
@@ -1831,7 +1849,7 @@ The link will expire within 1 hour.</target>
1831 1849
1832 1850
1833 1851
1834 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1852 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1835 <trans-unit id="5478121364779850827" datatype="html"> 1853 <trans-unit id="5478121364779850827" datatype="html">
1836 <source>Reset</source> 1854 <source>Reset</source>
1837 <target state="new"> 1855 <target state="new">
@@ -1854,7 +1872,7 @@ The link will expire within 1 hour.</target>
1854 1872
1855 1873
1856 1874
1857 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1875 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1858 <trans-unit id="4184995865179898060" datatype="html"> 1876 <trans-unit id="4184995865179898060" datatype="html">
1859 <source>Display all licenses</source> 1877 <source>Display all licenses</source>
1860 <target state="new">Display all licenses</target> 1878 <target state="new">Display all licenses</target>
@@ -1867,7 +1885,7 @@ The link will expire within 1 hour.</target>
1867 1885
1868 1886
1869 1887
1870 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1888 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1871 <trans-unit id="7904142744051432458" datatype="html"> 1889 <trans-unit id="7904142744051432458" datatype="html">
1872 <source>Display all languages</source> 1890 <source>Display all languages</source>
1873 <target state="new">Display all languages</target> 1891 <target state="new">Display all languages</target>
@@ -1882,17 +1900,23 @@ The link will expire within 1 hour.</target>
1882 <source>One of these tags</source> 1900 <source>One of these tags</source>
1883 <target state="new">One of these tags</target> 1901 <target state="new">One of these tags</target>
1884 1902
1885 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1903 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1904 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1905 <context-group purpose="location">
1906 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1907 <context context-type="linenumber">178</context>
1908 </context-group>
1909 </trans-unit>
1886 <trans-unit id="283421392567624698" datatype="html"> 1910 <trans-unit id="283421392567624698" datatype="html">
1887 <source>Search target</source> 1911 <source>Search target</source>
1888 <target state="new">Search target</target> 1912 <target state="new">Search target</target>
1889 1913
1890 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1914 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1891 <trans-unit id="2489767671380266270" datatype="html"> 1915 <trans-unit id="2489767671380266270" datatype="html">
1892 <source>Vidiverse</source> 1916 <source>Vidiverse</source>
1893 <target state="new">Vidiverse</target> 1917 <target state="new">Vidiverse</target>
1894 1918
1895 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1919 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1896 <trans-unit id="5478121364779850827" datatype="html"> 1920 <trans-unit id="5478121364779850827" datatype="html">
1897 <source>Reset</source> 1921 <source>Reset</source>
1898 <target state="new"> 1922 <target state="new">
@@ -1904,7 +1928,7 @@ The link will expire within 1 hour.</target>
1904 <source>Filter</source> 1928 <source>Filter</source>
1905 <target state="new">Filter</target> 1929 <target state="new">Filter</target>
1906 1930
1907 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1931 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1908 1932
1909 <trans-unit id="6479885129995567639" datatype="html"> 1933 <trans-unit id="6479885129995567639" datatype="html">
1910 <source>Video channels</source> 1934 <source>Video channels</source>
@@ -1943,7 +1967,7 @@ The link will expire within 1 hour.</target>
1943 <target state="new">Tags</target> 1967 <target state="new">Tags</target>
1944 1968
1945 1969
1946 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1970 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1947 <trans-unit id="354332809647287722" datatype="html"> 1971 <trans-unit id="354332809647287722" datatype="html">
1948 <source> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1972 <source> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1949 <target state="new"> 1973 <target state="new">
@@ -2377,7 +2401,7 @@ The link will expire within 1 hour.</target>
2377 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2401 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2378 <source>Upload on hold</source><target state="new">Upload on hold</target> 2402 <source>Upload on hold</source><target state="new">Upload on hold</target>
2379 2403
2380 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2404 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2381 <trans-unit id="285180972645018518" datatype="html"> 2405 <trans-unit id="285180972645018518" datatype="html">
2382 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2406 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2383 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2407 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2702,13 +2726,19 @@ The link will expire within 1 hour.</target>
2702 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2726 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2703 <source>Origin</source><target state="new">Origin</target> 2727 <source>Origin</source><target state="new">Origin</target>
2704 2728
2705 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2729 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2730 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2731 <context-group purpose="location">
2732 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2733 <context context-type="linenumber">14</context>
2734 </context-group>
2735 </trans-unit>
2706 2736
2707 <trans-unit id="5139892963394684487" datatype="html"> 2737 <trans-unit id="5139892963394684487" datatype="html">
2708 <source>Originally published</source> 2738 <source>Originally published</source>
2709 <target state="new">Originally published</target> 2739 <target state="new">Originally published</target>
2710 2740
2711 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2741 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2712 <trans-unit id="6402393085909200998" datatype="html"> 2742 <trans-unit id="6402393085909200998" datatype="html">
2713 <source>Friendly Reminder:</source> 2743 <source>Friendly Reminder:</source>
2714 <target state="new">Friendly Reminder: </target> 2744 <target state="new">Friendly Reminder: </target>
@@ -3031,11 +3061,7 @@ The link will expire within 1 hour.</target>
3031 <target state="new">ID</target> 3061 <target state="new">ID</target>
3032 3062
3033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit> 3063 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3034 <trans-unit id="2265605798180116441" datatype="html"> 3064
3035 <source>Follower handle</source>
3036 <target state="new">Follower handle</target>
3037
3038 <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>
3039 <trans-unit id="5911214550882917183" datatype="html"> 3065 <trans-unit id="5911214550882917183" datatype="html">
3040 <source>State</source> 3066 <source>State</source>
3041 <target state="new">State</target> 3067 <target state="new">State</target>
@@ -3117,11 +3143,7 @@ The link will expire within 1 hour.</target>
3117 </target> 3143 </target>
3118 3144
3119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 3145 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
3120 <trans-unit id="6641024648411549335" datatype="html"> 3146
3121 <source>Host</source>
3122 <target state="new">Host</target>
3123
3124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3125 <trans-unit id="6571718060636962350" datatype="html"> 3147 <trans-unit id="6571718060636962350" datatype="html">
3126 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3148 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3127 <target state="new">Redundancy allowed 3149 <target state="new">Redundancy allowed
@@ -3132,7 +3154,7 @@ The link will expire within 1 hour.</target>
3132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html"> 3154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html">
3133 <source>Unfollow</source><target state="new">Unfollow</target> 3155 <source>Unfollow</source><target state="new">Unfollow</target>
3134 3156
3135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3136 <trans-unit id="8246779176913476983" datatype="html"> 3158 <trans-unit id="8246779176913476983" datatype="html">
3137 <source>Open instance in a new tab</source> 3159 <source>Open instance in a new tab</source>
3138 <target state="new">Open instance in a new tab</target> 3160 <target state="new">Open instance in a new tab</target>
@@ -3144,12 +3166,12 @@ The link will expire within 1 hour.</target>
3144 <source>No host found matching current filters.</source> 3166 <source>No host found matching current filters.</source>
3145 <target state="new">No host found matching current filters.</target> 3167 <target state="new">No host found matching current filters.</target>
3146 3168
3147 <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> 3169 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3148 <trans-unit id="7274241885665071790" datatype="html"> 3170 <trans-unit id="7274241885665071790" datatype="html">
3149 <source>Your instance is not following anyone.</source> 3171 <source>Your instance is not following anyone.</source>
3150 <target state="new">Your instance is not following anyone.</target> 3172 <target state="new">Your instance is not following anyone.</target>
3151 3173
3152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3174 <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>
3153 <trans-unit id="4774348799569692380" datatype="html"> 3175 <trans-unit id="4774348799569692380" datatype="html">
3154 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3176 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3155 <target state="new">Showing 3177 <target state="new">Showing
@@ -3159,14 +3181,7 @@ The link will expire within 1 hour.</target>
3159 </target> 3181 </target>
3160 3182
3161 <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></trans-unit> 3183 <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></trans-unit>
3162 <trans-unit id="6275803119759621687" datatype="html"> 3184 <trans-unit id="9216117865911519658" datatype="html">
3163 <source>Follow domains</source>
3164 <target state="new">Follow domains</target>
3165
3166 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="1268699198448750610" datatype="html">
3167 <source>Follow instances</source><target state="new">Follow instances</target>
3168
3169 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
3170 <source>Action</source><target state="new">Action</target> 3185 <source>Action</source><target state="new">Action</target>
3171 3186
3172 3187
@@ -3216,7 +3231,7 @@ The link will expire within 1 hour.</target>
3216 3231
3217 3232
3218 3233
3219 <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><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/+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></trans-unit><trans-unit id="5428411040014095392" datatype="html"> 3234 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="5428411040014095392" datatype="html">
3220 <source>e.g. jane_doe</source><target state="new">e.g. jane_doe</target> 3235 <source>e.g. jane_doe</source><target state="new">e.g. jane_doe</target>
3221 3236
3222 <note priority="1" from="description">Username choice placeholder in the registration form</note> 3237 <note priority="1" from="description">Username choice placeholder in the registration form</note>
@@ -3248,7 +3263,7 @@ The link will expire within 1 hour.</target>
3248 <target state="new">Role</target> 3263 <target state="new">Role</target>
3249 3264
3250 3265
3251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group></trans-unit> 3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3252 <trans-unit id="7046347992315328430" datatype="html"> 3267 <trans-unit id="7046347992315328430" datatype="html">
3253 <source> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3268 <source> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3254 <target state="new"> 3269 <target state="new">
@@ -3271,15 +3286,9 @@ The link will expire within 1 hour.</target>
3271 3286
3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html"> 3287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html">
3273 <source>Auth plugin</source><target state="new">Auth plugin</target> 3288 <source>Auth plugin</source><target state="new">Auth plugin</target>
3274 <context-group purpose="location"> 3289
3275 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3290
3276 <context context-type="linenumber">188</context> 3291 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="588099657508661970" datatype="html">
3277 </context-group>
3278 <context-group purpose="location">
3279 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3280 <context context-type="linenumber">188</context>
3281 </context-group>
3282 </trans-unit><trans-unit id="588099657508661970" datatype="html">
3283 <source>None (local authentication)</source><target state="new">None (local authentication)</target> 3292 <source>None (local authentication)</source><target state="new">None (local authentication)</target>
3284 <context-group purpose="location"> 3293 <context-group purpose="location">
3285 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3294 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
@@ -3504,7 +3513,13 @@ The link will expire within 1 hour.</target>
3504 3513
3505 3514
3506 3515
3507 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4691552465058437520" datatype="html"> 3516 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3517 <source>Follower</source><target state="new">Follower</target>
3518 <context-group purpose="location">
3519 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3520 <context context-type="linenumber">24</context>
3521 </context-group>
3522 </trans-unit><trans-unit id="4691552465058437520" datatype="html">
3508 <source>Commented video</source><target state="new">Commented video</target> 3523 <source>Commented video</source><target state="new">Commented video</target>
3509 3524
3510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="7266085473379376028" datatype="html"> 3525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="7266085473379376028" datatype="html">
@@ -3537,35 +3552,20 @@ The link will expire within 1 hour.</target>
3537 3552
3538 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3553 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3539 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3554 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3540 <context-group purpose="location"> 3555
3541 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3556 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3542 <context context-type="linenumber">42</context>
3543 </context-group>
3544 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3545 <source>Accepted reports</source><target state="new">Accepted reports</target> 3557 <source>Accepted reports</source><target state="new">Accepted reports</target>
3546 <context-group purpose="location"> 3558
3547 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3559 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3548 <context context-type="linenumber">46</context>
3549 </context-group>
3550 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3551 <source>Refused reports</source><target state="new">Refused reports</target> 3560 <source>Refused reports</source><target state="new">Refused reports</target>
3552 <context-group purpose="location"> 3561
3553 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3562 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3554 <context context-type="linenumber">50</context>
3555 </context-group>
3556 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3557 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3563 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3558 <context-group purpose="location"> 3564
3559 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3565 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3560 <context context-type="linenumber">54</context>
3561 </context-group>
3562 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3563 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3566 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3564 <context-group purpose="location"> 3567
3565 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3568 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3566 <context context-type="linenumber">58</context>
3567 </context-group>
3568 </trans-unit>
3569 <trans-unit id="4678289986918934018" datatype="html"> 3569 <trans-unit id="4678289986918934018" datatype="html">
3570 <source>Block reason:</source> 3570 <source>Block reason:</source>
3571 <target state="new">Block reason:</target> 3571 <target state="new">Block reason:</target>
@@ -3582,17 +3582,11 @@ The link will expire within 1 hour.</target>
3582 3582
3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3584 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3584 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3585 <context-group purpose="location"> 3585
3586 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3587 <context context-type="linenumber">31</context>
3588 </context-group>
3589 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3590 <source>Manual blocks</source><target state="new">Manual blocks</target> 3587 <source>Manual blocks</source><target state="new">Manual blocks</target>
3591 <context-group purpose="location"> 3588
3592 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3593 <context context-type="linenumber">35</context>
3594 </context-group>
3595 </trans-unit>
3596 <trans-unit id="2143435845912984377" datatype="html"> 3590 <trans-unit id="2143435845912984377" datatype="html">
3597 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3591 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3598 <target state="new">Showing 3592 <target state="new">Showing
@@ -3776,7 +3770,7 @@ The link will expire within 1 hour.</target>
3776 3770
3777 3771
3778 3772
3779 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3773 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3780 <trans-unit id="1300704815627663264" datatype="html"> 3774 <trans-unit id="1300704815627663264" datatype="html">
3781 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3775 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3782 <target state="new">Muted at 3776 <target state="new">Muted at
@@ -3826,7 +3820,7 @@ The link will expire within 1 hour.</target>
3826 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3820 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3827 </target> 3821 </target>
3828 3822
3829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3830 <trans-unit id="4058814854824495833" datatype="html"> 3824 <trans-unit id="4058814854824495833" datatype="html">
3831 <source>Mute domains</source> 3825 <source>Mute domains</source>
3832 <target state="new">Mute domains</target> 3826 <target state="new">Mute domains</target>
@@ -3892,7 +3886,7 @@ The link will expire within 1 hour.</target>
3892 <target state="new">Search</target> 3886 <target state="new">Search</target>
3893 3887
3894 3888
3895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3896 <trans-unit id="8630916846096019339" datatype="html"> 3890 <trans-unit id="8630916846096019339" datatype="html">
3897 <source>Users can resolve distant content</source> 3891 <source>Users can resolve distant content</source>
3898 <target state="new">Users can resolve distant content</target> 3892 <target state="new">Users can resolve distant content</target>
@@ -5631,11 +5625,8 @@ color: red;
5631 5625
5632 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 5626 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
5633 <source>CHANNELS</source><target state="new">CHANNELS</target> 5627 <source>CHANNELS</source><target state="new">CHANNELS</target>
5634 <context-group purpose="location"> 5628
5635 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5629 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5636 <context context-type="linenumber">82</context>
5637 </context-group>
5638 </trans-unit>
5639 5630
5640 <trans-unit id="3666829335406793239" datatype="html"> 5631 <trans-unit id="3666829335406793239" datatype="html">
5641 <source>This account does not have channels.</source> 5632 <source>This account does not have channels.</source>
@@ -5673,7 +5664,13 @@ channel with the same name (<x id="PH_2"/>)!</source><target state="new">Do you
5673It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 5664It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
5674channel with the same name (<x id="PH_2"/>)!</target> 5665channel with the same name (<x id="PH_2"/>)!</target>
5675 5666
5676 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 5667 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
5668 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5669 <context-group purpose="location">
5670 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5671 <context context-type="linenumber">48</context>
5672 </context-group>
5673 </trans-unit>
5677 <trans-unit id="5387007581996837469" datatype="html"> 5674 <trans-unit id="5387007581996837469" datatype="html">
5678 <source>My Channels</source> 5675 <source>My Channels</source>
5679 <target state="new">My Channels</target> 5676 <target state="new">My Channels</target>
@@ -6263,12 +6260,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6263 <source>Your message has been sent.</source> 6260 <source>Your message has been sent.</source>
6264 <target state="new">Your message has been sent.</target> 6261 <target state="new">Your message has been sent.</target>
6265 6262
6266 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6263 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6267 <trans-unit id="2072135752262464360" datatype="html"> 6264 <trans-unit id="2072135752262464360" datatype="html">
6268 <source>You already sent this form recently</source> 6265 <source>You already sent this form recently</source>
6269 <target state="new">You already sent this form recently</target> 6266 <target state="new">You already sent this form recently</target>
6270 6267
6271 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6268 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6272 <trans-unit id="819067926858619041" datatype="html"> 6269 <trans-unit id="819067926858619041" datatype="html">
6273 <source>Account videos</source><target state="new">Account videos</target> 6270 <source>Account videos</source><target state="new">Account videos</target>
6274 6271
@@ -6303,10 +6300,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
6303 <x id="PH"/> direct account followers 6300 <x id="PH"/> direct account followers
6304 </target> 6301 </target>
6305 6302
6306 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit><trans-unit id="6250999352462648289" datatype="html"> 6303 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="6250999352462648289" datatype="html">
6307 <source>Report this account</source><target state="new">Report this account</target> 6304 <source>Report this account</source><target state="new">Report this account</target>
6308 6305
6309 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 6306 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6310 6307
6311 <trans-unit id="1504521795586863905" datatype="html"> 6308 <trans-unit id="1504521795586863905" datatype="html">
6312 <source>VIDEOS</source><target state="new">VIDEOS</target> 6309 <source>VIDEOS</source><target state="new">VIDEOS</target>
@@ -6318,24 +6315,16 @@ channel with the same name (<x id="PH_2"/>)!</target>
6318 <target state="new">Username copied</target> 6315 <target state="new">Username copied</target>
6319 6316
6320 6317
6321 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="9221735175659318025" datatype="html"> 6318 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="9221735175659318025" datatype="html">
6322 <source>1 subscriber</source><target state="new">1 subscriber</target> 6319 <source>1 subscriber</source><target state="new">1 subscriber</target>
6323 6320
6324 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="4097331874769079975" datatype="html"> 6321 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit><trans-unit id="4097331874769079975" datatype="html">
6325 <source><x id="PH"/> subscribers</source><target state="new"><x id="PH"/> subscribers</target> 6322 <source><x id="PH"/> subscribers</source><target state="new"><x id="PH"/> subscribers</target>
6326 6323
6327 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 6324 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6325
6326
6328 6327
6329 <trans-unit id="4682675125751819107" datatype="html">
6330 <source>Instances you follow</source>
6331 <target state="new">Instances you follow</target>
6332
6333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6334 <trans-unit id="8899833753704589712" datatype="html">
6335 <source>Instances following you</source>
6336 <target state="new">Instances following you</target>
6337
6338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6339 <trans-unit id="1035838766454786107" datatype="html"> 6328 <trans-unit id="1035838766454786107" datatype="html">
6340 <source>Audio-only</source> 6329 <source>Audio-only</source>
6341 <target state="new">Audio-only</target> 6330 <target state="new">Audio-only</target>
@@ -6383,7 +6372,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6383 <source>Auto (via ffmpeg)</source> 6372 <source>Auto (via ffmpeg)</source>
6384 <target state="new">Auto (via ffmpeg)</target> 6373 <target state="new">Auto (via ffmpeg)</target>
6385 6374
6386 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="931255636742351800" datatype="html"> 6375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="3642770981085338761" datatype="html">
6376 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6377 <context-group purpose="location">
6378 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6379 <context context-type="linenumber">3</context>
6380 </context-group>
6381 </trans-unit><trans-unit id="931255636742351800" datatype="html">
6387 <source>No limit</source><target state="new">No limit</target> 6382 <source>No limit</source><target state="new">No limit</target>
6388 6383
6389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="5250062810079582285" datatype="html"> 6384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="5250062810079582285" datatype="html">
@@ -6502,17 +6497,33 @@ channel with the same name (<x id="PH_2"/>)!</target>
6502 <source>Domain is required.</source> 6497 <source>Domain is required.</source>
6503 <target state="new">Domain is required.</target> 6498 <target state="new">Domain is required.</target>
6504 6499
6505 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 6500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6506 <trans-unit id="6780793142903080663" datatype="html"> 6501 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6507 <source>Domains entered are invalid.</source> 6502 <context-group purpose="location">
6508 <target state="new">Domains entered are invalid.</target> 6503 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6509 6504 <context context-type="linenumber">93</context>
6510 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 6505 </context-group>
6511 <trans-unit id="5886492514458202177" datatype="html"> 6506 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6512 <source>Domains entered contain duplicates.</source> 6507 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6513 <target state="new">Domains entered contain duplicates.</target> 6508 <context-group purpose="location">
6514 6509 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 6510 <context context-type="linenumber">94</context>
6511 </context-group>
6512 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6513 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6514 <context-group purpose="location">
6515 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6516 <context context-type="linenumber">102</context>
6517 </context-group>
6518 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6519 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6520 <context-group purpose="location">
6521 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6522 <context context-type="linenumber">103</context>
6523 </context-group>
6524 </trans-unit>
6525
6526
6516 <trans-unit id="240806681889331244" datatype="html"> 6527 <trans-unit id="240806681889331244" datatype="html">
6517 <source>Unlimited</source> 6528 <source>Unlimited</source>
6518 <target state="new">Unlimited</target> 6529 <target state="new">Unlimited</target>
@@ -6643,7 +6654,27 @@ channel with the same name (<x id="PH_2"/>)!</target>
6643 <x id="PH"/> removed from instance followers 6654 <x id="PH"/> removed from instance followers
6644 </target> 6655 </target>
6645 6656
6646 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit> 6657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="6018246591673612412" datatype="html">
6658 <source>Follow</source><target state="new">Follow</target>
6659 <context-group purpose="location">
6660 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6661 <context context-type="linenumber">3</context>
6662 </context-group>
6663 <context-group purpose="location">
6664 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6665 <context context-type="linenumber">37</context>
6666 </context-group>
6667 <context-group purpose="location">
6668 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6669 <context context-type="linenumber">18</context>
6670 </context-group>
6671 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6672 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6673 <context-group purpose="location">
6674 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6675 <context context-type="linenumber">11</context>
6676 </context-group>
6677 </trans-unit>
6647 <trans-unit id="2740793005745065895" datatype="html"> 6678 <trans-unit id="2740793005745065895" datatype="html">
6648 <source> 6679 <source>
6649 <x id="PH"/> is not valid 6680 <x id="PH"/> is not valid
@@ -6652,19 +6683,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
6652 <x id="PH"/> is not valid 6683 <x id="PH"/> is not valid
6653 </target> 6684 </target>
6654 6685
6655 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group></trans-unit> 6686 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6656 <trans-unit id="2355066641781598196" datatype="html"> 6687 <trans-unit id="2355066641781598196" datatype="html">
6657 <source>Follow request(s) sent!</source> 6688 <source>Follow request(s) sent!</source>
6658 <target state="new">Follow request(s) sent!</target> 6689 <target state="new">Follow request(s) sent!</target>
6659 6690
6660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit> 6691 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6692 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6693 <context-group purpose="location">
6694 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6695 <context context-type="linenumber">3</context>
6696 </context-group>
6697 </trans-unit>
6661 <trans-unit id="4245720728052819482" datatype="html"> 6698 <trans-unit id="4245720728052819482" datatype="html">
6662 <source>Do you really want to unfollow <x id="PH"/>?</source> 6699 <source>Do you really want to unfollow <x id="PH"/>?</source>
6663 <target state="new">Do you really want to unfollow 6700 <target state="new">Do you really want to unfollow
6664 <x id="PH"/>? 6701 <x id="PH"/>?
6665 </target> 6702 </target>
6666 6703
6667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 6704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6668 <trans-unit id="9160510009013134726" datatype="html"> 6705 <trans-unit id="9160510009013134726" datatype="html">
6669 <source>Unfollow</source> 6706 <source>Unfollow</source>
6670 <target state="new">Unfollow</target> 6707 <target state="new">Unfollow</target>
@@ -6676,7 +6713,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6676 <x id="PH"/> anymore. 6713 <x id="PH"/> anymore.
6677 </target> 6714 </target>
6678 6715
6679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 6716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6680 <trans-unit id="2593763089859685916" datatype="html"> 6717 <trans-unit id="2593763089859685916" datatype="html">
6681 <source>enabled</source> 6718 <source>enabled</source>
6682 <target state="new">enabled</target> 6719 <target state="new">enabled</target>
@@ -6793,114 +6830,114 @@ channel with the same name (<x id="PH_2"/>)!</target>
6793 <target state="new">Internal actions</target> 6830 <target state="new">Internal actions</target>
6794 6831
6795 6832
6796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 6833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6797 <trans-unit id="4559872264406386913" datatype="html"> 6834 <trans-unit id="4559872264406386913" datatype="html">
6798 <source>Delete report</source> 6835 <source>Delete report</source>
6799 <target state="new">Delete report</target> 6836 <target state="new">Delete report</target>
6800 6837
6801 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 6838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6802 <trans-unit id="5793550984155962433" datatype="html"> 6839 <trans-unit id="5793550984155962433" datatype="html">
6803 <source>Actions for the flagged account</source> 6840 <source>Actions for the flagged account</source>
6804 <target state="new">Actions for the flagged account</target> 6841 <target state="new">Actions for the flagged account</target>
6805 6842
6806 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
6807 <trans-unit id="1679841953757186358" datatype="html"> 6844 <trans-unit id="1679841953757186358" datatype="html">
6808 <source>Mark as accepted</source> 6845 <source>Mark as accepted</source>
6809 <target state="new">Mark as accepted</target> 6846 <target state="new">Mark as accepted</target>
6810 6847
6811 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 6848 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
6812 <trans-unit id="7993358694073742566" datatype="html"> 6849 <trans-unit id="7993358694073742566" datatype="html">
6813 <source>Mark as rejected</source> 6850 <source>Mark as rejected</source>
6814 <target state="new">Mark as rejected</target> 6851 <target state="new">Mark as rejected</target>
6815 6852
6816 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 6853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
6817 <trans-unit id="4175703770051343108" datatype="html"> 6854 <trans-unit id="4175703770051343108" datatype="html">
6818 <source>Add internal note</source> 6855 <source>Add internal note</source>
6819 <target state="new">Add internal note</target> 6856 <target state="new">Add internal note</target>
6820 6857
6821 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 6858 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
6822 <trans-unit id="296166371893775555" datatype="html"> 6859 <trans-unit id="296166371893775555" datatype="html">
6823 <source>Actions for the video</source> 6860 <source>Actions for the video</source>
6824 <target state="new">Actions for the video</target> 6861 <target state="new">Actions for the video</target>
6825 6862
6826 6863
6827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 6864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
6828 <trans-unit id="3924877328520650445" datatype="html"> 6865 <trans-unit id="3924877328520650445" datatype="html">
6829 <source>Block video</source> 6866 <source>Block video</source>
6830 <target state="new">Block video</target> 6867 <target state="new">Block video</target>
6831 6868
6832 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 6869 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
6833 <trans-unit id="4762794934098378428" datatype="html"> 6870 <trans-unit id="4762794934098378428" datatype="html">
6834 <source>Video blocked.</source> 6871 <source>Video blocked.</source>
6835 <target state="new">Video blocked.</target> 6872 <target state="new">Video blocked.</target>
6836 6873
6837 6874
6838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6875 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
6839 <trans-unit id="4328862996304258770" datatype="html"> 6876 <trans-unit id="4328862996304258770" datatype="html">
6840 <source>Unblock video</source> 6877 <source>Unblock video</source>
6841 <target state="new">Unblock video</target> 6878 <target state="new">Unblock video</target>
6842 6879
6843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 6880 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
6844 <trans-unit id="9065327551191479877" datatype="html"> 6881 <trans-unit id="9065327551191479877" datatype="html">
6845 <source>Video unblocked.</source> 6882 <source>Video unblocked.</source>
6846 <target state="new">Video unblocked.</target> 6883 <target state="new">Video unblocked.</target>
6847 6884
6848 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 6885 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
6849 <trans-unit id="1250415136605923486" datatype="html"> 6886 <trans-unit id="1250415136605923486" datatype="html">
6850 <source>Do you really want to delete this abuse report?</source> 6887 <source>Do you really want to delete this abuse report?</source>
6851 <target state="new">Do you really want to delete this abuse report?</target> 6888 <target state="new">Do you really want to delete this abuse report?</target>
6852 6889
6853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 6890 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
6854 <trans-unit id="3482559157143817408" datatype="html"> 6891 <trans-unit id="3482559157143817408" datatype="html">
6855 <source>Abuse deleted.</source> 6892 <source>Abuse deleted.</source>
6856 <target state="new">Abuse deleted.</target> 6893 <target state="new">Abuse deleted.</target>
6857 6894
6858 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 6895 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
6859 <trans-unit id="6282990098351939529" datatype="html"> 6896 <trans-unit id="6282990098351939529" datatype="html">
6860 <source>Deleted comment</source> 6897 <source>Deleted comment</source>
6861 <target state="new">Deleted comment</target> 6898 <target state="new">Deleted comment</target>
6862 6899
6863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 6900 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
6864 <trans-unit id="9196775343330824083" datatype="html"> 6901 <trans-unit id="9196775343330824083" datatype="html">
6865 <source>Messages with reporter</source> 6902 <source>Messages with reporter</source>
6866 <target state="new">Messages with reporter</target> 6903 <target state="new">Messages with reporter</target>
6867 6904
6868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 6905 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
6869 <trans-unit id="8770468575924421391" datatype="html"> 6906 <trans-unit id="8770468575924421391" datatype="html">
6870 <source>Messages with moderators</source> 6907 <source>Messages with moderators</source>
6871 <target state="new">Messages with moderators</target> 6908 <target state="new">Messages with moderators</target>
6872 6909
6873 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 6910 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
6874 <trans-unit id="8528549800795985099" datatype="html"> 6911 <trans-unit id="8528549800795985099" datatype="html">
6875 <source>Update internal note</source> 6912 <source>Update internal note</source>
6876 <target state="new">Update internal note</target> 6913 <target state="new">Update internal note</target>
6877 6914
6878 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 6915 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
6879 <trans-unit id="3962242315365992494" datatype="html"> 6916 <trans-unit id="3962242315365992494" datatype="html">
6880 <source>Switch video block to manual</source> 6917 <source>Switch video block to manual</source>
6881 <target state="new">Switch video block to manual</target> 6918 <target state="new">Switch video block to manual</target>
6882 6919
6883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
6884 <trans-unit id="6906423861055262169" datatype="html"> 6921 <trans-unit id="6906423861055262169" datatype="html">
6885 <source>Video <x id="PH"/> switched to manual block.</source> 6922 <source>Video <x id="PH"/> switched to manual block.</source>
6886 <target state="new">Video 6923 <target state="new">Video
6887 <x id="PH"/> switched to manual block. 6924 <x id="PH"/> switched to manual block.
6888 </target> 6925 </target>
6889 6926
6890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 6927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
6891 <trans-unit id="7293356040886494773" datatype="html"> 6928 <trans-unit id="7293356040886494773" datatype="html">
6892 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 6929 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
6893 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 6930 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
6894 6931
6895 6932
6896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 6933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
6897 <trans-unit id="4859202148272511129" datatype="html"> 6934 <trans-unit id="4859202148272511129" datatype="html">
6898 <source>Unblock</source> 6935 <source>Unblock</source>
6899 <target state="new">Unblock</target> 6936 <target state="new">Unblock</target>
6900 6937
6901 6938
6902 6939
6903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
6904 <trans-unit id="4922469417589203720" datatype="html"> 6941 <trans-unit id="4922469417589203720" datatype="html">
6905 <source>Video <x id="PH"/> unblocked.</source> 6942 <source>Video <x id="PH"/> unblocked.</source>
6906 <target state="new">Video 6943 <target state="new">Video
@@ -6908,7 +6945,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6908 </target> 6945 </target>
6909 6946
6910 6947
6911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 6948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
6912 <trans-unit id="6286037250766429054" datatype="html"> 6949 <trans-unit id="6286037250766429054" datatype="html">
6913 <source>yes</source> 6950 <source>yes</source>
6914 <target state="new">yes</target> 6951 <target state="new">yes</target>
@@ -7134,7 +7171,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7134 7171
7135 7172
7136 7173
7137 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit> 7174 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7138 <trans-unit id="5076187961693950167" datatype="html"> 7175 <trans-unit id="5076187961693950167" datatype="html">
7139 <source>Standard logs</source> 7176 <source>Standard logs</source>
7140 <target state="new">Standard logs</target> 7177 <target state="new">Standard logs</target>
@@ -7172,13 +7209,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7172 <source>Update user password</source> 7209 <source>Update user password</source>
7173 <target state="new">Update user password</target> 7210 <target state="new">Update user password</target>
7174 7211
7175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit><trans-unit id="177544274549739411" datatype="html"> 7212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit>
7176 <source>Following list</source><target state="new">Following list</target>
7177
7178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group></trans-unit><trans-unit id="8092429110007204784" datatype="html">
7179 <source>Followers list</source><target state="new">Followers list</target>
7180
7181 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group></trans-unit>
7182 <trans-unit id="780323526182667308" datatype="html"> 7213 <trans-unit id="780323526182667308" datatype="html">
7183 <source>User <x id="PH"/> updated.</source> 7214 <source>User <x id="PH"/> updated.</source>
7184 <target state="new">User 7215 <target state="new">User
@@ -7209,13 +7240,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="8564701209009684429" datatype="html"> 7240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="8564701209009684429" datatype="html">
7210 <source>Federation</source><target state="new">Federation</target> 7241 <source>Federation</source><target state="new">Federation</target>
7211 7242
7212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="4682675125751819107" datatype="html"> 7243 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit>
7213 <source>Instances you follow</source><target state="new">Instances you follow</target>
7214
7215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8899833753704589712" datatype="html">
7216 <source>Instances following you</source><target state="new">Instances following you</target>
7217
7218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit>
7219 <trans-unit id="3767259920053407667" datatype="html"> 7244 <trans-unit id="3767259920053407667" datatype="html">
7220 <source>Videos will be deleted, comments will be tombstoned.</source> 7245 <source>Videos will be deleted, comments will be tombstoned.</source>
7221 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7246 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7243,7 +7268,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7243 <target state="new">Set Email as Verified</target> 7268 <target state="new">Set Email as Verified</target>
7244 7269
7245 7270
7246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7272 <source>Created</source><target state="new">Created</target>
7273 <context-group purpose="location">
7274 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7275 <context context-type="linenumber">115</context>
7276 </context-group>
7277 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7278 <source>Daily quota</source><target state="new">Daily quota</target>
7279 <context-group purpose="location">
7280 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7281 <context context-type="linenumber">120</context>
7282 </context-group>
7283 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7284 <source>Last login</source><target state="new">Last login</target>
7285 <context-group purpose="location">
7286 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7287 <context context-type="linenumber">122</context>
7288 </context-group>
7289 </trans-unit>
7247 <trans-unit id="3403978719736970622" datatype="html"> 7290 <trans-unit id="3403978719736970622" datatype="html">
7248 <source>You cannot ban root.</source> 7291 <source>You cannot ban root.</source>
7249 <target state="new">You cannot ban root.</target> 7292 <target state="new">You cannot ban root.</target>
@@ -7548,12 +7591,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
7548 <x id="PH"/> created. 7591 <x id="PH"/> created.
7549 </target> 7592 </target>
7550 7593
7551 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 7594 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7552 <trans-unit id="8723777130353305761" datatype="html"> 7595 <trans-unit id="8723777130353305761" datatype="html">
7553 <source>This name already exists on this instance.</source> 7596 <source>This name already exists on this instance.</source>
7554 <target state="new">This name already exists on this instance.</target> 7597 <target state="new">This name already exists on this instance.</target>
7555 7598
7556 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 7599 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7557 <trans-unit id="7589345916094713536" datatype="html"> 7600 <trans-unit id="7589345916094713536" datatype="html">
7558 <source>Video channel <x id="PH"/> updated.</source> 7601 <source>Video channel <x id="PH"/> updated.</source>
7559 <target state="new">Video channel 7602 <target state="new">Video channel
@@ -7570,13 +7613,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7570 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 7613 <source>Banner deleted.</source><target state="new">Banner deleted.</target>
7571 7614
7572 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 7615 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7573 <trans-unit id="2575302837003821736" datatype="html"> 7616
7574 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7575 <target state="new">Please type the display name of the video channel (
7576 <x id="PH"/>) to confirm
7577 </target>
7578
7579 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
7580 <trans-unit id="624066830180032195" datatype="html"> 7617 <trans-unit id="624066830180032195" datatype="html">
7581 <source>Video channel <x id="PH"/> deleted.</source> 7618 <source>Video channel <x id="PH"/> deleted.</source>
7582 <target state="new">Video channel 7619 <target state="new">Video channel
@@ -7719,7 +7756,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
7719 <source>Ownership change request sent.</source> 7756 <source>Ownership change request sent.</source>
7720 <target state="new">Ownership change request sent.</target> 7757 <target state="new">Ownership change request sent.</target>
7721 7758
7722 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 7759 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="7699622144571229146" datatype="html">
7760 <source>Sort by</source><target state="new">Sort by</target>
7761 <context-group purpose="location">
7762 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
7763 <context context-type="linenumber">26</context>
7764 </context-group>
7765 </trans-unit>
7723 <trans-unit id="3245220240937722814" datatype="html"> 7766 <trans-unit id="3245220240937722814" datatype="html">
7724 <source>My channels</source> 7767 <source>My channels</source>
7725 <target state="new">My channels</target> 7768 <target state="new">My channels</target>
@@ -7774,10 +7817,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
7774 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/preview-upload.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="6489275254908395777" datatype="html"> 7817 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/preview-upload.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="6489275254908395777" datatype="html">
7775 <source>Maximize editor</source><target state="new">Maximize editor</target> 7818 <source>Maximize editor</source><target state="new">Maximize editor</target>
7776 7819
7777 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="4243591013849340688" datatype="html"> 7820 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4243591013849340688" datatype="html">
7778 <source>Exit maximized editor</source><target state="new">Exit maximized editor</target> 7821 <source>Exit maximized editor</source><target state="new">Exit maximized editor</target>
7779 7822
7780 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 7823 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7781 <trans-unit id="6537885755702623401" datatype="html"> 7824 <trans-unit id="6537885755702623401" datatype="html">
7782 <source>Now please check your emails to verify your account and complete signup.</source> 7825 <source>Now please check your emails to verify your account and complete signup.</source>
7783 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7826 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -7814,7 +7857,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7814 <target state="new">Subscribe to the account</target> 7857 <target state="new">Subscribe to the account</target>
7815 7858
7816 7859
7817 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 7860 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
7818 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7861 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7819 <context-group purpose="location"> 7862 <context-group purpose="location">
7820 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7863 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -7861,34 +7904,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
7861 <source>Go to my subscriptions</source> 7904 <source>Go to my subscriptions</source>
7862 <target state="new">Go to my subscriptions</target> 7905 <target state="new">Go to my subscriptions</target>
7863 7906
7864 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 7907 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
7865 <trans-unit id="1136469849928650779" datatype="html"> 7908 <trans-unit id="1136469849928650779" datatype="html">
7866 <source>Go to my videos</source> 7909 <source>Go to my videos</source>
7867 <target state="new">Go to my videos</target> 7910 <target state="new">Go to my videos</target>
7868 7911
7869 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit> 7912 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7870 <trans-unit id="7836683738999600376" datatype="html"> 7913 <trans-unit id="7836683738999600376" datatype="html">
7871 <source>Go to my imports</source> 7914 <source>Go to my imports</source>
7872 <target state="new">Go to my imports</target> 7915 <target state="new">Go to my imports</target>
7873 7916
7874 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 7917 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
7875 <trans-unit id="7511292153332773503" datatype="html"> 7918 <trans-unit id="7511292153332773503" datatype="html">
7876 <source>Go to my channels</source> 7919 <source>Go to my channels</source>
7877 <target state="new">Go to my channels</target> 7920 <target state="new">Go to my channels</target>
7878 7921
7879 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="2013324644839511073" datatype="html"> 7922 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="2013324644839511073" datatype="html">
7880 <source>Cannot retrieve OAuth Client credentials: <x id="PH"/>. 7923 <source>Cannot retrieve OAuth Client credentials: <x id="PH"/>.
7881Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 7924Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
7882Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 7925Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
7883 7926
7884 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group></trans-unit> 7927 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
7885 7928
7886 7929
7887 <trans-unit id="375263728166936544" datatype="html"> 7930 <trans-unit id="375263728166936544" datatype="html">
7888 <source>You need to reconnect.</source> 7931 <source>You need to reconnect.</source>
7889 <target state="new">You need to reconnect.</target> 7932 <target state="new">You need to reconnect.</target>
7890 7933
7891 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group></trans-unit> 7934 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
7892 <trans-unit id="2206638022166154361" datatype="html"> 7935 <trans-unit id="2206638022166154361" datatype="html">
7893 <source>Keyboard Shortcuts:</source> 7936 <source>Keyboard Shortcuts:</source>
7894 <target state="new">Keyboard Shortcuts:</target> 7937 <target state="new">Keyboard Shortcuts:</target>
@@ -7899,6 +7942,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7899 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 7942 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7900 <context context-type="linenumber">98</context> 7943 <context context-type="linenumber">98</context>
7901 </context-group> 7944 </context-group>
7945 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
7946 <source>In my library</source><target state="new">In my library</target>
7947 <context-group purpose="location">
7948 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7949 <context context-type="linenumber">104</context>
7950 </context-group>
7902 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 7951 </trans-unit><trans-unit id="232050922346936574" datatype="html">
7903 <source>Trending</source><target state="new">Trending</target> 7952 <source>Trending</source><target state="new">Trending</target>
7904 7953
@@ -7922,38 +7971,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7922 <source>Incorrect username or password.</source> 7971 <source>Incorrect username or password.</source>
7923 <target state="new">Incorrect username or password.</target> 7972 <target state="new">Incorrect username or password.</target>
7924 7973
7925 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 7974 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
7926 <trans-unit id="6974874606619467663" datatype="html"> 7975 <trans-unit id="6974874606619467663" datatype="html">
7927 <source>Your account is blocked.</source> 7976 <source>Your account is blocked.</source>
7928 <target state="new">Your account is blocked.</target> 7977 <target state="new">Your account is blocked.</target>
7929 7978
7930 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 7979 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
7931 7980
7932 <trans-unit id="7939914198003891823" datatype="html"> 7981 <trans-unit id="7939914198003891823" datatype="html">
7933 <source>any language</source> 7982 <source>any language</source>
7934 <target state="new">any language</target> 7983 <target state="new">any language</target>
7935 7984
7936 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 7985 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7937 <trans-unit id="5633144232269377096" datatype="html"> 7986 <trans-unit id="5633144232269377096" datatype="html">
7938 <source>hide</source> 7987 <source>hide</source>
7939 <target state="new">hide</target> 7988 <target state="new">hide</target>
7940 7989
7941 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 7990 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
7942 <trans-unit id="8603861867909474404" datatype="html"> 7991 <trans-unit id="8603861867909474404" datatype="html">
7943 <source>blur</source> 7992 <source>blur</source>
7944 <target state="new">blur</target> 7993 <target state="new">blur</target>
7945 7994
7946 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 7995 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
7947 <trans-unit id="4534458451100881847" datatype="html"> 7996 <trans-unit id="4534458451100881847" datatype="html">
7948 <source>display</source> 7997 <source>display</source>
7949 <target state="new">display</target> 7998 <target state="new">display</target>
7950 7999
7951 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8000 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
7952 <trans-unit id="4467323362722952678" datatype="html"> 8001 <trans-unit id="4467323362722952678" datatype="html">
7953 <source>Unknown</source> 8002 <source>Unknown</source>
7954 <target state="new">Unknown</target> 8003 <target state="new">Unknown</target>
7955 8004
7956 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8005 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
7957 <trans-unit id="8781423666414310853" datatype="html"> 8006 <trans-unit id="8781423666414310853" datatype="html">
7958 <source>Your password has been successfully reset!</source> 8007 <source>Your password has been successfully reset!</source>
7959 <target state="new">Your password has been successfully reset!</target> 8008 <target state="new">Your password has been successfully reset!</target>
@@ -8048,12 +8097,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8048 <source>Search index is unavailable. Retrying with instance results instead.</source> 8097 <source>Search index is unavailable. Retrying with instance results instead.</source>
8049 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8098 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8050 8099
8051 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8100 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8052 <trans-unit id="307702206382241469" datatype="html"> 8101 <trans-unit id="307702206382241469" datatype="html">
8053 <source>Search error</source> 8102 <source>Search error</source>
8054 <target state="new">Search error</target> 8103 <target state="new">Search error</target>
8055 8104
8056 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="4580988005648117665" datatype="html"> 8105 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8106 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8107 <context-group purpose="location">
8108 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8109 <context context-type="linenumber">329</context>
8110 </context-group>
8111 </trans-unit><trans-unit id="4580988005648117665" datatype="html">
8057 <source>Search</source><target state="new">Search</target> 8112 <source>Search</source><target state="new">Search</target>
8058 8113
8059 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7804724824750282316" datatype="html"> 8114 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7804724824750282316" datatype="html">
@@ -9244,19 +9299,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9244 </target> 9299 </target>
9245 9300
9246 9301
9247 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9302 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9248 <trans-unit id="1595779426198793580" datatype="html"> 9303 <trans-unit id="1595779426198793580" datatype="html">
9249 <source>Mute server</source> 9304 <source>Mute server</source>
9250 <target state="new">Mute server</target> 9305 <target state="new">Mute server</target>
9251 9306
9252 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9307 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9253 <trans-unit id="8014491157078444256" datatype="html"> 9308 <trans-unit id="8014491157078444256" datatype="html">
9254 <source>Server <x id="PH"/> muted by the instance.</source> 9309 <source>Server <x id="PH"/> muted by the instance.</source>
9255 <target state="new">Server 9310 <target state="new">Server
9256 <x id="PH"/> muted by the instance. 9311 <x id="PH"/> muted by the instance.
9257 </target> 9312 </target>
9258 9313
9259 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9314 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9260 <trans-unit id="2044813052587776285" datatype="html"> 9315 <trans-unit id="2044813052587776285" datatype="html">
9261 <source>Add a message to communicate with the reporter</source> 9316 <source>Add a message to communicate with the reporter</source>
9262 <target state="new">Add a message to communicate with the reporter</target> 9317 <target state="new">Add a message to communicate with the reporter</target>
@@ -9497,17 +9552,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9497 <x id="PH"/> minutes. 9552 <x id="PH"/> minutes.
9498 </target> 9553 </target>
9499 9554
9500 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 9555 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9501 <trans-unit id="4965472196059235310" datatype="html"> 9556 <trans-unit id="4965472196059235310" datatype="html">
9502 <source>Too many attempts, please try again later.</source> 9557 <source>Too many attempts, please try again later.</source>
9503 <target state="new">Too many attempts, please try again later.</target> 9558 <target state="new">Too many attempts, please try again later.</target>
9504 9559
9505 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group></trans-unit> 9560 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9506 <trans-unit id="1693549688987384699" datatype="html"> 9561 <trans-unit id="1693549688987384699" datatype="html">
9507 <source>Server error. Please retry later.</source> 9562 <source>Server error. Please retry later.</source>
9508 <target state="new">Server error. Please retry later.</target> 9563 <target state="new">Server error. Please retry later.</target>
9509 9564
9510 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 9565 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9511 <trans-unit id="5927402622550505067" datatype="html"> 9566 <trans-unit id="5927402622550505067" datatype="html">
9512 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9567 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9513 <target state="new">Subscribed to all current channels of 9568 <target state="new">Subscribed to all current channels of
@@ -9621,27 +9676,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9621 <source>Delete video</source> 9676 <source>Delete video</source>
9622 <target state="new">Delete video</target> 9677 <target state="new">Delete video</target>
9623 9678
9624 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 9679 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9625 <trans-unit id="2210418817778733727" datatype="html"> 9680 <trans-unit id="2210418817778733727" datatype="html">
9626 <source>Actions for the comment</source> 9681 <source>Actions for the comment</source>
9627 <target state="new">Actions for the comment</target> 9682 <target state="new">Actions for the comment</target>
9628 9683
9629 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 9684 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9630 <trans-unit id="7978668497183230348" datatype="html"> 9685 <trans-unit id="7978668497183230348" datatype="html">
9631 <source>Delete comment</source> 9686 <source>Delete comment</source>
9632 <target state="new">Delete comment</target> 9687 <target state="new">Delete comment</target>
9633 9688
9634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 9689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9635 <trans-unit id="6747218355168080191" datatype="html"> 9690 <trans-unit id="6747218355168080191" datatype="html">
9636 <source>Do you really want to delete this comment?</source> 9691 <source>Do you really want to delete this comment?</source>
9637 <target state="new">Do you really want to delete this comment?</target> 9692 <target state="new">Do you really want to delete this comment?</target>
9638 9693
9639 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 9694 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9640 <trans-unit id="7837272126865175984" datatype="html"> 9695 <trans-unit id="7837272126865175984" datatype="html">
9641 <source>Comment deleted.</source> 9696 <source>Comment deleted.</source>
9642 <target state="new">Comment deleted.</target> 9697 <target state="new">Comment deleted.</target>
9643 9698
9644 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 9699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9645 <trans-unit id="346270517625845962" datatype="html"> 9700 <trans-unit id="346270517625845962" datatype="html">
9646 <source>Encoder</source> 9701 <source>Encoder</source>
9647 <target state="new">Encoder</target> 9702 <target state="new">Encoder</target>
@@ -9682,30 +9737,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9682 <source>Video reported.</source> 9737 <source>Video reported.</source>
9683 <target state="new">Video reported.</target> 9738 <target state="new">Video reported.</target>
9684 9739
9685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 9740 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9686 <trans-unit id="3622946684246476652" datatype="html"> 9741 <trans-unit id="3622946684246476652" datatype="html">
9687 <source>Do you really want to delete this video?</source> 9742 <source>Do you really want to delete this video?</source>
9688 <target state="new">Do you really want to delete this video?</target> 9743 <target state="new">Do you really want to delete this video?</target>
9689 9744
9690 9745
9691 9746
9692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 9747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9693 <trans-unit id="3941342949736653028" datatype="html"> 9748 <trans-unit id="3941342949736653028" datatype="html">
9694 <source>Video deleted.</source> 9749 <source>Video deleted.</source>
9695 <target state="new">Video deleted.</target> 9750 <target state="new">Video deleted.</target>
9696 9751
9697 9752
9698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9699 <trans-unit id="5072091387445907742" datatype="html"> 9754 <trans-unit id="5072091387445907742" datatype="html">
9700 <source>Actions for the reporter</source> 9755 <source>Actions for the reporter</source>
9701 <target state="new">Actions for the reporter</target> 9756 <target state="new">Actions for the reporter</target>
9702 9757
9703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 9758 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9704 <trans-unit id="6599069899275412095" datatype="html"> 9759 <trans-unit id="6599069899275412095" datatype="html">
9705 <source>Mute reporter</source> 9760 <source>Mute reporter</source>
9706 <target state="new">Mute reporter</target> 9761 <target state="new">Mute reporter</target>
9707 9762
9708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 9763 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9709 <trans-unit id="2990849907502572301" datatype="html"> 9764 <trans-unit id="2990849907502572301" datatype="html">
9710 <source>This video will be duplicated by your instance.</source> 9765 <source>This video will be duplicated by your instance.</source>
9711 <target state="new">This video will be duplicated by your instance.</target> 9766 <target state="new">This video will be duplicated by your instance.</target>
@@ -9762,7 +9817,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9762 <target state="new">Mute account</target> 9817 <target state="new">Mute account</target>
9763 9818
9764 9819
9765 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit><trans-unit id="4021487547497211597" datatype="html"> 9820 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit><trans-unit id="4021487547497211597" datatype="html">
9766 <source>Open video actions</source><target state="new">Open video actions</target> 9821 <source>Open video actions</source><target state="new">Open video actions</target>
9767 <context-group purpose="location"> 9822 <context-group purpose="location">
9768 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context> 9823 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context>
@@ -9777,7 +9832,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9777 <source>Mute server account</source> 9832 <source>Mute server account</source>
9778 <target state="new">Mute server account</target> 9833 <target state="new">Mute server account</target>
9779 9834
9780 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 9835 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
9781 <trans-unit id="7008439939460403347" datatype="html"> 9836 <trans-unit id="7008439939460403347" datatype="html">
9782 <source>Report</source> 9837 <source>Report</source>
9783 <target state="new">Report</target> 9838 <target state="new">Report</target>
@@ -9874,28 +9929,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9874 <source>Only I can see this video</source> 9929 <source>Only I can see this video</source>
9875 <target state="new">Only I can see this video</target> 9930 <target state="new">Only I can see this video</target>
9876 9931
9877 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 9932 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
9878 <trans-unit id="6767380569816110388" datatype="html"> 9933 <trans-unit id="6767380569816110388" datatype="html">
9879 <source>Only shareable via a private link</source> 9934 <source>Only shareable via a private link</source>
9880 <target state="new">Only shareable via a private link</target> 9935 <target state="new">Only shareable via a private link</target>
9881 9936
9882 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 9937 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
9883 <trans-unit id="6828965264297239528" datatype="html"> 9938 <trans-unit id="6828965264297239528" datatype="html">
9884 <source>Anyone can see this video</source> 9939 <source>Anyone can see this video</source>
9885 <target state="new">Anyone can see this video</target> 9940 <target state="new">Anyone can see this video</target>
9886 9941
9887 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9942 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
9888 <trans-unit id="1425933035739773115" datatype="html"> 9943 <trans-unit id="1425933035739773115" datatype="html">
9889 <source>Only users of this instance can see this video</source> 9944 <source>Only users of this instance can see this video</source>
9890 <target state="new">Only users of this instance can see this video</target> 9945 <target state="new">Only users of this instance can see this video</target>
9891 9946
9892 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="8312101634344200207" datatype="html"> 9947 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit><trans-unit id="8312101634344200207" datatype="html">
9893 <source><x id="PH" equiv-text="this.views"/> viewers</source><target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 9948 <source><x id="PH" equiv-text="this.views"/> viewers</source><target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
9894 9949
9895 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="7756087706411154095" datatype="html"> 9950 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="7756087706411154095" datatype="html">
9896 <source><x id="PH" equiv-text="this.views"/> views</source><target state="new"><x id="PH" equiv-text="this.views"/> views</target> 9951 <source><x id="PH" equiv-text="this.views"/> views</source><target state="new"><x id="PH" equiv-text="this.views"/> views</target>
9897 9952
9898 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit><trans-unit id="ngb.alert.close" datatype="html"> 9953 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit><trans-unit id="ngb.alert.close" datatype="html">
9899 <source>Close</source><target state="new">Close</target> 9954 <source>Close</source><target state="new">Close</target>
9900 9955
9901 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="ngb.carousel.slide-number" datatype="html"> 9956 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="ngb.carousel.slide-number" datatype="html">
@@ -10005,20 +10060,20 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10005 <source>Your video was uploaded to your account and is private.</source> 10060 <source>Your video was uploaded to your account and is private.</source>
10006 <target state="new">Your video was uploaded to your account and is private.</target> 10061 <target state="new">Your video was uploaded to your account and is private.</target>
10007 10062
10008 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10063 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10009 <trans-unit id="5699822024600815733" datatype="html"> 10064 <trans-unit id="5699822024600815733" datatype="html">
10010 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10065 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10011 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target> 10066 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target>
10012 10067
10013 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10068 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10014 <trans-unit id="1219739004043110649" datatype="html"> 10069 <trans-unit id="1219739004043110649" datatype="html">
10015 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10070 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10016 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target> 10071 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target>
10017 10072
10018 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="6932865105766151309" datatype="html"> 10073 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit><trans-unit id="6932865105766151309" datatype="html">
10019 <source>Upload</source><target state="new">Upload</target> 10074 <source>Upload</source><target state="new">Upload</target>
10020 10075
10021 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10076 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10022 <trans-unit id="8278735427925094503" datatype="html"> 10077 <trans-unit id="8278735427925094503" datatype="html">
10023 <source>Upload 10078 <source>Upload
10024 <x id="PH"/> 10079 <x id="PH"/>
@@ -10027,13 +10082,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10027 <x id="PH"/> 10082 <x id="PH"/>
10028 </target> 10083 </target>
10029 10084
10030 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10085 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10031 10086
10032 <trans-unit id="5981816353437801748" datatype="html"> 10087 <trans-unit id="5981816353437801748" datatype="html">
10033 <source>Video published.</source> 10088 <source>Video published.</source>
10034 <target state="new">Video published.</target> 10089 <target state="new">Video published.</target>
10035 10090
10036 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10091 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10037 10092
10038 10093
10039 <trans-unit id="764164089183618119" datatype="html"> 10094 <trans-unit id="764164089183618119" datatype="html">
@@ -10096,26 +10151,26 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10096 <trans-unit id="961774488937452220" datatype="html"> 10151 <trans-unit id="961774488937452220" datatype="html">
10097 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source><target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10152 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source><target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10098 10153
10099 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit><trans-unit id="5761611056224181752" datatype="html"> 10154 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit><trans-unit id="5761611056224181752" datatype="html">
10100 <source>Redirection</source><target state="new">Redirection</target> 10155 <source>Redirection</source><target state="new">Redirection</target>
10101 10156
10102 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10157 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10103 10158
10104 <trans-unit id="8858527736400081688" datatype="html"> 10159 <trans-unit id="8858527736400081688" datatype="html">
10105 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10160 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10106 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target> 10161 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target>
10107 10162
10108 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10163 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10109 <trans-unit id="3937119019020041049" datatype="html"> 10164 <trans-unit id="3937119019020041049" datatype="html">
10110 <source>Mature or explicit content</source> 10165 <source>Mature or explicit content</source>
10111 <target state="new">Mature or explicit content</target> 10166 <target state="new">Mature or explicit content</target>
10112 10167
10113 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10168 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10114 <trans-unit id="1755474755114288376" datatype="html"> 10169 <trans-unit id="1755474755114288376" datatype="html">
10115 <source>Up Next</source> 10170 <source>Up Next</source>
10116 <target state="new">Up Next</target> 10171 <target state="new">Up Next</target>
10117 10172
10118 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit><trans-unit id="2159130950882492111" datatype="html"> 10173 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit><trans-unit id="2159130950882492111" datatype="html">
10119 <source>Cancel</source><target state="new">Cancel</target> 10174 <source>Cancel</source><target state="new">Cancel</target>
10120 10175
10121 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">646</context></context-group></trans-unit> 10176 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">646</context></context-group></trans-unit>
@@ -10123,62 +10178,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10123 <source>Autoplay is suspended</source> 10178 <source>Autoplay is suspended</source>
10124 <target state="new">Autoplay is suspended</target> 10179 <target state="new">Autoplay is suspended</target>
10125 10180
10126 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10181 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10127 <trans-unit id="7895294730547405228" datatype="html"> 10182 <trans-unit id="7895294730547405228" datatype="html">
10128 <source>Enter/exit fullscreen (requires player focus)</source> 10183 <source>Enter/exit fullscreen (requires player focus)</source>
10129 <target state="new">Enter/exit fullscreen (requires player focus)</target> 10184 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10130 10185
10131 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10186 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10132 <trans-unit id="7618388257165864759" datatype="html"> 10187 <trans-unit id="7618388257165864759" datatype="html">
10133 <source>Play/Pause the video (requires player focus)</source> 10188 <source>Play/Pause the video (requires player focus)</source>
10134 <target state="new">Play/Pause the video (requires player focus)</target> 10189 <target state="new">Play/Pause the video (requires player focus)</target>
10135 10190
10136 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10191 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10137 <trans-unit id="7761890399634216630" datatype="html"> 10192 <trans-unit id="7761890399634216630" datatype="html">
10138 <source>Mute/unmute the video (requires player focus)</source> 10193 <source>Mute/unmute the video (requires player focus)</source>
10139 <target state="new">Mute/unmute the video (requires player focus)</target> 10194 <target state="new">Mute/unmute the video (requires player focus)</target>
10140 10195
10141 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10196 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10142 <trans-unit id="5996585232248234904" datatype="html"> 10197 <trans-unit id="5996585232248234904" datatype="html">
10143 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10198 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10144 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10199 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10145 10200
10146 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10201 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10147 <trans-unit id="3748765405903319998" datatype="html"> 10202 <trans-unit id="3748765405903319998" datatype="html">
10148 <source>Increase the volume (requires player focus)</source> 10203 <source>Increase the volume (requires player focus)</source>
10149 <target state="new">Increase the volume (requires player focus)</target> 10204 <target state="new">Increase the volume (requires player focus)</target>
10150 10205
10151 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10206 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10152 <trans-unit id="5810704036407159982" datatype="html"> 10207 <trans-unit id="5810704036407159982" datatype="html">
10153 <source>Decrease the volume (requires player focus)</source> 10208 <source>Decrease the volume (requires player focus)</source>
10154 <target state="new">Decrease the volume (requires player focus)</target> 10209 <target state="new">Decrease the volume (requires player focus)</target>
10155 10210
10156 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10211 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10157 <trans-unit id="2622048822548065691" datatype="html"> 10212 <trans-unit id="2622048822548065691" datatype="html">
10158 <source>Seek the video forward (requires player focus)</source> 10213 <source>Seek the video forward (requires player focus)</source>
10159 <target state="new">Seek the video forward (requires player focus)</target> 10214 <target state="new">Seek the video forward (requires player focus)</target>
10160 10215
10161 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10216 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10162 <trans-unit id="6540078205109221153" datatype="html"> 10217 <trans-unit id="6540078205109221153" datatype="html">
10163 <source>Seek the video backward (requires player focus)</source> 10218 <source>Seek the video backward (requires player focus)</source>
10164 <target state="new">Seek the video backward (requires player focus)</target> 10219 <target state="new">Seek the video backward (requires player focus)</target>
10165 10220
10166 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10221 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10167 <trans-unit id="1956491957766210808" datatype="html"> 10222 <trans-unit id="1956491957766210808" datatype="html">
10168 <source>Increase playback rate (requires player focus)</source> 10223 <source>Increase playback rate (requires player focus)</source>
10169 <target state="new">Increase playback rate (requires player focus)</target> 10224 <target state="new">Increase playback rate (requires player focus)</target>
10170 10225
10171 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10226 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10172 <trans-unit id="5495529997674803186" datatype="html"> 10227 <trans-unit id="5495529997674803186" datatype="html">
10173 <source>Decrease playback rate (requires player focus)</source> 10228 <source>Decrease playback rate (requires player focus)</source>
10174 <target state="new">Decrease playback rate (requires player focus)</target> 10229 <target state="new">Decrease playback rate (requires player focus)</target>
10175 10230
10176 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10231 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10177 <trans-unit id="3178343147230721210" datatype="html"> 10232 <trans-unit id="3178343147230721210" datatype="html">
10178 <source>Navigate in the video frame by frame (requires player focus)</source> 10233 <source>Navigate in the video frame by frame (requires player focus)</source>
10179 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 10234 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10180 10235
10181 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10236 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10182 <trans-unit id="8025996572234182184" datatype="html"> 10237 <trans-unit id="8025996572234182184" datatype="html">
10183 <source>Like the video</source> 10238 <source>Like the video</source>
10184 <target state="new">Like the video</target> 10239 <target state="new">Like the video</target>
diff --git a/client/src/locale/angular.nb-NO.xlf b/client/src/locale/angular.nb-NO.xlf
index 494d4c982..98120bd9e 100644
--- a/client/src/locale/angular.nb-NO.xlf
+++ b/client/src/locale/angular.nb-NO.xlf
@@ -160,7 +160,7 @@
160 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 160 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
161 </target> 161 </target>
162 162
163 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 163 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
164 <trans-unit id="1486537403020619891" datatype="html"> 164 <trans-unit id="1486537403020619891" datatype="html">
165 <source>My watch history</source> 165 <source>My watch history</source>
166 <target state="translated">Min seer historikk</target> 166 <target state="translated">Min seer historikk</target>
@@ -235,12 +235,12 @@
235 235
236 236
237 237
238 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 238 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
239 <trans-unit id="1006562256968398209" datatype="html"> 239 <trans-unit id="1006562256968398209" datatype="html">
240 <source>video</source> 240 <source>video</source>
241 <target state="translated">video</target> 241 <target state="translated">video</target>
242 242
243 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 243 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
244 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target> 244 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target>
245 245
246 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 246 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -301,10 +301,10 @@
301 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 301 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
302 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 302 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
303 303
304 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 304 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
305 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 305 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
306 306
307 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit> 307 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
308 <trans-unit id="5235042777215655908" datatype="html"> 308 <trans-unit id="5235042777215655908" datatype="html">
309 <source>subtitles</source> 309 <source>subtitles</source>
310 <target state="translated">undertekster</target> 310 <target state="translated">undertekster</target>
@@ -506,7 +506,7 @@
506 <target state="translated">Slett</target> 506 <target state="translated">Slett</target>
507 507
508 508
509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
510 <source>Only live videos</source><target state="new">Only live videos</target> 510 <source>Only live videos</source><target state="new">Only live videos</target>
511 <context-group purpose="location"> 511 <context-group purpose="location">
512 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 512 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -690,10 +690,10 @@
690 <trans-unit id="2602586221576511475" datatype="html"> 690 <trans-unit id="2602586221576511475" datatype="html">
691 <source>Video quota</source> 691 <source>Video quota</source>
692 <target state="new">Video quota</target> 692 <target state="new">Video quota</target>
693 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 693
694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 694
695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 695
696 </trans-unit> 696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
697 <trans-unit id="1502595455339510144" datatype="html"> 697 <trans-unit id="1502595455339510144" datatype="html">
698 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 698 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
699 <target state="new"> 699 <target state="new">
@@ -777,7 +777,31 @@
777 <source>Federation</source> 777 <source>Federation</source>
778 <target state="new">Federation</target> 778 <target state="new">Federation</target>
779 779
780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
781 <source>Following</source><target state="new">Following</target>
782 <context-group purpose="location">
783 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
784 <context context-type="linenumber">29</context>
785 </context-group>
786 <context-group purpose="location">
787 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
788 <context context-type="linenumber">31</context>
789 </context-group>
790 <context-group purpose="location">
791 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
792 <context context-type="linenumber">28</context>
793 </context-group>
794 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
795 <source>Followers</source><target state="new">Followers</target>
796 <context-group purpose="location">
797 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
798 <context context-type="linenumber">34</context>
799 </context-group>
800 <context-group purpose="location">
801 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
802 <context context-type="linenumber">37</context>
803 </context-group>
804 </trans-unit>
781 <trans-unit id="3541687134897970106" datatype="html"> 805 <trans-unit id="3541687134897970106" datatype="html">
782 <source>followers</source> 806 <source>followers</source>
783 <target state="new">followers</target> 807 <target state="new">followers</target>
@@ -852,7 +876,7 @@
852 876
853 877
854 878
855 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 879 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
856 <trans-unit id="3616223838716839702" datatype="html"> 880 <trans-unit id="3616223838716839702" datatype="html">
857 <source>Ban this user</source> 881 <source>Ban this user</source>
858 <target state="new">Ban this user</target> 882 <target state="new">Ban this user</target>
@@ -925,19 +949,13 @@
925 <trans-unit id="7252854992688790751" datatype="html"> 949 <trans-unit id="7252854992688790751" datatype="html">
926 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 950 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
927 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 951 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
928 <context-group purpose="location"> 952
929 <context context-type="sourcefile">src/app/+login/login.component.html</context> 953 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
930 <context context-type="linenumber">60,62</context>
931 </context-group>
932 </trans-unit>
933 <trans-unit id="7215649348148521605" datatype="html"> 954 <trans-unit id="7215649348148521605" datatype="html">
934 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 955 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
935 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 956 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
936 <context-group purpose="location"> 957
937 <context context-type="sourcefile">src/app/+login/login.component.html</context> 958 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
938 <context context-type="linenumber">65,67</context>
939 </context-group>
940 </trans-unit>
941 <trans-unit id="2392488717875840729" datatype="html"> 959 <trans-unit id="2392488717875840729" datatype="html">
942 <source>User</source> 960 <source>User</source>
943 <target state="new">User</target> 961 <target state="new">User</target>
@@ -948,66 +966,66 @@
948 <source>Username or email address</source> 966 <source>Username or email address</source>
949 <target state="new">Username or email address</target> 967 <target state="new">Username or email address</target>
950 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 968 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
969 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
970 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
971 <context-group purpose="location">
972 <context context-type="sourcefile">src/app/+login/login.component.html</context>
973 <context context-type="linenumber">33,34</context>
974 </context-group>
951 </trans-unit> 975 </trans-unit>
952 <trans-unit id="1431416938026210429" datatype="html"> 976 <trans-unit id="1431416938026210429" datatype="html">
953 <source>Password</source> 977 <source>Password</source>
954 <target state="new">Password</target> 978 <target state="new">Password</target>
955 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 979
956 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 980
957 <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> 981
958 <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> 982
959 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 983
960 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 984
961 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 985
962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 986
963 </trans-unit> 987 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
964 <trans-unit id="8715156686857791956" datatype="html"> 988 <trans-unit id="8715156686857791956" datatype="html">
965 <source>Click here to reset your password</source> 989 <source>Click here to reset your password</source>
966 <target state="new">Click here to reset your password</target> 990 <target state="new">Click here to reset your password</target>
967 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 991
968 </trans-unit><trans-unit id="892063502898494584" datatype="html"> 992 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html">
969 <source>I forgot my password</source><target state="new">I forgot my password</target> 993 <source>I forgot my password</source><target state="new">I forgot my password</target>
970 <context-group purpose="location"> 994
971 <context context-type="sourcefile">src/app/+login/login.component.html</context> 995 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
972 <context context-type="linenumber">47</context>
973 </context-group>
974 </trans-unit>
975 <trans-unit id="2101170466365500913" datatype="html"> 996 <trans-unit id="2101170466365500913" datatype="html">
976 <source>Logging into an account lets you publish content</source> 997 <source>Logging into an account lets you publish content</source>
977 <target state="new"> Logging into an account lets you publish content </target> 998 <target state="new"> Logging into an account lets you publish content </target>
978 <context-group purpose="location"> 999
979 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1000 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
980 <context context-type="linenumber">56,57</context>
981 </context-group>
982 </trans-unit>
983 <trans-unit id="2454050363478003966" datatype="html"> 1001 <trans-unit id="2454050363478003966" datatype="html">
984 <source>Login</source> 1002 <source>Login</source>
985 <target state="new">Login</target> 1003 <target state="new">Login</target>
986 1004
987 1005
988 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1006 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
989 <trans-unit id="3183213940445113677" datatype="html"> 1007 <trans-unit id="3183213940445113677" datatype="html">
990 <source>Or sign in with</source> 1008 <source>Or sign in with</source>
991 <target state="new">Or sign in with</target> 1009 <target state="new">Or sign in with</target>
992 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1010
993 </trans-unit> 1011 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
994 <trans-unit id="3238209155172574367" datatype="html"> 1012 <trans-unit id="3238209155172574367" datatype="html">
995 <source>Forgot your password</source> 1013 <source>Forgot your password</source>
996 <target state="new">Forgot your password</target> 1014 <target state="new">Forgot your password</target>
997 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1015
998 </trans-unit> 1016 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
999 <trans-unit id="87327320394367488" datatype="html"> 1017 <trans-unit id="87327320394367488" datatype="html">
1000 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1018 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1001 <target state="new"> 1019 <target state="new">
1002 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1020 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1003 </target> 1021 </target>
1004 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1022
1005 </trans-unit> 1023 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
1006 <trans-unit id="3188014010833256853" datatype="html"> 1024 <trans-unit id="3188014010833256853" datatype="html">
1007 <source>Enter your email address and we will send you a link to reset your password.</source> 1025 <source>Enter your email address and we will send you a link to reset your password.</source>
1008 <target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1026 <target state="new"> Enter your email address and we will send you a link to reset your password. </target>
1009 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1027
1010 </trans-unit> 1028 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
1011 <trans-unit id="1190256911880544559" datatype="html"> 1029 <trans-unit id="1190256911880544559" datatype="html">
1012 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1030 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1013The link will expire within 1 hour.</source> 1031The link will expire within 1 hour.</source>
@@ -1018,26 +1036,26 @@ The link will expire within 1 hour.</target>
1018 <trans-unit id="4768749765465246664" datatype="html"> 1036 <trans-unit id="4768749765465246664" datatype="html">
1019 <source>Email</source> 1037 <source>Email</source>
1020 <target state="new">Email</target> 1038 <target state="new">Email</target>
1021 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1039
1022 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1040
1023 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1041
1024 <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> 1042
1025 <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> 1043
1026 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1044
1027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1045
1028 </trans-unit> 1046 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1029 <trans-unit id="3967269098753656610" datatype="html"> 1047 <trans-unit id="3967269098753656610" datatype="html">
1030 <source>Email address</source> 1048 <source>Email address</source>
1031 <target state="new">Email address</target> 1049 <target state="new">Email address</target>
1032 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1050
1033 <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> 1051
1034 </trans-unit> 1052 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1035 <trans-unit id="7808756054397155068" datatype="html"> 1053 <trans-unit id="7808756054397155068" datatype="html">
1036 <source>Reset</source> 1054 <source>Reset</source>
1037 <target state="new">Reset</target> 1055 <target state="new">Reset</target>
1038 <note priority="1" from="description">Password reset button</note> 1056 <note priority="1" from="description">Password reset button</note>
1039 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1057
1040 </trans-unit> 1058 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1041 1059
1042 <trans-unit id="4319634264526091601" datatype="html"> 1060 <trans-unit id="4319634264526091601" datatype="html">
1043 <source>on this instance</source> 1061 <source>on this instance</source>
@@ -1119,14 +1137,14 @@ The link will expire within 1 hour.</target>
1119 No results found 1137 No results found
1120 </target> 1138 </target>
1121 1139
1122 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1140 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1123 <trans-unit id="5500467336262464724" datatype="html"> 1141 <trans-unit id="5500467336262464724" datatype="html">
1124 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1142 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1125 <target state="new"> 1143 <target state="new">
1126 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers 1144 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers
1127 </target> 1145 </target>
1128 1146
1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1147 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1130 <trans-unit id="1516969129397662377" datatype="html"> 1148 <trans-unit id="1516969129397662377" datatype="html">
1131 <source>Welcome to PeerTube, dear administrator!</source> 1149 <source>Welcome to PeerTube, dear administrator!</source>
1132 <target state="new">Welcome to PeerTube, dear administrator!</target> 1150 <target state="new">Welcome to PeerTube, dear administrator!</target>
@@ -1410,7 +1428,7 @@ The link will expire within 1 hour.</target>
1410 <target state="new">Create an account</target> 1428 <target state="new">Create an account</target>
1411 1429
1412 1430
1413 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1431 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1414 1432
1415 <trans-unit id="3058024914967508975" datatype="html"> 1433 <trans-unit id="3058024914967508975" datatype="html">
1416 <source>My videos</source> 1434 <source>My videos</source>
@@ -1467,7 +1485,7 @@ The link will expire within 1 hour.</target>
1467 <source>VIDEOS</source> 1485 <source>VIDEOS</source>
1468 <target state="new">VIDEOS</target> 1486 <target state="new">VIDEOS</target>
1469 1487
1470 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html"> 1488 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html">
1471 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target> 1489 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target>
1472 1490
1473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html"> 1491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html">
@@ -1542,7 +1560,7 @@ The link will expire within 1 hour.</target>
1542 <source>I'm a teapot</source> 1560 <source>I'm a teapot</source>
1543 <target state="new">I'm a teapot</target> 1561 <target state="new">I'm a teapot</target>
1544 1562
1545 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 1563 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1546 <trans-unit id="1597262876035959248" datatype="html"> 1564 <trans-unit id="1597262876035959248" datatype="html">
1547 <source>That's an error.</source> 1565 <source>That's an error.</source>
1548 <target state="new">That's an error.</target> 1566 <target state="new">That's an error.</target>
@@ -1623,8 +1641,8 @@ The link will expire within 1 hour.</target>
1623 <trans-unit id="2971365540217107489" datatype="html"> 1641 <trans-unit id="2971365540217107489" datatype="html">
1624 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1642 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1625 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1643 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1626 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1644
1627 </trans-unit> 1645 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1628 1646
1629 <trans-unit id="5131854469652959713" datatype="html"> 1647 <trans-unit id="5131854469652959713" datatype="html">
1630 <source>GLOBAL SEARCH</source> 1648 <source>GLOBAL SEARCH</source>
@@ -1711,7 +1729,7 @@ The link will expire within 1 hour.</target>
1711 1729
1712 1730
1713 1731
1714 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1732 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1715 <source>Display only</source><target state="new">Display only</target> 1733 <source>Display only</source><target state="new">Display only</target>
1716 <context-group purpose="location"> 1734 <context-group purpose="location">
1717 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1735 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1749,7 +1767,7 @@ The link will expire within 1 hour.</target>
1749 <target state="new">Duration</target> 1767 <target state="new">Duration</target>
1750 1768
1751 1769
1752 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1770 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1753 <trans-unit id="3589238979642505685" datatype="html"> 1771 <trans-unit id="3589238979642505685" datatype="html">
1754 <source>Display sensitive content</source> 1772 <source>Display sensitive content</source>
1755 <target state="new">Display sensitive content</target> 1773 <target state="new">Display sensitive content</target>
@@ -1771,7 +1789,7 @@ The link will expire within 1 hour.</target>
1771 1789
1772 1790
1773 1791
1774 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1792 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1775 <trans-unit id="5478121364779850827" datatype="html"> 1793 <trans-unit id="5478121364779850827" datatype="html">
1776 <source>Reset</source> 1794 <source>Reset</source>
1777 <target state="new"> 1795 <target state="new">
@@ -1794,7 +1812,7 @@ The link will expire within 1 hour.</target>
1794 1812
1795 1813
1796 1814
1797 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1815 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1798 <trans-unit id="4184995865179898060" datatype="html"> 1816 <trans-unit id="4184995865179898060" datatype="html">
1799 <source>Display all licenses</source> 1817 <source>Display all licenses</source>
1800 <target state="new">Display all licenses</target> 1818 <target state="new">Display all licenses</target>
@@ -1807,7 +1825,7 @@ The link will expire within 1 hour.</target>
1807 1825
1808 1826
1809 1827
1810 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1828 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1811 <trans-unit id="7904142744051432458" datatype="html"> 1829 <trans-unit id="7904142744051432458" datatype="html">
1812 <source>Display all languages</source> 1830 <source>Display all languages</source>
1813 <target state="new">Display all languages</target> 1831 <target state="new">Display all languages</target>
@@ -1822,17 +1840,23 @@ The link will expire within 1 hour.</target>
1822 <source>One of these tags</source> 1840 <source>One of these tags</source>
1823 <target state="new">One of these tags</target> 1841 <target state="new">One of these tags</target>
1824 1842
1825 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1843 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1844 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1845 <context-group purpose="location">
1846 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1847 <context context-type="linenumber">178</context>
1848 </context-group>
1849 </trans-unit>
1826 <trans-unit id="283421392567624698" datatype="html"> 1850 <trans-unit id="283421392567624698" datatype="html">
1827 <source>Search target</source> 1851 <source>Search target</source>
1828 <target state="new">Search target</target> 1852 <target state="new">Search target</target>
1829 1853
1830 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1854 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1831 <trans-unit id="2489767671380266270" datatype="html"> 1855 <trans-unit id="2489767671380266270" datatype="html">
1832 <source>Vidiverse</source> 1856 <source>Vidiverse</source>
1833 <target state="new">Vidiverse</target> 1857 <target state="new">Vidiverse</target>
1834 1858
1835 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1859 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1836 <trans-unit id="5478121364779850827" datatype="html"> 1860 <trans-unit id="5478121364779850827" datatype="html">
1837 <source>Reset</source> 1861 <source>Reset</source>
1838 <target state="new"> 1862 <target state="new">
@@ -1844,7 +1868,7 @@ The link will expire within 1 hour.</target>
1844 <source>Filter</source> 1868 <source>Filter</source>
1845 <target state="new">Filter</target> 1869 <target state="new">Filter</target>
1846 1870
1847 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1871 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1848 <trans-unit id="6479885129995567639" datatype="html"> 1872 <trans-unit id="6479885129995567639" datatype="html">
1849 <source>Video channels</source> 1873 <source>Video channels</source>
1850 <target state="new">Video channels</target> 1874 <target state="new">Video channels</target>
@@ -1882,7 +1906,7 @@ The link will expire within 1 hour.</target>
1882 <target state="new">Tags</target> 1906 <target state="new">Tags</target>
1883 1907
1884 1908
1885 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1909 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1886 <trans-unit id="354332809647287722" datatype="html"> 1910 <trans-unit id="354332809647287722" datatype="html">
1887 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1911 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1888 <target state="new"> 1912 <target state="new">
@@ -2340,7 +2364,7 @@ The link will expire within 1 hour.</target>
2340 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2364 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2341 <source>Upload on hold</source><target state="new">Upload on hold</target> 2365 <source>Upload on hold</source><target state="new">Upload on hold</target>
2342 2366
2343 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2367 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2344 <trans-unit id="285180972645018518" datatype="html"> 2368 <trans-unit id="285180972645018518" datatype="html">
2345 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2369 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2346 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2370 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2685,13 +2709,19 @@ The link will expire within 1 hour.</target>
2685 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2709 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2686 <source>Origin</source><target state="new">Origin</target> 2710 <source>Origin</source><target state="new">Origin</target>
2687 2711
2688 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2712 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2713 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2714 <context-group purpose="location">
2715 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2716 <context context-type="linenumber">14</context>
2717 </context-group>
2718 </trans-unit>
2689 2719
2690 <trans-unit id="5139892963394684487" datatype="html"> 2720 <trans-unit id="5139892963394684487" datatype="html">
2691 <source>Originally published</source> 2721 <source>Originally published</source>
2692 <target state="new">Originally published</target> 2722 <target state="new">Originally published</target>
2693 2723
2694 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2724 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2695 <trans-unit id="6402393085909200998" datatype="html"> 2725 <trans-unit id="6402393085909200998" datatype="html">
2696 <source>Friendly Reminder:</source> 2726 <source>Friendly Reminder:</source>
2697 <target state="new">Friendly Reminder: </target> 2727 <target state="new">Friendly Reminder: </target>
@@ -3068,11 +3098,7 @@ The link will expire within 1 hour.</target>
3068 <target state="new">ID</target> 3098 <target state="new">ID</target>
3069 3099
3070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit> 3100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3071 <trans-unit id="2265605798180116441" datatype="html"> 3101
3072 <source>Follower handle</source>
3073 <target state="new">Follower handle</target>
3074
3075 <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>
3076 <trans-unit id="5911214550882917183" datatype="html"> 3102 <trans-unit id="5911214550882917183" datatype="html">
3077 <source>State</source> 3103 <source>State</source>
3078 <target state="new">State</target> 3104 <target state="new">State</target>
@@ -3147,11 +3173,7 @@ The link will expire within 1 hour.</target>
3147 </target> 3173 </target>
3148 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3174 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3149 </trans-unit> 3175 </trans-unit>
3150 <trans-unit id="6641024648411549335" datatype="html"> 3176
3151 <source>Host</source>
3152 <target state="new">Host</target>
3153
3154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3155 <trans-unit id="6571718060636962350" datatype="html"> 3177 <trans-unit id="6571718060636962350" datatype="html">
3156 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3178 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3157 <target state="new">Redundancy allowed 3179 <target state="new">Redundancy allowed
@@ -3164,7 +3186,7 @@ The link will expire within 1 hour.</target>
3164 <source>Unfollow</source> 3186 <source>Unfollow</source>
3165 <target state="new">Unfollow</target> 3187 <target state="new">Unfollow</target>
3166 3188
3167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3168 <trans-unit id="8246779176913476983" datatype="html"> 3190 <trans-unit id="8246779176913476983" datatype="html">
3169 <source>Open instance in a new tab</source> 3191 <source>Open instance in a new tab</source>
3170 <target state="new">Open instance in a new tab</target> 3192 <target state="new">Open instance in a new tab</target>
@@ -3176,12 +3198,12 @@ The link will expire within 1 hour.</target>
3176 <source>No host found matching current filters.</source> 3198 <source>No host found matching current filters.</source>
3177 <target state="new">No host found matching current filters.</target> 3199 <target state="new">No host found matching current filters.</target>
3178 3200
3179 <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> 3201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3180 <trans-unit id="7274241885665071790" datatype="html"> 3202 <trans-unit id="7274241885665071790" datatype="html">
3181 <source>Your instance is not following anyone.</source> 3203 <source>Your instance is not following anyone.</source>
3182 <target state="new">Your instance is not following anyone.</target> 3204 <target state="new">Your instance is not following anyone.</target>
3183 3205
3184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3206 <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>
3185 <trans-unit id="4774348799569692380" datatype="html"> 3207 <trans-unit id="4774348799569692380" datatype="html">
3186 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3208 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3187 <target state="new">Showing 3209 <target state="new">Showing
@@ -3191,16 +3213,8 @@ The link will expire within 1 hour.</target>
3191 </target> 3213 </target>
3192 3214
3193 <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></trans-unit> 3215 <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></trans-unit>
3194 <trans-unit id="6275803119759621687" datatype="html"> 3216
3195 <source>Follow domains</source> 3217 <trans-unit id="9216117865911519658" datatype="html">
3196 <target state="new">Follow domains</target>
3197
3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3199 <trans-unit id="1268699198448750610" datatype="html">
3200 <source>Follow instances</source>
3201 <target state="new">Follow instances</target>
3202
3203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
3204 <source>Action</source><target state="new">Action</target> 3218 <source>Action</source><target state="new">Action</target>
3205 3219
3206 3220
@@ -3250,7 +3264,7 @@ The link will expire within 1 hour.</target>
3250 3264
3251 3265
3252 3266
3253 <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><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/+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></trans-unit> 3267 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3254 <trans-unit id="5428411040014095392" datatype="html"> 3268 <trans-unit id="5428411040014095392" datatype="html">
3255 <source>e.g. jane_doe</source> 3269 <source>e.g. jane_doe</source>
3256 <target state="new">e.g. jane_doe</target> 3270 <target state="new">e.g. jane_doe</target>
@@ -3280,9 +3294,9 @@ The link will expire within 1 hour.</target>
3280 <trans-unit id="4145496584631696119" datatype="html"> 3294 <trans-unit id="4145496584631696119" datatype="html">
3281 <source>Role</source> 3295 <source>Role</source>
3282 <target state="new">Role</target> 3296 <target state="new">Role</target>
3283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3297
3284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3298
3285 </trans-unit> 3299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3286 <trans-unit id="7046347992315328430" datatype="html"> 3300 <trans-unit id="7046347992315328430" datatype="html">
3287 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3301 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3288 <target state="new"> 3302 <target state="new">
@@ -3305,15 +3319,9 @@ The link will expire within 1 hour.</target>
3305 3319
3306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html"> 3320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html">
3307 <source>Auth plugin</source><target state="new">Auth plugin</target> 3321 <source>Auth plugin</source><target state="new">Auth plugin</target>
3308 <context-group purpose="location"> 3322
3309 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3323
3310 <context context-type="linenumber">188</context> 3324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="588099657508661970" datatype="html">
3311 </context-group>
3312 <context-group purpose="location">
3313 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3314 <context context-type="linenumber">188</context>
3315 </context-group>
3316 </trans-unit><trans-unit id="588099657508661970" datatype="html">
3317 <source>None (local authentication)</source><target state="new">None (local authentication)</target> 3325 <source>None (local authentication)</source><target state="new">None (local authentication)</target>
3318 <context-group purpose="location"> 3326 <context-group purpose="location">
3319 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3327 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
@@ -3570,7 +3578,13 @@ The link will expire within 1 hour.</target>
3570 3578
3571 3579
3572 3580
3573 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3581 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3582 <source>Follower</source><target state="new">Follower</target>
3583 <context-group purpose="location">
3584 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3585 <context context-type="linenumber">24</context>
3586 </context-group>
3587 </trans-unit>
3574 <trans-unit id="4691552465058437520" datatype="html"> 3588 <trans-unit id="4691552465058437520" datatype="html">
3575 <source>Commented video</source> 3589 <source>Commented video</source>
3576 <target state="new">Commented video</target> 3590 <target state="new">Commented video</target>
@@ -3609,35 +3623,20 @@ The link will expire within 1 hour.</target>
3609 3623
3610 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3624 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3611 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3625 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3612 <context-group purpose="location"> 3626
3613 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3627 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3614 <context context-type="linenumber">42</context>
3615 </context-group>
3616 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3617 <source>Accepted reports</source><target state="new">Accepted reports</target> 3628 <source>Accepted reports</source><target state="new">Accepted reports</target>
3618 <context-group purpose="location"> 3629
3619 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3620 <context context-type="linenumber">46</context>
3621 </context-group>
3622 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3623 <source>Refused reports</source><target state="new">Refused reports</target> 3631 <source>Refused reports</source><target state="new">Refused reports</target>
3624 <context-group purpose="location"> 3632
3625 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3633 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3626 <context context-type="linenumber">50</context>
3627 </context-group>
3628 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3629 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3634 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3630 <context-group purpose="location"> 3635
3631 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3632 <context context-type="linenumber">54</context>
3633 </context-group>
3634 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3635 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3637 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3636 <context-group purpose="location"> 3638
3637 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3639 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3638 <context context-type="linenumber">58</context>
3639 </context-group>
3640 </trans-unit>
3641 <trans-unit id="4678289986918934018" datatype="html"> 3640 <trans-unit id="4678289986918934018" datatype="html">
3642 <source>Block reason:</source> 3641 <source>Block reason:</source>
3643 <target state="new">Block reason:</target> 3642 <target state="new">Block reason:</target>
@@ -3654,17 +3653,11 @@ The link will expire within 1 hour.</target>
3654 3653
3655 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3656 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3655 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3657 <context-group purpose="location"> 3656
3658 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3659 <context context-type="linenumber">31</context>
3660 </context-group>
3661 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3662 <source>Manual blocks</source><target state="new">Manual blocks</target> 3658 <source>Manual blocks</source><target state="new">Manual blocks</target>
3663 <context-group purpose="location"> 3659
3664 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3665 <context context-type="linenumber">35</context>
3666 </context-group>
3667 </trans-unit>
3668 <trans-unit id="2143435845912984377" datatype="html"> 3661 <trans-unit id="2143435845912984377" datatype="html">
3669 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3662 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3670 <target state="new">Showing 3663 <target state="new">Showing
@@ -3851,7 +3844,7 @@ The link will expire within 1 hour.</target>
3851 3844
3852 3845
3853 3846
3854 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3847 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3855 <trans-unit id="1300704815627663264" datatype="html"> 3848 <trans-unit id="1300704815627663264" datatype="html">
3856 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3849 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3857 <target state="new">Muted at 3850 <target state="new">Muted at
@@ -3899,7 +3892,7 @@ The link will expire within 1 hour.</target>
3899 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3892 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3900 </target> 3893 </target>
3901 3894
3902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3903 <trans-unit id="4058814854824495833" datatype="html"> 3896 <trans-unit id="4058814854824495833" datatype="html">
3904 <source>Mute domains</source> 3897 <source>Mute domains</source>
3905 <target state="new">Mute domains</target> 3898 <target state="new">Mute domains</target>
@@ -3973,7 +3966,7 @@ The link will expire within 1 hour.</target>
3973 3966
3974 3967
3975 3968
3976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3977 <trans-unit id="8630916846096019339" datatype="html"> 3970 <trans-unit id="8630916846096019339" datatype="html">
3978 <source>Users can resolve distant content</source> 3971 <source>Users can resolve distant content</source>
3979 <target state="new">Users can resolve distant content</target> 3972 <target state="new">Users can resolve distant content</target>
@@ -5818,11 +5811,8 @@ color: red;
5818 5811
5819 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 5812 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
5820 <source>CHANNELS</source><target state="new">CHANNELS</target> 5813 <source>CHANNELS</source><target state="new">CHANNELS</target>
5821 <context-group purpose="location"> 5814
5822 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5815 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5823 <context context-type="linenumber">82</context>
5824 </context-group>
5825 </trans-unit>
5826 5816
5827 <trans-unit id="3666829335406793239" datatype="html"> 5817 <trans-unit id="3666829335406793239" datatype="html">
5828 <source>This account does not have channels.</source> 5818 <source>This account does not have channels.</source>
@@ -5862,7 +5852,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5862It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 5852It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
5863channel with the same name (<x id="PH_2"/>)!</target> 5853channel with the same name (<x id="PH_2"/>)!</target>
5864 5854
5865 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 5855 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
5856 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5857 <context-group purpose="location">
5858 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5859 <context context-type="linenumber">48</context>
5860 </context-group>
5861 </trans-unit>
5866 <trans-unit id="5387007581996837469" datatype="html"> 5862 <trans-unit id="5387007581996837469" datatype="html">
5867 <source>My Channels</source> 5863 <source>My Channels</source>
5868 <target state="new">My Channels</target> 5864 <target state="new">My Channels</target>
@@ -6465,12 +6461,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6465 <source>Your message has been sent.</source> 6461 <source>Your message has been sent.</source>
6466 <target state="new">Your message has been sent.</target> 6462 <target state="new">Your message has been sent.</target>
6467 6463
6468 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6464 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6469 <trans-unit id="2072135752262464360" datatype="html"> 6465 <trans-unit id="2072135752262464360" datatype="html">
6470 <source>You already sent this form recently</source> 6466 <source>You already sent this form recently</source>
6471 <target state="new">You already sent this form recently</target> 6467 <target state="new">You already sent this form recently</target>
6472 6468
6473 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6469 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6474 6470
6475 <trans-unit id="819067926858619041" datatype="html"> 6471 <trans-unit id="819067926858619041" datatype="html">
6476 <source>Account videos</source> 6472 <source>Account videos</source>
@@ -6517,12 +6513,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6517 <x id="PH"/> direct account followers 6513 <x id="PH"/> direct account followers
6518 </target> 6514 </target>
6519 6515
6520 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit> 6516 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6521 <trans-unit id="6250999352462648289" datatype="html"> 6517 <trans-unit id="6250999352462648289" datatype="html">
6522 <source>Report this account</source> 6518 <source>Report this account</source>
6523 <target state="new">Report this account</target> 6519 <target state="new">Report this account</target>
6524 6520
6525 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 6521 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6526 6522
6527 <trans-unit id="1504521795586863905" datatype="html"> 6523 <trans-unit id="1504521795586863905" datatype="html">
6528 <source>VIDEOS</source> 6524 <source>VIDEOS</source>
@@ -6536,27 +6532,19 @@ channel with the same name (<x id="PH_2"/>)!</target>
6536 <target state="new">Username copied</target> 6532 <target state="new">Username copied</target>
6537 6533
6538 6534
6539 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit> 6535 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6540 <trans-unit id="9221735175659318025" datatype="html"> 6536 <trans-unit id="9221735175659318025" datatype="html">
6541 <source>1 subscriber</source> 6537 <source>1 subscriber</source>
6542 <target state="new">1 subscriber</target> 6538 <target state="new">1 subscriber</target>
6543 6539
6544 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit> 6540 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6545 <trans-unit id="4097331874769079975" datatype="html"> 6541 <trans-unit id="4097331874769079975" datatype="html">
6546 <source><x id="PH"/> subscribers</source> 6542 <source><x id="PH"/> subscribers</source>
6547 <target state="new"><x id="PH"/> subscribers</target> 6543 <target state="new"><x id="PH"/> subscribers</target>
6548 6544
6549 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 6545 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6550 <trans-unit id="4682675125751819107" datatype="html"> 6546
6551 <source>Instances you follow</source> 6547
6552 <target state="new">Instances you follow</target>
6553
6554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6555 <trans-unit id="8899833753704589712" datatype="html">
6556 <source>Instances following you</source>
6557 <target state="new">Instances following you</target>
6558
6559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6560 <trans-unit id="1035838766454786107" datatype="html"> 6548 <trans-unit id="1035838766454786107" datatype="html">
6561 <source>Audio-only</source> 6549 <source>Audio-only</source>
6562 <target state="new">Audio-only</target> 6550 <target state="new">Audio-only</target>
@@ -6606,7 +6594,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6606 <source>Auto (via ffmpeg)</source> 6594 <source>Auto (via ffmpeg)</source>
6607 <target state="new">Auto (via ffmpeg)</target> 6595 <target state="new">Auto (via ffmpeg)</target>
6608 6596
6609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit> 6597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="3642770981085338761" datatype="html">
6598 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6599 <context-group purpose="location">
6600 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6601 <context context-type="linenumber">3</context>
6602 </context-group>
6603 </trans-unit>
6610 <trans-unit id="931255636742351800" datatype="html"> 6604 <trans-unit id="931255636742351800" datatype="html">
6611 <source>No limit</source> 6605 <source>No limit</source>
6612 <target state="new">No limit</target> 6606 <target state="new">No limit</target>
@@ -6738,18 +6732,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
6738 <trans-unit id="2127446333083057097" datatype="html"> 6732 <trans-unit id="2127446333083057097" datatype="html">
6739 <source>Domain is required.</source> 6733 <source>Domain is required.</source>
6740 <target state="new">Domain is required.</target> 6734 <target state="new">Domain is required.</target>
6741 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6735
6742 </trans-unit> 6736 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6743 <trans-unit id="6780793142903080663" datatype="html"> 6737 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6744 <source>Domains entered are invalid.</source> 6738 <context-group purpose="location">
6745 <target state="new">Domains entered are invalid.</target> 6739 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6746 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6740 <context context-type="linenumber">93</context>
6747 </trans-unit> 6741 </context-group>
6748 <trans-unit id="5886492514458202177" datatype="html"> 6742 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6749 <source>Domains entered contain duplicates.</source> 6743 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6750 <target state="new">Domains entered contain duplicates.</target> 6744 <context-group purpose="location">
6751 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6745 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6746 <context context-type="linenumber">94</context>
6747 </context-group>
6748 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6749 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6750 <context-group purpose="location">
6751 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6752 <context context-type="linenumber">102</context>
6753 </context-group>
6754 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6755 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6756 <context-group purpose="location">
6757 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6758 <context context-type="linenumber">103</context>
6759 </context-group>
6752 </trans-unit> 6760 </trans-unit>
6761
6762
6753 <trans-unit id="240806681889331244" datatype="html"> 6763 <trans-unit id="240806681889331244" datatype="html">
6754 <source>Unlimited</source> 6764 <source>Unlimited</source>
6755 <target state="new">Unlimited</target> 6765 <target state="new">Unlimited</target>
@@ -6899,26 +6909,52 @@ channel with the same name (<x id="PH_2"/>)!</target>
6899 <x id="PH"/> removed from instance followers 6909 <x id="PH"/> removed from instance followers
6900 </target> 6910 </target>
6901 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6912 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
6913 <source>Follow</source><target state="new">Follow</target>
6914 <context-group purpose="location">
6915 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6916 <context context-type="linenumber">3</context>
6917 </context-group>
6918 <context-group purpose="location">
6919 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6920 <context context-type="linenumber">37</context>
6921 </context-group>
6922 <context-group purpose="location">
6923 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6924 <context context-type="linenumber">18</context>
6925 </context-group>
6926 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6927 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6928 <context-group purpose="location">
6929 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6930 <context context-type="linenumber">11</context>
6931 </context-group>
6902 </trans-unit> 6932 </trans-unit>
6903 <trans-unit id="2740793005745065895" datatype="html"> 6933 <trans-unit id="2740793005745065895" datatype="html">
6904 <source><x id="PH"/> is not valid </source> 6934 <source><x id="PH"/> is not valid </source>
6905 <target state="new"> 6935 <target state="new">
6906 <x id="PH"/> is not valid 6936 <x id="PH"/> is not valid
6907 </target> 6937 </target>
6908 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6938
6909 </trans-unit> 6939 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6910 <trans-unit id="2355066641781598196" datatype="html"> 6940 <trans-unit id="2355066641781598196" datatype="html">
6911 <source>Follow request(s) sent!</source> 6941 <source>Follow request(s) sent!</source>
6912 <target state="new">Follow request(s) sent!</target> 6942 <target state="new">Follow request(s) sent!</target>
6913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6943
6944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6945 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6946 <context-group purpose="location">
6947 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6948 <context context-type="linenumber">3</context>
6949 </context-group>
6914 </trans-unit> 6950 </trans-unit>
6915 <trans-unit id="4245720728052819482" datatype="html"> 6951 <trans-unit id="4245720728052819482" datatype="html">
6916 <source>Do you really want to unfollow <x id="PH"/>?</source> 6952 <source>Do you really want to unfollow <x id="PH"/>?</source>
6917 <target state="new">Do you really want to unfollow 6953 <target state="new">Do you really want to unfollow
6918 <x id="PH"/>? 6954 <x id="PH"/>?
6919 </target> 6955 </target>
6920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6956
6921 </trans-unit> 6957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6922 <trans-unit id="9160510009013134726" datatype="html"> 6958 <trans-unit id="9160510009013134726" datatype="html">
6923 <source>Unfollow</source> 6959 <source>Unfollow</source>
6924 <target state="new">Unfollow</target> 6960 <target state="new">Unfollow</target>
@@ -6929,8 +6965,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
6929 <target state="new">You are not following 6965 <target state="new">You are not following
6930 <x id="PH"/> anymore. 6966 <x id="PH"/> anymore.
6931 </target> 6967 </target>
6932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6968
6933 </trans-unit> 6969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6934 <trans-unit id="2593763089859685916" datatype="html"> 6970 <trans-unit id="2593763089859685916" datatype="html">
6935 <source>enabled</source> 6971 <source>enabled</source>
6936 <target state="new">enabled</target> 6972 <target state="new">enabled</target>
@@ -7050,107 +7086,107 @@ channel with the same name (<x id="PH_2"/>)!</target>
7050 <target state="new">Internal actions</target> 7086 <target state="new">Internal actions</target>
7051 7087
7052 7088
7053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 7089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7054 <trans-unit id="4559872264406386913" datatype="html"> 7090 <trans-unit id="4559872264406386913" datatype="html">
7055 <source>Delete report</source> 7091 <source>Delete report</source>
7056 <target state="new">Delete report</target> 7092 <target state="new">Delete report</target>
7057 7093
7058 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 7094 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7059 <trans-unit id="5793550984155962433" datatype="html"> 7095 <trans-unit id="5793550984155962433" datatype="html">
7060 <source>Actions for the flagged account</source> 7096 <source>Actions for the flagged account</source>
7061 <target state="new">Actions for the flagged account</target> 7097 <target state="new">Actions for the flagged account</target>
7062 7098
7063 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7099 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7064 <trans-unit id="1679841953757186358" datatype="html"> 7100 <trans-unit id="1679841953757186358" datatype="html">
7065 <source>Mark as accepted</source> 7101 <source>Mark as accepted</source>
7066 <target state="new">Mark as accepted</target> 7102 <target state="new">Mark as accepted</target>
7067 7103
7068 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 7104 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7069 <trans-unit id="7993358694073742566" datatype="html"> 7105 <trans-unit id="7993358694073742566" datatype="html">
7070 <source>Mark as rejected</source> 7106 <source>Mark as rejected</source>
7071 <target state="new">Mark as rejected</target> 7107 <target state="new">Mark as rejected</target>
7072 7108
7073 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 7109 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7074 <trans-unit id="4175703770051343108" datatype="html"> 7110 <trans-unit id="4175703770051343108" datatype="html">
7075 <source>Add internal note</source> 7111 <source>Add internal note</source>
7076 <target state="new">Add internal note</target> 7112 <target state="new">Add internal note</target>
7077 7113
7078 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 7114 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7079 <trans-unit id="296166371893775555" datatype="html"> 7115 <trans-unit id="296166371893775555" datatype="html">
7080 <source>Actions for the video</source> 7116 <source>Actions for the video</source>
7081 <target state="new">Actions for the video</target> 7117 <target state="new">Actions for the video</target>
7082 7118
7083 7119
7084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 7120 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7085 <trans-unit id="3924877328520650445" datatype="html"> 7121 <trans-unit id="3924877328520650445" datatype="html">
7086 <source>Block video</source> 7122 <source>Block video</source>
7087 <target state="new">Block video</target> 7123 <target state="new">Block video</target>
7088 7124
7089 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 7125 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7090 <trans-unit id="4762794934098378428" datatype="html"> 7126 <trans-unit id="4762794934098378428" datatype="html">
7091 <source>Video blocked.</source> 7127 <source>Video blocked.</source>
7092 <target state="new">Video blocked.</target> 7128 <target state="new">Video blocked.</target>
7093 7129
7094 7130
7095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7131 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7096 <trans-unit id="4328862996304258770" datatype="html"> 7132 <trans-unit id="4328862996304258770" datatype="html">
7097 <source>Unblock video</source> 7133 <source>Unblock video</source>
7098 <target state="new">Unblock video</target> 7134 <target state="new">Unblock video</target>
7099 7135
7100 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 7136 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7101 <trans-unit id="9065327551191479877" datatype="html"> 7137 <trans-unit id="9065327551191479877" datatype="html">
7102 <source>Video unblocked.</source> 7138 <source>Video unblocked.</source>
7103 <target state="new">Video unblocked.</target> 7139 <target state="new">Video unblocked.</target>
7104 7140
7105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 7141 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7106 <trans-unit id="1250415136605923486" datatype="html"> 7142 <trans-unit id="1250415136605923486" datatype="html">
7107 <source>Do you really want to delete this abuse report?</source> 7143 <source>Do you really want to delete this abuse report?</source>
7108 <target state="new">Do you really want to delete this abuse report?</target> 7144 <target state="new">Do you really want to delete this abuse report?</target>
7109 7145
7110 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 7146 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7111 <trans-unit id="3482559157143817408" datatype="html"> 7147 <trans-unit id="3482559157143817408" datatype="html">
7112 <source>Abuse deleted.</source> 7148 <source>Abuse deleted.</source>
7113 <target state="new">Abuse deleted.</target> 7149 <target state="new">Abuse deleted.</target>
7114 7150
7115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 7151 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7116 <trans-unit id="6282990098351939529" datatype="html"> 7152 <trans-unit id="6282990098351939529" datatype="html">
7117 <source>Deleted comment</source> 7153 <source>Deleted comment</source>
7118 <target state="new">Deleted comment</target> 7154 <target state="new">Deleted comment</target>
7119 7155
7120 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 7156 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7121 <trans-unit id="9196775343330824083" datatype="html"> 7157 <trans-unit id="9196775343330824083" datatype="html">
7122 <source>Messages with reporter</source> 7158 <source>Messages with reporter</source>
7123 <target state="new">Messages with reporter</target> 7159 <target state="new">Messages with reporter</target>
7124 7160
7125 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 7161 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7126 <trans-unit id="8770468575924421391" datatype="html"> 7162 <trans-unit id="8770468575924421391" datatype="html">
7127 <source>Messages with moderators</source> 7163 <source>Messages with moderators</source>
7128 <target state="new">Messages with moderators</target> 7164 <target state="new">Messages with moderators</target>
7129 7165
7130 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 7166 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7131 <trans-unit id="8528549800795985099" datatype="html"> 7167 <trans-unit id="8528549800795985099" datatype="html">
7132 <source>Update internal note</source> 7168 <source>Update internal note</source>
7133 <target state="new">Update internal note</target> 7169 <target state="new">Update internal note</target>
7134 7170
7135 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 7171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7136 <trans-unit id="3962242315365992494" datatype="html"> 7172 <trans-unit id="3962242315365992494" datatype="html">
7137 <source>Switch video block to manual</source> 7173 <source>Switch video block to manual</source>
7138 <target state="new">Switch video block to manual</target> 7174 <target state="new">Switch video block to manual</target>
7139 7175
7140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7141 <trans-unit id="6906423861055262169" datatype="html"> 7177 <trans-unit id="6906423861055262169" datatype="html">
7142 <source>Video <x id="PH"/> switched to manual block.</source> 7178 <source>Video <x id="PH"/> switched to manual block.</source>
7143 <target state="new">Video 7179 <target state="new">Video
7144 <x id="PH"/> switched to manual block. 7180 <x id="PH"/> switched to manual block.
7145 </target> 7181 </target>
7146 7182
7147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 7183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7148 <trans-unit id="7293356040886494773" datatype="html"> 7184 <trans-unit id="7293356040886494773" datatype="html">
7149 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7185 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7150 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7186 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7151 7187
7152 7188
7153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 7189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7154 <trans-unit id="4859202148272511129" datatype="html"> 7190 <trans-unit id="4859202148272511129" datatype="html">
7155 <source>Unblock</source> 7191 <source>Unblock</source>
7156 <target state="new">Unblock</target> 7192 <target state="new">Unblock</target>
@@ -7158,7 +7194,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7158 7194
7159 7195
7160 7196
7161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7162 <trans-unit id="4922469417589203720" datatype="html"> 7198 <trans-unit id="4922469417589203720" datatype="html">
7163 <source>Video <x id="PH"/> unblocked.</source> 7199 <source>Video <x id="PH"/> unblocked.</source>
7164 <target state="new">Video 7200 <target state="new">Video
@@ -7166,7 +7202,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7166 </target> 7202 </target>
7167 7203
7168 7204
7169 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 7205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7170 <trans-unit id="6286037250766429054" datatype="html"> 7206 <trans-unit id="6286037250766429054" datatype="html">
7171 <source>yes</source> 7207 <source>yes</source>
7172 <target state="new">yes</target> 7208 <target state="new">yes</target>
@@ -7397,9 +7433,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7397 <trans-unit id="1519954996184640001" datatype="html"> 7433 <trans-unit id="1519954996184640001" datatype="html">
7398 <source>Error</source> 7434 <source>Error</source>
7399 <target state="new">Error</target> 7435 <target state="new">Error</target>
7400 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7436
7401 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7437
7402 </trans-unit> 7438 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7403 <trans-unit id="5076187961693950167" datatype="html"> 7439 <trans-unit id="5076187961693950167" datatype="html">
7404 <source>Standard logs</source> 7440 <source>Standard logs</source>
7405 <target state="new">Standard logs</target> 7441 <target state="new">Standard logs</target>
@@ -7444,16 +7480,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7444 <target state="new">Update user password</target> 7480 <target state="new">Update user password</target>
7445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7446 </trans-unit> 7482 </trans-unit>
7447 <trans-unit id="177544274549739411" datatype="html"> 7483
7448 <source>Following list</source> 7484
7449 <target state="new">Following list</target>
7450 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7451 </trans-unit>
7452 <trans-unit id="8092429110007204784" datatype="html">
7453 <source>Followers list</source>
7454 <target state="new">Followers list</target>
7455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7456 </trans-unit>
7457 <trans-unit id="780323526182667308" datatype="html"> 7485 <trans-unit id="780323526182667308" datatype="html">
7458 <source>User <x id="PH"/> updated.</source> 7486 <source>User <x id="PH"/> updated.</source>
7459 <target state="new">User 7487 <target state="new">User
@@ -7493,16 +7521,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7493 <target state="new">Federation</target> 7521 <target state="new">Federation</target>
7494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7495 </trans-unit> 7523 </trans-unit>
7496 <trans-unit id="4682675125751819107" datatype="html"> 7524
7497 <source>Instances you follow</source> 7525
7498 <target state="new">Instances you follow</target>
7499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7500 </trans-unit>
7501 <trans-unit id="8899833753704589712" datatype="html">
7502 <source>Instances following you</source>
7503 <target state="new">Instances following you</target>
7504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7505 </trans-unit>
7506 <trans-unit id="3767259920053407667" datatype="html"> 7526 <trans-unit id="3767259920053407667" datatype="html">
7507 <source>Videos will be deleted, comments will be tombstoned.</source> 7527 <source>Videos will be deleted, comments will be tombstoned.</source>
7508 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7528 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7533,7 +7553,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7533 <target state="new">Set Email as Verified</target> 7553 <target state="new">Set Email as Verified</target>
7534 7554
7535 7555
7536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7557 <source>Created</source><target state="new">Created</target>
7558 <context-group purpose="location">
7559 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7560 <context context-type="linenumber">115</context>
7561 </context-group>
7562 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7563 <source>Daily quota</source><target state="new">Daily quota</target>
7564 <context-group purpose="location">
7565 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7566 <context context-type="linenumber">120</context>
7567 </context-group>
7568 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7569 <source>Last login</source><target state="new">Last login</target>
7570 <context-group purpose="location">
7571 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7572 <context context-type="linenumber">122</context>
7573 </context-group>
7574 </trans-unit>
7537 <trans-unit id="3403978719736970622" datatype="html"> 7575 <trans-unit id="3403978719736970622" datatype="html">
7538 <source>You cannot ban root.</source> 7576 <source>You cannot ban root.</source>
7539 <target state="new">You cannot ban root.</target> 7577 <target state="new">You cannot ban root.</target>
@@ -7842,12 +7880,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
7842 <x id="PH"/> created. 7880 <x id="PH"/> created.
7843 </target> 7881 </target>
7844 7882
7845 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 7883 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7846 <trans-unit id="8723777130353305761" datatype="html"> 7884 <trans-unit id="8723777130353305761" datatype="html">
7847 <source>This name already exists on this instance.</source> 7885 <source>This name already exists on this instance.</source>
7848 <target state="new">This name already exists on this instance.</target> 7886 <target state="new">This name already exists on this instance.</target>
7849 7887
7850 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 7888 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7851 <trans-unit id="7589345916094713536" datatype="html"> 7889 <trans-unit id="7589345916094713536" datatype="html">
7852 <source>Video channel <x id="PH"/> updated.</source> 7890 <source>Video channel <x id="PH"/> updated.</source>
7853 <target state="new">Video channel 7891 <target state="new">Video channel
@@ -7864,13 +7902,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7864 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 7902 <source>Banner deleted.</source><target state="new">Banner deleted.</target>
7865 7903
7866 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 7904 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7867 <trans-unit id="2575302837003821736" datatype="html"> 7905
7868 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7869 <target state="new">Please type the display name of the video channel (
7870 <x id="PH"/>) to confirm
7871 </target>
7872
7873 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
7874 <trans-unit id="624066830180032195" datatype="html"> 7906 <trans-unit id="624066830180032195" datatype="html">
7875 <source>Video channel <x id="PH"/> deleted.</source> 7907 <source>Video channel <x id="PH"/> deleted.</source>
7876 <target state="new">Video channel 7908 <target state="new">Video channel
@@ -8027,6 +8059,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8027 <source>Ownership change request sent.</source> 8059 <source>Ownership change request sent.</source>
8028 <target state="new">Ownership change request sent.</target> 8060 <target state="new">Ownership change request sent.</target>
8029 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8061 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8062 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
8063 <source>Sort by</source><target state="new">Sort by</target>
8064 <context-group purpose="location">
8065 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8066 <context context-type="linenumber">26</context>
8067 </context-group>
8030 </trans-unit> 8068 </trans-unit>
8031 <trans-unit id="3245220240937722814" datatype="html"> 8069 <trans-unit id="3245220240937722814" datatype="html">
8032 <source>My channels</source> 8070 <source>My channels</source>
@@ -8090,12 +8128,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8090 <source>Maximize editor</source> 8128 <source>Maximize editor</source>
8091 <target state="new">Maximize editor</target> 8129 <target state="new">Maximize editor</target>
8092 8130
8093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 8131 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8094 <trans-unit id="4243591013849340688" datatype="html"> 8132 <trans-unit id="4243591013849340688" datatype="html">
8095 <source>Exit maximized editor</source> 8133 <source>Exit maximized editor</source>
8096 <target state="new">Exit maximized editor</target> 8134 <target state="new">Exit maximized editor</target>
8097 8135
8098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 8136 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8099 <trans-unit id="6537885755702623401" datatype="html"> 8137 <trans-unit id="6537885755702623401" datatype="html">
8100 <source>Now please check your emails to verify your account and complete signup.</source> 8138 <source>Now please check your emails to verify your account and complete signup.</source>
8101 <target state="new">Now please check your emails to verify your account and complete signup.</target> 8139 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8132,7 +8170,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8132 <target state="new">Subscribe to the account</target> 8170 <target state="new">Subscribe to the account</target>
8133 8171
8134 8172
8135 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 8173 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
8136 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 8174 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
8137 <context-group purpose="location"> 8175 <context-group purpose="location">
8138 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 8176 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -8178,35 +8216,35 @@ channel with the same name (<x id="PH_2"/>)!</target>
8178 <trans-unit id="3779524668013120370" datatype="html"> 8216 <trans-unit id="3779524668013120370" datatype="html">
8179 <source>Go to my subscriptions</source> 8217 <source>Go to my subscriptions</source>
8180 <target state="new">Go to my subscriptions</target> 8218 <target state="new">Go to my subscriptions</target>
8181 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8219
8182 </trans-unit> 8220 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
8183 <trans-unit id="1136469849928650779" datatype="html"> 8221 <trans-unit id="1136469849928650779" datatype="html">
8184 <source>Go to my videos</source> 8222 <source>Go to my videos</source>
8185 <target state="new">Go to my videos</target> 8223 <target state="new">Go to my videos</target>
8186 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8224
8187 </trans-unit> 8225 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
8188 <trans-unit id="7836683738999600376" datatype="html"> 8226 <trans-unit id="7836683738999600376" datatype="html">
8189 <source>Go to my imports</source> 8227 <source>Go to my imports</source>
8190 <target state="new">Go to my imports</target> 8228 <target state="new">Go to my imports</target>
8191 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8229
8192 </trans-unit> 8230 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
8193 <trans-unit id="7511292153332773503" datatype="html"> 8231 <trans-unit id="7511292153332773503" datatype="html">
8194 <source>Go to my channels</source> 8232 <source>Go to my channels</source>
8195 <target state="new">Go to my channels</target> 8233 <target state="new">Go to my channels</target>
8196 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8234
8197 </trans-unit> 8235 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
8198 <trans-unit id="2013324644839511073" datatype="html"> 8236 <trans-unit id="2013324644839511073" datatype="html">
8199 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8237 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8200Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8238Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8201 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8239 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8202Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8240Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8203 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8241
8204 </trans-unit> 8242 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
8205 <trans-unit id="375263728166936544" datatype="html"> 8243 <trans-unit id="375263728166936544" datatype="html">
8206 <source>You need to reconnect.</source> 8244 <source>You need to reconnect.</source>
8207 <target state="new">You need to reconnect.</target> 8245 <target state="new">You need to reconnect.</target>
8208 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8246
8209 </trans-unit> 8247 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
8210 <trans-unit id="2206638022166154361" datatype="html"> 8248 <trans-unit id="2206638022166154361" datatype="html">
8211 <source>Keyboard Shortcuts:</source> 8249 <source>Keyboard Shortcuts:</source>
8212 <target state="new">Keyboard Shortcuts:</target> 8250 <target state="new">Keyboard Shortcuts:</target>
@@ -8217,6 +8255,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8217 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8255 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8218 <context context-type="linenumber">98</context> 8256 <context context-type="linenumber">98</context>
8219 </context-group> 8257 </context-group>
8258 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8259 <source>In my library</source><target state="new">In my library</target>
8260 <context-group purpose="location">
8261 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8262 <context context-type="linenumber">104</context>
8263 </context-group>
8220 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 8264 </trans-unit><trans-unit id="232050922346936574" datatype="html">
8221 <source>Trending</source><target state="new">Trending</target> 8265 <source>Trending</source><target state="new">Trending</target>
8222 8266
@@ -8240,38 +8284,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8240 <source>Incorrect username or password.</source> 8284 <source>Incorrect username or password.</source>
8241 <target state="new">Incorrect username or password.</target> 8285 <target state="new">Incorrect username or password.</target>
8242 8286
8243 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 8287 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8244 <trans-unit id="6974874606619467663" datatype="html"> 8288 <trans-unit id="6974874606619467663" datatype="html">
8245 <source>Your account is blocked.</source> 8289 <source>Your account is blocked.</source>
8246 <target state="new">Your account is blocked.</target> 8290 <target state="new">Your account is blocked.</target>
8247 8291
8248 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 8292 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8249 <trans-unit id="7939914198003891823" datatype="html"> 8293 <trans-unit id="7939914198003891823" datatype="html">
8250 <source>any language</source> 8294 <source>any language</source>
8251 <target state="new">any language</target> 8295 <target state="new">any language</target>
8252 8296
8253 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8297 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8254 8298
8255 <trans-unit id="5633144232269377096" datatype="html"> 8299 <trans-unit id="5633144232269377096" datatype="html">
8256 <source>hide</source> 8300 <source>hide</source>
8257 <target state="new">hide</target> 8301 <target state="new">hide</target>
8258 8302
8259 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8303 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8260 <trans-unit id="8603861867909474404" datatype="html"> 8304 <trans-unit id="8603861867909474404" datatype="html">
8261 <source>blur</source> 8305 <source>blur</source>
8262 <target state="new">blur</target> 8306 <target state="new">blur</target>
8263 8307
8264 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8308 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8265 <trans-unit id="4534458451100881847" datatype="html"> 8309 <trans-unit id="4534458451100881847" datatype="html">
8266 <source>display</source> 8310 <source>display</source>
8267 <target state="new">display</target> 8311 <target state="new">display</target>
8268 8312
8269 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8313 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8270 <trans-unit id="4467323362722952678" datatype="html"> 8314 <trans-unit id="4467323362722952678" datatype="html">
8271 <source>Unknown</source> 8315 <source>Unknown</source>
8272 <target state="new">Unknown</target> 8316 <target state="new">Unknown</target>
8273 8317
8274 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8318 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8275 <trans-unit id="8781423666414310853" datatype="html"> 8319 <trans-unit id="8781423666414310853" datatype="html">
8276 <source>Your password has been successfully reset!</source> 8320 <source>Your password has been successfully reset!</source>
8277 <target state="new">Your password has been successfully reset!</target> 8321 <target state="new">Your password has been successfully reset!</target>
@@ -8379,12 +8423,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8379 <source>Search index is unavailable. Retrying with instance results instead.</source> 8423 <source>Search index is unavailable. Retrying with instance results instead.</source>
8380 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8424 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8381 8425
8382 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8426 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8383 <trans-unit id="307702206382241469" datatype="html"> 8427 <trans-unit id="307702206382241469" datatype="html">
8384 <source>Search error</source> 8428 <source>Search error</source>
8385 <target state="new">Search error</target> 8429 <target state="new">Search error</target>
8386 8430
8387 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8431 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8432 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8433 <context-group purpose="location">
8434 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8435 <context context-type="linenumber">329</context>
8436 </context-group>
8437 </trans-unit>
8388 <trans-unit id="4580988005648117665" datatype="html"> 8438 <trans-unit id="4580988005648117665" datatype="html">
8389 <source>Search</source> 8439 <source>Search</source>
8390 <target state="new">Search</target> 8440 <target state="new">Search</target>
@@ -9572,19 +9622,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9572 </target> 9622 </target>
9573 9623
9574 9624
9575 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9576 <trans-unit id="1595779426198793580" datatype="html"> 9626 <trans-unit id="1595779426198793580" datatype="html">
9577 <source>Mute server</source> 9627 <source>Mute server</source>
9578 <target state="new">Mute server</target> 9628 <target state="new">Mute server</target>
9579 9629
9580 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9581 <trans-unit id="8014491157078444256" datatype="html"> 9631 <trans-unit id="8014491157078444256" datatype="html">
9582 <source>Server <x id="PH"/> muted by the instance.</source> 9632 <source>Server <x id="PH"/> muted by the instance.</source>
9583 <target state="new">Server 9633 <target state="new">Server
9584 <x id="PH"/> muted by the instance. 9634 <x id="PH"/> muted by the instance.
9585 </target> 9635 </target>
9586 9636
9587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9588 <trans-unit id="2044813052587776285" datatype="html"> 9638 <trans-unit id="2044813052587776285" datatype="html">
9589 <source>Add a message to communicate with the reporter</source> 9639 <source>Add a message to communicate with the reporter</source>
9590 <target state="new">Add a message to communicate with the reporter</target> 9640 <target state="new">Add a message to communicate with the reporter</target>
@@ -9832,18 +9882,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9832 <target state="new">Too many attempts, please try again after 9882 <target state="new">Too many attempts, please try again after
9833 <x id="PH"/> minutes. 9883 <x id="PH"/> minutes.
9834 </target> 9884 </target>
9835 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9885
9836 </trans-unit> 9886 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9837 <trans-unit id="4965472196059235310" datatype="html"> 9887 <trans-unit id="4965472196059235310" datatype="html">
9838 <source>Too many attempts, please try again later.</source> 9888 <source>Too many attempts, please try again later.</source>
9839 <target state="new">Too many attempts, please try again later.</target> 9889 <target state="new">Too many attempts, please try again later.</target>
9840 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9890
9841 </trans-unit> 9891 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9842 <trans-unit id="1693549688987384699" datatype="html"> 9892 <trans-unit id="1693549688987384699" datatype="html">
9843 <source>Server error. Please retry later.</source> 9893 <source>Server error. Please retry later.</source>
9844 <target state="new">Server error. Please retry later.</target> 9894 <target state="new">Server error. Please retry later.</target>
9845 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9895
9846 </trans-unit> 9896 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9847 <trans-unit id="5927402622550505067" datatype="html"> 9897 <trans-unit id="5927402622550505067" datatype="html">
9848 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9898 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9849 <target state="new">Subscribed to all current channels of 9899 <target state="new">Subscribed to all current channels of
@@ -9958,28 +10008,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9958 <source>Delete video</source> 10008 <source>Delete video</source>
9959 <target state="new">Delete video</target> 10009 <target state="new">Delete video</target>
9960 10010
9961 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 10011 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9962 <trans-unit id="2210418817778733727" datatype="html"> 10012 <trans-unit id="2210418817778733727" datatype="html">
9963 <source>Actions for the comment</source> 10013 <source>Actions for the comment</source>
9964 <target state="new">Actions for the comment</target> 10014 <target state="new">Actions for the comment</target>
9965 10015
9966 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 10016 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9967 <trans-unit id="7978668497183230348" datatype="html"> 10017 <trans-unit id="7978668497183230348" datatype="html">
9968 <source>Delete comment</source> 10018 <source>Delete comment</source>
9969 <target state="new">Delete comment</target> 10019 <target state="new">Delete comment</target>
9970 10020
9971 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 10021 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9972 <trans-unit id="6747218355168080191" datatype="html"> 10022 <trans-unit id="6747218355168080191" datatype="html">
9973 <source>Do you really want to delete this comment?</source> 10023 <source>Do you really want to delete this comment?</source>
9974 <target state="new">Do you really want to delete this comment?</target> 10024 <target state="new">Do you really want to delete this comment?</target>
9975 10025
9976 10026
9977 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 10027 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9978 <trans-unit id="7837272126865175984" datatype="html"> 10028 <trans-unit id="7837272126865175984" datatype="html">
9979 <source>Comment deleted.</source> 10029 <source>Comment deleted.</source>
9980 <target state="new">Comment deleted.</target> 10030 <target state="new">Comment deleted.</target>
9981 10031
9982 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 10032 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9983 <trans-unit id="346270517625845962" datatype="html"> 10033 <trans-unit id="346270517625845962" datatype="html">
9984 <source>Encoder</source> 10034 <source>Encoder</source>
9985 <target state="new">Encoder</target> 10035 <target state="new">Encoder</target>
@@ -10022,30 +10072,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10022 <source>Video reported.</source> 10072 <source>Video reported.</source>
10023 <target state="new">Video reported.</target> 10073 <target state="new">Video reported.</target>
10024 10074
10025 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 10075 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10026 <trans-unit id="3622946684246476652" datatype="html"> 10076 <trans-unit id="3622946684246476652" datatype="html">
10027 <source>Do you really want to delete this video?</source> 10077 <source>Do you really want to delete this video?</source>
10028 <target state="new">Do you really want to delete this video?</target> 10078 <target state="new">Do you really want to delete this video?</target>
10029 10079
10030 10080
10031 10081
10032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 10082 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10033 <trans-unit id="3941342949736653028" datatype="html"> 10083 <trans-unit id="3941342949736653028" datatype="html">
10034 <source>Video deleted.</source> 10084 <source>Video deleted.</source>
10035 <target state="new">Video deleted.</target> 10085 <target state="new">Video deleted.</target>
10036 10086
10037 10087
10038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10039 <trans-unit id="5072091387445907742" datatype="html"> 10089 <trans-unit id="5072091387445907742" datatype="html">
10040 <source>Actions for the reporter</source> 10090 <source>Actions for the reporter</source>
10041 <target state="new">Actions for the reporter</target> 10091 <target state="new">Actions for the reporter</target>
10042 10092
10043 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 10093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10044 <trans-unit id="6599069899275412095" datatype="html"> 10094 <trans-unit id="6599069899275412095" datatype="html">
10045 <source>Mute reporter</source> 10095 <source>Mute reporter</source>
10046 <target state="new">Mute reporter</target> 10096 <target state="new">Mute reporter</target>
10047 10097
10048 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 10098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10049 <trans-unit id="2990849907502572301" datatype="html"> 10099 <trans-unit id="2990849907502572301" datatype="html">
10050 <source>This video will be duplicated by your instance.</source> 10100 <source>This video will be duplicated by your instance.</source>
10051 <target state="new">This video will be duplicated by your instance.</target> 10101 <target state="new">This video will be duplicated by your instance.</target>
@@ -10121,7 +10171,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10121 <target state="new">Mute account</target> 10171 <target state="new">Mute account</target>
10122 10172
10123 10173
10124 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit> 10174 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10125 <trans-unit id="4021487547497211597" datatype="html"> 10175 <trans-unit id="4021487547497211597" datatype="html">
10126 <source>Open video actions</source> 10176 <source>Open video actions</source>
10127 <target state="new">Open video actions</target> 10177 <target state="new">Open video actions</target>
@@ -10138,7 +10188,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10138 <source>Mute server account</source> 10188 <source>Mute server account</source>
10139 <target state="new">Mute server account</target> 10189 <target state="new">Mute server account</target>
10140 10190
10141 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 10191 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10142 <trans-unit id="7008439939460403347" datatype="html"> 10192 <trans-unit id="7008439939460403347" datatype="html">
10143 <source>Report</source> 10193 <source>Report</source>
10144 <target state="new">Report</target> 10194 <target state="new">Report</target>
@@ -10236,32 +10286,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10236 <source>Only I can see this video</source> 10286 <source>Only I can see this video</source>
10237 <target state="new">Only I can see this video</target> 10287 <target state="new">Only I can see this video</target>
10238 10288
10239 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 10289 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10240 <trans-unit id="6767380569816110388" datatype="html"> 10290 <trans-unit id="6767380569816110388" datatype="html">
10241 <source>Only shareable via a private link</source> 10291 <source>Only shareable via a private link</source>
10242 <target state="new">Only shareable via a private link</target> 10292 <target state="new">Only shareable via a private link</target>
10243 10293
10244 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 10294 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10245 <trans-unit id="6828965264297239528" datatype="html"> 10295 <trans-unit id="6828965264297239528" datatype="html">
10246 <source>Anyone can see this video</source> 10296 <source>Anyone can see this video</source>
10247 <target state="new">Anyone can see this video</target> 10297 <target state="new">Anyone can see this video</target>
10248 10298
10249 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10299 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10250 <trans-unit id="1425933035739773115" datatype="html"> 10300 <trans-unit id="1425933035739773115" datatype="html">
10251 <source>Only users of this instance can see this video</source> 10301 <source>Only users of this instance can see this video</source>
10252 <target state="new">Only users of this instance can see this video</target> 10302 <target state="new">Only users of this instance can see this video</target>
10253 10303
10254 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit> 10304 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10255 <trans-unit id="8312101634344200207" datatype="html"> 10305 <trans-unit id="8312101634344200207" datatype="html">
10256 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10306 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10257 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10307 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10258 10308
10259 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 10309 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10260 <trans-unit id="7756087706411154095" datatype="html"> 10310 <trans-unit id="7756087706411154095" datatype="html">
10261 <source><x id="PH" equiv-text="this.views"/> views</source> 10311 <source><x id="PH" equiv-text="this.views"/> views</source>
10262 <target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10312 <target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10263 10313
10264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 10314 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10265 <trans-unit id="ngb.alert.close" datatype="html"> 10315 <trans-unit id="ngb.alert.close" datatype="html">
10266 <source>Close</source> 10316 <source>Close</source>
10267 <target state="new">Close</target> 10317 <target state="new">Close</target>
@@ -10438,35 +10488,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10438 <source>Your video was uploaded to your account and is private.</source> 10488 <source>Your video was uploaded to your account and is private.</source>
10439 <target state="new">Your video was uploaded to your account and is private.</target> 10489 <target state="new">Your video was uploaded to your account and is private.</target>
10440 10490
10441 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10491 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10442 <trans-unit id="5699822024600815733" datatype="html"> 10492 <trans-unit id="5699822024600815733" datatype="html">
10443 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10493 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10444 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target> 10494 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target>
10445 10495
10446 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10496 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10447 <trans-unit id="1219739004043110649" datatype="html"> 10497 <trans-unit id="1219739004043110649" datatype="html">
10448 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10498 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10449 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target> 10499 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target>
10450 10500
10451 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit> 10501 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10452 <trans-unit id="6932865105766151309" datatype="html"> 10502 <trans-unit id="6932865105766151309" datatype="html">
10453 <source>Upload</source> 10503 <source>Upload</source>
10454 <target state="new">Upload</target> 10504 <target state="new">Upload</target>
10455 10505
10456 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10506 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10457 <trans-unit id="8278735427925094503" datatype="html"> 10507 <trans-unit id="8278735427925094503" datatype="html">
10458 <source>Upload <x id="PH"/> </source> 10508 <source>Upload <x id="PH"/> </source>
10459 <target state="new">Upload 10509 <target state="new">Upload
10460 <x id="PH"/> 10510 <x id="PH"/>
10461 </target> 10511 </target>
10462 10512
10463 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10513 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10464 10514
10465 <trans-unit id="5981816353437801748" datatype="html"> 10515 <trans-unit id="5981816353437801748" datatype="html">
10466 <source>Video published.</source> 10516 <source>Video published.</source>
10467 <target state="new">Video published.</target> 10517 <target state="new">Video published.</target>
10468 10518
10469 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10519 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10470 10520
10471 10521
10472 <trans-unit id="764164089183618119" datatype="html"> 10522 <trans-unit id="764164089183618119" datatype="html">
@@ -10534,27 +10584,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10534 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10584 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10535 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10585 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10536 10586
10537 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10587 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10538 <trans-unit id="5761611056224181752" datatype="html"> 10588 <trans-unit id="5761611056224181752" datatype="html">
10539 <source>Redirection</source> 10589 <source>Redirection</source>
10540 <target state="new">Redirection</target> 10590 <target state="new">Redirection</target>
10541 10591
10542 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10592 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10543 <trans-unit id="8858527736400081688" datatype="html"> 10593 <trans-unit id="8858527736400081688" datatype="html">
10544 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10594 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10545 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target> 10595 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target>
10546 10596
10547 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10597 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10548 <trans-unit id="3937119019020041049" datatype="html"> 10598 <trans-unit id="3937119019020041049" datatype="html">
10549 <source>Mature or explicit content</source> 10599 <source>Mature or explicit content</source>
10550 <target state="new">Mature or explicit content</target> 10600 <target state="new">Mature or explicit content</target>
10551 10601
10552 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10602 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10553 <trans-unit id="1755474755114288376" datatype="html"> 10603 <trans-unit id="1755474755114288376" datatype="html">
10554 <source>Up Next</source> 10604 <source>Up Next</source>
10555 <target state="new">Up Next</target> 10605 <target state="new">Up Next</target>
10556 10606
10557 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 10607 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10558 <trans-unit id="2159130950882492111" datatype="html"> 10608 <trans-unit id="2159130950882492111" datatype="html">
10559 <source>Cancel</source> 10609 <source>Cancel</source>
10560 <target state="new">Cancel</target> 10610 <target state="new">Cancel</target>
@@ -10564,62 +10614,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10564 <source>Autoplay is suspended</source> 10614 <source>Autoplay is suspended</source>
10565 <target state="new">Autoplay is suspended</target> 10615 <target state="new">Autoplay is suspended</target>
10566 10616
10567 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10617 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10568 <trans-unit id="7895294730547405228" datatype="html"> 10618 <trans-unit id="7895294730547405228" datatype="html">
10569 <source>Enter/exit fullscreen (requires player focus)</source> 10619 <source>Enter/exit fullscreen (requires player focus)</source>
10570 <target state="new">Enter/exit fullscreen (requires player focus)</target> 10620 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10571 10621
10572 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10622 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10573 <trans-unit id="7618388257165864759" datatype="html"> 10623 <trans-unit id="7618388257165864759" datatype="html">
10574 <source>Play/Pause the video (requires player focus)</source> 10624 <source>Play/Pause the video (requires player focus)</source>
10575 <target state="new">Play/Pause the video (requires player focus)</target> 10625 <target state="new">Play/Pause the video (requires player focus)</target>
10576 10626
10577 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10627 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10578 <trans-unit id="7761890399634216630" datatype="html"> 10628 <trans-unit id="7761890399634216630" datatype="html">
10579 <source>Mute/unmute the video (requires player focus)</source> 10629 <source>Mute/unmute the video (requires player focus)</source>
10580 <target state="new">Mute/unmute the video (requires player focus)</target> 10630 <target state="new">Mute/unmute the video (requires player focus)</target>
10581 10631
10582 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10632 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10583 <trans-unit id="5996585232248234904" datatype="html"> 10633 <trans-unit id="5996585232248234904" datatype="html">
10584 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10634 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10585 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10635 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10586 10636
10587 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10637 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10588 <trans-unit id="3748765405903319998" datatype="html"> 10638 <trans-unit id="3748765405903319998" datatype="html">
10589 <source>Increase the volume (requires player focus)</source> 10639 <source>Increase the volume (requires player focus)</source>
10590 <target state="new">Increase the volume (requires player focus)</target> 10640 <target state="new">Increase the volume (requires player focus)</target>
10591 10641
10592 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10642 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10593 <trans-unit id="5810704036407159982" datatype="html"> 10643 <trans-unit id="5810704036407159982" datatype="html">
10594 <source>Decrease the volume (requires player focus)</source> 10644 <source>Decrease the volume (requires player focus)</source>
10595 <target state="new">Decrease the volume (requires player focus)</target> 10645 <target state="new">Decrease the volume (requires player focus)</target>
10596 10646
10597 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10647 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10598 <trans-unit id="2622048822548065691" datatype="html"> 10648 <trans-unit id="2622048822548065691" datatype="html">
10599 <source>Seek the video forward (requires player focus)</source> 10649 <source>Seek the video forward (requires player focus)</source>
10600 <target state="new">Seek the video forward (requires player focus)</target> 10650 <target state="new">Seek the video forward (requires player focus)</target>
10601 10651
10602 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10652 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10603 <trans-unit id="6540078205109221153" datatype="html"> 10653 <trans-unit id="6540078205109221153" datatype="html">
10604 <source>Seek the video backward (requires player focus)</source> 10654 <source>Seek the video backward (requires player focus)</source>
10605 <target state="new">Seek the video backward (requires player focus)</target> 10655 <target state="new">Seek the video backward (requires player focus)</target>
10606 10656
10607 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10657 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10608 <trans-unit id="1956491957766210808" datatype="html"> 10658 <trans-unit id="1956491957766210808" datatype="html">
10609 <source>Increase playback rate (requires player focus)</source> 10659 <source>Increase playback rate (requires player focus)</source>
10610 <target state="new">Increase playback rate (requires player focus)</target> 10660 <target state="new">Increase playback rate (requires player focus)</target>
10611 10661
10612 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10662 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10613 <trans-unit id="5495529997674803186" datatype="html"> 10663 <trans-unit id="5495529997674803186" datatype="html">
10614 <source>Decrease playback rate (requires player focus)</source> 10664 <source>Decrease playback rate (requires player focus)</source>
10615 <target state="new">Decrease playback rate (requires player focus)</target> 10665 <target state="new">Decrease playback rate (requires player focus)</target>
10616 10666
10617 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10667 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10618 <trans-unit id="3178343147230721210" datatype="html"> 10668 <trans-unit id="3178343147230721210" datatype="html">
10619 <source>Navigate in the video frame by frame (requires player focus)</source> 10669 <source>Navigate in the video frame by frame (requires player focus)</source>
10620 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 10670 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10621 10671
10622 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10672 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10623 <trans-unit id="8025996572234182184" datatype="html"> 10673 <trans-unit id="8025996572234182184" datatype="html">
10624 <source>Like the video</source> 10674 <source>Like the video</source>
10625 <target state="new">Like the video</target> 10675 <target state="new">Like the video</target>
diff --git a/client/src/locale/angular.nl-NL.xlf b/client/src/locale/angular.nl-NL.xlf
index 317265555..878dff762 100644
--- a/client/src/locale/angular.nl-NL.xlf
+++ b/client/src/locale/angular.nl-NL.xlf
@@ -160,7 +160,7 @@
160 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source> 160 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source>
161 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target> 161 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target>
162 162
163 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html"> 163 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html">
164 <source>My watch history</source><target state="new">My watch history</target> 164 <source>My watch history</source><target state="new">My watch history</target>
165 165
166 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 166 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
@@ -233,12 +233,12 @@
233 233
234 234
235 235
236 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 236 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
237 <trans-unit id="1006562256968398209" datatype="html"> 237 <trans-unit id="1006562256968398209" datatype="html">
238 <source>video</source> 238 <source>video</source>
239 <target state="translated">video</target> 239 <target state="translated">video</target>
240 240
241 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 241 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
242 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target> 242 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target>
243 243
244 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 244 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -299,10 +299,10 @@
299 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 299 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
300 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 300 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
301 301
302 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 302 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
303 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 303 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
304 304
305 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit> 305 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
306 <trans-unit id="5235042777215655908" datatype="html"> 306 <trans-unit id="5235042777215655908" datatype="html">
307 <source>subtitles</source> 307 <source>subtitles</source>
308 <target state="translated">ondertitels</target> 308 <target state="translated">ondertitels</target>
@@ -509,7 +509,7 @@ Annuleren</target>
509 <target>Verwijderen</target> 509 <target>Verwijderen</target>
510 510
511 511
512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
513 <source>Only live videos</source><target state="new">Only live videos</target> 513 <source>Only live videos</source><target state="new">Only live videos</target>
514 <context-group purpose="location"> 514 <context-group purpose="location">
515 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 515 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -683,10 +683,10 @@ Annuleren</target>
683 <trans-unit id="2602586221576511475"> 683 <trans-unit id="2602586221576511475">
684 <source>Video quota</source> 684 <source>Video quota</source>
685 <target>Videoquotum</target> 685 <target>Videoquotum</target>
686 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 686
687 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 687
688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 688
689 </trans-unit> 689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
690 <trans-unit id="1502595455339510144"> 690 <trans-unit id="1502595455339510144">
691 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 691 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
692 <target>Oneindig <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>( <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per dag) <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/></target> 692 <target>Oneindig <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>( <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per dag) <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/></target>
@@ -765,7 +765,31 @@ Annuleren</target>
765 <source>Federation</source> 765 <source>Federation</source>
766 <target state="translated">Federatie</target> 766 <target state="translated">Federatie</target>
767 767
768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
769 <source>Following</source><target state="new">Following</target>
770 <context-group purpose="location">
771 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
772 <context context-type="linenumber">29</context>
773 </context-group>
774 <context-group purpose="location">
775 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
776 <context context-type="linenumber">31</context>
777 </context-group>
778 <context-group purpose="location">
779 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
780 <context context-type="linenumber">28</context>
781 </context-group>
782 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
783 <source>Followers</source><target state="new">Followers</target>
784 <context-group purpose="location">
785 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
786 <context context-type="linenumber">34</context>
787 </context-group>
788 <context-group purpose="location">
789 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
790 <context context-type="linenumber">37</context>
791 </context-group>
792 </trans-unit>
769 <trans-unit id="3541687134897970106" datatype="html"> 793 <trans-unit id="3541687134897970106" datatype="html">
770 <source>followers</source> 794 <source>followers</source>
771 <target state="translated">volgers</target> 795 <target state="translated">volgers</target>
@@ -839,7 +863,7 @@ Een verbannen gebruiker kan niet langer inloggen.</target>
839 863
840 864
841 865
842 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 866 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
843 <trans-unit id="3616223838716839702"> 867 <trans-unit id="3616223838716839702">
844 <source>Ban this user</source> 868 <source>Ban this user</source>
845 <target>Verban deze gebruiker</target> 869 <target>Verban deze gebruiker</target>
@@ -904,19 +928,13 @@ Aanmelden</target>
904 <trans-unit id="7252854992688790751" datatype="html"> 928 <trans-unit id="7252854992688790751" datatype="html">
905 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 929 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
906 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 930 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
907 <context-group purpose="location"> 931
908 <context context-type="sourcefile">src/app/+login/login.component.html</context> 932 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
909 <context context-type="linenumber">60,62</context>
910 </context-group>
911 </trans-unit>
912 <trans-unit id="7215649348148521605" datatype="html"> 933 <trans-unit id="7215649348148521605" datatype="html">
913 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 934 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
914 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 935 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
915 <context-group purpose="location"> 936
916 <context context-type="sourcefile">src/app/+login/login.component.html</context> 937 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
917 <context context-type="linenumber">65,67</context>
918 </context-group>
919 </trans-unit>
920 <trans-unit id="2392488717875840729"> 938 <trans-unit id="2392488717875840729">
921 <source>User</source> 939 <source>User</source>
922 <target>Gebruiker</target> 940 <target>Gebruiker</target>
@@ -927,64 +945,64 @@ Aanmelden</target>
927 <source>Username or email address</source> 945 <source>Username or email address</source>
928 <target>Gebruikersnaam of e-mailadres</target> 946 <target>Gebruikersnaam of e-mailadres</target>
929 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 947 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
948 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
949 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
950 <context-group purpose="location">
951 <context context-type="sourcefile">src/app/+login/login.component.html</context>
952 <context context-type="linenumber">33,34</context>
953 </context-group>
930 </trans-unit> 954 </trans-unit>
931 <trans-unit id="1431416938026210429"> 955 <trans-unit id="1431416938026210429">
932 <source>Password</source> 956 <source>Password</source>
933 <target>Wachtwoord</target> 957 <target>Wachtwoord</target>
934 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 958
935 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 959
936 <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> 960
937 <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> 961
938 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 962
939 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 963
940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 964
941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 965
942 </trans-unit> 966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
943 <trans-unit id="8715156686857791956" datatype="html"> 967 <trans-unit id="8715156686857791956" datatype="html">
944 <source>Click here to reset your password</source> 968 <source>Click here to reset your password</source>
945 <target state="translated">Hier klikken om je wachtwoord opnieuw in te stellen</target> 969 <target state="translated">Hier klikken om je wachtwoord opnieuw in te stellen</target>
946 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 970
947 </trans-unit><trans-unit id="892063502898494584" datatype="html"> 971 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html">
948 <source>I forgot my password</source><target state="new">I forgot my password</target> 972 <source>I forgot my password</source><target state="new">I forgot my password</target>
949 <context-group purpose="location"> 973
950 <context context-type="sourcefile">src/app/+login/login.component.html</context> 974 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
951 <context context-type="linenumber">47</context>
952 </context-group>
953 </trans-unit>
954 <trans-unit id="2101170466365500913" datatype="html"> 975 <trans-unit id="2101170466365500913" datatype="html">
955 <source>Logging into an account lets you publish content</source> 976 <source>Logging into an account lets you publish content</source>
956 <target state="translated">Door in te loggen op een account, kunt u content publiceren</target> 977 <target state="translated">Door in te loggen op een account, kunt u content publiceren</target>
957 <context-group purpose="location"> 978
958 <context context-type="sourcefile">src/app/+login/login.component.html</context> 979 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
959 <context context-type="linenumber">56,57</context>
960 </context-group>
961 </trans-unit>
962 <trans-unit id="2454050363478003966"> 980 <trans-unit id="2454050363478003966">
963 <source>Login</source> 981 <source>Login</source>
964 <target>Aanmelden</target> 982 <target>Aanmelden</target>
965 983
966 984
967 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 985 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
968 <trans-unit id="3183213940445113677" datatype="html"> 986 <trans-unit id="3183213940445113677" datatype="html">
969 <source>Or sign in with</source> 987 <source>Or sign in with</source>
970 <target state="translated">Of meld je aan met</target> 988 <target state="translated">Of meld je aan met</target>
971 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 989
972 </trans-unit> 990 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
973 <trans-unit id="3238209155172574367"> 991 <trans-unit id="3238209155172574367">
974 <source>Forgot your password</source> 992 <source>Forgot your password</source>
975 <target>Jouw wachtwoord vergeten</target> 993 <target>Jouw wachtwoord vergeten</target>
976 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 994
977 </trans-unit> 995 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
978 <trans-unit id="87327320394367488" datatype="html"> 996 <trans-unit id="87327320394367488" datatype="html">
979 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 997 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
980 <target state="translated">Het spijt ons, maar we kunnen je wachtwoord niet herstellen. De beheerder van je exemplaar van PeerTube heeft het PeerTube-emailsysteem niet ingesteld.</target> 998 <target state="translated">Het spijt ons, maar we kunnen je wachtwoord niet herstellen. De beheerder van je exemplaar van PeerTube heeft het PeerTube-emailsysteem niet ingesteld.</target>
981 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 999
982 </trans-unit> 1000 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
983 <trans-unit id="3188014010833256853" datatype="html"> 1001 <trans-unit id="3188014010833256853" datatype="html">
984 <source>Enter your email address and we will send you a link to reset your password.</source> 1002 <source>Enter your email address and we will send you a link to reset your password.</source>
985 <target state="translated">Je email-adres invoeren en je krijgt van ons instructies om je wachtwoord opnieuw in te stellen.</target> 1003 <target state="translated">Je email-adres invoeren en je krijgt van ons instructies om je wachtwoord opnieuw in te stellen.</target>
986 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1004
987 </trans-unit> 1005 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
988 <trans-unit id="1190256911880544559" datatype="html"> 1006 <trans-unit id="1190256911880544559" datatype="html">
989 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1007 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
990The link will expire within 1 hour.</source> 1008The link will expire within 1 hour.</source>
@@ -994,26 +1012,26 @@ The link will expire within 1 hour.</source>
994 <trans-unit id="4768749765465246664"> 1012 <trans-unit id="4768749765465246664">
995 <source>Email</source> 1013 <source>Email</source>
996 <target>E-mail</target> 1014 <target>E-mail</target>
997 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1015
998 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1016
999 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1017
1000 <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> 1018
1001 <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> 1019
1002 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1020
1003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1021
1004 </trans-unit> 1022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1005 <trans-unit id="3967269098753656610"> 1023 <trans-unit id="3967269098753656610">
1006 <source>Email address</source> 1024 <source>Email address</source>
1007 <target>E-mailadres</target> 1025 <target>E-mailadres</target>
1008 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1026
1009 <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> 1027
1010 </trans-unit> 1028 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1011 <trans-unit id="7808756054397155068" datatype="html"> 1029 <trans-unit id="7808756054397155068" datatype="html">
1012 <source>Reset</source> 1030 <source>Reset</source>
1013 <target state="translated">Herinstellen</target> 1031 <target state="translated">Herinstellen</target>
1014 <note priority="1" from="description">Password reset button</note> 1032 <note priority="1" from="description">Password reset button</note>
1015 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1033
1016 </trans-unit> 1034 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1017 1035
1018 <trans-unit id="4319634264526091601" datatype="html"> 1036 <trans-unit id="4319634264526091601" datatype="html">
1019 <source>on this instance</source> 1037 <source>on this instance</source>
@@ -1087,14 +1105,14 @@ Wachtwoord opnieuw instellen</target>
1087 <target> 1105 <target>
1088Geen resultaten gevonden</target> 1106Geen resultaten gevonden</target>
1089 1107
1090 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1108 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1091 <trans-unit id="5500467336262464724"> 1109 <trans-unit id="5500467336262464724">
1092 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1110 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1093 <target> 1111 <target>
1094 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> abonnees 1112 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> abonnees
1095 </target> 1113 </target>
1096 1114
1097 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1115 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1098 <trans-unit id="1516969129397662377" datatype="html"> 1116 <trans-unit id="1516969129397662377" datatype="html">
1099 <source>Welcome to PeerTube, dear administrator!</source> 1117 <source>Welcome to PeerTube, dear administrator!</source>
1100 <target state="translated">Welkom bij PeerTube, beste beheerder!</target> 1118 <target state="translated">Welkom bij PeerTube, beste beheerder!</target>
@@ -1337,7 +1355,7 @@ Geen resultaten gevonden</target>
1337 <target>Account maken</target> 1355 <target>Account maken</target>
1338 1356
1339 1357
1340 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1358 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1341 1359
1342 <trans-unit id="3058024914967508975" datatype="html"> 1360 <trans-unit id="3058024914967508975" datatype="html">
1343 <source>My videos</source> 1361 <source>My videos</source>
@@ -1394,7 +1412,7 @@ Geen resultaten gevonden</target>
1394 <source>VIDEOS</source> 1412 <source>VIDEOS</source>
1395 <target state="translated">VIDEO'S</target> 1413 <target state="translated">VIDEO'S</target>
1396 1414
1397 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html"> 1415 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html">
1398 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target> 1416 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target>
1399 1417
1400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html"> 1418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html">
@@ -1469,7 +1487,7 @@ Geen resultaten gevonden</target>
1469 <source>I'm a teapot</source> 1487 <source>I'm a teapot</source>
1470 <target state="translated">Ik ben een theepot</target> 1488 <target state="translated">Ik ben een theepot</target>
1471 1489
1472 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 1490 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1473 <trans-unit id="1597262876035959248" datatype="html"> 1491 <trans-unit id="1597262876035959248" datatype="html">
1474 <source>That's an error.</source> 1492 <source>That's an error.</source>
1475 <target state="translated">Dat is een fout.</target> 1493 <target state="translated">Dat is een fout.</target>
@@ -1550,8 +1568,8 @@ Geen resultaten gevonden</target>
1550 <trans-unit id="2971365540217107489" datatype="html"> 1568 <trans-unit id="2971365540217107489" datatype="html">
1551 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1569 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1552 <target state="translated">Media te groot voor de server. Gelieve je beheerder te contacteren als je de groottelimiet wil verhogen.</target> 1570 <target state="translated">Media te groot voor de server. Gelieve je beheerder te contacteren als je de groottelimiet wil verhogen.</target>
1553 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1571
1554 </trans-unit> 1572 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1555 1573
1556 <trans-unit id="5131854469652959713" datatype="html"> 1574 <trans-unit id="5131854469652959713" datatype="html">
1557 <source>GLOBAL SEARCH</source> 1575 <source>GLOBAL SEARCH</source>
@@ -1634,7 +1652,7 @@ Geen resultaten gevonden</target>
1634 1652
1635 1653
1636 1654
1637 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1655 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1638 <source>Display only</source><target state="new">Display only</target> 1656 <source>Display only</source><target state="new">Display only</target>
1639 <context-group purpose="location"> 1657 <context-group purpose="location">
1640 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1658 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1672,7 +1690,7 @@ Geen resultaten gevonden</target>
1672 <target>Tijdsduur</target> 1690 <target>Tijdsduur</target>
1673 1691
1674 1692
1675 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1693 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1676 <trans-unit id="3589238979642505685"> 1694 <trans-unit id="3589238979642505685">
1677 <source>Display sensitive content</source> 1695 <source>Display sensitive content</source>
1678 <target>Laat gevoelige inhoud zien</target> 1696 <target>Laat gevoelige inhoud zien</target>
@@ -1694,7 +1712,7 @@ Geen resultaten gevonden</target>
1694 1712
1695 1713
1696 1714
1697 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1715 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1698 <trans-unit id="5478121364779850827" datatype="html"> 1716 <trans-unit id="5478121364779850827" datatype="html">
1699 <source>Reset</source> 1717 <source>Reset</source>
1700 <target state="translated">Reset</target> 1718 <target state="translated">Reset</target>
@@ -1715,7 +1733,7 @@ Geen resultaten gevonden</target>
1715 1733
1716 1734
1717 1735
1718 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1736 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1719 <trans-unit id="4184995865179898060" datatype="html"> 1737 <trans-unit id="4184995865179898060" datatype="html">
1720 <source>Display all licenses</source> 1738 <source>Display all licenses</source>
1721 <target state="translated">Alle licenties tonen</target> 1739 <target state="translated">Alle licenties tonen</target>
@@ -1728,7 +1746,7 @@ Geen resultaten gevonden</target>
1728 1746
1729 1747
1730 1748
1731 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1749 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1732 <trans-unit id="7904142744051432458" datatype="html"> 1750 <trans-unit id="7904142744051432458" datatype="html">
1733 <source>Display all languages</source> 1751 <source>Display all languages</source>
1734 <target state="translated">Alle talen tonen</target> 1752 <target state="translated">Alle talen tonen</target>
@@ -1743,17 +1761,23 @@ Geen resultaten gevonden</target>
1743 <source>One of these tags</source> 1761 <source>One of these tags</source>
1744 <target>Een van deze tags</target> 1762 <target>Een van deze tags</target>
1745 1763
1746 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1764 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1765 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1766 <context-group purpose="location">
1767 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1768 <context context-type="linenumber">178</context>
1769 </context-group>
1770 </trans-unit>
1747 <trans-unit id="283421392567624698" datatype="html"> 1771 <trans-unit id="283421392567624698" datatype="html">
1748 <source>Search target</source> 1772 <source>Search target</source>
1749 <target state="translated">Doel doorzoeken</target> 1773 <target state="translated">Doel doorzoeken</target>
1750 1774
1751 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1775 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1752 <trans-unit id="2489767671380266270" datatype="html"> 1776 <trans-unit id="2489767671380266270" datatype="html">
1753 <source>Vidiverse</source> 1777 <source>Vidiverse</source>
1754 <target state="translated">Videoversum</target> 1778 <target state="translated">Videoversum</target>
1755 1779
1756 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1780 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1757 <trans-unit id="5478121364779850827" datatype="html"> 1781 <trans-unit id="5478121364779850827" datatype="html">
1758 <source>Reset</source> 1782 <source>Reset</source>
1759 <target state="translated">Reset</target> 1783 <target state="translated">Reset</target>
@@ -1763,7 +1787,7 @@ Geen resultaten gevonden</target>
1763 <source>Filter</source> 1787 <source>Filter</source>
1764 <target>Filter</target> 1788 <target>Filter</target>
1765 1789
1766 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1790 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1767 <trans-unit id="6479885129995567639" datatype="html"> 1791 <trans-unit id="6479885129995567639" datatype="html">
1768 <source>Video channels</source> 1792 <source>Video channels</source>
1769 <target state="translated">Video-kanalen</target> 1793 <target state="translated">Video-kanalen</target>
@@ -1800,7 +1824,7 @@ Dit zal een bestaande ondertiteling vervangen!</target>
1800 <target>Tags</target> 1824 <target>Tags</target>
1801 1825
1802 1826
1803 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1827 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1804 <trans-unit id="354332809647287722" datatype="html"> 1828 <trans-unit id="354332809647287722" datatype="html">
1805 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1829 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1806 <target state="translated">Tags zou je kunnen gebruiken om relevante aanbevelingen te suggereren. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Er is een maximum van 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Druk op <x id="START_TAG_KBD" ctype="x-kbd" equiv-text="&lt;kbd>"/>Enter <x id="CLOSE_TAG_KBD" ctype="x-kbd" equiv-text="&lt;/kbd>"/> om een nieuwe tag toe te voegen. </target> 1830 <target state="translated">Tags zou je kunnen gebruiken om relevante aanbevelingen te suggereren. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Er is een maximum van 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Druk op <x id="START_TAG_KBD" ctype="x-kbd" equiv-text="&lt;kbd>"/>Enter <x id="CLOSE_TAG_KBD" ctype="x-kbd" equiv-text="&lt;/kbd>"/> om een nieuwe tag toe te voegen. </target>
@@ -2239,7 +2263,7 @@ Gefeliciteerd, de video achter
2239 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2263 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2240 <source>Upload on hold</source><target state="new">Upload on hold</target> 2264 <source>Upload on hold</source><target state="new">Upload on hold</target>
2241 2265
2242 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2266 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2243 <trans-unit id="285180972645018518" datatype="html"> 2267 <trans-unit id="285180972645018518" datatype="html">
2244 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2268 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2245 <target state="translated">Sorry, uploaden is uitgeschakeld voor je account. Als je een video wil toevoegen, dan moet een beheerder je quotum ontgrendelen.</target> 2269 <target state="translated">Sorry, uploaden is uitgeschakeld voor je account. Als je een video wil toevoegen, dan moet een beheerder je quotum ontgrendelen.</target>
@@ -2561,13 +2585,19 @@ Je kan nu al informatie toevoegen over deze video.
2561 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2585 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2562 <source>Origin</source><target state="new">Origin</target> 2586 <source>Origin</source><target state="new">Origin</target>
2563 2587
2564 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2588 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2589 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2590 <context-group purpose="location">
2591 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2592 <context context-type="linenumber">14</context>
2593 </context-group>
2594 </trans-unit>
2565 2595
2566 <trans-unit id="5139892963394684487"> 2596 <trans-unit id="5139892963394684487">
2567 <source>Originally published</source> 2597 <source>Originally published</source>
2568 <target>Oorspronkelijk gepubliceerd</target> 2598 <target>Oorspronkelijk gepubliceerd</target>
2569 2599
2570 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2600 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2571 <trans-unit id="6402393085909200998" datatype="html"> 2601 <trans-unit id="6402393085909200998" datatype="html">
2572 <source>Friendly Reminder:</source> 2602 <source>Friendly Reminder:</source>
2573 <target state="translated">Vriendelijke Herinnering:</target> 2603 <target state="translated">Vriendelijke Herinnering:</target>
@@ -2951,11 +2981,7 @@ Je kan nu al informatie toevoegen over deze video.
2951 <target>ID</target> 2981 <target>ID</target>
2952 2982
2953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit> 2983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
2954 <trans-unit id="2265605798180116441"> 2984
2955 <source>Follower handle</source>
2956 <target>Naam volger</target>
2957
2958 <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>
2959 <trans-unit id="5911214550882917183"> 2985 <trans-unit id="5911214550882917183">
2960 <source>State</source> 2986 <source>State</source>
2961 <target>Status</target> 2987 <target>Status</target>
@@ -3021,11 +3047,7 @@ Je kan nu al informatie toevoegen over deze video.
3021 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target> 3047 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target>
3022 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3048 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3023 </trans-unit> 3049 </trans-unit>
3024 <trans-unit id="6641024648411549335"> 3050
3025 <source>Host</source>
3026 <target>Host</target>
3027
3028 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3029 <trans-unit id="6571718060636962350" datatype="html"> 3051 <trans-unit id="6571718060636962350" datatype="html">
3030 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3052 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3031 <target state="translated">Surpluskopie toegelaten <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3053 <target state="translated">Surpluskopie toegelaten <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3033,7 +3055,7 @@ Je kan nu al informatie toevoegen over deze video.
3033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html"> 3055 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html">
3034 <source>Unfollow</source><target state="new">Unfollow</target> 3056 <source>Unfollow</source><target state="new">Unfollow</target>
3035 3057
3036 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3037 <trans-unit id="8246779176913476983" datatype="html"> 3059 <trans-unit id="8246779176913476983" datatype="html">
3038 <source>Open instance in a new tab</source> 3060 <source>Open instance in a new tab</source>
3039 <target state="translated">Exemplaar van PeerTube openen in nieuwe tab</target> 3061 <target state="translated">Exemplaar van PeerTube openen in nieuwe tab</target>
@@ -3045,25 +3067,18 @@ Je kan nu al informatie toevoegen over deze video.
3045 <source>No host found matching current filters.</source> 3067 <source>No host found matching current filters.</source>
3046 <target state="translated">Geen host gevonden op basis van huidige filters.</target> 3068 <target state="translated">Geen host gevonden op basis van huidige filters.</target>
3047 3069
3048 <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> 3070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3049 <trans-unit id="7274241885665071790" datatype="html"> 3071 <trans-unit id="7274241885665071790" datatype="html">
3050 <source>Your instance is not following anyone.</source> 3072 <source>Your instance is not following anyone.</source>
3051 <target state="translated">Je exemplaar van PeerTube volgt niemand.</target> 3073 <target state="translated">Je exemplaar van PeerTube volgt niemand.</target>
3052 3074
3053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3075 <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>
3054 <trans-unit id="4774348799569692380" datatype="html"> 3076 <trans-unit id="4774348799569692380" datatype="html">
3055 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3077 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3056 <target state="translated">Nu te zien: <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> tot <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> van <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target> 3078 <target state="translated">Nu te zien: <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> tot <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> van <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> hosts</target>
3057 3079
3058 <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></trans-unit> 3080 <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></trans-unit>
3059 <trans-unit id="6275803119759621687" datatype="html"> 3081 <trans-unit id="9216117865911519658" datatype="html">
3060 <source>Follow domains</source>
3061 <target state="translated">Domeinen volgen</target>
3062
3063 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="1268699198448750610" datatype="html">
3064 <source>Follow instances</source><target state="new">Follow instances</target>
3065
3066 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
3067 <source>Action</source><target state="new">Action</target> 3082 <source>Action</source><target state="new">Action</target>
3068 3083
3069 3084
@@ -3113,7 +3128,7 @@ Je kan nu al informatie toevoegen over deze video.
3113 3128
3114 3129
3115 3130
3116 <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><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/+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></trans-unit> 3131 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3117 <trans-unit id="5428411040014095392" datatype="html"> 3132 <trans-unit id="5428411040014095392" datatype="html">
3118 <source>e.g. jane_doe</source> 3133 <source>e.g. jane_doe</source>
3119 <target state="translated">vb. piet_fluwijn</target> 3134 <target state="translated">vb. piet_fluwijn</target>
@@ -3141,9 +3156,9 @@ Je kan nu al informatie toevoegen over deze video.
3141 <trans-unit id="4145496584631696119"> 3156 <trans-unit id="4145496584631696119">
3142 <source>Role</source> 3157 <source>Role</source>
3143 <target>Rol</target> 3158 <target>Rol</target>
3144 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3159
3145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3160
3146 </trans-unit> 3161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3147 <trans-unit id="7046347992315328430" datatype="html"> 3162 <trans-unit id="7046347992315328430" datatype="html">
3148 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3163 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3149 <target state="translated">Transcoding is ingeschakeld. De videoquota houden enkel rekening met de grootte van de <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>originele <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Deze gebruiker kan maximaal ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/> uploaden. </target> 3164 <target state="translated">Transcoding is ingeschakeld. De videoquota houden enkel rekening met de grootte van de <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>originele <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Deze gebruiker kan maximaal ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/> uploaden. </target>
@@ -3158,15 +3173,9 @@ Je kan nu al informatie toevoegen over deze video.
3158 3173
3159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html"> 3174 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html">
3160 <source>Auth plugin</source><target state="new">Auth plugin</target> 3175 <source>Auth plugin</source><target state="new">Auth plugin</target>
3161 <context-group purpose="location"> 3176
3162 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3177
3163 <context context-type="linenumber">188</context> 3178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="588099657508661970" datatype="html">
3164 </context-group>
3165 <context-group purpose="location">
3166 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3167 <context context-type="linenumber">188</context>
3168 </context-group>
3169 </trans-unit><trans-unit id="588099657508661970" datatype="html">
3170 <source>None (local authentication)</source><target state="new">None (local authentication)</target> 3179 <source>None (local authentication)</source><target state="new">None (local authentication)</target>
3171 <context-group purpose="location"> 3180 <context-group purpose="location">
3172 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3181 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
@@ -3409,7 +3418,13 @@ Je kan nu al informatie toevoegen over deze video.
3409 3418
3410 3419
3411 3420
3412 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3422 <source>Follower</source><target state="new">Follower</target>
3423 <context-group purpose="location">
3424 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3425 <context context-type="linenumber">24</context>
3426 </context-group>
3427 </trans-unit>
3413 <trans-unit id="4691552465058437520" datatype="html"> 3428 <trans-unit id="4691552465058437520" datatype="html">
3414 <source>Commented video</source> 3429 <source>Commented video</source>
3415 <target state="translated">Video met reacties</target> 3430 <target state="translated">Video met reacties</target>
@@ -3448,35 +3463,20 @@ Je kan nu al informatie toevoegen over deze video.
3448 3463
3449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3450 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3465 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3451 <context-group purpose="location"> 3466
3452 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3467 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3453 <context context-type="linenumber">42</context>
3454 </context-group>
3455 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3456 <source>Accepted reports</source><target state="new">Accepted reports</target> 3468 <source>Accepted reports</source><target state="new">Accepted reports</target>
3457 <context-group purpose="location"> 3469
3458 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3470 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3459 <context context-type="linenumber">46</context>
3460 </context-group>
3461 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3462 <source>Refused reports</source><target state="new">Refused reports</target> 3471 <source>Refused reports</source><target state="new">Refused reports</target>
3463 <context-group purpose="location"> 3472
3464 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3473 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3465 <context context-type="linenumber">50</context>
3466 </context-group>
3467 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3468 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3474 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3469 <context-group purpose="location"> 3475
3470 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3476 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3471 <context context-type="linenumber">54</context>
3472 </context-group>
3473 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3474 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3477 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3475 <context-group purpose="location"> 3478
3476 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3479 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3477 <context context-type="linenumber">58</context>
3478 </context-group>
3479 </trans-unit>
3480 <trans-unit id="4678289986918934018" datatype="html"> 3480 <trans-unit id="4678289986918934018" datatype="html">
3481 <source>Block reason:</source> 3481 <source>Block reason:</source>
3482 <target state="translated">Reden blokkering:</target> 3482 <target state="translated">Reden blokkering:</target>
@@ -3493,17 +3493,11 @@ Je kan nu al informatie toevoegen over deze video.
3493 3493
3494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3495 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3495 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3496 <context-group purpose="location"> 3496
3497 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3497 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3498 <context context-type="linenumber">31</context>
3499 </context-group>
3500 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3501 <source>Manual blocks</source><target state="new">Manual blocks</target> 3498 <source>Manual blocks</source><target state="new">Manual blocks</target>
3502 <context-group purpose="location"> 3499
3503 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3504 <context context-type="linenumber">35</context>
3505 </context-group>
3506 </trans-unit>
3507 <trans-unit id="2143435845912984377" datatype="html"> 3501 <trans-unit id="2143435845912984377" datatype="html">
3508 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3502 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3509 <target state="translated">Nu te zien: geblokkeerde video's <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> tot <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> van <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> geblokkeerde video's</target> 3503 <target state="translated">Nu te zien: geblokkeerde video's <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> tot <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> van <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> geblokkeerde video's</target>
@@ -3659,7 +3653,7 @@ Je kan nu al informatie toevoegen over deze video.
3659 3653
3660 3654
3661 3655
3662 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3656 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3663 <trans-unit id="1300704815627663264"> 3657 <trans-unit id="1300704815627663264">
3664 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3658 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3665 <target>Gedempt bij <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3659 <target>Gedempt bij <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -3698,7 +3692,7 @@ Je kan nu al informatie toevoegen over deze video.
3698 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3692 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3699 <target state="translated">Het lijkt dat je niet op een HTTPS-server zit. Om een andere server te volgen is TLS op jouw webserver vereist.</target> 3693 <target state="translated">Het lijkt dat je niet op een HTTPS-server zit. Om een andere server te volgen is TLS op jouw webserver vereist.</target>
3700 3694
3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3702 <trans-unit id="4058814854824495833" datatype="html"> 3696 <trans-unit id="4058814854824495833" datatype="html">
3703 <source>Mute domains</source> 3697 <source>Mute domains</source>
3704 <target state="translated">Domeinen dempen</target> 3698 <target state="translated">Domeinen dempen</target>
@@ -3768,7 +3762,7 @@ Je kan nu al informatie toevoegen over deze video.
3768 3762
3769 3763
3770 3764
3771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3772 <trans-unit id="8630916846096019339" datatype="html"> 3766 <trans-unit id="8630916846096019339" datatype="html">
3773 <source>Users can resolve distant content</source> 3767 <source>Users can resolve distant content</source>
3774 <target state="translated">Gebruikers kunnen inhoud van elders opvragen</target> 3768 <target state="translated">Gebruikers kunnen inhoud van elders opvragen</target>
@@ -5571,11 +5565,8 @@ Vraag e-mail voor accountverificatie aan</target>
5571 5565
5572 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 5566 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
5573 <source>CHANNELS</source><target state="new">CHANNELS</target> 5567 <source>CHANNELS</source><target state="new">CHANNELS</target>
5574 <context-group purpose="location"> 5568
5575 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5569 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5576 <context context-type="linenumber">82</context>
5577 </context-group>
5578 </trans-unit>
5579 5570
5580 <trans-unit id="3666829335406793239"> 5571 <trans-unit id="3666829335406793239">
5581 <source>This account does not have channels.</source> 5572 <source>This account does not have channels.</source>
@@ -5609,7 +5600,13 @@ It will delete <x id="PH_1" equiv-text="videoChannel.videosCount"/> videos uploa
5609channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</source> 5600channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</source>
5610 <target state="translated">Wil je echt <x id="PH"/> verwijderen? Dat verwijdert <x id="PH_1"/> video's die in dit kanaal geüpload zijn. Je kan ook geen nieuw kanaal meer maken met dezelfde naam. (<x id="PH_2"/>)!</target> 5601 <target state="translated">Wil je echt <x id="PH"/> verwijderen? Dat verwijdert <x id="PH_1"/> video's die in dit kanaal geüpload zijn. Je kan ook geen nieuw kanaal meer maken met dezelfde naam. (<x id="PH_2"/>)!</target>
5611 5602
5612 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 5603 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
5604 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5605 <context-group purpose="location">
5606 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5607 <context context-type="linenumber">48</context>
5608 </context-group>
5609 </trans-unit>
5613 <trans-unit id="5387007581996837469" datatype="html"> 5610 <trans-unit id="5387007581996837469" datatype="html">
5614 <source>My Channels</source> 5611 <source>My Channels</source>
5615 <target state="translated">Mijn Kanalen</target> 5612 <target state="translated">Mijn Kanalen</target>
@@ -6125,12 +6122,12 @@ Account aanmaken</target>
6125 <source>Your message has been sent.</source> 6122 <source>Your message has been sent.</source>
6126 <target>Jouw bericht is verstuurd.</target> 6123 <target>Jouw bericht is verstuurd.</target>
6127 6124
6128 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6125 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6129 <trans-unit id="2072135752262464360"> 6126 <trans-unit id="2072135752262464360">
6130 <source>You already sent this form recently</source> 6127 <source>You already sent this form recently</source>
6131 <target>U hebt dit formulier onlangs al verzonden</target> 6128 <target>U hebt dit formulier onlangs al verzonden</target>
6132 6129
6133 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6130 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6134 6131
6135 <trans-unit id="819067926858619041" datatype="html"> 6132 <trans-unit id="819067926858619041" datatype="html">
6136 <source>Account videos</source> 6133 <source>Account videos</source>
@@ -6173,12 +6170,12 @@ Account aanmaken</target>
6173 <source><x id="PH"/> direct account followers </source> 6170 <source><x id="PH"/> direct account followers </source>
6174 <target state="translated"><x id="PH"/> directe accountvolgers </target> 6171 <target state="translated"><x id="PH"/> directe accountvolgers </target>
6175 6172
6176 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit> 6173 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6177 <trans-unit id="6250999352462648289" datatype="html"> 6174 <trans-unit id="6250999352462648289" datatype="html">
6178 <source>Report this account</source> 6175 <source>Report this account</source>
6179 <target state="translated">Deze account melden</target> 6176 <target state="translated">Deze account melden</target>
6180 6177
6181 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 6178 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6182 6179
6183 <trans-unit id="1504521795586863905" datatype="html"> 6180 <trans-unit id="1504521795586863905" datatype="html">
6184 <source>VIDEOS</source> 6181 <source>VIDEOS</source>
@@ -6192,27 +6189,19 @@ Account aanmaken</target>
6192 <target>Gebruikersnaam gekopieerd</target> 6189 <target>Gebruikersnaam gekopieerd</target>
6193 6190
6194 6191
6195 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit> 6192 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6196 <trans-unit id="9221735175659318025" datatype="html"> 6193 <trans-unit id="9221735175659318025" datatype="html">
6197 <source>1 subscriber</source> 6194 <source>1 subscriber</source>
6198 <target state="translated">1 abonnee</target> 6195 <target state="translated">1 abonnee</target>
6199 6196
6200 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit> 6197 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6201 <trans-unit id="4097331874769079975" datatype="html"> 6198 <trans-unit id="4097331874769079975" datatype="html">
6202 <source><x id="PH"/> subscribers</source> 6199 <source><x id="PH"/> subscribers</source>
6203 <target state="translated"><x id="PH"/> abonnees</target> 6200 <target state="translated"><x id="PH"/> abonnees</target>
6204 6201
6205 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 6202 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6206 <trans-unit id="4682675125751819107" datatype="html"> 6203
6207 <source>Instances you follow</source> 6204
6208 <target state="translated">Exemplaren van PeerTube die je volgt</target>
6209
6210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6211 <trans-unit id="8899833753704589712" datatype="html">
6212 <source>Instances following you</source>
6213 <target state="translated">Exemplaren van PeerTube die je volgen</target>
6214
6215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6216 <trans-unit id="1035838766454786107" datatype="html"> 6205 <trans-unit id="1035838766454786107" datatype="html">
6217 <source>Audio-only</source> 6206 <source>Audio-only</source>
6218 <target state="translated">Enkel audio</target> 6207 <target state="translated">Enkel audio</target>
@@ -6260,7 +6249,13 @@ Account aanmaken</target>
6260 <source>Auto (via ffmpeg)</source> 6249 <source>Auto (via ffmpeg)</source>
6261 <target>Automatisch (via ffmpeg)</target> 6250 <target>Automatisch (via ffmpeg)</target>
6262 6251
6263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit> 6252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="3642770981085338761" datatype="html">
6253 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6254 <context-group purpose="location">
6255 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6256 <context context-type="linenumber">3</context>
6257 </context-group>
6258 </trans-unit>
6264 <trans-unit id="931255636742351800" datatype="html"> 6259 <trans-unit id="931255636742351800" datatype="html">
6265 <source>No limit</source> 6260 <source>No limit</source>
6266 <target state="translated">Onbeperkt</target> 6261 <target state="translated">Onbeperkt</target>
@@ -6390,18 +6385,34 @@ Account aanmaken</target>
6390 <trans-unit id="2127446333083057097" datatype="html"> 6385 <trans-unit id="2127446333083057097" datatype="html">
6391 <source>Domain is required.</source> 6386 <source>Domain is required.</source>
6392 <target state="translated">Domein is vereist.</target> 6387 <target state="translated">Domein is vereist.</target>
6393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6388
6394 </trans-unit> 6389 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6395 <trans-unit id="6780793142903080663" datatype="html"> 6390 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6396 <source>Domains entered are invalid.</source> 6391 <context-group purpose="location">
6397 <target state="translated">De ingevoerde domeinen zijn ongeldig.</target> 6392 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6398 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6393 <context context-type="linenumber">93</context>
6399 </trans-unit> 6394 </context-group>
6400 <trans-unit id="5886492514458202177" datatype="html"> 6395 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6401 <source>Domains entered contain duplicates.</source> 6396 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6402 <target state="translated">De ingevoerde domeinen bevatten dubbels.</target> 6397 <context-group purpose="location">
6403 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6398 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6399 <context context-type="linenumber">94</context>
6400 </context-group>
6401 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6402 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6403 <context-group purpose="location">
6404 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6405 <context context-type="linenumber">102</context>
6406 </context-group>
6407 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6408 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6409 <context-group purpose="location">
6410 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6411 <context context-type="linenumber">103</context>
6412 </context-group>
6404 </trans-unit> 6413 </trans-unit>
6414
6415
6405 <trans-unit id="240806681889331244"> 6416 <trans-unit id="240806681889331244">
6406 <source>Unlimited</source> 6417 <source>Unlimited</source>
6407 <target>Oneindig</target> 6418 <target>Oneindig</target>
@@ -6545,34 +6556,60 @@ Account aanmaken</target>
6545 <source><x id="PH" equiv-text="this.views"/> viewers</source> 6556 <source><x id="PH" equiv-text="this.views"/> viewers</source>
6546 <target state="translated"><x id="PH" equiv-text="this.views"/> kijkers</target> 6557 <target state="translated"><x id="PH" equiv-text="this.views"/> kijkers</target>
6547 6558
6548 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 6559 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
6549 <trans-unit id="7756087706411154095" datatype="html"> 6560 <trans-unit id="7756087706411154095" datatype="html">
6550 <source><x id="PH" equiv-text="this.views"/> views</source> 6561 <source><x id="PH" equiv-text="this.views"/> views</source>
6551 <target state="translated"><x id="PH" equiv-text="this.views"/> keer bekeken</target> 6562 <target state="translated"><x id="PH" equiv-text="this.views"/> keer bekeken</target>
6552 6563
6553 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 6564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
6554 <trans-unit id="2452034338905853167"> 6565 <trans-unit id="2452034338905853167">
6555 <source><x id="PH"/> removed from instance followers </source> 6566 <source><x id="PH"/> removed from instance followers </source>
6556 <target><x id="PH"/> verwijderd uit volgers van dit exemplaar van PeerTube </target> 6567 <target><x id="PH"/> verwijderd uit volgers van dit exemplaar van PeerTube </target>
6557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6569 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
6570 <source>Follow</source><target state="new">Follow</target>
6571 <context-group purpose="location">
6572 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6573 <context context-type="linenumber">3</context>
6574 </context-group>
6575 <context-group purpose="location">
6576 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6577 <context context-type="linenumber">37</context>
6578 </context-group>
6579 <context-group purpose="location">
6580 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6581 <context context-type="linenumber">18</context>
6582 </context-group>
6583 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6584 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6585 <context-group purpose="location">
6586 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6587 <context context-type="linenumber">11</context>
6588 </context-group>
6558 </trans-unit> 6589 </trans-unit>
6559 <trans-unit id="2740793005745065895"> 6590 <trans-unit id="2740793005745065895">
6560 <source><x id="PH"/> is not valid </source> 6591 <source><x id="PH"/> is not valid </source>
6561 <target> 6592 <target>
6562 <x id="PH"/> is niet valide 6593 <x id="PH"/> is niet valide
6563 </target> 6594 </target>
6564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6595
6565 </trans-unit> 6596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6566 <trans-unit id="2355066641781598196"> 6597 <trans-unit id="2355066641781598196">
6567 <source>Follow request(s) sent!</source> 6598 <source>Follow request(s) sent!</source>
6568 <target>Volgverzoek(en) verstuurd!</target> 6599 <target>Volgverzoek(en) verstuurd!</target>
6569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6600
6601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6602 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6603 <context-group purpose="location">
6604 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6605 <context context-type="linenumber">3</context>
6606 </context-group>
6570 </trans-unit> 6607 </trans-unit>
6571 <trans-unit id="4245720728052819482"> 6608 <trans-unit id="4245720728052819482">
6572 <source>Do you really want to unfollow <x id="PH"/>?</source> 6609 <source>Do you really want to unfollow <x id="PH"/>?</source>
6573 <target>Wil je echt <x id="PH"/> niet meer volgen?</target> 6610 <target>Wil je echt <x id="PH"/> niet meer volgen?</target>
6574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6611
6575 </trans-unit> 6612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6576 <trans-unit id="9160510009013134726"> 6613 <trans-unit id="9160510009013134726">
6577 <source>Unfollow</source> 6614 <source>Unfollow</source>
6578 <target>Onvolgen</target> 6615 <target>Onvolgen</target>
@@ -6581,8 +6618,8 @@ Account aanmaken</target>
6581 <trans-unit id="3935234189109112926"> 6618 <trans-unit id="3935234189109112926">
6582 <source>You are not following <x id="PH"/> anymore.</source> 6619 <source>You are not following <x id="PH"/> anymore.</source>
6583 <target>Je volgt <x id="PH"/> niet meer.</target> 6620 <target>Je volgt <x id="PH"/> niet meer.</target>
6584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6621
6585 </trans-unit> 6622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6586 <trans-unit id="2593763089859685916"> 6623 <trans-unit id="2593763089859685916">
6587 <source>enabled</source> 6624 <source>enabled</source>
6588 <target>ingeschakeld</target> 6625 <target>ingeschakeld</target>
@@ -6691,105 +6728,105 @@ Account aanmaken</target>
6691 <target state="translated">Interne acties</target> 6728 <target state="translated">Interne acties</target>
6692 6729
6693 6730
6694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 6731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6695 <trans-unit id="4559872264406386913" datatype="html"> 6732 <trans-unit id="4559872264406386913" datatype="html">
6696 <source>Delete report</source> 6733 <source>Delete report</source>
6697 <target state="translated">Rapport verwijderen</target> 6734 <target state="translated">Rapport verwijderen</target>
6698 6735
6699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 6736 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6700 <trans-unit id="5793550984155962433" datatype="html"> 6737 <trans-unit id="5793550984155962433" datatype="html">
6701 <source>Actions for the flagged account</source> 6738 <source>Actions for the flagged account</source>
6702 <target state="translated">Acties op de gemarkeerde account</target> 6739 <target state="translated">Acties op de gemarkeerde account</target>
6703 6740
6704 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6741 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
6705 <trans-unit id="1679841953757186358"> 6742 <trans-unit id="1679841953757186358">
6706 <source>Mark as accepted</source> 6743 <source>Mark as accepted</source>
6707 <target>Markeer als geaccepteerd</target> 6744 <target>Markeer als geaccepteerd</target>
6708 6745
6709 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 6746 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
6710 <trans-unit id="7993358694073742566"> 6747 <trans-unit id="7993358694073742566">
6711 <source>Mark as rejected</source> 6748 <source>Mark as rejected</source>
6712 <target>Markeer als afgewezen</target> 6749 <target>Markeer als afgewezen</target>
6713 6750
6714 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 6751 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
6715 <trans-unit id="4175703770051343108" datatype="html"> 6752 <trans-unit id="4175703770051343108" datatype="html">
6716 <source>Add internal note</source> 6753 <source>Add internal note</source>
6717 <target state="translated">Interne nota toevoegen</target> 6754 <target state="translated">Interne nota toevoegen</target>
6718 6755
6719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 6756 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
6720 <trans-unit id="296166371893775555" datatype="html"> 6757 <trans-unit id="296166371893775555" datatype="html">
6721 <source>Actions for the video</source> 6758 <source>Actions for the video</source>
6722 <target state="translated">Acties voor de video</target> 6759 <target state="translated">Acties voor de video</target>
6723 6760
6724 6761
6725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 6762 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
6726 <trans-unit id="3924877328520650445" datatype="html"> 6763 <trans-unit id="3924877328520650445" datatype="html">
6727 <source>Block video</source> 6764 <source>Block video</source>
6728 <target state="translated">Video blokkeren</target> 6765 <target state="translated">Video blokkeren</target>
6729 6766
6730 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 6767 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
6731 <trans-unit id="4762794934098378428" datatype="html"> 6768 <trans-unit id="4762794934098378428" datatype="html">
6732 <source>Video blocked.</source> 6769 <source>Video blocked.</source>
6733 <target state="translated">Video geblokkeerd.</target> 6770 <target state="translated">Video geblokkeerd.</target>
6734 6771
6735 6772
6736 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6773 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
6737 <trans-unit id="4328862996304258770" datatype="html"> 6774 <trans-unit id="4328862996304258770" datatype="html">
6738 <source>Unblock video</source> 6775 <source>Unblock video</source>
6739 <target state="translated">Video deblokkeren</target> 6776 <target state="translated">Video deblokkeren</target>
6740 6777
6741 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 6778 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
6742 <trans-unit id="9065327551191479877" datatype="html"> 6779 <trans-unit id="9065327551191479877" datatype="html">
6743 <source>Video unblocked.</source> 6780 <source>Video unblocked.</source>
6744 <target state="translated">Video gedeblokkeerd.</target> 6781 <target state="translated">Video gedeblokkeerd.</target>
6745 6782
6746 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 6783 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
6747 <trans-unit id="1250415136605923486"> 6784 <trans-unit id="1250415136605923486">
6748 <source>Do you really want to delete this abuse report?</source> 6785 <source>Do you really want to delete this abuse report?</source>
6749 <target>Wil je echt deze misbruikmelding verwijderen?</target> 6786 <target>Wil je echt deze misbruikmelding verwijderen?</target>
6750 6787
6751 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 6788 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
6752 <trans-unit id="3482559157143817408"> 6789 <trans-unit id="3482559157143817408">
6753 <source>Abuse deleted.</source> 6790 <source>Abuse deleted.</source>
6754 <target>Misbruik verwijderdt.</target> 6791 <target>Misbruik verwijderdt.</target>
6755 6792
6756 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 6793 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
6757 <trans-unit id="6282990098351939529" datatype="html"> 6794 <trans-unit id="6282990098351939529" datatype="html">
6758 <source>Deleted comment</source> 6795 <source>Deleted comment</source>
6759 <target state="translated">Reactie verwijderd</target> 6796 <target state="translated">Reactie verwijderd</target>
6760 6797
6761 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 6798 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
6762 <trans-unit id="9196775343330824083" datatype="html"> 6799 <trans-unit id="9196775343330824083" datatype="html">
6763 <source>Messages with reporter</source> 6800 <source>Messages with reporter</source>
6764 <target state="translated">Conversaties met aangever</target> 6801 <target state="translated">Conversaties met aangever</target>
6765 6802
6766 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 6803 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
6767 <trans-unit id="8770468575924421391" datatype="html"> 6804 <trans-unit id="8770468575924421391" datatype="html">
6768 <source>Messages with moderators</source> 6805 <source>Messages with moderators</source>
6769 <target state="translated">Conversaties met moderatoren</target> 6806 <target state="translated">Conversaties met moderatoren</target>
6770 6807
6771 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 6808 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
6772 <trans-unit id="8528549800795985099" datatype="html"> 6809 <trans-unit id="8528549800795985099" datatype="html">
6773 <source>Update internal note</source> 6810 <source>Update internal note</source>
6774 <target state="translated">Interne nota bijwerken</target> 6811 <target state="translated">Interne nota bijwerken</target>
6775 6812
6776 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 6813 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
6777 <trans-unit id="3962242315365992494" datatype="html"> 6814 <trans-unit id="3962242315365992494" datatype="html">
6778 <source>Switch video block to manual</source> 6815 <source>Switch video block to manual</source>
6779 <target state="translated">Videoblokkering naar manueel schakelen</target> 6816 <target state="translated">Videoblokkering naar manueel schakelen</target>
6780 6817
6781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
6782 <trans-unit id="6906423861055262169" datatype="html"> 6819 <trans-unit id="6906423861055262169" datatype="html">
6783 <source>Video <x id="PH"/> switched to manual block.</source> 6820 <source>Video <x id="PH"/> switched to manual block.</source>
6784 <target state="translated">Video <x id="PH"/> gewijzigd naar blokkering.</target> 6821 <target state="translated">Video <x id="PH"/> gewijzigd naar blokkering.</target>
6785 6822
6786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 6823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
6787 <trans-unit id="7293356040886494773" datatype="html"> 6824 <trans-unit id="7293356040886494773" datatype="html">
6788 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 6825 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
6789 <target state="translated">Wil je echt deze video deblokkeren? Hij wordt dan opnieuw beschikbaar in de lijst van video's.</target> 6826 <target state="translated">Wil je echt deze video deblokkeren? Hij wordt dan opnieuw beschikbaar in de lijst van video's.</target>
6790 6827
6791 6828
6792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 6829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
6793 <trans-unit id="4859202148272511129" datatype="html"> 6830 <trans-unit id="4859202148272511129" datatype="html">
6794 <source>Unblock</source> 6831 <source>Unblock</source>
6795 <target state="translated">Deblokkeren</target> 6832 <target state="translated">Deblokkeren</target>
@@ -6797,13 +6834,13 @@ Account aanmaken</target>
6797 6834
6798 6835
6799 6836
6800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
6801 <trans-unit id="4922469417589203720" datatype="html"> 6838 <trans-unit id="4922469417589203720" datatype="html">
6802 <source>Video <x id="PH"/> unblocked.</source> 6839 <source>Video <x id="PH"/> unblocked.</source>
6803 <target state="translated">Video <x id="PH"/> gedeblokkeerd.</target> 6840 <target state="translated">Video <x id="PH"/> gedeblokkeerd.</target>
6804 6841
6805 6842
6806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 6843 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
6807 <trans-unit id="6286037250766429054"> 6844 <trans-unit id="6286037250766429054">
6808 <source>yes</source> 6845 <source>yes</source>
6809 <target>ja</target> 6846 <target>ja</target>
@@ -7030,9 +7067,9 @@ Account aanmaken</target>
7030 <trans-unit id="1519954996184640001"> 7067 <trans-unit id="1519954996184640001">
7031 <source>Error</source> 7068 <source>Error</source>
7032 <target>Fout</target> 7069 <target>Fout</target>
7033 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7070
7034 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7071
7035 </trans-unit> 7072 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7036 <trans-unit id="5076187961693950167" datatype="html"> 7073 <trans-unit id="5076187961693950167" datatype="html">
7037 <source>Standard logs</source> 7074 <source>Standard logs</source>
7038 <target state="translated">Standaardlogboeken</target> 7075 <target state="translated">Standaardlogboeken</target>
@@ -7073,16 +7110,8 @@ Account aanmaken</target>
7073 <target>Update gebruikerswachtwoord</target> 7110 <target>Update gebruikerswachtwoord</target>
7074 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7075 </trans-unit> 7112 </trans-unit>
7076 <trans-unit id="177544274549739411" datatype="html"> 7113
7077 <source>Following list</source> 7114
7078 <target state="translated">Lijst van gevolgden</target>
7079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7080 </trans-unit>
7081 <trans-unit id="8092429110007204784" datatype="html">
7082 <source>Followers list</source>
7083 <target state="translated">Lijst van volgers</target>
7084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7085 </trans-unit>
7086 <trans-unit id="780323526182667308" datatype="html"> 7115 <trans-unit id="780323526182667308" datatype="html">
7087 <source>User <x id="PH"/> updated.</source> 7116 <source>User <x id="PH"/> updated.</source>
7088 <target state="translated">Gebruiker <x id="PH"/> bijgewerkt.</target> 7117 <target state="translated">Gebruiker <x id="PH"/> bijgewerkt.</target>
@@ -7118,16 +7147,8 @@ Account aanmaken</target>
7118 <target state="translated">Federatie</target> 7147 <target state="translated">Federatie</target>
7119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7120 </trans-unit> 7149 </trans-unit>
7121 <trans-unit id="4682675125751819107" datatype="html"> 7150
7122 <source>Instances you follow</source> 7151
7123 <target state="translated">Exemplaren van PeerTube die je volgt</target>
7124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7125 </trans-unit>
7126 <trans-unit id="8899833753704589712" datatype="html">
7127 <source>Instances following you</source>
7128 <target state="translated">Exemplaren van PeerTube die jou volgen</target>
7129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7130 </trans-unit>
7131 <trans-unit id="3767259920053407667" datatype="html"> 7152 <trans-unit id="3767259920053407667" datatype="html">
7132 <source>Videos will be deleted, comments will be tombstoned.</source> 7153 <source>Videos will be deleted, comments will be tombstoned.</source>
7133 <target state="translated">Videos zullen worden verwijderd, reacties als verwijderd gemarkeerd.</target> 7154 <target state="translated">Videos zullen worden verwijderd, reacties als verwijderd gemarkeerd.</target>
@@ -7158,7 +7179,25 @@ Account aanmaken</target>
7158 <target>Zet E-mail als Geverifieerd</target> 7179 <target>Zet E-mail als Geverifieerd</target>
7159 7180
7160 7181
7161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7183 <source>Created</source><target state="new">Created</target>
7184 <context-group purpose="location">
7185 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7186 <context context-type="linenumber">115</context>
7187 </context-group>
7188 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7189 <source>Daily quota</source><target state="new">Daily quota</target>
7190 <context-group purpose="location">
7191 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7192 <context context-type="linenumber">120</context>
7193 </context-group>
7194 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7195 <source>Last login</source><target state="new">Last login</target>
7196 <context-group purpose="location">
7197 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7198 <context context-type="linenumber">122</context>
7199 </context-group>
7200 </trans-unit>
7162 <trans-unit id="3403978719736970622"> 7201 <trans-unit id="3403978719736970622">
7163 <source>You cannot ban root.</source> 7202 <source>You cannot ban root.</source>
7164 <target>Je kan root niet verbannen.</target> 7203 <target>Je kan root niet verbannen.</target>
@@ -7450,12 +7489,12 @@ Account aanmaken</target>
7450 <source>Video channel <x id="PH"/> created.</source> 7489 <source>Video channel <x id="PH"/> created.</source>
7451 <target>Videokanaal <x id="PH"/> gemaakt.</target> 7490 <target>Videokanaal <x id="PH"/> gemaakt.</target>
7452 7491
7453 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 7492 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7454 <trans-unit id="8723777130353305761"> 7493 <trans-unit id="8723777130353305761">
7455 <source>This name already exists on this instance.</source> 7494 <source>This name already exists on this instance.</source>
7456 <target>Deze naam bestaat al op dit exemplaar van PeerTube.</target> 7495 <target>Deze naam bestaat al op dit exemplaar van PeerTube.</target>
7457 7496
7458 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 7497 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7459 <trans-unit id="7589345916094713536"> 7498 <trans-unit id="7589345916094713536">
7460 <source>Video channel <x id="PH"/> updated.</source> 7499 <source>Video channel <x id="PH"/> updated.</source>
7461 <target>Videokanaal <x id="PH"/> bijgewerkt.</target> 7500 <target>Videokanaal <x id="PH"/> bijgewerkt.</target>
@@ -7470,11 +7509,7 @@ Account aanmaken</target>
7470 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 7509 <source>Banner deleted.</source><target state="new">Banner deleted.</target>
7471 7510
7472 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 7511 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7473 <trans-unit id="2575302837003821736"> 7512
7474 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7475 <target>Typ alsjeblieft de weergavenaam van het videokanaal ( <x id="PH"/>) om te bevestigen</target>
7476
7477 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
7478 <trans-unit id="624066830180032195"> 7513 <trans-unit id="624066830180032195">
7479 <source>Video channel <x id="PH"/> deleted.</source> 7514 <source>Video channel <x id="PH"/> deleted.</source>
7480 <target>Videokanaal <x id="PH"/> verwijderd.</target> 7515 <target>Videokanaal <x id="PH"/> verwijderd.</target>
@@ -7613,6 +7648,12 @@ Account aanmaken</target>
7613 <source>Ownership change request sent.</source> 7648 <source>Ownership change request sent.</source>
7614 <target>Eigenaarsveranderingsaanvrag gestuurd.</target> 7649 <target>Eigenaarsveranderingsaanvrag gestuurd.</target>
7615 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 7650 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
7651 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
7652 <source>Sort by</source><target state="new">Sort by</target>
7653 <context-group purpose="location">
7654 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
7655 <context context-type="linenumber">26</context>
7656 </context-group>
7616 </trans-unit> 7657 </trans-unit>
7617 <trans-unit id="3245220240937722814"> 7658 <trans-unit id="3245220240937722814">
7618 <source>My channels</source> 7659 <source>My channels</source>
@@ -7675,12 +7716,12 @@ Account aanmaken</target>
7675 <source>Maximize editor</source> 7716 <source>Maximize editor</source>
7676 <target state="translated">Bewerker maximaliseren</target> 7717 <target state="translated">Bewerker maximaliseren</target>
7677 7718
7678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 7719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
7679 <trans-unit id="4243591013849340688" datatype="html"> 7720 <trans-unit id="4243591013849340688" datatype="html">
7680 <source>Exit maximized editor</source> 7721 <source>Exit maximized editor</source>
7681 <target state="translated">Gemaximaliseerde bewerker verlaten</target> 7722 <target state="translated">Gemaximaliseerde bewerker verlaten</target>
7682 7723
7683 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 7724 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7684 <trans-unit id="6537885755702623401"> 7725 <trans-unit id="6537885755702623401">
7685 <source>Now please check your emails to verify your account and complete signup.</source> 7726 <source>Now please check your emails to verify your account and complete signup.</source>
7686 <target>Check alstublieft nu jouw e-mails om jouw account te verifiëren en de inschrijving te voltooien.</target> 7727 <target>Check alstublieft nu jouw e-mails om jouw account te verifiëren en de inschrijving te voltooien.</target>
@@ -7713,7 +7754,7 @@ Account aanmaken</target>
7713 <target>Abonneren op account</target> 7754 <target>Abonneren op account</target>
7714 7755
7715 7756
7716 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 7757 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
7717 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7758 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7718 <context-group purpose="location"> 7759 <context-group purpose="location">
7719 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7760 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -7759,34 +7800,34 @@ Account aanmaken</target>
7759 <trans-unit id="3779524668013120370"> 7800 <trans-unit id="3779524668013120370">
7760 <source>Go to my subscriptions</source> 7801 <source>Go to my subscriptions</source>
7761 <target>Naar mijn abonnementen gaan</target> 7802 <target>Naar mijn abonnementen gaan</target>
7762 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 7803
7763 </trans-unit> 7804 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
7764 <trans-unit id="1136469849928650779"> 7805 <trans-unit id="1136469849928650779">
7765 <source>Go to my videos</source> 7806 <source>Go to my videos</source>
7766 <target>Ga naar mijn videos</target> 7807 <target>Ga naar mijn videos</target>
7767 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 7808
7768 </trans-unit> 7809 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7769 <trans-unit id="7836683738999600376"> 7810 <trans-unit id="7836683738999600376">
7770 <source>Go to my imports</source> 7811 <source>Go to my imports</source>
7771 <target>Ga naar mijn imports</target> 7812 <target>Ga naar mijn imports</target>
7772 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 7813
7773 </trans-unit> 7814 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
7774 <trans-unit id="7511292153332773503"> 7815 <trans-unit id="7511292153332773503">
7775 <source>Go to my channels</source> 7816 <source>Go to my channels</source>
7776 <target>Ga naar mijn kanalen</target> 7817 <target>Ga naar mijn kanalen</target>
7777 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 7818
7778 </trans-unit> 7819 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
7779 <trans-unit id="2013324644839511073" datatype="html"> 7820 <trans-unit id="2013324644839511073" datatype="html">
7780 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 7821 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
7781Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 7822Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
7782 <target state="translated">Kan OAuth Client-aanmeldinformatie niet ophalen: <x id="PH"/>. Vergewis je ervan dat je PeerTube (config/ map) juist hebt geconfigureerd, in het bijzonder het onderdeel "webserver".</target> 7823 <target state="translated">Kan OAuth Client-aanmeldinformatie niet ophalen: <x id="PH"/>. Vergewis je ervan dat je PeerTube (config/ map) juist hebt geconfigureerd, in het bijzonder het onderdeel "webserver".</target>
7783 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 7824
7784 </trans-unit> 7825 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
7785 <trans-unit id="375263728166936544"> 7826 <trans-unit id="375263728166936544">
7786 <source>You need to reconnect.</source> 7827 <source>You need to reconnect.</source>
7787 <target>Je moet opnieuw verbinden.</target> 7828 <target>Je moet opnieuw verbinden.</target>
7788 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 7829
7789 </trans-unit> 7830 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
7790 <trans-unit id="2206638022166154361"> 7831 <trans-unit id="2206638022166154361">
7791 <source>Keyboard Shortcuts:</source> 7832 <source>Keyboard Shortcuts:</source>
7792 <target>Sneltoetsen:</target> 7833 <target>Sneltoetsen:</target>
@@ -7797,6 +7838,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7797 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 7838 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7798 <context context-type="linenumber">98</context> 7839 <context context-type="linenumber">98</context>
7799 </context-group> 7840 </context-group>
7841 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
7842 <source>In my library</source><target state="new">In my library</target>
7843 <context-group purpose="location">
7844 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7845 <context context-type="linenumber">104</context>
7846 </context-group>
7800 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 7847 </trans-unit><trans-unit id="232050922346936574" datatype="html">
7801 <source>Trending</source><target state="new">Trending</target> 7848 <source>Trending</source><target state="new">Trending</target>
7802 7849
@@ -7820,38 +7867,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7820 <source>Incorrect username or password.</source> 7867 <source>Incorrect username or password.</source>
7821 <target>Incorrecte gebruikersnaam of wachtwoord.</target> 7868 <target>Incorrecte gebruikersnaam of wachtwoord.</target>
7822 7869
7823 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 7870 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
7824 <trans-unit id="6974874606619467663" datatype="html"> 7871 <trans-unit id="6974874606619467663" datatype="html">
7825 <source>Your account is blocked.</source> 7872 <source>Your account is blocked.</source>
7826 <target state="translated">Je account is geblokkeerd.</target> 7873 <target state="translated">Je account is geblokkeerd.</target>
7827 7874
7828 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 7875 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
7829 <trans-unit id="7939914198003891823" datatype="html"> 7876 <trans-unit id="7939914198003891823" datatype="html">
7830 <source>any language</source> 7877 <source>any language</source>
7831 <target state="translated">gelijk welke taal</target> 7878 <target state="translated">gelijk welke taal</target>
7832 7879
7833 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 7880 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7834 7881
7835 <trans-unit id="5633144232269377096" datatype="html"> 7882 <trans-unit id="5633144232269377096" datatype="html">
7836 <source>hide</source> 7883 <source>hide</source>
7837 <target state="translated">verbergen</target> 7884 <target state="translated">verbergen</target>
7838 7885
7839 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 7886 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
7840 <trans-unit id="8603861867909474404" datatype="html"> 7887 <trans-unit id="8603861867909474404" datatype="html">
7841 <source>blur</source> 7888 <source>blur</source>
7842 <target state="translated">vervagen</target> 7889 <target state="translated">vervagen</target>
7843 7890
7844 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 7891 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
7845 <trans-unit id="4534458451100881847" datatype="html"> 7892 <trans-unit id="4534458451100881847" datatype="html">
7846 <source>display</source> 7893 <source>display</source>
7847 <target state="translated">weergeven</target> 7894 <target state="translated">weergeven</target>
7848 7895
7849 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 7896 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
7850 <trans-unit id="4467323362722952678" datatype="html"> 7897 <trans-unit id="4467323362722952678" datatype="html">
7851 <source>Unknown</source> 7898 <source>Unknown</source>
7852 <target state="translated">Niet gekend</target> 7899 <target state="translated">Niet gekend</target>
7853 7900
7854 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 7901 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
7855 <trans-unit id="8781423666414310853"> 7902 <trans-unit id="8781423666414310853">
7856 <source>Your password has been successfully reset!</source> 7903 <source>Your password has been successfully reset!</source>
7857 <target>Jouw wachtwoord is succesvol gereset!</target> 7904 <target>Jouw wachtwoord is succesvol gereset!</target>
@@ -7959,12 +8006,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7959 <source>Search index is unavailable. Retrying with instance results instead.</source> 8006 <source>Search index is unavailable. Retrying with instance results instead.</source>
7960 <target state="translated">Zoekindex is niet beschikbaar. Nieuwe poging met enkel resultaten uit dit exemplaar van PeerTube.</target> 8007 <target state="translated">Zoekindex is niet beschikbaar. Nieuwe poging met enkel resultaten uit dit exemplaar van PeerTube.</target>
7961 8008
7962 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8009 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
7963 <trans-unit id="307702206382241469" datatype="html"> 8010 <trans-unit id="307702206382241469" datatype="html">
7964 <source>Search error</source> 8011 <source>Search error</source>
7965 <target state="translated">Zoekfout</target> 8012 <target state="translated">Zoekfout</target>
7966 8013
7967 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8014 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8015 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8016 <context-group purpose="location">
8017 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8018 <context context-type="linenumber">329</context>
8019 </context-group>
8020 </trans-unit>
7968 <trans-unit id="4580988005648117665" datatype="html"> 8021 <trans-unit id="4580988005648117665" datatype="html">
7969 <source>Search</source> 8022 <source>Search</source>
7970 <target state="translated">Zoeken</target> 8023 <target state="translated">Zoeken</target>
@@ -9129,17 +9182,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9129 <target>Account <x id="PH"/> gedempt door exemplaar van PeerTube.</target> 9182 <target>Account <x id="PH"/> gedempt door exemplaar van PeerTube.</target>
9130 9183
9131 9184
9132 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9185 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9133 <trans-unit id="1595779426198793580" datatype="html"> 9186 <trans-unit id="1595779426198793580" datatype="html">
9134 <source>Mute server</source> 9187 <source>Mute server</source>
9135 <target state="translated">Server dempen</target> 9188 <target state="translated">Server dempen</target>
9136 9189
9137 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9190 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9138 <trans-unit id="8014491157078444256" datatype="html"> 9191 <trans-unit id="8014491157078444256" datatype="html">
9139 <source>Server <x id="PH"/> muted by the instance.</source> 9192 <source>Server <x id="PH"/> muted by the instance.</source>
9140 <target state="translated">Server <x id="PH"/> gedempt door exemplaar van PeerTube.</target> 9193 <target state="translated">Server <x id="PH"/> gedempt door exemplaar van PeerTube.</target>
9141 9194
9142 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9195 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9143 <trans-unit id="2044813052587776285" datatype="html"> 9196 <trans-unit id="2044813052587776285" datatype="html">
9144 <source>Add a message to communicate with the reporter</source> 9197 <source>Add a message to communicate with the reporter</source>
9145 <target state="translated">Een bericht toevoegen om met de aangever te communiceren</target> 9198 <target state="translated">Een bericht toevoegen om met de aangever te communiceren</target>
@@ -9379,18 +9432,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9379 <trans-unit id="968295009933361070"> 9432 <trans-unit id="968295009933361070">
9380 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 9433 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
9381 <target>Te veel pogingen. Probeer alstublieft opnieuw na <x id="PH"/> minuten.</target> 9434 <target>Te veel pogingen. Probeer alstublieft opnieuw na <x id="PH"/> minuten.</target>
9382 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9435
9383 </trans-unit> 9436 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9384 <trans-unit id="4965472196059235310"> 9437 <trans-unit id="4965472196059235310">
9385 <source>Too many attempts, please try again later.</source> 9438 <source>Too many attempts, please try again later.</source>
9386 <target>Te vaak geprobeerd, probeer alstublieft later.</target> 9439 <target>Te vaak geprobeerd, probeer alstublieft later.</target>
9387 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9440
9388 </trans-unit> 9441 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9389 <trans-unit id="1693549688987384699"> 9442 <trans-unit id="1693549688987384699">
9390 <source>Server error. Please retry later.</source> 9443 <source>Server error. Please retry later.</source>
9391 <target>Serverfout. Probeer later alstublieft weer.</target> 9444 <target>Serverfout. Probeer later alstublieft weer.</target>
9392 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9445
9393 </trans-unit> 9446 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9394 <trans-unit id="5927402622550505067" datatype="html"> 9447 <trans-unit id="5927402622550505067" datatype="html">
9395 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9448 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9396 <target state="translated">Geabonneerd op alle huidige kanalen van <x id="PH"/>. U krijgt meldingen van al zijn of haar nieuwe video's.</target> 9449 <target state="translated">Geabonneerd op alle huidige kanalen van <x id="PH"/>. U krijgt meldingen van al zijn of haar nieuwe video's.</target>
@@ -9494,28 +9547,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9494 <source>Delete video</source> 9547 <source>Delete video</source>
9495 <target state="translated">Video verwijderen</target> 9548 <target state="translated">Video verwijderen</target>
9496 9549
9497 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 9550 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9498 <trans-unit id="2210418817778733727" datatype="html"> 9551 <trans-unit id="2210418817778733727" datatype="html">
9499 <source>Actions for the comment</source> 9552 <source>Actions for the comment</source>
9500 <target state="translated">Acties voor de reactie</target> 9553 <target state="translated">Acties voor de reactie</target>
9501 9554
9502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 9555 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9503 <trans-unit id="7978668497183230348" datatype="html"> 9556 <trans-unit id="7978668497183230348" datatype="html">
9504 <source>Delete comment</source> 9557 <source>Delete comment</source>
9505 <target state="translated">Reactie verwijderen</target> 9558 <target state="translated">Reactie verwijderen</target>
9506 9559
9507 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 9560 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9508 <trans-unit id="6747218355168080191" datatype="html"> 9561 <trans-unit id="6747218355168080191" datatype="html">
9509 <source>Do you really want to delete this comment?</source> 9562 <source>Do you really want to delete this comment?</source>
9510 <target state="translated">Wil je deze reactie echt verwijderen?</target> 9563 <target state="translated">Wil je deze reactie echt verwijderen?</target>
9511 9564
9512 9565
9513 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 9566 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9514 <trans-unit id="7837272126865175984" datatype="html"> 9567 <trans-unit id="7837272126865175984" datatype="html">
9515 <source>Comment deleted.</source> 9568 <source>Comment deleted.</source>
9516 <target state="translated">Reactie verwijderd.</target> 9569 <target state="translated">Reactie verwijderd.</target>
9517 9570
9518 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 9571 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9519 <trans-unit id="346270517625845962" datatype="html"> 9572 <trans-unit id="346270517625845962" datatype="html">
9520 <source>Encoder</source> 9573 <source>Encoder</source>
9521 <target state="translated">Encoder</target> 9574 <target state="translated">Encoder</target>
@@ -9558,30 +9611,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9558 <source>Video reported.</source> 9611 <source>Video reported.</source>
9559 <target>Video gerapporteerd.</target> 9612 <target>Video gerapporteerd.</target>
9560 9613
9561 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 9614 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9562 <trans-unit id="3622946684246476652"> 9615 <trans-unit id="3622946684246476652">
9563 <source>Do you really want to delete this video?</source> 9616 <source>Do you really want to delete this video?</source>
9564 <target>Weet je zeker dat je de video wil verwijderen?</target> 9617 <target>Weet je zeker dat je de video wil verwijderen?</target>
9565 9618
9566 9619
9567 9620
9568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 9621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9569 <trans-unit id="3941342949736653028" datatype="html"> 9622 <trans-unit id="3941342949736653028" datatype="html">
9570 <source>Video deleted.</source> 9623 <source>Video deleted.</source>
9571 <target state="translated">Video verwijderd.</target> 9624 <target state="translated">Video verwijderd.</target>
9572 9625
9573 9626
9574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9575 <trans-unit id="5072091387445907742" datatype="html"> 9628 <trans-unit id="5072091387445907742" datatype="html">
9576 <source>Actions for the reporter</source> 9629 <source>Actions for the reporter</source>
9577 <target state="translated">Acties voor de aangever</target> 9630 <target state="translated">Acties voor de aangever</target>
9578 9631
9579 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 9632 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9580 <trans-unit id="6599069899275412095" datatype="html"> 9633 <trans-unit id="6599069899275412095" datatype="html">
9581 <source>Mute reporter</source> 9634 <source>Mute reporter</source>
9582 <target state="translated">Reporter dempen</target> 9635 <target state="translated">Reporter dempen</target>
9583 9636
9584 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 9637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9585 <trans-unit id="2990849907502572301" datatype="html"> 9638 <trans-unit id="2990849907502572301" datatype="html">
9586 <source>This video will be duplicated by your instance.</source> 9639 <source>This video will be duplicated by your instance.</source>
9587 <target state="translated">Je exemplaar van PeerTube zal deze video dupliceren.</target> 9640 <target state="translated">Je exemplaar van PeerTube zal deze video dupliceren.</target>
@@ -9657,7 +9710,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9657 <target state="translated">Account dempen</target> 9710 <target state="translated">Account dempen</target>
9658 9711
9659 9712
9660 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit> 9713 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
9661 <trans-unit id="4021487547497211597" datatype="html"> 9714 <trans-unit id="4021487547497211597" datatype="html">
9662 <source>Open video actions</source> 9715 <source>Open video actions</source>
9663 <target state="new">Open video actions</target> 9716 <target state="new">Open video actions</target>
@@ -9674,7 +9727,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9674 <source>Mute server account</source> 9727 <source>Mute server account</source>
9675 <target state="translated">Server-account dempen</target> 9728 <target state="translated">Server-account dempen</target>
9676 9729
9677 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 9730 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
9678 <trans-unit id="7008439939460403347"> 9731 <trans-unit id="7008439939460403347">
9679 <source>Report</source> 9732 <source>Report</source>
9680 <target>Rapporteer</target> 9733 <target>Rapporteer</target>
@@ -9770,22 +9823,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9770 <source>Only I can see this video</source> 9823 <source>Only I can see this video</source>
9771 <target>Ik kan deze video alleen zien</target> 9824 <target>Ik kan deze video alleen zien</target>
9772 9825
9773 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 9826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
9774 <trans-unit id="6767380569816110388" datatype="html"> 9827 <trans-unit id="6767380569816110388" datatype="html">
9775 <source>Only shareable via a private link</source> 9828 <source>Only shareable via a private link</source>
9776 <target state="translated">Enkel deelbaar via een privé-verwijzing</target> 9829 <target state="translated">Enkel deelbaar via een privé-verwijzing</target>
9777 9830
9778 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 9831 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
9779 <trans-unit id="6828965264297239528"> 9832 <trans-unit id="6828965264297239528">
9780 <source>Anyone can see this video</source> 9833 <source>Anyone can see this video</source>
9781 <target>Iedereen kan deze video zien</target> 9834 <target>Iedereen kan deze video zien</target>
9782 9835
9783 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9836 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
9784 <trans-unit id="1425933035739773115" datatype="html"> 9837 <trans-unit id="1425933035739773115" datatype="html">
9785 <source>Only users of this instance can see this video</source> 9838 <source>Only users of this instance can see this video</source>
9786 <target state="translated">Enkel gebruikers van dit exemplaar van PeerTube kunnen deze video zien</target> 9839 <target state="translated">Enkel gebruikers van dit exemplaar van PeerTube kunnen deze video zien</target>
9787 9840
9788 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit> 9841 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
9789 <trans-unit id="ngb.alert.close" datatype="html"> 9842 <trans-unit id="ngb.alert.close" datatype="html">
9790 <source>Close</source> 9843 <source>Close</source>
9791 <target state="translated">Sluiten</target> 9844 <target state="translated">Sluiten</target>
@@ -9963,35 +10016,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9963 <target>Jouw video is geupload naar jouw account en is privé. 10016 <target>Jouw video is geupload naar jouw account en is privé.
9964 </target> 10017 </target>
9965 10018
9966 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10019 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
9967 <trans-unit id="5699822024600815733"> 10020 <trans-unit id="5699822024600815733">
9968 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10021 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
9969 <target>Maar geassocieerde data(tags, beschrijving...) zullen verloren raken, weet je zeker dat je deze pagina wilt verlaten?</target> 10022 <target>Maar geassocieerde data(tags, beschrijving...) zullen verloren raken, weet je zeker dat je deze pagina wilt verlaten?</target>
9970 10023
9971 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10024 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
9972 <trans-unit id="1219739004043110649"> 10025 <trans-unit id="1219739004043110649">
9973 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10026 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
9974 <target>Jouw video is nog niet geupload, weet je zeker dat je deze pagina wilt verlaten?</target> 10027 <target>Jouw video is nog niet geupload, weet je zeker dat je deze pagina wilt verlaten?</target>
9975 10028
9976 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit> 10029 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
9977 <trans-unit id="6932865105766151309" datatype="html"> 10030 <trans-unit id="6932865105766151309" datatype="html">
9978 <source>Upload</source> 10031 <source>Upload</source>
9979 <target state="translated">Uploaden</target> 10032 <target state="translated">Uploaden</target>
9980 10033
9981 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10034 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
9982 <trans-unit id="8278735427925094503"> 10035 <trans-unit id="8278735427925094503">
9983 <source>Upload <x id="PH"/> </source> 10036 <source>Upload <x id="PH"/> </source>
9984 <target> 10037 <target>
9985 <x id="PH"/> uploaden 10038 <x id="PH"/> uploaden
9986 </target> 10039 </target>
9987 10040
9988 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10041 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
9989 10042
9990 <trans-unit id="5981816353437801748"> 10043 <trans-unit id="5981816353437801748">
9991 <source>Video published.</source> 10044 <source>Video published.</source>
9992 <target>Video gepubliceerd.</target> 10045 <target>Video gepubliceerd.</target>
9993 10046
9994 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10047 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
9995 10048
9996 10049
9997 <trans-unit id="764164089183618119"> 10050 <trans-unit id="764164089183618119">
@@ -10039,27 +10092,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10039 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10092 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10040 <target state="translated">Deze video is niet beschikbaar op dit exemplaar van PeerTube. Wil je doorverwezen worden naar het originele exemplaar &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10093 <target state="translated">Deze video is niet beschikbaar op dit exemplaar van PeerTube. Wil je doorverwezen worden naar het originele exemplaar &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10041 10094
10042 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10095 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10043 <trans-unit id="5761611056224181752" datatype="html"> 10096 <trans-unit id="5761611056224181752" datatype="html">
10044 <source>Redirection</source> 10097 <source>Redirection</source>
10045 <target state="translated">Doorverwijzing</target> 10098 <target state="translated">Doorverwijzing</target>
10046 10099
10047 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10100 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10048 <trans-unit id="8858527736400081688"> 10101 <trans-unit id="8858527736400081688">
10049 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10102 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10050 <target>Deze video bevat volwassen of expliciete inhoud. Weet je zeker dat je hem wilt kijken?</target> 10103 <target>Deze video bevat volwassen of expliciete inhoud. Weet je zeker dat je hem wilt kijken?</target>
10051 10104
10052 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10105 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10053 <trans-unit id="3937119019020041049"> 10106 <trans-unit id="3937119019020041049">
10054 <source>Mature or explicit content</source> 10107 <source>Mature or explicit content</source>
10055 <target>Volwassen of expliciete content</target> 10108 <target>Volwassen of expliciete content</target>
10056 10109
10057 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10110 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10058 <trans-unit id="1755474755114288376" datatype="html"> 10111 <trans-unit id="1755474755114288376" datatype="html">
10059 <source>Up Next</source> 10112 <source>Up Next</source>
10060 <target state="translated">Volgende</target> 10113 <target state="translated">Volgende</target>
10061 10114
10062 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 10115 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10063 <trans-unit id="2159130950882492111" datatype="html"> 10116 <trans-unit id="2159130950882492111" datatype="html">
10064 <source>Cancel</source> 10117 <source>Cancel</source>
10065 <target state="translated">Annuleren</target> 10118 <target state="translated">Annuleren</target>
@@ -10069,62 +10122,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10069 <source>Autoplay is suspended</source> 10122 <source>Autoplay is suspended</source>
10070 <target state="translated">Automatisch afspelen is opgeschort</target> 10123 <target state="translated">Automatisch afspelen is opgeschort</target>
10071 10124
10072 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10125 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10073 <trans-unit id="7895294730547405228" datatype="html"> 10126 <trans-unit id="7895294730547405228" datatype="html">
10074 <source>Enter/exit fullscreen (requires player focus)</source> 10127 <source>Enter/exit fullscreen (requires player focus)</source>
10075 <target state="translated">Volledig scherm ingaan/uitgaan (vereist focus op afspeler)</target> 10128 <target state="translated">Volledig scherm ingaan/uitgaan (vereist focus op afspeler)</target>
10076 10129
10077 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10130 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10078 <trans-unit id="7618388257165864759" datatype="html"> 10131 <trans-unit id="7618388257165864759" datatype="html">
10079 <source>Play/Pause the video (requires player focus)</source> 10132 <source>Play/Pause the video (requires player focus)</source>
10080 <target state="translated">De video afspelen/pauseren (vereist focus op de afspeler)</target> 10133 <target state="translated">De video afspelen/pauseren (vereist focus op de afspeler)</target>
10081 10134
10082 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10135 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10083 <trans-unit id="7761890399634216630" datatype="html"> 10136 <trans-unit id="7761890399634216630" datatype="html">
10084 <source>Mute/unmute the video (requires player focus)</source> 10137 <source>Mute/unmute the video (requires player focus)</source>
10085 <target state="translated">De video dempen of niet meer dempen (vereist focus op de speler)</target> 10138 <target state="translated">De video dempen of niet meer dempen (vereist focus op de speler)</target>
10086 10139
10087 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10140 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10088 <trans-unit id="5996585232248234904" datatype="html"> 10141 <trans-unit id="5996585232248234904" datatype="html">
10089 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10142 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10090 <target state="translated">Naar een percentage van de video springen: 0 is 0% and 9 is 90% (vereist focus op de speler)</target> 10143 <target state="translated">Naar een percentage van de video springen: 0 is 0% and 9 is 90% (vereist focus op de speler)</target>
10091 10144
10092 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10145 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10093 <trans-unit id="3748765405903319998" datatype="html"> 10146 <trans-unit id="3748765405903319998" datatype="html">
10094 <source>Increase the volume (requires player focus)</source> 10147 <source>Increase the volume (requires player focus)</source>
10095 <target state="translated">Het volume verhogen (vereist focus op de speler)</target> 10148 <target state="translated">Het volume verhogen (vereist focus op de speler)</target>
10096 10149
10097 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10150 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10098 <trans-unit id="5810704036407159982" datatype="html"> 10151 <trans-unit id="5810704036407159982" datatype="html">
10099 <source>Decrease the volume (requires player focus)</source> 10152 <source>Decrease the volume (requires player focus)</source>
10100 <target state="translated">Het volume verlagen (vereist focus op de speler)</target> 10153 <target state="translated">Het volume verlagen (vereist focus op de speler)</target>
10101 10154
10102 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10155 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10103 <trans-unit id="2622048822548065691" datatype="html"> 10156 <trans-unit id="2622048822548065691" datatype="html">
10104 <source>Seek the video forward (requires player focus)</source> 10157 <source>Seek the video forward (requires player focus)</source>
10105 <target state="translated">Vooruitspringen in de video (vereist focus op de speler)</target> 10158 <target state="translated">Vooruitspringen in de video (vereist focus op de speler)</target>
10106 10159
10107 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10160 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10108 <trans-unit id="6540078205109221153" datatype="html"> 10161 <trans-unit id="6540078205109221153" datatype="html">
10109 <source>Seek the video backward (requires player focus)</source> 10162 <source>Seek the video backward (requires player focus)</source>
10110 <target state="translated">Achteruit springen in de video (vereist focus op de speler)</target> 10163 <target state="translated">Achteruit springen in de video (vereist focus op de speler)</target>
10111 10164
10112 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10165 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10113 <trans-unit id="1956491957766210808" datatype="html"> 10166 <trans-unit id="1956491957766210808" datatype="html">
10114 <source>Increase playback rate (requires player focus)</source> 10167 <source>Increase playback rate (requires player focus)</source>
10115 <target state="translated">Afspelen versnellen (vereist focus op de speler)</target> 10168 <target state="translated">Afspelen versnellen (vereist focus op de speler)</target>
10116 10169
10117 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10170 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10118 <trans-unit id="5495529997674803186" datatype="html"> 10171 <trans-unit id="5495529997674803186" datatype="html">
10119 <source>Decrease playback rate (requires player focus)</source> 10172 <source>Decrease playback rate (requires player focus)</source>
10120 <target state="translated">Afspelen vertragen (vereist focus op de speler)</target> 10173 <target state="translated">Afspelen vertragen (vereist focus op de speler)</target>
10121 10174
10122 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10175 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10123 <trans-unit id="3178343147230721210" datatype="html"> 10176 <trans-unit id="3178343147230721210" datatype="html">
10124 <source>Navigate in the video frame by frame (requires player focus)</source> 10177 <source>Navigate in the video frame by frame (requires player focus)</source>
10125 <target state="translated">Frame per frame door de video navigeren (vereist focus op de speler)</target> 10178 <target state="translated">Frame per frame door de video navigeren (vereist focus op de speler)</target>
10126 10179
10127 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10180 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10128 <trans-unit id="8025996572234182184"> 10181 <trans-unit id="8025996572234182184">
10129 <source>Like the video</source> 10182 <source>Like the video</source>
10130 <target>Like de video</target> 10183 <target>Like de video</target>
diff --git a/client/src/locale/angular.oc.xlf b/client/src/locale/angular.oc.xlf
index f1dc9a13d..45d8514b3 100644
--- a/client/src/locale/angular.oc.xlf
+++ b/client/src/locale/angular.oc.xlf
@@ -231,7 +231,7 @@
231 231
232 232
233 233
234 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 234 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
235 <trans-unit id="1486537403020619891" datatype="html"> 235 <trans-unit id="1486537403020619891" datatype="html">
236 <source>My watch history</source> 236 <source>My watch history</source>
237 <target state="new">My watch history</target> 237 <target state="new">My watch history</target>
@@ -307,23 +307,23 @@
307 <trans-unit id="5674286808255988565"> 307 <trans-unit id="5674286808255988565">
308 <source>Create</source> 308 <source>Create</source>
309 <target>Crear</target> 309 <target>Crear</target>
310 <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> 310
311 <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> 311
312 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 312
313 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 313
314 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 314
315 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 315
316 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group> 316
317 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group> 317
318 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group> 318
319 </trans-unit> 319 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
320 <trans-unit id="1006562256968398209" datatype="html"> 320 <trans-unit id="1006562256968398209" datatype="html">
321 <source>video</source> 321 <source>video</source>
322 <target state="translated">vidèo</target> 322 <target state="translated">vidèo</target>
323 323
324 324
325 325
326 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
327 <trans-unit id="6438815964972582865" datatype="html"> 327 <trans-unit id="6438815964972582865" datatype="html">
328 <source>The following link contains a private token and should not be shared with anyone.</source> 328 <source>The following link contains a private token and should not be shared with anyone.</source>
329 <target state="new"> The following link contains a private token and should not be shared with anyone. </target> 329 <target state="new"> The following link contains a private token and should not be shared with anyone. </target>
@@ -397,12 +397,12 @@
397 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 397 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
398 <target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 398 <target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
399 399
400 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit> 400 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
401 <trans-unit id="7873395933409147217" datatype="html"> 401 <trans-unit id="7873395933409147217" datatype="html">
402 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 402 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
403 <target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 403 <target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
404 404
405 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit> 405 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
406 <trans-unit id="5235042777215655908" datatype="html"> 406 <trans-unit id="5235042777215655908" datatype="html">
407 <source>subtitles</source> 407 <source>subtitles</source>
408 <target state="new">subtitles</target> 408 <target state="new">subtitles</target>
@@ -664,7 +664,7 @@
664 664
665 665
666 666
667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
668 <trans-unit id="158575725114802951" datatype="html"> 668 <trans-unit id="158575725114802951" datatype="html">
669 <source>Only live videos</source> 669 <source>Only live videos</source>
670 <target state="new">Only live videos</target> 670 <target state="new">Only live videos</target>
@@ -859,10 +859,10 @@
859 <trans-unit id="2602586221576511475"> 859 <trans-unit id="2602586221576511475">
860 <source>Video quota</source> 860 <source>Video quota</source>
861 <target>Quòta vidèo</target> 861 <target>Quòta vidèo</target>
862 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 862
863 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 863
864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 864
865 </trans-unit> 865 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
866 <trans-unit id="1502595455339510144"> 866 <trans-unit id="1502595455339510144">
867 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 867 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
868 <target> 868 <target>
@@ -947,6 +947,30 @@
947 <target>Federacion</target> 947 <target>Federacion</target>
948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
949 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 949 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
950 </trans-unit><trans-unit id="8726138323871139597" datatype="html">
951 <source>Following</source><target state="new">Following</target>
952 <context-group purpose="location">
953 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
954 <context context-type="linenumber">29</context>
955 </context-group>
956 <context-group purpose="location">
957 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
958 <context context-type="linenumber">31</context>
959 </context-group>
960 <context-group purpose="location">
961 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
962 <context context-type="linenumber">28</context>
963 </context-group>
964 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
965 <source>Followers</source><target state="new">Followers</target>
966 <context-group purpose="location">
967 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
968 <context context-type="linenumber">34</context>
969 </context-group>
970 <context-group purpose="location">
971 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
972 <context context-type="linenumber">37</context>
973 </context-group>
950 </trans-unit> 974 </trans-unit>
951 <trans-unit id="3541687134897970106"> 975 <trans-unit id="3541687134897970106">
952 <source>followers</source> 976 <source>followers</source>
@@ -1028,7 +1052,7 @@
1028 1052
1029 1053
1030 1054
1031 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 1055 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
1032 <trans-unit id="3616223838716839702"> 1056 <trans-unit id="3616223838716839702">
1033 <source>Ban this user</source> 1057 <source>Ban this user</source>
1034 <target>Fòrabandir aqueste utilizaire</target> 1058 <target>Fòrabandir aqueste utilizaire</target>
@@ -1101,19 +1125,13 @@
1101 <trans-unit id="7252854992688790751" datatype="html"> 1125 <trans-unit id="7252854992688790751" datatype="html">
1102 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1126 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1103 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1127 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1104 <context-group purpose="location"> 1128
1105 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
1106 <context context-type="linenumber">60,62</context>
1107 </context-group>
1108 </trans-unit>
1109 <trans-unit id="7215649348148521605" datatype="html"> 1130 <trans-unit id="7215649348148521605" datatype="html">
1110 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1131 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1111 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1132 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1112 <context-group purpose="location"> 1133
1113 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1134 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1114 <context context-type="linenumber">65,67</context>
1115 </context-group>
1116 </trans-unit>
1117 <trans-unit id="2392488717875840729"> 1135 <trans-unit id="2392488717875840729">
1118 <source>User</source> 1136 <source>User</source>
1119 <target>Utilizaire</target> 1137 <target>Utilizaire</target>
@@ -1124,67 +1142,67 @@
1124 <source>Username or email address</source> 1142 <source>Username or email address</source>
1125 <target>Nom d’utilizaire o adreça electronica</target> 1143 <target>Nom d’utilizaire o adreça electronica</target>
1126 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1144 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1145 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
1146 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1147 <context-group purpose="location">
1148 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1149 <context context-type="linenumber">33,34</context>
1150 </context-group>
1127 </trans-unit> 1151 </trans-unit>
1128 <trans-unit id="1431416938026210429"> 1152 <trans-unit id="1431416938026210429">
1129 <source>Password</source> 1153 <source>Password</source>
1130 <target>Senhal</target> 1154 <target>Senhal</target>
1131 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1155
1132 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1156
1133 <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> 1157
1134 <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> 1158
1135 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1159
1136 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1160
1137 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1161
1138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1162
1139 </trans-unit> 1163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1140 <trans-unit id="8715156686857791956" datatype="html"> 1164 <trans-unit id="8715156686857791956" datatype="html">
1141 <source>Click here to reset your password</source> 1165 <source>Click here to reset your password</source>
1142 <target state="translated">Clicatz aquí per reïnicializar vòstre senhal</target> 1166 <target state="translated">Clicatz aquí per reïnicializar vòstre senhal</target>
1143 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1167
1144 </trans-unit> 1168 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1145 <trans-unit id="892063502898494584" datatype="html"> 1169 <trans-unit id="892063502898494584" datatype="html">
1146 <source>I forgot my password</source> 1170 <source>I forgot my password</source>
1147 <target state="new">I forgot my password</target> 1171 <target state="new">I forgot my password</target>
1148 <context-group purpose="location"> 1172
1149 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1173 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1150 <context context-type="linenumber">47</context>
1151 </context-group>
1152 </trans-unit>
1153 <trans-unit id="2101170466365500913" datatype="html"> 1174 <trans-unit id="2101170466365500913" datatype="html">
1154 <source>Logging into an account lets you publish content</source> 1175 <source>Logging into an account lets you publish content</source>
1155 <target state="new"> Logging into an account lets you publish content </target> 1176 <target state="new"> Logging into an account lets you publish content </target>
1156 <context-group purpose="location"> 1177
1157 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1178 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1158 <context context-type="linenumber">56,57</context>
1159 </context-group>
1160 </trans-unit>
1161 <trans-unit id="2454050363478003966"> 1179 <trans-unit id="2454050363478003966">
1162 <source>Login</source> 1180 <source>Login</source>
1163 <target>Connexion</target> 1181 <target>Connexion</target>
1164 1182
1165 1183
1166 1184
1167 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1185 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1168 <trans-unit id="3183213940445113677" datatype="html"> 1186 <trans-unit id="3183213940445113677" datatype="html">
1169 <source>Or sign in with</source> 1187 <source>Or sign in with</source>
1170 <target state="new">Or sign in with</target> 1188 <target state="new">Or sign in with</target>
1171 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1189
1172 </trans-unit> 1190 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1173 <trans-unit id="3238209155172574367"> 1191 <trans-unit id="3238209155172574367">
1174 <source>Forgot your password</source> 1192 <source>Forgot your password</source>
1175 <target>Senhal oblidat</target> 1193 <target>Senhal oblidat</target>
1176 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1194
1177 </trans-unit> 1195 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1178 <trans-unit id="87327320394367488" datatype="html"> 1196 <trans-unit id="87327320394367488" datatype="html">
1179 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1197 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1180 <target state="translated">O planhèm, podètz pas restaurar lo senhal perque l'administrator de l'instància configurèt pas lo sistèm de corrièl de PeerTube.</target> 1198 <target state="translated">O planhèm, podètz pas restaurar lo senhal perque l'administrator de l'instància configurèt pas lo sistèm de corrièl de PeerTube.</target>
1181 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1199
1182 </trans-unit> 1200 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
1183 <trans-unit id="3188014010833256853" datatype="html"> 1201 <trans-unit id="3188014010833256853" datatype="html">
1184 <source>Enter your email address and we will send you a link to reset your password.</source> 1202 <source>Enter your email address and we will send you a link to reset your password.</source>
1185 <target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1203 <target state="new"> Enter your email address and we will send you a link to reset your password. </target>
1186 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1204
1187 </trans-unit> 1205 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
1188 <trans-unit id="1190256911880544559" datatype="html"> 1206 <trans-unit id="1190256911880544559" datatype="html">
1189 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1207 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1190The link will expire within 1 hour.</source> 1208The link will expire within 1 hour.</source>
@@ -1195,26 +1213,26 @@ The link will expire within 1 hour.</target>
1195 <trans-unit id="4768749765465246664"> 1213 <trans-unit id="4768749765465246664">
1196 <source>Email</source> 1214 <source>Email</source>
1197 <target>Corrièl</target> 1215 <target>Corrièl</target>
1198 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1216
1199 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1217
1200 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1218
1201 <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> 1219
1202 <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> 1220
1203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1221
1204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1222
1205 </trans-unit> 1223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1206 <trans-unit id="3967269098753656610"> 1224 <trans-unit id="3967269098753656610">
1207 <source>Email address</source> 1225 <source>Email address</source>
1208 <target>Adreça de corrièl</target> 1226 <target>Adreça de corrièl</target>
1209 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1227
1210 <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> 1228
1211 </trans-unit> 1229 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1212 <trans-unit id="7808756054397155068" datatype="html"> 1230 <trans-unit id="7808756054397155068" datatype="html">
1213 <source>Reset</source> 1231 <source>Reset</source>
1214 <target state="new">Reset</target> 1232 <target state="new">Reset</target>
1215 <note priority="1" from="description">Password reset button</note> 1233 <note priority="1" from="description">Password reset button</note>
1216 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1234
1217 </trans-unit> 1235 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1218 <trans-unit id="4319634264526091601" datatype="html"> 1236 <trans-unit id="4319634264526091601" datatype="html">
1219 <source>on this instance</source> 1237 <source>on this instance</source>
1220 <target state="new">on this instance</target> 1238 <target state="new">on this instance</target>
@@ -1293,17 +1311,17 @@ The link will expire within 1 hour.</target>
1293 <target> 1311 <target>
1294 Cap de resultats 1312 Cap de resultats
1295 </target> 1313 </target>
1296 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1314
1297 </trans-unit> 1315 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1298 <trans-unit id="5500467336262464724"> 1316 <trans-unit id="5500467336262464724">
1299 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1317 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1300 <target> 1318 <target>
1301 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> abonats 1319 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> abonats
1302 </target> 1320 </target>
1303 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1321
1304 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1322
1305 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1323
1306 </trans-unit> 1324 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1307 <trans-unit id="1516969129397662377"> 1325 <trans-unit id="1516969129397662377">
1308 <source>Welcome to PeerTube, dear administrator!</source> 1326 <source>Welcome to PeerTube, dear administrator!</source>
1309 <target>Benvengut a PeerTube, car administrator !</target> 1327 <target>Benvengut a PeerTube, car administrator !</target>
@@ -1581,7 +1599,7 @@ The link will expire within 1 hour.</target>
1581 <target>Crear un compte</target> 1599 <target>Crear un compte</target>
1582 1600
1583 1601
1584 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1602 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1585 1603
1586 <trans-unit id="3058024914967508975" datatype="html"> 1604 <trans-unit id="3058024914967508975" datatype="html">
1587 <source>My videos</source> 1605 <source>My videos</source>
@@ -1649,7 +1667,7 @@ The link will expire within 1 hour.</target>
1649 1667
1650 1668
1651 1669
1652 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 1670 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
1653 <trans-unit id="667372110624203230" datatype="html"> 1671 <trans-unit id="667372110624203230" datatype="html">
1654 <source>Import jobs concurrency</source> 1672 <source>Import jobs concurrency</source>
1655 <target state="new">Import jobs concurrency</target> 1673 <target state="new">Import jobs concurrency</target>
@@ -1727,8 +1745,8 @@ The link will expire within 1 hour.</target>
1727 <trans-unit id="4424964105331349857" datatype="html"> 1745 <trans-unit id="4424964105331349857" datatype="html">
1728 <source>I'm a teapot</source> 1746 <source>I'm a teapot</source>
1729 <target state="new">I'm a teapot</target> 1747 <target state="new">I'm a teapot</target>
1730 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1748
1731 </trans-unit> 1749 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1732 <trans-unit id="1597262876035959248" datatype="html"> 1750 <trans-unit id="1597262876035959248" datatype="html">
1733 <source>That's an error.</source> 1751 <source>That's an error.</source>
1734 <target state="new">That's an error.</target> 1752 <target state="new">That's an error.</target>
@@ -1821,8 +1839,8 @@ The link will expire within 1 hour.</target>
1821 <trans-unit id="2971365540217107489" datatype="html"> 1839 <trans-unit id="2971365540217107489" datatype="html">
1822 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1840 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1823 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1841 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1824 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1842
1825 </trans-unit> 1843 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1826 1844
1827 <trans-unit id="5131854469652959713" datatype="html"> 1845 <trans-unit id="5131854469652959713" datatype="html">
1828 <source>GLOBAL SEARCH</source> 1846 <source>GLOBAL SEARCH</source>
@@ -1903,19 +1921,19 @@ The link will expire within 1 hour.</target>
1903 <trans-unit id="5478121364779850827" datatype="html"> 1921 <trans-unit id="5478121364779850827" datatype="html">
1904 <source>Reset</source> 1922 <source>Reset</source>
1905 <target state="translated">Reïnicializar</target> 1923 <target state="translated">Reïnicializar</target>
1906 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1924
1907 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1925
1908 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1926
1909 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1927
1910 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1928
1911 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1929
1912 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1930
1913 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1931
1914 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1932
1915 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1933
1916 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1934
1917 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1935
1918 </trans-unit> 1936 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1919 <trans-unit id="4540121094340493564" datatype="html"> 1937 <trans-unit id="4540121094340493564" datatype="html">
1920 <source>Display only</source> 1938 <source>Display only</source>
1921 <target state="new">Display only</target> 1939 <target state="new">Display only</target>
@@ -1961,7 +1979,7 @@ The link will expire within 1 hour.</target>
1961 <target>Durada</target> 1979 <target>Durada</target>
1962 1980
1963 1981
1964 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1982 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1965 <trans-unit id="3589238979642505685"> 1983 <trans-unit id="3589238979642505685">
1966 <source>Display sensitive content</source> 1984 <source>Display sensitive content</source>
1967 <target>Mostrar lo contengut sensible</target> 1985 <target>Mostrar lo contengut sensible</target>
@@ -1983,7 +2001,7 @@ The link will expire within 1 hour.</target>
1983 2001
1984 2002
1985 2003
1986 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 2004 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1987 <trans-unit id="5478121364779850827" datatype="html"> 2005 <trans-unit id="5478121364779850827" datatype="html">
1988 <source>Reset</source> 2006 <source>Reset</source>
1989 <target state="translated">Reïnicializar</target> 2007 <target state="translated">Reïnicializar</target>
@@ -2004,7 +2022,7 @@ The link will expire within 1 hour.</target>
2004 2022
2005 2023
2006 2024
2007 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 2025 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
2008 <trans-unit id="4184995865179898060" datatype="html"> 2026 <trans-unit id="4184995865179898060" datatype="html">
2009 <source>Display all licenses</source> 2027 <source>Display all licenses</source>
2010 <target state="translated">Mostrar totas las licéncias</target> 2028 <target state="translated">Mostrar totas las licéncias</target>
@@ -2017,7 +2035,7 @@ The link will expire within 1 hour.</target>
2017 2035
2018 2036
2019 2037
2020 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 2038 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
2021 <trans-unit id="7904142744051432458" datatype="html"> 2039 <trans-unit id="7904142744051432458" datatype="html">
2022 <source>Display all languages</source> 2040 <source>Display all languages</source>
2023 <target state="translated">Mostrar totas las lengas</target> 2041 <target state="translated">Mostrar totas las lengas</target>
@@ -2032,17 +2050,23 @@ The link will expire within 1 hour.</target>
2032 <source>One of these tags</source> 2050 <source>One of these tags</source>
2033 <target>Una d’aquestas etiquetas</target> 2051 <target>Una d’aquestas etiquetas</target>
2034 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 2052 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
2053 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
2054 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
2055 <context-group purpose="location">
2056 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
2057 <context context-type="linenumber">178</context>
2058 </context-group>
2035 </trans-unit> 2059 </trans-unit>
2036 <trans-unit id="283421392567624698" datatype="html"> 2060 <trans-unit id="283421392567624698" datatype="html">
2037 <source>Search target</source> 2061 <source>Search target</source>
2038 <target state="new">Search target</target> 2062 <target state="new">Search target</target>
2039 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 2063
2040 </trans-unit> 2064 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
2041 <trans-unit id="2489767671380266270" datatype="html"> 2065 <trans-unit id="2489767671380266270" datatype="html">
2042 <source>Vidiverse</source> 2066 <source>Vidiverse</source>
2043 <target state="new">Vidiverse</target> 2067 <target state="new">Vidiverse</target>
2044 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 2068
2045 </trans-unit> 2069 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
2046 <trans-unit id="5478121364779850827" datatype="html"> 2070 <trans-unit id="5478121364779850827" datatype="html">
2047 <source>Reset</source> 2071 <source>Reset</source>
2048 <target state="translated">Reïnicializar</target> 2072 <target state="translated">Reïnicializar</target>
@@ -2051,8 +2075,8 @@ The link will expire within 1 hour.</target>
2051 <trans-unit id="8829497237648100098"> 2075 <trans-unit id="8829497237648100098">
2052 <source>Filter</source> 2076 <source>Filter</source>
2053 <target>Filtrar</target> 2077 <target>Filtrar</target>
2054 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 2078
2055 </trans-unit> 2079 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
2056 <trans-unit id="6479885129995567639" datatype="html"> 2080 <trans-unit id="6479885129995567639" datatype="html">
2057 <source>Video channels</source> 2081 <source>Video channels</source>
2058 <target state="new">Video channels</target> 2082 <target state="new">Video channels</target>
@@ -2090,7 +2114,7 @@ The link will expire within 1 hour.</target>
2090 <target>Etiquetas</target> 2114 <target>Etiquetas</target>
2091 2115
2092 2116
2093 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 2117 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
2094 <trans-unit id="354332809647287722" datatype="html"> 2118 <trans-unit id="354332809647287722" datatype="html">
2095 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 2119 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
2096 <target state="new"> 2120 <target state="new">
@@ -2588,7 +2612,7 @@ The link will expire within 1 hour.</target>
2588 <source>Upload on hold</source> 2612 <source>Upload on hold</source>
2589 <target state="new">Upload on hold</target> 2613 <target state="new">Upload on hold</target>
2590 2614
2591 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2615 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2592 <trans-unit id="285180972645018518" datatype="html"> 2616 <trans-unit id="285180972645018518" datatype="html">
2593 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2617 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2594 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2618 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2932,12 +2956,18 @@ The link will expire within 1 hour.</target>
2932 <source>Origin</source> 2956 <source>Origin</source>
2933 <target state="new">Origin</target> 2957 <target state="new">Origin</target>
2934 2958
2935 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2959 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2960 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2961 <context-group purpose="location">
2962 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2963 <context context-type="linenumber">14</context>
2964 </context-group>
2965 </trans-unit>
2936 <trans-unit id="5139892963394684487"> 2966 <trans-unit id="5139892963394684487">
2937 <source>Originally published</source> 2967 <source>Originally published</source>
2938 <target>Prima publicacion</target> 2968 <target>Prima publicacion</target>
2939 2969
2940 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2970 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2941 <trans-unit id="6402393085909200998" datatype="html"> 2971 <trans-unit id="6402393085909200998" datatype="html">
2942 <source>Friendly Reminder:</source> 2972 <source>Friendly Reminder:</source>
2943 <target state="translated">Recòrd amistós :</target> 2973 <target state="translated">Recòrd amistós :</target>
@@ -3314,11 +3344,7 @@ The link will expire within 1 hour.</target>
3314 <target>ID</target> 3344 <target>ID</target>
3315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3316 </trans-unit> 3346 </trans-unit>
3317 <trans-unit id="2265605798180116441"> 3347
3318 <source>Follower handle</source>
3319 <target>Gestion dels seguidors</target>
3320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
3321 </trans-unit>
3322 <trans-unit id="5911214550882917183"> 3348 <trans-unit id="5911214550882917183">
3323 <source>State</source> 3349 <source>State</source>
3324 <target>Estatisticas</target> 3350 <target>Estatisticas</target>
@@ -3393,11 +3419,7 @@ The link will expire within 1 hour.</target>
3393 </target> 3419 </target>
3394 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3420 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3395 </trans-unit> 3421 </trans-unit>
3396 <trans-unit id="6641024648411549335"> 3422
3397 <source>Host</source>
3398 <target>Òst</target>
3399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3400 </trans-unit>
3401 <trans-unit id="6571718060636962350" datatype="html"> 3423 <trans-unit id="6571718060636962350" datatype="html">
3402 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3424 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3403 <target state="new">Redundancy allowed 3425 <target state="new">Redundancy allowed
@@ -3409,9 +3431,9 @@ The link will expire within 1 hour.</target>
3409 <trans-unit id="9160510009013134726" datatype="html"> 3431 <trans-unit id="9160510009013134726" datatype="html">
3410 <source>Unfollow</source> 3432 <source>Unfollow</source>
3411 <target state="new">Unfollow</target> 3433 <target state="new">Unfollow</target>
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3434
3413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3435
3414 </trans-unit> 3436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3415 <trans-unit id="8246779176913476983" datatype="html"> 3437 <trans-unit id="8246779176913476983" datatype="html">
3416 <source>Open instance in a new tab</source> 3438 <source>Open instance in a new tab</source>
3417 <target state="new">Open instance in a new tab</target> 3439 <target state="new">Open instance in a new tab</target>
@@ -3422,13 +3444,13 @@ The link will expire within 1 hour.</target>
3422 <trans-unit id="9132918641931433659" datatype="html"> 3444 <trans-unit id="9132918641931433659" datatype="html">
3423 <source>No host found matching current filters.</source> 3445 <source>No host found matching current filters.</source>
3424 <target state="new">No host found matching current filters.</target> 3446 <target state="new">No host found matching current filters.</target>
3425 <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> 3447
3426 </trans-unit> 3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3427 <trans-unit id="7274241885665071790" datatype="html"> 3449 <trans-unit id="7274241885665071790" datatype="html">
3428 <source>Your instance is not following anyone.</source> 3450 <source>Your instance is not following anyone.</source>
3429 <target state="new">Your instance is not following anyone.</target> 3451 <target state="new">Your instance is not following anyone.</target>
3430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3452
3431 </trans-unit> 3453 <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>
3432 <trans-unit id="4774348799569692380" datatype="html"> 3454 <trans-unit id="4774348799569692380" datatype="html">
3433 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3455 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3434 <target state="new">Showing 3456 <target state="new">Showing
@@ -3438,16 +3460,8 @@ The link will expire within 1 hour.</target>
3438 </target> 3460 </target>
3439 <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> 3461 <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>
3440 </trans-unit> 3462 </trans-unit>
3441 <trans-unit id="6275803119759621687" datatype="html"> 3463
3442 <source>Follow domains</source> 3464
3443 <target state="new">Follow domains</target>
3444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3445 </trans-unit>
3446 <trans-unit id="1268699198448750610" datatype="html">
3447 <source>Follow instances</source>
3448 <target state="new">Follow instances</target>
3449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3450 </trans-unit>
3451 <trans-unit id="9216117865911519658" datatype="html"> 3465 <trans-unit id="9216117865911519658" datatype="html">
3452 <source>Action</source> 3466 <source>Action</source>
3453 <target state="new">Action</target> 3467 <target state="new">Action</target>
@@ -3497,11 +3511,11 @@ The link will expire within 1 hour.</target>
3497 <trans-unit id="5248717555542428023"> 3511 <trans-unit id="5248717555542428023">
3498 <source>Username</source> 3512 <source>Username</source>
3499 <target>Nom d’utilizaire</target> 3513 <target>Nom d’utilizaire</target>
3500 <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> 3514
3501 <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> 3515
3502 <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> 3516
3503 <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> 3517
3504 </trans-unit> 3518 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3505 <trans-unit id="5428411040014095392" datatype="html"> 3519 <trans-unit id="5428411040014095392" datatype="html">
3506 <source>e.g. jane_doe</source> 3520 <source>e.g. jane_doe</source>
3507 <target state="new">e.g. jane_doe</target> 3521 <target state="new">e.g. jane_doe</target>
@@ -3531,9 +3545,9 @@ The link will expire within 1 hour.</target>
3531 <trans-unit id="4145496584631696119"> 3545 <trans-unit id="4145496584631696119">
3532 <source>Role</source> 3546 <source>Role</source>
3533 <target>Ròtle</target> 3547 <target>Ròtle</target>
3534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3548
3535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3549
3536 </trans-unit> 3550 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3537 <trans-unit id="7046347992315328430" datatype="html"> 3551 <trans-unit id="7046347992315328430" datatype="html">
3538 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3552 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3539 <target state="new"> 3553 <target state="new">
@@ -3558,15 +3572,9 @@ The link will expire within 1 hour.</target>
3558 <trans-unit id="2622255144026150901" datatype="html"> 3572 <trans-unit id="2622255144026150901" datatype="html">
3559 <source>Auth plugin</source> 3573 <source>Auth plugin</source>
3560 <target state="new">Auth plugin</target> 3574 <target state="new">Auth plugin</target>
3561 <context-group purpose="location"> 3575
3562 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3576
3563 <context context-type="linenumber">188</context> 3577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit>
3564 </context-group>
3565 <context-group purpose="location">
3566 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3567 <context context-type="linenumber">188</context>
3568 </context-group>
3569 </trans-unit>
3570 <trans-unit id="588099657508661970" datatype="html"> 3578 <trans-unit id="588099657508661970" datatype="html">
3571 <source>None (local authentication)</source> 3579 <source>None (local authentication)</source>
3572 <target state="new">None (local authentication)</target> 3580 <target state="new">None (local authentication)</target>
@@ -3831,6 +3839,12 @@ The link will expire within 1 hour.</target>
3831 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group> 3839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group>
3832 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3840 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3833 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3841 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3842 </trans-unit><trans-unit id="8390803680962035202" datatype="html">
3843 <source>Follower</source><target state="new">Follower</target>
3844 <context-group purpose="location">
3845 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3846 <context context-type="linenumber">24</context>
3847 </context-group>
3834 </trans-unit> 3848 </trans-unit>
3835 <trans-unit id="4691552465058437520" datatype="html"> 3849 <trans-unit id="4691552465058437520" datatype="html">
3836 <source>Commented video</source> 3850 <source>Commented video</source>
@@ -3876,43 +3890,28 @@ The link will expire within 1 hour.</target>
3876 <trans-unit id="1807029821872995706" datatype="html"> 3890 <trans-unit id="1807029821872995706" datatype="html">
3877 <source>Unsolved reports</source> 3891 <source>Unsolved reports</source>
3878 <target state="new">Unsolved reports</target> 3892 <target state="new">Unsolved reports</target>
3879 <context-group purpose="location"> 3893
3880 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3894 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3881 <context context-type="linenumber">42</context>
3882 </context-group>
3883 </trans-unit>
3884 <trans-unit id="2570256912317308673" datatype="html"> 3895 <trans-unit id="2570256912317308673" datatype="html">
3885 <source>Accepted reports</source> 3896 <source>Accepted reports</source>
3886 <target state="new">Accepted reports</target> 3897 <target state="new">Accepted reports</target>
3887 <context-group purpose="location"> 3898
3888 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3899 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3889 <context context-type="linenumber">46</context>
3890 </context-group>
3891 </trans-unit>
3892 <trans-unit id="4335414817109654558" datatype="html"> 3900 <trans-unit id="4335414817109654558" datatype="html">
3893 <source>Refused reports</source> 3901 <source>Refused reports</source>
3894 <target state="new">Refused reports</target> 3902 <target state="new">Refused reports</target>
3895 <context-group purpose="location"> 3903
3896 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3904 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3897 <context context-type="linenumber">50</context>
3898 </context-group>
3899 </trans-unit>
3900 <trans-unit id="5604806676748121035" datatype="html"> 3905 <trans-unit id="5604806676748121035" datatype="html">
3901 <source>Reports with blocked videos</source> 3906 <source>Reports with blocked videos</source>
3902 <target state="new">Reports with blocked videos</target> 3907 <target state="new">Reports with blocked videos</target>
3903 <context-group purpose="location"> 3908
3904 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3909 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3905 <context context-type="linenumber">54</context>
3906 </context-group>
3907 </trans-unit>
3908 <trans-unit id="5105869928182826553" datatype="html"> 3910 <trans-unit id="5105869928182826553" datatype="html">
3909 <source>Reports with deleted videos</source> 3911 <source>Reports with deleted videos</source>
3910 <target state="new">Reports with deleted videos</target> 3912 <target state="new">Reports with deleted videos</target>
3911 <context-group purpose="location"> 3913
3912 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3914 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3913 <context context-type="linenumber">58</context>
3914 </context-group>
3915 </trans-unit>
3916 <trans-unit id="4678289986918934018" datatype="html"> 3915 <trans-unit id="4678289986918934018" datatype="html">
3917 <source>Block reason:</source> 3916 <source>Block reason:</source>
3918 <target state="new">Block reason:</target> 3917 <target state="new">Block reason:</target>
@@ -3931,19 +3930,13 @@ The link will expire within 1 hour.</target>
3931 <trans-unit id="7755288609601798418" datatype="html"> 3930 <trans-unit id="7755288609601798418" datatype="html">
3932 <source>Automatic blocks</source> 3931 <source>Automatic blocks</source>
3933 <target state="new">Automatic blocks</target> 3932 <target state="new">Automatic blocks</target>
3934 <context-group purpose="location"> 3933
3935 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3934 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3936 <context context-type="linenumber">31</context>
3937 </context-group>
3938 </trans-unit>
3939 <trans-unit id="6510868134640657079" datatype="html"> 3935 <trans-unit id="6510868134640657079" datatype="html">
3940 <source>Manual blocks</source> 3936 <source>Manual blocks</source>
3941 <target state="new">Manual blocks</target> 3937 <target state="new">Manual blocks</target>
3942 <context-group purpose="location"> 3938
3943 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3944 <context context-type="linenumber">35</context>
3945 </context-group>
3946 </trans-unit>
3947 <trans-unit id="2143435845912984377" datatype="html"> 3940 <trans-unit id="2143435845912984377" datatype="html">
3948 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3941 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3949 <target state="new">Showing 3942 <target state="new">Showing
@@ -4120,11 +4113,11 @@ The link will expire within 1 hour.</target>
4120 <trans-unit id="2381859602529023966"> 4113 <trans-unit id="2381859602529023966">
4121 <source>Instance</source> 4114 <source>Instance</source>
4122 <target>Instància</target> 4115 <target>Instància</target>
4123 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4116
4124 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 4117
4125 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 4118
4126 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 4119
4127 </trans-unit> 4120 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
4128 <trans-unit id="1300704815627663264"> 4121 <trans-unit id="1300704815627663264">
4129 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 4122 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
4130 <target>Mut lo 4123 <target>Mut lo
@@ -4171,8 +4164,8 @@ The link will expire within 1 hour.</target>
4171 <target state="new"> 4164 <target state="new">
4172 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4165 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4173 </target> 4166 </target>
4174 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 4167
4175 </trans-unit> 4168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
4176 <trans-unit id="4058814854824495833" datatype="html"> 4169 <trans-unit id="4058814854824495833" datatype="html">
4177 <source>Mute domains</source> 4170 <source>Mute domains</source>
4178 <target state="new">Mute domains</target> 4171 <target state="new">Mute domains</target>
@@ -4250,7 +4243,7 @@ The link will expire within 1 hour.</target>
4250 4243
4251 4244
4252 4245
4253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 4246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
4254 <trans-unit id="8630916846096019339" datatype="html"> 4247 <trans-unit id="8630916846096019339" datatype="html">
4255 <source>Users can resolve distant content</source> 4248 <source>Users can resolve distant content</source>
4256 <target state="new">Users can resolve distant content</target> 4249 <target state="new">Users can resolve distant content</target>
@@ -6176,11 +6169,8 @@ color: red;
6176 <trans-unit id="5512878593724620692" datatype="html"> 6169 <trans-unit id="5512878593724620692" datatype="html">
6177 <source>CHANNELS</source> 6170 <source>CHANNELS</source>
6178 <target state="new">CHANNELS</target> 6171 <target state="new">CHANNELS</target>
6179 <context-group purpose="location"> 6172
6180 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 6173 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
6181 <context context-type="linenumber">82</context>
6182 </context-group>
6183 </trans-unit>
6184 <trans-unit id="3666829335406793239"> 6174 <trans-unit id="3666829335406793239">
6185 <source>This account does not have channels.</source> 6175 <source>This account does not have channels.</source>
6186 <target>Aqueste compte a pas cap de cadena.</target> 6176 <target>Aqueste compte a pas cap de cadena.</target>
@@ -6225,6 +6215,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6225It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 6215It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
6226channel with the same name (<x id="PH_2"/>)!</target> 6216channel with the same name (<x id="PH_2"/>)!</target>
6227 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 6217 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
6218 </trans-unit><trans-unit id="4433306639366959484" datatype="html">
6219 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
6220 <context-group purpose="location">
6221 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
6222 <context context-type="linenumber">48</context>
6223 </context-group>
6228 </trans-unit> 6224 </trans-unit>
6229 <trans-unit id="5387007581996837469" datatype="html"> 6225 <trans-unit id="5387007581996837469" datatype="html">
6230 <source>My Channels</source> 6226 <source>My Channels</source>
@@ -6817,12 +6813,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6817 <source>Your message has been sent.</source> 6813 <source>Your message has been sent.</source>
6818 <target>Messatge enviat.</target> 6814 <target>Messatge enviat.</target>
6819 6815
6820 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6816 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6821 <trans-unit id="2072135752262464360"> 6817 <trans-unit id="2072135752262464360">
6822 <source>You already sent this form recently</source> 6818 <source>You already sent this form recently</source>
6823 <target>Avètz ja enviat aqueste formulari fa pas gaire</target> 6819 <target>Avètz ja enviat aqueste formulari fa pas gaire</target>
6824 6820
6825 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6821 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6826 <trans-unit id="819067926858619041" datatype="html"> 6822 <trans-unit id="819067926858619041" datatype="html">
6827 <source>Account videos</source> 6823 <source>Account videos</source>
6828 <target state="new">Account videos</target> 6824 <target state="new">Account videos</target>
@@ -6868,13 +6864,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6868 <target state="new"> 6864 <target state="new">
6869 <x id="PH"/> direct account followers 6865 <x id="PH"/> direct account followers
6870 </target> 6866 </target>
6871 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6867
6872 </trans-unit> 6868 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6873 <trans-unit id="6250999352462648289" datatype="html"> 6869 <trans-unit id="6250999352462648289" datatype="html">
6874 <source>Report this account</source> 6870 <source>Report this account</source>
6875 <target state="new">Report this account</target> 6871 <target state="new">Report this account</target>
6876 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6872
6877 </trans-unit> 6873 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6878 <trans-unit id="1504521795586863905" datatype="html"> 6874 <trans-unit id="1504521795586863905" datatype="html">
6879 <source>VIDEOS</source> 6875 <source>VIDEOS</source>
6880 <target state="new">VIDEOS</target> 6876 <target state="new">VIDEOS</target>
@@ -6884,31 +6880,21 @@ channel with the same name (<x id="PH_2"/>)!</target>
6884 <trans-unit id="25349740244798533"> 6880 <trans-unit id="25349740244798533">
6885 <source>Username copied</source> 6881 <source>Username copied</source>
6886 <target>Nom d’utilizaire copiat</target> 6882 <target>Nom d’utilizaire copiat</target>
6887 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6883
6888 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6884
6889 </trans-unit> 6885 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6890 <trans-unit id="9221735175659318025" datatype="html"> 6886 <trans-unit id="9221735175659318025" datatype="html">
6891 <source>1 subscriber</source> 6887 <source>1 subscriber</source>
6892 <target state="new">1 subscriber</target> 6888 <target state="new">1 subscriber</target>
6893 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6889
6894 </trans-unit> 6890 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6895 <trans-unit id="4097331874769079975" datatype="html"> 6891 <trans-unit id="4097331874769079975" datatype="html">
6896 <source><x id="PH"/> subscribers</source> 6892 <source><x id="PH"/> subscribers</source>
6897 <target state="new"><x id="PH"/> subscribers</target> 6893 <target state="new"><x id="PH"/> subscribers</target>
6898 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6894
6899 </trans-unit> 6895 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6900 <trans-unit id="4682675125751819107" datatype="html"> 6896
6901 <source>Instances you follow</source> 6897
6902 <target state="translated">Las instàncias que seguissètz</target>
6903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6905 </trans-unit>
6906 <trans-unit id="8899833753704589712" datatype="html">
6907 <source>Instances following you</source>
6908 <target state="translated">Las instàncias que vos seguisson</target>
6909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6911 </trans-unit>
6912 <trans-unit id="1035838766454786107" datatype="html"> 6898 <trans-unit id="1035838766454786107" datatype="html">
6913 <source>Audio-only</source> 6899 <source>Audio-only</source>
6914 <target state="translated">Àudio solament</target> 6900 <target state="translated">Àudio solament</target>
@@ -6958,6 +6944,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6958 <source>Auto (via ffmpeg)</source> 6944 <source>Auto (via ffmpeg)</source>
6959 <target>Auto (via ffmpeg)</target> 6945 <target>Auto (via ffmpeg)</target>
6960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6947 </trans-unit><trans-unit id="3642770981085338761" datatype="html">
6948 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6949 <context-group purpose="location">
6950 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6951 <context context-type="linenumber">3</context>
6952 </context-group>
6961 </trans-unit> 6953 </trans-unit>
6962 <trans-unit id="931255636742351800" datatype="html"> 6954 <trans-unit id="931255636742351800" datatype="html">
6963 <source>No limit</source> 6955 <source>No limit</source>
@@ -7108,18 +7100,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
7108 <trans-unit id="2127446333083057097" datatype="html"> 7100 <trans-unit id="2127446333083057097" datatype="html">
7109 <source>Domain is required.</source> 7101 <source>Domain is required.</source>
7110 <target state="translated">Un domeni es requerit.</target> 7102 <target state="translated">Un domeni es requerit.</target>
7111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 7103
7112 </trans-unit> 7104 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
7113 <trans-unit id="6780793142903080663" datatype="html"> 7105 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
7114 <source>Domains entered are invalid.</source> 7106 <context-group purpose="location">
7115 <target state="translated">Los domenis picats son pas valids.</target> 7107 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7116 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 7108 <context context-type="linenumber">93</context>
7117 </trans-unit> 7109 </context-group>
7118 <trans-unit id="5886492514458202177" datatype="html"> 7110 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
7119 <source>Domains entered contain duplicates.</source> 7111 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
7120 <target state="new">Domains entered contain duplicates.</target> 7112 <context-group purpose="location">
7121 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 7113 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7114 <context context-type="linenumber">94</context>
7115 </context-group>
7116 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
7117 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
7118 <context-group purpose="location">
7119 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7120 <context context-type="linenumber">102</context>
7121 </context-group>
7122 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
7123 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
7124 <context-group purpose="location">
7125 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7126 <context context-type="linenumber">103</context>
7127 </context-group>
7122 </trans-unit> 7128 </trans-unit>
7129
7130
7123 <trans-unit id="240806681889331244"> 7131 <trans-unit id="240806681889331244">
7124 <source>Unlimited</source> 7132 <source>Unlimited</source>
7125 <target>Cap de limit</target> 7133 <target>Cap de limit</target>
@@ -7279,26 +7287,52 @@ channel with the same name (<x id="PH_2"/>)!</target>
7279 <x id="PH"/> tirat dels seguidors de l’instància 7287 <x id="PH"/> tirat dels seguidors de l’instància
7280 </target> 7288 </target>
7281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 7289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
7290 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
7291 <source>Follow</source><target state="new">Follow</target>
7292 <context-group purpose="location">
7293 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7294 <context context-type="linenumber">3</context>
7295 </context-group>
7296 <context-group purpose="location">
7297 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7298 <context context-type="linenumber">37</context>
7299 </context-group>
7300 <context-group purpose="location">
7301 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7302 <context context-type="linenumber">18</context>
7303 </context-group>
7304 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
7305 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
7306 <context-group purpose="location">
7307 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7308 <context context-type="linenumber">11</context>
7309 </context-group>
7282 </trans-unit> 7310 </trans-unit>
7283 <trans-unit id="2740793005745065895"> 7311 <trans-unit id="2740793005745065895">
7284 <source><x id="PH"/> is not valid </source> 7312 <source><x id="PH"/> is not valid </source>
7285 <target> 7313 <target>
7286 <x id="PH"/> es pas valid 7314 <x id="PH"/> es pas valid
7287 </target> 7315 </target>
7288 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 7316
7289 </trans-unit> 7317 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7290 <trans-unit id="2355066641781598196"> 7318 <trans-unit id="2355066641781598196">
7291 <source>Follow request(s) sent!</source> 7319 <source>Follow request(s) sent!</source>
7292 <target>Demanda(s) de seguiment enviada !</target> 7320 <target>Demanda(s) de seguiment enviada !</target>
7293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 7321
7322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
7323 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
7324 <context-group purpose="location">
7325 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7326 <context context-type="linenumber">3</context>
7327 </context-group>
7294 </trans-unit> 7328 </trans-unit>
7295 <trans-unit id="4245720728052819482"> 7329 <trans-unit id="4245720728052819482">
7296 <source>Do you really want to unfollow <x id="PH"/>?</source> 7330 <source>Do you really want to unfollow <x id="PH"/>?</source>
7297 <target>Volètz vertadièrament quitar de seguir 7331 <target>Volètz vertadièrament quitar de seguir
7298 <x id="PH"/> ? 7332 <x id="PH"/> ?
7299 </target> 7333 </target>
7300 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 7334
7301 </trans-unit> 7335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
7302 <trans-unit id="9160510009013134726"> 7336 <trans-unit id="9160510009013134726">
7303 <source>Unfollow</source> 7337 <source>Unfollow</source>
7304 <target>Quitar de seguir</target> 7338 <target>Quitar de seguir</target>
@@ -7309,8 +7343,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7309 <target>Seguèt pas mai 7343 <target>Seguèt pas mai
7310 <x id="PH"/>. 7344 <x id="PH"/>.
7311 </target> 7345 </target>
7312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 7346
7313 </trans-unit> 7347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
7314 <trans-unit id="2593763089859685916"> 7348 <trans-unit id="2593763089859685916">
7315 <source>enabled</source> 7349 <source>enabled</source>
7316 <target>activada</target> 7350 <target>activada</target>
@@ -7428,109 +7462,109 @@ channel with the same name (<x id="PH_2"/>)!</target>
7428 <trans-unit id="6473213678768782133" datatype="html"> 7462 <trans-unit id="6473213678768782133" datatype="html">
7429 <source>Internal actions</source> 7463 <source>Internal actions</source>
7430 <target state="translated">Accions intèrnas</target> 7464 <target state="translated">Accions intèrnas</target>
7431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7465
7432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7466
7433 </trans-unit> 7467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7434 <trans-unit id="4559872264406386913" datatype="html"> 7468 <trans-unit id="4559872264406386913" datatype="html">
7435 <source>Delete report</source> 7469 <source>Delete report</source>
7436 <target state="translated">Suprimir lo senhalament</target> 7470 <target state="translated">Suprimir lo senhalament</target>
7437 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7471
7438 </trans-unit> 7472 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7439 <trans-unit id="5793550984155962433" datatype="html"> 7473 <trans-unit id="5793550984155962433" datatype="html">
7440 <source>Actions for the flagged account</source> 7474 <source>Actions for the flagged account</source>
7441 <target state="new">Actions for the flagged account</target> 7475 <target state="new">Actions for the flagged account</target>
7442 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7476
7443 </trans-unit> 7477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7444 <trans-unit id="1679841953757186358"> 7478 <trans-unit id="1679841953757186358">
7445 <source>Mark as accepted</source> 7479 <source>Mark as accepted</source>
7446 <target>Marcar coma acceptat</target> 7480 <target>Marcar coma acceptat</target>
7447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7481
7448 </trans-unit> 7482 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7449 <trans-unit id="7993358694073742566"> 7483 <trans-unit id="7993358694073742566">
7450 <source>Mark as rejected</source> 7484 <source>Mark as rejected</source>
7451 <target>Marcar coma regetat</target> 7485 <target>Marcar coma regetat</target>
7452 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7486
7453 </trans-unit> 7487 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7454 <trans-unit id="4175703770051343108" datatype="html"> 7488 <trans-unit id="4175703770051343108" datatype="html">
7455 <source>Add internal note</source> 7489 <source>Add internal note</source>
7456 <target state="new">Add internal note</target> 7490 <target state="new">Add internal note</target>
7457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7491
7458 </trans-unit> 7492 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7459 <trans-unit id="296166371893775555" datatype="html"> 7493 <trans-unit id="296166371893775555" datatype="html">
7460 <source>Actions for the video</source> 7494 <source>Actions for the video</source>
7461 <target state="translated">Accions per aquesta vidèo</target> 7495 <target state="translated">Accions per aquesta vidèo</target>
7462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7496
7463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7497
7464 </trans-unit> 7498 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7465 <trans-unit id="3924877328520650445" datatype="html"> 7499 <trans-unit id="3924877328520650445" datatype="html">
7466 <source>Block video</source> 7500 <source>Block video</source>
7467 <target state="translated">Blocar la vidèo</target> 7501 <target state="translated">Blocar la vidèo</target>
7468 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7502
7469 </trans-unit> 7503 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7470 <trans-unit id="4762794934098378428" datatype="html"> 7504 <trans-unit id="4762794934098378428" datatype="html">
7471 <source>Video blocked.</source> 7505 <source>Video blocked.</source>
7472 <target state="translated">Vidèo blocada</target> 7506 <target state="translated">Vidèo blocada</target>
7473 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7507
7474 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7508
7475 </trans-unit> 7509 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7476 <trans-unit id="4328862996304258770" datatype="html"> 7510 <trans-unit id="4328862996304258770" datatype="html">
7477 <source>Unblock video</source> 7511 <source>Unblock video</source>
7478 <target state="translated">Desblocar la vidèo</target> 7512 <target state="translated">Desblocar la vidèo</target>
7479 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7513
7480 </trans-unit> 7514 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7481 <trans-unit id="9065327551191479877" datatype="html"> 7515 <trans-unit id="9065327551191479877" datatype="html">
7482 <source>Video unblocked.</source> 7516 <source>Video unblocked.</source>
7483 <target state="translated">Vidèo desblocada.</target> 7517 <target state="translated">Vidèo desblocada.</target>
7484 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7518
7485 </trans-unit> 7519 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7486 <trans-unit id="1250415136605923486"> 7520 <trans-unit id="1250415136605923486">
7487 <source>Do you really want to delete this abuse report?</source> 7521 <source>Do you really want to delete this abuse report?</source>
7488 <target>Volètz vertadièrament suprimir aqueste senhalament ?</target> 7522 <target>Volètz vertadièrament suprimir aqueste senhalament ?</target>
7489 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7523
7490 </trans-unit> 7524 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7491 <trans-unit id="3482559157143817408"> 7525 <trans-unit id="3482559157143817408">
7492 <source>Abuse deleted.</source> 7526 <source>Abuse deleted.</source>
7493 <target>Senhalament suprimit.</target> 7527 <target>Senhalament suprimit.</target>
7494 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7528
7495 </trans-unit> 7529 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7496 <trans-unit id="6282990098351939529" datatype="html"> 7530 <trans-unit id="6282990098351939529" datatype="html">
7497 <source>Deleted comment</source> 7531 <source>Deleted comment</source>
7498 <target state="new">Deleted comment</target> 7532 <target state="new">Deleted comment</target>
7499 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7533
7500 </trans-unit> 7534 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7501 <trans-unit id="9196775343330824083" datatype="html"> 7535 <trans-unit id="9196775343330824083" datatype="html">
7502 <source>Messages with reporter</source> 7536 <source>Messages with reporter</source>
7503 <target state="new">Messages with reporter</target> 7537 <target state="new">Messages with reporter</target>
7504 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7538
7505 </trans-unit> 7539 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7506 <trans-unit id="8770468575924421391" datatype="html"> 7540 <trans-unit id="8770468575924421391" datatype="html">
7507 <source>Messages with moderators</source> 7541 <source>Messages with moderators</source>
7508 <target state="new">Messages with moderators</target> 7542 <target state="new">Messages with moderators</target>
7509 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7543
7510 </trans-unit> 7544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7511 <trans-unit id="8528549800795985099" datatype="html"> 7545 <trans-unit id="8528549800795985099" datatype="html">
7512 <source>Update internal note</source> 7546 <source>Update internal note</source>
7513 <target state="new">Update internal note</target> 7547 <target state="new">Update internal note</target>
7514 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7548
7515 </trans-unit> 7549 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7516 <trans-unit id="3962242315365992494" datatype="html"> 7550 <trans-unit id="3962242315365992494" datatype="html">
7517 <source>Switch video block to manual</source> 7551 <source>Switch video block to manual</source>
7518 <target state="new">Switch video block to manual</target> 7552 <target state="new">Switch video block to manual</target>
7519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7553
7520 </trans-unit> 7554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7521 <trans-unit id="6906423861055262169" datatype="html"> 7555 <trans-unit id="6906423861055262169" datatype="html">
7522 <source>Video <x id="PH"/> switched to manual block.</source> 7556 <source>Video <x id="PH"/> switched to manual block.</source>
7523 <target state="new">Video 7557 <target state="new">Video
7524 <x id="PH"/> switched to manual block. 7558 <x id="PH"/> switched to manual block.
7525 </target> 7559 </target>
7526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7560
7527 </trans-unit> 7561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7528 <trans-unit id="7293356040886494773" datatype="html"> 7562 <trans-unit id="7293356040886494773" datatype="html">
7529 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7563 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7530 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7564 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7531 7565
7532 7566
7533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 7567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7534 <trans-unit id="4859202148272511129" datatype="html"> 7568 <trans-unit id="4859202148272511129" datatype="html">
7535 <source>Unblock</source> 7569 <source>Unblock</source>
7536 <target state="translated">Desblocar</target> 7570 <target state="translated">Desblocar</target>
@@ -7538,7 +7572,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7538 7572
7539 7573
7540 7574
7541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7542 <trans-unit id="4922469417589203720" datatype="html"> 7576 <trans-unit id="4922469417589203720" datatype="html">
7543 <source>Video <x id="PH"/> unblocked.</source> 7577 <source>Video <x id="PH"/> unblocked.</source>
7544 <target state="new">Video 7578 <target state="new">Video
@@ -7546,7 +7580,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7546 </target> 7580 </target>
7547 7581
7548 7582
7549 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 7583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7550 <trans-unit id="6286037250766429054"> 7584 <trans-unit id="6286037250766429054">
7551 <source>yes</source> 7585 <source>yes</source>
7552 <target>òc</target> 7586 <target>òc</target>
@@ -7801,9 +7835,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7801 <trans-unit id="1519954996184640001"> 7835 <trans-unit id="1519954996184640001">
7802 <source>Error</source> 7836 <source>Error</source>
7803 <target>Error</target> 7837 <target>Error</target>
7804 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7838
7805 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7839
7806 </trans-unit> 7840 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7807 <trans-unit id="5076187961693950167" datatype="html"> 7841 <trans-unit id="5076187961693950167" datatype="html">
7808 <source>Standard logs</source> 7842 <source>Standard logs</source>
7809 <target state="new">Standard logs</target> 7843 <target state="new">Standard logs</target>
@@ -7848,16 +7882,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7848 <target>Actualizar lo senhal de l’utilizaire</target> 7882 <target>Actualizar lo senhal de l’utilizaire</target>
7849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7850 </trans-unit> 7884 </trans-unit>
7851 <trans-unit id="177544274549739411" datatype="html"> 7885
7852 <source>Following list</source> 7886
7853 <target state="new">Following list</target>
7854 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7855 </trans-unit>
7856 <trans-unit id="8092429110007204784" datatype="html">
7857 <source>Followers list</source>
7858 <target state="new">Followers list</target>
7859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7860 </trans-unit>
7861 <trans-unit id="780323526182667308" datatype="html"> 7887 <trans-unit id="780323526182667308" datatype="html">
7862 <source>User <x id="PH"/> updated.</source> 7888 <source>User <x id="PH"/> updated.</source>
7863 <target state="new">User 7889 <target state="new">User
@@ -7897,16 +7923,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7897 <target state="new">Federation</target> 7923 <target state="new">Federation</target>
7898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7924 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7899 </trans-unit> 7925 </trans-unit>
7900 <trans-unit id="4682675125751819107" datatype="html"> 7926
7901 <source>Instances you follow</source> 7927
7902 <target state="new">Instances you follow</target>
7903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7904 </trans-unit>
7905 <trans-unit id="8899833753704589712" datatype="html">
7906 <source>Instances following you</source>
7907 <target state="new">Instances following you</target>
7908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7909 </trans-unit>
7910 <trans-unit id="3767259920053407667" datatype="html"> 7928 <trans-unit id="3767259920053407667" datatype="html">
7911 <source>Videos will be deleted, comments will be tombstoned.</source> 7929 <source>Videos will be deleted, comments will be tombstoned.</source>
7912 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7930 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7937,7 +7955,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7937 <target>Passar l’adreça coma verificada</target> 7955 <target>Passar l’adreça coma verificada</target>
7938 7956
7939 7957
7940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7959 <source>Created</source><target state="new">Created</target>
7960 <context-group purpose="location">
7961 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7962 <context context-type="linenumber">115</context>
7963 </context-group>
7964 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7965 <source>Daily quota</source><target state="new">Daily quota</target>
7966 <context-group purpose="location">
7967 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7968 <context context-type="linenumber">120</context>
7969 </context-group>
7970 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7971 <source>Last login</source><target state="new">Last login</target>
7972 <context-group purpose="location">
7973 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7974 <context context-type="linenumber">122</context>
7975 </context-group>
7976 </trans-unit>
7941 <trans-unit id="3403978719736970622"> 7977 <trans-unit id="3403978719736970622">
7942 <source>You cannot ban root.</source> 7978 <source>You cannot ban root.</source>
7943 <target>Podètz pas fòrabandir lo root.</target> 7979 <target>Podètz pas fòrabandir lo root.</target>
@@ -8250,13 +8286,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
8250 <target>Cadena vidèo 8286 <target>Cadena vidèo
8251 <x id="PH"/> creada. 8287 <x id="PH"/> creada.
8252 </target> 8288 </target>
8253 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 8289
8254 </trans-unit> 8290 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
8255 <trans-unit id="8723777130353305761"> 8291 <trans-unit id="8723777130353305761">
8256 <source>This name already exists on this instance.</source> 8292 <source>This name already exists on this instance.</source>
8257 <target>Aqueste nom existís ja sus aquesta instància.</target> 8293 <target>Aqueste nom existís ja sus aquesta instància.</target>
8258 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 8294
8259 </trans-unit> 8295 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
8260 <trans-unit id="7589345916094713536"> 8296 <trans-unit id="7589345916094713536">
8261 <source>Video channel <x id="PH"/> updated.</source> 8297 <source>Video channel <x id="PH"/> updated.</source>
8262 <target>Cadena vidèo 8298 <target>Cadena vidèo
@@ -8279,13 +8315,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8279 <target state="new">Banner deleted.</target> 8315 <target state="new">Banner deleted.</target>
8280 8316
8281 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 8317 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
8282 <trans-unit id="2575302837003821736"> 8318
8283 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
8284 <target>Volgatz ben picar lo nom public de la cadena vidèo (
8285 <x id="PH"/>) per dire de confirmar
8286 </target>
8287 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
8288 </trans-unit>
8289 <trans-unit id="624066830180032195"> 8319 <trans-unit id="624066830180032195">
8290 <source>Video channel <x id="PH"/> deleted.</source> 8320 <source>Video channel <x id="PH"/> deleted.</source>
8291 <target>Cadena vidèo 8321 <target>Cadena vidèo
@@ -8451,6 +8481,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8451 <source>Ownership change request sent.</source> 8481 <source>Ownership change request sent.</source>
8452 <target>Demanda de cambiament de proprietat enviada.</target> 8482 <target>Demanda de cambiament de proprietat enviada.</target>
8453 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8483 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8484 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
8485 <source>Sort by</source><target state="new">Sort by</target>
8486 <context-group purpose="location">
8487 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8488 <context context-type="linenumber">26</context>
8489 </context-group>
8454 </trans-unit> 8490 </trans-unit>
8455 <trans-unit id="3245220240937722814"> 8491 <trans-unit id="3245220240937722814">
8456 <source>My channels</source> 8492 <source>My channels</source>
@@ -8511,13 +8547,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
8511 <trans-unit id="6489275254908395777" datatype="html"> 8547 <trans-unit id="6489275254908395777" datatype="html">
8512 <source>Maximize editor</source> 8548 <source>Maximize editor</source>
8513 <target state="new">Maximize editor</target> 8549 <target state="new">Maximize editor</target>
8514 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8550
8515 </trans-unit> 8551 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8516 <trans-unit id="4243591013849340688" datatype="html"> 8552 <trans-unit id="4243591013849340688" datatype="html">
8517 <source>Exit maximized editor</source> 8553 <source>Exit maximized editor</source>
8518 <target state="new">Exit maximized editor</target> 8554 <target state="new">Exit maximized editor</target>
8519 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8555
8520 </trans-unit> 8556 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8521 <trans-unit id="6537885755702623401"> 8557 <trans-unit id="6537885755702623401">
8522 <source>Now please check your emails to verify your account and complete signup.</source> 8558 <source>Now please check your emails to verify your account and complete signup.</source>
8523 <target>Volgatz ben verificar vòstres corrièls per confirmar vòstre compte e acabar l’inscripcion.</target> 8559 <target>Volgatz ben verificar vòstres corrièls per confirmar vòstre compte e acabar l’inscripcion.</target>
@@ -8553,7 +8589,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8553 <target>S’abonar al compte</target> 8589 <target>S’abonar al compte</target>
8554 8590
8555 8591
8556 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8592 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8557 <trans-unit id="3131904093925601441" datatype="html"> 8593 <trans-unit id="3131904093925601441" datatype="html">
8558 <source>PLAYLISTS</source> 8594 <source>PLAYLISTS</source>
8559 <target state="new">PLAYLISTS</target> 8595 <target state="new">PLAYLISTS</target>
@@ -8600,35 +8636,35 @@ channel with the same name (<x id="PH_2"/>)!</target>
8600 <trans-unit id="3779524668013120370"> 8636 <trans-unit id="3779524668013120370">
8601 <source>Go to my subscriptions</source> 8637 <source>Go to my subscriptions</source>
8602 <target>Anar a mos abonaments</target> 8638 <target>Anar a mos abonaments</target>
8603 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8639
8604 </trans-unit> 8640 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
8605 <trans-unit id="1136469849928650779"> 8641 <trans-unit id="1136469849928650779">
8606 <source>Go to my videos</source> 8642 <source>Go to my videos</source>
8607 <target>Anar a mas vidèos</target> 8643 <target>Anar a mas vidèos</target>
8608 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8644
8609 </trans-unit> 8645 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
8610 <trans-unit id="7836683738999600376"> 8646 <trans-unit id="7836683738999600376">
8611 <source>Go to my imports</source> 8647 <source>Go to my imports</source>
8612 <target>Anar a mos imports</target> 8648 <target>Anar a mos imports</target>
8613 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8649
8614 </trans-unit> 8650 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
8615 <trans-unit id="7511292153332773503"> 8651 <trans-unit id="7511292153332773503">
8616 <source>Go to my channels</source> 8652 <source>Go to my channels</source>
8617 <target>Anar a ma cadena</target> 8653 <target>Anar a ma cadena</target>
8618 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8654
8619 </trans-unit> 8655 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
8620 <trans-unit id="2013324644839511073" datatype="html"> 8656 <trans-unit id="2013324644839511073" datatype="html">
8621 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8657 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8622Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8658Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8623 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8659 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8624Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8660Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8625 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8661
8626 </trans-unit> 8662 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
8627 <trans-unit id="375263728166936544"> 8663 <trans-unit id="375263728166936544">
8628 <source>You need to reconnect.</source> 8664 <source>You need to reconnect.</source>
8629 <target>Vos cal vos reconnectar.</target> 8665 <target>Vos cal vos reconnectar.</target>
8630 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8666
8631 </trans-unit> 8667 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
8632 <trans-unit id="2206638022166154361"> 8668 <trans-unit id="2206638022166154361">
8633 <source>Keyboard Shortcuts:</source> 8669 <source>Keyboard Shortcuts:</source>
8634 <target>Acorchis clavièr :</target> 8670 <target>Acorchis clavièr :</target>
@@ -8639,6 +8675,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8639 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8675 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8640 <context context-type="linenumber">98</context> 8676 <context context-type="linenumber">98</context>
8641 </context-group> 8677 </context-group>
8678 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8679 <source>In my library</source><target state="new">In my library</target>
8680 <context-group purpose="location">
8681 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8682 <context context-type="linenumber">104</context>
8683 </context-group>
8642 </trans-unit> 8684 </trans-unit>
8643 <trans-unit id="232050922346936574" datatype="html"> 8685 <trans-unit id="232050922346936574" datatype="html">
8644 <source>Trending</source> 8686 <source>Trending</source>
@@ -8665,39 +8707,39 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8665 <trans-unit id="1266887509445371246"> 8707 <trans-unit id="1266887509445371246">
8666 <source>Incorrect username or password.</source> 8708 <source>Incorrect username or password.</source>
8667 <target>Nom d’utilizaire o senhal incorrècte.</target> 8709 <target>Nom d’utilizaire o senhal incorrècte.</target>
8668 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8710
8669 </trans-unit> 8711 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8670 <trans-unit id="6974874606619467663" datatype="html"> 8712 <trans-unit id="6974874606619467663" datatype="html">
8671 <source>Your account is blocked.</source> 8713 <source>Your account is blocked.</source>
8672 <target state="new">Your account is blocked.</target> 8714 <target state="new">Your account is blocked.</target>
8673 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8715
8674 </trans-unit> 8716 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8675 <trans-unit id="7939914198003891823" datatype="html"> 8717 <trans-unit id="7939914198003891823" datatype="html">
8676 <source>any language</source> 8718 <source>any language</source>
8677 <target state="translated">tota lenga</target> 8719 <target state="translated">tota lenga</target>
8678 8720
8679 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8721 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8680 8722
8681 <trans-unit id="5633144232269377096" datatype="html"> 8723 <trans-unit id="5633144232269377096" datatype="html">
8682 <source>hide</source> 8724 <source>hide</source>
8683 <target state="translated">amagar</target> 8725 <target state="translated">amagar</target>
8684 8726
8685 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8727 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8686 <trans-unit id="8603861867909474404" datatype="html"> 8728 <trans-unit id="8603861867909474404" datatype="html">
8687 <source>blur</source> 8729 <source>blur</source>
8688 <target state="new">blur</target> 8730 <target state="new">blur</target>
8689 8731
8690 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8732 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8691 <trans-unit id="4534458451100881847" datatype="html"> 8733 <trans-unit id="4534458451100881847" datatype="html">
8692 <source>display</source> 8734 <source>display</source>
8693 <target state="translated">mostrar</target> 8735 <target state="translated">mostrar</target>
8694 8736
8695 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8737 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8696 <trans-unit id="4467323362722952678" datatype="html"> 8738 <trans-unit id="4467323362722952678" datatype="html">
8697 <source>Unknown</source> 8739 <source>Unknown</source>
8698 <target state="new">Unknown</target> 8740 <target state="new">Unknown</target>
8699 8741
8700 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8742 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8701 <trans-unit id="8781423666414310853"> 8743 <trans-unit id="8781423666414310853">
8702 <source>Your password has been successfully reset!</source> 8744 <source>Your password has been successfully reset!</source>
8703 <target>Vòstre senhal es estat corrèctament reïnicializat !</target> 8745 <target>Vòstre senhal es estat corrèctament reïnicializat !</target>
@@ -8811,12 +8853,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8811 <source>Search index is unavailable. Retrying with instance results instead.</source> 8853 <source>Search index is unavailable. Retrying with instance results instead.</source>
8812 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8854 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8813 8855
8814 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8856 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8815 <trans-unit id="307702206382241469" datatype="html"> 8857 <trans-unit id="307702206382241469" datatype="html">
8816 <source>Search error</source> 8858 <source>Search error</source>
8817 <target state="new">Search error</target> 8859 <target state="new">Search error</target>
8818 8860
8819 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8861 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8862 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8863 <context-group purpose="location">
8864 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8865 <context context-type="linenumber">329</context>
8866 </context-group>
8867 </trans-unit>
8820 <trans-unit id="4580988005648117665" datatype="html"> 8868 <trans-unit id="4580988005648117665" datatype="html">
8821 <source>Search</source> 8869 <source>Search</source>
8822 <target state="new">Search</target> 8870 <target state="new">Search</target>
@@ -10042,19 +10090,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10042 </target> 10090 </target>
10043 10091
10044 10092
10045 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 10093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
10046 <trans-unit id="1595779426198793580" datatype="html"> 10094 <trans-unit id="1595779426198793580" datatype="html">
10047 <source>Mute server</source> 10095 <source>Mute server</source>
10048 <target state="new">Mute server</target> 10096 <target state="new">Mute server</target>
10049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 10097
10050 </trans-unit> 10098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
10051 <trans-unit id="8014491157078444256" datatype="html"> 10099 <trans-unit id="8014491157078444256" datatype="html">
10052 <source>Server <x id="PH"/> muted by the instance.</source> 10100 <source>Server <x id="PH"/> muted by the instance.</source>
10053 <target state="new">Server 10101 <target state="new">Server
10054 <x id="PH"/> muted by the instance. 10102 <x id="PH"/> muted by the instance.
10055 </target> 10103 </target>
10056 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 10104
10057 </trans-unit> 10105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
10058 <trans-unit id="2044813052587776285" datatype="html"> 10106 <trans-unit id="2044813052587776285" datatype="html">
10059 <source>Add a message to communicate with the reporter</source> 10107 <source>Add a message to communicate with the reporter</source>
10060 <target state="new">Add a message to communicate with the reporter</target> 10108 <target state="new">Add a message to communicate with the reporter</target>
@@ -10302,18 +10350,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10302 <target>Tròp d’ensages, mercés de tornar ensajar dins 10350 <target>Tròp d’ensages, mercés de tornar ensajar dins
10303 <x id="PH"/> minutas. 10351 <x id="PH"/> minutas.
10304 </target> 10352 </target>
10305 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 10353
10306 </trans-unit> 10354 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
10307 <trans-unit id="4965472196059235310"> 10355 <trans-unit id="4965472196059235310">
10308 <source>Too many attempts, please try again later.</source> 10356 <source>Too many attempts, please try again later.</source>
10309 <target>Tròp d’ensages, mercés de tornar ensajar mai tard.</target> 10357 <target>Tròp d’ensages, mercés de tornar ensajar mai tard.</target>
10310 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 10358
10311 </trans-unit> 10359 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
10312 <trans-unit id="1693549688987384699"> 10360 <trans-unit id="1693549688987384699">
10313 <source>Server error. Please retry later.</source> 10361 <source>Server error. Please retry later.</source>
10314 <target>Error servidor. Mercés de tornar ensajar mai tard.</target> 10362 <target>Error servidor. Mercés de tornar ensajar mai tard.</target>
10315 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 10363
10316 </trans-unit> 10364 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
10317 <trans-unit id="5927402622550505067" datatype="html"> 10365 <trans-unit id="5927402622550505067" datatype="html">
10318 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 10366 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
10319 <target state="new">Subscribed to all current channels of 10367 <target state="new">Subscribed to all current channels of
@@ -10427,29 +10475,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10427 <trans-unit id="2909684945706361544" datatype="html"> 10475 <trans-unit id="2909684945706361544" datatype="html">
10428 <source>Delete video</source> 10476 <source>Delete video</source>
10429 <target state="translated">Suprimir la vidèo</target> 10477 <target state="translated">Suprimir la vidèo</target>
10430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 10478
10431 </trans-unit> 10479 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
10432 <trans-unit id="2210418817778733727" datatype="html"> 10480 <trans-unit id="2210418817778733727" datatype="html">
10433 <source>Actions for the comment</source> 10481 <source>Actions for the comment</source>
10434 <target state="new">Actions for the comment</target> 10482 <target state="new">Actions for the comment</target>
10435 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 10483
10436 </trans-unit> 10484 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
10437 <trans-unit id="7978668497183230348" datatype="html"> 10485 <trans-unit id="7978668497183230348" datatype="html">
10438 <source>Delete comment</source> 10486 <source>Delete comment</source>
10439 <target state="new">Delete comment</target> 10487 <target state="new">Delete comment</target>
10440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 10488
10441 </trans-unit> 10489 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
10442 <trans-unit id="6747218355168080191" datatype="html"> 10490 <trans-unit id="6747218355168080191" datatype="html">
10443 <source>Do you really want to delete this comment?</source> 10491 <source>Do you really want to delete this comment?</source>
10444 <target state="new">Do you really want to delete this comment?</target> 10492 <target state="new">Do you really want to delete this comment?</target>
10445 10493
10446 10494
10447 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 10495 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
10448 <trans-unit id="7837272126865175984" datatype="html"> 10496 <trans-unit id="7837272126865175984" datatype="html">
10449 <source>Comment deleted.</source> 10497 <source>Comment deleted.</source>
10450 <target state="new">Comment deleted.</target> 10498 <target state="new">Comment deleted.</target>
10451 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 10499
10452 </trans-unit> 10500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
10453 <trans-unit id="346270517625845962" datatype="html"> 10501 <trans-unit id="346270517625845962" datatype="html">
10454 <source>Encoder</source> 10502 <source>Encoder</source>
10455 <target state="translated">Encodar</target> 10503 <target state="translated">Encodar</target>
@@ -10491,31 +10539,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10491 <trans-unit id="1472171759957681533"> 10539 <trans-unit id="1472171759957681533">
10492 <source>Video reported.</source> 10540 <source>Video reported.</source>
10493 <target>Vidèo senhalada.</target> 10541 <target>Vidèo senhalada.</target>
10494 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10542
10495 </trans-unit> 10543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10496 <trans-unit id="3622946684246476652"> 10544 <trans-unit id="3622946684246476652">
10497 <source>Do you really want to delete this video?</source> 10545 <source>Do you really want to delete this video?</source>
10498 <target>Volètz vertadièrament suprimir aquesta vidèo ?</target> 10546 <target>Volètz vertadièrament suprimir aquesta vidèo ?</target>
10499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10547
10500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10548
10501 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10549
10502 </trans-unit> 10550 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10503 <trans-unit id="3941342949736653028" datatype="html"> 10551 <trans-unit id="3941342949736653028" datatype="html">
10504 <source>Video deleted.</source> 10552 <source>Video deleted.</source>
10505 <target state="translated">Vidèo suprimida.</target> 10553 <target state="translated">Vidèo suprimida.</target>
10506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10554
10507 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10555
10508 </trans-unit> 10556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10509 <trans-unit id="5072091387445907742" datatype="html"> 10557 <trans-unit id="5072091387445907742" datatype="html">
10510 <source>Actions for the reporter</source> 10558 <source>Actions for the reporter</source>
10511 <target state="translated">Accion pel senhalaire</target> 10559 <target state="translated">Accion pel senhalaire</target>
10512 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10560
10513 </trans-unit> 10561 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10514 <trans-unit id="6599069899275412095" datatype="html"> 10562 <trans-unit id="6599069899275412095" datatype="html">
10515 <source>Mute reporter</source> 10563 <source>Mute reporter</source>
10516 <target state="translated">Rendre lo senhalaire mut</target> 10564 <target state="translated">Rendre lo senhalaire mut</target>
10517 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10565
10518 </trans-unit> 10566 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10519 <trans-unit id="2990849907502572301" datatype="html"> 10567 <trans-unit id="2990849907502572301" datatype="html">
10520 <source>This video will be duplicated by your instance.</source> 10568 <source>This video will be duplicated by your instance.</source>
10521 <target state="translated">Aquesta vidèo serà duplicada sus vòstra instància.</target> 10569 <target state="translated">Aquesta vidèo serà duplicada sus vòstra instància.</target>
@@ -10592,9 +10640,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10592 <trans-unit id="4903651219400691248" datatype="html"> 10640 <trans-unit id="4903651219400691248" datatype="html">
10593 <source>Mute account</source> 10641 <source>Mute account</source>
10594 <target state="new">Mute account</target> 10642 <target state="new">Mute account</target>
10595 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10643
10596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10644
10597 </trans-unit> 10645 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10598 <trans-unit id="4021487547497211597" datatype="html"> 10646 <trans-unit id="4021487547497211597" datatype="html">
10599 <source>Open video actions</source> 10647 <source>Open video actions</source>
10600 <target state="new">Open video actions</target> 10648 <target state="new">Open video actions</target>
@@ -10610,8 +10658,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10610 <trans-unit id="3719503424625455635" datatype="html"> 10658 <trans-unit id="3719503424625455635" datatype="html">
10611 <source>Mute server account</source> 10659 <source>Mute server account</source>
10612 <target state="new">Mute server account</target> 10660 <target state="new">Mute server account</target>
10613 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10661
10614 </trans-unit> 10662 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10615 <trans-unit id="7008439939460403347"> 10663 <trans-unit id="7008439939460403347">
10616 <source>Report</source> 10664 <source>Report</source>
10617 <target>Senhalar</target> 10665 <target>Senhalar</target>
@@ -10710,33 +10758,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10710 <trans-unit id="2439066254855913806"> 10758 <trans-unit id="2439066254855913806">
10711 <source>Only I can see this video</source> 10759 <source>Only I can see this video</source>
10712 <target>Pas que ieu pòdi veire aquesta vidèo</target> 10760 <target>Pas que ieu pòdi veire aquesta vidèo</target>
10713 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10761
10714 </trans-unit> 10762 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10715 <trans-unit id="6767380569816110388" datatype="html"> 10763 <trans-unit id="6767380569816110388" datatype="html">
10716 <source>Only shareable via a private link</source> 10764 <source>Only shareable via a private link</source>
10717 <target state="new">Only shareable via a private link</target> 10765 <target state="new">Only shareable via a private link</target>
10718 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10766
10719 </trans-unit> 10767 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10720 <trans-unit id="6828965264297239528"> 10768 <trans-unit id="6828965264297239528">
10721 <source>Anyone can see this video</source> 10769 <source>Anyone can see this video</source>
10722 <target>Tot lo monde pòt veire aquesta vidèo</target> 10770 <target>Tot lo monde pòt veire aquesta vidèo</target>
10723 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10771
10724 </trans-unit> 10772 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10725 <trans-unit id="1425933035739773115" datatype="html"> 10773 <trans-unit id="1425933035739773115" datatype="html">
10726 <source>Only users of this instance can see this video</source> 10774 <source>Only users of this instance can see this video</source>
10727 <target state="translated">Pas que los utilizaires d’aquesta instància pòdon veire aquesta vidèo</target> 10775 <target state="translated">Pas que los utilizaires d’aquesta instància pòdon veire aquesta vidèo</target>
10728 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10776
10729 </trans-unit> 10777 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10730 <trans-unit id="8312101634344200207" datatype="html"> 10778 <trans-unit id="8312101634344200207" datatype="html">
10731 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10779 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10732 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10780 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10733 10781
10734 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 10782 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10735 <trans-unit id="7756087706411154095" datatype="html"> 10783 <trans-unit id="7756087706411154095" datatype="html">
10736 <source><x id="PH" equiv-text="this.views"/> views</source> 10784 <source><x id="PH" equiv-text="this.views"/> views</source>
10737 <target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10785 <target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10738 10786
10739 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 10787 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10740 <trans-unit id="ngb.alert.close" datatype="html"> 10788 <trans-unit id="ngb.alert.close" datatype="html">
10741 <source>Close</source> 10789 <source>Close</source>
10742 <target state="new">Close</target> 10790 <target state="new">Close</target>
@@ -10912,34 +10960,34 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10912 <source>Your video was uploaded to your account and is private.</source> 10960 <source>Your video was uploaded to your account and is private.</source>
10913 <target>La vidèo es estada enviada a vòstre compte e es privada.</target> 10961 <target>La vidèo es estada enviada a vòstre compte e es privada.</target>
10914 10962
10915 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10963 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10916 <trans-unit id="5699822024600815733"> 10964 <trans-unit id="5699822024600815733">
10917 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10965 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10918 <target>Mas las donadas associadas (etiquetas, descripcion...) seràn perdudas, volètz vertadièrament quitar la pagina ?</target> 10966 <target>Mas las donadas associadas (etiquetas, descripcion...) seràn perdudas, volètz vertadièrament quitar la pagina ?</target>
10919 10967
10920 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10968 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10921 <trans-unit id="1219739004043110649"> 10969 <trans-unit id="1219739004043110649">
10922 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10970 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10923 <target>La vidèo es pas encara complètament enviada, volètz vertadièrament quitar la pagina ?</target> 10971 <target>La vidèo es pas encara complètament enviada, volètz vertadièrament quitar la pagina ?</target>
10924 10972
10925 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit> 10973 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10926 <trans-unit id="6932865105766151309" datatype="html"> 10974 <trans-unit id="6932865105766151309" datatype="html">
10927 <source>Upload</source> 10975 <source>Upload</source>
10928 <target state="new">Upload</target> 10976 <target state="new">Upload</target>
10929 10977
10930 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10978 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10931 <trans-unit id="8278735427925094503"> 10979 <trans-unit id="8278735427925094503">
10932 <source>Upload <x id="PH"/> </source> 10980 <source>Upload <x id="PH"/> </source>
10933 <target>Enviar 10981 <target>Enviar
10934 <x id="PH"/> 10982 <x id="PH"/>
10935 </target> 10983 </target>
10936 10984
10937 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10985 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10938 <trans-unit id="5981816353437801748"> 10986 <trans-unit id="5981816353437801748">
10939 <source>Video published.</source> 10987 <source>Video published.</source>
10940 <target>Vidèo publicada.</target> 10988 <target>Vidèo publicada.</target>
10941 10989
10942 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10990 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10943 <trans-unit id="764164089183618119"> 10991 <trans-unit id="764164089183618119">
10944 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10992 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10945 <target>Avètz de modificacions pas enregistradas. Se partissètz vòstras modificacions seràn perdudas. </target> 10993 <target>Avètz de modificacions pas enregistradas. Se partissètz vòstras modificacions seràn perdudas. </target>
@@ -10987,27 +11035,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10987 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 11035 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10988 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 11036 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10989 11037
10990 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 11038 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10991 <trans-unit id="5761611056224181752" datatype="html"> 11039 <trans-unit id="5761611056224181752" datatype="html">
10992 <source>Redirection</source> 11040 <source>Redirection</source>
10993 <target state="new">Redirection</target> 11041 <target state="new">Redirection</target>
10994 11042
10995 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 11043 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10996 <trans-unit id="8858527736400081688"> 11044 <trans-unit id="8858527736400081688">
10997 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 11045 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10998 <target>Aquesta vidèo conten un contengut per adult o explicite. Volètz vertadièrament la veire ?</target> 11046 <target>Aquesta vidèo conten un contengut per adult o explicite. Volètz vertadièrament la veire ?</target>
10999 11047
11000 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 11048 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
11001 <trans-unit id="3937119019020041049"> 11049 <trans-unit id="3937119019020041049">
11002 <source>Mature or explicit content</source> 11050 <source>Mature or explicit content</source>
11003 <target>Contengut per adult o explicite</target> 11051 <target>Contengut per adult o explicite</target>
11004 11052
11005 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 11053 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
11006 <trans-unit id="1755474755114288376" datatype="html"> 11054 <trans-unit id="1755474755114288376" datatype="html">
11007 <source>Up Next</source> 11055 <source>Up Next</source>
11008 <target state="translated">Seguent</target> 11056 <target state="translated">Seguent</target>
11009 11057
11010 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 11058 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
11011 <trans-unit id="2159130950882492111" datatype="html"> 11059 <trans-unit id="2159130950882492111" datatype="html">
11012 <source>Cancel</source> 11060 <source>Cancel</source>
11013 <target state="new">Cancel</target> 11061 <target state="new">Cancel</target>
@@ -11017,62 +11065,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
11017 <source>Autoplay is suspended</source> 11065 <source>Autoplay is suspended</source>
11018 <target state="translated">La lectura automatica es suspenduda</target> 11066 <target state="translated">La lectura automatica es suspenduda</target>
11019 11067
11020 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 11068 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
11021 <trans-unit id="7895294730547405228" datatype="html"> 11069 <trans-unit id="7895294730547405228" datatype="html">
11022 <source>Enter/exit fullscreen (requires player focus)</source> 11070 <source>Enter/exit fullscreen (requires player focus)</source>
11023 <target state="new">Enter/exit fullscreen (requires player focus)</target> 11071 <target state="new">Enter/exit fullscreen (requires player focus)</target>
11024 11072
11025 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 11073 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
11026 <trans-unit id="7618388257165864759" datatype="html"> 11074 <trans-unit id="7618388257165864759" datatype="html">
11027 <source>Play/Pause the video (requires player focus)</source> 11075 <source>Play/Pause the video (requires player focus)</source>
11028 <target state="new">Play/Pause the video (requires player focus)</target> 11076 <target state="new">Play/Pause the video (requires player focus)</target>
11029 11077
11030 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 11078 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
11031 <trans-unit id="7761890399634216630" datatype="html"> 11079 <trans-unit id="7761890399634216630" datatype="html">
11032 <source>Mute/unmute the video (requires player focus)</source> 11080 <source>Mute/unmute the video (requires player focus)</source>
11033 <target state="new">Mute/unmute the video (requires player focus)</target> 11081 <target state="new">Mute/unmute the video (requires player focus)</target>
11034 11082
11035 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 11083 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
11036 <trans-unit id="5996585232248234904" datatype="html"> 11084 <trans-unit id="5996585232248234904" datatype="html">
11037 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 11085 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
11038 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 11086 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
11039 11087
11040 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 11088 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
11041 <trans-unit id="3748765405903319998" datatype="html"> 11089 <trans-unit id="3748765405903319998" datatype="html">
11042 <source>Increase the volume (requires player focus)</source> 11090 <source>Increase the volume (requires player focus)</source>
11043 <target state="new">Increase the volume (requires player focus)</target> 11091 <target state="new">Increase the volume (requires player focus)</target>
11044 11092
11045 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 11093 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
11046 <trans-unit id="5810704036407159982" datatype="html"> 11094 <trans-unit id="5810704036407159982" datatype="html">
11047 <source>Decrease the volume (requires player focus)</source> 11095 <source>Decrease the volume (requires player focus)</source>
11048 <target state="new">Decrease the volume (requires player focus)</target> 11096 <target state="new">Decrease the volume (requires player focus)</target>
11049 11097
11050 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 11098 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
11051 <trans-unit id="2622048822548065691" datatype="html"> 11099 <trans-unit id="2622048822548065691" datatype="html">
11052 <source>Seek the video forward (requires player focus)</source> 11100 <source>Seek the video forward (requires player focus)</source>
11053 <target state="new">Seek the video forward (requires player focus)</target> 11101 <target state="new">Seek the video forward (requires player focus)</target>
11054 11102
11055 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 11103 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
11056 <trans-unit id="6540078205109221153" datatype="html"> 11104 <trans-unit id="6540078205109221153" datatype="html">
11057 <source>Seek the video backward (requires player focus)</source> 11105 <source>Seek the video backward (requires player focus)</source>
11058 <target state="new">Seek the video backward (requires player focus)</target> 11106 <target state="new">Seek the video backward (requires player focus)</target>
11059 11107
11060 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 11108 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
11061 <trans-unit id="1956491957766210808" datatype="html"> 11109 <trans-unit id="1956491957766210808" datatype="html">
11062 <source>Increase playback rate (requires player focus)</source> 11110 <source>Increase playback rate (requires player focus)</source>
11063 <target state="new">Increase playback rate (requires player focus)</target> 11111 <target state="new">Increase playback rate (requires player focus)</target>
11064 11112
11065 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 11113 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
11066 <trans-unit id="5495529997674803186" datatype="html"> 11114 <trans-unit id="5495529997674803186" datatype="html">
11067 <source>Decrease playback rate (requires player focus)</source> 11115 <source>Decrease playback rate (requires player focus)</source>
11068 <target state="new">Decrease playback rate (requires player focus)</target> 11116 <target state="new">Decrease playback rate (requires player focus)</target>
11069 11117
11070 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 11118 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
11071 <trans-unit id="3178343147230721210" datatype="html"> 11119 <trans-unit id="3178343147230721210" datatype="html">
11072 <source>Navigate in the video frame by frame (requires player focus)</source> 11120 <source>Navigate in the video frame by frame (requires player focus)</source>
11073 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 11121 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
11074 11122
11075 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 11123 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
11076 <trans-unit id="8025996572234182184"> 11124 <trans-unit id="8025996572234182184">
11077 <source>Like the video</source> 11125 <source>Like the video</source>
11078 <target>Aimar la vidèo</target> 11126 <target>Aimar la vidèo</target>
diff --git a/client/src/locale/angular.pl-PL.xlf b/client/src/locale/angular.pl-PL.xlf
index e5421bec8..5c437a446 100644
--- a/client/src/locale/angular.pl-PL.xlf
+++ b/client/src/locale/angular.pl-PL.xlf
@@ -19,12 +19,7 @@
19 </trans-unit> 19 </trans-unit>
20 <trans-unit id="3780281836273462589" datatype="html"> 20 <trans-unit id="3780281836273462589" datatype="html">
21 <source><x id="INTERPOLATION"/> published a new video: <x id="START_LINK"/><x id="INTERPOLATION_1"/><x id="CLOSE_LINK"/></source> 21 <source><x id="INTERPOLATION"/> published a new video: <x id="START_LINK"/><x id="INTERPOLATION_1"/><x id="CLOSE_LINK"/></source>
22 <target state="translated"> 22 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> opublikował(-a) nowy film: <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>
23 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> opublikował(-a) nowy film:
24 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>
25 <x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/>
26 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
27 </target>
28 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">15</context></context-group> 23 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">15</context></context-group>
29 </trans-unit> 24 </trans-unit>
30 <trans-unit id="3861380964267994829" datatype="html"> 25 <trans-unit id="3861380964267994829" datatype="html">
@@ -79,14 +74,7 @@
79 </trans-unit> 74 </trans-unit>
80 <trans-unit id="2740435661398285769" datatype="html"> 75 <trans-unit id="2740435661398285769" datatype="html">
81 <source><x id="START_LINK"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/> commented your video <x id="START_LINK_1"/><x id="INTERPOLATION_1"/><x id="CLOSE_LINK"/></source> 76 <source><x id="START_LINK"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/> commented your video <x id="START_LINK_1"/><x id="INTERPOLATION_1"/><x id="CLOSE_LINK"/></source>
82 <target state="translated"> 77 <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>"/> skomentował(-a) twój film <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>
83 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>
84 <x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/>
85 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> skomentował(-a) twój film
86 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>
87 <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/>
88 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
89 </target>
90 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">99</context></context-group> 78 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">99</context></context-group>
91 </trans-unit> 79 </trans-unit>
92 <trans-unit id="2020563642195933477" datatype="html"> 80 <trans-unit id="2020563642195933477" datatype="html">
@@ -133,16 +121,7 @@
133 </trans-unit> 121 </trans-unit>
134 <trans-unit id="4404295482394146814" datatype="html"> 122 <trans-unit id="4404295482394146814" datatype="html">
135 <source><x id="START_LINK"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/> is following <x id="START_TAG_NG_CONTAINER"/>your channel <x id="INTERPOLATION_1"/><x id="CLOSE_TAG_NG_CONTAINER"/><x id="START_TAG_NG_CONTAINER_1"/>your account<x id="CLOSE_TAG_NG_CONTAINER"/></source> 123 <source><x id="START_LINK"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/> is following <x id="START_TAG_NG_CONTAINER"/>your channel <x id="INTERPOLATION_1"/><x id="CLOSE_TAG_NG_CONTAINER"/><x id="START_TAG_NG_CONTAINER_1"/>your account<x id="CLOSE_TAG_NG_CONTAINER"/></source>
136 <target state="translated"> 124 <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>"/> obserwuje <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>twój kanał <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>"/>twoje konto <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/></target>
137 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>
138 <x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/>
139 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> obserwuje
140 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>twój kanał
141 <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/>
142 <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
143 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>twoje konto
144 <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
145 </target>
146 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 125 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
147 </trans-unit> 126 </trans-unit>
148 <trans-unit id="5504059606863599420" datatype="html"> 127 <trans-unit id="5504059606863599420" datatype="html">
@@ -155,22 +134,12 @@
155 </trans-unit> 134 </trans-unit>
156 <trans-unit id="5354239156470982824" datatype="html"> 135 <trans-unit id="5354239156470982824" datatype="html">
157 <source>Your instance has <x id="START_LINK"/>a new follower<x id="CLOSE_LINK"/> (<x id="INTERPOLATION"/>) <x id="START_TAG_NG_CONTAINER"/> awaiting your approval<x id="CLOSE_TAG_NG_CONTAINER"/></source> 136 <source>Your instance has <x id="START_LINK"/>a new follower<x id="CLOSE_LINK"/> (<x id="INTERPOLATION"/>) <x id="START_TAG_NG_CONTAINER"/> awaiting your approval<x id="CLOSE_TAG_NG_CONTAINER"/></source>
158 <target state="translated">Twoja instancja ma 137 <target state="translated">Twoja instancja ma <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>nowego obserwującego <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>"/> który czeka na twoje zatwierdzenie <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/></target>
159 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>nowego obserwującego
160 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (
161 <x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
162 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> który czeka na twoje zatwierdzenie
163 <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
164 </target>
165 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">181</context></context-group> 138 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">181</context></context-group>
166 </trans-unit> 139 </trans-unit>
167 <trans-unit id="325842756252267394" datatype="html"> 140 <trans-unit id="325842756252267394" datatype="html">
168 <source>Your instance automatically followed <x id="START_LINK"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/></source> 141 <source>Your instance automatically followed <x id="START_LINK"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/></source>
169 <target state="translated">Twoja instancja automatycznie zaobserwowała 142 <target state="translated">Twoja instancja automatycznie zaobserwowała <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>
170 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>
171 <x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/>
172 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
173 </target>
174 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">190</context></context-group> 143 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">190</context></context-group>
175 </trans-unit> 144 </trans-unit>
176 <trans-unit id="363592786729553688" datatype="html"> 145 <trans-unit id="363592786729553688" datatype="html">
@@ -191,7 +160,7 @@
191 </trans-unit> 160 </trans-unit>
192 <trans-unit id="5421414445136873229" datatype="html"> 161 <trans-unit id="5421414445136873229" datatype="html">
193 <source>The notification points to content now unavailable</source> 162 <source>The notification points to content now unavailable</source>
194 <target state="translated">Powiadomienie wskazuje na treść aktualnie niedostępną.</target> 163 <target state="translated">Powiadomienie wskazuje na treść aktualnie niedostępną</target>
195 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">214</context></context-group> 164 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">214</context></context-group>
196 </trans-unit> 165 </trans-unit>
197 <trans-unit id="3321250177023376249" datatype="html"> 166 <trans-unit id="3321250177023376249" datatype="html">
@@ -214,7 +183,6 @@
214 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group> 183 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group>
215 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group> 184 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group>
216 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group> 185 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group>
217 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
218 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 186 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group>
219 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group> 187 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group>
220 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group> 188 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group>
@@ -292,7 +260,7 @@
292 <target>Utwórz</target> 260 <target>Utwórz</target>
293 <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> 261 <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>
294 <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> 262 <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>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 263 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group>
296 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
297 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 265 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
298 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 266 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group>
@@ -303,9 +271,9 @@
303 <trans-unit id="1006562256968398209" datatype="html"> 271 <trans-unit id="1006562256968398209" datatype="html">
304 <source>video</source> 272 <source>video</source>
305 <target state="translated">film</target> 273 <target state="translated">film</target>
306 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group> 274
307 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group> 275
308 </trans-unit> 276 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
309 <trans-unit id="6438815964972582865" datatype="html"> 277 <trans-unit id="6438815964972582865" datatype="html">
310 <source>The following link contains a private token and should not be shared with anyone.</source> 278 <source>The following link contains a private token and should not be shared with anyone.</source>
311 <target state="translated">Następujący odnośnik zawiera prywatny token i nie należy się nim z nikim dzielić.</target> 279 <target state="translated">Następujący odnośnik zawiera prywatny token i nie należy się nim z nikim dzielić.</target>
@@ -375,13 +343,13 @@
375 <trans-unit id="6995024616159044376" datatype="html"> 343 <trans-unit id="6995024616159044376" datatype="html">
376 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 344 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
377 <target state="translated">Twoja powierzchnia na filmy została przekroczona przez ten film (rozmiar filmu: <x id="PH" equiv-text="videoSizeBytes"/>, wykorzystano: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, powierzchnia: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 345 <target state="translated">Twoja powierzchnia na filmy została przekroczona przez ten film (rozmiar filmu: <x id="PH" equiv-text="videoSizeBytes"/>, wykorzystano: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, powierzchnia: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
378 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group> 346
379 </trans-unit> 347 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
380 <trans-unit id="7873395933409147217" datatype="html"> 348 <trans-unit id="7873395933409147217" datatype="html">
381 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 349 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
382 <target state="translated">Twoja dzienna powierzchnia na filmy została przekroczona przez ten film (rozmiar filmu: <x id="PH" equiv-text="videoSizeBytes"/>, wykorzystano: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, powierzchnia <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 350 <target state="translated">Twoja dzienna powierzchnia na filmy została przekroczona przez ten film (rozmiar filmu: <x id="PH" equiv-text="videoSizeBytes"/>, wykorzystano: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, powierzchnia <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
383 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group> 351
384 </trans-unit> 352 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
385 <trans-unit id="5235042777215655908" datatype="html"> 353 <trans-unit id="5235042777215655908" datatype="html">
386 <source>subtitles</source> 354 <source>subtitles</source>
387 <target state="translated">napisy</target> 355 <target state="translated">napisy</target>
@@ -487,9 +455,7 @@
487 </trans-unit> 455 </trans-unit>
488 <trans-unit id="7688104409544625220" datatype="html"> 456 <trans-unit id="7688104409544625220" datatype="html">
489 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION"/> views}}</source> 457 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION"/> views}}</source>
490 <target state="translated">{VAR_PLURAL, plural, =1 {1 view} other { 458 <target state="translated">{VAR_PLURAL, plural, =1 {1 wyświetlenie} other {<x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> wyświetleń}}</target>
491 <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> wyświetleń} }
492 </target>
493 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context><context context-type="linenumber">3</context></context-group> 459 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context><context context-type="linenumber">3</context></context-group>
494 </trans-unit> 460 </trans-unit>
495 <trans-unit id="8856905278208146821" datatype="html"> 461 <trans-unit id="8856905278208146821" datatype="html">
@@ -553,9 +519,7 @@
553 </trans-unit> 519 </trans-unit>
554 <trans-unit id="3044142083883783523" datatype="html"> 520 <trans-unit id="3044142083883783523" datatype="html">
555 <source>Updated <x id="INTERPOLATION"/></source> 521 <source>Updated <x id="INTERPOLATION"/></source>
556 <target state="translated">Zaktualizowano 522 <target state="translated">Zaktualizowano <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target>
557 <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/>
558 </target>
559 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">32</context></context-group> 523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">32</context></context-group>
560 </trans-unit> 524 </trans-unit>
561 <trans-unit id="5643561794785412000" datatype="html"> 525 <trans-unit id="5643561794785412000" datatype="html">
@@ -587,9 +551,7 @@
587 </trans-unit> 551 </trans-unit>
588 <trans-unit id="8890926675057871150" datatype="html"> 552 <trans-unit id="8890926675057871150" datatype="html">
589 <source>Delete from <x id="INTERPOLATION"/></source> 553 <source>Delete from <x id="INTERPOLATION"/></source>
590 <target state="translated">Usuń z 554 <target state="translated">Usuń z <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
591 <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/>
592 </target>
593 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group> 555 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group>
594 </trans-unit> 556 </trans-unit>
595 <trans-unit id="834805431202576194"> 557 <trans-unit id="834805431202576194">
@@ -618,31 +580,31 @@
618 <trans-unit id="7022070615528435141"> 580 <trans-unit id="7022070615528435141">
619 <source>Delete</source> 581 <source>Delete</source>
620 <target>Usuń</target> 582 <target>Usuń</target>
621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group> 583
622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group> 584
623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group> 585
624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group> 586
625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group> 587
626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group> 588
627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group> 589
628 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group> 590
629 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group> 591
630 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group> 592
631 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group> 593
632 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group> 594
633 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group> 595
634 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</context></context-group> 596
635 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">178</context></context-group> 597
636 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group> 598
637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 599
638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group> 600
639 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group> 601
640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group> 602
641 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group> 603
642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group> 604
643 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group> 605
644 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group> 606
645 </trans-unit> 607 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
646 <trans-unit id="158575725114802951" datatype="html"> 608 <trans-unit id="158575725114802951" datatype="html">
647 <source>Only live videos</source> 609 <source>Only live videos</source>
648 <target state="translated">Tylko filmy na żywo</target> 610 <target state="translated">Tylko filmy na żywo</target>
@@ -749,12 +711,7 @@
749 </trans-unit> 711 </trans-unit>
750 <trans-unit id="855178133027341271" datatype="html"> 712 <trans-unit id="855178133027341271" datatype="html">
751 <source><x id="START_TAG_SPAN"/>Remote subscribe<x id="CLOSE_TAG_SPAN"/><x id="START_TAG_SPAN_1"/>Remote interact<x id="CLOSE_TAG_SPAN"/></source> 713 <source><x id="START_TAG_SPAN"/>Remote subscribe<x id="CLOSE_TAG_SPAN"/><x id="START_TAG_SPAN_1"/>Remote interact<x id="CLOSE_TAG_SPAN"/></source>
752 <target state="translated"> 714 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Zdalna subskrypcja <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Zdalna interakcja <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
753 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Zdalna subskrypcja
754 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
755 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Zdalna interakcja
756 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
757 </target>
758 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">11</context></context-group> 715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">11</context></context-group>
759 </trans-unit> 716 </trans-unit>
760 <trans-unit id="6462281745850371027" datatype="html"> 717 <trans-unit id="6462281745850371027" datatype="html">
@@ -780,12 +737,7 @@
780 </trans-unit> 737 </trans-unit>
781 <trans-unit id="5975923297757530070" datatype="html"> 738 <trans-unit id="5975923297757530070" datatype="html">
782 <source><x id="START_TAG_DIV"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV"/><x id="START_TAG_DIV_1"/>can be redefined by the users<x id="CLOSE_TAG_DIV"/></source> 739 <source><x id="START_TAG_DIV"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV"/><x id="START_TAG_DIV_1"/>can be redefined by the users<x id="CLOSE_TAG_DIV"/></source>
783 <target state="translated"> 740 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Domyślne ustawienia dla filmów NSFW/wrażliwych <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>"/>mogą być zmienione przez użytkowników <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/></target>
784 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Domyślne ustawienia dla filmów NSFW/wrażliwych
785 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
786 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>mogą być zmienione przez użytkowników
787 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
788 </target>
789 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">13</context></context-group> 741 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">13</context></context-group>
790 </trans-unit> 742 </trans-unit>
791 <trans-unit id="3386631781603205915" datatype="html"> 743 <trans-unit id="3386631781603205915" datatype="html">
@@ -837,17 +789,14 @@
837 <trans-unit id="2602586221576511475"> 789 <trans-unit id="2602586221576511475">
838 <source>Video quota</source> 790 <source>Video quota</source>
839 <target>Przestrzeń na filmy</target> 791 <target>Przestrzeń na filmy</target>
840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 793 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group>
795 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
843 </trans-unit> 796 </trans-unit>
844 <trans-unit id="1502595455339510144"> 797 <trans-unit id="1502595455339510144">
845 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 798 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
846 <target>Nieograniczony 799 <target>Nieograniczony <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>( <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> dziennie) <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/></target>
847 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(
848 <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> dziennie)
849 <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
850 </target>
851 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">61</context></context-group> 800 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">61</context></context-group>
852 </trans-unit> 801 </trans-unit>
853 <trans-unit id="1071721880474488785"> 802 <trans-unit id="1071721880474488785">
@@ -925,6 +874,34 @@
925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
926 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 875 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
927 </trans-unit> 876 </trans-unit>
877 <trans-unit id="8726138323871139597" datatype="html">
878 <source>Following</source>
879 <target state="translated">Śledzeni</target>
880 <context-group purpose="location">
881 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
882 <context context-type="linenumber">29</context>
883 </context-group>
884 <context-group purpose="location">
885 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
886 <context context-type="linenumber">31</context>
887 </context-group>
888 <context-group purpose="location">
889 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
890 <context context-type="linenumber">28</context>
891 </context-group>
892 </trans-unit>
893 <trans-unit id="4914577418256256836" datatype="html">
894 <source>Followers</source>
895 <target state="translated">Śledzący</target>
896 <context-group purpose="location">
897 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
898 <context context-type="linenumber">34</context>
899 </context-group>
900 <context-group purpose="location">
901 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
902 <context context-type="linenumber">37</context>
903 </context-group>
904 </trans-unit>
928 <trans-unit id="3541687134897970106" datatype="html"> 905 <trans-unit id="3541687134897970106" datatype="html">
929 <source>followers</source> 906 <source>followers</source>
930 <target state="translated">obserwujących</target> 907 <target state="translated">obserwujących</target>
@@ -986,14 +963,15 @@
986 <source>Cancel</source> 963 <source>Cancel</source>
987 <target>Anuluj</target> 964 <target>Anuluj</target>
988 <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> 965 <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>
989 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group> 966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group>
967 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group>
990 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group> 968 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group>
991 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 969 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
992 <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> 970 <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>
993 <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">69</context></context-group> 971 <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">69</context></context-group>
994 <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">81</context></context-group> 972 <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">81</context></context-group>
995 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group> 973 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group>
996 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">408</context></context-group> 974 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">415</context></context-group>
997 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 975 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
998 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group> 976 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group>
999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 977 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group>
@@ -1069,18 +1047,12 @@
1069 <trans-unit id="7252854992688790751" datatype="html"> 1047 <trans-unit id="7252854992688790751" datatype="html">
1070 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1048 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1071 <target state="translated">Ta knstancja pozwala na rejestrację. Pamiętaj jednak sprawdzić <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Zasady<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Zasady<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> przed utworzeniem konta. Możesz też odnaleźć inną instancję spełniającą Twoje oczekiwania na: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/pl/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/pl/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1049 <target state="translated">Ta knstancja pozwala na rejestrację. Pamiętaj jednak sprawdzić <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Zasady<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Zasady<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> przed utworzeniem konta. Możesz też odnaleźć inną instancję spełniającą Twoje oczekiwania na: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/pl/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/pl/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1072 <context-group purpose="location"> 1050 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group>
1073 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1074 <context context-type="linenumber">60,62</context>
1075 </context-group>
1076 </trans-unit> 1051 </trans-unit>
1077 <trans-unit id="7215649348148521605" datatype="html"> 1052 <trans-unit id="7215649348148521605" datatype="html">
1078 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1053 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1079 <target state="translated">Obecnie ta instancja nie pozwala na rejestrację użytkowników, możesz sprawdzić <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Zasady<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>, aby znaleźć więcej szczegółów lub znaleźć instancję, która pozwoli Ci na rejestrację konta i wysyłanie własnych filmów. Znajdź swoją spośród wielu instancji na: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/pl/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/pl/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1054 <target state="translated">Obecnie ta instancja nie pozwala na rejestrację użytkowników, możesz sprawdzić <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Zasady<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>, aby znaleźć więcej szczegółów lub znaleźć instancję, która pozwoli Ci na rejestrację konta i wysyłanie własnych filmów. Znajdź swoją spośród wielu instancji na: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/pl/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/pl/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1080 <context-group purpose="location"> 1055 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group>
1081 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1082 <context context-type="linenumber">65,67</context>
1083 </context-group>
1084 </trans-unit> 1056 </trans-unit>
1085 <trans-unit id="2392488717875840729"> 1057 <trans-unit id="2392488717875840729">
1086 <source>User</source> 1058 <source>User</source>
@@ -1093,65 +1065,67 @@
1093 <target>Nazwa użytkownika lub adres e-mail</target> 1065 <target>Nazwa użytkownika lub adres e-mail</target>
1094 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1066 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1095 </trans-unit> 1067 </trans-unit>
1068 <trans-unit id="1758058452376026925" datatype="html">
1069 <source>⚠️ Most email addresses do not include capital letters.</source>
1070 <target state="translated">⚠️ Większość adresów email nie posiada wielkich liter.</target>
1071 <context-group purpose="location">
1072 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1073 <context context-type="linenumber">33,34</context>
1074 </context-group>
1075 </trans-unit>
1096 <trans-unit id="1431416938026210429"> 1076 <trans-unit id="1431416938026210429">
1097 <source>Password</source> 1077 <source>Password</source>
1098 <target>Hasło</target> 1078 <target>Hasło</target>
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1100 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1081 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group>
1082 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</context></context-group>
1101 <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> 1083 <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>
1102 <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> 1084 <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>
1103 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1085 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group>
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1086 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group>
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1107 </trans-unit> 1087 </trans-unit>
1108 <trans-unit id="8715156686857791956" datatype="html"> 1088 <trans-unit id="8715156686857791956" datatype="html">
1109 <source>Click here to reset your password</source> 1089 <source>Click here to reset your password</source>
1110 <target state="translated">Kliknij tutaj aby zresetować swoje hasło</target> 1090 <target state="translated">Kliknij tutaj aby zresetować swoje hasło</target>
1111 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1091 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1112 </trans-unit> 1092 </trans-unit>
1113 <trans-unit id="892063502898494584" datatype="html"> 1093 <trans-unit id="892063502898494584" datatype="html">
1114 <source>I forgot my password</source> 1094 <source>I forgot my password</source>
1115 <target state="translated">Nie pamiętam hasła</target> 1095 <target state="translated">Nie pamiętam hasła</target>
1116 <context-group purpose="location"> 1096 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1117 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1118 <context context-type="linenumber">47</context>
1119 </context-group>
1120 </trans-unit> 1097 </trans-unit>
1121 <trans-unit id="2101170466365500913" datatype="html"> 1098 <trans-unit id="2101170466365500913" datatype="html">
1122 <source>Logging into an account lets you publish content</source> 1099 <source>Logging into an account lets you publish content</source>
1123 <target state="translated">Logowanie na konto pozwala na publikację treści</target> 1100 <target state="translated">Logowanie na konto pozwala na publikację treści</target>
1124 <context-group purpose="location"> 1101 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group>
1125 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1126 <context context-type="linenumber">56,57</context>
1127 </context-group>
1128 </trans-unit> 1102 </trans-unit>
1129 <trans-unit id="2454050363478003966"> 1103 <trans-unit id="2454050363478003966">
1130 <source>Login</source> 1104 <source>Login</source>
1131 <target>Zaloguj się</target> 1105 <target>Zaloguj się</target>
1132 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 1106 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group>
1133 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1107 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group>
1134 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group> 1108 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group>
1135 </trans-unit> 1109 </trans-unit>
1136 <trans-unit id="3183213940445113677" datatype="html"> 1110 <trans-unit id="3183213940445113677" datatype="html">
1137 <source>Or sign in with</source> 1111 <source>Or sign in with</source>
1138 <target state="translated">Lub zaloguj się z</target> 1112 <target state="translated">Lub zaloguj się z</target>
1139 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1113 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group>
1140 </trans-unit> 1114 </trans-unit>
1141 <trans-unit id="3238209155172574367"> 1115 <trans-unit id="3238209155172574367">
1142 <source>Forgot your password</source> 1116 <source>Forgot your password</source>
1143 <target>Zapomniałem hasła</target> 1117 <target>Zapomniałem hasła</target>
1144 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1118 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group>
1145 </trans-unit> 1119 </trans-unit>
1146 <trans-unit id="87327320394367488" datatype="html"> 1120 <trans-unit id="87327320394367488" datatype="html">
1147 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1121 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1148 <target state="translated">Przepraszamy, nie możesz odzyskać hasła ponieważ administrator twojej instancji nie skonfigurował systemu e-mail.</target> 1122 <target state="translated">Przepraszamy, nie możesz odzyskać hasła ponieważ administrator twojej instancji nie skonfigurował systemu e-mail.</target>
1149 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1123 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group>
1150 </trans-unit> 1124 </trans-unit>
1151 <trans-unit id="3188014010833256853" datatype="html"> 1125 <trans-unit id="3188014010833256853" datatype="html">
1152 <source>Enter your email address and we will send you a link to reset your password.</source> 1126 <source>Enter your email address and we will send you a link to reset your password.</source>
1153 <target state="translated">Wprowadź swój adres e-mail, a my wyślemy link pozwalający na zresetowanie hasła.</target> 1127 <target state="translated">Wprowadź swój adres e-mail, a my wyślemy link pozwalający na zresetowanie hasła.</target>
1154 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1128 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group>
1155 </trans-unit> 1129 </trans-unit>
1156 <trans-unit id="1190256911880544559" datatype="html"> 1130 <trans-unit id="1190256911880544559" datatype="html">
1157 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1131 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
@@ -1162,25 +1136,26 @@ The link will expire within 1 hour.</source>
1162 <trans-unit id="4768749765465246664"> 1136 <trans-unit id="4768749765465246664">
1163 <source>Email</source> 1137 <source>Email</source>
1164 <target>E-mail</target> 1138 <target>E-mail</target>
1165 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1139 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group>
1142 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</context></context-group>
1143 <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>
1166 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1144 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group>
1167 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1145 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group>
1168 <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> 1146 <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>
1169 <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>
1170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1171 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1172 </trans-unit> 1147 </trans-unit>
1173 <trans-unit id="3967269098753656610"> 1148 <trans-unit id="3967269098753656610">
1174 <source>Email address</source> 1149 <source>Email address</source>
1175 <target>Adres e-mail</target> 1150 <target>Adres e-mail</target>
1176 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1151 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group>
1177 <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> 1152 <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>
1178 </trans-unit> 1153 </trans-unit>
1179 <trans-unit id="7808756054397155068" datatype="html"> 1154 <trans-unit id="7808756054397155068" datatype="html">
1180 <source>Reset</source> 1155 <source>Reset</source>
1181 <target state="translated">Resetuj</target> 1156 <target state="translated">Resetuj</target>
1182 <note priority="1" from="description">Password reset button</note> 1157 <note priority="1" from="description">Password reset button</note>
1183 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1158 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group>
1184 </trans-unit> 1159 </trans-unit>
1185 <trans-unit id="4319634264526091601" datatype="html"> 1160 <trans-unit id="4319634264526091601" datatype="html">
1186 <source>on this instance</source> 1161 <source>on this instance</source>
@@ -1248,11 +1223,7 @@ The link will expire within 1 hour.</source>
1248 </trans-unit> 1223 </trans-unit>
1249 <trans-unit id="5340005218109333045" datatype="html"> 1224 <trans-unit id="5340005218109333045" datatype="html">
1250 <source>Filters <x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/></source> 1225 <source>Filters <x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/></source>
1251 <target state="translated">Filtry 1226 <target state="translated">Filtry <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> <x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/> <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
1252 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>
1253 <x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/>
1254 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1255 </target>
1256 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">19</context></context-group> 1227 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">19</context></context-group>
1257 </trans-unit> 1228 </trans-unit>
1258 <trans-unit id="2236371857137398396"> 1229 <trans-unit id="2236371857137398396">
@@ -1260,17 +1231,17 @@ The link will expire within 1 hour.</source>
1260 <target> 1231 <target>
1261 Nie znaleziono wyników 1232 Nie znaleziono wyników
1262 </target> 1233 </target>
1263 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1234
1264 </trans-unit> 1235 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1265 <trans-unit id="5500467336262464724"> 1236 <trans-unit id="5500467336262464724">
1266 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1237 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1267 <target> 1238 <target>
1268 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subskrybentów 1239 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subskrybentów
1269 </target> 1240 </target>
1270 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1241
1271 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1242
1272 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1243
1273 </trans-unit> 1244 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1274 <trans-unit id="1516969129397662377" datatype="html"> 1245 <trans-unit id="1516969129397662377" datatype="html">
1275 <source>Welcome to PeerTube, dear administrator!</source> 1246 <source>Welcome to PeerTube, dear administrator!</source>
1276 <target state="translated">Witaj na PeerTube, drogi administratorze!</target> 1247 <target state="translated">Witaj na PeerTube, drogi administratorze!</target>
@@ -1313,18 +1284,12 @@ The link will expire within 1 hour.</source>
1313 </trans-unit> 1284 </trans-unit>
1314 <trans-unit id="5170617864166788170" datatype="html"> 1285 <trans-unit id="5170617864166788170" datatype="html">
1315 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK"/>https://joinpeertube.org<x id="CLOSE_LINK"/></source> 1286 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK"/>https://joinpeertube.org<x id="CLOSE_LINK"/></source>
1316 <target state="translated">Oficjalna strona PeerTube (wiadomości, wsparcie...): 1287 <target state="translated">Oficjalna strona PeerTube (wiadomości, wsparcie...): <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>
1317 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org
1318 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1319 </target>
1320 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">42</context></context-group> 1288 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">42</context></context-group>
1321 </trans-unit> 1289 </trans-unit>
1322 <trans-unit id="4614992717645869756" datatype="html"> 1290 <trans-unit id="4614992717645869756" datatype="html">
1323 <source>Put your instance on the public PeerTube index: <x id="START_LINK"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK"/></source> 1291 <source>Put your instance on the public PeerTube index: <x id="START_LINK"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK"/></source>
1324 <target state="translated">Dodaj swoją instancję do publicznego indeksu: 1292 <target state="translated">Dodaj swoją instancję do publicznego indeksu: <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>
1325 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances
1326 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1327 </target>
1328 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">45</context></context-group> 1293 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">45</context></context-group>
1329 </trans-unit> 1294 </trans-unit>
1330 <trans-unit id="2081626998027585315" datatype="html"> 1295 <trans-unit id="2081626998027585315" datatype="html">
@@ -1480,7 +1445,7 @@ The link will expire within 1 hour.</source>
1480 </trans-unit> 1445 </trans-unit>
1481 <trans-unit id="9156407045661257130" datatype="html"> 1446 <trans-unit id="9156407045661257130" datatype="html">
1482 <source>Sensitive:</source> 1447 <source>Sensitive:</source>
1483 <target state="translated">Wraliwe:</target> 1448 <target state="translated">Wraliwe:</target>
1484 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">52</context></context-group> 1449 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">52</context></context-group>
1485 </trans-unit> 1450 </trans-unit>
1486 <trans-unit id="3430483831942247060" datatype="html"> 1451 <trans-unit id="3430483831942247060" datatype="html">
@@ -1532,7 +1497,7 @@ The link will expire within 1 hour.</source>
1532 <trans-unit id="2308975396733519902"> 1497 <trans-unit id="2308975396733519902">
1533 <source>Create an account</source> 1498 <source>Create an account</source>
1534 <target>Utwórz konto</target> 1499 <target>Utwórz konto</target>
1535 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group> 1500 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">54</context></context-group>
1536 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group> 1501 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group>
1537 </trans-unit> 1502 </trans-unit>
1538 <trans-unit id="3058024914967508975" datatype="html"> 1503 <trans-unit id="3058024914967508975" datatype="html">
@@ -1601,7 +1566,7 @@ The link will expire within 1 hour.</source>
1601 <trans-unit id="1504521795586863905" datatype="html"> 1566 <trans-unit id="1504521795586863905" datatype="html">
1602 <source>VIDEOS</source> 1567 <source>VIDEOS</source>
1603 <target state="translated">FILMY</target> 1568 <target state="translated">FILMY</target>
1604 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group> 1569 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group>
1605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group> 1570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group>
1606 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group> 1571 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group>
1607 </trans-unit> 1572 </trans-unit>
@@ -1683,7 +1648,7 @@ The link will expire within 1 hour.</source>
1683 <trans-unit id="4424964105331349857" datatype="html"> 1648 <trans-unit id="4424964105331349857" datatype="html">
1684 <source>I'm a teapot</source> 1649 <source>I'm a teapot</source>
1685 <target state="translated">Jestem czajniczkiem</target> 1650 <target state="translated">Jestem czajniczkiem</target>
1686 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1651 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group>
1687 </trans-unit> 1652 </trans-unit>
1688 <trans-unit id="1597262876035959248" datatype="html"> 1653 <trans-unit id="1597262876035959248" datatype="html">
1689 <source>That's an error.</source> 1654 <source>That's an error.</source>
@@ -1764,7 +1729,7 @@ The link will expire within 1 hour.</source>
1764 </trans-unit> 1729 </trans-unit>
1765 <trans-unit id="7231414106228227962" datatype="html"> 1730 <trans-unit id="7231414106228227962" datatype="html">
1766 <source>The requested entity body blends sweet bits with a mellow earthiness.</source> 1731 <source>The requested entity body blends sweet bits with a mellow earthiness.</source>
1767 <target state="new"> The requested entity body blends sweet bits with a mellow earthiness. </target> 1732 <target state="translated">Zawartość zapytania łączy nut słodkości z łagodnym ziemistym posmakiem.</target>
1768 <note priority="1" from="description">Description of a tea flavour, keeping the 'requested entity body' as a technical expression referring to a web request</note> 1733 <note priority="1" from="description">Description of a tea flavour, keeping the 'requested entity body' as a technical expression referring to a web request</note>
1769 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">40</context></context-group> 1734 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">40</context></context-group>
1770 </trans-unit> 1735 </trans-unit>
@@ -1777,7 +1742,7 @@ The link will expire within 1 hour.</source>
1777 <trans-unit id="2971365540217107489" datatype="html"> 1742 <trans-unit id="2971365540217107489" datatype="html">
1778 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1743 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1779 <target state="translated">Zawartość multimedialna jest zbyt wielka dla tego serwerami skontaktuj się z administratorem, jeżeli chcesz aby zwiększył limit rozmiaru.</target> 1744 <target state="translated">Zawartość multimedialna jest zbyt wielka dla tego serwerami skontaktuj się z administratorem, jeżeli chcesz aby zwiększył limit rozmiaru.</target>
1780 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1745 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group>
1781 </trans-unit> 1746 </trans-unit>
1782 <trans-unit id="5131854469652959713" datatype="html"> 1747 <trans-unit id="5131854469652959713" datatype="html">
1783 <source>GLOBAL SEARCH</source> 1748 <source>GLOBAL SEARCH</source>
@@ -1819,7 +1784,7 @@ The link will expire within 1 hour.</source>
1819 </trans-unit> 1784 </trans-unit>
1820 <trans-unit id="6462732349450217281" datatype="html"> 1785 <trans-unit id="6462732349450217281" datatype="html">
1821 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1786 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1822 <target state="translated">Określa, czy możesz otrzymać dowolną zdalną treść, lub czy instancja pozeala na to tylko śledzonym instancjom.</target> 1787 <target state="translated">Określa, czy możesz otrzymać dowolną zdalną treść, lub czy instancja pozwala na to tylko śledzonym instancjom.</target>
1823 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group> 1788 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group>
1824 </trans-unit> 1789 </trans-unit>
1825 <trans-unit id="3710530516408401495" datatype="html"> 1790 <trans-unit id="3710530516408401495" datatype="html">
@@ -1856,22 +1821,22 @@ The link will expire within 1 hour.</source>
1856 <trans-unit id="5478121364779850827" datatype="html"> 1821 <trans-unit id="5478121364779850827" datatype="html">
1857 <source>Reset</source> 1822 <source>Reset</source>
1858 <target state="translated">Resetuj</target> 1823 <target state="translated">Resetuj</target>
1859 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1824
1860 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1825
1861 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1826
1862 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1827
1863 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1828
1864 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1829
1865 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1830
1866 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1831
1867 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1832
1868 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1833
1869 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1834
1870 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1835
1871 </trans-unit> 1836 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1872 <trans-unit id="4540121094340493564" datatype="html"> 1837 <trans-unit id="4540121094340493564" datatype="html">
1873 <source>Display only</source> 1838 <source>Display only</source>
1874 <target state="new">Display only</target> 1839 <target state="translated">Tylko pokaż</target>
1875 <context-group purpose="location"> 1840 <context-group purpose="location">
1876 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1841 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1877 <context context-type="linenumber">21</context> 1842 <context context-type="linenumber">21</context>
@@ -1912,9 +1877,9 @@ The link will expire within 1 hour.</source>
1912 <trans-unit id="7410432243549869948"> 1877 <trans-unit id="7410432243549869948">
1913 <source>Duration</source> 1878 <source>Duration</source>
1914 <target>Czas trwania</target> 1879 <target>Czas trwania</target>
1915 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group> 1880
1916 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group> 1881
1917 </trans-unit> 1882 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1918 <trans-unit id="3589238979642505685"> 1883 <trans-unit id="3589238979642505685">
1919 <source>Display sensitive content</source> 1884 <source>Display sensitive content</source>
1920 <target>Pokaż wrażliwą treść</target> 1885 <target>Pokaż wrażliwą treść</target>
@@ -1933,10 +1898,10 @@ The link will expire within 1 hour.</source>
1933 <trans-unit id="1806667489382256324"> 1898 <trans-unit id="1806667489382256324">
1934 <source>Category</source> 1899 <source>Category</source>
1935 <target>Kategoria</target> 1900 <target>Kategoria</target>
1936 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</context></context-group> 1901
1937 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">63</context></context-group> 1902
1938 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group> 1903
1939 </trans-unit> 1904 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1940 <trans-unit id="5478121364779850827" datatype="html"> 1905 <trans-unit id="5478121364779850827" datatype="html">
1941 <source>Reset</source> 1906 <source>Reset</source>
1942 <target state="translated">Resetuj</target> 1907 <target state="translated">Resetuj</target>
@@ -1954,10 +1919,10 @@ The link will expire within 1 hour.</source>
1954 <trans-unit id="9065795501872450602"> 1919 <trans-unit id="9065795501872450602">
1955 <source>Licence</source> 1920 <source>Licence</source>
1956 <target>Licencja</target> 1921 <target>Licencja</target>
1957 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</context></context-group> 1922
1958 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">74</context></context-group> 1923
1959 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group> 1924
1960 </trans-unit> 1925 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1961 <trans-unit id="4184995865179898060" datatype="html"> 1926 <trans-unit id="4184995865179898060" datatype="html">
1962 <source>Display all licenses</source> 1927 <source>Display all licenses</source>
1963 <target state="translated">Wyświetl wszystkie licencje</target> 1928 <target state="translated">Wyświetl wszystkie licencje</target>
@@ -1966,11 +1931,11 @@ The link will expire within 1 hour.</source>
1966 <trans-unit id="2826581353496868063"> 1931 <trans-unit id="2826581353496868063">
1967 <source>Language</source> 1932 <source>Language</source>
1968 <target>Język</target> 1933 <target>Język</target>
1969 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</context></context-group> 1934
1970 <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> 1935
1971 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1936
1972 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group> 1937
1973 </trans-unit> 1938 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1974 <trans-unit id="7904142744051432458" datatype="html"> 1939 <trans-unit id="7904142744051432458" datatype="html">
1975 <source>Display all languages</source> 1940 <source>Display all languages</source>
1976 <target state="translated">Wyświetl wszystkie języki</target> 1941 <target state="translated">Wyświetl wszystkie języki</target>
@@ -1985,17 +1950,23 @@ The link will expire within 1 hour.</source>
1985 <source>One of these tags</source> 1950 <source>One of these tags</source>
1986 <target>Jeden z tych tagów</target> 1951 <target>Jeden z tych tagów</target>
1987 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 1952 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
1953 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
1954 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1955 <context-group purpose="location">
1956 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1957 <context context-type="linenumber">178</context>
1958 </context-group>
1988 </trans-unit> 1959 </trans-unit>
1989 <trans-unit id="283421392567624698" datatype="html"> 1960 <trans-unit id="283421392567624698" datatype="html">
1990 <source>Search target</source> 1961 <source>Search target</source>
1991 <target state="translated">Cel wyszukiwania</target> 1962 <target state="translated">Cel wyszukiwania</target>
1992 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 1963
1993 </trans-unit> 1964 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1994 <trans-unit id="2489767671380266270" datatype="html"> 1965 <trans-unit id="2489767671380266270" datatype="html">
1995 <source>Vidiverse</source> 1966 <source>Vidiverse</source>
1996 <target state="translated">Widiwersum</target> 1967 <target state="translated">Widiwersum</target>
1997 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 1968
1998 </trans-unit> 1969 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1999 <trans-unit id="5478121364779850827" datatype="html"> 1970 <trans-unit id="5478121364779850827" datatype="html">
2000 <source>Reset</source> 1971 <source>Reset</source>
2001 <target state="translated">Resetuj</target> 1972 <target state="translated">Resetuj</target>
@@ -2004,8 +1975,8 @@ The link will expire within 1 hour.</source>
2004 <trans-unit id="8829497237648100098"> 1975 <trans-unit id="8829497237648100098">
2005 <source>Filter</source> 1976 <source>Filter</source>
2006 <target>Filtr</target> 1977 <target>Filtr</target>
2007 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 1978
2008 </trans-unit> 1979 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
2009 <trans-unit id="6479885129995567639" datatype="html"> 1980 <trans-unit id="6479885129995567639" datatype="html">
2010 <source>Video channels</source> 1981 <source>Video channels</source>
2011 <target state="translated">Kanały wideo</target> 1982 <target state="translated">Kanały wideo</target>
@@ -2039,9 +2010,9 @@ The link will expire within 1 hour.</source>
2039 <trans-unit id="7886570921510760899"> 2010 <trans-unit id="7886570921510760899">
2040 <source>Tags</source> 2011 <source>Tags</source>
2041 <target>Tagi</target> 2012 <target>Tagi</target>
2042 <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> 2013
2043 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group> 2014
2044 </trans-unit> 2015 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
2045 <trans-unit id="354332809647287722" datatype="html"> 2016 <trans-unit id="354332809647287722" datatype="html">
2046 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 2017 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
2047 <target state="translated">Tagi mogą być wykorzystywane, aby wyświetlać odpowiednie rekomendacje. <x id="LINE_BREAK"/> Możesz używać maksymalnie pięciu tagów. <x id="LINE_BREAK"/> Naciśnij <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/>, aby dodać nowy tag. </target> 2018 <target state="translated">Tagi mogą być wykorzystywane, aby wyświetlać odpowiednie rekomendacje. <x id="LINE_BREAK"/> Możesz używać maksymalnie pięciu tagów. <x id="LINE_BREAK"/> Naciśnij <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/>, aby dodać nowy tag. </target>
@@ -2201,9 +2172,7 @@ The link will expire within 1 hour.</source>
2201 </trans-unit> 2172 </trans-unit>
2202 <trans-unit id="9012879216268259096"> 2173 <trans-unit id="9012879216268259096">
2203 <source>Schedule publication (<x id="INTERPOLATION"/>)</source> 2174 <source>Schedule publication (<x id="INTERPOLATION"/>)</source>
2204 <target>Zaplanuj publikację ( 2175 <target>Zaplanuj publikację ( <x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
2205 <x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)
2206 </target>
2207 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">117</context></context-group> 2176 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">117</context></context-group>
2208 </trans-unit> 2177 </trans-unit>
2209 <trans-unit id="9155449485123349070" datatype="html"> 2178 <trans-unit id="9155449485123349070" datatype="html">
@@ -2324,7 +2293,7 @@ The link will expire within 1 hour.</source>
2324 </trans-unit> 2293 </trans-unit>
2325 <trans-unit id="3799746968259478616" datatype="html"> 2294 <trans-unit id="3799746968259478616" datatype="html">
2326 <source>View account</source> 2295 <source>View account</source>
2327 <target state="translated">Zobaczkonto</target> 2296 <target state="translated">Zobacz konto</target>
2328 <context-group purpose="location"> 2297 <context-group purpose="location">
2329 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context> 2298 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
2330 <context context-type="linenumber">42,43</context> 2299 <context context-type="linenumber">42,43</context>
@@ -2377,7 +2346,7 @@ The link will expire within 1 hour.</source>
2377 </trans-unit> 2346 </trans-unit>
2378 <trans-unit id="1952020204339597057" datatype="html"> 2347 <trans-unit id="1952020204339597057" datatype="html">
2379 <source>Short text to tell people how they can support you (membership platform...).</source> 2348 <source>Short text to tell people how they can support you (membership platform...).</source>
2380 <target state="translated">Krótki tekst aby poinformować innych, jak mogą Cię wspomóc (platforma czlonkostwa…)</target> 2349 <target state="translated">Krótki tekst aby poinformować innych, jak mogą Cię wspomóc (platforma członkostwa…).</target>
2381 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">280</context></context-group> 2350 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">280</context></context-group>
2382 </trans-unit> 2351 </trans-unit>
2383 <trans-unit id="7958716262877895706" datatype="html"> 2352 <trans-unit id="7958716262877895706" datatype="html">
@@ -2460,13 +2429,13 @@ The link will expire within 1 hour.</source>
2460 <trans-unit id="9172233176401579786" datatype="html"> 2429 <trans-unit id="9172233176401579786" datatype="html">
2461 <source>Scheduled</source> 2430 <source>Scheduled</source>
2462 <target state="translated">Zaplanowany</target> 2431 <target state="translated">Zaplanowany</target>
2463 2432 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group>
2464 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group></trans-unit> 2433 </trans-unit>
2465 <trans-unit id="1435317307066082710" datatype="html"> 2434 <trans-unit id="1435317307066082710" datatype="html">
2466 <source>Hide the video until a specific date</source> 2435 <source>Hide the video until a specific date</source>
2467 <target state="translated">Ukryj film przed określoną datą</target> 2436 <target state="translated">Ukryj film przed określoną datą</target>
2468 2437 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group>
2469 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 2438 </trans-unit>
2470 <trans-unit id="6148369758871787018" datatype="html"> 2439 <trans-unit id="6148369758871787018" datatype="html">
2471 <source>Video background image</source> 2440 <source>Video background image</source>
2472 <target state="translated">Tło filmu</target> 2441 <target state="translated">Tło filmu</target>
@@ -2519,9 +2488,9 @@ The link will expire within 1 hour.</source>
2519 </trans-unit> 2488 </trans-unit>
2520 <trans-unit id="6161604372916832458" datatype="html"> 2489 <trans-unit id="6161604372916832458" datatype="html">
2521 <source>Upload on hold</source> 2490 <source>Upload on hold</source>
2522 <target state="new">Upload on hold</target> 2491 <target state="translated">Oczekujące wrzucenie</target>
2523 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group> 2492
2524 </trans-unit> 2493 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2525 <trans-unit id="285180972645018518" datatype="html"> 2494 <trans-unit id="285180972645018518" datatype="html">
2526 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2495 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2527 <target state="translated">Niestety, możliwość wysyłania jest wyłączona dla Twojego konta. Jeżeli chcesz dodać filmy, administrator musi odblokować Twój przydział powierzchni.</target> 2496 <target state="translated">Niestety, możliwość wysyłania jest wyłączona dla Twojego konta. Jeżeli chcesz dodać filmy, administrator musi odblokować Twój przydział powierzchni.</target>
@@ -2599,16 +2568,12 @@ The link will expire within 1 hour.</source>
2599 </trans-unit> 2568 </trans-unit>
2600 <trans-unit id="293476877021544115"> 2569 <trans-unit id="293476877021544115">
2601 <source>Import <x id="INTERPOLATION"/></source> 2570 <source>Import <x id="INTERPOLATION"/></source>
2602 <target>Importuj 2571 <target>Importuj <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
2603 <x id="INTERPOLATION" equiv-text="{{ videoName }}"/>
2604 </target>
2605 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">19</context></context-group> 2572 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">19</context></context-group>
2606 </trans-unit> 2573 </trans-unit>
2607 <trans-unit id="4766833966971572147"> 2574 <trans-unit id="4766833966971572147">
2608 <source>Upload <x id="INTERPOLATION"/></source> 2575 <source>Upload <x id="INTERPOLATION"/></source>
2609 <target>Prześlij 2576 <target>Prześlij <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
2610 <x id="INTERPOLATION" equiv-text="{{ videoName }}"/>
2611 </target>
2612 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">20</context></context-group> 2577 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add.component.html</context><context context-type="linenumber">20</context></context-group>
2613 </trans-unit> 2578 </trans-unit>
2614 <trans-unit id="7003826819757856838"> 2579 <trans-unit id="7003826819757856838">
@@ -2811,9 +2776,7 @@ The link will expire within 1 hour.</source>
2811 </trans-unit> 2776 </trans-unit>
2812 <trans-unit id="687548610091961489"> 2777 <trans-unit id="687548610091961489">
2813 <source>By <x id="INTERPOLATION"/></source> 2778 <source>By <x id="INTERPOLATION"/></source>
2814 <target>Od 2779 <target>Od <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
2815 <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/>
2816 </target>
2817 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">71</context></context-group> 2780 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">71</context></context-group>
2818 </trans-unit> 2781 </trans-unit>
2819 <trans-unit id="1144407473317535723" datatype="html"> 2782 <trans-unit id="1144407473317535723" datatype="html">
@@ -2850,12 +2813,18 @@ The link will expire within 1 hour.</source>
2850 <source>Origin</source> 2813 <source>Origin</source>
2851 <target state="translated">Pochodzenie</target> 2814 <target state="translated">Pochodzenie</target>
2852 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group> 2815 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group>
2816 </trans-unit><trans-unit id="6981359593518942576" datatype="html">
2817 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2818 <context-group purpose="location">
2819 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2820 <context context-type="linenumber">14</context>
2821 </context-group>
2853 </trans-unit> 2822 </trans-unit>
2854 <trans-unit id="5139892963394684487" datatype="html"> 2823 <trans-unit id="5139892963394684487" datatype="html">
2855 <source>Originally published</source> 2824 <source>Originally published</source>
2856 <target state="translated">Oryginalnie opublikowano</target> 2825 <target state="translated">Oryginalnie opublikowano</target>
2857 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group> 2826
2858 </trans-unit> 2827 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2859 <trans-unit id="6402393085909200998" datatype="html"> 2828 <trans-unit id="6402393085909200998" datatype="html">
2860 <source>Friendly Reminder:</source> 2829 <source>Friendly Reminder:</source>
2861 <target state="translated">Przyjacielskie przypomnienie:</target> 2830 <target state="translated">Przyjacielskie przypomnienie:</target>
@@ -2921,7 +2890,7 @@ The link will expire within 1 hour.</source>
2921 </trans-unit> 2890 </trans-unit>
2922 <trans-unit id="4262297989675590582" datatype="html"> 2891 <trans-unit id="4262297989675590582" datatype="html">
2923 <source>This live has not started yet.</source> 2892 <source>This live has not started yet.</source>
2924 <target state="translated">Ta transmisja jeszczę sie nie zaczęła.</target> 2893 <target state="translated">Ta transmisja jeszcze się nie zaczęła.</target>
2925 <context-group purpose="location"> 2894 <context-group purpose="location">
2926 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2895 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2927 <context context-type="linenumber">14,15</context> 2896 <context context-type="linenumber">14,15</context>
@@ -3203,11 +3172,6 @@ The link will expire within 1 hour.</source>
3203 <target>ID</target> 3172 <target>ID</target>
3204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3205 </trans-unit> 3174 </trans-unit>
3206 <trans-unit id="2265605798180116441" datatype="html">
3207 <source>Follower handle</source>
3208 <target state="translated">Nazwa obserwującego użytkownika</target>
3209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
3210 </trans-unit>
3211 <trans-unit id="5911214550882917183"> 3175 <trans-unit id="5911214550882917183">
3212 <source>State</source> 3176 <source>State</source>
3213 <target state="translated">Stan</target> 3177 <target state="translated">Stan</target>
@@ -3216,10 +3180,7 @@ The link will expire within 1 hour.</source>
3216 </trans-unit> 3180 </trans-unit>
3217 <trans-unit id="2092225601747599163"> 3181 <trans-unit id="2092225601747599163">
3218 <source>Created <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3182 <source>Created <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3219 <target>Utworzono 3183 <target>Utworzono <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3220 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>
3221 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
3222 </target>
3223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">27</context></context-group> 3184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">27</context></context-group>
3224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">33</context></context-group> 3185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">33</context></context-group>
3225 <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> 3186 <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>
@@ -3276,24 +3237,16 @@ The link will expire within 1 hour.</source>
3276 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target> 3237 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target>
3277 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3238 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3278 </trans-unit> 3239 </trans-unit>
3279 <trans-unit id="6641024648411549335">
3280 <source>Host</source>
3281 <target>Host</target>
3282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3283 </trans-unit>
3284 <trans-unit id="6571718060636962350" datatype="html"> 3240 <trans-unit id="6571718060636962350" datatype="html">
3285 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3241 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3286 <target state="translated">Redundancja zezwolona 3242 <target state="translated">Redundancja zezwolona <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3287 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>
3288 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
3289 </target>
3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group> 3243 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group>
3291 </trans-unit> 3244 </trans-unit>
3292 <trans-unit id="9160510009013134726" datatype="html"> 3245 <trans-unit id="9160510009013134726" datatype="html">
3293 <source>Unfollow</source> 3246 <source>Unfollow</source>
3294 <target state="translated">Przestań obserwować</target> 3247 <target state="translated">Przestań obserwować</target>
3295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group>
3296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group>
3297 </trans-unit> 3250 </trans-unit>
3298 <trans-unit id="8246779176913476983" datatype="html"> 3251 <trans-unit id="8246779176913476983" datatype="html">
3299 <source>Open instance in a new tab</source> 3252 <source>Open instance in a new tab</source>
@@ -3305,28 +3258,18 @@ The link will expire within 1 hour.</source>
3305 <trans-unit id="9132918641931433659" datatype="html"> 3258 <trans-unit id="9132918641931433659" datatype="html">
3306 <source>No host found matching current filters.</source> 3259 <source>No host found matching current filters.</source>
3307 <target state="translated">Brak hostów spełniających obecne kryteria.</target> 3260 <target state="translated">Brak hostów spełniających obecne kryteria.</target>
3308 <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> 3261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group>
3309 </trans-unit> 3262 </trans-unit>
3310 <trans-unit id="7274241885665071790" datatype="html"> 3263 <trans-unit id="7274241885665071790" datatype="html">
3311 <source>Your instance is not following anyone.</source> 3264 <source>Your instance is not following anyone.</source>
3312 <target state="translated">Twoja instancja nie obserwuje nikogo.</target> 3265 <target state="translated">Twoja instancja nie obserwuje nikogo.</target>
3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">72</context></context-group>
3314 </trans-unit> 3267 </trans-unit>
3315 <trans-unit id="4774348799569692380" datatype="html"> 3268 <trans-unit id="4774348799569692380" datatype="html">
3316 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3269 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3317 <target state="translated">Wyświetlanie <x id="INTERPOLATION"/> do <x id="INTERPOLATION_1"/> z <x id="INTERPOLATION_2"/> hostów</target> 3270 <target state="translated">Wyświetlanie <x id="INTERPOLATION"/> do <x id="INTERPOLATION_1"/> z <x id="INTERPOLATION_2"/> hostów</target>
3318 <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> 3271 <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>
3319 </trans-unit> 3272 </trans-unit>
3320 <trans-unit id="6275803119759621687" datatype="html">
3321 <source>Follow domains</source>
3322 <target state="translated">Obserwuj domeny</target>
3323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3324 </trans-unit>
3325 <trans-unit id="1268699198448750610" datatype="html">
3326 <source>Follow instances</source>
3327 <target state="translated">Zaobserwuj instancje</target>
3328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3329 </trans-unit>
3330 <trans-unit id="9216117865911519658" datatype="html"> 3273 <trans-unit id="9216117865911519658" datatype="html">
3331 <source>Action</source> 3274 <source>Action</source>
3332 <target state="translated">Działanie</target> 3275 <target state="translated">Działanie</target>
@@ -3339,7 +3282,7 @@ The link will expire within 1 hour.</source>
3339 </trans-unit> 3282 </trans-unit>
3340 <trans-unit id="5968342253366599875" datatype="html"> 3283 <trans-unit id="5968342253366599875" datatype="html">
3341 <source>Videos redundancies</source> 3284 <source>Videos redundancies</source>
3342 <target state="new">Videos redundancies</target> 3285 <target state="translated">Redundancje filmu</target>
3343 <context-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> 3286 <context-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>
3344 </trans-unit> 3287 </trans-unit>
3345 <trans-unit id="4937132637898470918" datatype="html"> 3288 <trans-unit id="4937132637898470918" datatype="html">
@@ -3355,9 +3298,9 @@ The link will expire within 1 hour.</source>
3355 <trans-unit id="8286337167859377104"> 3298 <trans-unit id="8286337167859377104">
3356 <source>Create user</source> 3299 <source>Create user</source>
3357 <target>Utwórz użytkownika</target> 3300 <target>Utwórz użytkownika</target>
3358 3301 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group>
3359 3302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group>
3360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3303 </trans-unit>
3361 <trans-unit id="8363291180171434623" datatype="html"> 3304 <trans-unit id="8363291180171434623" datatype="html">
3362 <source>Table parameters</source> 3305 <source>Table parameters</source>
3363 <target state="translated">Parametry tabeli</target> 3306 <target state="translated">Parametry tabeli</target>
@@ -3376,10 +3319,11 @@ The link will expire within 1 hour.</source>
3376 <trans-unit id="5248717555542428023"> 3319 <trans-unit id="5248717555542428023">
3377 <source>Username</source> 3320 <source>Username</source>
3378 <target>Nazwa użytkownika</target> 3321 <target>Nazwa użytkownika</target>
3379 <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>
3380 <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>
3381 <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> 3322 <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>
3382 <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> 3323 <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>
3324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</context></context-group>
3325 <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>
3326 <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>
3383 </trans-unit> 3327 </trans-unit>
3384 <trans-unit id="5428411040014095392" datatype="html"> 3328 <trans-unit id="5428411040014095392" datatype="html">
3385 <source>e.g. jane_doe</source> 3329 <source>e.g. jane_doe</source>
@@ -3410,6 +3354,7 @@ The link will expire within 1 hour.</source>
3410 <target>Rola</target> 3354 <target>Rola</target>
3411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3355 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</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">136</context></context-group>
3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group>
3413 </trans-unit> 3358 </trans-unit>
3414 <trans-unit id="7046347992315328430" datatype="html"> 3359 <trans-unit id="7046347992315328430" datatype="html">
3415 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3360 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
@@ -3427,14 +3372,9 @@ The link will expire within 1 hour.</source>
3427 <trans-unit id="2622255144026150901" datatype="html"> 3372 <trans-unit id="2622255144026150901" datatype="html">
3428 <source>Auth plugin</source> 3373 <source>Auth plugin</source>
3429 <target state="translated">Wtyczka uwierzytelniania</target> 3374 <target state="translated">Wtyczka uwierzytelniania</target>
3430 <context-group purpose="location"> 3375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3431 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3432 <context context-type="linenumber">188</context> 3377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group>
3433 </context-group>
3434 <context-group purpose="location">
3435 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3436 <context context-type="linenumber">188</context>
3437 </context-group>
3438 </trans-unit> 3378 </trans-unit>
3439 <trans-unit id="588099657508661970" datatype="html"> 3379 <trans-unit id="588099657508661970" datatype="html">
3440 <source>None (local authentication)</source> 3380 <source>None (local authentication)</source>
@@ -3632,7 +3572,7 @@ The link will expire within 1 hour.</source>
3632 </trans-unit> 3572 </trans-unit>
3633 <trans-unit id="4488103364313252005" datatype="html"> 3573 <trans-unit id="4488103364313252005" datatype="html">
3634 <source>List redundancies</source> 3574 <source>List redundancies</source>
3635 <target state="new">List redundancies</target> 3575 <target state="translated">Pokaż redundancje</target>
3636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">37</context></context-group> 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">37</context></context-group>
3637 </trans-unit> 3577 </trans-unit>
3638 <trans-unit id="7423116442791683693" datatype="html"> 3578 <trans-unit id="7423116442791683693" datatype="html">
@@ -3668,10 +3608,7 @@ The link will expire within 1 hour.</source>
3668 </trans-unit> 3608 </trans-unit>
3669 <trans-unit id="7692347838587821095"> 3609 <trans-unit id="7692347838587821095">
3670 <source>Date <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3610 <source>Date <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3671 <target>Data 3611 <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>
3672 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>
3673 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
3674 </target>
3675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">29</context></context-group> 3612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">29</context></context-group>
3676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">45</context></context-group> 3613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">45</context></context-group>
3677 </trans-unit> 3614 </trans-unit>
@@ -3690,6 +3627,14 @@ The link will expire within 1 hour.</source>
3690 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3627 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3691 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3692 </trans-unit> 3629 </trans-unit>
3630 <trans-unit id="8390803680962035202" datatype="html">
3631 <source>Follower</source>
3632 <target state="translated">Śledzący</target>
3633 <context-group purpose="location">
3634 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3635 <context context-type="linenumber">24</context>
3636 </context-group>
3637 </trans-unit>
3693 <trans-unit id="4691552465058437520" datatype="html"> 3638 <trans-unit id="4691552465058437520" datatype="html">
3694 <source>Commented video</source> 3639 <source>Commented video</source>
3695 <target state="translated">Skomentowany film</target> 3640 <target state="translated">Skomentowany film</target>
@@ -3734,43 +3679,28 @@ The link will expire within 1 hour.</source>
3734 <trans-unit id="1807029821872995706" datatype="html"> 3679 <trans-unit id="1807029821872995706" datatype="html">
3735 <source>Unsolved reports</source> 3680 <source>Unsolved reports</source>
3736 <target state="translated">Nierozwiązane zgłoszenia</target> 3681 <target state="translated">Nierozwiązane zgłoszenia</target>
3737 <context-group purpose="location"> 3682
3738 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3683 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3739 <context context-type="linenumber">42</context>
3740 </context-group>
3741 </trans-unit>
3742 <trans-unit id="2570256912317308673" datatype="html"> 3684 <trans-unit id="2570256912317308673" datatype="html">
3743 <source>Accepted reports</source> 3685 <source>Accepted reports</source>
3744 <target state="translated">Przyjęte zgłoszenia</target> 3686 <target state="translated">Przyjęte zgłoszenia</target>
3745 <context-group purpose="location"> 3687
3746 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3747 <context context-type="linenumber">46</context>
3748 </context-group>
3749 </trans-unit>
3750 <trans-unit id="4335414817109654558" datatype="html"> 3689 <trans-unit id="4335414817109654558" datatype="html">
3751 <source>Refused reports</source> 3690 <source>Refused reports</source>
3752 <target state="translated">Odmówione zgłoszenia</target> 3691 <target state="translated">Odmówione zgłoszenia</target>
3753 <context-group purpose="location"> 3692
3754 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3693 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3755 <context context-type="linenumber">50</context>
3756 </context-group>
3757 </trans-unit>
3758 <trans-unit id="5604806676748121035" datatype="html"> 3694 <trans-unit id="5604806676748121035" datatype="html">
3759 <source>Reports with blocked videos</source> 3695 <source>Reports with blocked videos</source>
3760 <target state="translated">Zgłoszenia z zablokowanymi filmami</target> 3696 <target state="translated">Zgłoszenia z zablokowanymi filmami</target>
3761 <context-group purpose="location"> 3697
3762 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3763 <context context-type="linenumber">54</context>
3764 </context-group>
3765 </trans-unit>
3766 <trans-unit id="5105869928182826553" datatype="html"> 3699 <trans-unit id="5105869928182826553" datatype="html">
3767 <source>Reports with deleted videos</source> 3700 <source>Reports with deleted videos</source>
3768 <target state="translated">Zgłoszenia z usuniętymi filmami</target> 3701 <target state="translated">Zgłoszenia z usuniętymi filmami</target>
3769 <context-group purpose="location"> 3702
3770 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3771 <context context-type="linenumber">58</context>
3772 </context-group>
3773 </trans-unit>
3774 <trans-unit id="4678289986918934018" datatype="html"> 3704 <trans-unit id="4678289986918934018" datatype="html">
3775 <source>Block reason:</source> 3705 <source>Block reason:</source>
3776 <target state="translated">Powód blokady:</target> 3706 <target state="translated">Powód blokady:</target>
@@ -3789,19 +3719,13 @@ The link will expire within 1 hour.</source>
3789 <trans-unit id="7755288609601798418" datatype="html"> 3719 <trans-unit id="7755288609601798418" datatype="html">
3790 <source>Automatic blocks</source> 3720 <source>Automatic blocks</source>
3791 <target state="translated">Automatyczne blokady</target> 3721 <target state="translated">Automatyczne blokady</target>
3792 <context-group purpose="location"> 3722
3793 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3794 <context context-type="linenumber">31</context>
3795 </context-group>
3796 </trans-unit>
3797 <trans-unit id="6510868134640657079" datatype="html"> 3724 <trans-unit id="6510868134640657079" datatype="html">
3798 <source>Manual blocks</source> 3725 <source>Manual blocks</source>
3799 <target state="translated">Ręczne blokady</target> 3726 <target state="translated">Ręczne blokady</target>
3800 <context-group purpose="location"> 3727
3801 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3802 <context context-type="linenumber">35</context>
3803 </context-group>
3804 </trans-unit>
3805 <trans-unit id="2143435845912984377" datatype="html"> 3729 <trans-unit id="2143435845912984377" datatype="html">
3806 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3730 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3807 <target state="translated">Wyświetlanie <x id="INTERPOLATION"/> do <x id="INTERPOLATION_1"/> z <x id="INTERPOLATION_2"/> zablokowanych filmów</target> 3731 <target state="translated">Wyświetlanie <x id="INTERPOLATION"/> do <x id="INTERPOLATION_1"/> z <x id="INTERPOLATION_2"/> zablokowanych filmów</target>
@@ -3892,10 +3816,7 @@ The link will expire within 1 hour.</source>
3892 </trans-unit> 3816 </trans-unit>
3893 <trans-unit id="3301856295120048857" datatype="html"> 3817 <trans-unit id="3301856295120048857" datatype="html">
3894 <source>State <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3818 <source>State <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3895 <target state="translated">Stan 3819 <target state="translated">Stan <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3896 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>
3897 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
3898 </target>
3899 <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> 3820 <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>
3900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">32</context></context-group> 3821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">32</context></context-group>
3901 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">24</context></context-group> 3822 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">24</context></context-group>
@@ -3912,10 +3833,7 @@ The link will expire within 1 hour.</source>
3912 </trans-unit> 3833 </trans-unit>
3913 <trans-unit id="7418735164633152705" datatype="html"> 3834 <trans-unit id="7418735164633152705" datatype="html">
3914 <source>Score <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3835 <source>Score <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3915 <target state="translated">Wynik 3836 <target state="translated">Wynik <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3916 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>
3917 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
3918 </target>
3919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">26</context></context-group> 3837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">26</context></context-group>
3920 </trans-unit> 3838 </trans-unit>
3921 <trans-unit id="9173448803033928792" datatype="html"> 3839 <trans-unit id="9173448803033928792" datatype="html">
@@ -3952,17 +3870,14 @@ The link will expire within 1 hour.</source>
3952 <trans-unit id="2381859602529023966"> 3870 <trans-unit id="2381859602529023966">
3953 <source>Instance</source> 3871 <source>Instance</source>
3954 <target>Instancja</target> 3872 <target>Instancja</target>
3955 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3873
3956 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 3874
3957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3875
3958 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3876
3959 </trans-unit> 3877 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3960 <trans-unit id="1300704815627663264" datatype="html"> 3878 <trans-unit id="1300704815627663264" datatype="html">
3961 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3879 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3962 <target state="translated">Wyciszone o 3880 <target state="translated">Wyciszone o <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3963 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>
3964 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
3965 </target>
3966 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">24</context></context-group> 3881 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">24</context></context-group>
3967 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">24</context></context-group> 3882 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.html</context><context context-type="linenumber">24</context></context-group>
3968 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">32</context></context-group> 3883 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">32</context></context-group>
@@ -3997,7 +3912,7 @@ The link will expire within 1 hour.</source>
3997 <trans-unit id="4917252294930256268" datatype="html"> 3912 <trans-unit id="4917252294930256268" datatype="html">
3998 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3913 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3999 <target state="translated">Wygląda na to, że nie jesteś na serwerze HTTPS. Twój serwer musi mieć aktywne TLS, aby obserwować inne serwery.</target> 3914 <target state="translated">Wygląda na to, że nie jesteś na serwerze HTTPS. Twój serwer musi mieć aktywne TLS, aby obserwować inne serwery.</target>
4000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 3915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group>
4001 </trans-unit> 3916 </trans-unit>
4002 <trans-unit id="4058814854824495833" datatype="html"> 3917 <trans-unit id="4058814854824495833" datatype="html">
4003 <source>Mute domains</source> 3918 <source>Mute domains</source>
@@ -4065,14 +3980,14 @@ The link will expire within 1 hour.</source>
4065 <trans-unit id="4580988005648117665"> 3980 <trans-unit id="4580988005648117665">
4066 <source>Search</source> 3981 <source>Search</source>
4067 <target>Szukaj</target> 3982 <target>Szukaj</target>
4068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group> 3983
4069 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 3984
4070 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group> 3985
4071 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group> 3986
4072 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group> 3987
4073 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group> 3988
4074 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group> 3989
4075 </trans-unit> 3990 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
4076 <trans-unit id="8630916846096019339" datatype="html"> 3991 <trans-unit id="8630916846096019339" datatype="html">
4077 <source>Users can resolve distant content</source> 3992 <source>Users can resolve distant content</source>
4078 <target state="translated">Użytkownicy mogą uzyskiwać zdalną treść</target> 3993 <target state="translated">Użytkownicy mogą uzyskiwać zdalną treść</target>
@@ -4269,7 +4184,7 @@ The link will expire within 1 hour.</source>
4269 </trans-unit> 4184 </trans-unit>
4270 <trans-unit id="3067132953487445901" datatype="html"> 4185 <trans-unit id="3067132953487445901" datatype="html">
4271 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> jobs</source> 4186 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> jobs</source>
4272 <target state="translated">Wyświetlanie <x id="INTERPOLATION"/> do <x id="INTERPOLATION_1"/> z <x id="INTERPOLATION_2"/> zadam</target> 4187 <target state="translated">Wyświetlanie <x id="INTERPOLATION"/> do <x id="INTERPOLATION_1"/> z <x id="INTERPOLATION_2"/> zadań</target>
4273 <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> 4188 <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>
4274 </trans-unit> 4189 </trans-unit>
4275 <trans-unit id="8650499415827640724"> 4190 <trans-unit id="8650499415827640724">
@@ -4331,9 +4246,7 @@ The link will expire within 1 hour.</source>
4331 </trans-unit> 4246 </trans-unit>
4332 <trans-unit id="2232767208623640457" datatype="html"> 4247 <trans-unit id="2232767208623640457" datatype="html">
4333 <source>By <x id="INTERPOLATION"/> -></source> 4248 <source>By <x id="INTERPOLATION"/> -></source>
4334 <target state="translated">Od 4249 <target state="translated">Od <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4335 <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> ->
4336 </target>
4337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">46</context></context-group> 4250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context><context context-type="linenumber">46</context></context-group>
4338 </trans-unit> 4251 </trans-unit>
4339 <trans-unit id="7396175500300709096" datatype="html"> 4252 <trans-unit id="7396175500300709096" datatype="html">
@@ -4390,7 +4303,7 @@ The link will expire within 1 hour.</source>
4390 </trans-unit> 4303 </trans-unit>
4391 <trans-unit id="2701970773087072815" datatype="html"> 4304 <trans-unit id="2701970773087072815" datatype="html">
4392 <source>Automatically start playing the next video</source> 4305 <source>Automatically start playing the next video</source>
4393 <target state="translated">Automatycznie rozpoczynaj odtwarzanie następnego filmu.</target> 4306 <target state="translated">Automatycznie rozpoczynaj odtwarzanie następnego filmu</target>
4394 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">69</context></context-group> 4307 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">69</context></context-group>
4395 </trans-unit> 4308 </trans-unit>
4396 <trans-unit id="5983800192187691457" datatype="html"> 4309 <trans-unit id="5983800192187691457" datatype="html">
@@ -4457,7 +4370,7 @@ The link will expire within 1 hour.</source>
4457 </trans-unit> 4370 </trans-unit>
4458 <trans-unit id="4127416011499804250" datatype="html"> 4371 <trans-unit id="4127416011499804250" datatype="html">
4459 <source>Code of conduct</source> 4372 <source>Code of conduct</source>
4460 <target state="translated">Zasady instancji</target> 4373 <target state="translated">Zasady postępowania</target>
4461 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">154</context></context-group> 4374 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">154</context></context-group>
4462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">140</context></context-group> 4375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">140</context></context-group>
4463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">47</context></context-group> 4376 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">47</context></context-group>
@@ -4584,7 +4497,7 @@ The link will expire within 1 hour.</source>
4584 </trans-unit> 4497 </trans-unit>
4585 <trans-unit id="4809162812315301010" datatype="html"> 4498 <trans-unit id="4809162812315301010" datatype="html">
4586 <source>BROADCAST MESSAGE</source> 4499 <source>BROADCAST MESSAGE</source>
4587 <target state="new">BROADCAST MESSAGE</target> 4500 <target state="translated">PRZEKAZANA WIADOMOŚĆ</target>
4588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">64</context></context-group> 4501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">64</context></context-group>
4589 </trans-unit> 4502 </trans-unit>
4590 <trans-unit id="7097094470713539753" datatype="html"> 4503 <trans-unit id="7097094470713539753" datatype="html">
@@ -4594,7 +4507,7 @@ The link will expire within 1 hour.</source>
4594 </trans-unit> 4507 </trans-unit>
4595 <trans-unit id="4686199497574248459" datatype="html"> 4508 <trans-unit id="4686199497574248459" datatype="html">
4596 <source>Enable broadcast message</source> 4509 <source>Enable broadcast message</source>
4597 <target state="new">Enable broadcast message</target> 4510 <target state="translated">Włącz przekaza wiadomość</target>
4598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">77</context></context-group> 4511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">77</context></context-group>
4599 </trans-unit> 4512 </trans-unit>
4600 <trans-unit id="9192050065623241777" datatype="html"> 4513 <trans-unit id="9192050065623241777" datatype="html">
@@ -4604,7 +4517,7 @@ The link will expire within 1 hour.</source>
4604 </trans-unit> 4517 </trans-unit>
4605 <trans-unit id="6582848618760132901" datatype="html"> 4518 <trans-unit id="6582848618760132901" datatype="html">
4606 <source>Broadcast message level</source> 4519 <source>Broadcast message level</source>
4607 <target state="new">Broadcast message level</target> 4520 <target state="translated">Istotność przekazywanej wiadomości</target>
4608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">89</context></context-group> 4521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">89</context></context-group>
4609 </trans-unit> 4522 </trans-unit>
4610 <trans-unit id="8066608938393600549" datatype="html"> 4523 <trans-unit id="8066608938393600549" datatype="html">
@@ -4652,7 +4565,7 @@ The link will expire within 1 hour.</source>
4652 </trans-unit> 4565 </trans-unit>
4653 <trans-unit id="8342879272354516454" datatype="html"> 4566 <trans-unit id="8342879272354516454" datatype="html">
4654 <source>{VAR_PLURAL, plural, =1 {year old} other {years old}}</source> 4567 <source>{VAR_PLURAL, plural, =1 {year old} other {years old}}</source>
4655 <target state="new">{VAR_PLURAL, plural, =1 {year old} other {years old}}</target> 4568 <target state="translated">{VAR_PLURAL, plural, =1 {rok} few {lata} other {lat}}</target>
4656 <context-group purpose="location"> 4569 <context-group purpose="location">
4657 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context> 4570 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context>
4658 <context context-type="linenumber">170</context> 4571 <context context-type="linenumber">170</context>
@@ -5089,7 +5002,7 @@ The link will expire within 1 hour.</source>
5089 </trans-unit> 5002 </trans-unit>
5090 <trans-unit id="5867513506373651775" datatype="html"> 5003 <trans-unit id="5867513506373651775" datatype="html">
5091 <source>The file will be merged in a still image video with the preview file on upload.</source> 5004 <source>The file will be merged in a still image video with the preview file on upload.</source>
5092 <target state="new">The file will be merged in a still image video with the preview file on upload.</target> 5005 <target state="translated">Plik zostanie połączony z plikiem podglądu w nieruchomy film po wrzuceniu.</target>
5093 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context><context context-type="linenumber">66</context></context-group> 5006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context><context context-type="linenumber">66</context></context-group>
5094 </trans-unit> 5007 </trans-unit>
5095 <trans-unit id="2036818807823848377" datatype="html"> 5008 <trans-unit id="2036818807823848377" datatype="html">
@@ -5143,7 +5056,7 @@ The link will expire within 1 hour.</source>
5143 </trans-unit> 5056 </trans-unit>
5144 <trans-unit id="7815122216882553289" datatype="html"> 5057 <trans-unit id="7815122216882553289" datatype="html">
5145 <source>will claim at most <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with live transcoding </source> 5058 <source>will claim at most <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with live transcoding </source>
5146 <target state="new"> will claim at most <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with live transcoding </target> 5059 <target state="translated">zajmie co najwyżej <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> z transkodowaniem transmisji na żywo </target>
5147 <context-group purpose="location"> 5060 <context-group purpose="location">
5148 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context> 5061 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context>
5149 <context context-type="linenumber">146,148</context> 5062 <context context-type="linenumber">146,148</context>
@@ -5151,7 +5064,7 @@ The link will expire within 1 hour.</source>
5151 </trans-unit> 5064 </trans-unit>
5152 <trans-unit id="8685484763568827375" datatype="html"> 5065 <trans-unit id="8685484763568827375" datatype="html">
5153 <source>will claim at least <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with live transcoding </source> 5066 <source>will claim at least <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with live transcoding </source>
5154 <target state="new"> will claim at least <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> with live transcoding </target> 5067 <target state="translated">zajmie co najmniej <x id="INTERPOLATION" equiv-text="{{ getTotalTranscodingThreads().value }}"/> <x id="INTERPOLATION_1" equiv-text="{{ getTotalTranscodingThreads().unit }}"/> z transkodowaniem transmisji na żywo </target>
5155 <context-group purpose="location"> 5068 <context-group purpose="location">
5156 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context> 5069 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context>
5157 <context context-type="linenumber">150,152</context> 5070 <context context-type="linenumber">150,152</context>
@@ -5159,7 +5072,7 @@ The link will expire within 1 hour.</source>
5159 </trans-unit> 5072 </trans-unit>
5160 <trans-unit id="7185278676178506632" datatype="html"> 5073 <trans-unit id="7185278676178506632" datatype="html">
5161 <source>Transcoding jobs concurrency</source> 5074 <source>Transcoding jobs concurrency</source>
5162 <target state="new">Transcoding jobs concurrency</target> 5075 <target state="translated">Współbieżne zadania transkodowania</target>
5163 <context-group purpose="location"> 5076 <context-group purpose="location">
5164 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context> 5077 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context>
5165 <context context-type="linenumber">166</context> 5078 <context context-type="linenumber">166</context>
@@ -5216,7 +5129,7 @@ The link will expire within 1 hour.</source>
5216 </trans-unit> 5129 </trans-unit>
5217 <trans-unit id="6193666854590647323" datatype="html"> 5130 <trans-unit id="6193666854590647323" datatype="html">
5218 <source>{VAR_PLURAL, plural, =1 {cached caption} other {cached captions}}</source> 5131 <source>{VAR_PLURAL, plural, =1 {cached caption} other {cached captions}}</source>
5219 <target state="new">{VAR_PLURAL, plural, =1 {cached caption} other {cached captions}}</target> 5132 <target state="translated">{VAR_PLURAL, plural, =1 {napisy w pamięci podręcznej} few {napisy w pamięci podręcznej} many {napisów w pamięci podręcznej} other {napisów w pamięci podręcznej}}</target>
5220 <context-group purpose="location"> 5133 <context-group purpose="location">
5221 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context> 5134 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-advanced-configuration.component.html</context>
5222 <context context-type="linenumber">36</context> 5135 <context context-type="linenumber">36</context>
@@ -5511,10 +5424,7 @@ color: red;
5511 </trans-unit> 5424 </trans-unit>
5512 <trans-unit id="3963749584812225989" datatype="html"> 5425 <trans-unit id="3963749584812225989" datatype="html">
5513 <source>Created <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 5426 <source>Created <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
5514 <target state="translated">Utworzono 5427 <target state="translated">Utworzono <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/> <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
5515 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>
5516 <x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5517 </target>
5518 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 5428 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
5519 </trans-unit> 5429 </trans-unit>
5520 <trans-unit id="5611592591303869712"> 5430 <trans-unit id="5611592591303869712">
@@ -5664,9 +5574,7 @@ color: red;
5664 </trans-unit> 5574 </trans-unit>
5665 <trans-unit id="9131836378905533756"> 5575 <trans-unit id="9131836378905533756">
5666 <source>Created by <x id="INTERPOLATION"/></source> 5576 <source>Created by <x id="INTERPOLATION"/></source>
5667 <target>Utworzony przez 5577 <target>Utworzony przez <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target>
5668 <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/>
5669 </target>
5670 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">28</context></context-group> 5578 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">28</context></context-group>
5671 </trans-unit> 5579 </trans-unit>
5672 <trans-unit id="228548407872312756" datatype="html"> 5580 <trans-unit id="228548407872312756" datatype="html">
@@ -5959,10 +5867,7 @@ color: red;
5959 <trans-unit id="5512878593724620692" datatype="html"> 5867 <trans-unit id="5512878593724620692" datatype="html">
5960 <source>CHANNELS</source> 5868 <source>CHANNELS</source>
5961 <target state="translated">KANAŁY</target> 5869 <target state="translated">KANAŁY</target>
5962 <context-group purpose="location"> 5870 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group>
5963 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
5964 <context context-type="linenumber">82</context>
5965 </context-group>
5966 </trans-unit> 5871 </trans-unit>
5967 <trans-unit id="3666829335406793239" datatype="html"> 5872 <trans-unit id="3666829335406793239" datatype="html">
5968 <source>This account does not have channels.</source> 5873 <source>This account does not have channels.</source>
@@ -5983,7 +5888,7 @@ color: red;
5983 </trans-unit> 5888 </trans-unit>
5984 <trans-unit id="8856905278208146821" datatype="html"> 5889 <trans-unit id="8856905278208146821" datatype="html">
5985 <source><x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </source> 5890 <source><x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </source>
5986 <target state="translated"><x id="ICU" equiv-text="{video.views, plural, =1 {1 wyświetlenie} few {{{ video.views | myNumberFormatter }} wyświetlenia}} many {{{ video.views | myNumberFormatter }} wyświetleń}} other {{{ video.views | myNumberFormatter }} wyświetleń}} "/> </target> 5891 <target state="translated"><x id="ICU" equiv-text="{video.views, plural, =1 {1 wyświetlenie} few {{{ video.views | myNumberFormatter }} wyświetlenia}} many {{{ video.views | myNumberFormatter }} wyświetleń}} other {{{ video.views | myNumberFormatter }} wyświetleń}}"/> </target>
5987 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">26</context></context-group> 5892 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">26</context></context-group>
5988 </trans-unit> 5893 </trans-unit>
5989 <trans-unit id="4071627711041975501" datatype="html"> 5894 <trans-unit id="4071627711041975501" datatype="html">
@@ -5993,7 +5898,7 @@ color: red;
5993 </trans-unit> 5898 </trans-unit>
5994 <trans-unit id="7766488542631150871" datatype="html"> 5899 <trans-unit id="7766488542631150871" datatype="html">
5995 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION"/> videos}}</source> 5900 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION"/> videos}}</source>
5996 <target state="translated">{VAR_PLURAL, plural, =0 {No videos} =1 {1 film} few {<x id="INTERPOLATION"/> filmy} many {<x id="INTERPOLATION"/> filmów} other {<x id="INTERPOLATION"/> filmów}}</target> 5901 <target state="translated">{VAR_PLURAL, plural, =0 {Brak filmów} =1 {1 film} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> filmów}}</target>
5997 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context><context context-type="linenumber">30</context></context-group> 5902 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context><context context-type="linenumber">30</context></context-group>
5998 </trans-unit> 5903 </trans-unit>
5999 <trans-unit id="7152797255397280410" datatype="html"> 5904 <trans-unit id="7152797255397280410" datatype="html">
@@ -6003,6 +5908,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6003 <target state="translated">Czy na pewno cchesz usunąć <x id="PH" equiv-text="videoChannel.displayName"/>? Usuniesz w ten sposób <x id="PH_1" equiv-text="videoChannel.videosCount"/> filmów wysłanych na ten kanał i nie będziesz miał(a) możliwości założenia kanału o tej samej nazwie (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target> 5908 <target state="translated">Czy na pewno cchesz usunąć <x id="PH" equiv-text="videoChannel.displayName"/>? Usuniesz w ten sposób <x id="PH_1" equiv-text="videoChannel.videosCount"/> filmów wysłanych na ten kanał i nie będziesz miał(a) możliwości założenia kanału o tej samej nazwie (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target>
6004 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 5909 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
6005 </trans-unit> 5910 </trans-unit>
5911 <trans-unit id="4433306639366959484" datatype="html">
5912 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source>
5913 <target state="translated">Wpisz nazwę kanału wideo (<x id="PH" equiv-text="videoChannel.name"/>) aby zatwierdzić</target>
5914 <context-group purpose="location">
5915 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5916 <context context-type="linenumber">48</context>
5917 </context-group>
5918 </trans-unit>
6006 <trans-unit id="5387007581996837469" datatype="html"> 5919 <trans-unit id="5387007581996837469" datatype="html">
6007 <source>My Channels</source> 5920 <source>My Channels</source>
6008 <target state="translated">Moje kanały</target> 5921 <target state="translated">Moje kanały</target>
@@ -6076,9 +5989,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6076 </trans-unit> 5989 </trans-unit>
6077 <trans-unit id="6613567056718289931"> 5990 <trans-unit id="6613567056718289931">
6078 <source>Contact <x id="INTERPOLATION"/> administrator</source> 5991 <source>Contact <x id="INTERPOLATION"/> administrator</source>
6079 <target>Kontakt z administratorem 5992 <target>Kontakt z administratorem <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
6080 <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/>
6081 </target>
6082 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">3</context></context-group> 5993 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">3</context></context-group>
6083 </trans-unit> 5994 </trans-unit>
6084 <trans-unit id="8203367621031610680" datatype="html"> 5995 <trans-unit id="8203367621031610680" datatype="html">
@@ -6103,9 +6014,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6103 </trans-unit> 6014 </trans-unit>
6104 <trans-unit id="3174354408404578867" datatype="html"> 6015 <trans-unit id="3174354408404578867" datatype="html">
6105 <source>About <x id="INTERPOLATION"/></source> 6016 <source>About <x id="INTERPOLATION"/></source>
6106 <target state="translated">O 6017 <target state="translated">O <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
6107 <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/>
6108 </target>
6109 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">5</context></context-group> 6018 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">5</context></context-group>
6110 </trans-unit> 6019 </trans-unit>
6111 <trans-unit id="8253752633925167769"> 6020 <trans-unit id="8253752633925167769">
@@ -6120,9 +6029,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6120 </trans-unit> 6029 </trans-unit>
6121 <trans-unit id="1970848297295860531" datatype="html"> 6030 <trans-unit id="1970848297295860531" datatype="html">
6122 <source>ADMINISTRATORS &amp; SUSTAINABILITY</source> 6031 <source>ADMINISTRATORS &amp; SUSTAINABILITY</source>
6123 <target state="new"> 6032 <target state="translated">ADMINISTRATORZY &amp; UTRZYMANIE</target>
6124 ADMINISTRATORS &amp; SUSTAINABILITY
6125 </target>
6126 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">32</context></context-group> 6033 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">32</context></context-group>
6127 </trans-unit> 6034 </trans-unit>
6128 <trans-unit id="6741838149332998818" datatype="html"> 6035 <trans-unit id="6741838149332998818" datatype="html">
@@ -6402,10 +6309,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6402 </trans-unit> 6309 </trans-unit>
6403 <trans-unit id="1045244999981860085" datatype="html"> 6310 <trans-unit id="1045244999981860085" datatype="html">
6404 <source>Developed with ❤ by <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></source> 6311 <source>Developed with ❤ by <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></source>
6405 <target state="translated">Stworzone z ❤ przez 6312 <target state="translated">Stworzone z ❤ przez <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6406 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft
6407 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6408 </target>
6409 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context><context context-type="linenumber">3</context></context-group> 6313 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context><context context-type="linenumber">3</context></context-group>
6410 </trans-unit> 6314 </trans-unit>
6411 <trans-unit id="5579867071769973287"> 6315 <trans-unit id="5579867071769973287">
@@ -6487,7 +6391,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6487 </trans-unit> 6391 </trans-unit>
6488 <trans-unit id="8463487834152954723" datatype="html"> 6392 <trans-unit id="8463487834152954723" datatype="html">
6489 <source>john_channel</source> 6393 <source>john_channel</source>
6490 <target state="new">john_channel</target> 6394 <target state="translated">kowalski_kanal</target>
6491 <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> 6395 <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>
6492 <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> 6396 <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>
6493 </trans-unit> 6397 </trans-unit>
@@ -6535,12 +6439,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6535 <trans-unit id="6979021199788941693"> 6439 <trans-unit id="6979021199788941693">
6536 <source>Your message has been sent.</source> 6440 <source>Your message has been sent.</source>
6537 <target>Twoja wiadomość została wysłana.</target> 6441 <target>Twoja wiadomość została wysłana.</target>
6538 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group> 6442 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group>
6539 </trans-unit> 6443 </trans-unit>
6540 <trans-unit id="2072135752262464360" datatype="html"> 6444 <trans-unit id="2072135752262464360" datatype="html">
6541 <source>You already sent this form recently</source> 6445 <source>You already sent this form recently</source>
6542 <target state="translated">Niedawno wypełniłeś(-aś) ten formularz</target> 6446 <target state="translated">Niedawno wypełniłeś(-aś) ten formularz</target>
6543 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group> 6447 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group>
6544 </trans-unit> 6448 </trans-unit>
6545 <trans-unit id="819067926858619041" datatype="html"> 6449 <trans-unit id="819067926858619041" datatype="html">
6546 <source>Account videos</source> 6450 <source>Account videos</source>
@@ -6567,9 +6471,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6567 </trans-unit> 6471 </trans-unit>
6568 <trans-unit id="3755500631176893489" datatype="html"> 6472 <trans-unit id="3755500631176893489" datatype="html">
6569 <source>Published <x id="PH"/> videos</source> 6473 <source>Published <x id="PH"/> videos</source>
6570 <target state="translated">Opublikował(-a) 6474 <target state="translated">Opublikował(-a) <x id="PH"/> filmów</target>
6571 <x id="PH"/> filmów
6572 </target>
6573 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-search/account-search.component.ts</context><context context-type="linenumber">95</context></context-group> 6475 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-search/account-search.component.ts</context><context context-type="linenumber">95</context></context-group>
6574 </trans-unit> 6476 </trans-unit>
6575 <trans-unit id="807777065817324789" datatype="html"> 6477 <trans-unit id="807777065817324789" datatype="html">
@@ -6588,12 +6490,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6588 <target state="translated"> 6490 <target state="translated">
6589 <x id="PH"/> bezpośrednio obserwujących konto 6491 <x id="PH"/> bezpośrednio obserwujących konto
6590 </target> 6492 </target>
6591 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6493 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group>
6592 </trans-unit> 6494 </trans-unit>
6593 <trans-unit id="6250999352462648289" datatype="html"> 6495 <trans-unit id="6250999352462648289" datatype="html">
6594 <source>Report this account</source> 6496 <source>Report this account</source>
6595 <target state="translated">Zgłoś to konto</target> 6497 <target state="translated">Zgłoś to konto</target>
6596 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6498 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group>
6597 </trans-unit> 6499 </trans-unit>
6598 <trans-unit id="1504521795586863905" datatype="html"> 6500 <trans-unit id="1504521795586863905" datatype="html">
6599 <source>VIDEOS</source> 6501 <source>VIDEOS</source>
@@ -6604,30 +6506,18 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6604 <trans-unit id="25349740244798533" datatype="html"> 6506 <trans-unit id="25349740244798533" datatype="html">
6605 <source>Username copied</source> 6507 <source>Username copied</source>
6606 <target state="translated">Nazwa użytkownika skopiowana</target> 6508 <target state="translated">Nazwa użytkownika skopiowana</target>
6607 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6509 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group>
6608 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6510 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group>
6609 </trans-unit> 6511 </trans-unit>
6610 <trans-unit id="9221735175659318025" datatype="html"> 6512 <trans-unit id="9221735175659318025" datatype="html">
6611 <source>1 subscriber</source> 6513 <source>1 subscriber</source>
6612 <target state="translated">1 subskrybujący</target> 6514 <target state="translated">1 subskrybujący</target>
6613 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6515 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group>
6614 </trans-unit> 6516 </trans-unit>
6615 <trans-unit id="4097331874769079975" datatype="html"> 6517 <trans-unit id="4097331874769079975" datatype="html">
6616 <source><x id="PH"/> subscribers</source> 6518 <source><x id="PH"/> subscribers</source>
6617 <target state="translated"><x id="PH"/> subskrybujący</target> 6519 <target state="translated"><x id="PH"/> subskrybujący</target>
6618 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6520 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group>
6619 </trans-unit>
6620 <trans-unit id="4682675125751819107" datatype="html">
6621 <source>Instances you follow</source>
6622 <target state="translated">Instancje, które obserwujesz</target>
6623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6625 </trans-unit>
6626 <trans-unit id="8899833753704589712" datatype="html">
6627 <source>Instances following you</source>
6628 <target state="translated">Instancje, które Cię obserwują</target>
6629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6631 </trans-unit> 6521 </trans-unit>
6632 <trans-unit id="1035838766454786107" datatype="html"> 6522 <trans-unit id="1035838766454786107" datatype="html">
6633 <source>Audio-only</source> 6523 <source>Audio-only</source>
@@ -6679,6 +6569,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6679 <target state="translated">Automatycznie (poprzez ffmpeg)</target> 6569 <target state="translated">Automatycznie (poprzez ffmpeg)</target>
6680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6681 </trans-unit> 6571 </trans-unit>
6572 <trans-unit id="3642770981085338761" datatype="html">
6573 <source>Followers of your instance</source>
6574 <target state="translated">Śledzący twoją instancję</target>
6575 <context-group purpose="location">
6576 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6577 <context context-type="linenumber">3</context>
6578 </context-group>
6579 </trans-unit>
6682 <trans-unit id="931255636742351800" datatype="html"> 6580 <trans-unit id="931255636742351800" datatype="html">
6683 <source>No limit</source> 6581 <source>No limit</source>
6684 <target state="translated">Bez ograniczeń</target> 6582 <target state="translated">Bez ograniczeń</target>
@@ -6826,17 +6724,40 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6826 <trans-unit id="2127446333083057097" datatype="html"> 6724 <trans-unit id="2127446333083057097" datatype="html">
6827 <source>Domain is required.</source> 6725 <source>Domain is required.</source>
6828 <target state="translated">Domena jest wymagana.</target> 6726 <target state="translated">Domena jest wymagana.</target>
6829 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group>
6728 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group>
6729 </trans-unit>
6730 <trans-unit id="7951488350851416577" datatype="html">
6731 <source>Hosts entered are invalid.</source>
6732 <target state="translated">Wprowadzone hosty są nieprawidłowe.</target>
6733 <context-group purpose="location">
6734 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6735 <context context-type="linenumber">93</context>
6736 </context-group>
6830 </trans-unit> 6737 </trans-unit>
6831 <trans-unit id="6780793142903080663" datatype="html"> 6738 <trans-unit id="1469559036084108672" datatype="html">
6832 <source>Domains entered are invalid.</source> 6739 <source>Hosts entered contain duplicates.</source>
6833 <target state="translated">Wprowadzone domeny są nieprawidłowe.</target> 6740 <target state="translated">Wprowadzone hosty zawierają duplikaty.</target>
6834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6741 <context-group purpose="location">
6742 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6743 <context context-type="linenumber">94</context>
6744 </context-group>
6835 </trans-unit> 6745 </trans-unit>
6836 <trans-unit id="5886492514458202177" datatype="html"> 6746 <trans-unit id="5991533283446904296" datatype="html">
6837 <source>Domains entered contain duplicates.</source> 6747 <source>Hosts or handles are invalid.</source>
6838 <target state="translated">Wprowadzone domeny zawierają duplikaty.</target> 6748 <target state="translated">Hosty lub tagi są nieprawidłowe.</target>
6839 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6749 <context-group purpose="location">
6750 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6751 <context context-type="linenumber">102</context>
6752 </context-group>
6753 </trans-unit>
6754 <trans-unit id="6759198394434886237" datatype="html">
6755 <source>Hosts or handles contain duplicates.</source>
6756 <target state="translated">Hosty lub tagi zawierają duplikaty.</target>
6757 <context-group purpose="location">
6758 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6759 <context context-type="linenumber">103</context>
6760 </context-group>
6840 </trans-unit> 6761 </trans-unit>
6841 <trans-unit id="240806681889331244"> 6762 <trans-unit id="240806681889331244">
6842 <source>Unlimited</source> 6763 <source>Unlimited</source>
@@ -6998,24 +6919,55 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6998 </target> 6919 </target>
6999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
7000 </trans-unit> 6921 </trans-unit>
6922 <trans-unit id="6018246591673612412" datatype="html">
6923 <source>Follow</source>
6924 <target state="translated">Śledź</target>
6925 <context-group purpose="location">
6926 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6927 <context context-type="linenumber">3</context>
6928 </context-group>
6929 <context-group purpose="location">
6930 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6931 <context context-type="linenumber">37</context>
6932 </context-group>
6933 <context-group purpose="location">
6934 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6935 <context context-type="linenumber">18</context>
6936 </context-group>
6937 </trans-unit>
6938 <trans-unit id="3596798855644241001" datatype="html">
6939 <source>1 host (without "http://"), account handle or channel handle per line</source>
6940 <target state="translated">1 host (bez "http://"), tag konta lub kanału na linię</target>
6941 <context-group purpose="location">
6942 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6943 <context context-type="linenumber">11</context>
6944 </context-group>
6945 </trans-unit>
7001 <trans-unit id="2740793005745065895"> 6946 <trans-unit id="2740793005745065895">
7002 <source><x id="PH"/> is not valid </source> 6947 <source><x id="PH"/> is not valid </source>
7003 <target> 6948 <target>
7004 <x id="PH"/> nie jest prawidowy 6949 <x id="PH"/> nie jest prawidowy
7005 </target> 6950 </target>
7006 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6951 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group>
6952 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group>
7007 </trans-unit> 6953 </trans-unit>
7008 <trans-unit id="2355066641781598196"> 6954 <trans-unit id="2355066641781598196">
7009 <source>Follow request(s) sent!</source> 6955 <source>Follow request(s) sent!</source>
7010 <target>Wysłano prośby o możliwość śledzenia!</target> 6956 <target>Wysłano prośby o możliwość śledzenia!</target>
7011 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group>
6958 </trans-unit>
6959 <trans-unit id="3459358413436264734" datatype="html">
6960 <source>Your instance subscriptions</source>
6961 <target state="translated">Subskrybcje twojej instancji</target>
6962 <context-group purpose="location">
6963 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6964 <context context-type="linenumber">3</context>
6965 </context-group>
7012 </trans-unit> 6966 </trans-unit>
7013 <trans-unit id="4245720728052819482"> 6967 <trans-unit id="4245720728052819482">
7014 <source>Do you really want to unfollow <x id="PH"/>?</source> 6968 <source>Do you really want to unfollow <x id="PH"/>?</source>
7015 <target>Czy na pewno chcesz przestać śledzić 6969 <target>Czy na pewno chcesz przestać śledzić <x id="PH"/>?</target>
7016 <x id="PH"/>? 6970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group>
7017 </target>
7018 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group>
7019 </trans-unit> 6971 </trans-unit>
7020 <trans-unit id="9160510009013134726"> 6972 <trans-unit id="9160510009013134726">
7021 <source>Unfollow</source> 6973 <source>Unfollow</source>
@@ -7024,10 +6976,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7024 </trans-unit> 6976 </trans-unit>
7025 <trans-unit id="3935234189109112926"> 6977 <trans-unit id="3935234189109112926">
7026 <source>You are not following <x id="PH"/> anymore.</source> 6978 <source>You are not following <x id="PH"/> anymore.</source>
7027 <target>Już nie śledzisz 6979 <target>Już nie śledzisz <x id="PH"/>.</target>
7028 <x id="PH"/>. 6980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group>
7029 </target>
7030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group>
7031 </trans-unit> 6981 </trans-unit>
7032 <trans-unit id="2593763089859685916" datatype="html"> 6982 <trans-unit id="2593763089859685916" datatype="html">
7033 <source>enabled</source> 6983 <source>enabled</source>
@@ -7041,10 +6991,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7041 </trans-unit> 6991 </trans-unit>
7042 <trans-unit id="135214224090612796" datatype="html"> 6992 <trans-unit id="135214224090612796" datatype="html">
7043 <source>Redundancy for <x id="PH"/> is <x id="PH_1"/></source> 6993 <source>Redundancy for <x id="PH"/> is <x id="PH_1"/></source>
7044 <target state="translated">Redundancja dla 6994 <target state="translated">Redundancja dla <x id="PH"/> jest <x id="PH_1"/></target>
7045 <x id="PH"/> jest
7046 <x id="PH_1"/>
7047 </target>
7048 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">25</context></context-group> 6995 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">25</context></context-group>
7049 </trans-unit> 6996 </trans-unit>
7050 <trans-unit id="81585474102700882" datatype="html"> 6997 <trans-unit id="81585474102700882" datatype="html">
@@ -7074,16 +7021,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7074 </trans-unit> 7021 </trans-unit>
7075 <trans-unit id="8639315630141911544" datatype="html"> 7022 <trans-unit id="8639315630141911544" datatype="html">
7076 <source>Account <x id="PH"/> unmuted by your instance.</source> 7023 <source>Account <x id="PH"/> unmuted by your instance.</source>
7077 <target state="translated">Konto 7024 <target state="translated">Konto <x id="PH"/> nie jest już wyciszone przez twoją instancję.</target>
7078 <x id="PH"/> nie jest już wyciszone przez twoją instancję.
7079 </target>
7080 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.ts</context><context context-type="linenumber">44</context></context-group> 7025 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.ts</context><context context-type="linenumber">44</context></context-group>
7081 </trans-unit> 7026 </trans-unit>
7082 <trans-unit id="3371601176452094961" datatype="html"> 7027 <trans-unit id="3371601176452094961" datatype="html">
7083 <source>Instance <x id="PH"/> unmuted by your instance.</source> 7028 <source>Instance <x id="PH"/> unmuted by your instance.</source>
7084 <target state="translated">Instancja 7029 <target state="translated">Instancja <x id="PH"/> nie jest już wyciszona przez twoją instancję.</target>
7085 <x id="PH"/> nie jest już wyciszona przez twoją instancję.
7086 </target>
7087 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.ts</context><context context-type="linenumber">46</context></context-group> 7030 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.ts</context><context context-type="linenumber">46</context></context-group>
7088 </trans-unit> 7031 </trans-unit>
7089 <trans-unit id="1598375456114200087" datatype="html"> 7032 <trans-unit id="1598375456114200087" datatype="html">
@@ -7094,7 +7037,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7094 </trans-unit> 7037 </trans-unit>
7095 <trans-unit id="3096398988891996621" datatype="html"> 7038 <trans-unit id="3096398988891996621" datatype="html">
7096 <source>Instance <x id="PH"/> muted by your instance.</source> 7039 <source>Instance <x id="PH"/> muted by your instance.</source>
7097 <target state="translated">Instancja <x id="PH"/> została wyciszona przez Twoją instancję</target> 7040 <target state="translated">Instancja <x id="PH"/> została wyciszona przez Twoją instancję.</target>
7098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.ts</context><context context-type="linenumber">69</context></context-group> 7041 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.ts</context><context context-type="linenumber">69</context></context-group>
7099 </trans-unit> 7042 </trans-unit>
7100 <trans-unit id="2393853062458645999"> 7043 <trans-unit id="2393853062458645999">
@@ -7142,123 +7085,121 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7142 <trans-unit id="6473213678768782133" datatype="html"> 7085 <trans-unit id="6473213678768782133" datatype="html">
7143 <source>Internal actions</source> 7086 <source>Internal actions</source>
7144 <target state="translated">Działania wewnętrzne</target> 7087 <target state="translated">Działania wewnętrzne</target>
7145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7088
7146 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7089
7147 </trans-unit> 7090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7148 <trans-unit id="4559872264406386913" datatype="html"> 7091 <trans-unit id="4559872264406386913" datatype="html">
7149 <source>Delete report</source> 7092 <source>Delete report</source>
7150 <target state="translated">Usuń zgłoszenie</target> 7093 <target state="translated">Usuń zgłoszenie</target>
7151 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7094
7152 </trans-unit> 7095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7153 <trans-unit id="5793550984155962433" datatype="html"> 7096 <trans-unit id="5793550984155962433" datatype="html">
7154 <source>Actions for the flagged account</source> 7097 <source>Actions for the flagged account</source>
7155 <target state="translated">Działania dla oflagowanego konta</target> 7098 <target state="translated">Działania dla oflagowanego konta</target>
7156 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7099
7157 </trans-unit> 7100 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7158 <trans-unit id="1679841953757186358" datatype="html"> 7101 <trans-unit id="1679841953757186358" datatype="html">
7159 <source>Mark as accepted</source> 7102 <source>Mark as accepted</source>
7160 <target state="translated">Zaznacz jako zaakceptowane</target> 7103 <target state="translated">Zaznacz jako zaakceptowane</target>
7161 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7104
7162 </trans-unit> 7105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7163 <trans-unit id="7993358694073742566" datatype="html"> 7106 <trans-unit id="7993358694073742566" datatype="html">
7164 <source>Mark as rejected</source> 7107 <source>Mark as rejected</source>
7165 <target state="translated">Zaznacz jako odrzucone</target> 7108 <target state="translated">Zaznacz jako odrzucone</target>
7166 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7109
7167 </trans-unit> 7110 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7168 <trans-unit id="4175703770051343108" datatype="html"> 7111 <trans-unit id="4175703770051343108" datatype="html">
7169 <source>Add internal note</source> 7112 <source>Add internal note</source>
7170 <target state="translated">Dodaj wewnętrzną notatkę</target> 7113 <target state="translated">Dodaj wewnętrzną notatkę</target>
7171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7114
7172 </trans-unit> 7115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7173 <trans-unit id="296166371893775555" datatype="html"> 7116 <trans-unit id="296166371893775555" datatype="html">
7174 <source>Actions for the video</source> 7117 <source>Actions for the video</source>
7175 <target state="translated">Działania dla filmu</target> 7118 <target state="translated">Działania dla filmu</target>
7176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7119
7177 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7120
7178 </trans-unit> 7121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7179 <trans-unit id="3924877328520650445" datatype="html"> 7122 <trans-unit id="3924877328520650445" datatype="html">
7180 <source>Block video</source> 7123 <source>Block video</source>
7181 <target state="translated">Zablokuj film</target> 7124 <target state="translated">Zablokuj film</target>
7182 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7125
7183 </trans-unit> 7126 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7184 <trans-unit id="4762794934098378428" datatype="html"> 7127 <trans-unit id="4762794934098378428" datatype="html">
7185 <source>Video blocked.</source> 7128 <source>Video blocked.</source>
7186 <target state="translated">Zablokowano film.</target> 7129 <target state="translated">Zablokowano film.</target>
7187 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7130
7188 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7131
7189 </trans-unit> 7132 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7190 <trans-unit id="4328862996304258770" datatype="html"> 7133 <trans-unit id="4328862996304258770" datatype="html">
7191 <source>Unblock video</source> 7134 <source>Unblock video</source>
7192 <target state="translated">Odblokuj film</target> 7135 <target state="translated">Odblokuj film</target>
7193 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7136
7194 </trans-unit> 7137 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7195 <trans-unit id="9065327551191479877" datatype="html"> 7138 <trans-unit id="9065327551191479877" datatype="html">
7196 <source>Video unblocked.</source> 7139 <source>Video unblocked.</source>
7197 <target state="translated">Odblokowano film.</target> 7140 <target state="translated">Odblokowano film.</target>
7198 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7141
7199 </trans-unit> 7142 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7200 <trans-unit id="1250415136605923486" datatype="html"> 7143 <trans-unit id="1250415136605923486" datatype="html">
7201 <source>Do you really want to delete this abuse report?</source> 7144 <source>Do you really want to delete this abuse report?</source>
7202 <target state="translated">Czy na pewno chcesz usunąć to zgłoszenie nadużycia?</target> 7145 <target state="translated">Czy na pewno chcesz usunąć to zgłoszenie nadużycia?</target>
7203 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7146
7204 </trans-unit> 7147 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7205 <trans-unit id="3482559157143817408" datatype="html"> 7148 <trans-unit id="3482559157143817408" datatype="html">
7206 <source>Abuse deleted.</source> 7149 <source>Abuse deleted.</source>
7207 <target state="translated">Zgłoszenie usunięte.</target> 7150 <target state="translated">Zgłoszenie usunięte.</target>
7208 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7151
7209 </trans-unit> 7152 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7210 <trans-unit id="6282990098351939529" datatype="html"> 7153 <trans-unit id="6282990098351939529" datatype="html">
7211 <source>Deleted comment</source> 7154 <source>Deleted comment</source>
7212 <target state="translated">Usunięto komentarz</target> 7155 <target state="translated">Usunięto komentarz</target>
7213 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7156
7214 </trans-unit> 7157 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7215 <trans-unit id="9196775343330824083" datatype="html"> 7158 <trans-unit id="9196775343330824083" datatype="html">
7216 <source>Messages with reporter</source> 7159 <source>Messages with reporter</source>
7217 <target state="translated">Wiadomości ze zgłaszającym</target> 7160 <target state="translated">Wiadomości ze zgłaszającym</target>
7218 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7161
7219 </trans-unit> 7162 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7220 <trans-unit id="8770468575924421391" datatype="html"> 7163 <trans-unit id="8770468575924421391" datatype="html">
7221 <source>Messages with moderators</source> 7164 <source>Messages with moderators</source>
7222 <target state="translated">Wiadomości z moderatorami</target> 7165 <target state="translated">Wiadomości z moderatorami</target>
7223 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7166
7224 </trans-unit> 7167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7225 <trans-unit id="8528549800795985099" datatype="html"> 7168 <trans-unit id="8528549800795985099" datatype="html">
7226 <source>Update internal note</source> 7169 <source>Update internal note</source>
7227 <target state="translated">Uaktualnij wewnętrzną notatkę</target> 7170 <target state="translated">Uaktualnij wewnętrzną notatkę</target>
7228 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7171
7229 </trans-unit> 7172 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7230 <trans-unit id="3962242315365992494" datatype="html"> 7173 <trans-unit id="3962242315365992494" datatype="html">
7231 <source>Switch video block to manual</source> 7174 <source>Switch video block to manual</source>
7232 <target state="translated">Przełącz blokowanie filmów na ręczne</target> 7175 <target state="translated">Przełącz blokowanie filmów na ręczne</target>
7233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7176
7234 </trans-unit> 7177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7235 <trans-unit id="6906423861055262169" datatype="html"> 7178 <trans-unit id="6906423861055262169" datatype="html">
7236 <source>Video <x id="PH"/> switched to manual block.</source> 7179 <source>Video <x id="PH"/> switched to manual block.</source>
7237 <target state="new">Video 7180 <target state="translated">Film <x id="PH"/> przełączony na blokowanie ręczne.</target>
7238 <x id="PH"/> switched to manual block. 7181
7239 </target> 7182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group>
7241 </trans-unit>
7242 <trans-unit id="7293356040886494773" datatype="html"> 7183 <trans-unit id="7293356040886494773" datatype="html">
7243 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7184 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7244 <target state="translated">Czy na pewno chcesz odblokować ten film? Pojawi się on ponownie na liście filmów</target> 7185 <target state="translated">Czy na pewno chcesz odblokować ten film? Pojawi się on ponownie na liście filmów.</target>
7245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group> 7186
7246 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group> 7187
7247 </trans-unit> 7188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7248 <trans-unit id="4859202148272511129" datatype="html"> 7189 <trans-unit id="4859202148272511129" datatype="html">
7249 <source>Unblock</source> 7190 <source>Unblock</source>
7250 <target state="translated">Odblokuj</target> 7191 <target state="translated">Odblokuj</target>
7251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group> 7192
7252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group> 7193
7253 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group> 7194
7254 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group> 7195
7255 </trans-unit> 7196 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7256 <trans-unit id="4922469417589203720" datatype="html"> 7197 <trans-unit id="4922469417589203720" datatype="html">
7257 <source>Video <x id="PH"/> unblocked.</source> 7198 <source>Video <x id="PH"/> unblocked.</source>
7258 <target state="translated">Odblokowano film <x id="PH"/>.</target> 7199 <target state="translated">Odblokowano film <x id="PH"/>.</target>
7259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group> 7200
7260 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group> 7201
7261 </trans-unit> 7202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7262 <trans-unit id="6286037250766429054" datatype="html"> 7203 <trans-unit id="6286037250766429054" datatype="html">
7263 <source>yes</source> 7204 <source>yes</source>
7264 <target state="translated">tak</target> 7205 <target state="translated">tak</target>
@@ -7290,9 +7231,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7290 </trans-unit> 7231 </trans-unit>
7291 <trans-unit id="9107383323119159110" datatype="html"> 7232 <trans-unit id="9107383323119159110" datatype="html">
7292 <source>Do you really want to uninstall <x id="PH"/>?</source> 7233 <source>Do you really want to uninstall <x id="PH"/>?</source>
7293 <target state="translated">Czy na pewno chcesz odinstalować 7234 <target state="translated">Czy na pewno chcesz odinstalować <x id="PH"/>?</target>
7294 <x id="PH"/>?
7295 </target>
7296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">110</context></context-group> 7235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">110</context></context-group>
7297 </trans-unit> 7236 </trans-unit>
7298 <trans-unit id="4474510732215437338" datatype="html"> 7237 <trans-unit id="4474510732215437338" datatype="html">
@@ -7309,7 +7248,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7309 </trans-unit> 7248 </trans-unit>
7310 <trans-unit id="7914215986085479339" datatype="html"> 7249 <trans-unit id="7914215986085479339" datatype="html">
7311 <source>This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.</source> 7250 <source>This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.</source>
7312 <target state="new">This is a major plugin upgrade. Please go on the plugin homepage to check potential release notes.</target> 7251 <target state="translated">To ważna aktualizacja tej wtyczki. Sprawdź potencjalną listę zmian na jego stronie domowej.</target>
7313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">134</context></context-group> 7252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">134</context></context-group>
7314 </trans-unit> 7253 </trans-unit>
7315 <trans-unit id="2849750161085431718" datatype="html"> 7254 <trans-unit id="2849750161085431718" datatype="html">
@@ -7351,9 +7290,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7351 </trans-unit> 7290 </trans-unit>
7352 <trans-unit id="2994182849694226596" datatype="html"> 7291 <trans-unit id="2994182849694226596" datatype="html">
7353 <source>Install <x id="PH"/>?</source> 7292 <source>Install <x id="PH"/>?</source>
7354 <target state="translated">Zainstalować 7293 <target state="translated">Zainstalować <x id="PH"/>?</target>
7355 <x id="PH"/>?
7356 </target>
7357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">135</context></context-group> 7294 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">135</context></context-group>
7358 </trans-unit> 7295 </trans-unit>
7359 <trans-unit id="6703720397495603345" datatype="html"> 7296 <trans-unit id="6703720397495603345" datatype="html">
@@ -7406,7 +7343,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7406 </trans-unit> 7343 </trans-unit>
7407 <trans-unit id="722088235348685072" datatype="html"> 7344 <trans-unit id="722088235348685072" datatype="html">
7408 <source>If this is not your correct public IP, please consider fixing it because:</source> 7345 <source>If this is not your correct public IP, please consider fixing it because:</source>
7409 <target state="translated">Jeżeli to nie jest Twój publiczny adres IP, spróbuj naprawić go, ponieważ:</target> 7346 <target state="translated">Jeżeli to nie jest Twój publiczny adres IP, spróbuj go naprawić, ponieważ:</target>
7410 <context-group purpose="location"> 7347 <context-group purpose="location">
7411 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context> 7348 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context>
7412 <context context-type="linenumber">6</context> 7349 <context context-type="linenumber">6</context>
@@ -7422,7 +7359,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7422 </trans-unit> 7359 </trans-unit>
7423 <trans-unit id="565435193934699740" datatype="html"> 7360 <trans-unit id="565435193934699740" datatype="html">
7424 <source>Anti brute force system could be overzealous</source> 7361 <source>Anti brute force system could be overzealous</source>
7425 <target state="new">Anti brute force system could be overzealous</target> 7362 <target state="translated">System przeciwko atakom siłowym może b nadgorliwy</target>
7426 <context-group purpose="location"> 7363 <context-group purpose="location">
7427 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context> 7364 <context context-type="sourcefile">src/app/+admin/system/debug/debug.component.html</context>
7428 <context context-type="linenumber">9</context> 7365 <context context-type="linenumber">9</context>
@@ -7513,7 +7450,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7513 <trans-unit id="1519954996184640001"> 7450 <trans-unit id="1519954996184640001">
7514 <source>Error</source> 7451 <source>Error</source>
7515 <target>Błąd</target> 7452 <target>Błąd</target>
7516 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7453 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group>
7517 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7454 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group>
7518 </trans-unit> 7455 </trans-unit>
7519 <trans-unit id="5076187961693950167" datatype="html"> 7456 <trans-unit id="5076187961693950167" datatype="html">
@@ -7528,11 +7465,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7528 </trans-unit> 7465 </trans-unit>
7529 <trans-unit id="1886888801485703107"> 7466 <trans-unit id="1886888801485703107">
7530 <source>User <x id="PH"/> created.</source> 7467 <source>User <x id="PH"/> created.</source>
7531 <target>Utworzono użytkownika 7468 <target>Utworzono użytkownika <x id="PH"/>.</target>
7532 <x id="PH"/>. 7469 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group>
7533 </target> 7470 </trans-unit>
7534
7535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
7536 <trans-unit id="8286337167859377104" datatype="html"> 7471 <trans-unit id="8286337167859377104" datatype="html">
7537 <source>Create user</source> 7472 <source>Create user</source>
7538 <target state="translated">Utwórz użytkownika</target> 7473 <target state="translated">Utwórz użytkownika</target>
@@ -7550,9 +7485,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7550 </trans-unit> 7485 </trans-unit>
7551 <trans-unit id="5974506725502681113" datatype="html"> 7486 <trans-unit id="5974506725502681113" datatype="html">
7552 <source>Password changed for user <x id="PH"/>.</source> 7487 <source>Password changed for user <x id="PH"/>.</source>
7553 <target state="translated">Zmieniono hasło dla użytkownika 7488 <target state="translated">Zmieniono hasło dla użytkownika <x id="PH"/>.</target>
7554 <x id="PH"/>.
7555 </target>
7556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">40</context></context-group> 7489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">40</context></context-group>
7557 </trans-unit> 7490 </trans-unit>
7558 <trans-unit id="149953821752893163" datatype="html"> 7491 <trans-unit id="149953821752893163" datatype="html">
@@ -7560,16 +7493,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7560 <target state="translated">Zaktualizuj hasło użytkownika</target> 7493 <target state="translated">Zaktualizuj hasło użytkownika</target>
7561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7562 </trans-unit> 7495 </trans-unit>
7563 <trans-unit id="177544274549739411" datatype="html">
7564 <source>Following list</source>
7565 <target state="translated">Lista obserwujących</target>
7566 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7567 </trans-unit>
7568 <trans-unit id="8092429110007204784" datatype="html">
7569 <source>Followers list</source>
7570 <target state="translated">Lista obserwowanych</target>
7571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7572 </trans-unit>
7573 <trans-unit id="780323526182667308" datatype="html"> 7496 <trans-unit id="780323526182667308" datatype="html">
7574 <source>User <x id="PH"/> updated.</source> 7497 <source>User <x id="PH"/> updated.</source>
7575 <target state="translated">Aktualizowano użytkownika <x id="PH"/>.</target> 7498 <target state="translated">Aktualizowano użytkownika <x id="PH"/>.</target>
@@ -7582,9 +7505,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7582 </trans-unit> 7505 </trans-unit>
7583 <trans-unit id="8819563010322372715" datatype="html"> 7506 <trans-unit id="8819563010322372715" datatype="html">
7584 <source>An email asking for password reset has been sent to <x id="PH"/>.</source> 7507 <source>An email asking for password reset has been sent to <x id="PH"/>.</source>
7585 <target state="translated">E-mail pytający o reset hasła został wysłany do 7508 <target state="translated">E-mail pytający o reset hasła został wysłany do <x id="PH"/>.</target>
7586 <x id="PH"/>.
7587 </target>
7588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context><context context-type="linenumber">111</context></context-group> 7509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context><context context-type="linenumber">111</context></context-group>
7589 </trans-unit> 7510 </trans-unit>
7590 <trans-unit id="7483807629538115183" datatype="html"> 7511 <trans-unit id="7483807629538115183" datatype="html">
@@ -7607,16 +7528,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7607 <target state="translated">Federacja</target> 7528 <target state="translated">Federacja</target>
7608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7609 </trans-unit> 7530 </trans-unit>
7610 <trans-unit id="4682675125751819107" datatype="html">
7611 <source>Instances you follow</source>
7612 <target state="translated">Instancje które obserwujesz</target>
7613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7614 </trans-unit>
7615 <trans-unit id="8899833753704589712" datatype="html">
7616 <source>Instances following you</source>
7617 <target state="translated">Instancje które Cię obserwują</target>
7618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7619 </trans-unit>
7620 <trans-unit id="3767259920053407667" datatype="html"> 7531 <trans-unit id="3767259920053407667" datatype="html">
7621 <source>Videos will be deleted, comments will be tombstoned.</source> 7532 <source>Videos will be deleted, comments will be tombstoned.</source>
7622 <target state="translated">Filmy zostaną usunięte, komentarze zostaną porzucone.</target> 7533 <target state="translated">Filmy zostaną usunięte, komentarze zostaną porzucone.</target>
@@ -7648,6 +7559,30 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group> 7559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7649 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group> 7560 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7650 </trans-unit> 7561 </trans-unit>
7562 <trans-unit id="4207916966377787111" datatype="html">
7563 <source>Created</source>
7564 <target state="translated">Utworzone</target>
7565 <context-group purpose="location">
7566 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7567 <context context-type="linenumber">115</context>
7568 </context-group>
7569 </trans-unit>
7570 <trans-unit id="8140268298586972139" datatype="html">
7571 <source>Daily quota</source>
7572 <target state="translated">Dzienny limit</target>
7573 <context-group purpose="location">
7574 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7575 <context context-type="linenumber">120</context>
7576 </context-group>
7577 </trans-unit>
7578 <trans-unit id="7910076708497708162" datatype="html">
7579 <source>Last login</source>
7580 <target state="translated">Ostatnie logowanie</target>
7581 <context-group purpose="location">
7582 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7583 <context context-type="linenumber">122</context>
7584 </context-group>
7585 </trans-unit>
7651 <trans-unit id="3403978719736970622" datatype="html"> 7586 <trans-unit id="3403978719736970622" datatype="html">
7652 <source>You cannot ban root.</source> 7587 <source>You cannot ban root.</source>
7653 <target state="translated">Nie możesz zbanować użytkownika root.</target> 7588 <target state="translated">Nie możesz zbanować użytkownika root.</target>
@@ -7656,9 +7591,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7656 </trans-unit> 7591 </trans-unit>
7657 <trans-unit id="4884272193574287483" datatype="html"> 7592 <trans-unit id="4884272193574287483" datatype="html">
7658 <source>Do you really want to unban <x id="PH"/> users?</source> 7593 <source>Do you really want to unban <x id="PH"/> users?</source>
7659 <target state="translated">Czy na pewno chcesz odbanować 7594 <target state="translated">Czy na pewno chcesz odbanować <x id="PH"/> użytkowników?</target>
7660 <x id="PH"/> użytkowników?
7661 </target>
7662 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">172</context></context-group> 7595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">172</context></context-group>
7663 </trans-unit> 7596 </trans-unit>
7664 <trans-unit id="8712248120167780385" datatype="html"> 7597 <trans-unit id="8712248120167780385" datatype="html">
@@ -7695,17 +7628,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7695 </trans-unit> 7628 </trans-unit>
7696 <trans-unit id="7390990800435887351" datatype="html"> 7629 <trans-unit id="7390990800435887351" datatype="html">
7697 <source>Account <x id="PH"/> unmuted.</source> 7630 <source>Account <x id="PH"/> unmuted.</source>
7698 <target state="translated">Konto 7631 <target state="translated">Konto <x id="PH"/> nie jest już wyciszone.</target>
7699 <x id="PH"/> nie jest już wyciszone.
7700 </target>
7701 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.ts</context><context context-type="linenumber">43</context></context-group> 7632 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.ts</context><context context-type="linenumber">43</context></context-group>
7702 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">129</context></context-group> 7633 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">129</context></context-group>
7703 </trans-unit> 7634 </trans-unit>
7704 <trans-unit id="7246356397085094208" datatype="html"> 7635 <trans-unit id="7246356397085094208" datatype="html">
7705 <source>Instance <x id="PH"/> unmuted.</source> 7636 <source>Instance <x id="PH"/> unmuted.</source>
7706 <target state="translated">Instancja 7637 <target state="translated">Instancja <x id="PH"/> nie jest już wyciszona.</target>
7707 <x id="PH"/> nie jest już wyciszona.
7708 </target>
7709 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.ts</context><context context-type="linenumber">45</context></context-group> 7638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.ts</context><context context-type="linenumber">45</context></context-group>
7710 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">157</context></context-group> 7639 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">157</context></context-group>
7711 </trans-unit> 7640 </trans-unit>
@@ -7956,21 +7885,17 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7956 </trans-unit> 7885 </trans-unit>
7957 <trans-unit id="1137937154872046253"> 7886 <trans-unit id="1137937154872046253">
7958 <source>Video channel <x id="PH"/> created.</source> 7887 <source>Video channel <x id="PH"/> created.</source>
7959 <target>Utworzono kanał wideo 7888 <target>Utworzono kanał wideo <x id="PH"/>.</target>
7960 <x id="PH"/>. 7889 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group>
7961 </target>
7962 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group>
7963 </trans-unit> 7890 </trans-unit>
7964 <trans-unit id="8723777130353305761" datatype="html"> 7891 <trans-unit id="8723777130353305761" datatype="html">
7965 <source>This name already exists on this instance.</source> 7892 <source>This name already exists on this instance.</source>
7966 <target state="translated">Ta nazwa już istnieje na tej instancji.</target> 7893 <target state="translated">Ta nazwa już istnieje na tej instancji.</target>
7967 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 7894 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group>
7968 </trans-unit> 7895 </trans-unit>
7969 <trans-unit id="7589345916094713536"> 7896 <trans-unit id="7589345916094713536">
7970 <source>Video channel <x id="PH"/> updated.</source> 7897 <source>Video channel <x id="PH"/> updated.</source>
7971 <target>Zaktualizowano kanał wideo 7898 <target>Zaktualizowano kanał wideo <x id="PH"/>.</target>
7972 <x id="PH"/>.
7973 </target>
7974 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">92</context></context-group> 7899 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">92</context></context-group>
7975 </trans-unit> 7900 </trans-unit>
7976 <trans-unit id="8407755843502300957" datatype="html"> 7901 <trans-unit id="8407755843502300957" datatype="html">
@@ -7988,18 +7913,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7988 <target state="translated">Usunięto baner.</target> 7913 <target state="translated">Usunięto baner.</target>
7989 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group> 7914 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
7990 </trans-unit> 7915 </trans-unit>
7991 <trans-unit id="2575302837003821736" datatype="html">
7992 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7993 <target state="translated">Wpisz nazwę kanału (
7994 <x id="PH"/>) aby potwierdzić
7995 </target>
7996 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
7997 </trans-unit>
7998 <trans-unit id="624066830180032195"> 7916 <trans-unit id="624066830180032195">
7999 <source>Video channel <x id="PH"/> deleted.</source> 7917 <source>Video channel <x id="PH"/> deleted.</source>
8000 <target>Usunięto kanał wideo 7918 <target>Usunięto kanał wideo <x id="PH"/>.</target>
8001 <x id="PH"/>.
8002 </target>
8003 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">60</context></context-group> 7919 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">60</context></context-group>
8004 </trans-unit> 7920 </trans-unit>
8005 <trans-unit id="6450826648284332649" datatype="html"> 7921 <trans-unit id="6450826648284332649" datatype="html">
@@ -8051,9 +7967,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8051 </trans-unit> 7967 </trans-unit>
8052 <trans-unit id="5032453707232754344" datatype="html"> 7968 <trans-unit id="5032453707232754344" datatype="html">
8053 <source>Playlist <x id="PH"/> created.</source> 7969 <source>Playlist <x id="PH"/> created.</source>
8054 <target state="translated">Utworzono playlistę 7970 <target state="translated">Utworzono playlistę <x id="PH"/>.</target>
8055 <x id="PH"/>.
8056 </target>
8057 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">76</context></context-group> 7971 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">76</context></context-group>
8058 </trans-unit> 7972 </trans-unit>
8059 <trans-unit id="5674286808255988565" datatype="html"> 7973 <trans-unit id="5674286808255988565" datatype="html">
@@ -8087,16 +8001,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8087 </trans-unit> 8001 </trans-unit>
8088 <trans-unit id="1431617394009162547" datatype="html"> 8002 <trans-unit id="1431617394009162547" datatype="html">
8089 <source>Playlist <x id="PH"/> updated.</source> 8003 <source>Playlist <x id="PH"/> updated.</source>
8090 <target state="translated">Zaktualizowano playlistę 8004 <target state="translated">Zaktualizowano playlistę <x id="PH"/>.</target>
8091 <x id="PH"/>.
8092 </target>
8093 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts</context><context context-type="linenumber">97</context></context-group> 8005 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts</context><context context-type="linenumber">97</context></context-group>
8094 </trans-unit> 8006 </trans-unit>
8095 <trans-unit id="2027805873922338635" datatype="html"> 8007 <trans-unit id="2027805873922338635" datatype="html">
8096 <source>Do you really want to delete <x id="PH"/>?</source> 8008 <source>Do you really want to delete <x id="PH"/>?</source>
8097 <target state="translated">Czy na pewno chcesz usunąć playlistę 8009 <target state="translated">Czy na pewno chcesz usunąć playlistę <x id="PH"/>?</target>
8098 <x id="PH"/>?
8099 </target>
8100 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">126</context></context-group> 8010 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">126</context></context-group>
8101 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">34</context></context-group> 8011 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">34</context></context-group>
8102 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">141</context></context-group> 8012 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">141</context></context-group>
@@ -8108,9 +8018,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8108 </trans-unit> 8018 </trans-unit>
8109 <trans-unit id="3380608219513805292" datatype="html"> 8019 <trans-unit id="3380608219513805292" datatype="html">
8110 <source>Playlist <x id="PH"/> deleted.</source> 8020 <source>Playlist <x id="PH"/> deleted.</source>
8111 <target state="translated">Usunięto playlistę 8021 <target state="translated">Usunięto playlistę <x id="PH"/>.</target>
8112 <x id="PH"/>.
8113 </target>
8114 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">135</context></context-group> 8022 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">135</context></context-group>
8115 </trans-unit> 8023 </trans-unit>
8116 <trans-unit id="3058024914967508975"> 8024 <trans-unit id="3058024914967508975">
@@ -8126,9 +8034,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8126 </trans-unit> 8034 </trans-unit>
8127 <trans-unit id="8197117721861453263"> 8035 <trans-unit id="8197117721861453263">
8128 <source>Do you really want to delete <x id="PH"/> videos?</source> 8036 <source>Do you really want to delete <x id="PH"/> videos?</source>
8129 <target>Czy na pewno chcesz usunąć 8037 <target>Czy na pewno chcesz usunąć <x id="PH"/> filmów?</target>
8130 <x id="PH"/> filmów?
8131 </target>
8132 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">114</context></context-group> 8038 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">114</context></context-group>
8133 </trans-unit> 8039 </trans-unit>
8134 <trans-unit id="2728855911908920537"> 8040 <trans-unit id="2728855911908920537">
@@ -8150,9 +8056,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8150 </trans-unit> 8056 </trans-unit>
8151 <trans-unit id="2767660806989176400"> 8057 <trans-unit id="2767660806989176400">
8152 <source>Video <x id="PH"/> deleted.</source> 8058 <source>Video <x id="PH"/> deleted.</source>
8153 <target>Usunięto film 8059 <target>Usunięto film <x id="PH"/>.</target>
8154 <x id="PH"/>.
8155 </target>
8156 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">149</context></context-group> 8060 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">149</context></context-group>
8157 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">214</context></context-group> 8061 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">214</context></context-group>
8158 </trans-unit> 8062 </trans-unit>
@@ -8161,6 +8065,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8161 <target state="translated">Wysłano prośbę o zmianę właściciela.</target> 8065 <target state="translated">Wysłano prośbę o zmianę właściciela.</target>
8162 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8066 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8163 </trans-unit> 8067 </trans-unit>
8068 <trans-unit id="7699622144571229146" datatype="html">
8069 <source>Sort by</source>
8070 <target state="translated">Sortuj po</target>
8071 <context-group purpose="location">
8072 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8073 <context context-type="linenumber">26</context>
8074 </context-group>
8075 </trans-unit>
8164 <trans-unit id="3245220240937722814"> 8076 <trans-unit id="3245220240937722814">
8165 <source>My channels</source> 8077 <source>My channels</source>
8166 <target>Moje kanały</target> 8078 <target>Moje kanały</target>
@@ -8220,13 +8132,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8220 <trans-unit id="6489275254908395777" datatype="html"> 8132 <trans-unit id="6489275254908395777" datatype="html">
8221 <source>Maximize editor</source> 8133 <source>Maximize editor</source>
8222 <target state="translated">Maksymalizuj edytor</target> 8134 <target state="translated">Maksymalizuj edytor</target>
8223 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8135
8224 </trans-unit> 8136 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8225 <trans-unit id="4243591013849340688" datatype="html"> 8137 <trans-unit id="4243591013849340688" datatype="html">
8226 <source>Exit maximized editor</source> 8138 <source>Exit maximized editor</source>
8227 <target state="translated">Opuść zmaksymalizowany edytor</target> 8139 <target state="translated">Opuść zmaksymalizowany edytor</target>
8228 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8140
8229 </trans-unit> 8141 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8230 <trans-unit id="6537885755702623401" datatype="html"> 8142 <trans-unit id="6537885755702623401" datatype="html">
8231 <source>Now please check your emails to verify your account and complete signup.</source> 8143 <source>Now please check your emails to verify your account and complete signup.</source>
8232 <target state="translated">Sprawdź swoje e-maile żeby zweryfikować konto i ukończyć rejestrację.</target> 8144 <target state="translated">Sprawdź swoje e-maile żeby zweryfikować konto i ukończyć rejestrację.</target>
@@ -8234,16 +8146,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8234 </trans-unit> 8146 </trans-unit>
8235 <trans-unit id="2847376451647729886" datatype="html"> 8147 <trans-unit id="2847376451647729886" datatype="html">
8236 <source>You are now logged in as <x id="PH"/>!</source> 8148 <source>You are now logged in as <x id="PH"/>!</source>
8237 <target state="translated">Jesteś zalogowany(-a) jako 8149 <target state="translated">Jesteś zalogowany(-a) jako <x id="PH"/>!</target>
8238 <x id="PH"/>!
8239 </target>
8240 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">138</context></context-group> 8150 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">138</context></context-group>
8241 </trans-unit> 8151 </trans-unit>
8242 <trans-unit id="2687679787442328897" datatype="html"> 8152 <trans-unit id="2687679787442328897" datatype="html">
8243 <source>An email with verification link will be sent to <x id="PH"/>.</source> 8153 <source>An email with verification link will be sent to <x id="PH"/>.</source>
8244 <target state="translated">E-mail z linkiem weryfikacyjnym zostanie wysłany do 8154 <target state="translated">E-mail z linkiem weryfikacyjnym zostanie wysłany do <x id="PH"/>.</target>
8245 <x id="PH"/>.
8246 </target>
8247 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts</context><context context-type="linenumber">39</context></context-group> 8155 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts</context><context context-type="linenumber">39</context></context-group>
8248 </trans-unit> 8156 </trans-unit>
8249 <trans-unit id="4180693983967989981"> 8157 <trans-unit id="4180693983967989981">
@@ -8262,7 +8170,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8262 <target state="translated">Subskrybuj to konto</target> 8170 <target state="translated">Subskrybuj to konto</target>
8263 8171
8264 8172
8265 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8173 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8266 <trans-unit id="3131904093925601441" datatype="html"> 8174 <trans-unit id="3131904093925601441" datatype="html">
8267 <source>PLAYLISTS</source> 8175 <source>PLAYLISTS</source>
8268 <target state="translated">PLAYLISTY</target> 8176 <target state="translated">PLAYLISTY</target>
@@ -8309,33 +8217,33 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8309 <trans-unit id="3779524668013120370" datatype="html"> 8217 <trans-unit id="3779524668013120370" datatype="html">
8310 <source>Go to my subscriptions</source> 8218 <source>Go to my subscriptions</source>
8311 <target state="translated">Przejdź do moich subskrypcji</target> 8219 <target state="translated">Przejdź do moich subskrypcji</target>
8312 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8220 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group>
8313 </trans-unit> 8221 </trans-unit>
8314 <trans-unit id="1136469849928650779" datatype="html"> 8222 <trans-unit id="1136469849928650779" datatype="html">
8315 <source>Go to my videos</source> 8223 <source>Go to my videos</source>
8316 <target state="translated">Przejdź do moich filmów</target> 8224 <target state="translated">Przejdź do moich filmów</target>
8317 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8225 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group>
8318 </trans-unit> 8226 </trans-unit>
8319 <trans-unit id="7836683738999600376" datatype="html"> 8227 <trans-unit id="7836683738999600376" datatype="html">
8320 <source>Go to my imports</source> 8228 <source>Go to my imports</source>
8321 <target state="translated">Przejdź do moich importów</target> 8229 <target state="translated">Przejdź do moich importów</target>
8322 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8230 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group>
8323 </trans-unit> 8231 </trans-unit>
8324 <trans-unit id="7511292153332773503" datatype="html"> 8232 <trans-unit id="7511292153332773503" datatype="html">
8325 <source>Go to my channels</source> 8233 <source>Go to my channels</source>
8326 <target state="translated">Przejdź do moich kanałów</target> 8234 <target state="translated">Przejdź do moich kanałów</target>
8327 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8235 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group>
8328 </trans-unit> 8236 </trans-unit>
8329 <trans-unit id="2013324644839511073" datatype="html"> 8237 <trans-unit id="2013324644839511073" datatype="html">
8330 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8238 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8331Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8239Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8332 <target state="translated">Nie można uzyskać danych uwierzytelniających klienta OAuth: <x id="PH" equiv-text="error.text"/>. Upewnij się, że PeerTube jest prawidłowo skonfigurowane (katalog config/), szczególnie w sekcji „webserver”.</target> 8240 <target state="translated">Nie można uzyskać danych uwierzytelniających klienta OAuth: <x id="PH" equiv-text="error.text"/>. Upewnij się, że PeerTube jest prawidłowo skonfigurowane (katalog config/), szczególnie w sekcji „webserver”.</target>
8333 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8241 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group>
8334 </trans-unit> 8242 </trans-unit>
8335 <trans-unit id="375263728166936544"> 8243 <trans-unit id="375263728166936544">
8336 <source>You need to reconnect.</source> 8244 <source>You need to reconnect.</source>
8337 <target>Musisz połączyć się ponownie.</target> 8245 <target>Musisz połączyć się ponownie.</target>
8338 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8246 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group>
8339 </trans-unit> 8247 </trans-unit>
8340 <trans-unit id="2206638022166154361" datatype="html"> 8248 <trans-unit id="2206638022166154361" datatype="html">
8341 <source>Keyboard Shortcuts:</source> 8249 <source>Keyboard Shortcuts:</source>
@@ -8350,6 +8258,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8350 <context context-type="linenumber">98</context> 8258 <context context-type="linenumber">98</context>
8351 </context-group> 8259 </context-group>
8352 </trans-unit> 8260 </trans-unit>
8261 <trans-unit id="4024404994702813072" datatype="html">
8262 <source>In my library</source>
8263 <target state="translated">W mojej bibliotece</target>
8264 <context-group purpose="location">
8265 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8266 <context context-type="linenumber">104</context>
8267 </context-group>
8268 </trans-unit>
8353 <trans-unit id="232050922346936574" datatype="html"> 8269 <trans-unit id="232050922346936574" datatype="html">
8354 <source>Trending</source> 8270 <source>Trending</source>
8355 <target state="translated">Trendy</target> 8271 <target state="translated">Trendy</target>
@@ -8377,37 +8293,37 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8377 <trans-unit id="1266887509445371246" datatype="html"> 8293 <trans-unit id="1266887509445371246" datatype="html">
8378 <source>Incorrect username or password.</source> 8294 <source>Incorrect username or password.</source>
8379 <target state="translated">Nieprawidłowa nazwa użytkownika lub hasło.</target> 8295 <target state="translated">Nieprawidłowa nazwa użytkownika lub hasło.</target>
8380 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8296 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group>
8381 </trans-unit> 8297 </trans-unit>
8382 <trans-unit id="6974874606619467663" datatype="html"> 8298 <trans-unit id="6974874606619467663" datatype="html">
8383 <source>Your account is blocked.</source> 8299 <source>Your account is blocked.</source>
8384 <target state="translated">Twoje konto jest zablokowane</target> 8300 <target state="translated">Twoje konto jest zablokowane.</target>
8385 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8301 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group>
8386 </trans-unit> 8302 </trans-unit>
8387 <trans-unit id="7939914198003891823" datatype="html"> 8303 <trans-unit id="7939914198003891823" datatype="html">
8388 <source>any language</source> 8304 <source>any language</source>
8389 <target state="translated">jakikolwiek język</target> 8305 <target state="translated">jakikolwiek język</target>
8390 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group> 8306 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group>
8391 </trans-unit> 8307 </trans-unit>
8392 <trans-unit id="5633144232269377096" datatype="html"> 8308 <trans-unit id="5633144232269377096" datatype="html">
8393 <source>hide</source> 8309 <source>hide</source>
8394 <target state="translated">ukryj</target> 8310 <target state="translated">ukryj</target>
8395 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group> 8311 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group>
8396 </trans-unit> 8312 </trans-unit>
8397 <trans-unit id="8603861867909474404" datatype="html"> 8313 <trans-unit id="8603861867909474404" datatype="html">
8398 <source>blur</source> 8314 <source>blur</source>
8399 <target state="translated">rozmazanie</target> 8315 <target state="translated">rozmazanie</target>
8400 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group> 8316 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group>
8401 </trans-unit> 8317 </trans-unit>
8402 <trans-unit id="4534458451100881847" datatype="html"> 8318 <trans-unit id="4534458451100881847" datatype="html">
8403 <source>display</source> 8319 <source>display</source>
8404 <target state="translated">wyświetl</target> 8320 <target state="translated">wyświetl</target>
8405 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group> 8321 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group>
8406 </trans-unit> 8322 </trans-unit>
8407 <trans-unit id="4467323362722952678" datatype="html"> 8323 <trans-unit id="4467323362722952678" datatype="html">
8408 <source>Unknown</source> 8324 <source>Unknown</source>
8409 <target state="translated">Nieznane</target> 8325 <target state="translated">Nieznane</target>
8410 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group> 8326 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group>
8411 </trans-unit> 8327 </trans-unit>
8412 <trans-unit id="8781423666414310853"> 8328 <trans-unit id="8781423666414310853">
8413 <source>Your password has been successfully reset!</source> 8329 <source>Your password has been successfully reset!</source>
@@ -8521,12 +8437,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8521 <trans-unit id="3208627574396957172" datatype="html"> 8437 <trans-unit id="3208627574396957172" datatype="html">
8522 <source>Search index is unavailable. Retrying with instance results instead.</source> 8438 <source>Search index is unavailable. Retrying with instance results instead.</source>
8523 <target state="translated">Indeks wyszukiwania jest niedostępny. Próbuję ponownie z wynikami z instancji.</target> 8439 <target state="translated">Indeks wyszukiwania jest niedostępny. Próbuję ponownie z wynikami z instancji.</target>
8524 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group> 8440
8525 </trans-unit> 8441 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8526 <trans-unit id="307702206382241469" datatype="html"> 8442 <trans-unit id="307702206382241469" datatype="html">
8527 <source>Search error</source> 8443 <source>Search error</source>
8528 <target state="translated">Błąd wyszukiwania</target> 8444 <target state="translated">Błąd wyszukiwania</target>
8529 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group> 8445
8446 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8447 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8448 <context-group purpose="location">
8449 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8450 <context context-type="linenumber">329</context>
8451 </context-group>
8530 </trans-unit> 8452 </trans-unit>
8531 <trans-unit id="4580988005648117665" datatype="html"> 8453 <trans-unit id="4580988005648117665" datatype="html">
8532 <source>Search</source> 8454 <source>Search</source>
@@ -8798,12 +8720,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8798 </trans-unit> 8720 </trans-unit>
8799 <trans-unit id="5832601947705094130" datatype="html"> 8721 <trans-unit id="5832601947705094130" datatype="html">
8800 <source>Concurrency is required.</source> 8722 <source>Concurrency is required.</source>
8801 <target state="new">Concurrency is required.</target> 8723 <target state="translated">Współbieżność jest wymagana.</target>
8802 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">104</context></context-group> 8724 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">104</context></context-group>
8803 </trans-unit> 8725 </trans-unit>
8804 <trans-unit id="4751566092251132371" datatype="html"> 8726 <trans-unit id="4751566092251132371" datatype="html">
8805 <source>Concurrency should be greater or equal to 1.</source> 8727 <source>Concurrency should be greater or equal to 1.</source>
8806 <target state="new">Concurrency should be greater or equal to 1.</target> 8728 <target state="translated">Współbieżność powinna b większa lub równa 1.</target>
8807 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">105</context></context-group> 8729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">105</context></context-group>
8808 </trans-unit> 8730 </trans-unit>
8809 <trans-unit id="75589896034107743" datatype="html"> 8731 <trans-unit id="75589896034107743" datatype="html">
@@ -9689,23 +9611,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9689 </trans-unit> 9611 </trans-unit>
9690 <trans-unit id="2448281151916042849" datatype="html"> 9612 <trans-unit id="2448281151916042849" datatype="html">
9691 <source>User <x id="PH"/> banned.</source> 9613 <source>User <x id="PH"/> banned.</source>
9692 <target state="translated">Zbanowano użytkownika 9614 <target state="translated">Zbanowano użytkownika <x id="PH"/>.</target>
9693 <x id="PH"/>.
9694 </target>
9695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.ts</context><context context-type="linenumber">54</context></context-group> 9615 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.ts</context><context context-type="linenumber">54</context></context-group>
9696 </trans-unit> 9616 </trans-unit>
9697 <trans-unit id="8269144351796756896" datatype="html"> 9617 <trans-unit id="8269144351796756896" datatype="html">
9698 <source>Do you really want to unban <x id="PH"/>?</source> 9618 <source>Do you really want to unban <x id="PH"/>?</source>
9699 <target state="translated">Czy na pewno checz odwołać ban użytkownika 9619 <target state="translated">Czy na pewno checz odwołać ban użytkownika <x id="PH"/>?</target>
9700 <x id="PH"/>?
9701 </target>
9702 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">66</context></context-group> 9620 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">66</context></context-group>
9703 </trans-unit> 9621 </trans-unit>
9704 <trans-unit id="1794219875546376069" datatype="html"> 9622 <trans-unit id="1794219875546376069" datatype="html">
9705 <source>User <x id="PH"/> unbanned.</source> 9623 <source>User <x id="PH"/> unbanned.</source>
9706 <target state="translated">Odbanowano użytkownika 9624 <target state="translated">Odbanowano użytkownika <x id="PH"/>.</target>
9707 <x id="PH"/>.
9708 </target>
9709 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">72</context></context-group> 9625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">72</context></context-group>
9710 </trans-unit> 9626 </trans-unit>
9711 <trans-unit id="4885683604826993045" datatype="html"> 9627 <trans-unit id="4885683604826993045" datatype="html">
@@ -9715,23 +9631,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9715 </trans-unit> 9631 </trans-unit>
9716 <trans-unit id="6301381219225831298"> 9632 <trans-unit id="6301381219225831298">
9717 <source>User <x id="PH"/> deleted.</source> 9633 <source>User <x id="PH"/> deleted.</source>
9718 <target>Usunięto użytkownika 9634 <target>Usunięto użytkownika <x id="PH"/>.</target>
9719 <x id="PH"/>.
9720 </target>
9721 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">92</context></context-group> 9635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">92</context></context-group>
9722 </trans-unit> 9636 </trans-unit>
9723 <trans-unit id="3896582359861826661" datatype="html"> 9637 <trans-unit id="3896582359861826661" datatype="html">
9724 <source>User <x id="PH"/> email set as verified</source> 9638 <source>User <x id="PH"/> email set as verified</source>
9725 <target state="translated">E-mail użytkownika 9639 <target state="translated">E-mail użytkownika <x id="PH"/> ustawiony jako zweryfikowany</target>
9726 <x id="PH"/> ustawiony jako zweryfikowany
9727 </target>
9728 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">103</context></context-group> 9640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">103</context></context-group>
9729 </trans-unit> 9641 </trans-unit>
9730 <trans-unit id="8150022485860412528" datatype="html"> 9642 <trans-unit id="8150022485860412528" datatype="html">
9731 <source>Account <x id="PH"/> muted.</source> 9643 <source>Account <x id="PH"/> muted.</source>
9732 <target state="translated">Wyciszono konto 9644 <target state="translated">Wyciszono konto <x id="PH"/>.</target>
9733 <x id="PH"/>.
9734 </target>
9735 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">115</context></context-group> 9645 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">115</context></context-group>
9736 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">240</context></context-group> 9646 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">240</context></context-group>
9737 </trans-unit> 9647 </trans-unit>
@@ -9747,22 +9657,20 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9747 </trans-unit> 9657 </trans-unit>
9748 <trans-unit id="2558977494773636050" datatype="html"> 9658 <trans-unit id="2558977494773636050" datatype="html">
9749 <source>Account <x id="PH"/> muted by the instance.</source> 9659 <source>Account <x id="PH"/> muted by the instance.</source>
9750 <target state="translated">Wyciszono przez instancję konto 9660 <target state="translated">Wyciszono przez instancję konto <x id="PH"/>.</target>
9751 <x id="PH"/>. 9661
9752 </target> 9662
9753 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group> 9663 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9754 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group>
9755 </trans-unit>
9756 <trans-unit id="1595779426198793580" datatype="html"> 9664 <trans-unit id="1595779426198793580" datatype="html">
9757 <source>Mute server</source> 9665 <source>Mute server</source>
9758 <target state="translated">Wycisz serwer</target> 9666 <target state="translated">Wycisz serwer</target>
9759 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 9667
9760 </trans-unit> 9668 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9761 <trans-unit id="8014491157078444256" datatype="html"> 9669 <trans-unit id="8014491157078444256" datatype="html">
9762 <source>Server <x id="PH"/> muted by the instance.</source> 9670 <source>Server <x id="PH"/> muted by the instance.</source>
9763 <target state="translated">Serwer <x id="PH"/> jest wyciszony przez tę instancję.</target> 9671 <target state="translated">Serwer <x id="PH"/> jest wyciszony przez tę instancję.</target>
9764 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 9672
9765 </trans-unit> 9673 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9766 <trans-unit id="2044813052587776285" datatype="html"> 9674 <trans-unit id="2044813052587776285" datatype="html">
9767 <source>Add a message to communicate with the reporter</source> 9675 <source>Add a message to communicate with the reporter</source>
9768 <target state="translated">Dodaj wiadomość, aby skontaktować się ze zgłaszającym</target> 9676 <target state="translated">Dodaj wiadomość, aby skontaktować się ze zgłaszającym</target>
@@ -9775,23 +9683,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9775 </trans-unit> 9683 </trans-unit>
9776 <trans-unit id="3085641638748358969" datatype="html"> 9684 <trans-unit id="3085641638748358969" datatype="html">
9777 <source>Account <x id="PH"/> unmuted by the instance.</source> 9685 <source>Account <x id="PH"/> unmuted by the instance.</source>
9778 <target state="translated">Anulowano wyciszenie przez instancję konta 9686 <target state="translated">Anulowano wyciszenie przez instancję konta <x id="PH"/>.</target>
9779 <x id="PH"/>.
9780 </target>
9781 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">185</context></context-group> 9687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">185</context></context-group>
9782 </trans-unit> 9688 </trans-unit>
9783 <trans-unit id="4991892477258601737" datatype="html"> 9689 <trans-unit id="4991892477258601737" datatype="html">
9784 <source>Instance <x id="PH"/> muted by the instance.</source> 9690 <source>Instance <x id="PH"/> muted by the instance.</source>
9785 <target state="translated">Wyciszono przez instancję instancję 9691 <target state="translated">Instancja <x id="PH"/> wyciszona przez instancję.</target>
9786 <x id="PH"/>.
9787 </target>
9788 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">199</context></context-group> 9692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">199</context></context-group>
9789 </trans-unit> 9693 </trans-unit>
9790 <trans-unit id="4379430340167561220" datatype="html"> 9694 <trans-unit id="4379430340167561220" datatype="html">
9791 <source>Instance <x id="PH"/> unmuted by the instance.</source> 9695 <source>Instance <x id="PH"/> unmuted by the instance.</source>
9792 <target state="translated">Anulowano wyciszenie przez instancję instancji 9696 <target state="translated">Anulowano wyciszenie przez instancję instancji <x id="PH"/>.</target>
9793 <x id="PH"/>.
9794 </target>
9795 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">213</context></context-group> 9697 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">213</context></context-group>
9796 </trans-unit> 9698 </trans-unit>
9797 <trans-unit id="8173437618471379044" datatype="html"> 9699 <trans-unit id="8173437618471379044" datatype="html">
@@ -9911,7 +9813,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9911 </trans-unit> 9813 </trans-unit>
9912 <trans-unit id="525915681688649453" datatype="html"> 9814 <trans-unit id="525915681688649453" datatype="html">
9913 <source>Hide any content from that instance from you, your instance and its users.</source> 9815 <source>Hide any content from that instance from you, your instance and its users.</source>
9914 <target state="translated">Ukryj treść z tej instancji przed Tobą, Twoją instancją i jej użytkownikami</target> 9816 <target state="translated">Ukryj treść z tej instancji przed Tobą, Twoją instancją i jej użytkownikami.</target>
9915 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">348</context></context-group> 9817 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">348</context></context-group>
9916 </trans-unit> 9818 </trans-unit>
9917 <trans-unit id="5325628963747139770" datatype="html"> 9819 <trans-unit id="5325628963747139770" datatype="html">
@@ -10007,33 +9909,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10007 </trans-unit> 9909 </trans-unit>
10008 <trans-unit id="968295009933361070"> 9910 <trans-unit id="968295009933361070">
10009 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 9911 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
10010 <target>Zbyt wiele prób, spróbuj ponownie za 9912 <target>Zbyt wiele prób, spróbuj ponownie za <x id="PH"/> minut.</target>
10011 <x id="PH"/> minut. 9913 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group>
10012 </target>
10013 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group>
10014 </trans-unit> 9914 </trans-unit>
10015 <trans-unit id="4965472196059235310"> 9915 <trans-unit id="4965472196059235310">
10016 <source>Too many attempts, please try again later.</source> 9916 <source>Too many attempts, please try again later.</source>
10017 <target>Zbyt wiele prób, spróbuj ponownie później.</target> 9917 <target>Zbyt wiele prób, spróbuj ponownie później.</target>
10018 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9918 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group>
10019 </trans-unit> 9919 </trans-unit>
10020 <trans-unit id="1693549688987384699"> 9920 <trans-unit id="1693549688987384699">
10021 <source>Server error. Please retry later.</source> 9921 <source>Server error. Please retry later.</source>
10022 <target>Błąd serwera. Spróbuj ponownie później.</target> 9922 <target>Błąd serwera. Spróbuj ponownie później.</target>
10023 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9923 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group>
10024 </trans-unit> 9924 </trans-unit>
10025 <trans-unit id="5927402622550505067" datatype="html"> 9925 <trans-unit id="5927402622550505067" datatype="html">
10026 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9926 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
10027 <target state="translated">Zasubskrybowano wszystkie kanały użytkownika 9927 <target state="translated">Zasubskrybowano wszystkie kanały użytkownika <x id="PH"/>. Otrzymasz powiadomienia o wszystkich ich filmach.</target>
10028 <x id="PH"/>. Otrzymasz powiadomienia o wszystkich ich filmach.
10029 </target>
10030 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">109</context></context-group> 9928 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">109</context></context-group>
10031 </trans-unit> 9929 </trans-unit>
10032 <trans-unit id="2780460651686172544" datatype="html"> 9930 <trans-unit id="2780460651686172544" datatype="html">
10033 <source>Subscribed to <x id="PH"/>. You will be notified of all their new videos.</source> 9931 <source>Subscribed to <x id="PH"/>. You will be notified of all their new videos.</source>
10034 <target state="translated">Zasubskrybowano kanał 9932 <target state="translated">Zasubskrybowano kanał <x id="PH"/>. Otrzymasz powiadomienia o wszystkich jego filmach.</target>
10035 <x id="PH"/>. Otrzymasz powiadomienia o wszystkich jego filmach.
10036 </target>
10037 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">110</context></context-group> 9933 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">110</context></context-group>
10038 </trans-unit> 9934 </trans-unit>
10039 <trans-unit id="7019115336138470191"> 9935 <trans-unit id="7019115336138470191">
@@ -10099,10 +9995,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10099 </trans-unit> 9995 </trans-unit>
10100 <trans-unit id="1056145626640340519" datatype="html"> 9996 <trans-unit id="1056145626640340519" datatype="html">
10101 <source>Video added in <x id="PH"/> at timestamps <x id="PH_1"/></source> 9997 <source>Video added in <x id="PH"/> at timestamps <x id="PH_1"/></source>
10102 <target state="translated">Dodano film do 9998 <target state="translated">Dodano film do <x id="PH"/> w znacznikach czasu <x id="PH_1"/></target>
10103 <x id="PH"/> w znacznikach czasu
10104 <x id="PH_1"/>
10105 </target>
10106 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">377</context></context-group> 9999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">377</context></context-group>
10107 </trans-unit> 10000 </trans-unit>
10108 <trans-unit id="7754186870520534716" datatype="html"> 10001 <trans-unit id="7754186870520534716" datatype="html">
@@ -10137,29 +10030,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10137 <trans-unit id="2909684945706361544" datatype="html"> 10030 <trans-unit id="2909684945706361544" datatype="html">
10138 <source>Delete video</source> 10031 <source>Delete video</source>
10139 <target state="translated">Usuń film</target> 10032 <target state="translated">Usuń film</target>
10140 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 10033
10141 </trans-unit> 10034 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
10142 <trans-unit id="2210418817778733727" datatype="html"> 10035 <trans-unit id="2210418817778733727" datatype="html">
10143 <source>Actions for the comment</source> 10036 <source>Actions for the comment</source>
10144 <target state="translated">Działania dla tego komentarza</target> 10037 <target state="translated">Działania dla tego komentarza</target>
10145 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 10038
10146 </trans-unit> 10039 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
10147 <trans-unit id="7978668497183230348" datatype="html"> 10040 <trans-unit id="7978668497183230348" datatype="html">
10148 <source>Delete comment</source> 10041 <source>Delete comment</source>
10149 <target state="translated">Usuń komentarz</target> 10042 <target state="translated">Usuń komentarz</target>
10150 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 10043
10151 </trans-unit> 10044 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
10152 <trans-unit id="6747218355168080191" datatype="html"> 10045 <trans-unit id="6747218355168080191" datatype="html">
10153 <source>Do you really want to delete this comment?</source> 10046 <source>Do you really want to delete this comment?</source>
10154 <target state="translated">Czy na pewno chcesz usunąć ten komentarz?</target> 10047 <target state="translated">Czy na pewno chcesz usunąć ten komentarz?</target>
10155 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group> 10048
10156 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group> 10049
10157 </trans-unit> 10050 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
10158 <trans-unit id="7837272126865175984" datatype="html"> 10051 <trans-unit id="7837272126865175984" datatype="html">
10159 <source>Comment deleted.</source> 10052 <source>Comment deleted.</source>
10160 <target state="translated">Usunięto komentarz.</target> 10053 <target state="translated">Usunięto komentarz.</target>
10161 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 10054
10162 </trans-unit> 10055 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
10163 <trans-unit id="346270517625845962" datatype="html"> 10056 <trans-unit id="346270517625845962" datatype="html">
10164 <source>Encoder</source> 10057 <source>Encoder</source>
10165 <target state="translated">Enkoder</target> 10058 <target state="translated">Enkoder</target>
@@ -10201,31 +10094,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10201 <trans-unit id="1472171759957681533"> 10094 <trans-unit id="1472171759957681533">
10202 <source>Video reported.</source> 10095 <source>Video reported.</source>
10203 <target>Zgłoszono film.</target> 10096 <target>Zgłoszono film.</target>
10204 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10097
10205 </trans-unit> 10098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10206 <trans-unit id="3622946684246476652"> 10099 <trans-unit id="3622946684246476652">
10207 <source>Do you really want to delete this video?</source> 10100 <source>Do you really want to delete this video?</source>
10208 <target>Czy na pewno chcesz usunąć ten film?</target> 10101 <target>Czy na pewno chcesz usunąć ten film?</target>
10209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10102
10210 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10103
10211 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10104
10212 </trans-unit> 10105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10213 <trans-unit id="3941342949736653028" datatype="html"> 10106 <trans-unit id="3941342949736653028" datatype="html">
10214 <source>Video deleted.</source> 10107 <source>Video deleted.</source>
10215 <target state="translated">Usunięto film.</target> 10108 <target state="translated">Usunięto film.</target>
10216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10109
10217 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10110
10218 </trans-unit> 10111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10219 <trans-unit id="5072091387445907742" datatype="html"> 10112 <trans-unit id="5072091387445907742" datatype="html">
10220 <source>Actions for the reporter</source> 10113 <source>Actions for the reporter</source>
10221 <target state="translated">Działania dla zgłaszającego</target> 10114 <target state="translated">Działania dla zgłaszającego</target>
10222 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10115
10223 </trans-unit> 10116 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10224 <trans-unit id="6599069899275412095" datatype="html"> 10117 <trans-unit id="6599069899275412095" datatype="html">
10225 <source>Mute reporter</source> 10118 <source>Mute reporter</source>
10226 <target state="translated">Wycisz zgłaszającego</target> 10119 <target state="translated">Wycisz zgłaszającego</target>
10227 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10120
10228 </trans-unit> 10121 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10229 <trans-unit id="2990849907502572301" datatype="html"> 10122 <trans-unit id="2990849907502572301" datatype="html">
10230 <source>This video will be duplicated by your instance.</source> 10123 <source>This video will be duplicated by your instance.</source>
10231 <target state="translated">Ten film zostanie zduplikowany przez twoją instancję.</target> 10124 <target state="translated">Ten film zostanie zduplikowany przez twoją instancję.</target>
@@ -10269,7 +10162,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10269 </trans-unit> 10162 </trans-unit>
10270 <trans-unit id="4503408361537553733" datatype="html"> 10163 <trans-unit id="4503408361537553733" datatype="html">
10271 <source>Mirror</source> 10164 <source>Mirror</source>
10272 <target state="new">Mirror</target> 10165 <target state="translated">Serwer lustrzany</target>
10273 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">302</context></context-group> 10166 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">302</context></context-group>
10274 </trans-unit> 10167 </trans-unit>
10275 <trans-unit id="2631340539474479416" datatype="html"> 10168 <trans-unit id="2631340539474479416" datatype="html">
@@ -10304,9 +10197,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10304 <trans-unit id="4903651219400691248" datatype="html"> 10197 <trans-unit id="4903651219400691248" datatype="html">
10305 <source>Mute account</source> 10198 <source>Mute account</source>
10306 <target state="translated">Wycisz konto</target> 10199 <target state="translated">Wycisz konto</target>
10307 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10200
10308 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10201
10309 </trans-unit> 10202 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10310 <trans-unit id="4021487547497211597" datatype="html"> 10203 <trans-unit id="4021487547497211597" datatype="html">
10311 <source>Open video actions</source> 10204 <source>Open video actions</source>
10312 <target state="translated">Otwórz działania dla filmu</target> 10205 <target state="translated">Otwórz działania dla filmu</target>
@@ -10322,8 +10215,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10322 <trans-unit id="3719503424625455635" datatype="html"> 10215 <trans-unit id="3719503424625455635" datatype="html">
10323 <source>Mute server account</source> 10216 <source>Mute server account</source>
10324 <target state="translated">Wycisz konto serwera</target> 10217 <target state="translated">Wycisz konto serwera</target>
10325 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10218
10326 </trans-unit> 10219 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10327 <trans-unit id="7008439939460403347"> 10220 <trans-unit id="7008439939460403347">
10328 <source>Report</source> 10221 <source>Report</source>
10329 <target>Zgłoś</target> 10222 <target>Zgłoś</target>
@@ -10420,33 +10313,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10420 <trans-unit id="2439066254855913806"> 10313 <trans-unit id="2439066254855913806">
10421 <source>Only I can see this video</source> 10314 <source>Only I can see this video</source>
10422 <target>Tylko ja mogę zobaczyć ten film</target> 10315 <target>Tylko ja mogę zobaczyć ten film</target>
10423 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10316
10424 </trans-unit> 10317 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10425 <trans-unit id="6767380569816110388" datatype="html"> 10318 <trans-unit id="6767380569816110388" datatype="html">
10426 <source>Only shareable via a private link</source> 10319 <source>Only shareable via a private link</source>
10427 <target state="translated">Udostępniane tylko przez prywatny odnośnik</target> 10320 <target state="translated">Udostępniane tylko przez prywatny odnośnik</target>
10428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10321
10429 </trans-unit> 10322 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10430 <trans-unit id="6828965264297239528"> 10323 <trans-unit id="6828965264297239528">
10431 <source>Anyone can see this video</source> 10324 <source>Anyone can see this video</source>
10432 <target>Każdy może zobaczyć ten film</target> 10325 <target>Każdy może zobaczyć ten film</target>
10433 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10326
10434 </trans-unit> 10327 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10435 <trans-unit id="1425933035739773115" datatype="html"> 10328 <trans-unit id="1425933035739773115" datatype="html">
10436 <source>Only users of this instance can see this video</source> 10329 <source>Only users of this instance can see this video</source>
10437 <target state="translated">Tylko użytkownicy tej instancji mogą zobaczyć ten film</target> 10330 <target state="translated">Tylko użytkownicy tej instancji mogą zobaczyć ten film</target>
10438 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10331
10439 </trans-unit> 10332 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10440 <trans-unit id="8312101634344200207" datatype="html"> 10333 <trans-unit id="8312101634344200207" datatype="html">
10441 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10334 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10442 <target state="translated"><x id="PH" equiv-text="this.views"/> oglądających</target> 10335 <target state="translated"><x id="PH" equiv-text="this.views"/> oglądających</target>
10443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group> 10336
10444 </trans-unit> 10337 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10445 <trans-unit id="7756087706411154095" datatype="html"> 10338 <trans-unit id="7756087706411154095" datatype="html">
10446 <source><x id="PH" equiv-text="this.views"/> views</source> 10339 <source><x id="PH" equiv-text="this.views"/> views</source>
10447 <target state="translated"><x id="PH" equiv-text="this.views"/> wyświetleń</target> 10340 <target state="translated"><x id="PH" equiv-text="this.views"/> wyświetleń</target>
10448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group> 10341
10449 </trans-unit> 10342 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10450 <trans-unit id="ngb.alert.close" datatype="html"> 10343 <trans-unit id="ngb.alert.close" datatype="html">
10451 <source>Close</source> 10344 <source>Close</source>
10452 <target state="translated">Zamknij</target> 10345 <target state="translated">Zamknij</target>
@@ -10621,35 +10514,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10621 <trans-unit id="3284171506518522275" datatype="html"> 10514 <trans-unit id="3284171506518522275" datatype="html">
10622 <source>Your video was uploaded to your account and is private.</source> 10515 <source>Your video was uploaded to your account and is private.</source>
10623 <target state="translated">Film został wrzucony na twoje konto i jest prywatny.</target> 10516 <target state="translated">Film został wrzucony na twoje konto i jest prywatny.</target>
10624 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group> 10517
10625 </trans-unit> 10518 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10626 <trans-unit id="5699822024600815733"> 10519 <trans-unit id="5699822024600815733">
10627 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10520 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10628 <target>Powiązane dane (tagi, opis…) zostaną utracone, czy na pewno chcesz opuścić tą stronę?</target> 10521 <target>Powiązane dane (tagi, opis…) zostaną utracone, czy na pewno chcesz opuścić tą stronę?</target>
10629 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group> 10522
10630 </trans-unit> 10523 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10631 <trans-unit id="1219739004043110649"> 10524 <trans-unit id="1219739004043110649">
10632 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10525 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10633 <target>Twój film nie został jeszcze wysłany, czy na pewno chcesz opuścić tą stronę?</target> 10526 <target>Twój film nie został jeszcze wysłany, czy na pewno chcesz opuścić tą stronę?</target>
10634 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group> 10527
10635 </trans-unit> 10528 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10636 <trans-unit id="6932865105766151309" datatype="html"> 10529 <trans-unit id="6932865105766151309" datatype="html">
10637 <source>Upload</source> 10530 <source>Upload</source>
10638 <target state="translated">Wyślij</target> 10531 <target state="translated">Wyślij</target>
10639 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group> 10532
10640 </trans-unit> 10533 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10641 <trans-unit id="8278735427925094503" datatype="html"> 10534 <trans-unit id="8278735427925094503" datatype="html">
10642 <source>Upload <x id="PH"/> </source> 10535 <source>Upload <x id="PH"/> </source>
10643 <target state="translated">Wrzuć 10536 <target state="translated">Wrzuć
10644 <x id="PH"/> 10537 <x id="PH"/>
10645 </target> 10538 </target>
10646 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group> 10539
10647 </trans-unit> 10540 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10648 <trans-unit id="5981816353437801748"> 10541 <trans-unit id="5981816353437801748">
10649 <source>Video published.</source> 10542 <source>Video published.</source>
10650 <target>Opublikowano film.</target> 10543 <target>Opublikowano film.</target>
10651 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group> 10544
10652 </trans-unit> 10545 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10653 <trans-unit id="764164089183618119" datatype="html"> 10546 <trans-unit id="764164089183618119" datatype="html">
10654 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10547 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10655 <target state="translated">Masz niezapisane zmiany! Jeżeli zamkniesz to okno, twoje zmiany zostaną stracone.</target> 10548 <target state="translated">Masz niezapisane zmiany! Jeżeli zamkniesz to okno, twoje zmiany zostaną stracone.</target>
@@ -10716,27 +10609,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10716 <trans-unit id="961774488937452220" datatype="html"> 10609 <trans-unit id="961774488937452220" datatype="html">
10717 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10610 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10718 <target state="translated">Ten film nie jest dostępny na tej instancji. Czy chcesz zostać przekierowany(-a) na instancję źródłową: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10611 <target state="translated">Ten film nie jest dostępny na tej instancji. Czy chcesz zostać przekierowany(-a) na instancję źródłową: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10719 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group> 10612 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group>
10720 </trans-unit> 10613 </trans-unit>
10721 <trans-unit id="5761611056224181752" datatype="html"> 10614 <trans-unit id="5761611056224181752" datatype="html">
10722 <source>Redirection</source> 10615 <source>Redirection</source>
10723 <target state="translated">Przekierowanie</target> 10616 <target state="translated">Przekierowanie</target>
10724 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group> 10617 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group>
10725 </trans-unit> 10618 </trans-unit>
10726 <trans-unit id="8858527736400081688"> 10619 <trans-unit id="8858527736400081688">
10727 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10620 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10728 <target>Ten film zawiera treści wulgarne lub przeznaczone dla dorosłych. Czy na pewno chcesz go obejrzeć?</target> 10621 <target>Ten film zawiera treści wulgarne lub przeznaczone dla dorosłych. Czy na pewno chcesz go obejrzeć?</target>
10729 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group> 10622 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group>
10730 </trans-unit> 10623 </trans-unit>
10731 <trans-unit id="3937119019020041049"> 10624 <trans-unit id="3937119019020041049">
10732 <source>Mature or explicit content</source> 10625 <source>Mature or explicit content</source>
10733 <target>Zawartość wulgarna lub dla dorosłych</target> 10626 <target>Zawartość wulgarna lub dla dorosłych</target>
10734 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group> 10627 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group>
10735 </trans-unit> 10628 </trans-unit>
10736 <trans-unit id="1755474755114288376" datatype="html"> 10629 <trans-unit id="1755474755114288376" datatype="html">
10737 <source>Up Next</source> 10630 <source>Up Next</source>
10738 <target state="translated">Następnie</target> 10631 <target state="translated">Następnie</target>
10739 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group> 10632 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group>
10740 </trans-unit> 10633 </trans-unit>
10741 <trans-unit id="2159130950882492111" datatype="html"> 10634 <trans-unit id="2159130950882492111" datatype="html">
10742 <source>Cancel</source> 10635 <source>Cancel</source>
@@ -10746,63 +10639,63 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10746 <trans-unit id="3354816756665089864" datatype="html"> 10639 <trans-unit id="3354816756665089864" datatype="html">
10747 <source>Autoplay is suspended</source> 10640 <source>Autoplay is suspended</source>
10748 <target state="translated">Automatyczne odtwarzanie jest zatrzymane</target> 10641 <target state="translated">Automatyczne odtwarzanie jest zatrzymane</target>
10749 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group> 10642 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group>
10750 </trans-unit> 10643 </trans-unit>
10751 <trans-unit id="7895294730547405228" datatype="html"> 10644 <trans-unit id="7895294730547405228" datatype="html">
10752 <source>Enter/exit fullscreen (requires player focus)</source> 10645 <source>Enter/exit fullscreen (requires player focus)</source>
10753 <target state="translated">Włącz/wyłącz tryb pełnoekranowy (kiedy zaznaczony jest odtwarzacz)</target> 10646 <target state="translated">Włącz/wyłącz tryb pełnoekranowy (kiedy zaznaczony jest odtwarzacz)</target>
10754 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group> 10647
10755 </trans-unit> 10648 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10756 <trans-unit id="7618388257165864759" datatype="html"> 10649 <trans-unit id="7618388257165864759" datatype="html">
10757 <source>Play/Pause the video (requires player focus)</source> 10650 <source>Play/Pause the video (requires player focus)</source>
10758 <target state="translated">Odtwarzaj/spauzuj film (kiedy zaznaczony jest odtwarzacz)</target> 10651 <target state="translated">Odtwarzaj/spauzuj film (kiedy zaznaczony jest odtwarzacz)</target>
10759 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group> 10652
10760 </trans-unit> 10653 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10761 <trans-unit id="7761890399634216630" datatype="html"> 10654 <trans-unit id="7761890399634216630" datatype="html">
10762 <source>Mute/unmute the video (requires player focus)</source> 10655 <source>Mute/unmute the video (requires player focus)</source>
10763 <target state="translated">Wycisz/wyłącz wyciszenie filmu (kiedy zaznaczony jest odtwarzacz)</target> 10656 <target state="translated">Wycisz/wyłącz wyciszenie filmu (kiedy zaznaczony jest odtwarzacz)</target>
10764 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group> 10657
10765 </trans-unit> 10658 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10766 <trans-unit id="5996585232248234904" datatype="html"> 10659 <trans-unit id="5996585232248234904" datatype="html">
10767 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10660 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10768 <target state="translated">Przeskocz do procentowej części filmu: 0 to 0% i 9 to 90% (kiedy zaznaczony jest odtwarzacz)</target> 10661 <target state="translated">Przeskocz do procentowej części filmu: 0 to 0% i 9 to 90% (kiedy zaznaczony jest odtwarzacz)</target>
10769 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group> 10662
10770 </trans-unit> 10663 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10771 <trans-unit id="3748765405903319998" datatype="html"> 10664 <trans-unit id="3748765405903319998" datatype="html">
10772 <source>Increase the volume (requires player focus)</source> 10665 <source>Increase the volume (requires player focus)</source>
10773 <target state="translated">Zwiększ głośność (kiedy zaznaczony jest odtwarzacz)</target> 10666 <target state="translated">Zwiększ głośność (kiedy zaznaczony jest odtwarzacz)</target>
10774 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group> 10667
10775 </trans-unit> 10668 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10776 <trans-unit id="5810704036407159982" datatype="html"> 10669 <trans-unit id="5810704036407159982" datatype="html">
10777 <source>Decrease the volume (requires player focus)</source> 10670 <source>Decrease the volume (requires player focus)</source>
10778 <target state="translated">Zmniejsz głośność (kiedy zaznaczony jest odtwarzacz)</target> 10671 <target state="translated">Zmniejsz głośność (kiedy zaznaczony jest odtwarzacz)</target>
10779 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group> 10672
10780 </trans-unit> 10673 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10781 <trans-unit id="2622048822548065691" datatype="html"> 10674 <trans-unit id="2622048822548065691" datatype="html">
10782 <source>Seek the video forward (requires player focus)</source> 10675 <source>Seek the video forward (requires player focus)</source>
10783 <target state="translated">Przeskocz dalej w filmie (kiedy zaznaczony jest odtwarzacz)</target> 10676 <target state="translated">Przeskocz dalej w filmie (kiedy zaznaczony jest odtwarzacz)</target>
10784 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group> 10677
10785 </trans-unit> 10678 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10786 <trans-unit id="6540078205109221153" datatype="html"> 10679 <trans-unit id="6540078205109221153" datatype="html">
10787 <source>Seek the video backward (requires player focus)</source> 10680 <source>Seek the video backward (requires player focus)</source>
10788 <target state="translated">Przeskocz do tyłu w filmie (kiedy zaznaczony jest odtwarzacz)</target> 10681 <target state="translated">Przeskocz do tyłu w filmie (kiedy zaznaczony jest odtwarzacz)</target>
10789 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group> 10682
10790 </trans-unit> 10683 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10791 <trans-unit id="1956491957766210808" datatype="html"> 10684 <trans-unit id="1956491957766210808" datatype="html">
10792 <source>Increase playback rate (requires player focus)</source> 10685 <source>Increase playback rate (requires player focus)</source>
10793 <target state="translated">Przyspiesz odtwarzanie (kiedy zaznaczony jest odtwarzacz)</target> 10686 <target state="translated">Przyspiesz odtwarzanie (kiedy zaznaczony jest odtwarzacz)</target>
10794 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group> 10687
10795 </trans-unit> 10688 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10796 <trans-unit id="5495529997674803186" datatype="html"> 10689 <trans-unit id="5495529997674803186" datatype="html">
10797 <source>Decrease playback rate (requires player focus)</source> 10690 <source>Decrease playback rate (requires player focus)</source>
10798 <target state="translated">Zwolnij odtwarzanie (kiedy zaznaczony jest odtwarzacz)</target> 10691 <target state="translated">Zwolnij odtwarzanie (kiedy zaznaczony jest odtwarzacz)</target>
10799 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group> 10692
10800 </trans-unit> 10693 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10801 <trans-unit id="3178343147230721210" datatype="html"> 10694 <trans-unit id="3178343147230721210" datatype="html">
10802 <source>Navigate in the video frame by frame (requires player focus)</source> 10695 <source>Navigate in the video frame by frame (requires player focus)</source>
10803 <target state="translated">Przeglądaj film klatka po klatce (kiedy zaznaczony jest odtwarzacz)</target> 10696 <target state="translated">Przeglądaj film klatka po klatce (kiedy zaznaczony jest odtwarzacz)</target>
10804 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group> 10697
10805 </trans-unit> 10698 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10806 <trans-unit id="8025996572234182184" datatype="html"> 10699 <trans-unit id="8025996572234182184" datatype="html">
10807 <source>Like the video</source> 10700 <source>Like the video</source>
10808 <target state="translated">Zaznacz "Lubię to"</target> 10701 <target state="translated">Zaznacz "Lubię to"</target>
diff --git a/client/src/locale/angular.pt-BR.xlf b/client/src/locale/angular.pt-BR.xlf
index da2526596..7209f0ff1 100644
--- a/client/src/locale/angular.pt-BR.xlf
+++ b/client/src/locale/angular.pt-BR.xlf
@@ -5,13 +5,13 @@
5 <trans-unit id="219462505467671767" datatype="html"> 5 <trans-unit id="219462505467671767" datatype="html">
6 <source>Close the left menu</source> 6 <source>Close the left menu</source>
7 <target state="translated">Fechar o menu esquerdo</target> 7 <target state="translated">Fechar o menu esquerdo</target>
8 8 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">118</context></context-group>
9 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit> 9 </trans-unit>
10 <trans-unit id="3455550526898419928" datatype="html"> 10 <trans-unit id="3455550526898419928" datatype="html">
11 <source>Open the left menu</source> 11 <source>Open the left menu</source>
12 <target state="translated">Abrir o menu esquerdo</target> 12 <target state="translated">Abrir o menu esquerdo</target>
13 13 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">120</context></context-group>
14 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit> 14 </trans-unit>
15 <trans-unit id="9075761896562520962"> 15 <trans-unit id="9075761896562520962">
16 <source>You don't have notifications.</source> 16 <source>You don't have notifications.</source>
17 <target>Você não possui notificações.</target> 17 <target>Você não possui notificações.</target>
@@ -44,57 +44,27 @@
44 </trans-unit> 44 </trans-unit>
45 <trans-unit id="3487882822536102372" datatype="html"> 45 <trans-unit id="3487882822536102372" datatype="html">
46 <source><x id="START_LINK"/>A new comment abuse<x id="CLOSE_LINK"/> has been created on video <x id="START_LINK_1"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/></source> 46 <source><x id="START_LINK"/>A new comment abuse<x id="CLOSE_LINK"/> has been created on video <x id="START_LINK_1"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/></source>
47 <target state="new"> 47 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Um novo comentário de abuso <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> foi criado no vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.abuse.comment.video.name }}"/> <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
48 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new comment abuse
49 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video
50 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>
51 <x id="INTERPOLATION" equiv-text="{{ notification.abuse.comment.video.name }}"/>
52 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
53 </target>
54 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">53</context></context-group> 48 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">53</context></context-group>
55 </trans-unit> 49 </trans-unit>
56 <trans-unit id="7885094785640544496" datatype="html"> 50 <trans-unit id="7885094785640544496" datatype="html">
57 <source><x id="START_LINK"/>A new account abuse<x id="CLOSE_LINK"/> has been created on account <x id="START_LINK_1"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/></source> 51 <source><x id="START_LINK"/>A new account abuse<x id="CLOSE_LINK"/> has been created on account <x id="START_LINK_1"/><x id="INTERPOLATION"/><x id="CLOSE_LINK"/></source>
58 <target state="new"> 52 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Uma nova conta de abuso <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> foi criada na conta <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.abuse.account.displayName }}"/> <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
59 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new account abuse
60 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on account
61 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>
62 <x id="INTERPOLATION" equiv-text="{{ notification.abuse.account.displayName }}"/>
63 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
64 </target>
65 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">57</context></context-group> 53 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">57</context></context-group>
66 </trans-unit> 54 </trans-unit>
67 <trans-unit id="2008776855594205860" datatype="html"> 55 <trans-unit id="2008776855594205860" datatype="html">
68 <source><x id="START_LINK"/>A new abuse<x id="CLOSE_LINK"/> has been created </source> 56 <source><x id="START_LINK"/>A new abuse<x id="CLOSE_LINK"/> has been created </source>
69 <target state="new"> 57 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Um novo abuso <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> foi criado </target>
70 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new abuse
71 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created
72
73 </target>
74 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">62</context></context-group> 58 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">62</context></context-group>
75 </trans-unit> 59 </trans-unit>
76 <trans-unit id="8816959058080937679" datatype="html"> 60 <trans-unit id="8816959058080937679" datatype="html">
77 <source><x id="START_LINK"/>Your abuse <x id="INTERPOLATION"/><x id="CLOSE_LINK"/> has been <x id="START_TAG_NG_CONTAINER"/>accepted<x id="CLOSE_TAG_NG_CONTAINER"/><x id="START_TAG_NG_CONTAINER_1"/>rejected<x id="CLOSE_TAG_NG_CONTAINER"/></source> 61 <source><x id="START_LINK"/>Your abuse <x id="INTERPOLATION"/><x id="CLOSE_LINK"/> has been <x id="START_TAG_NG_CONTAINER"/>accepted<x id="CLOSE_TAG_NG_CONTAINER"/><x id="START_TAG_NG_CONTAINER_1"/>rejected<x id="CLOSE_TAG_NG_CONTAINER"/></source>
78 <target state="new"> 62 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Seu abuso <x id="INTERPOLATION" equiv-text="{{ notification.abuse.id }}"/> <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> foi <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>aceito<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>"/>rejeitado<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/></target>
79 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your abuse
80 <x id="INTERPOLATION" equiv-text="{{ notification.abuse.id }}"/>
81 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been
82
83 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>accepted
84 <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
85 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>rejected
86 <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
87 </target>
88 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">70</context></context-group> 63 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">70</context></context-group>
89 </trans-unit> 64 </trans-unit>
90 <trans-unit id="6464941273929604379" datatype="html"> 65 <trans-unit id="6464941273929604379" datatype="html">
91 <source><x id="START_LINK"/>Abuse <x id="INTERPOLATION"/><x id="CLOSE_LINK"/> has a new message </source> 66 <source><x id="START_LINK"/>Abuse <x id="INTERPOLATION"/><x id="CLOSE_LINK"/> has a new message </source>
92 <target state="new"> 67 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Abuso <x id="INTERPOLATION" equiv-text="{{ notification.abuse.id }}"/> <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> tem uma nova mensagem </target>
93 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Abuse
94 <x id="INTERPOLATION" equiv-text="{{ notification.abuse.id }}"/>
95 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has a new message
96
97 </target>
98 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">80</context></context-group> 68 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context><context context-type="linenumber">80</context></context-group>
99 </trans-unit> 69 </trans-unit>
100 <trans-unit id="420488506127153204" datatype="html"> 70 <trans-unit id="420488506127153204" datatype="html">
@@ -172,7 +142,7 @@
172 </trans-unit> 142 </trans-unit>
173 <trans-unit id="5504059606863599420" datatype="html"> 143 <trans-unit id="5504059606863599420" datatype="html">
174 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.accountUrl&quot;>"/><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" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.commentUrl&quot;>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source> 144 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.accountUrl&quot;>"/><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" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.commentUrl&quot;>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
175 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.accountUrl&quot;>"/><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" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.commentUrl&quot;>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target> 145 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.accountUrl&quot;>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mencionou você no <x id="START_LINK_1" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.commentUrl&quot;>"/>vídeo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
176 <context-group purpose="location"> 146 <context-group purpose="location">
177 <context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context> 147 <context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context>
178 <context context-type="linenumber">164</context> 148 <context context-type="linenumber">164</context>
@@ -200,7 +170,7 @@
200 </trans-unit> 170 </trans-unit>
201 <trans-unit id="363592786729553688" datatype="html"> 171 <trans-unit id="363592786729553688" datatype="html">
202 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.pluginUrl&quot; [queryParams]=&quot;notification.pluginQueryParams&quot;>"/>A new version of the plugin/theme <x id="INTERPOLATION" equiv-text="{{ notification.plugin.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is available: <x id="INTERPOLATION_1" equiv-text="{{ notification.plugin.latestVersion }}"/> </source> 172 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.pluginUrl&quot; [queryParams]=&quot;notification.pluginQueryParams&quot;>"/>A new version of the plugin/theme <x id="INTERPOLATION" equiv-text="{{ notification.plugin.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is available: <x id="INTERPOLATION_1" equiv-text="{{ notification.plugin.latestVersion }}"/> </source>
203 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.pluginUrl&quot; [queryParams]=&quot;notification.pluginQueryParams&quot;>"/>A new version of the plugin/theme <x id="INTERPOLATION" equiv-text="{{ notification.plugin.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is available: <x id="INTERPOLATION_1" equiv-text="{{ notification.plugin.latestVersion }}"/> </target> 173 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [routerLink]=&quot;notification.pluginUrl&quot; [queryParams]=&quot;notification.pluginQueryParams&quot;>"/>Uma nova versão do plugin/tema<x id="INTERPOLATION" equiv-text="{{ notification.plugin.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> está disponível: <x id="INTERPOLATION_1" equiv-text="{{ notification.plugin.latestVersion }}"/> </target>
204 <context-group purpose="location"> 174 <context-group purpose="location">
205 <context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context> 175 <context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context>
206 <context context-type="linenumber">198,199</context> 176 <context context-type="linenumber">198,199</context>
@@ -208,7 +178,7 @@
208 </trans-unit> 178 </trans-unit>
209 <trans-unit id="5055099158245592648" datatype="html"> 179 <trans-unit id="5055099158245592648" datatype="html">
210 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [href]=&quot;notification.peertubeVersionLink&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferer&quot;>"/>A new version of PeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is available: <x id="INTERPOLATION" equiv-text="{{ notification.peertube.latestVersion }}"/> </source> 180 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [href]=&quot;notification.peertubeVersionLink&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferer&quot;>"/>A new version of PeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is available: <x id="INTERPOLATION" equiv-text="{{ notification.peertube.latestVersion }}"/> </source>
211 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [href]=&quot;notification.peertubeVersionLink&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferer&quot;>"/>A new version of PeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is available: <x id="INTERPOLATION" equiv-text="{{ notification.peertube.latestVersion }}"/> </target> 181 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;markAsRead(notification)&quot; [href]=&quot;notification.peertubeVersionLink&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferer&quot;>"/>Uma nova versão do PeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> esta disponível: <x id="INTERPOLATION" equiv-text="{{ notification.peertube.latestVersion }}"/> </target>
212 <context-group purpose="location"> 182 <context-group purpose="location">
213 <context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context> 183 <context context-type="sourcefile">src/app/shared/shared-main/users/user-notifications.component.html</context>
214 <context context-type="linenumber">206,207</context> 184 <context context-type="linenumber">206,207</context>
@@ -226,25 +196,24 @@
226 </trans-unit> 196 </trans-unit>
227 <trans-unit id="8411430224810427392" datatype="html"> 197 <trans-unit id="8411430224810427392" datatype="html">
228 <source>Remove avatar</source> 198 <source>Remove avatar</source>
229 <target state="new">Remove avatar</target> 199 <target state="translated">Remover avatar</target>
230 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">40</context></context-group> 200 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">40</context></context-group>
231 </trans-unit> 201 </trans-unit>
232 <trans-unit id="187187500641108332" datatype="html"> 202 <trans-unit id="187187500641108332" datatype="html">
233 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source> 203 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source>
234 <target state="new"> 204 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target>
235 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 205 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group>
236 </target> 206 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group>
237 207 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group>
238 208 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group>
239 209 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group>
240 210 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group>
241 211 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group>
242 212 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group>
243 213 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group>
244 214 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group>
245 215 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group>
246 216 </trans-unit>
247 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
248 <trans-unit id="1486537403020619891" datatype="html"> 217 <trans-unit id="1486537403020619891" datatype="html">
249 <source>My watch history</source> 218 <source>My watch history</source>
250 <target state="new">My watch history</target> 219 <target state="new">My watch history</target>
@@ -259,8 +228,8 @@
259 <trans-unit id="8432562579042371182" datatype="html"> 228 <trans-unit id="8432562579042371182" datatype="html">
260 <source>Options</source> 229 <source>Options</source>
261 <target state="translated">Opções</target> 230 <target state="translated">Opções</target>
262 231 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">40</context></context-group>
263 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit> 232 </trans-unit>
264 <trans-unit id="1394835141143590910" datatype="html"> 233 <trans-unit id="1394835141143590910" datatype="html">
265 <source>Start at</source> 234 <source>Start at</source>
266 <target state="translated">Começa em</target> 235 <target state="translated">Começa em</target>
@@ -315,7 +284,7 @@
315 <target>Criar</target> 284 <target>Criar</target>
316 <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> 285 <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>
317 <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> 286 <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>
318 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 287 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group>
319 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 288 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
320 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 289 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group>
@@ -328,16 +297,15 @@
328 <target state="translated">vídeo</target> 297 <target state="translated">vídeo</target>
329 298
330 299
331 300 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
332 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
333 <trans-unit id="6438815964972582865" datatype="html"> 301 <trans-unit id="6438815964972582865" datatype="html">
334 <source>The following link contains a private token and should not be shared with anyone.</source> 302 <source>The following link contains a private token and should not be shared with anyone.</source>
335 <target state="new"> The following link contains a private token and should not be shared with anyone. </target> 303 <target state="translated">Os seguintes links contêm um token privado e não deverá ser compartilhado com ninguém.</target>
336 304 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group>
337 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 305 </trans-unit>
338 <trans-unit id="187187500641108332" datatype="html"> 306 <trans-unit id="187187500641108332" datatype="html">
339 <source><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></source> 307 <source><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></source>
340 <target state="new"><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></target> 308 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ file.resolution.label }}"/></target>
341 <context-group purpose="location"> 309 <context-group purpose="location">
342 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context> 310 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context>
343 <context context-type="linenumber">39</context> 311 <context context-type="linenumber">39</context>
@@ -346,53 +314,50 @@
346 <trans-unit id="5235042777215655908" datatype="html"> 314 <trans-unit id="5235042777215655908" datatype="html">
347 <source>subtitles</source> 315 <source>subtitles</source>
348 <target state="translated">legendas</target> 316 <target state="translated">legendas</target>
349 317 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">56</context></context-group>
350 318 </trans-unit>
351 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">56</context></context-group></trans-unit>
352 <trans-unit id="7513076467032912668" datatype="html"> 319 <trans-unit id="7513076467032912668" datatype="html">
353 <source>Format</source> 320 <source>Format</source>
354 <target state="translated">Formato</target> 321 <target state="translated">Formato</target>
355 322 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">74</context></context-group>
356 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 323 </trans-unit>
357 <trans-unit id="187187500641108332" datatype="html"> 324 <trans-unit id="187187500641108332" datatype="html">
358 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/> </source> 325 <source><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/> </source>
359 <target state="new"> 326 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/> </target>
360 <x id="INTERPOLATION" equiv-text="{{ item.value.label }}"/>
361 </target>
362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">65</context></context-group> 327 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">65</context></context-group>
363 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">76</context></context-group> 328 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">76</context></context-group>
364 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">88</context></context-group> 329 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">88</context></context-group>
365 </trans-unit> 330 </trans-unit>
366 <trans-unit id="7385834259346199883" datatype="html"> 331 <trans-unit id="7385834259346199883" datatype="html">
367 <source>Video stream</source> 332 <source>Video stream</source>
368 <target state="new">Video stream</target> 333 <target state="translated">Stream de video</target>
369 334 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">85</context></context-group>
370 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 335 </trans-unit>
371 <trans-unit id="5496771215105419189" datatype="html"> 336 <trans-unit id="5496771215105419189" datatype="html">
372 <source>Audio stream</source> 337 <source>Audio stream</source>
373 <target state="new">Audio stream</target> 338 <target state="translated">Stream de Áudio</target>
374 339 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">97</context></context-group>
375 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">97</context></context-group></trans-unit> 340 </trans-unit>
376 <trans-unit id="6316149158173629264"> 341 <trans-unit id="6316149158173629264">
377 <source>Direct download</source> 342 <source>Direct download</source>
378 <target>Download direto</target> 343 <target>Download direto</target>
379 344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">116</context></context-group>
380 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">116</context></context-group></trans-unit> 345 </trans-unit>
381 <trans-unit id="5910455707959454672"> 346 <trans-unit id="5910455707959454672">
382 <source>Torrent (.torrent file)</source> 347 <source>Torrent (.torrent file)</source>
383 <target>Torrent (arquivo .torrent)</target> 348 <target>Torrent (arquivo .torrent)</target>
384 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">121</context></context-group>
385 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit> 350 </trans-unit>
386 <trans-unit id="5830517253429165613" datatype="html"> 351 <trans-unit id="5830517253429165613" datatype="html">
387 <source>Advanced</source> 352 <source>Advanced</source>
388 <target state="new"> Advanced </target> 353 <target state="translated">Avançado</target>
389 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">135</context></context-group>
390 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">135</context></context-group></trans-unit> 355 </trans-unit>
391 <trans-unit id="4493457595110310369" datatype="html"> 356 <trans-unit id="4493457595110310369" datatype="html">
392 <source>Simple</source> 357 <source>Simple</source>
393 <target state="new"> Simple </target> 358 <target state="translated">Simples</target>
394 359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">143</context></context-group>
395 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">143</context></context-group></trans-unit> 360 </trans-unit>
396 <trans-unit id="1006562256968398209" datatype="html"> 361 <trans-unit id="1006562256968398209" datatype="html">
397 <source>video</source> 362 <source>video</source>
398 <target state="translated">vídeo</target> 363 <target state="translated">vídeo</target>
@@ -401,14 +366,14 @@
401 </trans-unit> 366 </trans-unit>
402 <trans-unit id="6995024616159044376" datatype="html"> 367 <trans-unit id="6995024616159044376" datatype="html">
403 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 368 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
404 <target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 369 <target state="translated">Sua cota de vídeo foi excedida com este vídeo (tamanho do vídeo: <x id="PH" equiv-text="videoSizeBytes"/>, usado: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
405 370
406 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit> 371 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
407 <trans-unit id="7873395933409147217" datatype="html"> 372 <trans-unit id="7873395933409147217" datatype="html">
408 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 373 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
409 <target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 374 <target state="translated">Sua cota diária de vídeo foi excedida com este vídeo (tamanho do vídeo: <x id="PH" equiv-text="videoSizeBytes"/>, usado: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
410 375
411 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit> 376 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
412 <trans-unit id="5235042777215655908" datatype="html"> 377 <trans-unit id="5235042777215655908" datatype="html">
413 <source>subtitles</source> 378 <source>subtitles</source>
414 <target state="translated">subtítulos</target> 379 <target state="translated">subtítulos</target>
@@ -419,16 +384,16 @@
419 <target> 384 <target>
420 Cancelar 385 Cancelar
421 </target> 386 </target>
422 387 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">48</context></context-group>
423 388 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">19</context></context-group>
424 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 389 </trans-unit>
425 <trans-unit id="3099741642167775297"> 390 <trans-unit id="3099741642167775297">
426 <source>Download</source> 391 <source>Download</source>
427 <target>Download</target> 392 <target>Download</target>
428 393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">272</context></context-group>
429 394 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">4</context></context-group>
430 395 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">156</context></context-group>
431 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">272</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit> 396 </trans-unit>
432 <trans-unit id="6325096236207614377"> 397 <trans-unit id="6325096236207614377">
433 <source>Reason...</source> 398 <source>Reason...</source>
434 <target>Motivo...</target> 399 <target>Motivo...</target>
@@ -463,8 +428,10 @@
463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">58</context></context-group> 428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">58</context></context-group>
464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">96</context></context-group> 429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">96</context></context-group>
465 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">42</context></context-group> 430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">42</context></context-group>
466 </trans-unit><trans-unit id="8343217707114977013" datatype="html"> 431 </trans-unit>
467 <source>The contact form is not enabled on this instance.</source><target state="new">The contact form is not enabled on this instance.</target> 432 <trans-unit id="8343217707114977013" datatype="html">
433 <source>The contact form is not enabled on this instance.</source>
434 <target state="translated">O formulário de contato não está disponível nesta instância.</target>
468 <context-group purpose="location"> 435 <context-group purpose="location">
469 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context> 436 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
470 <context context-type="linenumber">56</context> 437 <context context-type="linenumber">56</context>
@@ -500,16 +467,16 @@
500 <trans-unit id="7539427273132299890"> 467 <trans-unit id="7539427273132299890">
501 <source>Unlisted</source> 468 <source>Unlisted</source>
502 <target>Não listado</target> 469 <target>Não listado</target>
503 470 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">9</context></context-group>
504 471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">6</context></context-group>
505 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 472 </trans-unit>
506 <trans-unit id="3686284950598311784"> 473 <trans-unit id="3686284950598311784">
507 <source>Private</source> 474 <source>Private</source>
508 <target>Privado</target> 475 <target>Privado</target>
509 476 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">10</context></context-group>
510 477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">7</context></context-group>
511 478 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group>
512 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">7</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 479 </trans-unit>
513 <trans-unit id="7688104409544625220" datatype="html"> 480 <trans-unit id="7688104409544625220" datatype="html">
514 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION"/> views}}</source> 481 <source>{VAR_PLURAL, plural, =1 {1 view} other {<x id="INTERPOLATION"/> views}}</source>
515 <target state="translated">{VAR_PLURAL, plural, =1 {1 view} other { 482 <target state="translated">{VAR_PLURAL, plural, =1 {1 view} other {
@@ -520,15 +487,16 @@
520 <trans-unit id="8856905278208146821" datatype="html"> 487 <trans-unit id="8856905278208146821" datatype="html">
521 <source><x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </source> 488 <source><x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </source>
522 <target state="new"> <x id="ICU" equiv-text="{video.views, plural, =1 {1 view} other {{{ video.views | myNumberFormatter }} views}} "/> </target> 489 <target state="new"> <x id="ICU" equiv-text="{video.views, plural, =1 {1 view} other {{{ video.views | myNumberFormatter }} views}} "/> </target>
523 490 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">26</context></context-group>
524 491 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">41</context></context-group>
525 492 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">76</context></context-group>
526 493 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">16</context></context-group>
527 494 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context><context context-type="linenumber">3</context></context-group>
528 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 495 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context><context context-type="linenumber">7</context></context-group>
496 </trans-unit>
529 <trans-unit id="8562063050145802350" datatype="html"> 497 <trans-unit id="8562063050145802350" datatype="html">
530 <source>{VAR_PLURAL, plural, =1 {1 viewer} other {<x id="INTERPOLATION"/> viewers}}</source> 498 <source>{VAR_PLURAL, plural, =1 {1 viewer} other {<x id="INTERPOLATION"/> viewers}}</source>
531 <target state="new">{VAR_PLURAL, plural, =1 {1 viewer} other {<x id="INTERPOLATION"/> viewers}}</target> 499 <target state="translated">{VAR_PLURAL, plural, =1 {1 viewer} outros {<x id="INTERPOLATION"/> espectadores}}</target>
532 <context-group purpose="location"> 500 <context-group purpose="location">
533 <context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context> 501 <context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context>
534 <context context-type="linenumber">7</context> 502 <context context-type="linenumber">7</context>
@@ -536,7 +504,7 @@
536 </trans-unit> 504 </trans-unit>
537 <trans-unit id="8856905278208146821" datatype="html"> 505 <trans-unit id="8856905278208146821" datatype="html">
538 <source><x id="ICU" equiv-text="{video.views, plural, =1 {1 viewer} other {{{ video.views | myNumberFormatter }} viewers}}"/> </source> 506 <source><x id="ICU" equiv-text="{video.views, plural, =1 {1 viewer} other {{{ video.views | myNumberFormatter }} viewers}}"/> </source>
539 <target state="new"> <x id="ICU" equiv-text="{video.views, plural, =1 {1 viewer} other {{{ video.views | myNumberFormatter }} viewers}} "/> </target> 507 <target state="translated"><x id="ICU" equiv-text="{video.views, plural, =1 {1 viewer} other {{{ video.views | myNumberFormatter }} viewers}} "/> </target>
540 <context-group purpose="location"> 508 <context-group purpose="location">
541 <context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context> 509 <context context-type="sourcefile">src/app/shared/shared-video/video-views-counter.component.html</context>
542 <context context-type="linenumber">7,8</context> 510 <context context-type="linenumber">7,8</context>
@@ -544,7 +512,7 @@
544 </trans-unit> 512 </trans-unit>
545 <trans-unit id="3267631941074558910" datatype="html"> 513 <trans-unit id="3267631941074558910" datatype="html">
546 <source>Cannot fetch information of this remote account</source> 514 <source>Cannot fetch information of this remote account</source>
547 <target state="new">Cannot fetch information of this remote account</target> 515 <target state="translated">Impossível recuperar a informação desta conta remota</target>
548 <context-group purpose="location"> 516 <context-group purpose="location">
549 <context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.ts</context> 517 <context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.ts</context>
550 <context context-type="linenumber">60</context> 518 <context context-type="linenumber">60</context>
@@ -553,13 +521,13 @@
553 <trans-unit id="9081463435738465430" datatype="html"> 521 <trans-unit id="9081463435738465430" datatype="html">
554 <source>Blocked</source> 522 <source>Blocked</source>
555 <target state="translated">Bloqueado</target> 523 <target state="translated">Bloqueado</target>
556 524 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">57</context></context-group>
557 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 525 </trans-unit>
558 <trans-unit id="3514509630940272440" datatype="html"> 526 <trans-unit id="3514509630940272440" datatype="html">
559 <source>Sensitive</source> 527 <source>Sensitive</source>
560 <target state="translated">Sensível</target> 528 <target state="translated">Sensível</target>
561 529 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">62</context></context-group>
562 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">62</context></context-group></trans-unit> 530 </trans-unit>
563 <trans-unit id="7766488542631150871" datatype="html"> 531 <trans-unit id="7766488542631150871" datatype="html">
564 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION"/> videos}}</source> 532 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION"/> videos}}</source>
565 <target state="translated">{VAR_PLURAL, plural, =0 {Nenhum vídeo} =1 {1 vídeo} other { 533 <target state="translated">{VAR_PLURAL, plural, =0 {Nenhum vídeo} =1 {1 vídeo} other {
@@ -573,15 +541,15 @@
573 <target state="translated"> 541 <target state="translated">
574 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> 542 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
575 </target> 543 </target>
576 544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">25</context></context-group>
577 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit> 545 </trans-unit>
578 <trans-unit id="3044142083883783523" datatype="html"> 546 <trans-unit id="3044142083883783523" datatype="html">
579 <source>Updated <x id="INTERPOLATION"/></source> 547 <source>Updated <x id="INTERPOLATION"/></source>
580 <target state="translated">atualizado 548 <target state="translated">atualizado
581 <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/> 549 <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/>
582 </target> 550 </target>
583 551 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">32</context></context-group>
584 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 552 </trans-unit>
585 <trans-unit id="5643561794785412000" datatype="html"> 553 <trans-unit id="5643561794785412000" datatype="html">
586 <source>Unavailable</source> 554 <source>Unavailable</source>
587 <target state="translated">Indisponível</target> 555 <target state="translated">Indisponível</target>
@@ -590,10 +558,10 @@
590 <trans-unit id="6381490568322624964" datatype="html"> 558 <trans-unit id="6381490568322624964" datatype="html">
591 <source>Deleted</source> 559 <source>Deleted</source>
592 <target state="translated">Apagado</target> 560 <target state="translated">Apagado</target>
593 561 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group>
594 562 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">91</context></context-group>
595 563 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group>
596 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit> 564 </trans-unit>
597 <trans-unit id="5263519165976128456" datatype="html"> 565 <trans-unit id="5263519165976128456" datatype="html">
598 <source>Edit starts/stops at</source> 566 <source>Edit starts/stops at</source>
599 <target state="translated">A edição começa /termina em</target> 567 <target state="translated">A edição começa /termina em</target>
@@ -630,13 +598,13 @@
630 </trans-unit> 598 </trans-unit>
631 <trans-unit id="1649035832083209812" datatype="html"> 599 <trans-unit id="1649035832083209812" datatype="html">
632 <source>Best</source> 600 <source>Best</source>
633 <target state="new">Best</target> 601 <target state="translated">Melhor</target>
634 <note priority="1" from="description">A variant of Trending videos based on the number of recent interactions, minus user history</note> 602 <note priority="1" from="description">A variant of Trending videos based on the number of recent interactions, minus user history</note>
635 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">41</context></context-group> 603 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">41</context></context-group>
636 </trans-unit> 604 </trans-unit>
637 <trans-unit id="3594371452042277118" datatype="html"> 605 <trans-unit id="3594371452042277118" datatype="html">
638 <source>Videos with the most interactions for recent videos, minus user history</source> 606 <source>Videos with the most interactions for recent videos, minus user history</source>
639 <target state="new">Videos with the most interactions for recent videos, minus user history</target> 607 <target state="translated">Vídeos com a maior quantidade de interações para vídeos recentes, menos o histórico do usuário</target>
640 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">44</context></context-group> 608 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/trending/video-trending-header.component.ts</context><context context-type="linenumber">44</context></context-group>
641 </trans-unit> 609 </trans-unit>
642 <trans-unit id="7022070615528435141"> 610 <trans-unit id="7022070615528435141">
@@ -666,10 +634,10 @@
666 634
667 635
668 636
669 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
670 <trans-unit id="158575725114802951" datatype="html"> 638 <trans-unit id="158575725114802951" datatype="html">
671 <source>Only live videos</source> 639 <source>Only live videos</source>
672 <target state="new">Only live videos</target> 640 <target state="translated">Somente vídeos ao vivo</target>
673 <context-group purpose="location"> 641 <context-group purpose="location">
674 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 642 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
675 <context context-type="linenumber">53</context> 643 <context context-type="linenumber">53</context>
@@ -697,11 +665,11 @@
697 <trans-unit id="8461609631969932886" datatype="html"> 665 <trans-unit id="8461609631969932886" datatype="html">
698 <source>Hide</source> 666 <source>Hide</source>
699 <target state="new">Hide</target> 667 <target state="new">Hide</target>
700 668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">119</context></context-group>
701 669 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.html</context><context context-type="linenumber">11</context></context-group>
702 670 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/input-toggle-hidden.component.ts</context><context context-type="linenumber">38</context></context-group>
703 671 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">16</context></context-group>
704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">119</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/input-toggle-hidden.component.ts</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 672 </trans-unit>
705 <trans-unit id="8461842260159597706" datatype="html"> 673 <trans-unit id="8461842260159597706" datatype="html">
706 <source>Show</source> 674 <source>Show</source>
707 <target state="new">Show</target> 675 <target state="new">Show</target>
@@ -715,7 +683,7 @@
715 </trans-unit> 683 </trans-unit>
716 <trans-unit id="8644431249513874405" datatype="html"> 684 <trans-unit id="8644431249513874405" datatype="html">
717 <source>&lt;a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown&lt;/a> compatible that supports:</source> 685 <source>&lt;a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown&lt;/a> compatible that supports:</source>
718 <target state="new">&lt;a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown&lt;/a> compatible that supports:</target> 686 <target state="translated">&lt;a href="https://en.wikipedia.org/wiki/Markdown#Example" target="_blank" rel="noopener noreferrer">Markdown&lt;/a> compatíveis que suportam:</target>
719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context><context context-type="linenumber">75</context></context-group> 687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context><context context-type="linenumber">75</context></context-group>
720 </trans-unit> 688 </trans-unit>
721 <trans-unit id="146235964740293376" datatype="html"> 689 <trans-unit id="146235964740293376" datatype="html">
@@ -730,7 +698,7 @@
730 </trans-unit> 698 </trans-unit>
731 <trans-unit id="3372646000533908418" datatype="html"> 699 <trans-unit id="3372646000533908418" datatype="html">
732 <source>Subscribe with a remote account:</source> 700 <source>Subscribe with a remote account:</source>
733 <target state="new">Subscribe with a remote account:</target> 701 <target state="translated">Inscrever com uma conta remota:</target>
734 <context-group purpose="location"> 702 <context-group purpose="location">
735 <context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context> 703 <context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context>
736 <context context-type="linenumber">62</context> 704 <context context-type="linenumber">62</context>
@@ -748,12 +716,12 @@
748 </trans-unit> 716 </trans-unit>
749 <trans-unit id="1096694538966074574" datatype="html"> 717 <trans-unit id="1096694538966074574" datatype="html">
750 <source>Published <x id="PH" equiv-text="total"/> videos matching "<x id="PH_1" equiv-text="this.search"/>"</source> 718 <source>Published <x id="PH" equiv-text="total"/> videos matching "<x id="PH_1" equiv-text="this.search"/>"</source>
751 <target state="new">Published <x id="PH" equiv-text="total"/> videos matching "<x id="PH_1" equiv-text="this.search"/>"</target> 719 <target state="translated">Publicado <x id="PH" equiv-text="total"/> vídeos que coincidem com "<x id="PH_1" equiv-text="this.search"/>"</target>
752 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-search/account-search.component.ts</context><context context-type="linenumber">94</context></context-group> 720 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-search/account-search.component.ts</context><context context-type="linenumber">94</context></context-group>
753 </trans-unit> 721 </trans-unit>
754 <trans-unit id="7639191791633609999" datatype="html"> 722 <trans-unit id="7639191791633609999" datatype="html">
755 <source>The live stream will be automatically terminated.</source> 723 <source>The live stream will be automatically terminated.</source>
756 <target state="new">The live stream will be automatically terminated.</target> 724 <target state="translated">A transmissão ao vivo será encerrada.</target>
757 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">205</context></context-group> 725 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">205</context></context-group>
758 </trans-unit> 726 </trans-unit>
759 <trans-unit id="2949829240129672512"> 727 <trans-unit id="2949829240129672512">
@@ -768,7 +736,7 @@
768 </trans-unit> 736 </trans-unit>
769 <trans-unit id="6086125715086510222" datatype="html"> 737 <trans-unit id="6086125715086510222" datatype="html">
770 <source>PROFILE SETTINGS</source> 738 <source>PROFILE SETTINGS</source>
771 <target state="new">PROFILE SETTINGS</target> 739 <target state="translated">CONFIGURAÇÃO DO PERFIL</target>
772 <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">12</context></context-group> 740 <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">12</context></context-group>
773 </trans-unit> 741 </trans-unit>
774 <trans-unit id="855178133027341271"> 742 <trans-unit id="855178133027341271">
@@ -783,7 +751,7 @@
783 </trans-unit> 751 </trans-unit>
784 <trans-unit id="6462281745850371027" datatype="html"> 752 <trans-unit id="6462281745850371027" datatype="html">
785 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example).</source> 753 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example).</source>
786 <target state="new"> You can subscribe to the channel via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example). </target> 754 <target state="translated">Você pode se inscrever no canal via qualquer instância fediverse que usa ActivityPub (PeerTube, Mastodon ou Pleroma por exemplo).</target>
787 <context-group purpose="location"> 755 <context-group purpose="location">
788 <context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.html</context> 756 <context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.html</context>
789 <context context-type="linenumber">18,19</context> 757 <context context-type="linenumber">18,19</context>
@@ -791,7 +759,7 @@
791 </trans-unit> 759 </trans-unit>
792 <trans-unit id="20374890400263257" datatype="html"> 760 <trans-unit id="20374890400263257" datatype="html">
793 <source>You can interact with this via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example).</source> 761 <source>You can interact with this via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example).</source>
794 <target state="new"> You can interact with this via any ActivityPub-capable fediverse instance (PeerTube, Mastodon or Pleroma for example). </target> 762 <target state="translated">Você pode interagir com isso via qualquer instância fediverse que usa ActivityPub (PeerTube, Mastodon ou Pleroma por exemplo).</target>
795 <context-group purpose="location"> 763 <context-group purpose="location">
796 <context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.html</context> 764 <context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.html</context>
797 <context context-type="linenumber">26,27</context> 765 <context context-type="linenumber">26,27</context>
@@ -830,22 +798,22 @@
830 </trans-unit> 798 </trans-unit>
831 <trans-unit id="330610135077253864" datatype="html"> 799 <trans-unit id="330610135077253864" datatype="html">
832 <source>Live streaming enabled</source> 800 <source>Live streaming enabled</source>
833 <target state="new">Live streaming enabled</target> 801 <target state="translated">Transmissão ao vivo habilitada</target>
834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">71</context></context-group> 802 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">71</context></context-group>
835 </trans-unit> 803 </trans-unit>
836 <trans-unit id="8135461567542503937" datatype="html"> 804 <trans-unit id="8135461567542503937" datatype="html">
837 <source>Transcode live video in multiple resolutions</source> 805 <source>Transcode live video in multiple resolutions</source>
838 <target state="new">Transcode live video in multiple resolutions</target> 806 <target state="translated">Transcodifica vídeos ao vivo emltiplas resoluções</target>
839 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">78</context></context-group> 807 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">78</context></context-group>
840 </trans-unit> 808 </trans-unit>
841 <trans-unit id="4990508956923223990" datatype="html"> 809 <trans-unit id="4990508956923223990" datatype="html">
842 <source>Max parallel lives</source> 810 <source>Max parallel lives</source>
843 <target state="new">Max parallel lives</target> 811 <target state="translated">Número máximo de transmissões diretas paralelas</target>
844 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">85</context></context-group> 812 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">85</context></context-group>
845 </trans-unit> 813 </trans-unit>
846 <trans-unit id="7864066132065250510" datatype="html"> 814 <trans-unit id="7864066132065250510" datatype="html">
847 <source><x id="INTERPOLATION"/> per user / <x id="INTERPOLATION_1"/> per instance </source> 815 <source><x id="INTERPOLATION"/> per user / <x id="INTERPOLATION_1"/> per instance </source>
848 <target state="new"> <x id="INTERPOLATION"/> per user / <x id="INTERPOLATION_1"/> per instance </target> 816 <target state="translated"><x id="INTERPOLATION"/> por usrio / <x id="INTERPOLATION_1"/> por instância </target>
849 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">86</context></context-group> 817 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">86</context></context-group>
850 </trans-unit> 818 </trans-unit>
851 <trans-unit id="486979448055158839" datatype="html"> 819 <trans-unit id="486979448055158839" datatype="html">
@@ -861,9 +829,10 @@
861 <trans-unit id="2602586221576511475"> 829 <trans-unit id="2602586221576511475">
862 <source>Video quota</source> 830 <source>Video quota</source>
863 <target>Quota de vídeo</target> 831 <target>Quota de vídeo</target>
864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
865 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
834 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group>
835 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
867 </trans-unit> 836 </trans-unit>
868 <trans-unit id="1502595455339510144"> 837 <trans-unit id="1502595455339510144">
869 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 838 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
@@ -884,7 +853,7 @@
884 </trans-unit> 853 </trans-unit>
885 <trans-unit id="6276792241563504067" datatype="html"> 854 <trans-unit id="6276792241563504067" datatype="html">
886 <source>You can import any torrent file that points to a media 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> 855 <source>You can import any torrent file that points to a media 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>
887 <target state="new"> You can import any torrent file that points to a media 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. </target> 856 <target state="translated">Você pode importar qualquer arquivo torrent que aponte para um arquivo de mídia. Certifique-se de ter direitos de difusão sobre o conteúdo apontado, caso contrário isso poderá criar problemas legais para você e a sua instância.</target>
888 <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">20</context></context-group> 857 <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">20</context></context-group>
889 </trans-unit> 858 </trans-unit>
890 <trans-unit id="5812787579835788700"> 859 <trans-unit id="5812787579835788700">
@@ -950,6 +919,34 @@
950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
951 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 920 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
952 </trans-unit> 921 </trans-unit>
922 <trans-unit id="8726138323871139597" datatype="html">
923 <source>Following</source>
924 <target state="translated">Seguindo</target>
925 <context-group purpose="location">
926 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
927 <context context-type="linenumber">29</context>
928 </context-group>
929 <context-group purpose="location">
930 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
931 <context context-type="linenumber">31</context>
932 </context-group>
933 <context-group purpose="location">
934 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
935 <context context-type="linenumber">28</context>
936 </context-group>
937 </trans-unit>
938 <trans-unit id="4914577418256256836" datatype="html">
939 <source>Followers</source>
940 <target state="translated">Seguidores</target>
941 <context-group purpose="location">
942 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
943 <context context-type="linenumber">34</context>
944 </context-group>
945 <context-group purpose="location">
946 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
947 <context context-type="linenumber">37</context>
948 </context-group>
949 </trans-unit>
953 <trans-unit id="3541687134897970106" datatype="html"> 950 <trans-unit id="3541687134897970106" datatype="html">
954 <source>followers</source> 951 <source>followers</source>
955 <target state="translated">seguidores</target> 952 <target state="translated">seguidores</target>
@@ -962,17 +959,17 @@
962 </trans-unit> 959 </trans-unit>
963 <trans-unit id="2605931708025789621" datatype="html"> 960 <trans-unit id="2605931708025789621" datatype="html">
964 <source>The upload failed</source> 961 <source>The upload failed</source>
965 <target state="new">The upload failed</target> 962 <target state="translated">O envio falhou</target>
966 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">186</context></context-group> 963 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">186</context></context-group>
967 </trans-unit> 964 </trans-unit>
968 <trans-unit id="1447760976255144968" datatype="html"> 965 <trans-unit id="1447760976255144968" datatype="html">
969 <source>The connection was interrupted</source> 966 <source>The connection was interrupted</source>
970 <target state="new">The connection was interrupted</target> 967 <target state="translated">A coneo foi interrompida</target>
971 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">190</context></context-group> 968 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">190</context></context-group>
972 </trans-unit> 969 </trans-unit>
973 <trans-unit id="4499233456830047129" datatype="html"> 970 <trans-unit id="4499233456830047129" datatype="html">
974 <source>The server encountered an error</source> 971 <source>The server encountered an error</source>
975 <target state="new">The server encountered an error</target> 972 <target state="translated">O servidor encontrou um erro</target>
976 <context-group purpose="location"> 973 <context-group purpose="location">
977 <context context-type="sourcefile">src/app/helpers/utils.ts</context> 974 <context context-type="sourcefile">src/app/helpers/utils.ts</context>
978 <context context-type="linenumber">193</context> 975 <context context-type="linenumber">193</context>
@@ -980,28 +977,28 @@
980 </trans-unit> 977 </trans-unit>
981 <trans-unit id="3334825601859787496" datatype="html"> 978 <trans-unit id="3334825601859787496" datatype="html">
982 <source>Your <x id="PH" equiv-text="name"/> file couldn't be transferred before the set timeout (usually 10min)</source> 979 <source>Your <x id="PH" equiv-text="name"/> file couldn't be transferred before the set timeout (usually 10min)</source>
983 <target state="new">Your <x id="PH" equiv-text="name"/> file couldn't be transferred before the set timeout (usually 10min)</target> 980 <target state="translated">Seu arquivo <x id="PH" equiv-text="name"/> não pode ser transferido antes do tempo estabelecido (geralmente 10min)</target>
984 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">196</context></context-group> 981 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">196</context></context-group>
985 </trans-unit> 982 </trans-unit>
986 <trans-unit id="8530934870279569179" datatype="html"> 983 <trans-unit id="8530934870279569179" datatype="html">
987 <source>Your <x id="PH" equiv-text="name"/> file was too large (max. size: <x id="PH_1" equiv-text="maxFileSize"/>)</source> 984 <source>Your <x id="PH" equiv-text="name"/> file was too large (max. size: <x id="PH_1" equiv-text="maxFileSize"/>)</source>
988 <target state="new">Your <x id="PH" equiv-text="name"/> file was too large (max. size: <x id="PH_1" equiv-text="maxFileSize"/>)</target> 985 <target state="translated">Seu arquivo <x id="PH" equiv-text="name"/> é muito grande (tamanho máximo: <x id="PH_1" equiv-text="maxFileSize"/>)</target>
989 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">200</context></context-group> 986 <context-group purpose="location"><context context-type="sourcefile">src/app/helpers/utils.ts</context><context context-type="linenumber">200</context></context-group>
990 </trans-unit> 987 </trans-unit>
991 <trans-unit id="2392488717875840729" datatype="html"> 988 <trans-unit id="2392488717875840729" datatype="html">
992 <source>User</source> 989 <source>User</source>
993 <target state="new">User</target> 990 <target state="new">User</target>
994 991 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">21</context></context-group>
995 992 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">27</context></context-group>
996 993 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">405</context></context-group>
997 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">405</context></context-group></trans-unit> 994 </trans-unit>
998 <trans-unit id="4209525355702493436"> 995 <trans-unit id="4209525355702493436">
999 <source>Ban</source> 996 <source>Ban</source>
1000 <target>Banir</target> 997 <target>Banir</target>
1001 998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">87</context></context-group>
1002 999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1003 1000 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">269</context></context-group>
1004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">269</context></context-group></trans-unit> 1001 </trans-unit>
1005 <trans-unit id="7908493851025027368"> 1002 <trans-unit id="7908493851025027368">
1006 <source>A banned user will no longer be able to login.</source> 1003 <source>A banned user will no longer be able to login.</source>
1007 <target> 1004 <target>
@@ -1012,25 +1009,26 @@
1012 <trans-unit id="2159130950882492111"> 1009 <trans-unit id="2159130950882492111">
1013 <source>Cancel</source> 1010 <source>Cancel</source>
1014 <target>Cancelar</target> 1011 <target>Cancelar</target>
1015 1012 <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>
1016 1013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group>
1017 1014 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group>
1018 1015 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group>
1019 1016 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
1020 1017 <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>
1021 1018 <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">69</context></context-group>
1022 1019 <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">81</context></context-group>
1023 1020 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group>
1024 1021 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">415</context></context-group>
1025 1022 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
1026 1023 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group>
1027 1024 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group>
1028 1025 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group>
1029 1026 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group>
1030 1027 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group>
1031 1028 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group>
1032 1029 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group>
1033 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 1030 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group>
1031 </trans-unit>
1034 <trans-unit id="3616223838716839702"> 1032 <trans-unit id="3616223838716839702">
1035 <source>Ban this user</source> 1033 <source>Ban this user</source>
1036 <target>Banir este usuário</target> 1034 <target>Banir este usuário</target>
@@ -1043,12 +1041,12 @@
1043 </trans-unit> 1041 </trans-unit>
1044 <trans-unit id="2992313729068029516" datatype="html"> 1042 <trans-unit id="2992313729068029516" datatype="html">
1045 <source>Block live "<x id="INTERPOLATION"/>"</source> 1043 <source>Block live "<x id="INTERPOLATION"/>"</source>
1046 <target state="new">Block live "<x id="INTERPOLATION"/>"</target> 1044 <target state="translated">Bloquear a live "<x id="INTERPOLATION"/>"</target>
1047 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">4</context></context-group> 1045 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">4</context></context-group>
1048 </trans-unit> 1046 </trans-unit>
1049 <trans-unit id="7256462927215762997" datatype="html"> 1047 <trans-unit id="7256462927215762997" datatype="html">
1050 <source>Please describe the reason...</source> 1048 <source>Please describe the reason...</source>
1051 <target state="new">Please describe the reason...</target> 1049 <target state="translated">Favor descrever o motivo...</target>
1052 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">13</context></context-group> 1050 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">13</context></context-group>
1053 </trans-unit> 1051 </trans-unit>
1054 <trans-unit id="187187500641108332"> 1052 <trans-unit id="187187500641108332">
@@ -1061,18 +1059,18 @@
1061 </trans-unit> 1059 </trans-unit>
1062 <trans-unit id="1191071088182425837" datatype="html"> 1060 <trans-unit id="1191071088182425837" datatype="html">
1063 <source><x id="PH"/>h</source> 1061 <source><x id="PH"/>h</source>
1064 <target state="new"><x id="PH"/>h</target> 1062 <target state="translated"><x id="PH"/>h</target>
1065 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/duration-formatter.pipe.ts</context><context context-type="linenumber">14</context></context-group> 1063 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/duration-formatter.pipe.ts</context><context context-type="linenumber">14</context></context-group>
1066 </trans-unit> 1064 </trans-unit>
1067 <trans-unit id="8981309282078866700" datatype="html"> 1065 <trans-unit id="8981309282078866700" datatype="html">
1068 <source><x id="PH"/>min</source> 1066 <source><x id="PH"/>min</source>
1069 <target state="new"><x id="PH"/>min</target> 1067 <target state="translated"><x id="PH"/>min</target>
1070 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/duration-formatter.pipe.ts</context><context context-type="linenumber">16</context></context-group> 1068 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/duration-formatter.pipe.ts</context><context context-type="linenumber">16</context></context-group>
1071 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/duration-formatter.pipe.ts</context><context context-type="linenumber">23</context></context-group> 1069 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/duration-formatter.pipe.ts</context><context context-type="linenumber">23</context></context-group>
1072 </trans-unit> 1070 </trans-unit>
1073 <trans-unit id="350798057497677761" datatype="html"> 1071 <trans-unit id="350798057497677761" datatype="html">
1074 <source><x id="PH"/>sec</source> 1072 <source><x id="PH"/>sec</source>
1075 <target state="new"><x id="PH"/>sec</target> 1073 <target state="translated"><x id="PH"/>seg</target>
1076 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/duration-formatter.pipe.ts</context><context context-type="linenumber">17</context></context-group> 1074 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/angular/duration-formatter.pipe.ts</context><context context-type="linenumber">17</context></context-group>
1077 </trans-unit> 1075 </trans-unit>
1078 <trans-unit id="1908285951500318953"> 1076 <trans-unit id="1908285951500318953">
@@ -1098,19 +1096,13 @@
1098 </trans-unit> 1096 </trans-unit>
1099 <trans-unit id="7252854992688790751" datatype="html"> 1097 <trans-unit id="7252854992688790751" datatype="html">
1100 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1098 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1101 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1099 <target state="translated">Esta instância permite registro. Contudo, tenha cautela e verifique <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Termos <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Termos <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>antes de criar uma conta. Você pode também procurar por outra instância que atenda as suas necessidades exatas em: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1102 <context-group purpose="location"> 1100 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group>
1103 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1104 <context context-type="linenumber">60,62</context>
1105 </context-group>
1106 </trans-unit> 1101 </trans-unit>
1107 <trans-unit id="7215649348148521605" datatype="html"> 1102 <trans-unit id="7215649348148521605" datatype="html">
1108 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1103 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1109 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1104 <target state="translated">No momento esta instância não permite registro de usuários. Você pode verificar os <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Termos<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> para maiores detalhes ou encontrar uma instância que dê à você a possibilidade de criar uma conta e subir seus vídeos lá. Encontre a sua no meio de várias instâncias em: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1110 <context-group purpose="location"> 1105 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group>
1111 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1112 <context context-type="linenumber">65,67</context>
1113 </context-group>
1114 </trans-unit> 1106 </trans-unit>
1115 <trans-unit id="2392488717875840729"> 1107 <trans-unit id="2392488717875840729">
1116 <source>User</source> 1108 <source>User</source>
@@ -1123,104 +1115,106 @@
1123 <target>Nome de usuário ou endereço de e-mail</target> 1115 <target>Nome de usuário ou endereço de e-mail</target>
1124 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1116 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1125 </trans-unit> 1117 </trans-unit>
1118 <trans-unit id="1758058452376026925" datatype="html">
1119 <source>⚠️ Most email addresses do not include capital letters.</source>
1120 <target state="translated">⚠️ Maioria dos endereços de email não incluem letras maiúsculas.</target>
1121 <context-group purpose="location">
1122 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1123 <context context-type="linenumber">33,34</context>
1124 </context-group>
1125 </trans-unit>
1126 <trans-unit id="1431416938026210429"> 1126 <trans-unit id="1431416938026210429">
1127 <source>Password</source> 1127 <source>Password</source>
1128 <target>Senha</target> 1128 <target>Senha</target>
1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1130 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1131 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group>
1132 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</context></context-group>
1131 <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> 1133 <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>
1132 <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> 1134 <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>
1133 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1135 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group>
1134 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1136 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group>
1135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1137 </trans-unit> 1137 </trans-unit>
1138 <trans-unit id="8715156686857791956" datatype="html"> 1138 <trans-unit id="8715156686857791956" datatype="html">
1139 <source>Click here to reset your password</source> 1139 <source>Click here to reset your password</source>
1140 <target state="translated">Clique aqui para redefinir sua senha</target> 1140 <target state="translated">Clique aqui para redefinir sua senha</target>
1141 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1141 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1142 </trans-unit> 1142 </trans-unit>
1143 <trans-unit id="892063502898494584" datatype="html"> 1143 <trans-unit id="892063502898494584" datatype="html">
1144 <source>I forgot my password</source> 1144 <source>I forgot my password</source>
1145 <target state="new">I forgot my password</target> 1145 <target state="translated">Esqueci minha senha</target>
1146 <context-group purpose="location"> 1146 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1147 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1148 <context context-type="linenumber">47</context>
1149 </context-group>
1150 </trans-unit> 1147 </trans-unit>
1151 <trans-unit id="2101170466365500913" datatype="html"> 1148 <trans-unit id="2101170466365500913" datatype="html">
1152 <source>Logging into an account lets you publish content</source> 1149 <source>Logging into an account lets you publish content</source>
1153 <target state="new"> Logging into an account lets you publish content </target> 1150 <target state="translated">Iniciar a sessão em uma conta te possibilita publicar conteúdo</target>
1154 <context-group purpose="location"> 1151 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group>
1155 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1156 <context context-type="linenumber">56,57</context>
1157 </context-group>
1158 </trans-unit> 1152 </trans-unit>
1159 <trans-unit id="2454050363478003966"> 1153 <trans-unit id="2454050363478003966">
1160 <source>Login</source> 1154 <source>Login</source>
1161 <target>Entrar</target> 1155 <target>Entrar</target>
1162 1156 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group>
1163 1157 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group>
1164 1158 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group>
1165 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1159 </trans-unit>
1166 <trans-unit id="3183213940445113677" datatype="html"> 1160 <trans-unit id="3183213940445113677" datatype="html">
1167 <source>Or sign in with</source> 1161 <source>Or sign in with</source>
1168 <target state="new">Or sign in with</target> 1162 <target state="translated">Ou entrar com</target>
1169 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1163 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group>
1170 </trans-unit> 1164 </trans-unit>
1171 <trans-unit id="3238209155172574367"> 1165 <trans-unit id="3238209155172574367">
1172 <source>Forgot your password</source> 1166 <source>Forgot your password</source>
1173 <target>Esqueceu sua senha</target> 1167 <target>Esqueceu sua senha</target>
1174 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1168 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group>
1175 </trans-unit> 1169 </trans-unit>
1176 <trans-unit id="87327320394367488" datatype="html"> 1170 <trans-unit id="87327320394367488" datatype="html">
1177 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1171 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1178 <target state="translated">Lamentamos, não podemos recuperar sua senha porque o administrador dessa instância não ativou o envio de e-mail pelo PeerTube.</target> 1172 <target state="translated">Lamentamos, não podemos recuperar sua senha porque o administrador dessa instância não ativou o envio de e-mail pelo PeerTube.</target>
1179 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1173 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group>
1180 </trans-unit> 1174 </trans-unit>
1181 <trans-unit id="3188014010833256853" datatype="html"> 1175 <trans-unit id="3188014010833256853" datatype="html">
1182 <source>Enter your email address and we will send you a link to reset your password.</source> 1176 <source>Enter your email address and we will send you a link to reset your password.</source>
1183 <target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1177 <target state="translated">Insira o seu endereço de email e enviaremos um link para você redefinir sua senha.</target>
1184 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1178 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group>
1185 </trans-unit> 1179 </trans-unit>
1186 <trans-unit id="1190256911880544559" datatype="html"> 1180 <trans-unit id="1190256911880544559" datatype="html">
1187 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1181 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1188The link will expire within 1 hour.</source> 1182The link will expire within 1 hour.</source>
1189 <target state="new">An email with the reset password instructions will be sent to <x id="PH"/>. 1183 <target state="translated">Um email com instruções para redefinir sua senha foi enviado para <x id="PH"/>. O link vai expirar em 1 hora.</target>
1190The link will expire within 1 hour.</target>
1191 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">121</context></context-group> 1184 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">121</context></context-group>
1192 </trans-unit> 1185 </trans-unit>
1193 <trans-unit id="4768749765465246664"> 1186 <trans-unit id="4768749765465246664">
1194 <source>Email</source> 1187 <source>Email</source>
1195 <target>E-mail</target> 1188 <target>E-mail</target>
1196 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group>
1192 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</context></context-group>
1193 <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>
1197 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1194 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group>
1198 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1195 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group>
1199 <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> 1196 <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>
1200 <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>
1201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1203 </trans-unit> 1197 </trans-unit>
1204 <trans-unit id="3967269098753656610"> 1198 <trans-unit id="3967269098753656610">
1205 <source>Email address</source> 1199 <source>Email address</source>
1206 <target>Endereço de e-mail</target> 1200 <target>Endereço de e-mail</target>
1207 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1201 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group>
1208 <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> 1202 <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>
1209 </trans-unit> 1203 </trans-unit>
1210 <trans-unit id="7808756054397155068" datatype="html"> 1204 <trans-unit id="7808756054397155068" datatype="html">
1211 <source>Reset</source> 1205 <source>Reset</source>
1212 <target state="new">Reset</target> 1206 <target state="translated">Redefinir</target>
1213 <note priority="1" from="description">Password reset button</note> 1207 <note priority="1" from="description">Password reset button</note>
1214 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1208 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group>
1215 </trans-unit> 1209 </trans-unit>
1216 <trans-unit id="4319634264526091601" datatype="html"> 1210 <trans-unit id="4319634264526091601" datatype="html">
1217 <source>on this instance</source> 1211 <source>on this instance</source>
1218 <target state="new">on this instance</target> 1212 <target state="translated">nesta instância</target>
1219 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">7</context></context-group> 1213 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">7</context></context-group>
1220 </trans-unit> 1214 </trans-unit>
1221 <trans-unit id="761579517995454927" datatype="html"> 1215 <trans-unit id="761579517995454927" datatype="html">
1222 <source>on the vidiverse</source> 1216 <source>on the vidiverse</source>
1223 <target state="new">on the vidiverse</target> 1217 <target state="translated">no vidiverse</target>
1224 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">8</context></context-group> 1218 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">8</context></context-group>
1225 </trans-unit> 1219 </trans-unit>
1226 <trans-unit id="8434369348784683733" datatype="html"> 1220 <trans-unit id="8434369348784683733" datatype="html">
@@ -1274,9 +1268,9 @@ The link will expire within 1 hour.</target>
1274 <trans-unit id="5018804994794983050" datatype="html"> 1268 <trans-unit id="5018804994794983050" datatype="html">
1275 <source>Signup</source> 1269 <source>Signup</source>
1276 <target state="new">Signup</target> 1270 <target state="new">Signup</target>
1277
1278 <note priority="1" from="description">Button on the registration form to finalize the account and channel creation</note> 1271 <note priority="1" from="description">Button on the registration form to finalize the account and channel creation</note>
1279 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">68</context></context-group></trans-unit> 1272 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">68</context></context-group>
1273 </trans-unit>
1280 <trans-unit id="5340005218109333045"> 1274 <trans-unit id="5340005218109333045">
1281 <source>Filters <x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/></source> 1275 <source>Filters <x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/></source>
1282 <target> 1276 <target>
@@ -1293,17 +1287,17 @@ The link will expire within 1 hour.</target>
1293 <target> 1287 <target>
1294 Nenhum resultado encontrado 1288 Nenhum resultado encontrado
1295 </target> 1289 </target>
1296 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1290
1297 </trans-unit> 1291 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1298 <trans-unit id="5500467336262464724"> 1292 <trans-unit id="5500467336262464724">
1299 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1293 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1300 <target> 1294 <target>
1301 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> inscritos 1295 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> inscritos
1302 </target> 1296 </target>
1303 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1297
1304 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1298
1305 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1299
1306 </trans-unit> 1300 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1307 <trans-unit id="1516969129397662377" datatype="html"> 1301 <trans-unit id="1516969129397662377" datatype="html">
1308 <source>Welcome to PeerTube, dear administrator!</source> 1302 <source>Welcome to PeerTube, dear administrator!</source>
1309 <target state="translated">Bem-vindo ao PeerTube, querido administrador!</target> 1303 <target state="translated">Bem-vindo ao PeerTube, querido administrador!</target>
@@ -1449,9 +1443,9 @@ The link will expire within 1 hour.</target>
1449 <trans-unit id="4116024528500133384" datatype="html"> 1443 <trans-unit id="4116024528500133384" datatype="html">
1450 <source>My settings</source> 1444 <source>My settings</source>
1451 <target state="new">My settings</target> 1445 <target state="new">My settings</target>
1452 1446 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">119</context></context-group>
1453 1447 <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>
1454 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">119</context></context-group><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></trans-unit> 1448 </trans-unit>
1455 <trans-unit id="1420294365005204590" datatype="html"> 1449 <trans-unit id="1420294365005204590" datatype="html">
1456 <source>These settings apply only to your session on this instance.</source> 1450 <source>These settings apply only to your session on this instance.</source>
1457 <target state="new">These settings apply only to your session on this instance.</target> 1451 <target state="new">These settings apply only to your session on this instance.</target>
@@ -1508,83 +1502,83 @@ The link will expire within 1 hour.</target>
1508 <trans-unit id="5464118521750361406" datatype="html"> 1502 <trans-unit id="5464118521750361406" datatype="html">
1509 <source>Public profile</source> 1503 <source>Public profile</source>
1510 <target state="translated">Perfil público</target> 1504 <target state="translated">Perfil público</target>
1511 1505 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">28</context></context-group>
1512 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit> 1506 </trans-unit>
1513 <trans-unit id="7773271640656013365" datatype="html"> 1507 <trans-unit id="7773271640656013365" datatype="html">
1514 <source>Interface:</source> 1508 <source>Interface:</source>
1515 <target state="new">Interface:</target> 1509 <target state="new">Interface:</target>
1516 1510 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group>
1517 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1511 </trans-unit>
1518 <trans-unit id="1674139713929545659" datatype="html"> 1512 <trans-unit id="1674139713929545659" datatype="html">
1519 <source>Videos:</source> 1513 <source>Videos:</source>
1520 <target state="new">Videos:</target> 1514 <target state="new">Videos:</target>
1521 1515 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group>
1522 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 1516 </trans-unit>
1523 <trans-unit id="9156407045661257130" datatype="html"> 1517 <trans-unit id="9156407045661257130" datatype="html">
1524 <source>Sensitive:</source> 1518 <source>Sensitive:</source>
1525 <target state="new">Sensitive:</target> 1519 <target state="new">Sensitive:</target>
1526 1520 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">52</context></context-group>
1527 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1521 </trans-unit>
1528 <trans-unit id="3430483831942247060" datatype="html"> 1522 <trans-unit id="3430483831942247060" datatype="html">
1529 <source>Help share videos</source> 1523 <source>Help share videos</source>
1530 <target state="translated">Ajude a compartilhar vídeos</target> 1524 <target state="translated">Ajude a compartilhar vídeos</target>
1531 1525 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">58</context></context-group>
1532 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 1526 </trans-unit>
1533 <trans-unit id="7005745151564974365" datatype="html"> 1527 <trans-unit id="7005745151564974365" datatype="html">
1534 <source>Keyboard shortcuts</source> 1528 <source>Keyboard shortcuts</source>
1535 <target state="translated">Atalhos de teclado</target> 1529 <target state="translated">Atalhos de teclado</target>
1536 1530 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">67</context></context-group>
1537 1531 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">141</context></context-group>
1538 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">67</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">141</context></context-group></trans-unit> 1532 </trans-unit>
1539 <trans-unit id="6307374733149824815" datatype="html"> 1533 <trans-unit id="6307374733149824815" datatype="html">
1540 <source>powered by PeerTube - CopyLeft 2015-2021</source> 1534 <source>powered by PeerTube - CopyLeft 2015-2021</source>
1541 <target state="new">powered by PeerTube - CopyLeft 2015-2021</target> 1535 <target state="new">powered by PeerTube - CopyLeft 2015-2021</target>
1542 1536 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">146</context></context-group>
1543 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">146</context></context-group></trans-unit> 1537 </trans-unit>
1544 <trans-unit id="7911416166208830577" datatype="html"> 1538 <trans-unit id="7911416166208830577" datatype="html">
1545 <source>Help</source> 1539 <source>Help</source>
1546 <target state="translated">Ajuda</target> 1540 <target state="translated">Ajuda</target>
1547 1541 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">137</context></context-group>
1548 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">137</context></context-group></trans-unit> 1542 </trans-unit>
1549 <trans-unit id="8378304669563824772" datatype="html"> 1543 <trans-unit id="8378304669563824772" datatype="html">
1550 <source>Get help using PeerTube</source> 1544 <source>Get help using PeerTube</source>
1551 <target state="translated">Obtenha ajuda para usar PeerTube</target> 1545 <target state="translated">Obtenha ajuda para usar PeerTube</target>
1552 1546 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">137</context></context-group>
1553 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">137</context></context-group></trans-unit> 1547 </trans-unit>
1554 <trans-unit id="2497681082724639563" datatype="html"> 1548 <trans-unit id="2497681082724639563" datatype="html">
1555 <source>powered by PeerTube</source> 1549 <source>powered by PeerTube</source>
1556 <target state="new">powered by PeerTube</target> 1550 <target state="new">powered by PeerTube</target>
1557 1551 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">147</context></context-group>
1558 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">147</context></context-group></trans-unit> 1552 </trans-unit>
1559 <trans-unit id="7507948636555938109" datatype="html"> 1553 <trans-unit id="7507948636555938109" datatype="html">
1560 <source>Log out</source> 1554 <source>Log out</source>
1561 <target state="translated">Sair</target> 1555 <target state="translated">Sair</target>
1562 1556 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group>
1563 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit> 1557 </trans-unit>
1564 <trans-unit id="8893390761160292681" datatype="html"> 1558 <trans-unit id="8893390761160292681" datatype="html">
1565 <source>My account</source> 1559 <source>My account</source>
1566 <target state="new">My account</target> 1560 <target state="new">My account</target>
1567 1561 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">83</context></context-group>
1568 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit> 1562 </trans-unit>
1569 <trans-unit id="6371572688505952303" datatype="html"> 1563 <trans-unit id="6371572688505952303" datatype="html">
1570 <source>My library</source> 1564 <source>My library</source>
1571 <target state="new">My library</target> 1565 <target state="new">My library</target>
1572 1566 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">88</context></context-group>
1573 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 1567 </trans-unit>
1574 <trans-unit id="2308975396733519902"> 1568 <trans-unit id="2308975396733519902">
1575 <source>Create an account</source> 1569 <source>Create an account</source>
1576 <target>Criar uma conta</target> 1570 <target>Criar uma conta</target>
1577 1571 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">54</context></context-group>
1578 1572 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group>
1579 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1573 </trans-unit>
1580
1581 <trans-unit id="3058024914967508975" datatype="html"> 1574 <trans-unit id="3058024914967508975" datatype="html">
1582 <source>My videos</source> 1575 <source>My videos</source>
1583 <target state="new">My videos</target> 1576 <target state="new">My videos</target>
1584 1577 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">76</context></context-group>
1585 1578 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">4</context></context-group>
1586 1579 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">69</context></context-group>
1587 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">77</context></context-group></trans-unit> 1580 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">77</context></context-group>
1581 </trans-unit>
1588 <trans-unit id="3108704604266608109" datatype="html"> 1582 <trans-unit id="3108704604266608109" datatype="html">
1589 <source>My video imports</source> 1583 <source>My video imports</source>
1590 <target state="new">My video imports</target> 1584 <target state="new">My video imports</target>
@@ -1593,9 +1587,10 @@ The link will expire within 1 hour.</target>
1593 <trans-unit id="7545420287297803988" datatype="html"> 1587 <trans-unit id="7545420287297803988" datatype="html">
1594 <source>My playlists</source> 1588 <source>My playlists</source>
1595 <target state="new">My playlists</target> 1589 <target state="new">My playlists</target>
1596 1590 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">39</context></context-group>
1597 1591 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.html</context><context context-type="linenumber">3</context></context-group>
1598 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">86</context></context-group></trans-unit> 1592 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">86</context></context-group>
1593 </trans-unit>
1599 <trans-unit id="949618577357088829" datatype="html"> 1594 <trans-unit id="949618577357088829" datatype="html">
1600 <source>Create a new playlist</source> 1595 <source>Create a new playlist</source>
1601 <target state="new">Create a new playlist</target> 1596 <target state="new">Create a new playlist</target>
@@ -1604,89 +1599,91 @@ The link will expire within 1 hour.</target>
1604 <trans-unit id="2527931602940887636" datatype="html"> 1599 <trans-unit id="2527931602940887636" datatype="html">
1605 <source>My subscriptions</source> 1600 <source>My subscriptions</source>
1606 <target state="new">My subscriptions</target> 1601 <target state="new">My subscriptions</target>
1607 1602 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">98</context></context-group>
1608 1603 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">4</context></context-group>
1609 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library-routing.module.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">92</context></context-group></trans-unit> 1604 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">92</context></context-group>
1605 </trans-unit>
1610 <trans-unit id="8936704404804793618"> 1606 <trans-unit id="8936704404804793618">
1611 <source>Videos</source> 1607 <source>Videos</source>
1612 <target>Vídeos</target> 1608 <target>Vídeos</target>
1613 1609 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">52</context></context-group>
1614 1610 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">76</context></context-group>
1615 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 1611 </trans-unit>
1616 <trans-unit id="2689878465089314112" datatype="html"> 1612 <trans-unit id="2689878465089314112" datatype="html">
1617 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></source> 1613 <source>Interface: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></source>
1618 <target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></target> 1614 <target state="new">Interface: <x id="INTERPOLATION" equiv-text="{{ currentInterfaceLanguage }}"/></target>
1619 1615 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">132</context></context-group>
1620 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">132</context></context-group></trans-unit> 1616 </trans-unit>
1621 <trans-unit id="1823843876735462104" datatype="html"> 1617 <trans-unit id="1823843876735462104" datatype="html">
1622 <source>Playlists</source> 1618 <source>Playlists</source>
1623 <target state="translated">Playlists</target> 1619 <target state="translated">Playlists</target>
1624 1620 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">59</context></context-group>
1625 1621 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">85</context></context-group>
1626 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">85</context></context-group></trans-unit> 1622 </trans-unit>
1627 <trans-unit id="1812379335568847528"> 1623 <trans-unit id="1812379335568847528">
1628 <source>Subscriptions</source> 1624 <source>Subscriptions</source>
1629 <target>Inscrições</target> 1625 <target>Inscrições</target>
1630 1626 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">64</context></context-group>
1631 1627 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-user-subscriptions.component.ts</context><context context-type="linenumber">46</context></context-group>
1632 1628 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">57</context></context-group>
1633 1629 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">91</context></context-group>
1634 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">64</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-user-subscriptions.component.ts</context><context context-type="linenumber">46</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">91</context></context-group></trans-unit> 1630 </trans-unit>
1635 <trans-unit id="186236568870281953" datatype="html"> 1631 <trans-unit id="186236568870281953" datatype="html">
1636 <source>History</source> 1632 <source>History</source>
1637 <target state="translated">Histórico</target> 1633 <target state="translated">Histórico</target>
1638 1634 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">69</context></context-group>
1639 1635 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">97</context></context-group>
1640 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">97</context></context-group></trans-unit> 1636 </trans-unit>
1641 <trans-unit id="1504521795586863905" datatype="html"> 1637 <trans-unit id="1504521795586863905" datatype="html">
1642 <source>VIDEOS</source> 1638 <source>VIDEOS</source>
1643 <target state="new">VIDEOS</target> 1639 <target state="new">VIDEOS</target>
1644 1640 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group>
1645 1641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group>
1646 1642 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group>
1647 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 1643 </trans-unit>
1648 <trans-unit id="667372110624203230" datatype="html"> 1644 <trans-unit id="667372110624203230" datatype="html">
1649 <source>Import jobs concurrency</source> 1645 <source>Import jobs concurrency</source>
1650 <target state="new">Import jobs concurrency</target> 1646 <target state="new">Import jobs concurrency</target>
1651 1647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group>
1652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit> 1648 </trans-unit>
1653 <trans-unit id="2184839376696112704" datatype="html"> 1649 <trans-unit id="2184839376696112704" datatype="html">
1654 <source>allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</source> 1650 <source>allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</source>
1655 <target state="new">allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</target> 1651 <target state="new">allows to import multiple videos in parallel. ⚠️ Requires a PeerTube restart.</target>
1656 1652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">226</context></context-group>
1657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">226</context></context-group></trans-unit> 1653 </trans-unit>
1658 <trans-unit id="780513172839038392" datatype="html"> 1654 <trans-unit id="780513172839038392" datatype="html">
1659 <source>jobs in parallel</source> 1655 <source>jobs in parallel</source>
1660 <target state="new">jobs in parallel</target> 1656 <target state="new">jobs in parallel</target>
1661 1657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">230</context></context-group>
1662 1658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context><context context-type="linenumber">171</context></context-group>
1663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">230</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html</context><context context-type="linenumber">171</context></context-group></trans-unit> 1659 </trans-unit>
1664 <trans-unit id="5997625369044180192" datatype="html"> 1660 <trans-unit id="5997625369044180192" datatype="html">
1665 <source>Allow import with HTTP URL (e.g. YouTube)</source> 1661 <source>Allow import with HTTP URL (e.g. YouTube)</source>
1666 <target state="new">Allow import with HTTP URL (e.g. YouTube)</target> 1662 <target state="new">Allow import with HTTP URL (e.g. YouTube)</target>
1667 1663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">239</context></context-group>
1668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">239</context></context-group></trans-unit> 1664 </trans-unit>
1669 <trans-unit id="7627544798203088407" datatype="html"> 1665 <trans-unit id="7627544798203088407" datatype="html">
1670 <source>Discover</source> 1666 <source>Discover</source>
1671 <target state="translated">Descobrir</target> 1667 <target state="translated">Descobrir</target>
1672 1668 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/overview/video-overview.component.html</context><context context-type="linenumber">1</context></context-group>
1673 1669 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">125</context></context-group>
1674 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/overview/video-overview.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">125</context></context-group></trans-unit> 1670 </trans-unit>
1675 <trans-unit id="7844706011418789951"> 1671 <trans-unit id="7844706011418789951">
1676 <source>Administration</source> 1672 <source>Administration</source>
1677 <target>Administração</target> 1673 <target>Administração</target>
1678 1674 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">93</context></context-group>
1679 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit> 1675 </trans-unit>
1680 <trans-unit id="1726363342938046830"> 1676 <trans-unit id="1726363342938046830">
1681 <source>About</source> 1677 <source>About</source>
1682 <target>Sobre</target> 1678 <target>Sobre</target>
1683 1679 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">124</context></context-group>
1684 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">124</context></context-group></trans-unit> 1680 </trans-unit>
1685 <trans-unit id="7922989125096435449" datatype="html"> 1681 <trans-unit id="7922989125096435449" datatype="html">
1686 <source>Contact</source> 1682 <source>Contact</source>
1687 <target state="new">Contact</target> 1683 <target state="new">Contact</target>
1688 1684 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">37</context></context-group>
1689 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">136</context></context-group></trans-unit> 1685 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">136</context></context-group>
1686 </trans-unit>
1690 <trans-unit id="403762424689874454"> 1687 <trans-unit id="403762424689874454">
1691 <source>View your notifications</source> 1688 <source>View your notifications</source>
1692 <target>Ver suas notificações</target> 1689 <target>Ver suas notificações</target>
@@ -1722,7 +1719,7 @@ The link will expire within 1 hour.</target>
1722 <trans-unit id="4424964105331349857" datatype="html"> 1719 <trans-unit id="4424964105331349857" datatype="html">
1723 <source>I'm a teapot</source> 1720 <source>I'm a teapot</source>
1724 <target state="new">I'm a teapot</target> 1721 <target state="new">I'm a teapot</target>
1725 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1722 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group>
1726 </trans-unit> 1723 </trans-unit>
1727 <trans-unit id="1597262876035959248" datatype="html"> 1724 <trans-unit id="1597262876035959248" datatype="html">
1728 <source>That's an error.</source> 1725 <source>That's an error.</source>
@@ -1816,9 +1813,8 @@ The link will expire within 1 hour.</target>
1816 <trans-unit id="2971365540217107489" datatype="html"> 1813 <trans-unit id="2971365540217107489" datatype="html">
1817 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1814 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1818 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1815 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1819 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1816 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group>
1820 </trans-unit> 1817 </trans-unit>
1821
1822 <trans-unit id="5131854469652959713" datatype="html"> 1818 <trans-unit id="5131854469652959713" datatype="html">
1823 <source>GLOBAL SEARCH</source> 1819 <source>GLOBAL SEARCH</source>
1824 <target state="new">GLOBAL SEARCH</target> 1820 <target state="new">GLOBAL SEARCH</target>
@@ -1898,19 +1894,19 @@ The link will expire within 1 hour.</target>
1898 <trans-unit id="5478121364779850827" datatype="html"> 1894 <trans-unit id="5478121364779850827" datatype="html">
1899 <source>Reset</source> 1895 <source>Reset</source>
1900 <target state="translated">Redefinir</target> 1896 <target state="translated">Redefinir</target>
1901 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1897
1902 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1898
1903 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1899
1904 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1900
1905 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1901
1906 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1902
1907 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1903
1908 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1904
1909 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1905
1910 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1906
1911 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1907
1912 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1908
1913 </trans-unit> 1909 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1914 <trans-unit id="4540121094340493564" datatype="html"> 1910 <trans-unit id="4540121094340493564" datatype="html">
1915 <source>Display only</source> 1911 <source>Display only</source>
1916 <target state="new">Display only</target> 1912 <target state="new">Display only</target>
@@ -1956,7 +1952,7 @@ The link will expire within 1 hour.</target>
1956 <target>Duração</target> 1952 <target>Duração</target>
1957 1953
1958 1954
1959 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1955 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1960 <trans-unit id="3589238979642505685"> 1956 <trans-unit id="3589238979642505685">
1961 <source>Display sensitive content</source> 1957 <source>Display sensitive content</source>
1962 <target>Visualizar conteúdo sensível</target> 1958 <target>Visualizar conteúdo sensível</target>
@@ -1978,7 +1974,7 @@ The link will expire within 1 hour.</target>
1978 1974
1979 1975
1980 1976
1981 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1977 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1982 <trans-unit id="5478121364779850827" datatype="html"> 1978 <trans-unit id="5478121364779850827" datatype="html">
1983 <source>Reset</source> 1979 <source>Reset</source>
1984 <target state="translated">Redefinir</target> 1980 <target state="translated">Redefinir</target>
@@ -1999,7 +1995,7 @@ The link will expire within 1 hour.</target>
1999 1995
2000 1996
2001 1997
2002 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1998 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
2003 <trans-unit id="4184995865179898060" datatype="html"> 1999 <trans-unit id="4184995865179898060" datatype="html">
2004 <source>Display all licenses</source> 2000 <source>Display all licenses</source>
2005 <target state="new">Display all licenses</target> 2001 <target state="new">Display all licenses</target>
@@ -2012,7 +2008,7 @@ The link will expire within 1 hour.</target>
2012 2008
2013 2009
2014 2010
2015 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 2011 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
2016 <trans-unit id="7904142744051432458" datatype="html"> 2012 <trans-unit id="7904142744051432458" datatype="html">
2017 <source>Display all languages</source> 2013 <source>Display all languages</source>
2018 <target state="new">Display all languages</target> 2014 <target state="new">Display all languages</target>
@@ -2027,17 +2023,23 @@ The link will expire within 1 hour.</target>
2027 <source>One of these tags</source> 2023 <source>One of these tags</source>
2028 <target>Uma destas etiquetas</target> 2024 <target>Uma destas etiquetas</target>
2029 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 2025 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
2026 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
2027 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
2028 <context-group purpose="location">
2029 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
2030 <context context-type="linenumber">178</context>
2031 </context-group>
2030 </trans-unit> 2032 </trans-unit>
2031 <trans-unit id="283421392567624698" datatype="html"> 2033 <trans-unit id="283421392567624698" datatype="html">
2032 <source>Search target</source> 2034 <source>Search target</source>
2033 <target state="new">Search target</target> 2035 <target state="new">Search target</target>
2034 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 2036
2035 </trans-unit> 2037 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
2036 <trans-unit id="2489767671380266270" datatype="html"> 2038 <trans-unit id="2489767671380266270" datatype="html">
2037 <source>Vidiverse</source> 2039 <source>Vidiverse</source>
2038 <target state="new">Vidiverse</target> 2040 <target state="new">Vidiverse</target>
2039 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 2041
2040 </trans-unit> 2042 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
2041 <trans-unit id="5478121364779850827" datatype="html"> 2043 <trans-unit id="5478121364779850827" datatype="html">
2042 <source>Reset</source> 2044 <source>Reset</source>
2043 <target state="translated">Reinicializar</target> 2045 <target state="translated">Reinicializar</target>
@@ -2046,8 +2048,8 @@ The link will expire within 1 hour.</target>
2046 <trans-unit id="8829497237648100098"> 2048 <trans-unit id="8829497237648100098">
2047 <source>Filter</source> 2049 <source>Filter</source>
2048 <target>Filtro</target> 2050 <target>Filtro</target>
2049 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 2051
2050 </trans-unit> 2052 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
2051 <trans-unit id="6479885129995567639" datatype="html"> 2053 <trans-unit id="6479885129995567639" datatype="html">
2052 <source>Video channels</source> 2054 <source>Video channels</source>
2053 <target state="new">Video channels</target> 2055 <target state="new">Video channels</target>
@@ -2085,7 +2087,7 @@ The link will expire within 1 hour.</target>
2085 <target>Tags</target> 2087 <target>Tags</target>
2086 2088
2087 2089
2088 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 2090 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
2089 <trans-unit id="354332809647287722" datatype="html"> 2091 <trans-unit id="354332809647287722" datatype="html">
2090 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 2092 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
2091 <target state="new"> 2093 <target state="new">
@@ -2113,9 +2115,9 @@ The link will expire within 1 hour.</target>
2113 <trans-unit id="8054921481196967348" datatype="html"> 2115 <trans-unit id="8054921481196967348" datatype="html">
2114 <source>This image is too large.</source> 2116 <source>This image is too large.</source>
2115 <target state="new">This image is too large.</target> 2117 <target state="new">This image is too large.</target>
2116 2118 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">56</context></context-group>
2117 2119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts</context><context context-type="linenumber">52</context></context-group>
2118 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit> 2120 </trans-unit>
2119 <trans-unit id="6259523075362402245" datatype="html"> 2121 <trans-unit id="6259523075362402245" datatype="html">
2120 <source>Upload a new banner</source> 2122 <source>Upload a new banner</source>
2121 <target state="new">Upload a new banner</target> 2123 <target state="new">Upload a new banner</target>
@@ -2135,8 +2137,8 @@ The link will expire within 1 hour.</target>
2135 <trans-unit id="7306351600905511107" datatype="html"> 2137 <trans-unit id="7306351600905511107" datatype="html">
2136 <source>ratio 6/1, recommended size: 1920x317, max size: <x id="PH" equiv-text="getBytes(this.maxBannerSize)"/>, extensions: <x id="PH_1" equiv-text="this.bannerExtensions"/></source> 2138 <source>ratio 6/1, recommended size: 1920x317, max size: <x id="PH" equiv-text="getBytes(this.maxBannerSize)"/>, extensions: <x id="PH_1" equiv-text="this.bannerExtensions"/></source>
2137 <target state="new">ratio 6/1, recommended size: 1920x317, max size: <x id="PH" equiv-text="getBytes(this.maxBannerSize)"/>, extensions: <x id="PH_1" equiv-text="this.bannerExtensions"/></target> 2139 <target state="new">ratio 6/1, recommended size: 1920x317, max size: <x id="PH" equiv-text="getBytes(this.maxBannerSize)"/>, extensions: <x id="PH_1" equiv-text="this.bannerExtensions"/></target>
2138 2140 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts</context><context context-type="linenumber">44</context></context-group>
2139 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-banner-edit.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 2141 </trans-unit>
2140 <trans-unit id="3220184757632006830" datatype="html"> 2142 <trans-unit id="3220184757632006830" datatype="html">
2141 <source>Account avatar</source> 2143 <source>Account avatar</source>
2142 <target state="new">Account avatar</target> 2144 <target state="new">Account avatar</target>
@@ -2152,14 +2154,18 @@ The link will expire within 1 hour.</target>
2152 <context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context> 2154 <context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context>
2153 <context context-type="linenumber">48</context> 2155 <context context-type="linenumber">48</context>
2154 </context-group> 2156 </context-group>
2155 </trans-unit><trans-unit id="1358902062258458923" datatype="html"> 2157 </trans-unit>
2156 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://en.wikipedia.org/wiki/Markdown#Example&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>Markdown compatible<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> that also supports <x id="START_LINK_1" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/api-custom-client-markup&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>custom PeerTube HTML tags<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source><target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://en.wikipedia.org/wiki/Markdown#Example&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>Markdown compatible<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> that also supports <x id="START_LINK_1" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/api-custom-client-markup&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>custom PeerTube HTML tags<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target> 2158 <trans-unit id="1358902062258458923" datatype="html">
2159 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://en.wikipedia.org/wiki/Markdown#Example&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>Markdown compatible<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> that also supports <x id="START_LINK_1" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/api-custom-client-markup&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>custom PeerTube HTML tags<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
2160 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://en.wikipedia.org/wiki/Markdown#Example&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>Markdown compatible<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> that also supports <x id="START_LINK_1" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/api-custom-client-markup&quot; target=&quot;_blank&quot; rel=&quot;noreferer noopener&quot;>"/>custom PeerTube HTML tags<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
2157 <context-group purpose="location"> 2161 <context-group purpose="location">
2158 <context context-type="sourcefile">src/app/shared/shared-custom-markup/custom-markup-help.component.html</context> 2162 <context context-type="sourcefile">src/app/shared/shared-custom-markup/custom-markup-help.component.html</context>
2159 <context context-type="linenumber">2</context> 2163 <context context-type="linenumber">2</context>
2160 </context-group> 2164 </context-group>
2161 </trans-unit><trans-unit id="7976591803735140601" datatype="html"> 2165 </trans-unit>
2162 <source>Latest published video</source><target state="new">Latest published video</target> 2166 <trans-unit id="7976591803735140601" datatype="html">
2167 <source>Latest published video</source>
2168 <target state="new">Latest published video</target>
2163 <context-group purpose="location"> 2169 <context-group purpose="location">
2164 <context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context> 2170 <context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context>
2165 <context context-type="linenumber">24</context> 2171 <context context-type="linenumber">24</context>
@@ -2206,48 +2212,48 @@ The link will expire within 1 hour.</target>
2206 <trans-unit id="5462361983940693567"> 2212 <trans-unit id="5462361983940693567">
2207 <source>Channel</source> 2213 <source>Channel</source>
2208 <target>Canal</target> 2214 <target>Canal</target>
2209 2215 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">70</context></context-group>
2210 2216 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">70</context></context-group>
2211 2217 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">34</context></context-group>
2212 2218 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">58</context></context-group>
2213 2219 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.html</context><context context-type="linenumber">6</context></context-group>
2214 2220 <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">30</context></context-group>
2215 2221 <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>
2216 2222 <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">19</context></context-group>
2217 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-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">34</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">58</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.html</context><context context-type="linenumber">6</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">30</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">19</context></context-group></trans-unit> 2223 </trans-unit>
2218 <trans-unit id="8440128775129354214"> 2224 <trans-unit id="8440128775129354214">
2219 <source>Privacy</source> 2225 <source>Privacy</source>
2220 <target>Privacidade</target> 2226 <target>Privacidade</target>
2221 2227 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">57</context></context-group>
2222 2228 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">57</context></context-group>
2223 2229 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">106</context></context-group>
2224 2230 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.html</context><context context-type="linenumber">13</context></context-group>
2225 2231 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">37</context></context-group>
2226 2232 <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">29</context></context-group>
2227 2233 <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">26</context></context-group>
2228 2234 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">2</context></context-group>
2229 2235 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">22</context></context-group>
2230 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">57</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">106</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">29</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">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">2</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-details.component.ts</context><context context-type="linenumber">22</context></context-group></trans-unit> 2236 </trans-unit>
2231 <trans-unit id="2806917038528218276" datatype="html"> 2237 <trans-unit id="2806917038528218276" datatype="html">
2232 <source>FAQ</source> 2238 <source>FAQ</source>
2233 <target state="new">FAQ</target> 2239 <target state="new">FAQ</target>
2234 2240 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group>
2235 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group></trans-unit> 2241 </trans-unit>
2236 <trans-unit id="3620232640697554352" datatype="html"> 2242 <trans-unit id="3620232640697554352" datatype="html">
2237 <source>Frequently asked questions about PeerTube</source> 2243 <source>Frequently asked questions about PeerTube</source>
2238 <target state="translated">Perguntas frequentes sobre o PeerTube</target> 2244 <target state="translated">Perguntas frequentes sobre o PeerTube</target>
2239 2245 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group>
2240 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">138</context></context-group></trans-unit> 2246 </trans-unit>
2241 <trans-unit id="8942351587754185907" datatype="html"> 2247 <trans-unit id="8942351587754185907" datatype="html">
2242 <source>API</source> 2248 <source>API</source>
2243 <target state="new">API</target> 2249 <target state="new">API</target>
2244 2250 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group>
2245 <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> 2251 </trans-unit>
2246 <trans-unit id="3722967224215437913" datatype="html"> 2252 <trans-unit id="3722967224215437913" datatype="html">
2247 <source>API documentation</source> 2253 <source>API documentation</source>
2248 <target state="new">API documentation</target> 2254 <target state="new">API documentation</target>
2249 2255 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">140</context></context-group>
2250 <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> 2256 </trans-unit>
2251 <trans-unit id="9012879216268259096"> 2257 <trans-unit id="9012879216268259096">
2252 <source>Schedule publication (<x id="INTERPOLATION"/>)</source> 2258 <source>Schedule publication (<x id="INTERPOLATION"/>)</source>
2253 <target>Agendar publicação ( 2259 <target>Agendar publicação (
@@ -2408,10 +2414,11 @@ The link will expire within 1 hour.</target>
2408 <trans-unit id="3068011377000255023" datatype="html"> 2414 <trans-unit id="3068011377000255023" datatype="html">
2409 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source> 2415 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source>
2410 <target state="new">{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</target> 2416 <target state="new">{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</target>
2411 2417 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">26</context></context-group>
2412 2418 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">41</context></context-group>
2413 2419 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">76</context></context-group>
2414 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">76</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 2420 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">16</context></context-group>
2421 </trans-unit>
2415 <trans-unit id="8856905278208146821" datatype="html"> 2422 <trans-unit id="8856905278208146821" datatype="html">
2416 <source><x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 videos} other {{{ channelVideosCount }} videos}}"/> </source> 2423 <source><x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 videos} other {{{ channelVideosCount }} videos}}"/> </source>
2417 <target state="new"> <x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 videos} other {{{ channelVideosCount }} videos}}"/> </target> 2424 <target state="new"> <x id="ICU" equiv-text="{channelVideosCount, plural, =1 {1 videos} other {{{ channelVideosCount }} videos}}"/> </target>
@@ -2496,17 +2503,17 @@ The link will expire within 1 hour.</target>
2496 <trans-unit id="4021752662928002901"> 2503 <trans-unit id="4021752662928002901">
2497 <source>Update</source> 2504 <source>Update</source>
2498 <target>Atualizar</target> 2505 <target>Atualizar</target>
2499 2506 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">174</context></context-group>
2500 2507 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts</context><context context-type="linenumber">110</context></context-group>
2501 2508 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-go-live.component.html</context><context context-type="linenumber">45</context></context-group>
2502 2509 <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">68</context></context-group>
2503 2510 <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">61</context></context-group>
2504 2511 <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>
2505 2512 <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>
2506 2513 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/edit-button.component.ts</context><context context-type="linenumber">17</context></context-group>
2507 2514 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/edit-button.component.ts</context><context context-type="linenumber">22</context></context-group>
2508 2515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">284</context></context-group>
2509 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">174</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-update.component.ts</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-go-live.component.html</context><context context-type="linenumber">45</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">68</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">61</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><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/edit-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/edit-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">284</context></context-group></trans-unit> 2516 </trans-unit>
2510 <trans-unit id="6722765664648523978"> 2517 <trans-unit id="6722765664648523978">
2511 <source>Select the file to upload</source> 2518 <source>Select the file to upload</source>
2512 <target>Selecione o arquivo para enviar</target> 2519 <target>Selecione o arquivo para enviar</target>
@@ -2516,13 +2523,13 @@ The link will expire within 1 hour.</target>
2516 <trans-unit id="9172233176401579786"> 2523 <trans-unit id="9172233176401579786">
2517 <source>Scheduled</source> 2524 <source>Scheduled</source>
2518 <target>Programado</target> 2525 <target>Programado</target>
2519 2526 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group>
2520 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group></trans-unit> 2527 </trans-unit>
2521 <trans-unit id="1435317307066082710" datatype="html"> 2528 <trans-unit id="1435317307066082710" datatype="html">
2522 <source>Hide the video until a specific date</source> 2529 <source>Hide the video until a specific date</source>
2523 <target state="new">Hide the video until a specific date</target> 2530 <target state="new">Hide the video until a specific date</target>
2524 2531 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group>
2525 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 2532 </trans-unit>
2526 <trans-unit id="6148369758871787018" datatype="html"> 2533 <trans-unit id="6148369758871787018" datatype="html">
2527 <source>Video background image</source> 2534 <source>Video background image</source>
2528 <target state="translated">Imagem de fundo do vídeo</target> 2535 <target state="translated">Imagem de fundo do vídeo</target>
@@ -2579,7 +2586,7 @@ The link will expire within 1 hour.</target>
2579 <source>Upload on hold</source> 2586 <source>Upload on hold</source>
2580 <target state="new">Upload on hold</target> 2587 <target state="new">Upload on hold</target>
2581 2588
2582 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2589 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2583 <trans-unit id="285180972645018518" datatype="html"> 2590 <trans-unit id="285180972645018518" datatype="html">
2584 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2591 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2585 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2592 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2695,18 +2702,18 @@ The link will expire within 1 hour.</target>
2695 <trans-unit id="3907889591911208762" datatype="html"> 2702 <trans-unit id="3907889591911208762" datatype="html">
2696 <source>Other videos</source> 2703 <source>Other videos</source>
2697 <target state="translated">Outros vídeos</target> 2704 <target state="translated">Outros vídeos</target>
2698 2705 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html</context><context context-type="linenumber">5</context></context-group>
2699 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 2706 </trans-unit>
2700 <trans-unit id="2913936134410914576" datatype="html"> 2707 <trans-unit id="2913936134410914576" datatype="html">
2701 <source>AUTOPLAY</source> 2708 <source>AUTOPLAY</source>
2702 <target state="new">AUTOPLAY</target> 2709 <target state="new">AUTOPLAY</target>
2703 2710 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html</context><context context-type="linenumber">10</context></context-group>
2704 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2711 </trans-unit>
2705 <trans-unit id="4619111912751495491" datatype="html"> 2712 <trans-unit id="4619111912751495491" datatype="html">
2706 <source>Report this comment</source> 2713 <source>Report this comment</source>
2707 <target state="new">Report this comment</target> 2714 <target state="new">Report this comment</target>
2708 2715 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">178</context></context-group>
2709 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">178</context></context-group></trans-unit> 2716 </trans-unit>
2710 <trans-unit id="7419704019640008953"> 2717 <trans-unit id="7419704019640008953">
2711 <source>Share</source> 2718 <source>Share</source>
2712 <target>Compartilhar</target> 2719 <target>Compartilhar</target>
@@ -2818,66 +2825,60 @@ The link will expire within 1 hour.</target>
2818 <trans-unit id="8928816882866356838" datatype="html"> 2825 <trans-unit id="8928816882866356838" datatype="html">
2819 <source>Public</source> 2826 <source>Public</source>
2820 <target state="translated">Público</target> 2827 <target state="translated">Público</target>
2821 2828 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">11</context></context-group>
2822 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 2829 </trans-unit>
2823
2824
2825
2826
2827
2828 <trans-unit id="4416005356063364306" datatype="html"> 2830 <trans-unit id="4416005356063364306" datatype="html">
2829 <source>This video is blocked.</source> 2831 <source>This video is blocked.</source>
2830 <target state="translated">Este vídeo está bloqueado.</target> 2832 <target state="translated">Este vídeo está bloqueado.</target>
2831 2833 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context><context context-type="linenumber">22</context></context-group>
2832 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 2834 </trans-unit>
2833 <trans-unit id="2482137713226830428" datatype="html"> 2835 <trans-unit id="2482137713226830428" datatype="html">
2834 <source>Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></source> 2836 <source>Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></source>
2835 <target state="new">Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></target> 2837 <target state="new">Published <x id="START_TAG_MY_DATE_TOGGLE"/><x id="CLOSE_TAG_MY_DATE_TOGGLE"/></target>
2836 2838 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">31</context></context-group>
2837 2839 </trans-unit>
2838 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
2839 <trans-unit id="1813238393038053050" datatype="html"> 2840 <trans-unit id="1813238393038053050" datatype="html">
2840 <source>SUPPORT</source> 2841 <source>SUPPORT</source>
2841 <target state="translated">APOIAR</target> 2842 <target state="translated">APOIAR</target>
2842 2843 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">13</context></context-group>
2843 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 2844 </trans-unit>
2844 <trans-unit id="9219888125536520293" datatype="html"> 2845 <trans-unit id="9219888125536520293" datatype="html">
2845 <source>SHARE</source> 2846 <source>SHARE</source>
2846 <target state="translated">COMPARTILHAR</target> 2847 <target state="translated">COMPARTILHAR</target>
2847 2848 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">18</context></context-group>
2848 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2849 </trans-unit>
2849 <trans-unit id="6671956963490165282" datatype="html"> 2850 <trans-unit id="6671956963490165282" datatype="html">
2850 <source>SAVE</source> 2851 <source>SAVE</source>
2851 <target state="translated">SALVAR</target> 2852 <target state="translated">SALVAR</target>
2852 2853 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">29</context></context-group>
2853 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 2854 </trans-unit>
2854 <trans-unit id="647016352598204238" datatype="html"> 2855 <trans-unit id="647016352598204238" datatype="html">
2855 <source>DOWNLOAD</source> 2856 <source>DOWNLOAD</source>
2856 <target state="translated">BAIXAR</target> 2857 <target state="translated">BAIXAR</target>
2857 2858 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">43</context></context-group>
2858 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 2859 </trans-unit>
2859 <trans-unit id="677619204556459328"> 2860 <trans-unit id="677619204556459328">
2860 <source>Like this video</source> 2861 <source>Like this video</source>
2861 <target>Curtir este vídeo</target> 2862 <target>Curtir este vídeo</target>
2862 2863 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">37</context></context-group>
2863 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">37</context></context-group></trans-unit> 2864 </trans-unit>
2864 <trans-unit id="1979134407801821102"> 2865 <trans-unit id="1979134407801821102">
2865 <source>Dislike this video</source> 2866 <source>Dislike this video</source>
2866 <target>Descurtir este vídeo</target> 2867 <target>Descurtir este vídeo</target>
2867 2868 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">38</context></context-group>
2868 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">38</context></context-group></trans-unit> 2869 </trans-unit>
2869 <trans-unit id="4001371302469308813" datatype="html"> 2870 <trans-unit id="4001371302469308813" datatype="html">
2870 <source>Support options for this video</source> 2871 <source>Support options for this video</source>
2871 <target state="translated">Opções de apoio para este video</target> 2872 <target state="translated">Opções de apoio para este video</target>
2872 2873 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.ts</context><context context-type="linenumber">56</context></context-group>
2873 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 2874 </trans-unit>
2874 <trans-unit id="687548610091961489"> 2875 <trans-unit id="687548610091961489">
2875 <source>By <x id="INTERPOLATION"/></source> 2876 <source>By <x id="INTERPOLATION"/></source>
2876 <target>Por 2877 <target>Por
2877 <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> 2878 <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/>
2878 </target> 2879 </target>
2879 2880 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">71</context></context-group>
2880 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 2881 </trans-unit>
2881 <trans-unit id="1144407473317535723" datatype="html"> 2882 <trans-unit id="1144407473317535723" datatype="html">
2882 <source>Subscribe</source> 2883 <source>Subscribe</source>
2883 <target state="translated">Inscrever</target> 2884 <target state="translated">Inscrever</target>
@@ -2901,42 +2902,48 @@ The link will expire within 1 hour.</target>
2901 <trans-unit id="7215101881367554791"> 2902 <trans-unit id="7215101881367554791">
2902 <source>Show more</source> 2903 <source>Show more</source>
2903 <target>Mostrar mais</target> 2904 <target>Mostrar mais</target>
2904 2905 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">10</context></context-group>
2905 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 2906 </trans-unit>
2906 <trans-unit id="3517550046701184661"> 2907 <trans-unit id="3517550046701184661">
2907 <source>Show less</source> 2908 <source>Show less</source>
2908 <target>Mostrar menos</target> 2909 <target>Mostrar menos</target>
2909 2910 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group>
2910 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 2911 </trans-unit>
2911 <trans-unit id="66785722678644243" datatype="html"> 2912 <trans-unit id="66785722678644243" datatype="html">
2912 <source>Origin</source> 2913 <source>Origin</source>
2913 <target state="new">Origin</target> 2914 <target state="new">Origin</target>
2914 2915 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group>
2915 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2916 </trans-unit><trans-unit id="6981359593518942576" datatype="html">
2917 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2918 <context-group purpose="location">
2919 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2920 <context context-type="linenumber">14</context>
2921 </context-group>
2922 </trans-unit>
2916 <trans-unit id="5139892963394684487" datatype="html"> 2923 <trans-unit id="5139892963394684487" datatype="html">
2917 <source>Originally published</source> 2924 <source>Originally published</source>
2918 <target state="translated">Originalmente publicado</target> 2925 <target state="translated">Originalmente publicado</target>
2919 2926
2920 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2927 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2921 <trans-unit id="6402393085909200998" datatype="html"> 2928 <trans-unit id="6402393085909200998" datatype="html">
2922 <source>Friendly Reminder:</source> 2929 <source>Friendly Reminder:</source>
2923 <target state="translated">Lembrete amigável:</target> 2930 <target state="translated">Lembrete amigável:</target>
2924 2931 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">4</context></context-group>
2925 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit> 2932 </trans-unit>
2926 <trans-unit id="2935783216050341269" datatype="html"> 2933 <trans-unit id="2935783216050341269" datatype="html">
2927 <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> 2934 <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>
2928 <target state="translated">o sistema de compartilhamento usado para este vídeo implica que algumas informações técnicas sobre o seu sistema (como um endereço IP público) possam ser enviadas para outros pares.</target> 2935 <target state="translated">o sistema de compartilhamento usado para este vídeo implica que algumas informações técnicas sobre o seu sistema (como um endereço IP público) possam ser enviadas para outros pares.</target>
2929 2936 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">6</context></context-group>
2930 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 2937 </trans-unit>
2931 <trans-unit id="4619188387782427495"> 2938 <trans-unit id="4619188387782427495">
2932 <source>More information</source> 2939 <source>More information</source>
2933 <target>Mais informações</target> 2940 <target>Mais informações</target>
2934 2941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">36</context></context-group>
2935 2942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">56</context></context-group>
2936 2943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">56</context></context-group>
2937 2944 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">9</context></context-group>
2938 2945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">32</context></context-group>
2939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 2946 </trans-unit>
2940 <trans-unit id="3452334748875293295" datatype="html"> 2947 <trans-unit id="3452334748875293295" datatype="html">
2941 <source>The video was blocked due to automatic blocking of new videos</source> 2948 <source>The video was blocked due to automatic blocking of new videos</source>
2942 <target state="new">The video was blocked due to automatic blocking of new videos</target> 2949 <target state="new">The video was blocked due to automatic blocking of new videos</target>
@@ -2950,49 +2957,54 @@ The link will expire within 1 hour.</target>
2950 <trans-unit id="4512155674928869984"> 2957 <trans-unit id="4512155674928869984">
2951 <source>Get more information</source> 2958 <source>Get more information</source>
2952 <target>Obtenha mais informações</target> 2959 <target>Obtenha mais informações</target>
2953 2960 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">9</context></context-group>
2954 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 2961 </trans-unit>
2955 <trans-unit id="5184373289520493569" datatype="html"> 2962 <trans-unit id="5184373289520493569" datatype="html">
2956 <source>OK</source> 2963 <source>OK</source>
2957 <target state="new"> 2964 <target state="new">
2958 OK 2965 OK
2959 </target> 2966 </target>
2960 2967 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">13</context></context-group>
2961 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/privacy-concerns.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="4092533321838934102" datatype="html"> 2968 </trans-unit>
2962 <source> The video is being imported, it will be available when the import is finished. 2969 <trans-unit id="4092533321838934102" datatype="html">
2963</source><target state="new"> The video is being imported, it will be available when the import is finished. 2970 <source>The video is being imported, it will be available when the import is finished.</source>
2971 <target state="new"> The video is being imported, it will be available when the import is finished.
2964</target> 2972</target>
2965 <context-group purpose="location"> 2973 <context-group purpose="location">
2966 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2974 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2967 <context context-type="linenumber">2,3</context> 2975 <context context-type="linenumber">2,3</context>
2968 </context-group> 2976 </context-group>
2969 </trans-unit><trans-unit id="8304621069698650554" datatype="html"> 2977 </trans-unit>
2970 <source> The video is being transcoded, it may not work properly. 2978 <trans-unit id="8304621069698650554" datatype="html">
2971</source><target state="new"> The video is being transcoded, it may not work properly. 2979 <source>The video is being transcoded, it may not work properly.</source>
2980 <target state="new"> The video is being transcoded, it may not work properly.
2972</target> 2981</target>
2973 <context-group purpose="location"> 2982 <context-group purpose="location">
2974 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2983 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2975 <context context-type="linenumber">6,7</context> 2984 <context context-type="linenumber">6,7</context>
2976 </context-group> 2985 </context-group>
2977 </trans-unit><trans-unit id="8619499607322327082" datatype="html"> 2986 </trans-unit>
2978 <source> This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2987 <trans-unit id="8619499607322327082" datatype="html">
2979</source><target state="new"> This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2988 <source>This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. </source>
2989 <target state="new"> This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
2980</target> 2990</target>
2981 <context-group purpose="location"> 2991 <context-group purpose="location">
2982 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 2992 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2983 <context context-type="linenumber">9,11</context> 2993 <context context-type="linenumber">9,11</context>
2984 </context-group> 2994 </context-group>
2985 </trans-unit><trans-unit id="4262297989675590582" datatype="html"> 2995 </trans-unit>
2986 <source> This live has not started yet. 2996 <trans-unit id="4262297989675590582" datatype="html">
2987</source><target state="new"> This live has not started yet. 2997 <source>This live has not started yet.</source>
2998 <target state="new"> This live has not started yet.
2988</target> 2999</target>
2989 <context-group purpose="location"> 3000 <context-group purpose="location">
2990 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 3001 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
2991 <context context-type="linenumber">14,15</context> 3002 <context context-type="linenumber">14,15</context>
2992 </context-group> 3003 </context-group>
2993 </trans-unit><trans-unit id="4926204350710628499" datatype="html"> 3004 </trans-unit>
2994 <source> This live has ended. 3005 <trans-unit id="4926204350710628499" datatype="html">
2995</source><target state="new"> This live has ended. 3006 <source>This live has ended.</source>
3007 <target state="new"> This live has ended.
2996</target> 3008</target>
2997 <context-group purpose="location"> 3009 <context-group purpose="location">
2998 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context> 3010 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/information/video-alert.component.html</context>
@@ -3004,171 +3016,171 @@ The link will expire within 1 hour.</target>
3004 <target state="new"> 3016 <target state="new">
3005 SORT BY 3017 SORT BY
3006 </target> 3018 </target>
3007 3019 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">11</context></context-group>
3008 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3020 </trans-unit>
3009 <trans-unit id="6448160249466325288" datatype="html"> 3021 <trans-unit id="6448160249466325288" datatype="html">
3010 <source>Most recent first (default)</source> 3022 <source>Most recent first (default)</source>
3011 <target state="translated">Mais recente primeiro (padrão)</target> 3023 <target state="translated">Mais recente primeiro (padrão)</target>
3012 3024 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">14</context></context-group>
3013 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 3025 </trans-unit>
3014 <trans-unit id="5179007899354903649" datatype="html"> 3026 <trans-unit id="5179007899354903649" datatype="html">
3015 <source>Most replies first</source> 3027 <source>Most replies first</source>
3016 <target state="translated">Mais respondido primeiro</target> 3028 <target state="translated">Mais respondido primeiro</target>
3017 3029 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">15</context></context-group>
3018 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit> 3030 </trans-unit>
3019 <trans-unit id="7494537777006082055"> 3031 <trans-unit id="7494537777006082055">
3020 <source>No comments.</source> 3032 <source>No comments.</source>
3021 <target>Nenhum comentário.</target> 3033 <target>Nenhum comentário.</target>
3022 3034 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">28</context></context-group>
3023 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit> 3035 </trans-unit>
3024 <trans-unit id="6390009909920475335" datatype="html"> 3036 <trans-unit id="6390009909920475335" datatype="html">
3025 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source> 3037 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </source>
3026 <target state="new"> View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </target> 3038 <target state="new"> View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> and others </target>
3027 3039 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">80</context></context-group>
3028 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit> 3040 </trans-unit>
3029 <trans-unit id="4036338619293319383" datatype="html"> 3041 <trans-unit id="4036338619293319383" datatype="html">
3030 <source>{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</source> 3042 <source>{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</source>
3031 <target state="new">{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</target> 3043 <target state="new">{VAR_PLURAL, plural, =1 {1 reply} other {<x id="INTERPOLATION"/> replies}}</target>
3032 3044 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">80</context></context-group>
3033 3045 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">83</context></context-group>
3034 3046 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">87</context></context-group>
3035 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit> 3047 </trans-unit>
3036 <trans-unit id="127329338495775339" datatype="html"> 3048 <trans-unit id="127329338495775339" datatype="html">
3037 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source> 3049 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </source>
3038 <target state="new"> View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target> 3050 <target state="new"> View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/> from <x id="INTERPOLATION_1" equiv-text="{{ video?.account?.displayName || 'the author' }}"/> </target>
3039 3051 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">83</context></context-group>
3040 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">83</context></context-group></trans-unit> 3052 </trans-unit>
3041 <trans-unit id="5535545444690528619" datatype="html"> 3053 <trans-unit id="5535545444690528619" datatype="html">
3042 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></source> 3054 <source>View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></source>
3043 <target state="new">View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></target> 3055 <target state="new">View <x id="ICU" equiv-text="{comment.totalReplies, plural, =1 {1 reply} other {{{ comment.totalReplies }} replies}}"/></target>
3044 3056 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">87</context></context-group>
3045 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit> 3057 </trans-unit>
3046 <trans-unit id="1055254162789146714"> 3058 <trans-unit id="1055254162789146714">
3047 <source>Comments are disabled.</source> 3059 <source>Comments are disabled.</source>
3048 <target> 3060 <target>
3049 Comentários estão desabilitados. 3061 Comentários estão desabilitados.
3050 </target> 3062 </target>
3051 3063 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">98</context></context-group>
3052 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">98</context></context-group></trans-unit> 3064 </trans-unit>
3053 <trans-unit id="3691787517663044217" datatype="html"> 3065 <trans-unit id="3691787517663044217" datatype="html">
3054 <source>The deletion will be sent to remote instances so they can reflect the change.</source> 3066 <source>The deletion will be sent to remote instances so they can reflect the change.</source>
3055 <target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target> 3067 <target state="new"> The deletion will be sent to remote instances so they can reflect the change.</target>
3056 3068 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">175</context></context-group>
3057 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">175</context></context-group></trans-unit> 3069 </trans-unit>
3058 <trans-unit id="7321800851971795962" datatype="html"> 3070 <trans-unit id="7321800851971795962" datatype="html">
3059 <source>It is a remote comment, so the deletion will only be effective on your instance.</source> 3071 <source>It is a remote comment, so the deletion will only be effective on your instance.</source>
3060 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target> 3072 <target state="new"> It is a remote comment, so the deletion will only be effective on your instance.</target>
3061 3073 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">177</context></context-group>
3062 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">177</context></context-group></trans-unit> 3074 </trans-unit>
3063 <trans-unit id="5964038603724691720" datatype="html"> 3075 <trans-unit id="5964038603724691720" datatype="html">
3064 <source>Delete and re-draft</source> 3076 <source>Delete and re-draft</source>
3065 <target state="new">Delete and re-draft</target> 3077 <target state="new">Delete and re-draft</target>
3066 3078 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">203</context></context-group>
3067 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 3079 </trans-unit>
3068 <trans-unit id="7163633882758007711" datatype="html"> 3080 <trans-unit id="7163633882758007711" datatype="html">
3069 <source>Do you really want to delete and re-draft this comment?</source> 3081 <source>Do you really want to delete and re-draft this comment?</source>
3070 <target state="new">Do you really want to delete and re-draft this comment?</target> 3082 <target state="new">Do you really want to delete and re-draft this comment?</target>
3071 3083 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">203</context></context-group>
3072 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 3084 </trans-unit>
3073 <trans-unit id="5733075023444401902"> 3085 <trans-unit id="5733075023444401902">
3074 <source>Add comment...</source> 3086 <source>Add comment...</source>
3075 <target>Adicionar comentário...</target> 3087 <target>Adicionar comentário...</target>
3076 3088 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">6</context></context-group>
3077 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 3089 </trans-unit>
3078 <trans-unit id="982956590420630883" datatype="html"> 3090 <trans-unit id="982956590420630883" datatype="html">
3079 <source>Markdown compatible</source> 3091 <source>Markdown compatible</source>
3080 <target state="new">Markdown compatible</target> 3092 <target state="new">Markdown compatible</target>
3081 3093 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">15</context></context-group>
3082 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit> 3094 </trans-unit>
3083 <trans-unit id="5793595564950675122" datatype="html"> 3095 <trans-unit id="5793595564950675122" datatype="html">
3084 <source>Markdown compatible that supports:</source> 3096 <source>Markdown compatible that supports:</source>
3085 <target state="new">Markdown compatible that supports:</target> 3097 <target state="new">Markdown compatible that supports:</target>
3086 3098 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">18</context></context-group>
3087 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 3099 </trans-unit>
3088 <trans-unit id="8422216333877786919" datatype="html"> 3100 <trans-unit id="8422216333877786919" datatype="html">
3089 <source>Auto generated links</source> 3101 <source>Auto generated links</source>
3090 <target state="new">Auto generated links</target> 3102 <target state="new">Auto generated links</target>
3091 3103 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">21</context></context-group>
3092 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 3104 </trans-unit>
3093 <trans-unit id="6365822416124232422" datatype="html"> 3105 <trans-unit id="6365822416124232422" datatype="html">
3094 <source>Break lines</source> 3106 <source>Break lines</source>
3095 <target state="new">Break lines</target> 3107 <target state="new">Break lines</target>
3096 3108 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">22</context></context-group>
3097 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3109 </trans-unit>
3098 <trans-unit id="8756167649220050929" datatype="html"> 3110 <trans-unit id="8756167649220050929" datatype="html">
3099 <source>Lists</source> 3111 <source>Lists</source>
3100 <target state="new">Lists</target> 3112 <target state="new">Lists</target>
3101 3113 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">23</context></context-group>
3102 3114 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context><context context-type="linenumber">84</context></context-group>
3103 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context><context context-type="linenumber">84</context></context-group></trans-unit> 3115 </trans-unit>
3104 <trans-unit id="2516633974298697807" datatype="html"> 3116 <trans-unit id="2516633974298697807" datatype="html">
3105 <source>Emphasis</source> 3117 <source>Emphasis</source>
3106 <target state="new">Emphasis</target> 3118 <target state="new">Emphasis</target>
3107 3119 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">25</context></context-group>
3108 3120 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context><context context-type="linenumber">81</context></context-group>
3109 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/help.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit> 3121 </trans-unit>
3110 <trans-unit id="2810844969104710423" datatype="html"> 3122 <trans-unit id="2810844969104710423" datatype="html">
3111 <source>bold</source> 3123 <source>bold</source>
3112 <target state="new">bold</target> 3124 <target state="new">bold</target>
3113 3125 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">26</context></context-group>
3114 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 3126 </trans-unit>
3115 <trans-unit id="8497278965577453274" datatype="html"> 3127 <trans-unit id="8497278965577453274" datatype="html">
3116 <source>italic</source> 3128 <source>italic</source>
3117 <target state="new">italic</target> 3129 <target state="new">italic</target>
3118 3130 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">26</context></context-group>
3119 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 3131 </trans-unit>
3120 <trans-unit id="7227611412155083002" datatype="html"> 3132 <trans-unit id="7227611412155083002" datatype="html">
3121 <source>Emoji shortcuts</source> 3133 <source>Emoji shortcuts</source>
3122 <target state="new">Emoji shortcuts</target> 3134 <target state="new">Emoji shortcuts</target>
3123 3135 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">29</context></context-group>
3124 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 3136 </trans-unit>
3125 <trans-unit id="6608581312644027413" datatype="html"> 3137 <trans-unit id="6608581312644027413" datatype="html">
3126 <source>Emoji markup</source> 3138 <source>Emoji markup</source>
3127 <target state="new">Emoji markup</target> 3139 <target state="new">Emoji markup</target>
3128 3140 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">33</context></context-group>
3129 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 3141 </trans-unit>
3130 <trans-unit id="381522038671562286" datatype="html"> 3142 <trans-unit id="381522038671562286" datatype="html">
3131 <source>See complete list</source> 3143 <source>See complete list</source>
3132 <target state="new">See complete list</target> 3144 <target state="new">See complete list</target>
3133 3145 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">35</context></context-group>
3134 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 3146 </trans-unit>
3135 <trans-unit id="2263890353858735493"> 3147 <trans-unit id="2263890353858735493">
3136 <source>You are one step away from commenting</source> 3148 <source>You are one step away from commenting</source>
3137 <target>Você está a um passo de comentar</target> 3149 <target>Você está a um passo de comentar</target>
3138 3150 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">59</context></context-group>
3139 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit> 3151 </trans-unit>
3140 <trans-unit id="7508177761852352782" datatype="html"> 3152 <trans-unit id="7508177761852352782" datatype="html">
3141 <source>You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example).</source> 3153 <source>You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example).</source>
3142 <target state="new"> You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example). </target> 3154 <target state="new"> You can comment using an account on any ActivityPub-compatible instance (PeerTube/Mastodon/Pleroma account for example). </target>
3143 3155 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">65</context></context-group>
3144 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 3156 </trans-unit>
3145 <trans-unit id="2958389355547305739" datatype="html"> 3157 <trans-unit id="2958389355547305739" datatype="html">
3146 <source>Login to comment</source> 3158 <source>Login to comment</source>
3147 <target state="translated">Entre para comentar</target> 3159 <target state="translated">Entre para comentar</target>
3148 3160 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">78</context></context-group>
3149 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit> 3161 </trans-unit>
3150 <trans-unit id="4817080330698362530" datatype="html"> 3162 <trans-unit id="4817080330698362530" datatype="html">
3151 <source>Markdown Emoji List</source> 3163 <source>Markdown Emoji List</source>
3152 <target state="new">Markdown Emoji List</target> 3164 <target state="new">Markdown Emoji List</target>
3153 3165 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">86</context></context-group>
3154 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 3166 </trans-unit>
3155 <trans-unit id="2662644497259948010" datatype="html"> 3167 <trans-unit id="2662644497259948010" datatype="html">
3156 <source>Comment</source> 3168 <source>Comment</source>
3157 <target state="new">Comment</target> 3169 <target state="new">Comment</target>
3158 3170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">44</context></context-group>
3159 3171 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts</context><context context-type="linenumber">81</context></context-group>
3160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit> 3172 </trans-unit>
3161 <trans-unit id="4502286564339177240" datatype="html"> 3173 <trans-unit id="4502286564339177240" datatype="html">
3162 <source>Reply</source> 3174 <source>Reply</source>
3163 <target state="new">Reply</target> 3175 <target state="new">Reply</target>
3164 3176 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts</context><context context-type="linenumber">83</context></context-group>
3165 3177 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">36</context></context-group>
3166 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit> 3178 </trans-unit>
3167 <trans-unit id="3572897237443938692"> 3179 <trans-unit id="3572897237443938692">
3168 <source>Highlighted comment</source> 3180 <source>Highlighted comment</source>
3169 <target>Comentário destacado</target> 3181 <target>Comentário destacado</target>
3170 3182 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">10</context></context-group>
3171 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 3183 </trans-unit>
3172 <trans-unit id="4502286564339177240"> 3184 <trans-unit id="4502286564339177240">
3173 <source>Reply</source> 3185 <source>Reply</source>
3174 <target>Responder</target> 3186 <target>Responder</target>
@@ -3177,8 +3189,8 @@ The link will expire within 1 hour.</target>
3177 <trans-unit id="2447932355167015019" datatype="html"> 3189 <trans-unit id="2447932355167015019" datatype="html">
3178 <source>This comment has been deleted</source> 3190 <source>This comment has been deleted</source>
3179 <target state="translated">Este comentário foi apagado</target> 3191 <target state="translated">Este comentário foi apagado</target>
3180 3192 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group>
3181 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 3193 </trans-unit>
3182 <trans-unit id="9031514421077169181" datatype="html"> 3194 <trans-unit id="9031514421077169181" datatype="html">
3183 <source>Video redundancies</source> 3195 <source>Video redundancies</source>
3184 <target state="new">Video redundancies</target> 3196 <target state="new">Video redundancies</target>
@@ -3296,11 +3308,6 @@ The link will expire within 1 hour.</target>
3296 <target>ID</target> 3308 <target>ID</target>
3297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3298 </trans-unit> 3310 </trans-unit>
3299 <trans-unit id="2265605798180116441" datatype="html">
3300 <source>Follower handle</source>
3301 <target state="translated">Identificador de inscritos</target>
3302 <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>
3303 </trans-unit>
3304 <trans-unit id="5911214550882917183"> 3311 <trans-unit id="5911214550882917183">
3305 <source>State</source> 3312 <source>State</source>
3306 <target>Estado</target> 3313 <target>Estado</target>
@@ -3375,11 +3382,6 @@ The link will expire within 1 hour.</target>
3375 </target> 3382 </target>
3376 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3383 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3377 </trans-unit> 3384 </trans-unit>
3378 <trans-unit id="6641024648411549335">
3379 <source>Host</source>
3380 <target>Host</target>
3381 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3382 </trans-unit>
3383 <trans-unit id="6571718060636962350" datatype="html"> 3385 <trans-unit id="6571718060636962350" datatype="html">
3384 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3386 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3385 <target state="translated">Redundância permitida 3387 <target state="translated">Redundância permitida
@@ -3392,7 +3394,7 @@ The link will expire within 1 hour.</target>
3392 <source>Unfollow</source> 3394 <source>Unfollow</source>
3393 <target state="new">Unfollow</target> 3395 <target state="new">Unfollow</target>
3394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group>
3395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group>
3396 </trans-unit> 3398 </trans-unit>
3397 <trans-unit id="8246779176913476983" datatype="html"> 3399 <trans-unit id="8246779176913476983" datatype="html">
3398 <source>Open instance in a new tab</source> 3400 <source>Open instance in a new tab</source>
@@ -3404,12 +3406,12 @@ The link will expire within 1 hour.</target>
3404 <trans-unit id="9132918641931433659" datatype="html"> 3406 <trans-unit id="9132918641931433659" datatype="html">
3405 <source>No host found matching current filters.</source> 3407 <source>No host found matching current filters.</source>
3406 <target state="translated">Nenhum host encontrado correspondendo aos filtros atuais.</target> 3408 <target state="translated">Nenhum host encontrado correspondendo aos filtros atuais.</target>
3407 <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> 3409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group>
3408 </trans-unit> 3410 </trans-unit>
3409 <trans-unit id="7274241885665071790" datatype="html"> 3411 <trans-unit id="7274241885665071790" datatype="html">
3410 <source>Your instance is not following anyone.</source> 3412 <source>Your instance is not following anyone.</source>
3411 <target state="translated">Sua instância não possui seguidores.</target> 3413 <target state="translated">Sua instância não possui seguidores.</target>
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3414 <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>
3413 </trans-unit> 3415 </trans-unit>
3414 <trans-unit id="4774348799569692380" datatype="html"> 3416 <trans-unit id="4774348799569692380" datatype="html">
3415 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3417 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
@@ -3420,16 +3422,6 @@ The link will expire within 1 hour.</target>
3420 </target> 3422 </target>
3421 <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> 3423 <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>
3422 </trans-unit> 3424 </trans-unit>
3423 <trans-unit id="6275803119759621687" datatype="html">
3424 <source>Follow domains</source>
3425 <target state="translated">Seguir domínios</target>
3426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3427 </trans-unit>
3428 <trans-unit id="1268699198448750610" datatype="html">
3429 <source>Follow instances</source>
3430 <target state="new">Follow instances</target>
3431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3432 </trans-unit>
3433 <trans-unit id="9216117865911519658" datatype="html"> 3425 <trans-unit id="9216117865911519658" datatype="html">
3434 <source>Action</source> 3426 <source>Action</source>
3435 <target state="new">Action</target> 3427 <target state="new">Action</target>
@@ -3458,9 +3450,9 @@ The link will expire within 1 hour.</target>
3458 <trans-unit id="8286337167859377104"> 3450 <trans-unit id="8286337167859377104">
3459 <source>Create user</source> 3451 <source>Create user</source>
3460 <target>Criar usuárie</target> 3452 <target>Criar usuárie</target>
3461 3453 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group>
3462 3454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group>
3463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3455 </trans-unit>
3464 <trans-unit id="8363291180171434623" datatype="html"> 3456 <trans-unit id="8363291180171434623" datatype="html">
3465 <source>Table parameters</source> 3457 <source>Table parameters</source>
3466 <target state="new">Table parameters</target> 3458 <target state="new">Table parameters</target>
@@ -3479,10 +3471,11 @@ The link will expire within 1 hour.</target>
3479 <trans-unit id="5248717555542428023"> 3471 <trans-unit id="5248717555542428023">
3480 <source>Username</source> 3472 <source>Username</source>
3481 <target>Nome de usuário</target> 3473 <target>Nome de usuário</target>
3482 <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>
3483 <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>
3484 <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> 3474 <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>
3485 <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> 3475 <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>
3476 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</context></context-group>
3477 <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>
3478 <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>
3486 </trans-unit> 3479 </trans-unit>
3487 <trans-unit id="5428411040014095392" datatype="html"> 3480 <trans-unit id="5428411040014095392" datatype="html">
3488 <source>e.g. jane_doe</source> 3481 <source>e.g. jane_doe</source>
@@ -3513,6 +3506,7 @@ The link will expire within 1 hour.</target>
3513 <target>Papel</target> 3506 <target>Papel</target>
3514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group>
3516 </trans-unit> 3510 </trans-unit>
3517 <trans-unit id="7046347992315328430" datatype="html"> 3511 <trans-unit id="7046347992315328430" datatype="html">
3518 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3512 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
@@ -3535,14 +3529,9 @@ The link will expire within 1 hour.</target>
3535 <trans-unit id="2622255144026150901" datatype="html"> 3529 <trans-unit id="2622255144026150901" datatype="html">
3536 <source>Auth plugin</source> 3530 <source>Auth plugin</source>
3537 <target state="new">Auth plugin</target> 3531 <target state="new">Auth plugin</target>
3538 <context-group purpose="location"> 3532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3539 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3540 <context context-type="linenumber">188</context> 3534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group>
3541 </context-group>
3542 <context-group purpose="location">
3543 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3544 <context context-type="linenumber">188</context>
3545 </context-group>
3546 </trans-unit> 3535 </trans-unit>
3547 <trans-unit id="588099657508661970" datatype="html"> 3536 <trans-unit id="588099657508661970" datatype="html">
3548 <source>None (local authentication)</source> 3537 <source>None (local authentication)</source>
@@ -3582,7 +3571,7 @@ The link will expire within 1 hour.</target>
3582 </trans-unit> 3571 </trans-unit>
3583 <trans-unit id="8461842260159597706"> 3572 <trans-unit id="8461842260159597706">
3584 <source>Show</source> 3573 <source>Show</source>
3585 <target>Exibir</target> 3574 <target>Mostrar</target>
3586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.html</context><context context-type="linenumber">10</context></context-group> 3575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.html</context><context context-type="linenumber">10</context></context-group>
3587 </trans-unit> 3576 </trans-unit>
3588 <trans-unit id="8461609631969932886"> 3577 <trans-unit id="8461609631969932886">
@@ -3809,6 +3798,14 @@ The link will expire within 1 hour.</target>
3809 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3798 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3810 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3799 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3811 </trans-unit> 3800 </trans-unit>
3801 <trans-unit id="8390803680962035202" datatype="html">
3802 <source>Follower</source>
3803 <target state="new">Follower</target>
3804 <context-group purpose="location">
3805 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3806 <context context-type="linenumber">24</context>
3807 </context-group>
3808 </trans-unit>
3812 <trans-unit id="4691552465058437520" datatype="html"> 3809 <trans-unit id="4691552465058437520" datatype="html">
3813 <source>Commented video</source> 3810 <source>Commented video</source>
3814 <target state="new">Commented video</target> 3811 <target state="new">Commented video</target>
@@ -3843,53 +3840,38 @@ The link will expire within 1 hour.</target>
3843 <trans-unit id="1420624050293070194" datatype="html"> 3840 <trans-unit id="1420624050293070194" datatype="html">
3844 <source>No abuses found matching current filters.</source> 3841 <source>No abuses found matching current filters.</source>
3845 <target state="new">No abuses found matching current filters.</target> 3842 <target state="new">No abuses found matching current filters.</target>
3846 3843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">166</context></context-group>
3847 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">166</context></context-group></trans-unit> 3844 </trans-unit>
3848 <trans-unit id="639328713281980021" datatype="html"> 3845 <trans-unit id="639328713281980021" datatype="html">
3849 <source>No abuses found.</source> 3846 <source>No abuses found.</source>
3850 <target state="new">No abuses found.</target> 3847 <target state="new">No abuses found.</target>
3851 3848 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group>
3852 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit> 3849 </trans-unit>
3853 <trans-unit id="1807029821872995706" datatype="html"> 3850 <trans-unit id="1807029821872995706" datatype="html">
3854 <source>Unsolved reports</source> 3851 <source>Unsolved reports</source>
3855 <target state="new">Unsolved reports</target> 3852 <target state="new">Unsolved reports</target>
3856 <context-group purpose="location"> 3853
3857 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3858 <context context-type="linenumber">42</context>
3859 </context-group>
3860 </trans-unit>
3861 <trans-unit id="2570256912317308673" datatype="html"> 3855 <trans-unit id="2570256912317308673" datatype="html">
3862 <source>Accepted reports</source> 3856 <source>Accepted reports</source>
3863 <target state="new">Accepted reports</target> 3857 <target state="new">Accepted reports</target>
3864 <context-group purpose="location"> 3858
3865 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3866 <context context-type="linenumber">46</context>
3867 </context-group>
3868 </trans-unit>
3869 <trans-unit id="4335414817109654558" datatype="html"> 3860 <trans-unit id="4335414817109654558" datatype="html">
3870 <source>Refused reports</source> 3861 <source>Refused reports</source>
3871 <target state="new">Refused reports</target> 3862 <target state="new">Refused reports</target>
3872 <context-group purpose="location"> 3863
3873 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3874 <context context-type="linenumber">50</context>
3875 </context-group>
3876 </trans-unit>
3877 <trans-unit id="5604806676748121035" datatype="html"> 3865 <trans-unit id="5604806676748121035" datatype="html">
3878 <source>Reports with blocked videos</source> 3866 <source>Reports with blocked videos</source>
3879 <target state="new">Reports with blocked videos</target> 3867 <target state="new">Reports with blocked videos</target>
3880 <context-group purpose="location"> 3868
3881 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3869 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3882 <context context-type="linenumber">54</context>
3883 </context-group>
3884 </trans-unit>
3885 <trans-unit id="5105869928182826553" datatype="html"> 3870 <trans-unit id="5105869928182826553" datatype="html">
3886 <source>Reports with deleted videos</source> 3871 <source>Reports with deleted videos</source>
3887 <target state="new">Reports with deleted videos</target> 3872 <target state="new">Reports with deleted videos</target>
3888 <context-group purpose="location"> 3873
3889 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3874 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3890 <context context-type="linenumber">58</context>
3891 </context-group>
3892 </trans-unit>
3893 <trans-unit id="4678289986918934018" datatype="html"> 3875 <trans-unit id="4678289986918934018" datatype="html">
3894 <source>Block reason:</source> 3876 <source>Block reason:</source>
3895 <target state="translated">Razão do bloqueio:</target> 3877 <target state="translated">Razão do bloqueio:</target>
@@ -3908,19 +3890,13 @@ The link will expire within 1 hour.</target>
3908 <trans-unit id="7755288609601798418" datatype="html"> 3890 <trans-unit id="7755288609601798418" datatype="html">
3909 <source>Automatic blocks</source> 3891 <source>Automatic blocks</source>
3910 <target state="new">Automatic blocks</target> 3892 <target state="new">Automatic blocks</target>
3911 <context-group purpose="location"> 3893
3912 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3894 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3913 <context context-type="linenumber">31</context>
3914 </context-group>
3915 </trans-unit>
3916 <trans-unit id="6510868134640657079" datatype="html"> 3895 <trans-unit id="6510868134640657079" datatype="html">
3917 <source>Manual blocks</source> 3896 <source>Manual blocks</source>
3918 <target state="new">Manual blocks</target> 3897 <target state="new">Manual blocks</target>
3919 <context-group purpose="location"> 3898
3920 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3921 <context context-type="linenumber">35</context>
3922 </context-group>
3923 </trans-unit>
3924 <trans-unit id="2143435845912984377" datatype="html"> 3900 <trans-unit id="2143435845912984377" datatype="html">
3925 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3901 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3926 <target state="new">Showing 3902 <target state="new">Showing
@@ -3980,10 +3956,11 @@ The link will expire within 1 hour.</target>
3980 <trans-unit id="6549265851868599441"> 3956 <trans-unit id="6549265851868599441">
3981 <source>Video</source> 3957 <source>Video</source>
3982 <target>Vídeo</target> 3958 <target>Vídeo</target>
3983 3959 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">43</context></context-group>
3984 3960 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">20</context></context-group>
3985 3961 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-imports/my-video-imports.component.html</context><context context-type="linenumber">18</context></context-group>
3986 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-imports/my-video-imports.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit> 3962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">8</context></context-group>
3963 </trans-unit>
3987 <trans-unit id="2662644497259948010" datatype="html"> 3964 <trans-unit id="2662644497259948010" datatype="html">
3988 <source>Comment</source> 3965 <source>Comment</source>
3989 <target state="new">Comment</target> 3966 <target state="new">Comment</target>
@@ -4097,11 +4074,11 @@ The link will expire within 1 hour.</target>
4097 <trans-unit id="2381859602529023966"> 4074 <trans-unit id="2381859602529023966">
4098 <source>Instance</source> 4075 <source>Instance</source>
4099 <target>Instância</target> 4076 <target>Instância</target>
4100 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4077
4101 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 4078
4102 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 4079
4103 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 4080
4104 </trans-unit> 4081 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
4105 <trans-unit id="1300704815627663264"> 4082 <trans-unit id="1300704815627663264">
4106 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 4083 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
4107 <target>Silenciado em 4084 <target>Silenciado em
@@ -4148,7 +4125,7 @@ The link will expire within 1 hour.</target>
4148 <target state="new"> 4125 <target state="new">
4149 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4126 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4150 </target> 4127 </target>
4151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 4128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group>
4152 </trans-unit> 4129 </trans-unit>
4153 <trans-unit id="4058814854824495833" datatype="html"> 4130 <trans-unit id="4058814854824495833" datatype="html">
4154 <source>Mute domains</source> 4131 <source>Mute domains</source>
@@ -4227,7 +4204,7 @@ The link will expire within 1 hour.</target>
4227 4204
4228 4205
4229 4206
4230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 4207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
4231 <trans-unit id="8630916846096019339" datatype="html"> 4208 <trans-unit id="8630916846096019339" datatype="html">
4232 <source>Users can resolve distant content</source> 4209 <source>Users can resolve distant content</source>
4233 <target state="new">Users can resolve distant content</target> 4210 <target state="new">Users can resolve distant content</target>
@@ -4509,13 +4486,13 @@ The link will expire within 1 hour.</target>
4509 <trans-unit id="7794655859478571096" datatype="html"> 4486 <trans-unit id="7794655859478571096" datatype="html">
4510 <source>Main instance categories</source> 4487 <source>Main instance categories</source>
4511 <target state="translated">Categorias da instância principal</target> 4488 <target state="translated">Categorias da instância principal</target>
4512 4489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">50</context></context-group>
4513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 4490 </trans-unit>
4514 <trans-unit id="6588040559347368313" datatype="html"> 4491 <trans-unit id="6588040559347368313" datatype="html">
4515 <source>Add a new category</source> 4492 <source>Add a new category</source>
4516 <target state="new">Add a new category</target> 4493 <target state="new">Add a new category</target>
4517 4494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">57</context></context-group>
4518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 4495 </trans-unit>
4519 <trans-unit id="8953934448427251062" datatype="html"> 4496 <trans-unit id="8953934448427251062" datatype="html">
4520 <source>The <x id="START_LINK"/>sharing system<x id="CLOSE_LINK"/> 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> 4497 <source>The <x id="START_LINK"/>sharing system<x id="CLOSE_LINK"/> 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>
4521 <target state="translated">O <x id="START_LINK"/>sistema de compartilhamento<x id="CLOSE_LINK"/> implica em alguma informação técnica sobre seu sistema (como um endereço IP público) poder ser enviada para outros pares, mas que ajuda em muito a reduzir a carga do servidor.</target> 4498 <target state="translated">O <x id="START_LINK"/>sistema de compartilhamento<x id="CLOSE_LINK"/> implica em alguma informação técnica sobre seu sistema (como um endereço IP público) poder ser enviada para outros pares, mas que ajuda em muito a reduzir a carga do servidor.</target>
@@ -4549,52 +4526,52 @@ The link will expire within 1 hour.</target>
4549 <trans-unit id="5983800192187691457" datatype="html"> 4526 <trans-unit id="5983800192187691457" datatype="html">
4550 <source>Main languages you/your moderators speak</source> 4527 <source>Main languages you/your moderators speak</source>
4551 <target state="translated">Língua principal falada por você/seus moderadores</target> 4528 <target state="translated">Língua principal falada por você/seus moderadores</target>
4552 4529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">64</context></context-group>
4553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit> 4530 </trans-unit>
4554 <trans-unit id="399528956091640769" datatype="html"> 4531 <trans-unit id="399528956091640769" datatype="html">
4555 <source>MODERATION &amp; NSFW</source> 4532 <source>MODERATION &amp; NSFW</source>
4556 <target state="new">MODERATION &amp; NSFW</target> 4533 <target state="new">MODERATION &amp; NSFW</target>
4557 4534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">82</context></context-group>
4558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit> 4535 </trans-unit>
4559 <trans-unit id="4423835119021329687" datatype="html"> 4536 <trans-unit id="4423835119021329687" datatype="html">
4560 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/users&quot;>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> to build a moderation team. </source> 4537 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/users&quot;>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> to build a moderation team. </source>
4561 <target state="new"> Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/users&quot;>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> to build a moderation team. </target> 4538 <target state="new"> Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/users&quot;>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> to build a moderation team. </target>
4562 4539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">84</context></context-group>
4563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">84</context></context-group></trans-unit> 4540 </trans-unit>
4564 <trans-unit id="7030031694783481217" datatype="html"> 4541 <trans-unit id="7030031694783481217" datatype="html">
4565 <source>This instance is dedicated to sensitive or NSFW content</source> 4542 <source>This instance is dedicated to sensitive or NSFW content</source>
4566 <target state="translated">Esta instância é dedicada aos conteúdos de vídeos sensíveis ou de sexo explícito</target> 4543 <target state="translated">Esta instância é dedicada aos conteúdos de vídeos sensíveis ou de sexo explícito</target>
4567 4544 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">93</context></context-group>
4568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit> 4545 </trans-unit>
4569 <trans-unit id="4620493570088713907" datatype="html"> 4546 <trans-unit id="4620493570088713907" datatype="html">
4570 <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 /> "/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4547 <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 /> "/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source>
4571 <target state="new"> 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 /> "/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </target> 4548 <target state="new"> 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 /> "/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </target>
4572 4549 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">98</context></context-group>
4573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">98</context></context-group></trans-unit> 4550 </trans-unit>
4574 <trans-unit id="7497677457560701935"> 4551 <trans-unit id="7497677457560701935">
4575 <source>Policy on videos containing sensitive content</source> 4552 <source>Policy on videos containing sensitive content</source>
4576 <target>Política sobre vídeos que possuem conteúdo sensível</target> 4553 <target>Política sobre vídeos que possuem conteúdo sensível</target>
4577 4554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">106</context></context-group>
4578 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 4555 </trans-unit>
4579 <trans-unit id="7350483582490037954" datatype="html"> 4556 <trans-unit id="7350483582490037954" datatype="html">
4580 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Hide<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> 4557 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Hide<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>
4581 <target state="new"> With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Hide<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. </target> 4558 <target state="new"> With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Hide<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. </target>
4582 4559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">111</context></context-group>
4583 4560 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">8</context></context-group>
4584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">111</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit> 4561 </trans-unit>
4585 <trans-unit id="8930852890861583005"> 4562 <trans-unit id="8930852890861583005">
4586 <source>Blur thumbnails</source> 4563 <source>Blur thumbnails</source>
4587 <target>Desfocar miniaturas</target> 4564 <target>Desfocar miniaturas</target>
4588 4565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">120</context></context-group>
4589 4566 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">17</context></context-group>
4590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 4567 </trans-unit>
4591 <trans-unit id="6812930637022637485"> 4568 <trans-unit id="6812930637022637485">
4592 <source>Display</source> 4569 <source>Display</source>
4593 <target>Exibição</target> 4570 <target>Exibição</target>
4594 4571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">121</context></context-group>
4595 4572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">8</context></context-group>
4596 4573 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">18</context></context-group>
4597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">121</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">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 4574 </trans-unit>
4598 <trans-unit id="1617785425462022303" datatype="html"> 4575 <trans-unit id="1617785425462022303" datatype="html">
4599 <source>Strategy</source> 4576 <source>Strategy</source>
4600 <target state="new">Strategy</target> 4577 <target state="new">Strategy</target>
@@ -4603,90 +4580,90 @@ The link will expire within 1 hour.</target>
4603 <trans-unit id="2544569632476723854"> 4580 <trans-unit id="2544569632476723854">
4604 <source>Terms</source> 4581 <source>Terms</source>
4605 <target>Termos</target> 4582 <target>Termos</target>
4606 4583 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">168</context></context-group>
4607 4584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">129</context></context-group>
4608 4585 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">13</context></context-group>
4609 4586 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">35</context></context-group>
4610 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">168</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">129</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><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 4587 </trans-unit>
4611 <trans-unit id="4127416011499804250" datatype="html"> 4588 <trans-unit id="4127416011499804250" datatype="html">
4612 <source>Code of conduct</source> 4589 <source>Code of conduct</source>
4613 <target state="translated">Código de conduta</target> 4590 <target state="translated">Código de conduta</target>
4614 4591 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">154</context></context-group>
4615 4592 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">140</context></context-group>
4616 4593 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">47</context></context-group>
4617 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">154</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 4594 </trans-unit>
4618 <trans-unit id="3076079242537393946" datatype="html"> 4595 <trans-unit id="3076079242537393946" datatype="html">
4619 <source>Moderation information</source> 4596 <source>Moderation information</source>
4620 <target state="translated">Informação de moderação</target> 4597 <target state="translated">Informação de moderação</target>
4621 4598 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">140</context></context-group>
4622 4599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">151</context></context-group>
4623 4600 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">41</context></context-group>
4624 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-about-accordion.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 4601 </trans-unit>
4625 <trans-unit id="5056489767203690328" datatype="html"> 4602 <trans-unit id="5056489767203690328" datatype="html">
4626 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source> 4603 <source>Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</source>
4627 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target> 4604 <target state="new">Who moderates the instance? What is the policy regarding NSFW videos? Political videos? etc</target>
4628 4605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">152</context></context-group>
4629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 4606 </trans-unit>
4630 <trans-unit id="2047672753819413550" datatype="html"> 4607 <trans-unit id="2047672753819413550" datatype="html">
4631 <source>YOU AND YOUR INSTANCE</source> 4608 <source>YOU AND YOUR INSTANCE</source>
4632 <target state="new">YOU AND YOUR INSTANCE</target> 4609 <target state="new">YOU AND YOUR INSTANCE</target>
4633 4610 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">167</context></context-group>
4634 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit> 4611 </trans-unit>
4635 <trans-unit id="3968335261686887328" datatype="html"> 4612 <trans-unit id="3968335261686887328" datatype="html">
4636 <source>Who is behind the instance?</source> 4613 <source>Who is behind the instance?</source>
4637 <target state="translated">Quem está por trás da instância?</target> 4614 <target state="translated">Quem está por trás da instância?</target>
4638 4615 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">173</context></context-group>
4639 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">173</context></context-group></trans-unit> 4616 </trans-unit>
4640 <trans-unit id="7323194786468446482" datatype="html"> 4617 <trans-unit id="7323194786468446482" datatype="html">
4641 <source>A single person? A non-profit? A company?</source> 4618 <source>A single person? A non-profit? A company?</source>
4642 <target state="new">A single person? A non-profit? A company?</target> 4619 <target state="new">A single person? A non-profit? A company?</target>
4643 4620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">174</context></context-group>
4644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">174</context></context-group></trans-unit> 4621 </trans-unit>
4645 <trans-unit id="5480243297215266596" datatype="html"> 4622 <trans-unit id="5480243297215266596" datatype="html">
4646 <source>Why did you create this instance?</source> 4623 <source>Why did you create this instance?</source>
4647 <target state="translated">Por que você criou a instância?</target> 4624 <target state="translated">Por que você criou a instância?</target>
4648 4625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">185</context></context-group>
4649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">185</context></context-group></trans-unit> 4626 </trans-unit>
4650 <trans-unit id="6995481962115300007" datatype="html"> 4627 <trans-unit id="6995481962115300007" datatype="html">
4651 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source> 4628 <source>To share your personal videos? To open registrations and allow people to upload what they want?</source>
4652 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target> 4629 <target state="new">To share your personal videos? To open registrations and allow people to upload what they want?</target>
4653 4630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">186</context></context-group>
4654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">186</context></context-group></trans-unit> 4631 </trans-unit>
4655 <trans-unit id="3667968987954856844" datatype="html"> 4632 <trans-unit id="3667968987954856844" datatype="html">
4656 <source>How long do you plan to maintain this instance?</source> 4633 <source>How long do you plan to maintain this instance?</source>
4657 <target state="translated">Por quanto tempo você planeja manter a instância?</target> 4634 <target state="translated">Por quanto tempo você planeja manter a instância?</target>
4658 4635 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">197</context></context-group>
4659 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit> 4636 </trans-unit>
4660 <trans-unit id="6722472563287778070" datatype="html"> 4637 <trans-unit id="6722472563287778070" datatype="html">
4661 <source>It's important to know for users who want to register on your instance</source> 4638 <source>It's important to know for users who want to register on your instance</source>
4662 <target state="new">It's important to know for users who want to register on your instance</target> 4639 <target state="new">It's important to know for users who want to register on your instance</target>
4663 4640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">198</context></context-group>
4664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">198</context></context-group></trans-unit> 4641 </trans-unit>
4665 <trans-unit id="8362291348781958428" datatype="html"> 4642 <trans-unit id="8362291348781958428" datatype="html">
4666 <source>How will you finance the PeerTube server?</source> 4643 <source>How will you finance the PeerTube server?</source>
4667 <target state="translated">Como você irá financiar o servidor PeerTube?</target> 4644 <target state="translated">Como você irá financiar o servidor PeerTube?</target>
4668 4645 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">209</context></context-group>
4669 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">209</context></context-group></trans-unit> 4646 </trans-unit>
4670 <trans-unit id="2441006645448216398" datatype="html"> 4647 <trans-unit id="2441006645448216398" datatype="html">
4671 <source>With your own funds? With user donations? Advertising?</source> 4648 <source>With your own funds? With user donations? Advertising?</source>
4672 <target state="new">With your own funds? With user donations? Advertising?</target> 4649 <target state="new">With your own funds? With user donations? Advertising?</target>
4673 4650 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">210</context></context-group>
4674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">210</context></context-group></trans-unit> 4651 </trans-unit>
4675 <trans-unit id="6853511883515031762" datatype="html"> 4652 <trans-unit id="6853511883515031762" datatype="html">
4676 <source>OTHER INFORMATION</source> 4653 <source>OTHER INFORMATION</source>
4677 <target state="new">OTHER INFORMATION</target> 4654 <target state="new">OTHER INFORMATION</target>
4678 4655 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">225</context></context-group>
4679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit> 4656 </trans-unit>
4680 <trans-unit id="3447208665089679283" datatype="html"> 4657 <trans-unit id="3447208665089679283" datatype="html">
4681 <source>What server/hardware does the instance run on?</source> 4658 <source>What server/hardware does the instance run on?</source>
4682 <target state="translated">Qual servidor/hardware a instância está instalada?</target> 4659 <target state="translated">Qual servidor/hardware a instância está instalada?</target>
4683 4660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">231</context></context-group>
4684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">231</context></context-group></trans-unit> 4661 </trans-unit>
4685 <trans-unit id="4739907951373047958" datatype="html"> 4662 <trans-unit id="4739907951373047958" datatype="html">
4686 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source> 4663 <source>i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</source>
4687 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target> 4664 <target state="new">i.e. 2vCore 2GB RAM, a direct the link to the server you rent, etc.</target>
4688 4665 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">232</context></context-group>
4689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">232</context></context-group></trans-unit> 4666 </trans-unit>
4690 <trans-unit id="8557599287230755359" datatype="html"> 4667 <trans-unit id="8557599287230755359" datatype="html">
4691 <source>APPEARANCE</source> 4668 <source>APPEARANCE</source>
4692 <target state="new">APPEARANCE</target> 4669 <target state="new">APPEARANCE</target>
@@ -4794,14 +4771,18 @@ The link will expire within 1 hour.</target>
4794 <source>Signup won't be limited to a fixed number of users.</source> 4771 <source>Signup won't be limited to a fixed number of users.</source>
4795 <target state="new">Signup won't be limited to a fixed number of users.</target> 4772 <target state="new">Signup won't be limited to a fixed number of users.</target>
4796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">159</context></context-group> 4773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">159</context></context-group>
4797 </trans-unit><trans-unit id="1663379405062033606" datatype="html"> 4774 </trans-unit>
4798 <source>Minimum required age to create an account</source><target state="new">Minimum required age to create an account</target> 4775 <trans-unit id="1663379405062033606" datatype="html">
4776 <source>Minimum required age to create an account</source>
4777 <target state="new">Minimum required age to create an account</target>
4799 <context-group purpose="location"> 4778 <context-group purpose="location">
4800 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context> 4779 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context>
4801 <context context-type="linenumber">163</context> 4780 <context context-type="linenumber">163</context>
4802 </context-group> 4781 </context-group>
4803 </trans-unit><trans-unit id="8342879272354516454" datatype="html"> 4782 </trans-unit>
4804 <source>{VAR_PLURAL, plural, =1 {year old} other {years old}}</source><target state="new">{VAR_PLURAL, plural, =1 {year old} other {years old}}</target> 4783 <trans-unit id="8342879272354516454" datatype="html">
4784 <source>{VAR_PLURAL, plural, =1 {year old} other {years old}}</source>
4785 <target state="new">{VAR_PLURAL, plural, =1 {year old} other {years old}}</target>
4805 <context-group purpose="location"> 4786 <context-group purpose="location">
4806 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context> 4787 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context>
4807 <context context-type="linenumber">170</context> 4788 <context context-type="linenumber">170</context>
@@ -4868,150 +4849,150 @@ The link will expire within 1 hour.</target>
4868 <trans-unit id="502260296951057925" datatype="html"> 4849 <trans-unit id="502260296951057925" datatype="html">
4869 <source>Default video quota per user</source> 4850 <source>Default video quota per user</source>
4870 <target state="translated">Quota de vídeo padrão por usuário</target> 4851 <target state="translated">Quota de vídeo padrão por usuário</target>
4871 4852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">182</context></context-group>
4872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">182</context></context-group></trans-unit> 4853 </trans-unit>
4873 <trans-unit id="7169210802367807492" datatype="html"> 4854 <trans-unit id="7169210802367807492" datatype="html">
4874 <source>bytes</source> 4855 <source>bytes</source>
4875 <target state="new">bytes</target> 4856 <target state="new">bytes</target>
4876 4857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">188</context></context-group>
4877 4858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">202</context></context-group>
4878 4859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">157</context></context-group>
4879 4860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">157</context></context-group>
4880 4861 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">178</context></context-group>
4881 4862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">178</context></context-group>
4882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">202</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">157</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">157</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">178</context></context-group></trans-unit> 4863 </trans-unit>
4883 <trans-unit id="8509882464852636851" datatype="html"> 4864 <trans-unit id="8509882464852636851" datatype="html">
4884 <source>Default daily upload limit per user</source> 4865 <source>Default daily upload limit per user</source>
4885 <target state="translated">Limite diário padrão por usuário</target> 4866 <target state="translated">Limite diário padrão por usuário</target>
4886 4867 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">196</context></context-group>
4887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">196</context></context-group></trans-unit> 4868 </trans-unit>
4888 <trans-unit id="4719342289581047890" datatype="html"> 4869 <trans-unit id="4719342289581047890" datatype="html">
4889 <source>Allow import with a torrent file or a magnet URI</source> 4870 <source>Allow import with a torrent file or a magnet URI</source>
4890 <target state="translated">Permitir importar com arquivo torrent ou URL de magneto</target> 4871 <target state="translated">Permitir importar com arquivo torrent ou URL de magneto</target>
4891 4872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">246</context></context-group>
4892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">246</context></context-group></trans-unit> 4873 </trans-unit>
4893 <trans-unit id="3950258704315544174" datatype="html"> 4874 <trans-unit id="3950258704315544174" datatype="html">
4894 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4875 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4895 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4876 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4896 4877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">263</context></context-group>
4897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">263</context></context-group></trans-unit> 4878 </trans-unit>
4898 <trans-unit id="3428986951244800347" datatype="html"> 4879 <trans-unit id="3428986951244800347" datatype="html">
4899 <source>Block new videos automatically</source> 4880 <source>Block new videos automatically</source>
4900 <target state="translated">Bloquear novos vídeos automaticamente</target> 4881 <target state="translated">Bloquear novos vídeos automaticamente</target>
4901 4882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">260</context></context-group>
4902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">260</context></context-group></trans-unit> 4883 </trans-unit>
4903 <trans-unit id="2054846790157376783" datatype="html"> 4884 <trans-unit id="2054846790157376783" datatype="html">
4904 <source>SEARCH</source> 4885 <source>SEARCH</source>
4905 <target state="new">SEARCH</target> 4886 <target state="new">SEARCH</target>
4906 4887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">277</context></context-group>
4907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">277</context></context-group></trans-unit> 4888 </trans-unit>
4908 <trans-unit id="3442084803796199253" datatype="html"> 4889 <trans-unit id="3442084803796199253" datatype="html">
4909 <source>Allow users to do remote URI/handle search</source> 4890 <source>Allow users to do remote URI/handle search</source>
4910 <target state="new">Allow users to do remote URI/handle search</target> 4891 <target state="new">Allow users to do remote URI/handle search</target>
4911 4892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">288</context></context-group>
4912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">288</context></context-group></trans-unit> 4893 </trans-unit>
4913 <trans-unit id="2258148539285928012" datatype="html"> 4894 <trans-unit id="2258148539285928012" datatype="html">
4914 <source>Allow <x id="START_TAG_STRONG"/>your users<x id="CLOSE_TAG_STRONG"/> to look up remote videos/actors that may not be federated with your instance</source> 4895 <source>Allow <x id="START_TAG_STRONG"/>your users<x id="CLOSE_TAG_STRONG"/> to look up remote videos/actors that may not be federated with your instance</source>
4915 <target state="new">Allow <x id="START_TAG_STRONG"/>your users<x id="CLOSE_TAG_STRONG"/> to look up remote videos/actors that may not be federated with your instance</target> 4896 <target state="new">Allow <x id="START_TAG_STRONG"/>your users<x id="CLOSE_TAG_STRONG"/> to look up remote videos/actors that may not be federated with your instance</target>
4916 4897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">291</context></context-group>
4917 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">291</context></context-group></trans-unit> 4898 </trans-unit>
4918 <trans-unit id="7295422540935146771" datatype="html"> 4899 <trans-unit id="7295422540935146771" datatype="html">
4919 <source>Allow anonymous to do remote URI/handle search</source> 4900 <source>Allow anonymous to do remote URI/handle search</source>
4920 <target state="new">Allow anonymous to do remote URI/handle search</target> 4901 <target state="new">Allow anonymous to do remote URI/handle search</target>
4921 4902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">299</context></context-group>
4922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">299</context></context-group></trans-unit> 4903 </trans-unit>
4923 <trans-unit id="7305237807882754643" datatype="html"> 4904 <trans-unit id="7305237807882754643" datatype="html">
4924 <source>Allow <x id="START_TAG_STRONG"/>anonymous users<x id="CLOSE_TAG_STRONG"/> to look up remote videos/actors that may not be federated with your instance</source> 4905 <source>Allow <x id="START_TAG_STRONG"/>anonymous users<x id="CLOSE_TAG_STRONG"/> to look up remote videos/actors that may not be federated with your instance</source>
4925 <target state="new">Allow <x id="START_TAG_STRONG"/>anonymous users<x id="CLOSE_TAG_STRONG"/> to look up remote videos/actors that may not be federated with your instance</target> 4906 <target state="new">Allow <x id="START_TAG_STRONG"/>anonymous users<x id="CLOSE_TAG_STRONG"/> to look up remote videos/actors that may not be federated with your instance</target>
4926 4907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">302</context></context-group>
4927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">302</context></context-group></trans-unit> 4908 </trans-unit>
4928 <trans-unit id="5273935530181504015" datatype="html"> 4909 <trans-unit id="5273935530181504015" datatype="html">
4929 <source>⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</source> 4910 <source>⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</source>
4930 <target state="new">⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</target> 4911 <target state="new">⚠️ This functionality depends heavily on the moderation of instances followed by the search index you select.</target>
4931 4912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">316</context></context-group>
4932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">316</context></context-group></trans-unit> 4913 </trans-unit>
4933 <trans-unit id="1886227550697837417" datatype="html"> 4914 <trans-unit id="1886227550697837417" datatype="html">
4934 <source>You should only use moderated search indexes in production, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://framagit.org/framasoft/peertube/search-index&quot;>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 4915 <source>You should only use moderated search indexes in production, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://framagit.org/framasoft/peertube/search-index&quot;>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4935 <target state="new"> You should only use moderated search indexes in production, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://framagit.org/framasoft/peertube/search-index&quot;>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 4916 <target state="new"> You should only use moderated search indexes in production, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://framagit.org/framasoft/peertube/search-index&quot;>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4936 4917 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">319</context></context-group>
4937 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">319</context></context-group></trans-unit> 4918 </trans-unit>
4938 <trans-unit id="2331464426553277323" datatype="html"> 4919 <trans-unit id="2331464426553277323" datatype="html">
4939 <source>Search index URL</source> 4920 <source>Search index URL</source>
4940 <target state="new">Search index URL</target> 4921 <target state="new">Search index URL</target>
4941 4922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">325</context></context-group>
4942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">325</context></context-group></trans-unit> 4923 </trans-unit>
4943 <trans-unit id="8524278911521465398" datatype="html"> 4924 <trans-unit id="8524278911521465398" datatype="html">
4944 <source>Disable local search in search bar</source> 4925 <source>Disable local search in search bar</source>
4945 <target state="new">Disable local search in search bar</target> 4926 <target state="new">Disable local search in search bar</target>
4946 4927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">338</context></context-group>
4947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">338</context></context-group></trans-unit> 4928 </trans-unit>
4948 <trans-unit id="6568991917245875948" datatype="html"> 4929 <trans-unit id="6568991917245875948" datatype="html">
4949 <source>Otherwise the local search stays used by default</source> 4930 <source>Otherwise the local search stays used by default</source>
4950 <target state="new">Otherwise the local search stays used by default</target> 4931 <target state="new">Otherwise the local search stays used by default</target>
4951 4932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">348</context></context-group>
4952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit> 4933 </trans-unit>
4953 <trans-unit id="4444955208013675027" datatype="html"> 4934 <trans-unit id="4444955208013675027" datatype="html">
4954 <source>Search bar uses the global search index by default</source> 4935 <source>Search bar uses the global search index by default</source>
4955 <target state="new">Search bar uses the global search index by default</target> 4936 <target state="new">Search bar uses the global search index by default</target>
4956 4937 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">345</context></context-group>
4957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">345</context></context-group></trans-unit> 4938 </trans-unit>
4958 <trans-unit id="6476750382562952780" datatype="html"> 4939 <trans-unit id="6476750382562952780" datatype="html">
4959 <source>Enable global search</source> 4940 <source>Enable global search</source>
4960 <target state="new">Enable global search</target> 4941 <target state="new">Enable global search</target>
4961 4942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">313</context></context-group>
4962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">313</context></context-group></trans-unit> 4943 </trans-unit>
4963 <trans-unit id="836183323506117145" datatype="html"> 4944 <trans-unit id="836183323506117145" datatype="html">
4964 <source>FEDERATION</source> 4945 <source>FEDERATION</source>
4965 <target state="new">FEDERATION</target> 4946 <target state="new">FEDERATION</target>
4966 4947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">366</context></context-group>
4967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">366</context></context-group></trans-unit> 4948 </trans-unit>
4968 <trans-unit id="252719899360434356" datatype="html"> 4949 <trans-unit id="252719899360434356" datatype="html">
4969 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/follows&quot;>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> with other instances. </source> 4950 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/follows&quot;>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> with other instances. </source>
4970 <target state="new"> Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/follows&quot;>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> with other instances. </target> 4951 <target state="new"> Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a routerLink=&quot;/admin/follows&quot;>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> with other instances. </target>
4971 4952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">368</context></context-group>
4972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">368</context></context-group></trans-unit> 4953 </trans-unit>
4973 <trans-unit id="9119248927271669654" datatype="html"> 4954 <trans-unit id="9119248927271669654" datatype="html">
4974 <source>Other instances can follow yours</source> 4955 <source>Other instances can follow yours</source>
4975 <target state="new">Other instances can follow yours</target> 4956 <target state="new">Other instances can follow yours</target>
4976 4957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">380</context></context-group>
4977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">380</context></context-group></trans-unit> 4958 </trans-unit>
4978 <trans-unit id="7015551137649102649" datatype="html"> 4959 <trans-unit id="7015551137649102649" datatype="html">
4979 <source>Manually approve new instance followers</source> 4960 <source>Manually approve new instance followers</source>
4980 <target state="translated">Aprovar manualmente novos seguidores da instância</target> 4961 <target state="translated">Aprovar manualmente novos seguidores da instância</target>
4981 4962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">387</context></context-group>
4982 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">387</context></context-group></trans-unit> 4963 </trans-unit>
4983 <trans-unit id="4803992993548153434" datatype="html"> 4964 <trans-unit id="4803992993548153434" datatype="html">
4984 <source>Automatically follow back instances</source> 4965 <source>Automatically follow back instances</source>
4985 <target state="new">Automatically follow back instances</target> 4966 <target state="new">Automatically follow back instances</target>
4986 4967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">400</context></context-group>
4987 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">400</context></context-group></trans-unit> 4968 </trans-unit>
4988 <trans-unit id="2092224316392295720" datatype="html"> 4969 <trans-unit id="2092224316392295720" datatype="html">
4989 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4970 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4990 <target state="translated">⚠️ Está funcionalidade requer muita atenção e moderação extra.</target> 4971 <target state="translated">⚠️ Está funcionalidade requer muita atenção e moderação extra.</target>
4991 4972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">135</context></context-group>
4992 4973 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">403</context></context-group>
4993 4974 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">416</context></context-group>
4994 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">403</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">416</context></context-group></trans-unit> 4975 </trans-unit>
4995 <trans-unit id="1718269478813020014" datatype="html"> 4976 <trans-unit id="1718269478813020014" datatype="html">
4996 <source>Index URL</source> 4977 <source>Index URL</source>
4997 <target state="translated">URL do Índice</target> 4978 <target state="translated">URL do Índice</target>
4998 4979 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">425</context></context-group>
4999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">425</context></context-group></trans-unit> 4980 </trans-unit>
5000 <trans-unit id="173263206605027981" datatype="html"> 4981 <trans-unit id="173263206605027981" datatype="html">
5001 <source>Automatically follow instances of a public index</source> 4982 <source>Automatically follow instances of a public index</source>
5002 <target state="new">Automatically follow instances of a public index</target> 4983 <target state="new">Automatically follow instances of a public index</target>
5003 4984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">413</context></context-group>
5004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">413</context></context-group></trans-unit> 4985 </trans-unit>
5005 <trans-unit id="9076632742417302918" datatype="html"> 4986 <trans-unit id="9076632742417302918" datatype="html">
5006 <source>See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/admin-following-instances?id=automatically-follow-other-instances&quot; rel=&quot;noopener noreferer&quot; target=&quot;_blank&quot;>"/>the documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> for more information about the expected URL </source> 4987 <source>See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/admin-following-instances?id=automatically-follow-other-instances&quot; rel=&quot;noopener noreferer&quot; target=&quot;_blank&quot;>"/>the documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> for more information about the expected URL </source>
5007 <target state="new"> See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/admin-following-instances?id=automatically-follow-other-instances&quot; rel=&quot;noopener noreferer&quot; target=&quot;_blank&quot;>"/>the documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> for more information about the expected URL </target> 4988 <target state="new"> See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a href=&quot;https://docs.joinpeertube.org/admin-following-instances?id=automatically-follow-other-instances&quot; rel=&quot;noopener noreferer&quot; target=&quot;_blank&quot;>"/>the documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a> "/> for more information about the expected URL </target>
5008 4989 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">419</context></context-group>
5009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit> 4990 </trans-unit>
5010 <trans-unit id="3946988229617310200" datatype="html"> 4991 <trans-unit id="3946988229617310200" datatype="html">
5011 <source>ADMINISTRATORS</source> 4992 <source>ADMINISTRATORS</source>
5012 <target state="new">ADMINISTRATORS</target> 4993 <target state="new">ADMINISTRATORS</target>
5013 4994 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">445</context></context-group>
5014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">445</context></context-group></trans-unit> 4995 </trans-unit>
5015 <trans-unit id="2149300564474427551"> 4996 <trans-unit id="2149300564474427551">
5016 <source>Administrator</source> 4997 <source>Administrator</source>
5017 <target>Administrador</target> 4998 <target>Administrador</target>
@@ -5020,13 +5001,13 @@ The link will expire within 1 hour.</target>
5020 <trans-unit id="3171683206914962995"> 5001 <trans-unit id="3171683206914962995">
5021 <source>Admin email</source> 5002 <source>Admin email</source>
5022 <target>Email de administrador</target> 5003 <target>Email de administrador</target>
5023 5004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">451</context></context-group>
5024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">451</context></context-group></trans-unit> 5005 </trans-unit>
5025 <trans-unit id="4722881456283329321"> 5006 <trans-unit id="4722881456283329321">
5026 <source>Enable contact form</source> 5007 <source>Enable contact form</source>
5027 <target>Habilitar formulário de contato</target> 5008 <target>Habilitar formulário de contato</target>
5028 5009 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">464</context></context-group>
5029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">464</context></context-group></trans-unit> 5010 </trans-unit>
5030 <trans-unit id="5926348345797688952" datatype="html"> 5011 <trans-unit id="5926348345797688952" datatype="html">
5031 <source>VOD Transcoding</source> 5012 <source>VOD Transcoding</source>
5032 <target state="new">VOD Transcoding</target> 5013 <target state="new">VOD Transcoding</target>
@@ -5035,28 +5016,28 @@ The link will expire within 1 hour.</target>
5035 <trans-unit id="1765095834299337775" datatype="html"> 5016 <trans-unit id="1765095834299337775" datatype="html">
5036 <source>TWITTER</source> 5017 <source>TWITTER</source>
5037 <target state="new">TWITTER</target> 5018 <target state="new">TWITTER</target>
5038 5019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">473</context></context-group>
5039 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">473</context></context-group></trans-unit> 5020 </trans-unit>
5040 <trans-unit id="3202133522706129143" datatype="html"> 5021 <trans-unit id="3202133522706129143" datatype="html">
5041 <source>Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value.</source> 5022 <source>Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value.</source>
5042 <target state="new"> Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. </target> 5023 <target state="new"> Provide the Twitter account representing your instance to improve link previews. If you don't have a Twitter account, just leave the default value. </target>
5043 5024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">475</context></context-group>
5044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">475</context></context-group></trans-unit> 5025 </trans-unit>
5045 <trans-unit id="4087837092261487511"> 5026 <trans-unit id="4087837092261487511">
5046 <source>Your Twitter username</source> 5027 <source>Your Twitter username</source>
5047 <target>Seu nome de usuário no Twitter</target> 5028 <target>Seu nome de usuário no Twitter</target>
5048 5029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">486</context></context-group>
5049 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit> 5030 </trans-unit>
5050 <trans-unit id="5648651824279408711" datatype="html"> 5031 <trans-unit id="5648651824279408711" datatype="html">
5051 <source>Instance allowed by Twitter</source> 5032 <source>Instance allowed by Twitter</source>
5052 <target state="new">Instance allowed by Twitter</target> 5033 <target state="new">Instance allowed by Twitter</target>
5053 5034 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">499</context></context-group>
5054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">499</context></context-group></trans-unit> 5035 </trans-unit>
5055 <trans-unit id="2076338542820061819" datatype="html"> 5036 <trans-unit id="2076338542820061819" datatype="html">
5056 <source>If your instance is explicitly allowed 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 />"/> If the instance is not, we use an image link card that will redirect to your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to see if you instance is allowed. </source> 5037 <source>If your instance is explicitly allowed 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 />"/> If the instance is not, we use an image link card that will redirect to your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to see if you instance is allowed. </source>
5057 <target state="new"> If your instance is explicitly allowed 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 />"/> If the instance is not, we use an image link card that will redirect to your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to see if you instance is allowed. </target> 5038 <target state="new"> If your instance is explicitly allowed 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 />"/> If the instance is not, we use an image link card that will redirect to your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/w/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to see if you instance is allowed. </target>
5058 5039 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">504</context></context-group>
5059 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">504</context></context-group></trans-unit> 5040 </trans-unit>
5060 <trans-unit id="493135676263039396" datatype="html"> 5041 <trans-unit id="493135676263039396" datatype="html">
5061 <source>LIVE</source> 5042 <source>LIVE</source>
5062 <target state="new">LIVE</target> 5043 <target state="new">LIVE</target>
@@ -5474,38 +5455,38 @@ color: red;
5474 <trans-unit id="4915431133669985304"> 5455 <trans-unit id="4915431133669985304">
5475 <source>Profile</source> 5456 <source>Profile</source>
5476 <target>Perfil</target> 5457 <target>Perfil</target>
5477 5458 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">237</context></context-group>
5478 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">237</context></context-group></trans-unit> 5459 </trans-unit>
5479 <trans-unit id="1963136290621768454" datatype="html"> 5460 <trans-unit id="1963136290621768454" datatype="html">
5480 <source>Resolution</source> 5461 <source>Resolution</source>
5481 <target state="new">Resolution</target> 5462 <target state="new">Resolution</target>
5482 5463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">246</context></context-group>
5483 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">246</context></context-group></trans-unit> 5464 </trans-unit>
5484 <trans-unit id="7814358426066520520" datatype="html"> 5465 <trans-unit id="7814358426066520520" datatype="html">
5485 <source>Aspect ratio</source> 5466 <source>Aspect ratio</source>
5486 <target state="new">Aspect ratio</target> 5467 <target state="new">Aspect ratio</target>
5487 5468 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">247</context></context-group>
5488 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">247</context></context-group></trans-unit> 5469 </trans-unit>
5489 <trans-unit id="44862519224794374" datatype="html"> 5470 <trans-unit id="44862519224794374" datatype="html">
5490 <source>Average frame rate</source> 5471 <source>Average frame rate</source>
5491 <target state="new">Average frame rate</target> 5472 <target state="new">Average frame rate</target>
5492 5473 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">248</context></context-group>
5493 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit> 5474 </trans-unit>
5494 <trans-unit id="5053683525387462246" datatype="html"> 5475 <trans-unit id="5053683525387462246" datatype="html">
5495 <source>Pixel format</source> 5476 <source>Pixel format</source>
5496 <target state="new">Pixel format</target> 5477 <target state="new">Pixel format</target>
5497 5478 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">249</context></context-group>
5498 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">249</context></context-group></trans-unit> 5479 </trans-unit>
5499 <trans-unit id="7858676566953242358" datatype="html"> 5480 <trans-unit id="7858676566953242358" datatype="html">
5500 <source>Sample rate</source> 5481 <source>Sample rate</source>
5501 <target state="new">Sample rate</target> 5482 <target state="new">Sample rate</target>
5502 5483 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">253</context></context-group>
5503 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">253</context></context-group></trans-unit> 5484 </trans-unit>
5504 <trans-unit id="5403856660543890284" datatype="html"> 5485 <trans-unit id="5403856660543890284" datatype="html">
5505 <source>Channel Layout</source> 5486 <source>Channel Layout</source>
5506 <target state="new">Channel Layout</target> 5487 <target state="new">Channel Layout</target>
5507 5488 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">254</context></context-group>
5508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 5489 </trans-unit>
5509 <trans-unit id="6460084371385263470"> 5490 <trans-unit id="6460084371385263470">
5510 <source>Video settings</source> 5491 <source>Video settings</source>
5511 <target>Configurações de vídeo</target> 5492 <target>Configurações de vídeo</target>
@@ -5554,9 +5535,9 @@ color: red;
5554 <trans-unit id="4409859601539810260" datatype="html"> 5535 <trans-unit id="4409859601539810260" datatype="html">
5555 <source>Policy for sensitive videos</source> 5536 <source>Policy for sensitive videos</source>
5556 <target state="new">Policy for sensitive videos</target> 5537 <target state="new">Policy for sensitive videos</target>
5557 5538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">118</context></context-group>
5558 5539 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">15</context></context-group>
5559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">118</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit> 5540 </trans-unit>
5560 <trans-unit id="2864176699435587977" datatype="html"> 5541 <trans-unit id="2864176699435587977" datatype="html">
5561 <source>Only display videos in the following languages/subtitles</source> 5542 <source>Only display videos in the following languages/subtitles</source>
5562 <target state="translated">Mostre apenas os vídeos nas seguintes línguas / legendas</target> 5543 <target state="translated">Mostre apenas os vídeos nas seguintes línguas / legendas</target>
@@ -5570,9 +5551,9 @@ color: red;
5570 <trans-unit id="2658703380934466003" datatype="html"> 5551 <trans-unit id="2658703380934466003" datatype="html">
5571 <source>Add a new language</source> 5552 <source>Add a new language</source>
5572 <target state="new">Add a new language</target> 5553 <target state="new">Add a new language</target>
5573 5554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">71</context></context-group>
5574 5555 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">36</context></context-group>
5575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-instance-information.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit> 5556 </trans-unit>
5576 <trans-unit id="1530331428384894781" datatype="html"> 5557 <trans-unit id="1530331428384894781" datatype="html">
5577 <source><x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/> is awaiting email verification </source> 5558 <source><x id="START_TAG_SPAN"/><x id="INTERPOLATION"/><x id="CLOSE_TAG_SPAN"/> is awaiting email verification </source>
5578 <target state="translated"> 5559 <target state="translated">
@@ -5682,9 +5663,9 @@ color: red;
5682 <trans-unit id="5417361655914085905" datatype="html"> 5663 <trans-unit id="5417361655914085905" datatype="html">
5683 <source>Account page</source> 5664 <source>Account page</source>
5684 <target state="new">Account page</target> 5665 <target state="new">Account page</target>
5685 5666 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">70</context></context-group>
5686 5667 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">76</context></context-group>
5687 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">70</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">76</context></context-group></trans-unit> 5668 </trans-unit>
5688 <trans-unit id="187187500641108332" datatype="html"> 5669 <trans-unit id="187187500641108332" datatype="html">
5689 <source><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </source> 5670 <source><x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/> </source>
5690 <target state="new"> 5671 <target state="new">
@@ -5822,10 +5803,10 @@ color: red;
5822 <trans-unit id="4000980858407872649" datatype="html"> 5803 <trans-unit id="4000980858407872649" datatype="html">
5823 <source>Channel page</source> 5804 <source>Channel page</source>
5824 <target state="new">Channel page</target> 5805 <target state="new">Channel page</target>
5825 5806 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context><context context-type="linenumber">23</context></context-group>
5826 5807 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">20</context></context-group>
5827 5808 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">67</context></context-group>
5828 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">20</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">67</context></context-group></trans-unit> 5809 </trans-unit>
5829 <trans-unit id="9131836378905533756"> 5810 <trans-unit id="9131836378905533756">
5830 <source>Created by <x id="INTERPOLATION"/></source> 5811 <source>Created by <x id="INTERPOLATION"/></source>
5831 <target>Criado por 5812 <target>Criado por
@@ -6092,11 +6073,12 @@ color: red;
6092 <trans-unit id="403587185492002456" datatype="html"> 6073 <trans-unit id="403587185492002456" datatype="html">
6093 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</source> 6074 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</source>
6094 <target state="new">{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</target> 6075 <target state="new">{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</target>
6095 6076 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">23</context></context-group>
6096 6077 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group>
6097 6078 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context><context context-type="linenumber">28</context></context-group>
6098 6079 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">73</context></context-group>
6099 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 6080 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">13</context></context-group>
6081 </trans-unit>
6100 <trans-unit id="3068011377000255023" datatype="html"> 6082 <trans-unit id="3068011377000255023" datatype="html">
6101 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source> 6083 <source>{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</source>
6102 <target state="new">{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</target> 6084 <target state="new">{VAR_PLURAL, plural, =1 {1 videos} other {<x id="INTERPOLATION"/> videos}}</target>
@@ -6138,10 +6120,7 @@ color: red;
6138 <trans-unit id="5512878593724620692" datatype="html"> 6120 <trans-unit id="5512878593724620692" datatype="html">
6139 <source>CHANNELS</source> 6121 <source>CHANNELS</source>
6140 <target state="new">CHANNELS</target> 6122 <target state="new">CHANNELS</target>
6141 <context-group purpose="location"> 6123 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group>
6142 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
6143 <context context-type="linenumber">82</context>
6144 </context-group>
6145 </trans-unit> 6124 </trans-unit>
6146 <trans-unit id="3666829335406793239" datatype="html"> 6125 <trans-unit id="3666829335406793239" datatype="html">
6147 <source>This account does not have channels.</source> 6126 <source>This account does not have channels.</source>
@@ -6164,7 +6143,7 @@ color: red;
6164 </trans-unit> 6143 </trans-unit>
6165 <trans-unit id="8856905278208146821" datatype="html"> 6144 <trans-unit id="8856905278208146821" datatype="html">
6166 <source><x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </source> 6145 <source><x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </source>
6167 <target state="new"> <x id="ICU" equiv-text="{getTotalVideosOf(videoChannel), plural, =1 {1 videos} other {{{ getTotalVideosOf(videoChannel) }} videos}}"/> </target> 6146 <target state="translated"><x id="ICU" equiv-text="{video.views, plural, =1 {1 view} other {{{ video.views | myNumberFormatter }} views}} "/> </target>
6168 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">26</context></context-group> 6147 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">26</context></context-group>
6169 </trans-unit> 6148 </trans-unit>
6170 <trans-unit id="4071627711041975501" datatype="html"> 6149 <trans-unit id="4071627711041975501" datatype="html">
@@ -6188,6 +6167,14 @@ It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not
6188channel with the same name (<x id="PH_2"/>)!</target> 6167channel with the same name (<x id="PH_2"/>)!</target>
6189 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 6168 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
6190 </trans-unit> 6169 </trans-unit>
6170 <trans-unit id="4433306639366959484" datatype="html">
6171 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source>
6172 <target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
6173 <context-group purpose="location">
6174 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
6175 <context context-type="linenumber">48</context>
6176 </context-group>
6177 </trans-unit>
6191 <trans-unit id="5387007581996837469" datatype="html"> 6178 <trans-unit id="5387007581996837469" datatype="html">
6192 <source>My Channels</source> 6179 <source>My Channels</source>
6193 <target state="new">My Channels</target> 6180 <target state="new">My Channels</target>
@@ -6203,9 +6190,11 @@ channel with the same name (<x id="PH_2"/>)!</target>
6203 <trans-unit id="7828153032795614080"> 6190 <trans-unit id="7828153032795614080">
6204 <source>See this video channel</source> 6191 <source>See this video channel</source>
6205 <target>Veja este canal de vídeo</target> 6192 <target>Veja este canal de vídeo</target>
6206 6193 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">13</context></context-group>
6207 6194 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">17</context></context-group>
6208 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">13</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">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 6195 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">4</context></context-group>
6196 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html</context><context context-type="linenumber">7</context></context-group>
6197 </trans-unit>
6209 <trans-unit id="1545109431751219382" datatype="html"> 6198 <trans-unit id="1545109431751219382" datatype="html">
6210 <source>This channel doesn't have any videos.</source> 6199 <source>This channel doesn't have any videos.</source>
6211 <target state="translated">Este canal não possui vídeos.</target> 6200 <target state="translated">Este canal não possui vídeos.</target>
@@ -6219,8 +6208,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
6219 <trans-unit id="4088311569349098646"> 6208 <trans-unit id="4088311569349098646">
6220 <source>Stats</source> 6209 <source>Stats</source>
6221 <target>Estatísticas</target> 6210 <target>Estatísticas</target>
6222 6211 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">139</context></context-group>
6223 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">139</context></context-group></trans-unit> 6212 </trans-unit>
6224 <trans-unit id="4068658588793749132" datatype="html"> 6213 <trans-unit id="4068658588793749132" datatype="html">
6225 <source>This channel does not have playlists.</source> 6214 <source>This channel does not have playlists.</source>
6226 <target state="translated">Este canal não possui playlists.</target> 6215 <target state="translated">Este canal não possui playlists.</target>
@@ -6574,23 +6563,23 @@ channel with the same name (<x id="PH_2"/>)!</target>
6574 <trans-unit id="4195286790385468087" datatype="html"> 6563 <trans-unit id="4195286790385468087" datatype="html">
6575 <source>About this instance</source> 6564 <source>About this instance</source>
6576 <target state="new">About this instance</target> 6565 <target state="new">About this instance</target>
6577 6566 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">25</context></context-group>
6578 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">25</context></context-group></trans-unit> 6567 </trans-unit>
6579 <trans-unit id="8773846522957677259" datatype="html"> 6568 <trans-unit id="8773846522957677259" datatype="html">
6580 <source>About PeerTube</source> 6569 <source>About PeerTube</source>
6581 <target state="new">About PeerTube</target> 6570 <target state="new">About PeerTube</target>
6582 6571 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">50</context></context-group>
6583 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">50</context></context-group></trans-unit> 6572 </trans-unit>
6584 <trans-unit id="1812900507515561988" datatype="html"> 6573 <trans-unit id="1812900507515561988" datatype="html">
6585 <source>About this instance's network</source> 6574 <source>About this instance's network</source>
6586 <target state="new">About this instance's network</target> 6575 <target state="new">About this instance's network</target>
6587 6576 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">59</context></context-group>
6588 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-routing.module.ts</context><context context-type="linenumber">59</context></context-group></trans-unit> 6577 </trans-unit>
6589 <trans-unit id="892073694820881630" datatype="html"> 6578 <trans-unit id="892073694820881630" datatype="html">
6590 <source>Link copied</source> 6579 <source>Link copied</source>
6591 <target state="new">Link copied</target> 6580 <target state="new">Link copied</target>
6592 6581 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.ts</context><context context-type="linenumber">98</context></context-group>
6593 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.ts</context><context context-type="linenumber">98</context></context-group></trans-unit> 6582 </trans-unit>
6594 <trans-unit id="1045244999981860085" datatype="html"> 6583 <trans-unit id="1045244999981860085" datatype="html">
6595 <source>Developed with ❤ by <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></source> 6584 <source>Developed with ❤ by <x id="START_LINK"/>Framasoft<x id="CLOSE_LINK"/></source>
6596 <target state="translated">Desenvolvido com ❤ por 6585 <target state="translated">Desenvolvido com ❤ por
@@ -6614,18 +6603,18 @@ channel with the same name (<x id="PH_2"/>)!</target>
6614 <trans-unit id="6386856862203107763" datatype="html"> 6603 <trans-unit id="6386856862203107763" datatype="html">
6615 <source>Create my account</source> 6604 <source>Create my account</source>
6616 <target state="translated">Criar minha conta</target> 6605 <target state="translated">Criar minha conta</target>
6617 6606 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">39</context></context-group>
6618 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit> 6607 </trans-unit>
6619 <trans-unit id="220345070199640496" datatype="html"> 6608 <trans-unit id="220345070199640496" datatype="html">
6620 <source>PeerTube is creating your account...</source> 6609 <source>PeerTube is creating your account...</source>
6621 <target state="translated">PeerTube está criando sua conta...</target> 6610 <target state="translated">PeerTube está criando sua conta...</target>
6622 6611 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">47</context></context-group>
6623 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 6612 </trans-unit>
6624 <trans-unit id="397098723873502323" datatype="html"> 6613 <trans-unit id="397098723873502323" datatype="html">
6625 <source>Done</source> 6614 <source>Done</source>
6626 <target state="translated">Concluído</target> 6615 <target state="translated">Concluído</target>
6627 6616 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">43</context></context-group>
6628 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 6617 </trans-unit>
6629 <trans-unit id="6294302495409052693" datatype="html"> 6618 <trans-unit id="6294302495409052693" datatype="html">
6630 <source>Who are we?</source> 6619 <source>Who are we?</source>
6631 <target state="translated">Quem somos nós?</target> 6620 <target state="translated">Quem somos nós?</target>
@@ -6696,8 +6685,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
6696 <source>Channel name cannot be the same as your account name. You can click on the first step to update your account name.</source> 6685 <source>Channel name cannot be the same as your account name. You can click on the first step to update your account name.</source>
6697 <target state="new"> Channel name cannot be the same as your account name. You can click on the first step to update your account name. </target> 6686 <target state="new"> Channel name cannot be the same as your account name. You can click on the first step to update your account name. </target>
6698 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context><context context-type="linenumber">51</context></context-group> 6687 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context><context context-type="linenumber">51</context></context-group>
6699 </trans-unit><trans-unit id="7440807341905682986" datatype="html"> 6688 </trans-unit>
6700 <source> I am at least <x id="INTERPOLATION" equiv-text="{{ minimumAge }}"/> years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event)&quot; href='#'>"/>Terms<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 *ngIf=&quot;hasCodeOfConduct&quot;>"/> and to the <x id="START_LINK_1" equiv-text="&lt;a (click)=&quot;onCodeOfConductClick($event)&quot; href='#'>"/>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>"/> of this instance </source><target state="new"> I am at least <x id="INTERPOLATION" equiv-text="{{ minimumAge }}"/> years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event)&quot; href='#'>"/>Terms<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 *ngIf=&quot;hasCodeOfConduct&quot;>"/> and to the <x id="START_LINK_1" equiv-text="&lt;a (click)=&quot;onCodeOfConductClick($event)&quot; href='#'>"/>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>"/> of this instance </target> 6689 <trans-unit id="7440807341905682986" datatype="html">
6690 <source>I am at least <x id="INTERPOLATION" equiv-text="{{ minimumAge }}"/> years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event)&quot; href='#'>"/>Terms<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 *ngIf=&quot;hasCodeOfConduct&quot;>"/> and to the <x id="START_LINK_1" equiv-text="&lt;a (click)=&quot;onCodeOfConductClick($event)&quot; href='#'>"/>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>"/> of this instance </source>
6691 <target state="new"> I am at least <x id="INTERPOLATION" equiv-text="{{ minimumAge }}"/> years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event)&quot; href='#'>"/>Terms<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 *ngIf=&quot;hasCodeOfConduct&quot;>"/> and to the <x id="START_LINK_1" equiv-text="&lt;a (click)=&quot;onCodeOfConductClick($event)&quot; href='#'>"/>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>"/> of this instance </target>
6701 <context-group purpose="location"> 6692 <context-group purpose="location">
6702 <context context-type="sourcefile">src/app/+signup/+register/register-step-terms.component.html</context> 6693 <context context-type="sourcefile">src/app/+signup/+register/register-step-terms.component.html</context>
6703 <context context-type="linenumber">5,10</context> 6694 <context context-type="linenumber">5,10</context>
@@ -6718,7 +6709,6 @@ channel with the same name (<x id="PH_2"/>)!</target>
6718 <context context-type="linenumber">4,5</context> 6709 <context context-type="linenumber">4,5</context>
6719 </context-group> 6710 </context-group>
6720 </trans-unit> 6711 </trans-unit>
6721
6722 <trans-unit id="3301086086650990787" datatype="html"> 6712 <trans-unit id="3301086086650990787" datatype="html">
6723 <source>Register</source> 6713 <source>Register</source>
6724 <target state="new">Register</target> 6714 <target state="new">Register</target>
@@ -6727,13 +6717,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6727 <trans-unit id="6979021199788941693"> 6717 <trans-unit id="6979021199788941693">
6728 <source>Your message has been sent.</source> 6718 <source>Your message has been sent.</source>
6729 <target>Sua mensagem foi enviada.</target> 6719 <target>Sua mensagem foi enviada.</target>
6730 6720 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group>
6731 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6721 </trans-unit>
6732 <trans-unit id="2072135752262464360"> 6722 <trans-unit id="2072135752262464360">
6733 <source>You already sent this form recently</source> 6723 <source>You already sent this form recently</source>
6734 <target>Você já enviou este formulário recentemente</target> 6724 <target>Você já enviou este formulário recentemente</target>
6735 6725 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group>
6736 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6726 </trans-unit>
6737 <trans-unit id="819067926858619041" datatype="html"> 6727 <trans-unit id="819067926858619041" datatype="html">
6738 <source>Account videos</source> 6728 <source>Account videos</source>
6739 <target state="new">Account videos</target> 6729 <target state="new">Account videos</target>
@@ -6743,14 +6733,15 @@ channel with the same name (<x id="PH_2"/>)!</target>
6743 <source>Search videos within account</source> 6733 <source>Search videos within account</source>
6744 <target state="new">Search videos within account</target> 6734 <target state="new">Search videos within account</target>
6745 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts-routing.module.ts</context><context context-type="linenumber">49</context></context-group> 6735 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts-routing.module.ts</context><context context-type="linenumber">49</context></context-group>
6746 </trans-unit><trans-unit id="4605517634011438234" datatype="html"> 6736 </trans-unit>
6747 <source>ACCOUNT</source><target state="new">ACCOUNT</target> 6737 <trans-unit id="4605517634011438234" datatype="html">
6738 <source>ACCOUNT</source>
6739 <target state="new">ACCOUNT</target>
6748 <context-group purpose="location"> 6740 <context-group purpose="location">
6749 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context> 6741 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
6750 <context context-type="linenumber">8</context> 6742 <context context-type="linenumber">8</context>
6751 </context-group> 6743 </context-group>
6752 </trans-unit> 6744 </trans-unit>
6753
6754 <trans-unit id="6823616469362610020" datatype="html"> 6745 <trans-unit id="6823616469362610020" datatype="html">
6755 <source>Account video channels</source> 6746 <source>Account video channels</source>
6756 <target state="new">Account video channels</target> 6747 <target state="new">Account video channels</target>
@@ -6779,12 +6770,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6779 <target state="new"> 6770 <target state="new">
6780 <x id="PH"/> direct account followers 6771 <x id="PH"/> direct account followers
6781 </target> 6772 </target>
6782 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6773 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group>
6783 </trans-unit> 6774 </trans-unit>
6784 <trans-unit id="6250999352462648289" datatype="html"> 6775 <trans-unit id="6250999352462648289" datatype="html">
6785 <source>Report this account</source> 6776 <source>Report this account</source>
6786 <target state="new">Report this account</target> 6777 <target state="new">Report this account</target>
6787 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6778 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group>
6788 </trans-unit> 6779 </trans-unit>
6789 <trans-unit id="1504521795586863905" datatype="html"> 6780 <trans-unit id="1504521795586863905" datatype="html">
6790 <source>VIDEOS</source> 6781 <source>VIDEOS</source>
@@ -6795,30 +6786,18 @@ channel with the same name (<x id="PH_2"/>)!</target>
6795 <trans-unit id="25349740244798533" datatype="html"> 6786 <trans-unit id="25349740244798533" datatype="html">
6796 <source>Username copied</source> 6787 <source>Username copied</source>
6797 <target state="translated">Nome de usuário copiado</target> 6788 <target state="translated">Nome de usuário copiado</target>
6798 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6789 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group>
6799 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6790 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group>
6800 </trans-unit> 6791 </trans-unit>
6801 <trans-unit id="9221735175659318025" datatype="html"> 6792 <trans-unit id="9221735175659318025" datatype="html">
6802 <source>1 subscriber</source> 6793 <source>1 subscriber</source>
6803 <target state="new">1 subscriber</target> 6794 <target state="new">1 subscriber</target>
6804 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6795 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group>
6805 </trans-unit> 6796 </trans-unit>
6806 <trans-unit id="4097331874769079975" datatype="html"> 6797 <trans-unit id="4097331874769079975" datatype="html">
6807 <source><x id="PH"/> subscribers</source> 6798 <source><x id="PH"/> subscribers</source>
6808 <target state="new"><x id="PH"/> subscribers</target> 6799 <target state="new"><x id="PH"/> subscribers</target>
6809 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6800 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group>
6810 </trans-unit>
6811 <trans-unit id="4682675125751819107" datatype="html">
6812 <source>Instances you follow</source>
6813 <target state="new">Instances you follow</target>
6814 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6816 </trans-unit>
6817 <trans-unit id="8899833753704589712" datatype="html">
6818 <source>Instances following you</source>
6819 <target state="new">Instances following you</target>
6820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6821 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6822 </trans-unit> 6801 </trans-unit>
6823 <trans-unit id="1035838766454786107" datatype="html"> 6802 <trans-unit id="1035838766454786107" datatype="html">
6824 <source>Audio-only</source> 6803 <source>Audio-only</source>
@@ -6870,6 +6849,14 @@ channel with the same name (<x id="PH_2"/>)!</target>
6870 <target>Automático (via ffmpeg)</target> 6849 <target>Automático (via ffmpeg)</target>
6871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6872 </trans-unit> 6851 </trans-unit>
6852 <trans-unit id="3642770981085338761" datatype="html">
6853 <source>Followers of your instance</source>
6854 <target state="new">Followers of your instance</target>
6855 <context-group purpose="location">
6856 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6857 <context context-type="linenumber">3</context>
6858 </context-group>
6859 </trans-unit>
6873 <trans-unit id="931255636742351800" datatype="html"> 6860 <trans-unit id="931255636742351800" datatype="html">
6874 <source>No limit</source> 6861 <source>No limit</source>
6875 <target state="new">No limit</target> 6862 <target state="new">No limit</target>
@@ -7019,17 +7006,40 @@ channel with the same name (<x id="PH_2"/>)!</target>
7019 <trans-unit id="2127446333083057097" datatype="html"> 7006 <trans-unit id="2127446333083057097" datatype="html">
7020 <source>Domain is required.</source> 7007 <source>Domain is required.</source>
7021 <target state="new">Domain is required.</target> 7008 <target state="new">Domain is required.</target>
7022 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 7009 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group>
7010 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group>
7011 </trans-unit>
7012 <trans-unit id="7951488350851416577" datatype="html">
7013 <source>Hosts entered are invalid.</source>
7014 <target state="new">Hosts entered are invalid.</target>
7015 <context-group purpose="location">
7016 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7017 <context context-type="linenumber">93</context>
7018 </context-group>
7023 </trans-unit> 7019 </trans-unit>
7024 <trans-unit id="6780793142903080663" datatype="html"> 7020 <trans-unit id="1469559036084108672" datatype="html">
7025 <source>Domains entered are invalid.</source> 7021 <source>Hosts entered contain duplicates.</source>
7026 <target state="new">Domains entered are invalid.</target> 7022 <target state="new">Hosts entered contain duplicates.</target>
7027 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 7023 <context-group purpose="location">
7024 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7025 <context context-type="linenumber">94</context>
7026 </context-group>
7027 </trans-unit>
7028 <trans-unit id="5991533283446904296" datatype="html">
7029 <source>Hosts or handles are invalid.</source>
7030 <target state="new">Hosts or handles are invalid.</target>
7031 <context-group purpose="location">
7032 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7033 <context context-type="linenumber">102</context>
7034 </context-group>
7028 </trans-unit> 7035 </trans-unit>
7029 <trans-unit id="5886492514458202177" datatype="html"> 7036 <trans-unit id="6759198394434886237" datatype="html">
7030 <source>Domains entered contain duplicates.</source> 7037 <source>Hosts or handles contain duplicates.</source>
7031 <target state="new">Domains entered contain duplicates.</target> 7038 <target state="new">Hosts or handles contain duplicates.</target>
7032 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 7039 <context-group purpose="location">
7040 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7041 <context context-type="linenumber">103</context>
7042 </context-group>
7033 </trans-unit> 7043 </trans-unit>
7034 <trans-unit id="240806681889331244"> 7044 <trans-unit id="240806681889331244">
7035 <source>Unlimited</source> 7045 <source>Unlimited</source>
@@ -7191,22 +7201,55 @@ channel with the same name (<x id="PH_2"/>)!</target>
7191 </target> 7201 </target>
7192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 7202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
7193 </trans-unit> 7203 </trans-unit>
7204 <trans-unit id="6018246591673612412" datatype="html">
7205 <source>Follow</source>
7206 <target state="new">Follow</target>
7207 <context-group purpose="location">
7208 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7209 <context context-type="linenumber">3</context>
7210 </context-group>
7211 <context-group purpose="location">
7212 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7213 <context context-type="linenumber">37</context>
7214 </context-group>
7215 <context-group purpose="location">
7216 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7217 <context context-type="linenumber">18</context>
7218 </context-group>
7219 </trans-unit>
7220 <trans-unit id="3596798855644241001" datatype="html">
7221 <source>1 host (without "http://"), account handle or channel handle per line</source>
7222 <target state="new">1 host (without "http://"), account handle or channel handle per line</target>
7223 <context-group purpose="location">
7224 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7225 <context context-type="linenumber">11</context>
7226 </context-group>
7227 </trans-unit>
7194 <trans-unit id="2740793005745065895"> 7228 <trans-unit id="2740793005745065895">
7195 <source><x id="PH"/> is not valid </source> 7229 <source><x id="PH"/> is not valid </source>
7196 <target> 7230 <target>
7197 <x id="PH"/> não é válido 7231 <x id="PH"/> não é válido
7198 </target> 7232 </target>
7199 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 7233 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group>
7234 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group>
7200 </trans-unit> 7235 </trans-unit>
7201 <trans-unit id="2355066641781598196"> 7236 <trans-unit id="2355066641781598196">
7202 <source>Follow request(s) sent!</source> 7237 <source>Follow request(s) sent!</source>
7203 <target>Solicitação de seguir(s) enviada!</target> 7238 <target>Solicitação de seguir(s) enviada!</target>
7204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 7239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group>
7240 </trans-unit>
7241 <trans-unit id="3459358413436264734" datatype="html">
7242 <source>Your instance subscriptions</source>
7243 <target state="new">Your instance subscriptions</target>
7244 <context-group purpose="location">
7245 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7246 <context context-type="linenumber">3</context>
7247 </context-group>
7205 </trans-unit> 7248 </trans-unit>
7206 <trans-unit id="4245720728052819482"> 7249 <trans-unit id="4245720728052819482">
7207 <source>Do you really want to unfollow <x id="PH"/>?</source> 7250 <source>Do you really want to unfollow <x id="PH"/>?</source>
7208 <target>Você realmente deseja parar de seguir <x id="PH"/>?</target> 7251 <target>Você realmente deseja parar de seguir <x id="PH"/>?</target>
7209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 7252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group>
7210 </trans-unit> 7253 </trans-unit>
7211 <trans-unit id="9160510009013134726"> 7254 <trans-unit id="9160510009013134726">
7212 <source>Unfollow</source> 7255 <source>Unfollow</source>
@@ -7216,7 +7259,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7216 <trans-unit id="3935234189109112926"> 7259 <trans-unit id="3935234189109112926">
7217 <source>You are not following <x id="PH"/> anymore.</source> 7260 <source>You are not following <x id="PH"/> anymore.</source>
7218 <target>Você não está mais seguindo <x id="PH"/>.</target> 7261 <target>Você não está mais seguindo <x id="PH"/>.</target>
7219 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 7262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group>
7220 </trans-unit> 7263 </trans-unit>
7221 <trans-unit id="2593763089859685916"> 7264 <trans-unit id="2593763089859685916">
7222 <source>enabled</source> 7265 <source>enabled</source>
@@ -7280,9 +7323,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7280 <target state="new">Instance 7323 <target state="new">Instance
7281 <x id="PH"/> muted. 7324 <x id="PH"/> muted.
7282 </target> 7325 </target>
7283 7326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.ts</context><context context-type="linenumber">68</context></context-group>
7284 7327 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">143</context></context-group>
7285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.ts</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">143</context></context-group></trans-unit> 7328 </trans-unit>
7286 <trans-unit id="3096398988891996621" datatype="html"> 7329 <trans-unit id="3096398988891996621" datatype="html">
7287 <source>Instance <x id="PH"/> muted by your instance.</source> 7330 <source>Instance <x id="PH"/> muted by your instance.</source>
7288 <target state="new">Instance 7331 <target state="new">Instance
@@ -7335,109 +7378,109 @@ channel with the same name (<x id="PH_2"/>)!</target>
7335 <trans-unit id="6473213678768782133" datatype="html"> 7378 <trans-unit id="6473213678768782133" datatype="html">
7336 <source>Internal actions</source> 7379 <source>Internal actions</source>
7337 <target state="new">Internal actions</target> 7380 <target state="new">Internal actions</target>
7338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7381
7339 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7382
7340 </trans-unit> 7383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7341 <trans-unit id="4559872264406386913" datatype="html"> 7384 <trans-unit id="4559872264406386913" datatype="html">
7342 <source>Delete report</source> 7385 <source>Delete report</source>
7343 <target state="new">Delete report</target> 7386 <target state="new">Delete report</target>
7344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7387
7345 </trans-unit> 7388 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7346 <trans-unit id="5793550984155962433" datatype="html"> 7389 <trans-unit id="5793550984155962433" datatype="html">
7347 <source>Actions for the flagged account</source> 7390 <source>Actions for the flagged account</source>
7348 <target state="new">Actions for the flagged account</target> 7391 <target state="new">Actions for the flagged account</target>
7349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7392
7350 </trans-unit> 7393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7351 <trans-unit id="1679841953757186358"> 7394 <trans-unit id="1679841953757186358">
7352 <source>Mark as accepted</source> 7395 <source>Mark as accepted</source>
7353 <target>Marcar como aceito</target> 7396 <target>Marcar como aceito</target>
7354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7397
7355 </trans-unit> 7398 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7356 <trans-unit id="7993358694073742566"> 7399 <trans-unit id="7993358694073742566">
7357 <source>Mark as rejected</source> 7400 <source>Mark as rejected</source>
7358 <target>Marcar como rejeitado</target> 7401 <target>Marcar como rejeitado</target>
7359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7402
7360 </trans-unit> 7403 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7361 <trans-unit id="4175703770051343108" datatype="html"> 7404 <trans-unit id="4175703770051343108" datatype="html">
7362 <source>Add internal note</source> 7405 <source>Add internal note</source>
7363 <target state="new">Add internal note</target> 7406 <target state="new">Add internal note</target>
7364 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7407
7365 </trans-unit> 7408 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7366 <trans-unit id="296166371893775555" datatype="html"> 7409 <trans-unit id="296166371893775555" datatype="html">
7367 <source>Actions for the video</source> 7410 <source>Actions for the video</source>
7368 <target state="new">Actions for the video</target> 7411 <target state="new">Actions for the video</target>
7369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7412
7370 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7413
7371 </trans-unit> 7414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7372 <trans-unit id="3924877328520650445" datatype="html"> 7415 <trans-unit id="3924877328520650445" datatype="html">
7373 <source>Block video</source> 7416 <source>Block video</source>
7374 <target state="translated">Bloquear vídeo</target> 7417 <target state="translated">Bloquear vídeo</target>
7375 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7418
7376 </trans-unit> 7419 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7377 <trans-unit id="4762794934098378428" datatype="html"> 7420 <trans-unit id="4762794934098378428" datatype="html">
7378 <source>Video blocked.</source> 7421 <source>Video blocked.</source>
7379 <target state="translated">Vídeo bloqueado.</target> 7422 <target state="translated">Vídeo bloqueado.</target>
7380 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7423
7381 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7424
7382 </trans-unit> 7425 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7383 <trans-unit id="4328862996304258770" datatype="html"> 7426 <trans-unit id="4328862996304258770" datatype="html">
7384 <source>Unblock video</source> 7427 <source>Unblock video</source>
7385 <target state="translated">Desbloquear vídeo</target> 7428 <target state="translated">Desbloquear vídeo</target>
7386 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7429
7387 </trans-unit> 7430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7388 <trans-unit id="9065327551191479877" datatype="html"> 7431 <trans-unit id="9065327551191479877" datatype="html">
7389 <source>Video unblocked.</source> 7432 <source>Video unblocked.</source>
7390 <target state="translated">Vídeo desbloqueado.</target> 7433 <target state="translated">Vídeo desbloqueado.</target>
7391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7434
7392 </trans-unit> 7435 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7393 <trans-unit id="1250415136605923486"> 7436 <trans-unit id="1250415136605923486">
7394 <source>Do you really want to delete this abuse report?</source> 7437 <source>Do you really want to delete this abuse report?</source>
7395 <target>Você realmente quer deletar esta denúncia?</target> 7438 <target>Você realmente quer deletar esta denúncia?</target>
7396 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7439
7397 </trans-unit> 7440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7398 <trans-unit id="3482559157143817408"> 7441 <trans-unit id="3482559157143817408">
7399 <source>Abuse deleted.</source> 7442 <source>Abuse deleted.</source>
7400 <target>Abuso deletado.</target> 7443 <target>Abuso deletado.</target>
7401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7444
7402 </trans-unit> 7445 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7403 <trans-unit id="6282990098351939529" datatype="html"> 7446 <trans-unit id="6282990098351939529" datatype="html">
7404 <source>Deleted comment</source> 7447 <source>Deleted comment</source>
7405 <target state="new">Deleted comment</target> 7448 <target state="new">Deleted comment</target>
7406 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7449
7407 </trans-unit> 7450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7408 <trans-unit id="9196775343330824083" datatype="html"> 7451 <trans-unit id="9196775343330824083" datatype="html">
7409 <source>Messages with reporter</source> 7452 <source>Messages with reporter</source>
7410 <target state="new">Messages with reporter</target> 7453 <target state="new">Messages with reporter</target>
7411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7454
7412 </trans-unit> 7455 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7413 <trans-unit id="8770468575924421391" datatype="html"> 7456 <trans-unit id="8770468575924421391" datatype="html">
7414 <source>Messages with moderators</source> 7457 <source>Messages with moderators</source>
7415 <target state="new">Messages with moderators</target> 7458 <target state="new">Messages with moderators</target>
7416 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7459
7417 </trans-unit> 7460 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7418 <trans-unit id="8528549800795985099" datatype="html"> 7461 <trans-unit id="8528549800795985099" datatype="html">
7419 <source>Update internal note</source> 7462 <source>Update internal note</source>
7420 <target state="new">Update internal note</target> 7463 <target state="new">Update internal note</target>
7421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7464
7422 </trans-unit> 7465 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7423 <trans-unit id="3962242315365992494" datatype="html"> 7466 <trans-unit id="3962242315365992494" datatype="html">
7424 <source>Switch video block to manual</source> 7467 <source>Switch video block to manual</source>
7425 <target state="new">Switch video block to manual</target> 7468 <target state="new">Switch video block to manual</target>
7426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7469
7427 </trans-unit> 7470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7428 <trans-unit id="6906423861055262169" datatype="html"> 7471 <trans-unit id="6906423861055262169" datatype="html">
7429 <source>Video <x id="PH"/> switched to manual block.</source> 7472 <source>Video <x id="PH"/> switched to manual block.</source>
7430 <target state="new">Video 7473 <target state="new">Video
7431 <x id="PH"/> switched to manual block. 7474 <x id="PH"/> switched to manual block.
7432 </target> 7475 </target>
7433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7476
7434 </trans-unit> 7477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7435 <trans-unit id="7293356040886494773" datatype="html"> 7478 <trans-unit id="7293356040886494773" datatype="html">
7436 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7479 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7437 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7480 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7438 7481
7439 7482
7440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 7483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7441 <trans-unit id="4859202148272511129" datatype="html"> 7484 <trans-unit id="4859202148272511129" datatype="html">
7442 <source>Unblock</source> 7485 <source>Unblock</source>
7443 <target state="translated">Desbloquear</target> 7486 <target state="translated">Desbloquear</target>
@@ -7445,13 +7488,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
7445 7488
7446 7489
7447 7490
7448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7449 <trans-unit id="4922469417589203720" datatype="html"> 7492 <trans-unit id="4922469417589203720" datatype="html">
7450 <source>Video <x id="PH"/> unblocked.</source> 7493 <source>Video <x id="PH"/> unblocked.</source>
7451 <target state="translated">Vídeo <x id="PH"/> desbloqueado.</target> 7494 <target state="translated">Vídeo <x id="PH"/> desbloqueado.</target>
7452 7495
7453 7496
7454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 7497 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7455 <trans-unit id="6286037250766429054"> 7498 <trans-unit id="6286037250766429054">
7456 <source>yes</source> 7499 <source>yes</source>
7457 <target>sim</target> 7500 <target>sim</target>
@@ -7702,7 +7745,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7702 <trans-unit id="1519954996184640001"> 7745 <trans-unit id="1519954996184640001">
7703 <source>Error</source> 7746 <source>Error</source>
7704 <target>Erro</target> 7747 <target>Erro</target>
7705 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7748 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group>
7706 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7749 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group>
7707 </trans-unit> 7750 </trans-unit>
7708 <trans-unit id="5076187961693950167" datatype="html"> 7751 <trans-unit id="5076187961693950167" datatype="html">
@@ -7720,8 +7763,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7720 <target>Usuário 7763 <target>Usuário
7721 <x id="PH"/> criado. 7764 <x id="PH"/> criado.
7722 </target> 7765 </target>
7723 7766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group>
7724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 7767 </trans-unit>
7725 <trans-unit id="8286337167859377104" datatype="html"> 7768 <trans-unit id="8286337167859377104" datatype="html">
7726 <source>Create user</source> 7769 <source>Create user</source>
7727 <target state="new">Create user</target> 7770 <target state="new">Create user</target>
@@ -7749,16 +7792,6 @@ channel with the same name (<x id="PH_2"/>)!</target>
7749 <target>Atualizar senha do usuário</target> 7792 <target>Atualizar senha do usuário</target>
7750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7793 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7751 </trans-unit> 7794 </trans-unit>
7752 <trans-unit id="177544274549739411" datatype="html">
7753 <source>Following list</source>
7754 <target state="new">Following list</target>
7755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7756 </trans-unit>
7757 <trans-unit id="8092429110007204784" datatype="html">
7758 <source>Followers list</source>
7759 <target state="new">Followers list</target>
7760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7761 </trans-unit>
7762 <trans-unit id="780323526182667308" datatype="html"> 7795 <trans-unit id="780323526182667308" datatype="html">
7763 <source>User <x id="PH"/> updated.</source> 7796 <source>User <x id="PH"/> updated.</source>
7764 <target state="new">User 7797 <target state="new">User
@@ -7791,29 +7824,19 @@ channel with the same name (<x id="PH_2"/>)!</target>
7791 <trans-unit id="5552039423287890133" datatype="html"> 7824 <trans-unit id="5552039423287890133" datatype="html">
7792 <source>Update a user</source> 7825 <source>Update a user</source>
7793 <target state="new">Update a user</target> 7826 <target state="new">Update a user</target>
7794 7827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group>
7795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit> 7828 </trans-unit>
7796 <trans-unit id="8564701209009684429" datatype="html"> 7829 <trans-unit id="8564701209009684429" datatype="html">
7797 <source>Federation</source> 7830 <source>Federation</source>
7798 <target state="new">Federation</target> 7831 <target state="new">Federation</target>
7799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7800 </trans-unit> 7833 </trans-unit>
7801 <trans-unit id="4682675125751819107" datatype="html">
7802 <source>Instances you follow</source>
7803 <target state="new">Instances you follow</target>
7804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7805 </trans-unit>
7806 <trans-unit id="8899833753704589712" datatype="html">
7807 <source>Instances following you</source>
7808 <target state="new">Instances following you</target>
7809 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7810 </trans-unit>
7811 <trans-unit id="3767259920053407667" datatype="html"> 7834 <trans-unit id="3767259920053407667" datatype="html">
7812 <source>Videos will be deleted, comments will be tombstoned.</source> 7835 <source>Videos will be deleted, comments will be tombstoned.</source>
7813 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7836 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
7814 7837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">82</context></context-group>
7815 7838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">265</context></context-group>
7816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 7839 </trans-unit>
7817 <trans-unit id="4209525355702493436" datatype="html"> 7840 <trans-unit id="4209525355702493436" datatype="html">
7818 <source>Ban</source> 7841 <source>Ban</source>
7819 <target state="new">Ban</target> 7842 <target state="new">Ban</target>
@@ -7823,81 +7846,105 @@ channel with the same name (<x id="PH_2"/>)!</target>
7823 <trans-unit id="3855396975723886053" datatype="html"> 7846 <trans-unit id="3855396975723886053" datatype="html">
7824 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source> 7847 <source>User won't be able to login anymore, but videos and comments will be kept as is.</source>
7825 <target state="new">User won't be able to login anymore, but videos and comments will be kept as is.</target> 7848 <target state="new">User won't be able to login anymore, but videos and comments will be kept as is.</target>
7826 7849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">88</context></context-group>
7827 7850 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">270</context></context-group>
7828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 7851 </trans-unit>
7829 <trans-unit id="4451482225013335720"> 7852 <trans-unit id="4451482225013335720">
7830 <source>Unban</source> 7853 <source>Unban</source>
7831 <target>Desbanir</target> 7854 <target>Desbanir</target>
7832 7855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">93</context></context-group>
7833 7856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">172</context></context-group>
7834 7857 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">66</context></context-group>
7835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">93</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 7858 </trans-unit>
7836 <trans-unit id="7210277223053877333"> 7859 <trans-unit id="7210277223053877333">
7837 <source>Set Email as Verified</source> 7860 <source>Set Email as Verified</source>
7838 <target>Definir Email como Confirmado</target> 7861 <target>Definir Email como Confirmado</target>
7839 7862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7840 7863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7864 </trans-unit>
7865 <trans-unit id="4207916966377787111" datatype="html">
7866 <source>Created</source>
7867 <target state="new">Created</target>
7868 <context-group purpose="location">
7869 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7870 <context context-type="linenumber">115</context>
7871 </context-group>
7872 </trans-unit>
7873 <trans-unit id="8140268298586972139" datatype="html">
7874 <source>Daily quota</source>
7875 <target state="new">Daily quota</target>
7876 <context-group purpose="location">
7877 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7878 <context context-type="linenumber">120</context>
7879 </context-group>
7880 </trans-unit>
7881 <trans-unit id="7910076708497708162" datatype="html">
7882 <source>Last login</source>
7883 <target state="new">Last login</target>
7884 <context-group purpose="location">
7885 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7886 <context context-type="linenumber">122</context>
7887 </context-group>
7888 </trans-unit>
7842 <trans-unit id="3403978719736970622"> 7889 <trans-unit id="3403978719736970622">
7843 <source>You cannot ban root.</source> 7890 <source>You cannot ban root.</source>
7844 <target>Você não pode banir root.</target> 7891 <target>Você não pode banir root.</target>
7845 7892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">159</context></context-group>
7846 7893 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">54</context></context-group>
7847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">159</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit> 7894 </trans-unit>
7848 <trans-unit id="4884272193574287483"> 7895 <trans-unit id="4884272193574287483">
7849 <source>Do you really want to unban <x id="PH"/> users?</source> 7896 <source>Do you really want to unban <x id="PH"/> users?</source>
7850 <target>Você realmente quer desbanir <x id="PH"/> usuários?</target> 7897 <target>Você realmente quer desbanir <x id="PH"/> usuários?</target>
7851 7898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">172</context></context-group>
7852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">172</context></context-group></trans-unit> 7899 </trans-unit>
7853 <trans-unit id="8712248120167780385"> 7900 <trans-unit id="8712248120167780385">
7854 <source><x id="PH"/> users unbanned. </source> 7901 <source><x id="PH"/> users unbanned. </source>
7855 <target> 7902 <target>
7856 <x id="PH"/> usuários reativados. 7903 <x id="PH"/> usuários reativados.
7857 </target> 7904 </target>
7858 7905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">178</context></context-group>
7859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">178</context></context-group></trans-unit> 7906 </trans-unit>
7860 <trans-unit id="5325873477837320044"> 7907 <trans-unit id="5325873477837320044">
7861 <source>You cannot delete root.</source> 7908 <source>You cannot delete root.</source>
7862 <target>Você não pode excluir root.</target> 7909 <target>Você não pode excluir root.</target>
7863 7910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">189</context></context-group>
7864 7911 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">82</context></context-group>
7865 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">189</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">82</context></context-group></trans-unit> 7912 </trans-unit>
7866 <trans-unit id="4086135983283545219"> 7913 <trans-unit id="4086135983283545219">
7867 <source>If you remove these users, you will not be able to create others with the same username!</source> 7914 <source>If you remove these users, you will not be able to create others with the same username!</source>
7868 <target>Se você remover estes usuários, não poderá criar outros com o mesmo nome de usuário!</target> 7915 <target>Se você remover estes usuários, não poderá criar outros com o mesmo nome de usuário!</target>
7869 7916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">194</context></context-group>
7870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">194</context></context-group></trans-unit> 7917 </trans-unit>
7871 <trans-unit id="7166936623843420016"> 7918 <trans-unit id="7166936623843420016">
7872 <source><x id="PH"/> users deleted. </source> 7919 <source><x id="PH"/> users deleted. </source>
7873 <target> 7920 <target>
7874 <x id="PH"/> usuários deletados. 7921 <x id="PH"/> usuários deletados.
7875 </target> 7922 </target>
7876 7923 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">200</context></context-group>
7877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">200</context></context-group></trans-unit> 7924 </trans-unit>
7878 <trans-unit id="8360664597512051242"> 7925 <trans-unit id="8360664597512051242">
7879 <source><x id="PH"/> users email set as verified. </source> 7926 <source><x id="PH"/> users email set as verified. </source>
7880 <target> 7927 <target>
7881 <x id="PH"/> emails de usuários definidos como confirmados. 7928 <x id="PH"/> emails de usuários definidos como confirmados.
7882 </target> 7929 </target>
7883 7930 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">211</context></context-group>
7884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">211</context></context-group></trans-unit> 7931 </trans-unit>
7885 <trans-unit id="7390990800435887351"> 7932 <trans-unit id="7390990800435887351">
7886 <source>Account <x id="PH"/> unmuted.</source> 7933 <source>Account <x id="PH"/> unmuted.</source>
7887 <target>A conta 7934 <target>A conta
7888 <x id="PH"/> não será mais silenciada. 7935 <x id="PH"/> não será mais silenciada.
7889 </target> 7936 </target>
7890 7937 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.ts</context><context context-type="linenumber">43</context></context-group>
7891 7938 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">129</context></context-group>
7892 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/account-blocklist.component.ts</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">129</context></context-group></trans-unit> 7939 </trans-unit>
7893 <trans-unit id="7246356397085094208"> 7940 <trans-unit id="7246356397085094208">
7894 <source>Instance <x id="PH"/> unmuted.</source> 7941 <source>Instance <x id="PH"/> unmuted.</source>
7895 <target>A instância 7942 <target>A instância
7896 <x id="PH"/> não será mais silenciada. 7943 <x id="PH"/> não será mais silenciada.
7897 </target> 7944 </target>
7898 7945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.ts</context><context context-type="linenumber">45</context></context-group>
7899 7946 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">157</context></context-group>
7900 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.ts</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">157</context></context-group></trans-unit> 7947 </trans-unit>
7901 <trans-unit id="5551551295632950210"> 7948 <trans-unit id="5551551295632950210">
7902 <source>Videos history is enabled</source> 7949 <source>Videos history is enabled</source>
7903 <target>Histórico de vídeos ativado</target> 7950 <target>Histórico de vídeos ativado</target>
@@ -7925,7 +7972,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7925 </trans-unit> 7972 </trans-unit>
7926 <trans-unit id="1486537403020619891" datatype="html"> 7973 <trans-unit id="1486537403020619891" datatype="html">
7927 <source>My watch history</source> 7974 <source>My watch history</source>
7928 <target state="new">My watch history</target> 7975 <target state="translated">Meu histórico de visualização</target>
7929 <context-group purpose="location"> 7976 <context-group purpose="location">
7930 <context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context> 7977 <context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context>
7931 <context context-type="linenumber">3</context> 7978 <context context-type="linenumber">3</context>
@@ -7999,9 +8046,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7999 <trans-unit id="4776289814033837037" datatype="html"> 8046 <trans-unit id="4776289814033837037" datatype="html">
8000 <source>Interface settings updated.</source> 8047 <source>Interface settings updated.</source>
8001 <target state="translated">Configurações do interface atualizadas.</target> 8048 <target state="translated">Configurações do interface atualizadas.</target>
8002 8049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-interface-settings.component.ts</context><context context-type="linenumber">72</context></context-group>
8003 8050 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-interface-settings.component.ts</context><context context-type="linenumber">79</context></context-group>
8004 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-interface-settings.component.ts</context><context context-type="linenumber">72</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-interface-settings.component.ts</context><context context-type="linenumber">79</context></context-group></trans-unit> 8051 </trans-unit>
8005 <trans-unit id="77907918814566205"> 8052 <trans-unit id="77907918814566205">
8006 <source>New video from your subscriptions</source> 8053 <source>New video from your subscriptions</source>
8007 <target>Novo vídeo de suas inscrições</target> 8054 <target>Novo vídeo de suas inscrições</target>
@@ -8091,8 +8138,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
8091 <trans-unit id="5095562193296630034"> 8138 <trans-unit id="5095562193296630034">
8092 <source>Preferences saved</source> 8139 <source>Preferences saved</source>
8093 <target>Preferências salvas</target> 8140 <target>Preferências salvas</target>
8094 8141 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">94</context></context-group>
8095 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit> 8142 </trans-unit>
8096 <trans-unit id="4967231969832964676"> 8143 <trans-unit id="4967231969832964676">
8097 <source>Profile updated.</source> 8144 <source>Profile updated.</source>
8098 <target>Perfil atualizado.</target> 8145 <target>Perfil atualizado.</target>
@@ -8109,26 +8156,26 @@ channel with the same name (<x id="PH_2"/>)!</target>
8109 <trans-unit id="3525866160632851851"> 8156 <trans-unit id="3525866160632851851">
8110 <source>Avatar changed.</source> 8157 <source>Avatar changed.</source>
8111 <target>Avatar alterado.</target> 8158 <target>Avatar alterado.</target>
8112 8159 <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">44</context></context-group>
8113 8160 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">105</context></context-group>
8114 <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">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">105</context></context-group></trans-unit> 8161 </trans-unit>
8115 <trans-unit id="8920809083620698740" datatype="html"> 8162 <trans-unit id="8920809083620698740" datatype="html">
8116 <source>avatar</source> 8163 <source>avatar</source>
8117 <target state="new">avatar</target> 8164 <target state="new">avatar</target>
8118 8165 <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">51</context></context-group>
8119 8166 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">112</context></context-group>
8120 <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">51</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">112</context></context-group></trans-unit> 8167 </trans-unit>
8121 <trans-unit id="2775050991871557896" datatype="html"> 8168 <trans-unit id="2775050991871557896" datatype="html">
8122 <source>Avatar deleted.</source> 8169 <source>Avatar deleted.</source>
8123 <target state="new">Avatar deleted.</target> 8170 <target state="new">Avatar deleted.</target>
8124 8171 <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">61</context></context-group>
8125 8172 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">122</context></context-group>
8126 <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">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">122</context></context-group></trans-unit> 8173 </trans-unit>
8127 <trans-unit id="1233062525939746039" datatype="html"> 8174 <trans-unit id="1233062525939746039" datatype="html">
8128 <source>Unknown language</source> 8175 <source>Unknown language</source>
8129 <target state="translated">Língua desconhecida</target> 8176 <target state="translated">Língua desconhecida</target>
8130 8177 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.ts</context><context context-type="linenumber">55</context></context-group>
8131 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 8178 </trans-unit>
8132 <trans-unit id="3761504852202418603" datatype="html"> 8179 <trans-unit id="3761504852202418603" datatype="html">
8133 <source>Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</source> 8180 <source>Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</source>
8134 <target state="new">Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</target> 8181 <target state="new">Too many languages are enabled. Please enable them all or stay below 20 enabled languages.</target>
@@ -8149,41 +8196,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
8149 <target>Canal de vídeo 8196 <target>Canal de vídeo
8150 <x id="PH"/> criado. 8197 <x id="PH"/> criado.
8151 </target> 8198 </target>
8152 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 8199 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group>
8153 </trans-unit> 8200 </trans-unit>
8154 <trans-unit id="8723777130353305761"> 8201 <trans-unit id="8723777130353305761">
8155 <source>This name already exists on this instance.</source> 8202 <source>This name already exists on this instance.</source>
8156 <target>Este nome já existe nesta instância.</target> 8203 <target>Este nome já existe nesta instância.</target>
8157 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 8204 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group>
8158 </trans-unit> 8205 </trans-unit>
8159 <trans-unit id="7589345916094713536"> 8206 <trans-unit id="7589345916094713536">
8160 <source>Video channel <x id="PH"/> updated.</source> 8207 <source>Video channel <x id="PH"/> updated.</source>
8161 <target>Canal de vídeo 8208 <target>Canal de vídeo
8162 <x id="PH"/> atualizado. 8209 <x id="PH"/> atualizado.
8163 </target> 8210 </target>
8164 8211 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">92</context></context-group>
8165 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">92</context></context-group></trans-unit> 8212 </trans-unit>
8166 <trans-unit id="8407755843502300957" datatype="html"> 8213 <trans-unit id="8407755843502300957" datatype="html">
8167 <source>Banner changed.</source> 8214 <source>Banner changed.</source>
8168 <target state="new">Banner changed.</target> 8215 <target state="new">Banner changed.</target>
8169 8216 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">135</context></context-group>
8170 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">135</context></context-group></trans-unit> 8217 </trans-unit>
8171 <trans-unit id="689638706960732906" datatype="html"> 8218 <trans-unit id="689638706960732906" datatype="html">
8172 <source>banner</source> 8219 <source>banner</source>
8173 <target state="new">banner</target> 8220 <target state="new">banner</target>
8174 8221 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">142</context></context-group>
8175 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">142</context></context-group></trans-unit> 8222 </trans-unit>
8176 <trans-unit id="3230561499965076671" datatype="html"> 8223 <trans-unit id="3230561499965076671" datatype="html">
8177 <source>Banner deleted.</source> 8224 <source>Banner deleted.</source>
8178 <target state="new">Banner deleted.</target> 8225 <target state="new">Banner deleted.</target>
8179 8226 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
8180 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
8181 <trans-unit id="2575302837003821736">
8182 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
8183 <target>Por favor, digite o nome de exibição do canal (
8184 <x id="PH"/>) para confirmar
8185 </target>
8186 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
8187 </trans-unit> 8227 </trans-unit>
8188 <trans-unit id="624066830180032195"> 8228 <trans-unit id="624066830180032195">
8189 <source>Video channel <x id="PH"/> deleted.</source> 8229 <source>Video channel <x id="PH"/> deleted.</source>
@@ -8347,6 +8387,14 @@ channel with the same name (<x id="PH_2"/>)!</target>
8347 <target>Solicitação para mudar dono enviada.</target> 8387 <target>Solicitação para mudar dono enviada.</target>
8348 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8388 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8349 </trans-unit> 8389 </trans-unit>
8390 <trans-unit id="7699622144571229146" datatype="html">
8391 <source>Sort by</source>
8392 <target state="new">Sort by</target>
8393 <context-group purpose="location">
8394 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8395 <context context-type="linenumber">26</context>
8396 </context-group>
8397 </trans-unit>
8350 <trans-unit id="3245220240937722814"> 8398 <trans-unit id="3245220240937722814">
8351 <source>My channels</source> 8399 <source>My channels</source>
8352 <target>Meus canais</target> 8400 <target>Meus canais</target>
@@ -8385,8 +8433,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
8385 <trans-unit id="8181077408762380407" datatype="html"> 8433 <trans-unit id="8181077408762380407" datatype="html">
8386 <source>Channels</source> 8434 <source>Channels</source>
8387 <target state="new">Channels</target> 8435 <target state="new">Channels</target>
8388 8436 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">45</context></context-group>
8389 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-library.component.ts</context><context context-type="linenumber">45</context></context-group></trans-unit> 8437 </trans-unit>
8390 <trans-unit id="8936704404804793618" datatype="html"> 8438 <trans-unit id="8936704404804793618" datatype="html">
8391 <source>Videos</source> 8439 <source>Videos</source>
8392 <target state="new">Videos</target> 8440 <target state="new">Videos</target>
@@ -8406,30 +8454,30 @@ channel with the same name (<x id="PH_2"/>)!</target>
8406 <trans-unit id="6489275254908395777" datatype="html"> 8454 <trans-unit id="6489275254908395777" datatype="html">
8407 <source>Maximize editor</source> 8455 <source>Maximize editor</source>
8408 <target state="new">Maximize editor</target> 8456 <target state="new">Maximize editor</target>
8409 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8457
8410 </trans-unit> 8458 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8411 <trans-unit id="4243591013849340688" datatype="html"> 8459 <trans-unit id="4243591013849340688" datatype="html">
8412 <source>Exit maximized editor</source> 8460 <source>Exit maximized editor</source>
8413 <target state="new">Exit maximized editor</target> 8461 <target state="new">Exit maximized editor</target>
8414 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8462
8415 </trans-unit> 8463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8416 <trans-unit id="6537885755702623401" datatype="html"> 8464 <trans-unit id="6537885755702623401" datatype="html">
8417 <source>Now please check your emails to verify your account and complete signup.</source> 8465 <source>Now please check your emails to verify your account and complete signup.</source>
8418 <target state="translated">Por favor, veja seus emails e verifique a sua conta e complete o cadastro.</target> 8466 <target state="translated">Por favor, veja seus emails e verifique a sua conta e complete o cadastro.</target>
8419 8467 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">130</context></context-group>
8420 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">130</context></context-group></trans-unit> 8468 </trans-unit>
8421 <trans-unit id="2847376451647729886"> 8469 <trans-unit id="2847376451647729886">
8422 <source>You are now logged in as <x id="PH"/>!</source> 8470 <source>You are now logged in as <x id="PH"/>!</source>
8423 <target>Você está logado como <x id="PH"/>!</target> 8471 <target>Você está logado como <x id="PH"/>!</target>
8424 8472 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">138</context></context-group>
8425 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">138</context></context-group></trans-unit> 8473 </trans-unit>
8426 <trans-unit id="2687679787442328897"> 8474 <trans-unit id="2687679787442328897">
8427 <source>An email with verification link will be sent to <x id="PH"/>.</source> 8475 <source>An email with verification link will be sent to <x id="PH"/>.</source>
8428 <target>Um email com um link de verificação será enviado para 8476 <target>Um email com um link de verificação será enviado para
8429 <x id="PH"/>. 8477 <x id="PH"/>.
8430 </target> 8478 </target>
8431 8479 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts</context><context context-type="linenumber">39</context></context-group>
8432 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit> 8480 </trans-unit>
8433 <trans-unit id="4180693983967989981"> 8481 <trans-unit id="4180693983967989981">
8434 <source>Unable to find user id or verification string.</source> 8482 <source>Unable to find user id or verification string.</source>
8435 <target>Não foi possível localizar o id de usuário ou string de verificação.</target> 8483 <target>Não foi possível localizar o id de usuário ou string de verificação.</target>
@@ -8446,7 +8494,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8446 <target>Inscreva-se na conta</target> 8494 <target>Inscreva-se na conta</target>
8447 8495
8448 8496
8449 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8497 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8450 <trans-unit id="3131904093925601441" datatype="html"> 8498 <trans-unit id="3131904093925601441" datatype="html">
8451 <source>PLAYLISTS</source> 8499 <source>PLAYLISTS</source>
8452 <target state="new">PLAYLISTS</target> 8500 <target state="new">PLAYLISTS</target>
@@ -8458,87 +8506,99 @@ channel with the same name (<x id="PH_2"/>)!</target>
8458 <trans-unit id="7709367721354853232"> 8506 <trans-unit id="7709367721354853232">
8459 <source>Focus the search bar</source> 8507 <source>Focus the search bar</source>
8460 <target>Focar na barra de busca</target> 8508 <target>Focar na barra de busca</target>
8461 8509 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">300</context></context-group>
8462 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">300</context></context-group></trans-unit> 8510 </trans-unit>
8463 <trans-unit id="4049262826107502276"> 8511 <trans-unit id="4049262826107502276">
8464 <source>Toggle the left menu</source> 8512 <source>Toggle the left menu</source>
8465 <target>Esconder o menu lateral esquerdo</target> 8513 <target>Esconder o menu lateral esquerdo</target>
8466 8514 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">305</context></context-group>
8467 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit> 8515 </trans-unit>
8468 <trans-unit id="5409372033656550095" datatype="html"> 8516 <trans-unit id="5409372033656550095" datatype="html">
8469 <source>Go to the discover videos page</source> 8517 <source>Go to the discover videos page</source>
8470 <target state="translated">Descubra a página de vídeos</target> 8518 <target state="translated">Descubra a página de vídeos</target>
8471 8519 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">310</context></context-group>
8472 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">310</context></context-group></trans-unit> 8520 </trans-unit>
8473 <trans-unit id="4278050445961255445"> 8521 <trans-unit id="4278050445961255445">
8474 <source>Go to the trending videos page</source> 8522 <source>Go to the trending videos page</source>
8475 <target>Ir à página dos vídeos em alta</target> 8523 <target>Ir à página dos vídeos em alta</target>
8476 8524 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">315</context></context-group>
8477 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">315</context></context-group></trans-unit> 8525 </trans-unit>
8478 <trans-unit id="3242234958443825475"> 8526 <trans-unit id="3242234958443825475">
8479 <source>Go to the recently added videos page</source> 8527 <source>Go to the recently added videos page</source>
8480 <target>Ir à página dos vídeos recentes</target> 8528 <target>Ir à página dos vídeos recentes</target>
8481 8529 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">320</context></context-group>
8482 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 8530 </trans-unit>
8483 <trans-unit id="2887122197778293919"> 8531 <trans-unit id="2887122197778293919">
8484 <source>Go to the local videos page</source> 8532 <source>Go to the local videos page</source>
8485 <target>Ir à página dos vídeos locais</target> 8533 <target>Ir à página dos vídeos locais</target>
8486 8534 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">325</context></context-group>
8487 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">325</context></context-group></trans-unit> 8535 </trans-unit>
8488 <trans-unit id="8009065619559214982"> 8536 <trans-unit id="8009065619559214982">
8489 <source>Go to the videos upload page</source> 8537 <source>Go to the videos upload page</source>
8490 <target>Ir à página de envio de vídeos</target> 8538 <target>Ir à página de envio de vídeos</target>
8491 8539 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">330</context></context-group>
8492 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">330</context></context-group></trans-unit> 8540 </trans-unit>
8493 <trans-unit id="3779524668013120370"> 8541 <trans-unit id="3779524668013120370">
8494 <source>Go to my subscriptions</source> 8542 <source>Go to my subscriptions</source>
8495 <target>Ir às minhas inscrições</target> 8543 <target>Ir às minhas inscrições</target>
8496 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8544 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group>
8497 </trans-unit> 8545 </trans-unit>
8498 <trans-unit id="1136469849928650779"> 8546 <trans-unit id="1136469849928650779">
8499 <source>Go to my videos</source> 8547 <source>Go to my videos</source>
8500 <target>Ir aos meus vídeos</target> 8548 <target>Ir aos meus vídeos</target>
8501 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8549 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group>
8502 </trans-unit> 8550 </trans-unit>
8503 <trans-unit id="7836683738999600376"> 8551 <trans-unit id="7836683738999600376">
8504 <source>Go to my imports</source> 8552 <source>Go to my imports</source>
8505 <target>Ir às minhas importações</target> 8553 <target>Ir às minhas importações</target>
8506 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8554 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group>
8507 </trans-unit> 8555 </trans-unit>
8508 <trans-unit id="7511292153332773503"> 8556 <trans-unit id="7511292153332773503">
8509 <source>Go to my channels</source> 8557 <source>Go to my channels</source>
8510 <target>Ir aos meus canais</target> 8558 <target>Ir aos meus canais</target>
8511 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8559 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group>
8512 </trans-unit> 8560 </trans-unit>
8513 <trans-unit id="2013324644839511073" datatype="html"> 8561 <trans-unit id="2013324644839511073" datatype="html">
8514 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8562 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8515Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8563Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8516 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8564 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8517Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8565Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8518 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8566 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group>
8519 </trans-unit> 8567 </trans-unit>
8520 <trans-unit id="375263728166936544"> 8568 <trans-unit id="375263728166936544">
8521 <source>You need to reconnect.</source> 8569 <source>You need to reconnect.</source>
8522 <target>você precisa se reconectar.</target> 8570 <target>você precisa se reconectar.</target>
8523 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8571 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group>
8524 </trans-unit> 8572 </trans-unit>
8525 <trans-unit id="2206638022166154361"> 8573 <trans-unit id="2206638022166154361">
8526 <source>Keyboard Shortcuts:</source> 8574 <source>Keyboard Shortcuts:</source>
8527 <target>Atalhos de teclado:</target> 8575 <target>Atalhos de teclado:</target>
8528 <context-group purpose="location"><context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context><context context-type="linenumber">11</context></context-group> 8576 <context-group purpose="location"><context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context><context context-type="linenumber">11</context></context-group>
8529 </trans-unit><trans-unit id="3608407683173066091" datatype="html"> 8577 </trans-unit>
8530 <source>My history</source><target state="new">My history</target> 8578 <trans-unit id="3608407683173066091" datatype="html">
8579 <source>My history</source>
8580 <target state="new">My history</target>
8531 <context-group purpose="location"> 8581 <context-group purpose="location">
8532 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8582 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8533 <context context-type="linenumber">98</context> 8583 <context context-type="linenumber">98</context>
8534 </context-group> 8584 </context-group>
8535 </trans-unit> 8585 </trans-unit>
8586 <trans-unit id="4024404994702813072" datatype="html">
8587 <source>In my library</source>
8588 <target state="new">In my library</target>
8589 <context-group purpose="location">
8590 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8591 <context context-type="linenumber">104</context>
8592 </context-group>
8593 </trans-unit>
8536 <trans-unit id="232050922346936574" datatype="html"> 8594 <trans-unit id="232050922346936574" datatype="html">
8537 <source>Trending</source> 8595 <source>Trending</source>
8538 <target state="new">Trending</target> 8596 <target state="new">Trending</target>
8539 8597 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">131</context></context-group>
8540 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">131</context></context-group></trans-unit><trans-unit id="6470888608149621404" datatype="html"> 8598 </trans-unit>
8541 <source>ON <x id="PH" equiv-text="config.instance.name"/></source><target state="new">ON <x id="PH" equiv-text="config.instance.name"/></target> 8599 <trans-unit id="6470888608149621404" datatype="html">
8600 <source>ON <x id="PH" equiv-text="config.instance.name"/></source>
8601 <target state="new">ON <x id="PH" equiv-text="config.instance.name"/></target>
8542 <context-group purpose="location"> 8602 <context-group purpose="location">
8543 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8603 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8544 <context context-type="linenumber">150</context> 8604 <context context-type="linenumber">150</context>
@@ -8547,9 +8607,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8547 <trans-unit id="2821179408673282599" datatype="html"> 8607 <trans-unit id="2821179408673282599" datatype="html">
8548 <source>Home</source> 8608 <source>Home</source>
8549 <target state="new">Home</target> 8609 <target state="new">Home</target>
8550 8610 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">115</context></context-group>
8551 8611 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">116</context></context-group>
8552 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">116</context></context-group></trans-unit> 8612 </trans-unit>
8553 <trans-unit id="4648900870671159218"> 8613 <trans-unit id="4648900870671159218">
8554 <source>Success</source> 8614 <source>Success</source>
8555 <target>Sucesso</target> 8615 <target>Sucesso</target>
@@ -8558,39 +8618,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8558 <trans-unit id="1266887509445371246"> 8618 <trans-unit id="1266887509445371246">
8559 <source>Incorrect username or password.</source> 8619 <source>Incorrect username or password.</source>
8560 <target>Nome de usuário ou senha incorretos.</target> 8620 <target>Nome de usuário ou senha incorretos.</target>
8561 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8621 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group>
8562 </trans-unit> 8622 </trans-unit>
8563 <trans-unit id="6974874606619467663" datatype="html"> 8623 <trans-unit id="6974874606619467663" datatype="html">
8564 <source>Your account is blocked.</source> 8624 <source>Your account is blocked.</source>
8565 <target state="translated">Sua conta foi bloqueada.</target> 8625 <target state="translated">Sua conta foi bloqueada.</target>
8566 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8626 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group>
8567 </trans-unit> 8627 </trans-unit>
8568 <trans-unit id="7939914198003891823" datatype="html"> 8628 <trans-unit id="7939914198003891823" datatype="html">
8569 <source>any language</source> 8629 <source>any language</source>
8570 <target state="new">any language</target> 8630 <target state="new">any language</target>
8571 8631 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group>
8572 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8632 </trans-unit>
8573
8574 <trans-unit id="5633144232269377096" datatype="html"> 8633 <trans-unit id="5633144232269377096" datatype="html">
8575 <source>hide</source> 8634 <source>hide</source>
8576 <target state="new">hide</target> 8635 <target state="new">hide</target>
8577 8636 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group>
8578 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8637 </trans-unit>
8579 <trans-unit id="8603861867909474404" datatype="html"> 8638 <trans-unit id="8603861867909474404" datatype="html">
8580 <source>blur</source> 8639 <source>blur</source>
8581 <target state="new">blur</target> 8640 <target state="new">blur</target>
8582 8641 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group>
8583 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8642 </trans-unit>
8584 <trans-unit id="4534458451100881847" datatype="html"> 8643 <trans-unit id="4534458451100881847" datatype="html">
8585 <source>display</source> 8644 <source>display</source>
8586 <target state="new">display</target> 8645 <target state="new">display</target>
8587 8646 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group>
8588 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8647 </trans-unit>
8589 <trans-unit id="4467323362722952678" datatype="html"> 8648 <trans-unit id="4467323362722952678" datatype="html">
8590 <source>Unknown</source> 8649 <source>Unknown</source>
8591 <target state="new">Unknown</target> 8650 <target state="new">Unknown</target>
8592 8651 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group>
8593 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8652 </trans-unit>
8594 <trans-unit id="8781423666414310853"> 8653 <trans-unit id="8781423666414310853">
8595 <source>Your password has been successfully reset!</source> 8654 <source>Your password has been successfully reset!</source>
8596 <target>Sua senha foi redefinida com sucesso!</target> 8655 <target>Sua senha foi redefinida com sucesso!</target>
@@ -8599,45 +8658,45 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8599 <trans-unit id="6048892649018070225"> 8658 <trans-unit id="6048892649018070225">
8600 <source>Today</source> 8659 <source>Today</source>
8601 <target>Hoje</target> 8660 <target>Hoje</target>
8602 8661 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">41</context></context-group>
8603 8662 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">69</context></context-group>
8604 8663 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">133</context></context-group>
8605 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.ts</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/i18n-primeng-calendar.service.ts</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">133</context></context-group></trans-unit> 8664 </trans-unit>
8606 <trans-unit id="4498682414491138092" datatype="html"> 8665 <trans-unit id="4498682414491138092" datatype="html">
8607 <source>Yesterday</source> 8666 <source>Yesterday</source>
8608 <target state="new">Yesterday</target> 8667 <target state="new">Yesterday</target>
8609 8668 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">134</context></context-group>
8610 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">134</context></context-group></trans-unit> 8669 </trans-unit>
8611 <trans-unit id="5073473933031004097" datatype="html"> 8670 <trans-unit id="5073473933031004097" datatype="html">
8612 <source>This week</source> 8671 <source>This week</source>
8613 <target state="new">This week</target> 8672 <target state="new">This week</target>
8614 8673 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">135</context></context-group>
8615 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">135</context></context-group></trans-unit> 8674 </trans-unit>
8616 <trans-unit id="842657237693374355" datatype="html"> 8675 <trans-unit id="842657237693374355" datatype="html">
8617 <source>This month</source> 8676 <source>This month</source>
8618 <target state="new">This month</target> 8677 <target state="new">This month</target>
8619 8678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">136</context></context-group>
8620 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">136</context></context-group></trans-unit> 8679 </trans-unit>
8621 <trans-unit id="4463380307954693363" datatype="html"> 8680 <trans-unit id="4463380307954693363" datatype="html">
8622 <source>Last month</source> 8681 <source>Last month</source>
8623 <target state="new">Last month</target> 8682 <target state="new">Last month</target>
8624 8683 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">137</context></context-group>
8625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">137</context></context-group></trans-unit> 8684 </trans-unit>
8626 <trans-unit id="7473676707373218484" datatype="html"> 8685 <trans-unit id="7473676707373218484" datatype="html">
8627 <source>Older</source> 8686 <source>Older</source>
8628 <target state="new">Older</target> 8687 <target state="new">Older</target>
8629 8688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">138</context></context-group>
8630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">138</context></context-group></trans-unit> 8689 </trans-unit>
8631 <trans-unit id="5036991421517255667" datatype="html"> 8690 <trans-unit id="5036991421517255667" datatype="html">
8632 <source>Cannot load more videos. Try again later.</source> 8691 <source>Cannot load more videos. Try again later.</source>
8633 <target state="new">Cannot load more videos. Try again later.</target> 8692 <target state="new">Cannot load more videos. Try again later.</target>
8634 8693 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">223</context></context-group>
8635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">223</context></context-group></trans-unit> 8694 </trans-unit>
8636 <trans-unit id="7460399579150761114" datatype="html"> 8695 <trans-unit id="7460399579150761114" datatype="html">
8637 <source>function is not implemented</source> 8696 <source>function is not implemented</source>
8638 <target state="new">function is not implemented</target> 8697 <target state="new">function is not implemented</target>
8639 8698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">296</context></context-group>
8640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/abstract-video-list.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 8699 </trans-unit>
8641 <trans-unit id="4873149362496451858"> 8700 <trans-unit id="4873149362496451858">
8642 <source>Last 7 days</source> 8701 <source>Last 7 days</source>
8643 <target>Últimos 7 dias</target> 8702 <target>Últimos 7 dias</target>
@@ -8704,12 +8763,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8704 <source>Search index is unavailable. Retrying with instance results instead.</source> 8763 <source>Search index is unavailable. Retrying with instance results instead.</source>
8705 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8764 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8706 8765
8707 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8766 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8708 <trans-unit id="307702206382241469" datatype="html"> 8767 <trans-unit id="307702206382241469" datatype="html">
8709 <source>Search error</source> 8768 <source>Search error</source>
8710 <target state="new">Search error</target> 8769 <target state="new">Search error</target>
8711 8770
8712 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8771 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8772 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8773 <context-group purpose="location">
8774 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8775 <context context-type="linenumber">329</context>
8776 </context-group>
8777 </trans-unit>
8713 <trans-unit id="4580988005648117665" datatype="html"> 8778 <trans-unit id="4580988005648117665" datatype="html">
8714 <source>Search</source> 8779 <source>Search</source>
8715 <target state="new">Search</target> 8780 <target state="new">Search</target>
@@ -8905,20 +8970,26 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8905 <source>Signup limit must be a number.</source> 8970 <source>Signup limit must be a number.</source>
8906 <target>Limite de registro deve ser um número.</target> 8971 <target>Limite de registro deve ser um número.</target>
8907 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">48</context></context-group> 8972 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">48</context></context-group>
8908 </trans-unit><trans-unit id="346485141381099383" datatype="html"> 8973 </trans-unit>
8909 <source>Signup minimum age is required.</source><target state="new">Signup minimum age is required.</target> 8974 <trans-unit id="346485141381099383" datatype="html">
8975 <source>Signup minimum age is required.</source>
8976 <target state="new">Signup minimum age is required.</target>
8910 <context-group purpose="location"> 8977 <context-group purpose="location">
8911 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context> 8978 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context>
8912 <context context-type="linenumber">55</context> 8979 <context context-type="linenumber">55</context>
8913 </context-group> 8980 </context-group>
8914 </trans-unit><trans-unit id="4230672031132838318" datatype="html"> 8981 </trans-unit>
8915 <source>Signup minimum age must be greater than 1.</source><target state="new">Signup minimum age must be greater than 1.</target> 8982 <trans-unit id="4230672031132838318" datatype="html">
8983 <source>Signup minimum age must be greater than 1.</source>
8984 <target state="new">Signup minimum age must be greater than 1.</target>
8916 <context-group purpose="location"> 8985 <context-group purpose="location">
8917 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context> 8986 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context>
8918 <context context-type="linenumber">56</context> 8987 <context context-type="linenumber">56</context>
8919 </context-group> 8988 </context-group>
8920 </trans-unit><trans-unit id="5929230001329133993" datatype="html"> 8989 </trans-unit>
8921 <source>Signup minimum age must be a number.</source><target state="new">Signup minimum age must be a number.</target> 8990 <trans-unit id="5929230001329133993" datatype="html">
8991 <source>Signup minimum age must be a number.</source>
8992 <target state="new">Signup minimum age must be a number.</target>
8922 <context-group purpose="location"> 8993 <context-group purpose="location">
8923 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context> 8994 <context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context>
8924 <context context-type="linenumber">57</context> 8995 <context context-type="linenumber">57</context>
@@ -8927,73 +8998,73 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8927 <trans-unit id="240096858386658337"> 8998 <trans-unit id="240096858386658337">
8928 <source>Admin email is required.</source> 8999 <source>Admin email is required.</source>
8929 <target>E-mail de administração é necessário.</target> 9000 <target>E-mail de administração é necessário.</target>
8930 9001 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">64</context></context-group>
8931 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 9002 </trans-unit>
8932 <trans-unit id="4392533896009432078"> 9003 <trans-unit id="4392533896009432078">
8933 <source>Admin email must be valid.</source> 9004 <source>Admin email must be valid.</source>
8934 <target>E-mail de administração deve ser válido.</target> 9005 <target>E-mail de administração deve ser válido.</target>
8935 9006 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">65</context></context-group>
8936 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">65</context></context-group></trans-unit> 9007 </trans-unit>
8937 <trans-unit id="6172217783476989430"> 9008 <trans-unit id="6172217783476989430">
8938 <source>Transcoding threads is required.</source> 9009 <source>Transcoding threads is required.</source>
8939 <target>Threads de transcodificação é necessário.</target> 9010 <target>Threads de transcodificação é necessário.</target>
8940 9011 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">72</context></context-group>
8941 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 9012 </trans-unit>
8942 <trans-unit id="5320424292625586941"> 9013 <trans-unit id="5320424292625586941">
8943 <source>Transcoding threads must be greater or equal to 0.</source> 9014 <source>Transcoding threads must be greater or equal to 0.</source>
8944 <target>Threads de transcodificação devem ser maior ou igual a 0.</target> 9015 <target>Threads de transcodificação devem ser maior ou igual a 0.</target>
8945 9016 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">73</context></context-group>
8946 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 9017 </trans-unit>
8947 <trans-unit id="8185661254949728718" datatype="html"> 9018 <trans-unit id="8185661254949728718" datatype="html">
8948 <source>Max live duration is required.</source> 9019 <source>Max live duration is required.</source>
8949 <target state="new">Max live duration is required.</target> 9020 <target state="new">Max live duration is required.</target>
8950 9021 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">80</context></context-group>
8951 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">80</context></context-group></trans-unit> 9022 </trans-unit>
8952 <trans-unit id="8892863662898651766" datatype="html"> 9023 <trans-unit id="8892863662898651766" datatype="html">
8953 <source>Max live duration should be greater or equal to -1.</source> 9024 <source>Max live duration should be greater or equal to -1.</source>
8954 <target state="new">Max live duration should be greater or equal to -1.</target> 9025 <target state="new">Max live duration should be greater or equal to -1.</target>
8955 9026 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">81</context></context-group>
8956 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">81</context></context-group></trans-unit> 9027 </trans-unit>
8957 <trans-unit id="8196240396863235661" datatype="html"> 9028 <trans-unit id="8196240396863235661" datatype="html">
8958 <source>Max instance lives is required.</source> 9029 <source>Max instance lives is required.</source>
8959 <target state="new">Max instance lives is required.</target> 9030 <target state="new">Max instance lives is required.</target>
8960 9031 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">88</context></context-group>
8961 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">88</context></context-group></trans-unit> 9032 </trans-unit>
8962 <trans-unit id="913683464711184925" datatype="html"> 9033 <trans-unit id="913683464711184925" datatype="html">
8963 <source>Max instance lives should be greater or equal to -1.</source> 9034 <source>Max instance lives should be greater or equal to -1.</source>
8964 <target state="new">Max instance lives should be greater or equal to -1.</target> 9035 <target state="new">Max instance lives should be greater or equal to -1.</target>
8965 9036 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">89</context></context-group>
8966 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 9037 </trans-unit>
8967 <trans-unit id="5614457087254770778" datatype="html"> 9038 <trans-unit id="5614457087254770778" datatype="html">
8968 <source>Max user lives is required.</source> 9039 <source>Max user lives is required.</source>
8969 <target state="new">Max user lives is required.</target> 9040 <target state="new">Max user lives is required.</target>
8970 9041 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">96</context></context-group>
8971 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">96</context></context-group></trans-unit> 9042 </trans-unit>
8972 <trans-unit id="2779726697233311712" datatype="html"> 9043 <trans-unit id="2779726697233311712" datatype="html">
8973 <source>Max user lives should be greater or equal to -1.</source> 9044 <source>Max user lives should be greater or equal to -1.</source>
8974 <target state="new">Max user lives should be greater or equal to -1.</target> 9045 <target state="new">Max user lives should be greater or equal to -1.</target>
8975 9046 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">97</context></context-group>
8976 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">97</context></context-group></trans-unit> 9047 </trans-unit>
8977 <trans-unit id="5832601947705094130" datatype="html"> 9048 <trans-unit id="5832601947705094130" datatype="html">
8978 <source>Concurrency is required.</source> 9049 <source>Concurrency is required.</source>
8979 <target state="new">Concurrency is required.</target> 9050 <target state="new">Concurrency is required.</target>
8980 9051 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">104</context></context-group>
8981 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">104</context></context-group></trans-unit> 9052 </trans-unit>
8982 <trans-unit id="4751566092251132371" datatype="html"> 9053 <trans-unit id="4751566092251132371" datatype="html">
8983 <source>Concurrency should be greater or equal to 1.</source> 9054 <source>Concurrency should be greater or equal to 1.</source>
8984 <target state="new">Concurrency should be greater or equal to 1.</target> 9055 <target state="new">Concurrency should be greater or equal to 1.</target>
8985 9056 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">105</context></context-group>
8986 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">105</context></context-group></trans-unit> 9057 </trans-unit>
8987 <trans-unit id="75589896034107743" datatype="html"> 9058 <trans-unit id="75589896034107743" datatype="html">
8988 <source>Index URL should be a URL</source> 9059 <source>Index URL should be a URL</source>
8989 <target state="translated">O URL do Índice deverá ser um URL</target> 9060 <target state="translated">O URL do Índice deverá ser um URL</target>
8990 9061 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">112</context></context-group>
8991 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">112</context></context-group></trans-unit> 9062 </trans-unit>
8992 <trans-unit id="3964961007325702684" datatype="html"> 9063 <trans-unit id="3964961007325702684" datatype="html">
8993 <source>Search index URL should be a URL</source> 9064 <source>Search index URL should be a URL</source>
8994 <target state="new">Search index URL should be a URL</target> 9065 <target state="new">Search index URL should be a URL</target>
8995 9066 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">119</context></context-group>
8996 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/custom-config-validators.ts</context><context context-type="linenumber">119</context></context-group></trans-unit> 9067 </trans-unit>
8997 <trans-unit id="8602814243662345124"> 9068 <trans-unit id="8602814243662345124">
8998 <source>Email is required.</source> 9069 <source>Email is required.</source>
8999 <target>E-mail é necessário.</target> 9070 <target>E-mail é necessário.</target>
@@ -9770,66 +9841,66 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9770 <trans-unit id="996392855508119363" datatype="html"> 9841 <trans-unit id="996392855508119363" datatype="html">
9771 <source>Hidden</source> 9842 <source>Hidden</source>
9772 <target state="translated">Escondido</target> 9843 <target state="translated">Escondido</target>
9773 9844 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">53</context></context-group>
9774 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">53</context></context-group></trans-unit> 9845 </trans-unit>
9775 <trans-unit id="2173989454916398137" datatype="html"> 9846 <trans-unit id="2173989454916398137" datatype="html">
9776 <source>Blurred with confirmation request</source> 9847 <source>Blurred with confirmation request</source>
9777 <target state="translated">Turvo com solicitação de confirmação</target> 9848 <target state="translated">Turvo com solicitação de confirmação</target>
9778 9849 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">54</context></context-group>
9779 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit> 9850 </trans-unit>
9780 <trans-unit id="8929218224642530466" datatype="html"> 9851 <trans-unit id="8929218224642530466" datatype="html">
9781 <source>Displayed</source> 9852 <source>Displayed</source>
9782 <target state="translated">Mostrado</target> 9853 <target state="translated">Mostrado</target>
9783 9854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">55</context></context-group>
9784 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 9855 </trans-unit>
9785 <trans-unit id="6291055174438137560" datatype="html"> 9856 <trans-unit id="6291055174438137560" datatype="html">
9786 <source>~ 1 minute</source> 9857 <source>~ 1 minute</source>
9787 <target state="new">~ 1 minute</target> 9858 <target state="new">~ 1 minute</target>
9788 9859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">74</context></context-group>
9789 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">74</context></context-group></trans-unit> 9860 </trans-unit>
9790 <trans-unit id="189524047518780716" datatype="html"> 9861 <trans-unit id="189524047518780716" datatype="html">
9791 <source>~ <x id="PH"/> minutes</source> 9862 <source>~ <x id="PH"/> minutes</source>
9792 <target state="new">~ <x id="PH"/> minutes</target> 9863 <target state="new">~ <x id="PH"/> minutes</target>
9793 9864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">76</context></context-group>
9794 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 9865 </trans-unit>
9795 <trans-unit id="6028521920505655348"> 9866 <trans-unit id="6028521920505655348">
9796 <source><x id="PH"/> of full HD videos </source> 9867 <source><x id="PH"/> of full HD videos </source>
9797 <target> 9868 <target>
9798 <x id="PH"/> de vídeos em FullHD 9869 <x id="PH"/> de vídeos em FullHD
9799 </target> 9870 </target>
9800 9871 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">92</context></context-group>
9801 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">92</context></context-group></trans-unit> 9872 </trans-unit>
9802 <trans-unit id="117588083391484998"> 9873 <trans-unit id="117588083391484998">
9803 <source><x id="PH"/> of HD videos </source> 9874 <source><x id="PH"/> of HD videos </source>
9804 <target> 9875 <target>
9805 <x id="PH"/> de vídeo em HD 9876 <x id="PH"/> de vídeo em HD
9806 </target> 9877 </target>
9807 9878 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">93</context></context-group>
9808 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">93</context></context-group></trans-unit> 9879 </trans-unit>
9809 <trans-unit id="6636555695556123073"> 9880 <trans-unit id="6636555695556123073">
9810 <source><x id="PH"/> of average quality videos </source> 9881 <source><x id="PH"/> of average quality videos </source>
9811 <target> 9882 <target>
9812 <x id="PH"/> de vídeos de qualidade média 9883 <x id="PH"/> de vídeos de qualidade média
9813 </target> 9884 </target>
9814 9885 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">94</context></context-group>
9815 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit> 9886 </trans-unit>
9816 <trans-unit id="6952960992592445535" datatype="html"> 9887 <trans-unit id="6952960992592445535" datatype="html">
9817 <source><x id="PH"/> (channel page) </source> 9888 <source><x id="PH"/> (channel page) </source>
9818 <target state="new"> 9889 <target state="new">
9819 <x id="PH"/> (channel page) 9890 <x id="PH"/> (channel page)
9820 </target> 9891 </target>
9821 9892 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.ts</context><context context-type="linenumber">19</context></context-group>
9822 9893 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context><context context-type="linenumber">41</context></context-group>
9823 9894 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">113</context></context-group>
9824 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.ts</context><context context-type="linenumber">19</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit> 9895 </trans-unit>
9825 <trans-unit id="1209500590333005801" datatype="html"> 9896 <trans-unit id="1209500590333005801" datatype="html">
9826 <source><x id="PH"/> (account page) </source> 9897 <source><x id="PH"/> (account page) </source>
9827 <target state="new"> 9898 <target state="new">
9828 <x id="PH"/> (account page) 9899 <x id="PH"/> (account page)
9829 </target> 9900 </target>
9830 9901 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.ts</context><context context-type="linenumber">20</context></context-group>
9831 9902 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context><context context-type="linenumber">40</context></context-group>
9832 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-avatar-channel.component.ts</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image/actor-avatar.component.ts</context><context context-type="linenumber">40</context></context-group></trans-unit> 9903 </trans-unit>
9833 <trans-unit id="2516633974298697807"> 9904 <trans-unit id="2516633974298697807">
9834 <source>Emphasis</source> 9905 <source>Emphasis</source>
9835 <target>Ênfase</target> 9906 <target>Ênfase</target>
@@ -9880,42 +9951,42 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9880 <trans-unit id="8269144351796756896"> 9951 <trans-unit id="8269144351796756896">
9881 <source>Do you really want to unban <x id="PH"/>?</source> 9952 <source>Do you really want to unban <x id="PH"/>?</source>
9882 <target>Você realmente quer desbanir <x id="PH"/>?</target> 9953 <target>Você realmente quer desbanir <x id="PH"/>?</target>
9883 9954 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">66</context></context-group>
9884 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 9955 </trans-unit>
9885 <trans-unit id="1794219875546376069"> 9956 <trans-unit id="1794219875546376069">
9886 <source>User <x id="PH"/> unbanned.</source> 9957 <source>User <x id="PH"/> unbanned.</source>
9887 <target>Usuário 9958 <target>Usuário
9888 <x id="PH"/> foi desbanido. 9959 <x id="PH"/> foi desbanido.
9889 </target> 9960 </target>
9890 9961 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">72</context></context-group>
9891 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 9962 </trans-unit>
9892 <trans-unit id="4885683604826993045"> 9963 <trans-unit id="4885683604826993045">
9893 <source>If you remove this user, you will not be able to create another with the same username!</source> 9964 <source>If you remove this user, you will not be able to create another with the same username!</source>
9894 <target>Se remover esta conta, você não poderá criar outra com o mesmo nome de usuário!</target> 9965 <target>Se remover esta conta, você não poderá criar outra com o mesmo nome de usuário!</target>
9895 9966 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">86</context></context-group>
9896 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">86</context></context-group></trans-unit> 9967 </trans-unit>
9897 <trans-unit id="6301381219225831298"> 9968 <trans-unit id="6301381219225831298">
9898 <source>User <x id="PH"/> deleted.</source> 9969 <source>User <x id="PH"/> deleted.</source>
9899 <target>Usuário 9970 <target>Usuário
9900 <x id="PH"/> excluído. 9971 <x id="PH"/> excluído.
9901 </target> 9972 </target>
9902 9973 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">92</context></context-group>
9903 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">92</context></context-group></trans-unit> 9974 </trans-unit>
9904 <trans-unit id="3896582359861826661"> 9975 <trans-unit id="3896582359861826661">
9905 <source>User <x id="PH"/> email set as verified</source> 9976 <source>User <x id="PH"/> email set as verified</source>
9906 <target>Email do usuário 9977 <target>Email do usuário
9907 <x id="PH"/> confirmado 9978 <x id="PH"/> confirmado
9908 </target> 9979 </target>
9909 9980 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">103</context></context-group>
9910 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit> 9981 </trans-unit>
9911 <trans-unit id="8150022485860412528"> 9982 <trans-unit id="8150022485860412528">
9912 <source>Account <x id="PH"/> muted.</source> 9983 <source>Account <x id="PH"/> muted.</source>
9913 <target>Conta 9984 <target>Conta
9914 <x id="PH"/> silenciada. 9985 <x id="PH"/> silenciada.
9915 </target> 9986 </target>
9916 9987 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">115</context></context-group>
9917 9988 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">240</context></context-group>
9918 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">240</context></context-group></trans-unit> 9989 </trans-unit>
9919 <trans-unit id="1598375456114200087"> 9990 <trans-unit id="1598375456114200087">
9920 <source>Instance <x id="PH"/> muted. </source> 9991 <source>Instance <x id="PH"/> muted. </source>
9921 <target>Instância 9992 <target>Instância
@@ -9933,19 +10004,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9933 </target> 10004 </target>
9934 10005
9935 10006
9936 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 10007 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9937 <trans-unit id="1595779426198793580" datatype="html"> 10008 <trans-unit id="1595779426198793580" datatype="html">
9938 <source>Mute server</source> 10009 <source>Mute server</source>
9939 <target state="new">Mute server</target> 10010 <target state="new">Mute server</target>
9940 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 10011
9941 </trans-unit> 10012 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9942 <trans-unit id="8014491157078444256" datatype="html"> 10013 <trans-unit id="8014491157078444256" datatype="html">
9943 <source>Server <x id="PH"/> muted by the instance.</source> 10014 <source>Server <x id="PH"/> muted by the instance.</source>
9944 <target state="new">Server 10015 <target state="new">Server
9945 <x id="PH"/> muted by the instance. 10016 <x id="PH"/> muted by the instance.
9946 </target> 10017 </target>
9947 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 10018
9948 </trans-unit> 10019 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9949 <trans-unit id="2044813052587776285" datatype="html"> 10020 <trans-unit id="2044813052587776285" datatype="html">
9950 <source>Add a message to communicate with the reporter</source> 10021 <source>Add a message to communicate with the reporter</source>
9951 <target state="new">Add a message to communicate with the reporter</target> 10022 <target state="new">Add a message to communicate with the reporter</target>
@@ -9961,162 +10032,162 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9961 <target>Conta 10032 <target>Conta
9962 <x id="PH"/> não será mais silenciada pela instância. 10033 <x id="PH"/> não será mais silenciada pela instância.
9963 </target> 10034 </target>
9964 10035 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">185</context></context-group>
9965 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">185</context></context-group></trans-unit> 10036 </trans-unit>
9966 <trans-unit id="4991892477258601737"> 10037 <trans-unit id="4991892477258601737">
9967 <source>Instance <x id="PH"/> muted by the instance.</source> 10038 <source>Instance <x id="PH"/> muted by the instance.</source>
9968 <target>Instância 10039 <target>Instância
9969 <x id="PH"/> silenciada pela instância. 10040 <x id="PH"/> silenciada pela instância.
9970 </target> 10041 </target>
9971 10042 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">199</context></context-group>
9972 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">199</context></context-group></trans-unit> 10043 </trans-unit>
9973 <trans-unit id="4379430340167561220"> 10044 <trans-unit id="4379430340167561220">
9974 <source>Instance <x id="PH"/> unmuted by the instance.</source> 10045 <source>Instance <x id="PH"/> unmuted by the instance.</source>
9975 <target>Conta 10046 <target>Conta
9976 <x id="PH"/> não será mais silenciada pela instância. 10047 <x id="PH"/> não será mais silenciada pela instância.
9977 </target> 10048 </target>
9978 10049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">213</context></context-group>
9979 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">213</context></context-group></trans-unit> 10050 </trans-unit>
9980 <trans-unit id="8173437618471379044" datatype="html"> 10051 <trans-unit id="8173437618471379044" datatype="html">
9981 <source>Are you sure you want to remove all the comments of this account?</source> 10052 <source>Are you sure you want to remove all the comments of this account?</source>
9982 <target state="new">Are you sure you want to remove all the comments of this account?</target> 10053 <target state="new">Are you sure you want to remove all the comments of this account?</target>
9983 10054 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">224</context></context-group>
9984 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10055 </trans-unit>
9985 <trans-unit id="6315346579373254461" datatype="html"> 10056 <trans-unit id="6315346579373254461" datatype="html">
9986 <source>Delete account comments</source> 10057 <source>Delete account comments</source>
9987 <target state="new">Delete account comments</target> 10058 <target state="new">Delete account comments</target>
9988 10059 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">225</context></context-group>
9989 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 10060 </trans-unit>
9990 <trans-unit id="8559170154828316298" datatype="html"> 10061 <trans-unit id="8559170154828316298" datatype="html">
9991 <source>Will remove comments of this account (may take several minutes).</source> 10062 <source>Will remove comments of this account (may take several minutes).</source>
9992 <target state="new">Will remove comments of this account (may take several minutes).</target> 10063 <target state="new">Will remove comments of this account (may take several minutes).</target>
9993 10064 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">231</context></context-group>
9994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">231</context></context-group></trans-unit> 10065 </trans-unit>
9995 <trans-unit id="7187838764371214919" datatype="html"> 10066 <trans-unit id="7187838764371214919" datatype="html">
9996 <source>Edit user</source> 10067 <source>Edit user</source>
9997 <target state="translated">Modificar usuário</target> 10068 <target state="translated">Modificar usuário</target>
9998 10069 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">259</context></context-group>
9999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 10070 </trans-unit>
10000 <trans-unit id="4728427543536046034" datatype="html"> 10071 <trans-unit id="4728427543536046034" datatype="html">
10001 <source>Change quota, role, and more.</source> 10072 <source>Change quota, role, and more.</source>
10002 <target state="new">Change quota, role, and more.</target> 10073 <target state="new">Change quota, role, and more.</target>
10003 10074 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">260</context></context-group>
10004 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 10075 </trans-unit>
10005 <trans-unit id="7913022656086109932" datatype="html"> 10076 <trans-unit id="7913022656086109932" datatype="html">
10006 <source>Delete user</source> 10077 <source>Delete user</source>
10007 <target state="translated">Apagar usuário</target> 10078 <target state="translated">Apagar usuário</target>
10008 10079 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">264</context></context-group>
10009 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">264</context></context-group></trans-unit> 10080 </trans-unit>
10010 <trans-unit id="7577876364431026966" datatype="html"> 10081 <trans-unit id="7577876364431026966" datatype="html">
10011 <source>Unban user</source> 10082 <source>Unban user</source>
10012 <target state="translated">Incluir usuário banido</target> 10083 <target state="translated">Incluir usuário banido</target>
10013 10084 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">275</context></context-group>
10014 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 10085 </trans-unit>
10015 <trans-unit id="3508163549683020253" datatype="html"> 10086 <trans-unit id="3508163549683020253" datatype="html">
10016 <source>Allow the user to login and create videos/comments again</source> 10087 <source>Allow the user to login and create videos/comments again</source>
10017 <target state="new">Allow the user to login and create videos/comments again</target> 10088 <target state="new">Allow the user to login and create videos/comments again</target>
10018 10089 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">276</context></context-group>
10019 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit> 10090 </trans-unit>
10020 <trans-unit id="1888272455383898478"> 10091 <trans-unit id="1888272455383898478">
10021 <source>Mute this account</source> 10092 <source>Mute this account</source>
10022 <target>Silencia esta conta</target> 10093 <target>Silencia esta conta</target>
10023 10094 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">293</context></context-group>
10024 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">293</context></context-group></trans-unit> 10095 </trans-unit>
10025 <trans-unit id="2365286519320230773" datatype="html"> 10096 <trans-unit id="2365286519320230773" datatype="html">
10026 <source>Hide any content from that user from you.</source> 10097 <source>Hide any content from that user from you.</source>
10027 <target state="new">Hide any content from that user from you.</target> 10098 <target state="new">Hide any content from that user from you.</target>
10028 10099 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">294</context></context-group>
10029 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">294</context></context-group></trans-unit> 10100 </trans-unit>
10030 <trans-unit id="4043508901590508211"> 10101 <trans-unit id="4043508901590508211">
10031 <source>Unmute this account</source> 10102 <source>Unmute this account</source>
10032 <target>Remover silêncio</target> 10103 <target>Remover silêncio</target>
10033 10104 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">299</context></context-group>
10034 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">299</context></context-group></trans-unit> 10105 </trans-unit>
10035 <trans-unit id="2843593344827160627" datatype="html"> 10106 <trans-unit id="2843593344827160627" datatype="html">
10036 <source>Show back content from that user for you.</source> 10107 <source>Show back content from that user for you.</source>
10037 <target state="new">Show back content from that user for you.</target> 10108 <target state="new">Show back content from that user for you.</target>
10038 10109 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">300</context></context-group>
10039 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">300</context></context-group></trans-unit> 10110 </trans-unit>
10040 <trans-unit id="6198109035280957164"> 10111 <trans-unit id="6198109035280957164">
10041 <source>Mute the instance</source> 10112 <source>Mute the instance</source>
10042 <target>Silenciar esta instância</target> 10113 <target>Silenciar esta instância</target>
10043 10114 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">305</context></context-group>
10044 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit> 10115 </trans-unit>
10045 <trans-unit id="4537735378779630558" datatype="html"> 10116 <trans-unit id="4537735378779630558" datatype="html">
10046 <source>Hide any content from that instance for you.</source> 10117 <source>Hide any content from that instance for you.</source>
10047 <target state="new">Hide any content from that instance for you.</target> 10118 <target state="new">Hide any content from that instance for you.</target>
10048 10119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">306</context></context-group>
10049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 10120 </trans-unit>
10050 <trans-unit id="6247487021683085858"> 10121 <trans-unit id="6247487021683085858">
10051 <source>Unmute the instance</source> 10122 <source>Unmute the instance</source>
10052 <target>Remover silêncio desta instância</target> 10123 <target>Remover silêncio desta instância</target>
10053 10124 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">311</context></context-group>
10054 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">311</context></context-group></trans-unit> 10125 </trans-unit>
10055 <trans-unit id="4024846984475742259" datatype="html"> 10126 <trans-unit id="4024846984475742259" datatype="html">
10056 <source>Show back content from that instance for you.</source> 10127 <source>Show back content from that instance for you.</source>
10057 <target state="new">Show back content from that instance for you.</target> 10128 <target state="new">Show back content from that instance for you.</target>
10058 10129 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">312</context></context-group>
10059 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">312</context></context-group></trans-unit> 10130 </trans-unit>
10060 <trans-unit id="3108200185023875257" datatype="html"> 10131 <trans-unit id="3108200185023875257" datatype="html">
10061 <source>Remove comments from your videos</source> 10132 <source>Remove comments from your videos</source>
10062 <target state="new">Remove comments from your videos</target> 10133 <target state="new">Remove comments from your videos</target>
10063 10134 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">317</context></context-group>
10064 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">317</context></context-group></trans-unit> 10135 </trans-unit>
10065 <trans-unit id="4810478487244286994" datatype="html"> 10136 <trans-unit id="4810478487244286994" datatype="html">
10066 <source>Remove comments made by this account on your videos.</source> 10137 <source>Remove comments made by this account on your videos.</source>
10067 <target state="new">Remove comments made by this account on your videos.</target> 10138 <target state="new">Remove comments made by this account on your videos.</target>
10068 10139 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">318</context></context-group>
10069 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">318</context></context-group></trans-unit> 10140 </trans-unit>
10070 <trans-unit id="81452583525574033"> 10141 <trans-unit id="81452583525574033">
10071 <source>Mute this account by your instance</source> 10142 <source>Mute this account by your instance</source>
10072 <target>Silenciar esta conta em sua instância</target> 10143 <target>Silenciar esta conta em sua instância</target>
10073 10144 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">329</context></context-group>
10074 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">329</context></context-group></trans-unit> 10145 </trans-unit>
10075 <trans-unit id="2077144178298031252" datatype="html"> 10146 <trans-unit id="2077144178298031252" datatype="html">
10076 <source>Hide any content from that user from you, your instance and its users.</source> 10147 <source>Hide any content from that user from you, your instance and its users.</source>
10077 <target state="new">Hide any content from that user from you, your instance and its users.</target> 10148 <target state="new">Hide any content from that user from you, your instance and its users.</target>
10078 10149 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">330</context></context-group>
10079 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">330</context></context-group></trans-unit> 10150 </trans-unit>
10080 <trans-unit id="884942914962310163"> 10151 <trans-unit id="884942914962310163">
10081 <source>Unmute this account by your instance</source> 10152 <source>Unmute this account by your instance</source>
10082 <target>Remover silêncio desta conta em sua instância</target> 10153 <target>Remover silêncio desta conta em sua instância</target>
10083 10154 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">335</context></context-group>
10084 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10155 </trans-unit>
10085 <trans-unit id="7675070596643104983" datatype="html"> 10156 <trans-unit id="7675070596643104983" datatype="html">
10086 <source>Show this user's content to the users of this instance again.</source> 10157 <source>Show this user's content to the users of this instance again.</source>
10087 <target state="new">Show this user's content to the users of this instance again.</target> 10158 <target state="new">Show this user's content to the users of this instance again.</target>
10088 10159 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">336</context></context-group>
10089 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10160 </trans-unit>
10090 <trans-unit id="3191211873505538654"> 10161 <trans-unit id="3191211873505538654">
10091 <source>Mute the instance by your instance</source> 10162 <source>Mute the instance by your instance</source>
10092 <target>Silenciar esta instância pela sua instância</target> 10163 <target>Silenciar esta instância pela sua instância</target>
10093 10164 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">347</context></context-group>
10094 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">347</context></context-group></trans-unit> 10165 </trans-unit>
10095 <trans-unit id="525915681688649453" datatype="html"> 10166 <trans-unit id="525915681688649453" datatype="html">
10096 <source>Hide any content from that instance from you, your instance and its users.</source> 10167 <source>Hide any content from that instance from you, your instance and its users.</source>
10097 <target state="new">Hide any content from that instance from you, your instance and its users.</target> 10168 <target state="new">Hide any content from that instance from you, your instance and its users.</target>
10098 10169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">348</context></context-group>
10099 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">348</context></context-group></trans-unit> 10170 </trans-unit>
10100 <trans-unit id="5325628963747139770"> 10171 <trans-unit id="5325628963747139770">
10101 <source>Unmute the instance by your instance</source> 10172 <source>Unmute the instance by your instance</source>
10102 <target>Remover silêncio dessa instância em sua instância</target> 10173 <target>Remover silêncio dessa instância em sua instância</target>
10103 10174 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">353</context></context-group>
10104 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">353</context></context-group></trans-unit> 10175 </trans-unit>
10105 <trans-unit id="758471033841077314" datatype="html"> 10176 <trans-unit id="758471033841077314" datatype="html">
10106 <source>Show back content from that instance for you, your instance and its users.</source> 10177 <source>Show back content from that instance for you, your instance and its users.</source>
10107 <target state="new">Show back content from that instance for you, your instance and its users.</target> 10178 <target state="new">Show back content from that instance for you, your instance and its users.</target>
10108 10179 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">354</context></context-group>
10109 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">354</context></context-group></trans-unit> 10180 </trans-unit>
10110 <trans-unit id="3785095284194008197" datatype="html"> 10181 <trans-unit id="3785095284194008197" datatype="html">
10111 <source>Remove comments from your instance</source> 10182 <source>Remove comments from your instance</source>
10112 <target state="new">Remove comments from your instance</target> 10183 <target state="new">Remove comments from your instance</target>
10113 10184 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">364</context></context-group>
10114 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">364</context></context-group></trans-unit> 10185 </trans-unit>
10115 <trans-unit id="4809327075591089709" datatype="html"> 10186 <trans-unit id="4809327075591089709" datatype="html">
10116 <source>Remove comments made by this account from your instance.</source> 10187 <source>Remove comments made by this account from your instance.</source>
10117 <target state="new">Remove comments made by this account from your instance.</target> 10188 <target state="new">Remove comments made by this account from your instance.</target>
10118 10189 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">365</context></context-group>
10119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 10190 </trans-unit>
10120 <trans-unit id="6746743143272021955" datatype="html"> 10191 <trans-unit id="6746743143272021955" datatype="html">
10121 <source>Violent or repulsive</source> 10192 <source>Violent or repulsive</source>
10122 <target state="new">Violent or repulsive</target> 10193 <target state="new">Violent or repulsive</target>
@@ -10193,17 +10264,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10193 <target>Muitas tentativas, por favor tente novamente depois de 10264 <target>Muitas tentativas, por favor tente novamente depois de
10194 <x id="PH"/> minutos. 10265 <x id="PH"/> minutos.
10195 </target> 10266 </target>
10196 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 10267 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group>
10197 </trans-unit> 10268 </trans-unit>
10198 <trans-unit id="4965472196059235310"> 10269 <trans-unit id="4965472196059235310">
10199 <source>Too many attempts, please try again later.</source> 10270 <source>Too many attempts, please try again later.</source>
10200 <target>Muitas tentativas, por favor tente novamente depois.</target> 10271 <target>Muitas tentativas, por favor tente novamente depois.</target>
10201 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 10272 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group>
10202 </trans-unit> 10273 </trans-unit>
10203 <trans-unit id="1693549688987384699"> 10274 <trans-unit id="1693549688987384699">
10204 <source>Server error. Please retry later.</source> 10275 <source>Server error. Please retry later.</source>
10205 <target>Erro de servidor. Por favor, tente novamente depois.</target> 10276 <target>Erro de servidor. Por favor, tente novamente depois.</target>
10206 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 10277 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group>
10207 </trans-unit> 10278 </trans-unit>
10208 <trans-unit id="5927402622550505067" datatype="html"> 10279 <trans-unit id="5927402622550505067" datatype="html">
10209 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 10280 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
@@ -10263,8 +10334,10 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10263 <source>Moderator</source> 10334 <source>Moderator</source>
10264 <target>Moderador</target> 10335 <target>Moderador</target>
10265 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">407</context></context-group> 10336 <context-group purpose="location"><context context-type="sourcefile">src/app/core/users/user.service.ts</context><context context-type="linenumber">407</context></context-group>
10266 </trans-unit><trans-unit id="2279527393438260622" datatype="html"> 10337 </trans-unit>
10267 <source>Search videos, playlists, channels…</source><target state="new">Search videos, playlists, channels…</target> 10338 <trans-unit id="2279527393438260622" datatype="html">
10339 <source>Search videos, playlists, channels…</source>
10340 <target state="new">Search videos, playlists, channels…</target>
10268 <context-group purpose="location"> 10341 <context-group purpose="location">
10269 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 10342 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
10270 <context context-type="linenumber">3</context> 10343 <context context-type="linenumber">3</context>
@@ -10275,9 +10348,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10275 <target state="translated">Vídeo removido de 10348 <target state="translated">Vídeo removido de
10276 <x id="PH"/> 10349 <x id="PH"/>
10277 </target> 10350 </target>
10278 10351 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">307</context></context-group>
10279 10352 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">93</context></context-group>
10280 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">307</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">93</context></context-group></trans-unit> 10353 </trans-unit>
10281 <trans-unit id="1056145626640340519" datatype="html"> 10354 <trans-unit id="1056145626640340519" datatype="html">
10282 <source>Video added in <x id="PH"/> at timestamps <x id="PH_1"/></source> 10355 <source>Video added in <x id="PH"/> at timestamps <x id="PH_1"/></source>
10283 <target state="translated">Vídeo adicionado em 10356 <target state="translated">Vídeo adicionado em
@@ -10296,83 +10369,83 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10296 <trans-unit id="985751964589921228" datatype="html"> 10369 <trans-unit id="985751964589921228" datatype="html">
10297 <source>Timestamps updated</source> 10370 <source>Timestamps updated</source>
10298 <target state="translated">Marca de tempo atualizada</target> 10371 <target state="translated">Marca de tempo atualizada</target>
10299 10372 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">273</context></context-group>
10300 10373 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">112</context></context-group>
10301 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">273</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">112</context></context-group></trans-unit> 10374 </trans-unit>
10302 <trans-unit id="6421445850411984665" datatype="html"> 10375 <trans-unit id="6421445850411984665" datatype="html">
10303 <source>Starts at</source> 10376 <source>Starts at</source>
10304 <target state="new">Starts at </target> 10377 <target state="new">Starts at </target>
10305 10378 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">135</context></context-group>
10306 10379 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">138</context></context-group>
10307 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">138</context></context-group></trans-unit> 10380 </trans-unit>
10308 <trans-unit id="7145200412085189912" datatype="html"> 10381 <trans-unit id="7145200412085189912" datatype="html">
10309 <source>Stops at</source> 10382 <source>Stops at</source>
10310 <target state="new">Stops at </target> 10383 <target state="new">Stops at </target>
10311 10384 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">136</context></context-group>
10312 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">136</context></context-group></trans-unit> 10385 </trans-unit>
10313 <trans-unit id="921225940108335688" datatype="html"> 10386 <trans-unit id="921225940108335688" datatype="html">
10314 <source>and stops at</source> 10387 <source>and stops at</source>
10315 <target state="new"> and stops at </target> 10388 <target state="new"> and stops at </target>
10316 10389 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">138</context></context-group>
10317 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">138</context></context-group></trans-unit> 10390 </trans-unit>
10318 <trans-unit id="2909684945706361544" datatype="html"> 10391 <trans-unit id="2909684945706361544" datatype="html">
10319 <source>Delete video</source> 10392 <source>Delete video</source>
10320 <target state="new">Delete video</target> 10393 <target state="new">Delete video</target>
10321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 10394
10322 </trans-unit> 10395 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
10323 <trans-unit id="2210418817778733727" datatype="html"> 10396 <trans-unit id="2210418817778733727" datatype="html">
10324 <source>Actions for the comment</source> 10397 <source>Actions for the comment</source>
10325 <target state="new">Actions for the comment</target> 10398 <target state="new">Actions for the comment</target>
10326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 10399
10327 </trans-unit> 10400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
10328 <trans-unit id="7978668497183230348" datatype="html"> 10401 <trans-unit id="7978668497183230348" datatype="html">
10329 <source>Delete comment</source> 10402 <source>Delete comment</source>
10330 <target state="new">Delete comment</target> 10403 <target state="new">Delete comment</target>
10331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 10404
10332 </trans-unit> 10405 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
10333 <trans-unit id="6747218355168080191" datatype="html"> 10406 <trans-unit id="6747218355168080191" datatype="html">
10334 <source>Do you really want to delete this comment?</source> 10407 <source>Do you really want to delete this comment?</source>
10335 <target state="new">Do you really want to delete this comment?</target> 10408 <target state="new">Do you really want to delete this comment?</target>
10336 10409
10337 10410
10338 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 10411 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
10339 <trans-unit id="7837272126865175984" datatype="html"> 10412 <trans-unit id="7837272126865175984" datatype="html">
10340 <source>Comment deleted.</source> 10413 <source>Comment deleted.</source>
10341 <target state="new">Comment deleted.</target> 10414 <target state="new">Comment deleted.</target>
10342 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 10415
10343 </trans-unit> 10416 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
10344 <trans-unit id="346270517625845962" datatype="html"> 10417 <trans-unit id="346270517625845962" datatype="html">
10345 <source>Encoder</source> 10418 <source>Encoder</source>
10346 <target state="new">Encoder</target> 10419 <target state="new">Encoder</target>
10347 10420 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">212</context></context-group>
10348 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">212</context></context-group></trans-unit> 10421 </trans-unit>
10349 <trans-unit id="2331557444464201331" datatype="html"> 10422 <trans-unit id="2331557444464201331" datatype="html">
10350 <source>Format name</source> 10423 <source>Format name</source>
10351 <target state="new">Format name</target> 10424 <target state="new">Format name</target>
10352 10425 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">213</context></context-group>
10353 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">213</context></context-group></trans-unit> 10426 </trans-unit>
10354 <trans-unit id="45739481977493163" datatype="html"> 10427 <trans-unit id="45739481977493163" datatype="html">
10355 <source>Size</source> 10428 <source>Size</source>
10356 <target state="new">Size</target> 10429 <target state="new">Size</target>
10357 10430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">214</context></context-group>
10358 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">214</context></context-group></trans-unit> 10431 </trans-unit>
10359 <trans-unit id="7742520815129539114" datatype="html"> 10432 <trans-unit id="7742520815129539114" datatype="html">
10360 <source>Bitrate</source> 10433 <source>Bitrate</source>
10361 <target state="new">Bitrate</target> 10434 <target state="new">Bitrate</target>
10362 10435 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">216</context></context-group>
10363 10436 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">239</context></context-group>
10364 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">216</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">239</context></context-group></trans-unit> 10437 </trans-unit>
10365 <trans-unit id="4094960161662677662" datatype="html"> 10438 <trans-unit id="4094960161662677662" datatype="html">
10366 <source>Codec</source> 10439 <source>Codec</source>
10367 <target state="new">Codec</target> 10440 <target state="new">Codec</target>
10368 10441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">236</context></context-group>
10369 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">236</context></context-group></trans-unit> 10442 </trans-unit>
10370 <trans-unit id="2115592966120408375"> 10443 <trans-unit id="2115592966120408375">
10371 <source>Copied</source> 10444 <source>Copied</source>
10372 <target>Copiado</target> 10445 <target>Copiado</target>
10373 10446 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/input-toggle-hidden.component.ts</context><context context-type="linenumber">47</context></context-group>
10374 10447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">196</context></context-group>
10375 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/input-toggle-hidden.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 10448 </trans-unit>
10376 <trans-unit id="4323470180912194028" datatype="html"> 10449 <trans-unit id="4323470180912194028" datatype="html">
10377 <source>Copy</source> 10450 <source>Copy</source>
10378 <target state="new">Copy</target> 10451 <target state="new">Copy</target>
@@ -10382,31 +10455,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10382 <trans-unit id="1472171759957681533"> 10455 <trans-unit id="1472171759957681533">
10383 <source>Video reported.</source> 10456 <source>Video reported.</source>
10384 <target>Vídeo denunciado.</target> 10457 <target>Vídeo denunciado.</target>
10385 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10458
10386 </trans-unit> 10459 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10387 <trans-unit id="3622946684246476652"> 10460 <trans-unit id="3622946684246476652">
10388 <source>Do you really want to delete this video?</source> 10461 <source>Do you really want to delete this video?</source>
10389 <target>Você realmente deseja excluir esse vídeo?</target> 10462 <target>Você realmente deseja excluir esse vídeo?</target>
10390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10463
10391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10464
10392 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10465
10393 </trans-unit> 10466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10394 <trans-unit id="3941342949736653028" datatype="html"> 10467 <trans-unit id="3941342949736653028" datatype="html">
10395 <source>Video deleted.</source> 10468 <source>Video deleted.</source>
10396 <target state="new">Video deleted.</target> 10469 <target state="new">Video deleted.</target>
10397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10470
10398 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10471
10399 </trans-unit> 10472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10400 <trans-unit id="5072091387445907742" datatype="html"> 10473 <trans-unit id="5072091387445907742" datatype="html">
10401 <source>Actions for the reporter</source> 10474 <source>Actions for the reporter</source>
10402 <target state="new">Actions for the reporter</target> 10475 <target state="new">Actions for the reporter</target>
10403 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10476
10404 </trans-unit> 10477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10405 <trans-unit id="6599069899275412095" datatype="html"> 10478 <trans-unit id="6599069899275412095" datatype="html">
10406 <source>Mute reporter</source> 10479 <source>Mute reporter</source>
10407 <target state="new">Mute reporter</target> 10480 <target state="new">Mute reporter</target>
10408 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10481
10409 </trans-unit> 10482 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10410 <trans-unit id="2990849907502572301" datatype="html"> 10483 <trans-unit id="2990849907502572301" datatype="html">
10411 <source>This video will be duplicated by your instance.</source> 10484 <source>This video will be duplicated by your instance.</source>
10412 <target state="new">This video will be duplicated by your instance.</target> 10485 <target state="new">This video will be duplicated by your instance.</target>
@@ -10440,20 +10513,22 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10440 <trans-unit id="1950057220179636309" datatype="html"> 10513 <trans-unit id="1950057220179636309" datatype="html">
10441 <source>Save to playlist</source> 10514 <source>Save to playlist</source>
10442 <target state="translated">Salvar na playlist</target> 10515 <target state="translated">Salvar na playlist</target>
10443 10516 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.ts</context><context context-type="linenumber">57</context></context-group>
10444 10517 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">264</context></context-group>
10445 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.ts</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">264</context></context-group></trans-unit> 10518 </trans-unit>
10446 <trans-unit id="8272123190776748811" datatype="html"> 10519 <trans-unit id="8272123190776748811" datatype="html">
10447 <source>You need to be &lt;a href="/login">logged in&lt;/a> to rate this video.</source> 10520 <source>You need to be &lt;a href="/login">logged in&lt;/a> to rate this video.</source>
10448 <target state="new">You need to be &lt;a href="/login">logged in&lt;/a> to rate this video.</target> 10521 <target state="new">You need to be &lt;a href="/login">logged in&lt;/a> to rate this video.</target>
10449 10522 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">85</context></context-group>
10450 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">85</context></context-group></trans-unit> 10523 </trans-unit>
10451 <trans-unit id="4503408361537553733" datatype="html"> 10524 <trans-unit id="4503408361537553733" datatype="html">
10452 <source>Mirror</source> 10525 <source>Mirror</source>
10453 <target state="new">Mirror</target> 10526 <target state="new">Mirror</target>
10454 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">302</context></context-group> 10527 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">302</context></context-group>
10455 </trans-unit><trans-unit id="2631340539474479416" datatype="html"> 10528 </trans-unit>
10456 <source>Subtitles</source><target state="new">Subtitles</target> 10529 <trans-unit id="2631340539474479416" datatype="html">
10530 <source>Subtitles</source>
10531 <target state="new">Subtitles</target>
10457 <context-group purpose="location"> 10532 <context-group purpose="location">
10458 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context> 10533 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context>
10459 <context context-type="linenumber">9</context> 10534 <context context-type="linenumber">9</context>
@@ -10468,24 +10543,24 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10468 <trans-unit id="4814285799071780083" datatype="html"> 10543 <trans-unit id="4814285799071780083" datatype="html">
10469 <source>Remove</source> 10544 <source>Remove</source>
10470 <target state="new">Remove</target> 10545 <target state="new">Remove</target>
10471 10546 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">186</context></context-group>
10472 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">186</context></context-group></trans-unit> 10547 </trans-unit>
10473 <trans-unit id="6871668720687277843" datatype="html"> 10548 <trans-unit id="6871668720687277843" datatype="html">
10474 <source>Remove &amp; re-draft</source> 10549 <source>Remove &amp; re-draft</source>
10475 <target state="new">Remove &amp; re-draft</target> 10550 <target state="new">Remove &amp; re-draft</target>
10476 10551 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">194</context></context-group>
10477 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment.component.ts</context><context context-type="linenumber">194</context></context-group></trans-unit> 10552 </trans-unit>
10478 <trans-unit id="992317512448454409" datatype="html"> 10553 <trans-unit id="992317512448454409" datatype="html">
10479 <source>{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</source> 10554 <source>{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</source>
10480 <target state="new">{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</target> 10555 <target state="new">{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</target>
10481 10556 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">4</context></context-group>
10482 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit> 10557 </trans-unit>
10483 <trans-unit id="4903651219400691248" datatype="html"> 10558 <trans-unit id="4903651219400691248" datatype="html">
10484 <source>Mute account</source> 10559 <source>Mute account</source>
10485 <target state="new">Mute account</target> 10560 <target state="new">Mute account</target>
10486 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10561
10487 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10562
10488 </trans-unit> 10563 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10489 <trans-unit id="4021487547497211597" datatype="html"> 10564 <trans-unit id="4021487547497211597" datatype="html">
10490 <source>Open video actions</source> 10565 <source>Open video actions</source>
10491 <target state="new">Open video actions</target> 10566 <target state="new">Open video actions</target>
@@ -10501,8 +10576,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10501 <trans-unit id="3719503424625455635" datatype="html"> 10576 <trans-unit id="3719503424625455635" datatype="html">
10502 <source>Mute server account</source> 10577 <source>Mute server account</source>
10503 <target state="new">Mute server account</target> 10578 <target state="new">Mute server account</target>
10504 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10579
10505 </trans-unit> 10580 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10506 <trans-unit id="7008439939460403347"> 10581 <trans-unit id="7008439939460403347">
10507 <source>Report</source> 10582 <source>Report</source>
10508 <target>Denunciar</target> 10583 <target>Denunciar</target>
@@ -10553,28 +10628,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10553 <trans-unit id="4058575476871566236"> 10628 <trans-unit id="4058575476871566236">
10554 <source>Published</source> 10629 <source>Published</source>
10555 <target>Publicado</target> 10630 <target>Publicado</target>
10556 10631 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">158</context></context-group>
10557 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">158</context></context-group></trans-unit> 10632 </trans-unit>
10558 <trans-unit id="1747928867514972971" datatype="html"> 10633 <trans-unit id="1747928867514972971" datatype="html">
10559 <source>Publication scheduled on</source> 10634 <source>Publication scheduled on</source>
10560 <target state="new">Publication scheduled on </target> 10635 <target state="new">Publication scheduled on </target>
10561 10636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">163</context></context-group>
10562 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10637 </trans-unit>
10563 <trans-unit id="4887724548587271148"> 10638 <trans-unit id="4887724548587271148">
10564 <source>Waiting transcoding</source> 10639 <source>Waiting transcoding</source>
10565 <target>Aguardando transcodificação</target> 10640 <target>Aguardando transcodificação</target>
10566 10641 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">167</context></context-group>
10567 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">167</context></context-group></trans-unit> 10642 </trans-unit>
10568 <trans-unit id="4517785179607945981"> 10643 <trans-unit id="4517785179607945981">
10569 <source>To transcode</source> 10644 <source>To transcode</source>
10570 <target>Para transcodificar</target> 10645 <target>Para transcodificar</target>
10571 10646 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">171</context></context-group>
10572 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 10647 </trans-unit>
10573 <trans-unit id="3299576663551440736"> 10648 <trans-unit id="3299576663551440736">
10574 <source>To import</source> 10649 <source>To import</source>
10575 <target>Para importar</target> 10650 <target>Para importar</target>
10576 10651 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">175</context></context-group>
10577 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.ts</context><context context-type="linenumber">175</context></context-group></trans-unit> 10652 </trans-unit>
10578 <trans-unit id="187187500641108332" datatype="html"> 10653 <trans-unit id="187187500641108332" datatype="html">
10579 <source><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></source> 10654 <source><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></source>
10580 <target state="new"><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></target> 10655 <target state="new"><x id="INTERPOLATION" equiv-text="{{ noResultMessage }}"/></target>
@@ -10601,33 +10676,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10601 <trans-unit id="2439066254855913806"> 10676 <trans-unit id="2439066254855913806">
10602 <source>Only I can see this video</source> 10677 <source>Only I can see this video</source>
10603 <target>Apenas eu posso ver este vídeo</target> 10678 <target>Apenas eu posso ver este vídeo</target>
10604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10679
10605 </trans-unit> 10680 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10606 <trans-unit id="6767380569816110388" datatype="html"> 10681 <trans-unit id="6767380569816110388" datatype="html">
10607 <source>Only shareable via a private link</source> 10682 <source>Only shareable via a private link</source>
10608 <target state="new">Only shareable via a private link</target> 10683 <target state="new">Only shareable via a private link</target>
10609 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10684
10610 </trans-unit> 10685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10611 <trans-unit id="6828965264297239528"> 10686 <trans-unit id="6828965264297239528">
10612 <source>Anyone can see this video</source> 10687 <source>Anyone can see this video</source>
10613 <target>Qualquer um pode ver este vídeo</target> 10688 <target>Qualquer um pode ver este vídeo</target>
10614 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10689
10615 </trans-unit> 10690 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10616 <trans-unit id="1425933035739773115" datatype="html"> 10691 <trans-unit id="1425933035739773115" datatype="html">
10617 <source>Only users of this instance can see this video</source> 10692 <source>Only users of this instance can see this video</source>
10618 <target state="translated">Apenas utilizadores desta instância podem ver este vídeo</target> 10693 <target state="translated">Apenas utilizadores desta instância podem ver este vídeo</target>
10619 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10694
10620 </trans-unit> 10695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10621 <trans-unit id="8312101634344200207" datatype="html"> 10696 <trans-unit id="8312101634344200207" datatype="html">
10622 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10697 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10623 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10698 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10624 10699
10625 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 10700 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10626 <trans-unit id="7756087706411154095" datatype="html"> 10701 <trans-unit id="7756087706411154095" datatype="html">
10627 <source><x id="PH" equiv-text="this.views"/> views</source> 10702 <source><x id="PH" equiv-text="this.views"/> views</source>
10628 <target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10703 <target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10629 10704
10630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 10705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10631 <trans-unit id="ngb.alert.close" datatype="html"> 10706 <trans-unit id="ngb.alert.close" datatype="html">
10632 <source>Close</source> 10707 <source>Close</source>
10633 <target state="new">Close</target> 10708 <target state="new">Close</target>
@@ -10652,15 +10727,15 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10652 <trans-unit id="ngb.datepicker.previous-month" datatype="html"> 10727 <trans-unit id="ngb.datepicker.previous-month" datatype="html">
10653 <source>Previous month</source> 10728 <source>Previous month</source>
10654 <target state="new">Previous month</target> 10729 <target state="new">Previous month</target>
10655 10730 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">24</context></context-group>
10656 10731 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">35</context></context-group>
10657 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 10732 </trans-unit>
10658 <trans-unit id="ngb.datepicker.next-month" datatype="html"> 10733 <trans-unit id="ngb.datepicker.next-month" datatype="html">
10659 <source>Next month</source> 10734 <source>Next month</source>
10660 <target state="new">Next month</target> 10735 <target state="new">Next month</target>
10661 10736 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">44</context></context-group>
10662 10737 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">57</context></context-group>
10663 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/datepicker/datepicker-navigation.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 10738 </trans-unit>
10664 <trans-unit id="ngb.datepicker.select-month" datatype="html"> 10739 <trans-unit id="ngb.datepicker.select-month" datatype="html">
10665 <source>Select month</source> 10740 <source>Select month</source>
10666 <target state="new">Select month</target> 10741 <target state="new">Select month</target>
@@ -10796,41 +10871,41 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10796 <trans-unit id="5210096066382592800"> 10871 <trans-unit id="5210096066382592800">
10797 <source>Video to import updated.</source> 10872 <source>Video to import updated.</source>
10798 <target>Vídeo para importar atualizado.</target> 10873 <target>Vídeo para importar atualizado.</target>
10799 10874 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts</context><context context-type="linenumber">141</context></context-group>
10800 10875 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts</context><context context-type="linenumber">143</context></context-group>
10801 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-torrent.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-import-url.component.ts</context><context context-type="linenumber">143</context></context-group></trans-unit> 10876 </trans-unit>
10802 <trans-unit id="3284171506518522275"> 10877 <trans-unit id="3284171506518522275">
10803 <source>Your video was uploaded to your account and is private.</source> 10878 <source>Your video was uploaded to your account and is private.</source>
10804 <target>Seu vídeo foi enviado para sua conta e é privado.</target> 10879 <target>Seu vídeo foi enviado para sua conta e é privado.</target>
10805 10880
10806 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10881 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10807 <trans-unit id="5699822024600815733"> 10882 <trans-unit id="5699822024600815733">
10808 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10883 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10809 <target>Mas dados associados (tags, descrição…) serão perdidas, tem certeza que deseja sair dessa página?</target> 10884 <target>Mas dados associados (tags, descrição…) serão perdidas, tem certeza que deseja sair dessa página?</target>
10810 10885
10811 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10886 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10812 <trans-unit id="1219739004043110649"> 10887 <trans-unit id="1219739004043110649">
10813 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10888 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10814 <target>Seu vídeo ainda não foi atualizado, você tem certeza que deseja sair dessa página?</target> 10889 <target>Seu vídeo ainda não foi atualizado, você tem certeza que deseja sair dessa página?</target>
10815 10890
10816 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit> 10891 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10817 <trans-unit id="6932865105766151309" datatype="html"> 10892 <trans-unit id="6932865105766151309" datatype="html">
10818 <source>Upload</source> 10893 <source>Upload</source>
10819 <target state="new">Upload</target> 10894 <target state="new">Upload</target>
10820 10895
10821 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10896 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10822 <trans-unit id="8278735427925094503" datatype="html"> 10897 <trans-unit id="8278735427925094503" datatype="html">
10823 <source>Upload <x id="PH"/> </source> 10898 <source>Upload <x id="PH"/> </source>
10824 <target state="translated">Subir 10899 <target state="translated">Subir
10825 <x id="PH"/> 10900 <x id="PH"/>
10826 </target> 10901 </target>
10827 10902
10828 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10903 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10829 <trans-unit id="5981816353437801748"> 10904 <trans-unit id="5981816353437801748">
10830 <source>Video published.</source> 10905 <source>Video published.</source>
10831 <target>Vídeo publicado.</target> 10906 <target>Vídeo publicado.</target>
10832 10907
10833 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10908 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10834 <trans-unit id="764164089183618119"> 10909 <trans-unit id="764164089183618119">
10835 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10910 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10836 <target>Você tem modificações não salvas! Se sair desta páginas, as modificações serão perdidas.</target> 10911 <target>Você tem modificações não salvas! Se sair desta páginas, as modificações serão perdidas.</target>
@@ -10849,23 +10924,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10849 <trans-unit id="6775540171466219199" datatype="html"> 10924 <trans-unit id="6775540171466219199" datatype="html">
10850 <source>Stop autoplaying next video</source> 10925 <source>Stop autoplaying next video</source>
10851 <target state="translated">Pare de auto-ler o próximo vídeo</target> 10926 <target state="translated">Pare de auto-ler o próximo vídeo</target>
10852 10927 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">220</context></context-group>
10853 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">220</context></context-group></trans-unit> 10928 </trans-unit>
10854 <trans-unit id="5149234672404299151" datatype="html"> 10929 <trans-unit id="5149234672404299151" datatype="html">
10855 <source>Autoplay next video</source> 10930 <source>Autoplay next video</source>
10856 <target state="translated">Ato-ler o próximo vídeo</target> 10931 <target state="translated">Ato-ler o próximo vídeo</target>
10857 10932 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">221</context></context-group>
10858 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">221</context></context-group></trans-unit> 10933 </trans-unit>
10859 <trans-unit id="5870421136141540382" datatype="html"> 10934 <trans-unit id="5870421136141540382" datatype="html">
10860 <source>Stop looping playlist videos</source> 10935 <source>Stop looping playlist videos</source>
10861 <target state="translated">Parar o ciclo de vídeos da playlist</target> 10936 <target state="translated">Parar o ciclo de vídeos da playlist</target>
10862 10937 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">226</context></context-group>
10863 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit> 10938 </trans-unit>
10864 <trans-unit id="1599585307037758139" datatype="html"> 10939 <trans-unit id="1599585307037758139" datatype="html">
10865 <source>Loop playlist videos</source> 10940 <source>Loop playlist videos</source>
10866 <target state="translated">Ciclo de videos da playlist</target> 10941 <target state="translated">Ciclo de videos da playlist</target>
10867 10942 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">227</context></context-group>
10868 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit> 10943 </trans-unit>
10869 <trans-unit id="3704292036525161260" datatype="html"> 10944 <trans-unit id="3704292036525161260" datatype="html">
10870 <source>Placeholder image</source> 10945 <source>Placeholder image</source>
10871 <target state="new">Placeholder image</target> 10946 <target state="new">Placeholder image</target>
@@ -10877,28 +10952,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10877 <trans-unit id="961774488937452220" datatype="html"> 10952 <trans-unit id="961774488937452220" datatype="html">
10878 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10953 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10879 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10954 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10880 10955 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group>
10881 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10956 </trans-unit>
10882 <trans-unit id="5761611056224181752" datatype="html"> 10957 <trans-unit id="5761611056224181752" datatype="html">
10883 <source>Redirection</source> 10958 <source>Redirection</source>
10884 <target state="new">Redirection</target> 10959 <target state="new">Redirection</target>
10885 10960 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group>
10886 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10961 </trans-unit>
10887 <trans-unit id="8858527736400081688"> 10962 <trans-unit id="8858527736400081688">
10888 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10963 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10889 <target>Este vídeo possui conteúdo adulto ou explícito. Você tem certeza que deseja assisti-lo?</target> 10964 <target>Este vídeo possui conteúdo adulto ou explícito. Você tem certeza que deseja assisti-lo?</target>
10890 10965 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group>
10891 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10966 </trans-unit>
10892 <trans-unit id="3937119019020041049"> 10967 <trans-unit id="3937119019020041049">
10893 <source>Mature or explicit content</source> 10968 <source>Mature or explicit content</source>
10894 <target>Conteúdo adulto ou explícito</target> 10969 <target>Conteúdo adulto ou explícito</target>
10895 10970 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group>
10896 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10971 </trans-unit>
10897 <trans-unit id="1755474755114288376" datatype="html"> 10972 <trans-unit id="1755474755114288376" datatype="html">
10898 <source>Up Next</source> 10973 <source>Up Next</source>
10899 <target state="translated">Seguinte</target> 10974 <target state="translated">Seguinte</target>
10900 10975 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group>
10901 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 10976 </trans-unit>
10902 <trans-unit id="2159130950882492111" datatype="html"> 10977 <trans-unit id="2159130950882492111" datatype="html">
10903 <source>Cancel</source> 10978 <source>Cancel</source>
10904 <target state="new">Cancel</target> 10979 <target state="new">Cancel</target>
@@ -10907,84 +10982,84 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10907 <trans-unit id="3354816756665089864" datatype="html"> 10982 <trans-unit id="3354816756665089864" datatype="html">
10908 <source>Autoplay is suspended</source> 10983 <source>Autoplay is suspended</source>
10909 <target state="translated">Auto-leitura está suspensa</target> 10984 <target state="translated">Auto-leitura está suspensa</target>
10910 10985 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group>
10911 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10986 </trans-unit>
10912 <trans-unit id="7895294730547405228" datatype="html"> 10987 <trans-unit id="7895294730547405228" datatype="html">
10913 <source>Enter/exit fullscreen (requires player focus)</source> 10988 <source>Enter/exit fullscreen (requires player focus)</source>
10914 <target state="translated">Entrar/Sair da tela cheia (requer foco do leitor)</target> 10989 <target state="translated">Entrar/Sair da tela cheia (requer foco do leitor)</target>
10915 10990
10916 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10991 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10917 <trans-unit id="7618388257165864759" datatype="html"> 10992 <trans-unit id="7618388257165864759" datatype="html">
10918 <source>Play/Pause the video (requires player focus)</source> 10993 <source>Play/Pause the video (requires player focus)</source>
10919 <target state="translated">Tocar/Pausar o vídeo (requer foco do leitor)</target> 10994 <target state="translated">Tocar/Pausar o vídeo (requer foco do leitor)</target>
10920 10995
10921 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10996 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10922 <trans-unit id="7761890399634216630" datatype="html"> 10997 <trans-unit id="7761890399634216630" datatype="html">
10923 <source>Mute/unmute the video (requires player focus)</source> 10998 <source>Mute/unmute the video (requires player focus)</source>
10924 <target state="translated">Silenciar/Pôr som no vídeo (requer foco do leitor)</target> 10999 <target state="translated">Silenciar/Pôr som no vídeo (requer foco do leitor)</target>
10925 11000
10926 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 11001 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10927 <trans-unit id="5996585232248234904" datatype="html"> 11002 <trans-unit id="5996585232248234904" datatype="html">
10928 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 11003 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10929 <target state="translated">Pular para uma percentagem do vídeo: 0 é 0% e 9 é 90% (requer foco do leitor)</target> 11004 <target state="translated">Pular para uma percentagem do vídeo: 0 é 0% e 9 é 90% (requer foco do leitor)</target>
10930 11005
10931 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 11006 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10932 <trans-unit id="3748765405903319998" datatype="html"> 11007 <trans-unit id="3748765405903319998" datatype="html">
10933 <source>Increase the volume (requires player focus)</source> 11008 <source>Increase the volume (requires player focus)</source>
10934 <target state="translated">Aumentar o volume (requer foco do leitor)</target> 11009 <target state="translated">Aumentar o volume (requer foco do leitor)</target>
10935 11010
10936 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 11011 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10937 <trans-unit id="5810704036407159982" datatype="html"> 11012 <trans-unit id="5810704036407159982" datatype="html">
10938 <source>Decrease the volume (requires player focus)</source> 11013 <source>Decrease the volume (requires player focus)</source>
10939 <target state="translated">Reduzir o volume (requer foco do leitor)</target> 11014 <target state="translated">Reduzir o volume (requer foco do leitor)</target>
10940 11015
10941 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 11016 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10942 <trans-unit id="2622048822548065691" datatype="html"> 11017 <trans-unit id="2622048822548065691" datatype="html">
10943 <source>Seek the video forward (requires player focus)</source> 11018 <source>Seek the video forward (requires player focus)</source>
10944 <target state="translated">Procure o vídeo para frente (requer foco do leitor)</target> 11019 <target state="translated">Procure o vídeo para frente (requer foco do leitor)</target>
10945 11020
10946 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 11021 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10947 <trans-unit id="6540078205109221153" datatype="html"> 11022 <trans-unit id="6540078205109221153" datatype="html">
10948 <source>Seek the video backward (requires player focus)</source> 11023 <source>Seek the video backward (requires player focus)</source>
10949 <target state="translated">Procure o vídeo para trás (requer foco do leitor)</target> 11024 <target state="translated">Procure o vídeo para trás (requer foco do leitor)</target>
10950 11025
10951 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 11026 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10952 <trans-unit id="1956491957766210808" datatype="html"> 11027 <trans-unit id="1956491957766210808" datatype="html">
10953 <source>Increase playback rate (requires player focus)</source> 11028 <source>Increase playback rate (requires player focus)</source>
10954 <target state="translated">Aumenta a taxa de reprodução (requer foco do leitor)</target> 11029 <target state="translated">Aumenta a taxa de reprodução (requer foco do leitor)</target>
10955 11030
10956 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 11031 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10957 <trans-unit id="5495529997674803186" datatype="html"> 11032 <trans-unit id="5495529997674803186" datatype="html">
10958 <source>Decrease playback rate (requires player focus)</source> 11033 <source>Decrease playback rate (requires player focus)</source>
10959 <target state="translated">Diminuir a taxa de reprodução (requer foco do leitor)</target> 11034 <target state="translated">Diminuir a taxa de reprodução (requer foco do leitor)</target>
10960 11035
10961 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 11036 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10962 <trans-unit id="3178343147230721210" datatype="html"> 11037 <trans-unit id="3178343147230721210" datatype="html">
10963 <source>Navigate in the video frame by frame (requires player focus)</source> 11038 <source>Navigate in the video frame by frame (requires player focus)</source>
10964 <target state="translated">Navegue no vídeo quadro por quadro (requer foco do leitor)</target> 11039 <target state="translated">Navegue no vídeo quadro por quadro (requer foco do leitor)</target>
10965 11040
10966 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 11041 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10967 <trans-unit id="8025996572234182184"> 11042 <trans-unit id="8025996572234182184">
10968 <source>Like the video</source> 11043 <source>Like the video</source>
10969 <target>Gostar do vídeo</target> 11044 <target>Gostar do vídeo</target>
10970 11045 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">46</context></context-group>
10971 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">46</context></context-group></trans-unit> 11046 </trans-unit>
10972 <trans-unit id="7692127636377222448"> 11047 <trans-unit id="7692127636377222448">
10973 <source>Dislike the video</source> 11048 <source>Dislike the video</source>
10974 <target>Não gostar do vídeo</target> 11049 <target>Não gostar do vídeo</target>
10975 11050 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">51</context></context-group>
10976 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit> 11051 </trans-unit>
10977 <trans-unit id="1729036051846673606" datatype="html"> 11052 <trans-unit id="1729036051846673606" datatype="html">
10978 <source>When active, the next video is automatically played after the current one.</source> 11053 <source>When active, the next video is automatically played after the current one.</source>
10979 <target state="translated">Quando ativo, o próximo vídeo é automaticamente lido após o vídeo atual.</target> 11054 <target state="translated">Quando ativo, o próximo vídeo é automaticamente lido após o vídeo atual.</target>
10980 11055 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts</context><context context-type="linenumber">61</context></context-group>
10981 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/recommendations/recommended-videos.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit> 11056 </trans-unit>
10982 <trans-unit id="2431286785954354122" datatype="html"> 11057 <trans-unit id="2431286785954354122" datatype="html">
10983 <source>Recently added</source> 11058 <source>Recently added</source>
10984 <target state="new">Recently added</target> 11059 <target state="new">Recently added</target>
10985 11060 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-recently-added.component.ts</context><context context-type="linenumber">37</context></context-group>
10986 11061 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">137</context></context-group>
10987 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-recently-added.component.ts</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">137</context></context-group></trans-unit> 11062 </trans-unit>
10988 <trans-unit id="12646164819555880"> 11063 <trans-unit id="12646164819555880">
10989 <source>Videos from your subscriptions</source> 11064 <source>Videos from your subscriptions</source>
10990 <target>Vídeos de suas inscrições</target> 11065 <target>Vídeos de suas inscrições</target>
@@ -11023,29 +11098,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
11023 <trans-unit id="8681933925782924101" datatype="html"> 11098 <trans-unit id="8681933925782924101" datatype="html">
11024 <source>Local videos</source> 11099 <source>Local videos</source>
11025 <target state="new">Local videos</target> 11100 <target state="new">Local videos</target>
11026 11101 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-local.component.ts</context><context context-type="linenumber">37</context></context-group>
11027 11102 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">70</context></context-group>
11028 11103 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">142</context></context-group>
11029 11104 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">143</context></context-group>
11030 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/video-list/video-local.component.ts</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">70</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">143</context></context-group></trans-unit> 11105 </trans-unit>
11031 <trans-unit id="4668975178372693951" datatype="html"> 11106 <trans-unit id="4668975178372693951" datatype="html">
11032 <source>Discover videos</source> 11107 <source>Discover videos</source>
11033 <target state="new">Discover videos</target> 11108 <target state="new">Discover videos</target>
11034 11109 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">21</context></context-group>
11035 11110 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">124</context></context-group>
11036 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 11111 </trans-unit>
11037 <trans-unit id="8067135025051844577" datatype="html"> 11112 <trans-unit id="8067135025051844577" datatype="html">
11038 <source>Trending videos</source> 11113 <source>Trending videos</source>
11039 <target state="new">Trending videos</target> 11114 <target state="new">Trending videos</target>
11040 11115 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">30</context></context-group>
11041 11116 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">130</context></context-group>
11042 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">30</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">130</context></context-group></trans-unit> 11117 </trans-unit>
11043 <trans-unit id="664221386829541948" datatype="html"> 11118 <trans-unit id="664221386829541948" datatype="html">
11044 <source>Recently added videos</source> 11119 <source>Recently added videos</source>
11045 <target state="new">Recently added videos</target> 11120 <target state="new">Recently added videos</target>
11046 11121 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">43</context></context-group>
11047 11122 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">136</context></context-group>
11048 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/videos-routing.module.ts</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">136</context></context-group></trans-unit> 11123 </trans-unit>
11049 <trans-unit id="8212906256415538361" datatype="html"> 11124 <trans-unit id="8212906256415538361" datatype="html">
11050 <source>Upload a video</source> 11125 <source>Upload a video</source>
11051 <target state="new">Upload a video</target> 11126 <target state="new">Upload a video</target>
diff --git a/client/src/locale/angular.pt-PT.xlf b/client/src/locale/angular.pt-PT.xlf
index 2fbff7854..345deb70a 100644
--- a/client/src/locale/angular.pt-PT.xlf
+++ b/client/src/locale/angular.pt-PT.xlf
@@ -299,7 +299,7 @@
299 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 299 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
300 </target> 300 </target>
301 301
302 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html"> 302 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html">
303 <source>My watch history</source><target state="new">My watch history</target> 303 <source>My watch history</source><target state="new">My watch history</target>
304 304
305 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 305 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
@@ -380,12 +380,12 @@
380 380
381 381
382 382
383 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 383 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
384 <trans-unit id="1006562256968398209" datatype="html"> 384 <trans-unit id="1006562256968398209" datatype="html">
385 <source>video</source> 385 <source>video</source>
386 <target state="new">video</target> 386 <target state="new">video</target>
387 387
388 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 388 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
389 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target> 389 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target>
390 390
391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -447,10 +447,10 @@
447 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 447 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
448 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 448 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
449 449
450 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 450 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
451 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 451 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
452 452
453 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit><trans-unit id="5235042777215655908" datatype="html"> 453 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit><trans-unit id="5235042777215655908" datatype="html">
454 <source>subtitles</source><target state="new">subtitles</target> 454 <source>subtitles</source><target state="new">subtitles</target>
455 455
456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
@@ -661,7 +661,7 @@
661 661
662 662
663 663
664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
665 <source>Only live videos</source><target state="new">Only live videos</target> 665 <source>Only live videos</source><target state="new">Only live videos</target>
666 <context-group purpose="location"> 666 <context-group purpose="location">
667 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 667 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -833,7 +833,7 @@
833 833
834 834
835 835
836 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group></trans-unit> 836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
837 <trans-unit id="1502595455339510144"> 837 <trans-unit id="1502595455339510144">
838 <source> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 838 <source> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
839 <target>Ilimitado 839 <target>Ilimitado
@@ -915,7 +915,31 @@
915 <source>Federation</source> 915 <source>Federation</source>
916 <target state="translated">Federação</target> 916 <target state="translated">Federação</target>
917 917
918 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 918 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
919 <source>Following</source><target state="new">Following</target>
920 <context-group purpose="location">
921 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
922 <context context-type="linenumber">29</context>
923 </context-group>
924 <context-group purpose="location">
925 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
926 <context context-type="linenumber">31</context>
927 </context-group>
928 <context-group purpose="location">
929 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
930 <context context-type="linenumber">28</context>
931 </context-group>
932 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
933 <source>Followers</source><target state="new">Followers</target>
934 <context-group purpose="location">
935 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
936 <context context-type="linenumber">34</context>
937 </context-group>
938 <context-group purpose="location">
939 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
940 <context context-type="linenumber">37</context>
941 </context-group>
942 </trans-unit>
919 <trans-unit id="3541687134897970106" datatype="html"> 943 <trans-unit id="3541687134897970106" datatype="html">
920 <source>followers</source> 944 <source>followers</source>
921 <target state="translated">seguidores</target> 945 <target state="translated">seguidores</target>
@@ -975,7 +999,7 @@
975 999
976 1000
977 1001
978 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 1002 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
979 <trans-unit id="3616223838716839702"> 1003 <trans-unit id="3616223838716839702">
980 <source>Ban this user</source> 1004 <source>Ban this user</source>
981 <target>Banir este utilizador</target> 1005 <target>Banir este utilizador</target>
@@ -1039,17 +1063,11 @@
1039 1063
1040 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7252854992688790751" datatype="html"> 1064 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7252854992688790751" datatype="html">
1041 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1065 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1042 <context-group purpose="location"> 1066
1043 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1067 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="7215649348148521605" datatype="html">
1044 <context context-type="linenumber">60,62</context>
1045 </context-group>
1046 </trans-unit><trans-unit id="7215649348148521605" datatype="html">
1047 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1068 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1048 <context-group purpose="location"> 1069
1049 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1070 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1050 <context context-type="linenumber">65,67</context>
1051 </context-group>
1052 </trans-unit>
1053 <trans-unit id="2392488717875840729"> 1071 <trans-unit id="2392488717875840729">
1054 <source>User</source> 1072 <source>User</source>
1055 <target>Utilizador</target> 1073 <target>Utilizador</target>
@@ -1060,7 +1078,13 @@
1060 <source>Username or email address</source> 1078 <source>Username or email address</source>
1061 <target>Nome de utilizador ou endereço de correio eletrónico</target> 1079 <target>Nome de utilizador ou endereço de correio eletrónico</target>
1062 1080
1063 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 1081 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="1758058452376026925" datatype="html">
1082 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1083 <context-group purpose="location">
1084 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1085 <context context-type="linenumber">33,34</context>
1086 </context-group>
1087 </trans-unit>
1064 1088
1065 <trans-unit id="1431416938026210429"> 1089 <trans-unit id="1431416938026210429">
1066 <source>Password</source> 1090 <source>Password</source>
@@ -1073,50 +1097,44 @@
1073 1097
1074 1098
1075 1099
1076 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1077 <trans-unit id="8715156686857791956" datatype="html"> 1101 <trans-unit id="8715156686857791956" datatype="html">
1078 <source>Click here to reset your password</source> 1102 <source>Click here to reset your password</source>
1079 <target state="translated">Clique aqui para redefinir a sua senha</target> 1103 <target state="translated">Clique aqui para redefinir a sua senha</target>
1080 1104
1081 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html"> 1105 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html">
1082 <source>I forgot my password</source><target state="new">I forgot my password</target> 1106 <source>I forgot my password</source><target state="new">I forgot my password</target>
1083 <context-group purpose="location"> 1107
1084 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1108 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="2101170466365500913" datatype="html">
1085 <context context-type="linenumber">47</context>
1086 </context-group>
1087 </trans-unit><trans-unit id="2101170466365500913" datatype="html">
1088 <source> Logging into an account lets you publish content </source><target state="new"> Logging into an account lets you publish content </target> 1109 <source> Logging into an account lets you publish content </source><target state="new"> Logging into an account lets you publish content </target>
1089 <context-group purpose="location"> 1110
1090 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1111 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1091 <context context-type="linenumber">56,57</context>
1092 </context-group>
1093 </trans-unit>
1094 <trans-unit id="2454050363478003966"> 1112 <trans-unit id="2454050363478003966">
1095 <source>Login</source> 1113 <source>Login</source>
1096 <target>Iniciar sessão</target> 1114 <target>Iniciar sessão</target>
1097 1115
1098 1116
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1117 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1100 <trans-unit id="3183213940445113677" datatype="html"> 1118 <trans-unit id="3183213940445113677" datatype="html">
1101 <source>Or sign in with</source> 1119 <source>Or sign in with</source>
1102 <target state="new">Or sign in with</target> 1120 <target state="new">Or sign in with</target>
1103 1121
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit> 1122 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1105 <trans-unit id="3238209155172574367"> 1123 <trans-unit id="3238209155172574367">
1106 <source>Forgot your password</source> 1124 <source>Forgot your password</source>
1107 <target>Esqueceu-se da sua palavra-passe</target> 1125 <target>Esqueceu-se da sua palavra-passe</target>
1108 1126
1109 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1127 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1110 <trans-unit id="87327320394367488" datatype="html"> 1128 <trans-unit id="87327320394367488" datatype="html">
1111 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1129 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1112 <target state="new"> 1130 <target state="new">
1113 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1131 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1114 </target> 1132 </target>
1115 1133
1116 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit><trans-unit id="3188014010833256853" datatype="html"> 1134 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="3188014010833256853" datatype="html">
1117 <source> Enter your email address and we will send you a link to reset your password. </source><target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1135 <source> Enter your email address and we will send you a link to reset your password. </source><target state="new"> Enter your email address and we will send you a link to reset your password. </target>
1118 1136
1119 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="1190256911880544559" datatype="html"> 1137 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit><trans-unit id="1190256911880544559" datatype="html">
1120 <source>An email with the reset password instructions will be sent to <x id="PH"/>. 1138 <source>An email with the reset password instructions will be sent to <x id="PH"/>.
1121The link will expire within 1 hour.</source><target state="new">An email with the reset password instructions will be sent to <x id="PH"/>. 1139The link will expire within 1 hour.</source><target state="new">An email with the reset password instructions will be sent to <x id="PH"/>.
1122The link will expire within 1 hour.</target> 1140The link will expire within 1 hour.</target>
@@ -1132,17 +1150,17 @@ The link will expire within 1 hour.</target>
1132 1150
1133 1151
1134 1152
1135 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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/+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/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1136 <trans-unit id="3967269098753656610"> 1154 <trans-unit id="3967269098753656610">
1137 <source>Email address</source> 1155 <source>Email address</source>
1138 <target>Endereço de correio eletrónico</target> 1156 <target>Endereço de correio eletrónico</target>
1139 1157
1140 1158
1141 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="7808756054397155068" datatype="html"> 1159 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="7808756054397155068" datatype="html">
1142 <source>Reset</source><target state="new">Reset</target> 1160 <source>Reset</source><target state="new">Reset</target>
1143 1161
1144 <note priority="1" from="description">Password reset button</note> 1162 <note priority="1" from="description">Password reset button</note>
1145 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group></trans-unit> 1163 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1146 1164
1147 1165
1148 <trans-unit id="4319634264526091601" datatype="html"> 1166 <trans-unit id="4319634264526091601" datatype="html">
@@ -1217,7 +1235,7 @@ The link will expire within 1 hour.</target>
1217 Nenhum resultado encontrado 1235 Nenhum resultado encontrado
1218 </target> 1236 </target>
1219 1237
1220 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1238 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1221 <trans-unit id="5500467336262464724"> 1239 <trans-unit id="5500467336262464724">
1222 <source> 1240 <source>
1223 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers 1241 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers
@@ -1226,7 +1244,7 @@ The link will expire within 1 hour.</target>
1226 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscritores 1244 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscritores
1227 </target> 1245 </target>
1228 1246
1229 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1230 <trans-unit id="1516969129397662377" datatype="html"> 1248 <trans-unit id="1516969129397662377" datatype="html">
1231 <source>Welcome to PeerTube, dear administrator!</source> 1249 <source>Welcome to PeerTube, dear administrator!</source>
1232 <target state="translated">Bem-vindo ao PeerTube, caro administrador!</target> 1250 <target state="translated">Bem-vindo ao PeerTube, caro administrador!</target>
@@ -1495,7 +1513,7 @@ The link will expire within 1 hour.</target>
1495 <source>Create an account</source> 1513 <source>Create an account</source>
1496 <target>Criar uma conta</target> 1514 <target>Criar uma conta</target>
1497 1515
1498 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1516 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1499 1517
1500 <trans-unit id="3058024914967508975" datatype="html"> 1518 <trans-unit id="3058024914967508975" datatype="html">
1501 <source>My videos</source><target state="new">My videos</target> 1519 <source>My videos</source><target state="new">My videos</target>
@@ -1541,7 +1559,7 @@ The link will expire within 1 hour.</target>
1541 <target state="new">VIDEOS</target> 1559 <target state="new">VIDEOS</target>
1542 1560
1543 1561
1544 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html"> 1562 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html">
1545 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target> 1563 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target>
1546 1564
1547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html"> 1565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html">
@@ -1609,7 +1627,7 @@ The link will expire within 1 hour.</target>
1609 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4424964105331349857" datatype="html"> 1627 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4424964105331349857" datatype="html">
1610 <source>I'm a teapot</source><target state="new">I'm a teapot</target> 1628 <source>I'm a teapot</source><target state="new">I'm a teapot</target>
1611 1629
1612 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="1597262876035959248" datatype="html"> 1630 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1597262876035959248" datatype="html">
1613 <source>That's an error.</source><target state="new">That's an error.</target> 1631 <source>That's an error.</source><target state="new">That's an error.</target>
1614 <context-group purpose="location"> 1632 <context-group purpose="location">
1615 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1633 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
@@ -1675,7 +1693,7 @@ The link will expire within 1 hour.</target>
1675 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="2971365540217107489" datatype="html"> 1693 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="2971365540217107489" datatype="html">
1676 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1694 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1677 1695
1678 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 1696 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1679 1697
1680 <trans-unit id="5131854469652959713" datatype="html"> 1698 <trans-unit id="5131854469652959713" datatype="html">
1681 <source>GLOBAL SEARCH</source> 1699 <source>GLOBAL SEARCH</source>
@@ -1761,7 +1779,7 @@ The link will expire within 1 hour.</target>
1761 1779
1762 1780
1763 1781
1764 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1782 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1765 <source>Display only</source><target state="new">Display only</target> 1783 <source>Display only</source><target state="new">Display only</target>
1766 <context-group purpose="location"> 1784 <context-group purpose="location">
1767 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1785 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1799,7 +1817,7 @@ The link will expire within 1 hour.</target>
1799 <target>Duração</target> 1817 <target>Duração</target>
1800 1818
1801 1819
1802 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1820 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1803 <trans-unit id="3589238979642505685"> 1821 <trans-unit id="3589238979642505685">
1804 <source>Display sensitive content</source> 1822 <source>Display sensitive content</source>
1805 <target>Visualizar conteúdo sensível</target> 1823 <target>Visualizar conteúdo sensível</target>
@@ -1821,7 +1839,7 @@ The link will expire within 1 hour.</target>
1821 1839
1822 1840
1823 1841
1824 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1842 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1825 <trans-unit id="5478121364779850827" datatype="html"> 1843 <trans-unit id="5478121364779850827" datatype="html">
1826 <source>Reset</source> 1844 <source>Reset</source>
1827 <target state="translated">Redefinir</target> 1845 <target state="translated">Redefinir</target>
@@ -1842,7 +1860,7 @@ The link will expire within 1 hour.</target>
1842 1860
1843 1861
1844 1862
1845 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1863 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1846 <trans-unit id="4184995865179898060" datatype="html"> 1864 <trans-unit id="4184995865179898060" datatype="html">
1847 <source>Display all licenses</source> 1865 <source>Display all licenses</source>
1848 <target state="new">Display all licenses</target> 1866 <target state="new">Display all licenses</target>
@@ -1855,7 +1873,7 @@ The link will expire within 1 hour.</target>
1855 1873
1856 1874
1857 1875
1858 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1876 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1859 <trans-unit id="7904142744051432458" datatype="html"> 1877 <trans-unit id="7904142744051432458" datatype="html">
1860 <source>Display all languages</source> 1878 <source>Display all languages</source>
1861 <target state="new">Display all languages</target> 1879 <target state="new">Display all languages</target>
@@ -1870,17 +1888,23 @@ The link will expire within 1 hour.</target>
1870 <source>One of these tags</source> 1888 <source>One of these tags</source>
1871 <target>Uma destas etiquetas</target> 1889 <target>Uma destas etiquetas</target>
1872 1890
1873 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1891 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1892 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1893 <context-group purpose="location">
1894 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1895 <context context-type="linenumber">178</context>
1896 </context-group>
1897 </trans-unit>
1874 <trans-unit id="283421392567624698" datatype="html"> 1898 <trans-unit id="283421392567624698" datatype="html">
1875 <source>Search target</source> 1899 <source>Search target</source>
1876 <target state="new">Search target</target> 1900 <target state="new">Search target</target>
1877 1901
1878 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1902 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1879 <trans-unit id="2489767671380266270" datatype="html"> 1903 <trans-unit id="2489767671380266270" datatype="html">
1880 <source>Vidiverse</source> 1904 <source>Vidiverse</source>
1881 <target state="new">Vidiverse</target> 1905 <target state="new">Vidiverse</target>
1882 1906
1883 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1907 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1884 <trans-unit id="5478121364779850827" datatype="html"> 1908 <trans-unit id="5478121364779850827" datatype="html">
1885 <source>Reset</source> 1909 <source>Reset</source>
1886 <target state="new"> 1910 <target state="new">
@@ -1892,7 +1916,7 @@ The link will expire within 1 hour.</target>
1892 <source>Filter</source> 1916 <source>Filter</source>
1893 <target>Filtro</target> 1917 <target>Filtro</target>
1894 1918
1895 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1919 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1896 1920
1897 <trans-unit id="6479885129995567639" datatype="html"> 1921 <trans-unit id="6479885129995567639" datatype="html">
1898 <source>Video channels</source> 1922 <source>Video channels</source>
@@ -1931,7 +1955,7 @@ The link will expire within 1 hour.</target>
1931 <target>Tags</target> 1955 <target>Tags</target>
1932 1956
1933 1957
1934 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1958 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1935 <trans-unit id="354332809647287722" datatype="html"> 1959 <trans-unit id="354332809647287722" datatype="html">
1936 <source> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1960 <source> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1937 <target state="new"> 1961 <target state="new">
@@ -2365,7 +2389,7 @@ The link will expire within 1 hour.</target>
2365 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2389 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2366 <source>Upload on hold</source><target state="new">Upload on hold</target> 2390 <source>Upload on hold</source><target state="new">Upload on hold</target>
2367 2391
2368 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2392 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2369 <trans-unit id="285180972645018518" datatype="html"> 2393 <trans-unit id="285180972645018518" datatype="html">
2370 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2394 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2371 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2395 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2690,13 +2714,19 @@ The link will expire within 1 hour.</target>
2690 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2714 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2691 <source>Origin</source><target state="new">Origin</target> 2715 <source>Origin</source><target state="new">Origin</target>
2692 2716
2693 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2717 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2718 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2719 <context-group purpose="location">
2720 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2721 <context context-type="linenumber">14</context>
2722 </context-group>
2723 </trans-unit>
2694 2724
2695 <trans-unit id="5139892963394684487" datatype="html"> 2725 <trans-unit id="5139892963394684487" datatype="html">
2696 <source>Originally published</source> 2726 <source>Originally published</source>
2697 <target state="new">Originally published</target> 2727 <target state="new">Originally published</target>
2698 2728
2699 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2729 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2700 <trans-unit id="6402393085909200998" datatype="html"> 2730 <trans-unit id="6402393085909200998" datatype="html">
2701 <source>Friendly Reminder:</source> 2731 <source>Friendly Reminder:</source>
2702 <target state="translated">Nota Amigável:</target> 2732 <target state="translated">Nota Amigável:</target>
@@ -3029,11 +3059,7 @@ The link will expire within 1 hour.</target>
3029 <target>ID</target> 3059 <target>ID</target>
3030 3060
3031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit> 3061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3032 <trans-unit id="2265605798180116441" datatype="html"> 3062
3033 <source>Follower handle</source>
3034 <target state="new">Follower handle</target>
3035
3036 <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>
3037 <trans-unit id="5911214550882917183"> 3063 <trans-unit id="5911214550882917183">
3038 <source>State</source> 3064 <source>State</source>
3039 <target>Estado</target> 3065 <target>Estado</target>
@@ -3115,11 +3141,7 @@ The link will expire within 1 hour.</target>
3115 </target> 3141 </target>
3116 3142
3117 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 3143 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
3118 <trans-unit id="6641024648411549335"> 3144
3119 <source>Host</source>
3120 <target>Host</target>
3121
3122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3123 <trans-unit id="6571718060636962350" datatype="html"> 3145 <trans-unit id="6571718060636962350" datatype="html">
3124 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3146 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3125 <target state="new">Redundancy allowed 3147 <target state="new">Redundancy allowed
@@ -3130,7 +3152,7 @@ The link will expire within 1 hour.</target>
3130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html"> 3152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html">
3131 <source>Unfollow</source><target state="new">Unfollow</target> 3153 <source>Unfollow</source><target state="new">Unfollow</target>
3132 3154
3133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3134 <trans-unit id="8246779176913476983" datatype="html"> 3156 <trans-unit id="8246779176913476983" datatype="html">
3135 <source>Open instance in a new tab</source> 3157 <source>Open instance in a new tab</source>
3136 <target state="translated">Abre instância numa nova tabulação</target> 3158 <target state="translated">Abre instância numa nova tabulação</target>
@@ -3142,12 +3164,12 @@ The link will expire within 1 hour.</target>
3142 <source>No host found matching current filters.</source> 3164 <source>No host found matching current filters.</source>
3143 <target state="translated">Não encontrou algum host que corresponda aos filtros actuais.</target> 3165 <target state="translated">Não encontrou algum host que corresponda aos filtros actuais.</target>
3144 3166
3145 <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> 3167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3146 <trans-unit id="7274241885665071790" datatype="html"> 3168 <trans-unit id="7274241885665071790" datatype="html">
3147 <source>Your instance is not following anyone.</source> 3169 <source>Your instance is not following anyone.</source>
3148 <target state="translated">A sua instância não está a seguir alguém.</target> 3170 <target state="translated">A sua instância não está a seguir alguém.</target>
3149 3171
3150 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3172 <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>
3151 <trans-unit id="4774348799569692380" datatype="html"> 3173 <trans-unit id="4774348799569692380" datatype="html">
3152 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3174 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3153 <target state="translated"> 3175 <target state="translated">
@@ -3157,14 +3179,7 @@ The link will expire within 1 hour.</target>
3157 </target> 3179 </target>
3158 3180
3159 <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></trans-unit> 3181 <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></trans-unit>
3160 <trans-unit id="6275803119759621687" datatype="html"> 3182 <trans-unit id="9216117865911519658" datatype="html">
3161 <source>Follow domains</source>
3162 <target state="translated">Siga domínios</target>
3163
3164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="1268699198448750610" datatype="html">
3165 <source>Follow instances</source><target state="new">Follow instances</target>
3166
3167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
3168 <source>Action</source><target state="new">Action</target> 3183 <source>Action</source><target state="new">Action</target>
3169 3184
3170 3185
@@ -3214,7 +3229,7 @@ The link will expire within 1 hour.</target>
3214 3229
3215 3230
3216 3231
3217 <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><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/+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></trans-unit><trans-unit id="5428411040014095392" datatype="html"> 3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="5428411040014095392" datatype="html">
3218 <source>e.g. jane_doe</source><target state="new">e.g. jane_doe</target> 3233 <source>e.g. jane_doe</source><target state="new">e.g. jane_doe</target>
3219 3234
3220 <note priority="1" from="description">Username choice placeholder in the registration form</note> 3235 <note priority="1" from="description">Username choice placeholder in the registration form</note>
@@ -3242,7 +3257,7 @@ The link will expire within 1 hour.</target>
3242 <target>Papel</target> 3257 <target>Papel</target>
3243 3258
3244 3259
3245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group></trans-unit> 3260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3246 <trans-unit id="7046347992315328430" datatype="html"> 3261 <trans-unit id="7046347992315328430" datatype="html">
3247 <source> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3262 <source> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3248 <target state="translated">Transcodificação está activada. A quota de vídeos tem em conta apenas o tamanho de vídeo 3263 <target state="translated">Transcodificação está activada. A quota de vídeos tem em conta apenas o tamanho de vídeo
@@ -3262,15 +3277,9 @@ The link will expire within 1 hour.</target>
3262 3277
3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html"> 3278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html">
3264 <source>Auth plugin</source><target state="new">Auth plugin</target> 3279 <source>Auth plugin</source><target state="new">Auth plugin</target>
3265 <context-group purpose="location"> 3280
3266 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3281
3267 <context context-type="linenumber">188</context> 3282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="588099657508661970" datatype="html">
3268 </context-group>
3269 <context-group purpose="location">
3270 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3271 <context context-type="linenumber">188</context>
3272 </context-group>
3273 </trans-unit><trans-unit id="588099657508661970" datatype="html">
3274 <source>None (local authentication)</source><target state="new">None (local authentication)</target> 3283 <source>None (local authentication)</source><target state="new">None (local authentication)</target>
3275 <context-group purpose="location"> 3284 <context-group purpose="location">
3276 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3285 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
@@ -3495,7 +3504,13 @@ The link will expire within 1 hour.</target>
3495 3504
3496 3505
3497 3506
3498 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4691552465058437520" datatype="html"> 3507 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3508 <source>Follower</source><target state="new">Follower</target>
3509 <context-group purpose="location">
3510 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3511 <context context-type="linenumber">24</context>
3512 </context-group>
3513 </trans-unit><trans-unit id="4691552465058437520" datatype="html">
3499 <source>Commented video</source><target state="new">Commented video</target> 3514 <source>Commented video</source><target state="new">Commented video</target>
3500 3515
3501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="7266085473379376028" datatype="html"> 3516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="7266085473379376028" datatype="html">
@@ -3528,35 +3543,20 @@ The link will expire within 1 hour.</target>
3528 3543
3529 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3530 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3545 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3531 <context-group purpose="location"> 3546
3532 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3547 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3533 <context context-type="linenumber">42</context>
3534 </context-group>
3535 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3536 <source>Accepted reports</source><target state="new">Accepted reports</target> 3548 <source>Accepted reports</source><target state="new">Accepted reports</target>
3537 <context-group purpose="location"> 3549
3538 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3550 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3539 <context context-type="linenumber">46</context>
3540 </context-group>
3541 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3542 <source>Refused reports</source><target state="new">Refused reports</target> 3551 <source>Refused reports</source><target state="new">Refused reports</target>
3543 <context-group purpose="location"> 3552
3544 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3553 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3545 <context context-type="linenumber">50</context>
3546 </context-group>
3547 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3548 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3554 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3549 <context-group purpose="location"> 3555
3550 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3556 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3551 <context context-type="linenumber">54</context>
3552 </context-group>
3553 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3554 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3557 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3555 <context-group purpose="location"> 3558
3556 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3559 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3557 <context context-type="linenumber">58</context>
3558 </context-group>
3559 </trans-unit>
3560 <trans-unit id="4678289986918934018" datatype="html"> 3560 <trans-unit id="4678289986918934018" datatype="html">
3561 <source>Block reason:</source> 3561 <source>Block reason:</source>
3562 <target state="new">Block reason:</target> 3562 <target state="new">Block reason:</target>
@@ -3573,17 +3573,11 @@ The link will expire within 1 hour.</target>
3573 3573
3574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3575 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3575 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3576 <context-group purpose="location"> 3576
3577 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3578 <context context-type="linenumber">31</context>
3579 </context-group>
3580 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3581 <source>Manual blocks</source><target state="new">Manual blocks</target> 3578 <source>Manual blocks</source><target state="new">Manual blocks</target>
3582 <context-group purpose="location"> 3579
3583 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3584 <context context-type="linenumber">35</context>
3585 </context-group>
3586 </trans-unit>
3587 <trans-unit id="2143435845912984377" datatype="html"> 3581 <trans-unit id="2143435845912984377" datatype="html">
3588 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3582 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3589 <target state="new">Showing 3583 <target state="new">Showing
@@ -3767,7 +3761,7 @@ The link will expire within 1 hour.</target>
3767 3761
3768 3762
3769 3763
3770 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3764 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3771 <trans-unit id="1300704815627663264"> 3765 <trans-unit id="1300704815627663264">
3772 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3766 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3773 <target state="new">Muted at 3767 <target state="new">Muted at
@@ -3813,7 +3807,7 @@ The link will expire within 1 hour.</target>
3813 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3807 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3814 <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> 3808 <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>
3815 3809
3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3817 <trans-unit id="4058814854824495833" datatype="html"> 3811 <trans-unit id="4058814854824495833" datatype="html">
3818 <source>Mute domains</source> 3812 <source>Mute domains</source>
3819 <target state="translated">Silenciar domínios</target> 3813 <target state="translated">Silenciar domínios</target>
@@ -3879,7 +3873,7 @@ The link will expire within 1 hour.</target>
3879 <target>Pesquisar</target> 3873 <target>Pesquisar</target>
3880 3874
3881 3875
3882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3883 <trans-unit id="8630916846096019339" datatype="html"> 3877 <trans-unit id="8630916846096019339" datatype="html">
3884 <source>Users can resolve distant content</source> 3878 <source>Users can resolve distant content</source>
3885 <target state="translated">Utilizadores podem encontrar conteúdo distante</target> 3879 <target state="translated">Utilizadores podem encontrar conteúdo distante</target>
@@ -5618,11 +5612,8 @@ color: red;
5618 5612
5619 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 5613 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
5620 <source>CHANNELS</source><target state="new">CHANNELS</target> 5614 <source>CHANNELS</source><target state="new">CHANNELS</target>
5621 <context-group purpose="location"> 5615
5622 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5616 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5623 <context context-type="linenumber">82</context>
5624 </context-group>
5625 </trans-unit>
5626 5617
5627 <trans-unit id="3666829335406793239" datatype="html"> 5618 <trans-unit id="3666829335406793239" datatype="html">
5628 <source>This account does not have channels.</source> 5619 <source>This account does not have channels.</source>
@@ -5660,7 +5651,13 @@ channel with the same name (<x id="PH_2"/>)!</source><target state="new">Do you
5660It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 5651It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
5661channel with the same name (<x id="PH_2"/>)!</target> 5652channel with the same name (<x id="PH_2"/>)!</target>
5662 5653
5663 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 5654 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
5655 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5656 <context-group purpose="location">
5657 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5658 <context context-type="linenumber">48</context>
5659 </context-group>
5660 </trans-unit>
5664 <trans-unit id="5387007581996837469" datatype="html"> 5661 <trans-unit id="5387007581996837469" datatype="html">
5665 <source>My Channels</source> 5662 <source>My Channels</source>
5666 <target state="new">My Channels</target> 5663 <target state="new">My Channels</target>
@@ -6250,12 +6247,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6250 <source>Your message has been sent.</source> 6247 <source>Your message has been sent.</source>
6251 <target state="new">Your message has been sent.</target> 6248 <target state="new">Your message has been sent.</target>
6252 6249
6253 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6250 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6254 <trans-unit id="2072135752262464360"> 6251 <trans-unit id="2072135752262464360">
6255 <source>You already sent this form recently</source> 6252 <source>You already sent this form recently</source>
6256 <target state="new">You already sent this form recently</target> 6253 <target state="new">You already sent this form recently</target>
6257 6254
6258 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6255 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6259 <trans-unit id="819067926858619041" datatype="html"> 6256 <trans-unit id="819067926858619041" datatype="html">
6260 <source>Account videos</source><target state="new">Account videos</target> 6257 <source>Account videos</source><target state="new">Account videos</target>
6261 6258
@@ -6290,10 +6287,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
6290 <x id="PH"/> direct account followers 6287 <x id="PH"/> direct account followers
6291 </target> 6288 </target>
6292 6289
6293 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit><trans-unit id="6250999352462648289" datatype="html"> 6290 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="6250999352462648289" datatype="html">
6294 <source>Report this account</source><target state="new">Report this account</target> 6291 <source>Report this account</source><target state="new">Report this account</target>
6295 6292
6296 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 6293 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6297 6294
6298 <trans-unit id="1504521795586863905" datatype="html"> 6295 <trans-unit id="1504521795586863905" datatype="html">
6299 <source>VIDEOS</source><target state="new">VIDEOS</target> 6296 <source>VIDEOS</source><target state="new">VIDEOS</target>
@@ -6305,24 +6302,16 @@ channel with the same name (<x id="PH_2"/>)!</target>
6305 <target state="new">Username copied</target> 6302 <target state="new">Username copied</target>
6306 6303
6307 6304
6308 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="9221735175659318025" datatype="html"> 6305 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="9221735175659318025" datatype="html">
6309 <source>1 subscriber</source><target state="new">1 subscriber</target> 6306 <source>1 subscriber</source><target state="new">1 subscriber</target>
6310 6307
6311 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="4097331874769079975" datatype="html"> 6308 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit><trans-unit id="4097331874769079975" datatype="html">
6312 <source><x id="PH"/> subscribers</source><target state="new"><x id="PH"/> subscribers</target> 6309 <source><x id="PH"/> subscribers</source><target state="new"><x id="PH"/> subscribers</target>
6313 6310
6314 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 6311 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6312
6313
6315 6314
6316 <trans-unit id="4682675125751819107" datatype="html">
6317 <source>Instances you follow</source>
6318 <target state="new">Instances you follow</target>
6319
6320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6321 <trans-unit id="8899833753704589712" datatype="html">
6322 <source>Instances following you</source>
6323 <target state="new">Instances following you</target>
6324
6325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6326 <trans-unit id="1035838766454786107" datatype="html"> 6315 <trans-unit id="1035838766454786107" datatype="html">
6327 <source>Audio-only</source> 6316 <source>Audio-only</source>
6328 <target state="new">Audio-only</target> 6317 <target state="new">Audio-only</target>
@@ -6370,7 +6359,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6370 <source>Auto (via ffmpeg)</source> 6359 <source>Auto (via ffmpeg)</source>
6371 <target state="new">Auto (via ffmpeg)</target> 6360 <target state="new">Auto (via ffmpeg)</target>
6372 6361
6373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="931255636742351800" datatype="html"> 6362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="3642770981085338761" datatype="html">
6363 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6364 <context-group purpose="location">
6365 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6366 <context context-type="linenumber">3</context>
6367 </context-group>
6368 </trans-unit><trans-unit id="931255636742351800" datatype="html">
6374 <source>No limit</source><target state="new">No limit</target> 6369 <source>No limit</source><target state="new">No limit</target>
6375 6370
6376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="5250062810079582285" datatype="html"> 6371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="5250062810079582285" datatype="html">
@@ -6489,17 +6484,33 @@ channel with the same name (<x id="PH_2"/>)!</target>
6489 <source>Domain is required.</source> 6484 <source>Domain is required.</source>
6490 <target state="new">Domain is required.</target> 6485 <target state="new">Domain is required.</target>
6491 6486
6492 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 6487 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6493 <trans-unit id="6780793142903080663" datatype="html"> 6488 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6494 <source>Domains entered are invalid.</source> 6489 <context-group purpose="location">
6495 <target state="new">Domains entered are invalid.</target> 6490 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6496 6491 <context context-type="linenumber">93</context>
6497 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 6492 </context-group>
6498 <trans-unit id="5886492514458202177" datatype="html"> 6493 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6499 <source>Domains entered contain duplicates.</source> 6494 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6500 <target state="new">Domains entered contain duplicates.</target> 6495 <context-group purpose="location">
6501 6496 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 6497 <context context-type="linenumber">94</context>
6498 </context-group>
6499 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6500 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6501 <context-group purpose="location">
6502 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6503 <context context-type="linenumber">102</context>
6504 </context-group>
6505 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6506 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6507 <context-group purpose="location">
6508 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6509 <context context-type="linenumber">103</context>
6510 </context-group>
6511 </trans-unit>
6512
6513
6503 <trans-unit id="240806681889331244"> 6514 <trans-unit id="240806681889331244">
6504 <source>Unlimited</source> 6515 <source>Unlimited</source>
6505 <target>Ilimitado</target> 6516 <target>Ilimitado</target>
@@ -6630,7 +6641,27 @@ channel with the same name (<x id="PH_2"/>)!</target>
6630 <x id="PH"/> removed from instance followers 6641 <x id="PH"/> removed from instance followers
6631 </target> 6642 </target>
6632 6643
6633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit> 6644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="6018246591673612412" datatype="html">
6645 <source>Follow</source><target state="new">Follow</target>
6646 <context-group purpose="location">
6647 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6648 <context context-type="linenumber">3</context>
6649 </context-group>
6650 <context-group purpose="location">
6651 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6652 <context context-type="linenumber">37</context>
6653 </context-group>
6654 <context-group purpose="location">
6655 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6656 <context context-type="linenumber">18</context>
6657 </context-group>
6658 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6659 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6660 <context-group purpose="location">
6661 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6662 <context context-type="linenumber">11</context>
6663 </context-group>
6664 </trans-unit>
6634 <trans-unit id="2740793005745065895"> 6665 <trans-unit id="2740793005745065895">
6635 <source> 6666 <source>
6636 <x id="PH"/> is not valid 6667 <x id="PH"/> is not valid
@@ -6639,19 +6670,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
6639 <x id="PH"/> não é válido 6670 <x id="PH"/> não é válido
6640 </target> 6671 </target>
6641 6672
6642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group></trans-unit> 6673 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6643 <trans-unit id="2355066641781598196"> 6674 <trans-unit id="2355066641781598196">
6644 <source>Follow request(s) sent!</source> 6675 <source>Follow request(s) sent!</source>
6645 <target>Solicitação de seguir(s) enviada!</target> 6676 <target>Solicitação de seguir(s) enviada!</target>
6646 6677
6647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit> 6678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6679 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6680 <context-group purpose="location">
6681 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6682 <context context-type="linenumber">3</context>
6683 </context-group>
6684 </trans-unit>
6648 <trans-unit id="4245720728052819482"> 6685 <trans-unit id="4245720728052819482">
6649 <source>Do you really want to unfollow <x id="PH"/>?</source> 6686 <source>Do you really want to unfollow <x id="PH"/>?</source>
6650 <target>Você realmente deseja parar de seguir 6687 <target>Você realmente deseja parar de seguir
6651 <x id="PH"/>? 6688 <x id="PH"/>?
6652 </target> 6689 </target>
6653 6690
6654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 6691 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6655 <trans-unit id="9160510009013134726"> 6692 <trans-unit id="9160510009013134726">
6656 <source>Unfollow</source> 6693 <source>Unfollow</source>
6657 <target>Parar de seguir</target> 6694 <target>Parar de seguir</target>
@@ -6663,7 +6700,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6663 <x id="PH"/>. 6700 <x id="PH"/>.
6664 </target> 6701 </target>
6665 6702
6666 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 6703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6667 <trans-unit id="2593763089859685916"> 6704 <trans-unit id="2593763089859685916">
6668 <source>enabled</source> 6705 <source>enabled</source>
6669 <target state="new">enabled</target> 6706 <target state="new">enabled</target>
@@ -6780,114 +6817,114 @@ channel with the same name (<x id="PH_2"/>)!</target>
6780 <target state="new">Internal actions</target> 6817 <target state="new">Internal actions</target>
6781 6818
6782 6819
6783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 6820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6784 <trans-unit id="4559872264406386913" datatype="html"> 6821 <trans-unit id="4559872264406386913" datatype="html">
6785 <source>Delete report</source> 6822 <source>Delete report</source>
6786 <target state="new">Delete report</target> 6823 <target state="new">Delete report</target>
6787 6824
6788 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 6825 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6789 <trans-unit id="5793550984155962433" datatype="html"> 6826 <trans-unit id="5793550984155962433" datatype="html">
6790 <source>Actions for the flagged account</source> 6827 <source>Actions for the flagged account</source>
6791 <target state="new">Actions for the flagged account</target> 6828 <target state="new">Actions for the flagged account</target>
6792 6829
6793 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6830 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
6794 <trans-unit id="1679841953757186358"> 6831 <trans-unit id="1679841953757186358">
6795 <source>Mark as accepted</source> 6832 <source>Mark as accepted</source>
6796 <target>Marcar como aceito</target> 6833 <target>Marcar como aceito</target>
6797 6834
6798 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 6835 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
6799 <trans-unit id="7993358694073742566"> 6836 <trans-unit id="7993358694073742566">
6800 <source>Mark as rejected</source> 6837 <source>Mark as rejected</source>
6801 <target>Marcar como rejeitado</target> 6838 <target>Marcar como rejeitado</target>
6802 6839
6803 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 6840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
6804 <trans-unit id="4175703770051343108" datatype="html"> 6841 <trans-unit id="4175703770051343108" datatype="html">
6805 <source>Add internal note</source> 6842 <source>Add internal note</source>
6806 <target state="new">Add internal note</target> 6843 <target state="new">Add internal note</target>
6807 6844
6808 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 6845 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
6809 <trans-unit id="296166371893775555" datatype="html"> 6846 <trans-unit id="296166371893775555" datatype="html">
6810 <source>Actions for the video</source> 6847 <source>Actions for the video</source>
6811 <target state="new">Actions for the video</target> 6848 <target state="new">Actions for the video</target>
6812 6849
6813 6850
6814 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 6851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
6815 <trans-unit id="3924877328520650445" datatype="html"> 6852 <trans-unit id="3924877328520650445" datatype="html">
6816 <source>Block video</source> 6853 <source>Block video</source>
6817 <target state="new">Block video</target> 6854 <target state="new">Block video</target>
6818 6855
6819 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 6856 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
6820 <trans-unit id="4762794934098378428" datatype="html"> 6857 <trans-unit id="4762794934098378428" datatype="html">
6821 <source>Video blocked.</source> 6858 <source>Video blocked.</source>
6822 <target state="new">Video blocked.</target> 6859 <target state="new">Video blocked.</target>
6823 6860
6824 6861
6825 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6862 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
6826 <trans-unit id="4328862996304258770" datatype="html"> 6863 <trans-unit id="4328862996304258770" datatype="html">
6827 <source>Unblock video</source> 6864 <source>Unblock video</source>
6828 <target state="new">Unblock video</target> 6865 <target state="new">Unblock video</target>
6829 6866
6830 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 6867 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
6831 <trans-unit id="9065327551191479877" datatype="html"> 6868 <trans-unit id="9065327551191479877" datatype="html">
6832 <source>Video unblocked.</source> 6869 <source>Video unblocked.</source>
6833 <target state="new">Video unblocked.</target> 6870 <target state="new">Video unblocked.</target>
6834 6871
6835 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 6872 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
6836 <trans-unit id="1250415136605923486"> 6873 <trans-unit id="1250415136605923486">
6837 <source>Do you really want to delete this abuse report?</source> 6874 <source>Do you really want to delete this abuse report?</source>
6838 <target state="new">Do you really want to delete this abuse report?</target> 6875 <target state="new">Do you really want to delete this abuse report?</target>
6839 6876
6840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 6877 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
6841 <trans-unit id="3482559157143817408"> 6878 <trans-unit id="3482559157143817408">
6842 <source>Abuse deleted.</source> 6879 <source>Abuse deleted.</source>
6843 <target>Abuso deletado.</target> 6880 <target>Abuso deletado.</target>
6844 6881
6845 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 6882 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
6846 <trans-unit id="6282990098351939529" datatype="html"> 6883 <trans-unit id="6282990098351939529" datatype="html">
6847 <source>Deleted comment</source> 6884 <source>Deleted comment</source>
6848 <target state="new">Deleted comment</target> 6885 <target state="new">Deleted comment</target>
6849 6886
6850 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 6887 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
6851 <trans-unit id="9196775343330824083" datatype="html"> 6888 <trans-unit id="9196775343330824083" datatype="html">
6852 <source>Messages with reporter</source> 6889 <source>Messages with reporter</source>
6853 <target state="new">Messages with reporter</target> 6890 <target state="new">Messages with reporter</target>
6854 6891
6855 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 6892 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
6856 <trans-unit id="8770468575924421391" datatype="html"> 6893 <trans-unit id="8770468575924421391" datatype="html">
6857 <source>Messages with moderators</source> 6894 <source>Messages with moderators</source>
6858 <target state="new">Messages with moderators</target> 6895 <target state="new">Messages with moderators</target>
6859 6896
6860 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 6897 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
6861 <trans-unit id="8528549800795985099" datatype="html"> 6898 <trans-unit id="8528549800795985099" datatype="html">
6862 <source>Update internal note</source> 6899 <source>Update internal note</source>
6863 <target state="new">Update internal note</target> 6900 <target state="new">Update internal note</target>
6864 6901
6865 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 6902 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
6866 <trans-unit id="3962242315365992494" datatype="html"> 6903 <trans-unit id="3962242315365992494" datatype="html">
6867 <source>Switch video block to manual</source> 6904 <source>Switch video block to manual</source>
6868 <target state="new">Switch video block to manual</target> 6905 <target state="new">Switch video block to manual</target>
6869 6906
6870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
6871 <trans-unit id="6906423861055262169" datatype="html"> 6908 <trans-unit id="6906423861055262169" datatype="html">
6872 <source>Video <x id="PH"/> switched to manual block.</source> 6909 <source>Video <x id="PH"/> switched to manual block.</source>
6873 <target state="new">Video 6910 <target state="new">Video
6874 <x id="PH"/> switched to manual block. 6911 <x id="PH"/> switched to manual block.
6875 </target> 6912 </target>
6876 6913
6877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 6914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
6878 <trans-unit id="7293356040886494773" datatype="html"> 6915 <trans-unit id="7293356040886494773" datatype="html">
6879 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 6916 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
6880 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 6917 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
6881 6918
6882 6919
6883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 6920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
6884 <trans-unit id="4859202148272511129" datatype="html"> 6921 <trans-unit id="4859202148272511129" datatype="html">
6885 <source>Unblock</source> 6922 <source>Unblock</source>
6886 <target state="new">Unblock</target> 6923 <target state="new">Unblock</target>
6887 6924
6888 6925
6889 6926
6890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
6891 <trans-unit id="4922469417589203720" datatype="html"> 6928 <trans-unit id="4922469417589203720" datatype="html">
6892 <source>Video <x id="PH"/> unblocked.</source> 6929 <source>Video <x id="PH"/> unblocked.</source>
6893 <target state="new">Video 6930 <target state="new">Video
@@ -6895,7 +6932,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6895 </target> 6932 </target>
6896 6933
6897 6934
6898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 6935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
6899 <trans-unit id="6286037250766429054"> 6936 <trans-unit id="6286037250766429054">
6900 <source>yes</source> 6937 <source>yes</source>
6901 <target state="new">yes</target> 6938 <target state="new">yes</target>
@@ -7121,7 +7158,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7121 7158
7122 7159
7123 7160
7124 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit> 7161 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7125 <trans-unit id="5076187961693950167" datatype="html"> 7162 <trans-unit id="5076187961693950167" datatype="html">
7126 <source>Standard logs</source> 7163 <source>Standard logs</source>
7127 <target state="new">Standard logs</target> 7164 <target state="new">Standard logs</target>
@@ -7159,13 +7196,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7159 <source>Update user password</source> 7196 <source>Update user password</source>
7160 <target state="new">Update user password</target> 7197 <target state="new">Update user password</target>
7161 7198
7162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit><trans-unit id="177544274549739411" datatype="html"> 7199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit>
7163 <source>Following list</source><target state="new">Following list</target>
7164
7165 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group></trans-unit><trans-unit id="8092429110007204784" datatype="html">
7166 <source>Followers list</source><target state="new">Followers list</target>
7167
7168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group></trans-unit>
7169 <trans-unit id="780323526182667308" datatype="html"> 7200 <trans-unit id="780323526182667308" datatype="html">
7170 <source>User <x id="PH"/> updated.</source> 7201 <source>User <x id="PH"/> updated.</source>
7171 <target state="new">User 7202 <target state="new">User
@@ -7196,13 +7227,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7196 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="8564701209009684429" datatype="html"> 7227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="8564701209009684429" datatype="html">
7197 <source>Federation</source><target state="new">Federation</target> 7228 <source>Federation</source><target state="new">Federation</target>
7198 7229
7199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="4682675125751819107" datatype="html"> 7230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit>
7200 <source>Instances you follow</source><target state="new">Instances you follow</target>
7201
7202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8899833753704589712" datatype="html">
7203 <source>Instances following you</source><target state="new">Instances following you</target>
7204
7205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit>
7206 <trans-unit id="3767259920053407667" datatype="html"> 7231 <trans-unit id="3767259920053407667" datatype="html">
7207 <source>Videos will be deleted, comments will be tombstoned.</source> 7232 <source>Videos will be deleted, comments will be tombstoned.</source>
7208 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7233 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7230,7 +7255,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7230 <target state="new">Set Email as Verified</target> 7255 <target state="new">Set Email as Verified</target>
7231 7256
7232 7257
7233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7259 <source>Created</source><target state="new">Created</target>
7260 <context-group purpose="location">
7261 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7262 <context context-type="linenumber">115</context>
7263 </context-group>
7264 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7265 <source>Daily quota</source><target state="new">Daily quota</target>
7266 <context-group purpose="location">
7267 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7268 <context context-type="linenumber">120</context>
7269 </context-group>
7270 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7271 <source>Last login</source><target state="new">Last login</target>
7272 <context-group purpose="location">
7273 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7274 <context context-type="linenumber">122</context>
7275 </context-group>
7276 </trans-unit>
7234 <trans-unit id="3403978719736970622"> 7277 <trans-unit id="3403978719736970622">
7235 <source>You cannot ban root.</source> 7278 <source>You cannot ban root.</source>
7236 <target>Você não pode banir root.</target> 7279 <target>Você não pode banir root.</target>
@@ -7535,12 +7578,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
7535 <x id="PH"/> criado. 7578 <x id="PH"/> criado.
7536 </target> 7579 </target>
7537 7580
7538 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 7581 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7539 <trans-unit id="8723777130353305761"> 7582 <trans-unit id="8723777130353305761">
7540 <source>This name already exists on this instance.</source> 7583 <source>This name already exists on this instance.</source>
7541 <target state="new">This name already exists on this instance.</target> 7584 <target state="new">This name already exists on this instance.</target>
7542 7585
7543 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 7586 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7544 <trans-unit id="7589345916094713536"> 7587 <trans-unit id="7589345916094713536">
7545 <source>Video channel <x id="PH"/> updated.</source> 7588 <source>Video channel <x id="PH"/> updated.</source>
7546 <target>Canal de vídeo 7589 <target>Canal de vídeo
@@ -7557,13 +7600,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7557 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 7600 <source>Banner deleted.</source><target state="new">Banner deleted.</target>
7558 7601
7559 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 7602 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7560 <trans-unit id="2575302837003821736"> 7603
7561 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7562 <target state="new">Please type the display name of the video channel (
7563 <x id="PH"/>) to confirm
7564 </target>
7565
7566 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
7567 <trans-unit id="624066830180032195"> 7604 <trans-unit id="624066830180032195">
7568 <source>Video channel <x id="PH"/> deleted.</source> 7605 <source>Video channel <x id="PH"/> deleted.</source>
7569 <target>Canal de vídeo 7606 <target>Canal de vídeo
@@ -7706,7 +7743,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
7706 <source>Ownership change request sent.</source> 7743 <source>Ownership change request sent.</source>
7707 <target>Solicitação para mudar dono enviada.</target> 7744 <target>Solicitação para mudar dono enviada.</target>
7708 7745
7709 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 7746 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="7699622144571229146" datatype="html">
7747 <source>Sort by</source><target state="new">Sort by</target>
7748 <context-group purpose="location">
7749 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
7750 <context context-type="linenumber">26</context>
7751 </context-group>
7752 </trans-unit>
7710 <trans-unit id="3245220240937722814"> 7753 <trans-unit id="3245220240937722814">
7711 <source>My channels</source> 7754 <source>My channels</source>
7712 <target>Meus canais</target> 7755 <target>Meus canais</target>
@@ -7761,10 +7804,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
7761 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/preview-upload.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="6489275254908395777" datatype="html"> 7804 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/preview-upload.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="6489275254908395777" datatype="html">
7762 <source>Maximize editor</source><target state="new">Maximize editor</target> 7805 <source>Maximize editor</source><target state="new">Maximize editor</target>
7763 7806
7764 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="4243591013849340688" datatype="html"> 7807 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4243591013849340688" datatype="html">
7765 <source>Exit maximized editor</source><target state="new">Exit maximized editor</target> 7808 <source>Exit maximized editor</source><target state="new">Exit maximized editor</target>
7766 7809
7767 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 7810 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7768 <trans-unit id="6537885755702623401" datatype="html"> 7811 <trans-unit id="6537885755702623401" datatype="html">
7769 <source>Now please check your emails to verify your account and complete signup.</source> 7812 <source>Now please check your emails to verify your account and complete signup.</source>
7770 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7813 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -7801,7 +7844,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7801 <target state="new">Subscribe to the account</target> 7844 <target state="new">Subscribe to the account</target>
7802 7845
7803 7846
7804 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 7847 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
7805 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7848 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7806 <context-group purpose="location"> 7849 <context-group purpose="location">
7807 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7850 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -7848,34 +7891,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
7848 <source>Go to my subscriptions</source> 7891 <source>Go to my subscriptions</source>
7849 <target state="new">Go to my subscriptions</target> 7892 <target state="new">Go to my subscriptions</target>
7850 7893
7851 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 7894 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
7852 <trans-unit id="1136469849928650779"> 7895 <trans-unit id="1136469849928650779">
7853 <source>Go to my videos</source> 7896 <source>Go to my videos</source>
7854 <target state="new">Go to my videos</target> 7897 <target state="new">Go to my videos</target>
7855 7898
7856 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit> 7899 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7857 <trans-unit id="7836683738999600376"> 7900 <trans-unit id="7836683738999600376">
7858 <source>Go to my imports</source> 7901 <source>Go to my imports</source>
7859 <target state="new">Go to my imports</target> 7902 <target state="new">Go to my imports</target>
7860 7903
7861 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 7904 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
7862 <trans-unit id="7511292153332773503"> 7905 <trans-unit id="7511292153332773503">
7863 <source>Go to my channels</source> 7906 <source>Go to my channels</source>
7864 <target state="new">Go to my channels</target> 7907 <target state="new">Go to my channels</target>
7865 7908
7866 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="2013324644839511073" datatype="html"> 7909 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="2013324644839511073" datatype="html">
7867 <source>Cannot retrieve OAuth Client credentials: <x id="PH"/>. 7910 <source>Cannot retrieve OAuth Client credentials: <x id="PH"/>.
7868Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 7911Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
7869Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 7912Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
7870 7913
7871 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group></trans-unit> 7914 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
7872 7915
7873 7916
7874 <trans-unit id="375263728166936544"> 7917 <trans-unit id="375263728166936544">
7875 <source>You need to reconnect.</source> 7918 <source>You need to reconnect.</source>
7876 <target>você precisa se reconectar.</target> 7919 <target>você precisa se reconectar.</target>
7877 7920
7878 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group></trans-unit> 7921 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
7879 <trans-unit id="2206638022166154361"> 7922 <trans-unit id="2206638022166154361">
7880 <source>Keyboard Shortcuts:</source> 7923 <source>Keyboard Shortcuts:</source>
7881 <target state="new">Keyboard Shortcuts:</target> 7924 <target state="new">Keyboard Shortcuts:</target>
@@ -7886,6 +7929,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7886 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 7929 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7887 <context context-type="linenumber">98</context> 7930 <context context-type="linenumber">98</context>
7888 </context-group> 7931 </context-group>
7932 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
7933 <source>In my library</source><target state="new">In my library</target>
7934 <context-group purpose="location">
7935 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
7936 <context context-type="linenumber">104</context>
7937 </context-group>
7889 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 7938 </trans-unit><trans-unit id="232050922346936574" datatype="html">
7890 <source>Trending</source><target state="new">Trending</target> 7939 <source>Trending</source><target state="new">Trending</target>
7891 7940
@@ -7909,38 +7958,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
7909 <source>Incorrect username or password.</source> 7958 <source>Incorrect username or password.</source>
7910 <target>Nome de usuário ou senha incorretos.</target> 7959 <target>Nome de usuário ou senha incorretos.</target>
7911 7960
7912 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 7961 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
7913 <trans-unit id="6974874606619467663" datatype="html"> 7962 <trans-unit id="6974874606619467663" datatype="html">
7914 <source>Your account is blocked.</source> 7963 <source>Your account is blocked.</source>
7915 <target state="new">Your account is blocked.</target> 7964 <target state="new">Your account is blocked.</target>
7916 7965
7917 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 7966 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
7918 7967
7919 <trans-unit id="7939914198003891823" datatype="html"> 7968 <trans-unit id="7939914198003891823" datatype="html">
7920 <source>any language</source> 7969 <source>any language</source>
7921 <target state="new">any language</target> 7970 <target state="new">any language</target>
7922 7971
7923 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 7972 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7924 <trans-unit id="5633144232269377096" datatype="html"> 7973 <trans-unit id="5633144232269377096" datatype="html">
7925 <source>hide</source> 7974 <source>hide</source>
7926 <target state="new">hide</target> 7975 <target state="new">hide</target>
7927 7976
7928 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 7977 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
7929 <trans-unit id="8603861867909474404" datatype="html"> 7978 <trans-unit id="8603861867909474404" datatype="html">
7930 <source>blur</source> 7979 <source>blur</source>
7931 <target state="new">blur</target> 7980 <target state="new">blur</target>
7932 7981
7933 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 7982 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
7934 <trans-unit id="4534458451100881847" datatype="html"> 7983 <trans-unit id="4534458451100881847" datatype="html">
7935 <source>display</source> 7984 <source>display</source>
7936 <target state="new">display</target> 7985 <target state="new">display</target>
7937 7986
7938 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 7987 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
7939 <trans-unit id="4467323362722952678" datatype="html"> 7988 <trans-unit id="4467323362722952678" datatype="html">
7940 <source>Unknown</source> 7989 <source>Unknown</source>
7941 <target state="new">Unknown</target> 7990 <target state="new">Unknown</target>
7942 7991
7943 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 7992 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
7944 <trans-unit id="8781423666414310853"> 7993 <trans-unit id="8781423666414310853">
7945 <source>Your password has been successfully reset!</source> 7994 <source>Your password has been successfully reset!</source>
7946 <target>Sua senha foi redefinida com sucesso!</target> 7995 <target>Sua senha foi redefinida com sucesso!</target>
@@ -8035,12 +8084,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8035 <source>Search index is unavailable. Retrying with instance results instead.</source> 8084 <source>Search index is unavailable. Retrying with instance results instead.</source>
8036 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8085 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8037 8086
8038 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8087 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8039 <trans-unit id="307702206382241469" datatype="html"> 8088 <trans-unit id="307702206382241469" datatype="html">
8040 <source>Search error</source> 8089 <source>Search error</source>
8041 <target state="new">Search error</target> 8090 <target state="new">Search error</target>
8042 8091
8043 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="4580988005648117665" datatype="html"> 8092 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8093 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8094 <context-group purpose="location">
8095 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8096 <context context-type="linenumber">329</context>
8097 </context-group>
8098 </trans-unit><trans-unit id="4580988005648117665" datatype="html">
8044 <source>Search</source><target state="new">Search</target> 8099 <source>Search</source><target state="new">Search</target>
8045 8100
8046 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7804724824750282316" datatype="html"> 8101 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7804724824750282316" datatype="html">
@@ -9231,19 +9286,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9231 </target> 9286 </target>
9232 9287
9233 9288
9234 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9289 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9235 <trans-unit id="1595779426198793580" datatype="html"> 9290 <trans-unit id="1595779426198793580" datatype="html">
9236 <source>Mute server</source> 9291 <source>Mute server</source>
9237 <target state="new">Mute server</target> 9292 <target state="new">Mute server</target>
9238 9293
9239 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9294 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9240 <trans-unit id="8014491157078444256" datatype="html"> 9295 <trans-unit id="8014491157078444256" datatype="html">
9241 <source>Server <x id="PH"/> muted by the instance.</source> 9296 <source>Server <x id="PH"/> muted by the instance.</source>
9242 <target state="new">Server 9297 <target state="new">Server
9243 <x id="PH"/> muted by the instance. 9298 <x id="PH"/> muted by the instance.
9244 </target> 9299 </target>
9245 9300
9246 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9301 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9247 <trans-unit id="2044813052587776285" datatype="html"> 9302 <trans-unit id="2044813052587776285" datatype="html">
9248 <source>Add a message to communicate with the reporter</source> 9303 <source>Add a message to communicate with the reporter</source>
9249 <target state="new">Add a message to communicate with the reporter</target> 9304 <target state="new">Add a message to communicate with the reporter</target>
@@ -9484,17 +9539,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9484 <x id="PH"/> minutos. 9539 <x id="PH"/> minutos.
9485 </target> 9540 </target>
9486 9541
9487 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 9542 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9488 <trans-unit id="4965472196059235310"> 9543 <trans-unit id="4965472196059235310">
9489 <source>Too many attempts, please try again later.</source> 9544 <source>Too many attempts, please try again later.</source>
9490 <target>Muitas tentativas, por favor tente novamente depois.</target> 9545 <target>Muitas tentativas, por favor tente novamente depois.</target>
9491 9546
9492 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group></trans-unit> 9547 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9493 <trans-unit id="1693549688987384699"> 9548 <trans-unit id="1693549688987384699">
9494 <source>Server error. Please retry later.</source> 9549 <source>Server error. Please retry later.</source>
9495 <target>Erro de servidor. Por favor, tente novamente depois.</target> 9550 <target>Erro de servidor. Por favor, tente novamente depois.</target>
9496 9551
9497 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 9552 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9498 <trans-unit id="5927402622550505067" datatype="html"> 9553 <trans-unit id="5927402622550505067" datatype="html">
9499 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9554 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9500 <target state="new">Subscribed to all current channels of 9555 <target state="new">Subscribed to all current channels of
@@ -9608,27 +9663,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9608 <source>Delete video</source> 9663 <source>Delete video</source>
9609 <target state="new">Delete video</target> 9664 <target state="new">Delete video</target>
9610 9665
9611 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 9666 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9612 <trans-unit id="2210418817778733727" datatype="html"> 9667 <trans-unit id="2210418817778733727" datatype="html">
9613 <source>Actions for the comment</source> 9668 <source>Actions for the comment</source>
9614 <target state="new">Actions for the comment</target> 9669 <target state="new">Actions for the comment</target>
9615 9670
9616 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 9671 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9617 <trans-unit id="7978668497183230348" datatype="html"> 9672 <trans-unit id="7978668497183230348" datatype="html">
9618 <source>Delete comment</source> 9673 <source>Delete comment</source>
9619 <target state="new">Delete comment</target> 9674 <target state="new">Delete comment</target>
9620 9675
9621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 9676 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9622 <trans-unit id="6747218355168080191" datatype="html"> 9677 <trans-unit id="6747218355168080191" datatype="html">
9623 <source>Do you really want to delete this comment?</source> 9678 <source>Do you really want to delete this comment?</source>
9624 <target state="new">Do you really want to delete this comment?</target> 9679 <target state="new">Do you really want to delete this comment?</target>
9625 9680
9626 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 9681 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9627 <trans-unit id="7837272126865175984" datatype="html"> 9682 <trans-unit id="7837272126865175984" datatype="html">
9628 <source>Comment deleted.</source> 9683 <source>Comment deleted.</source>
9629 <target state="new">Comment deleted.</target> 9684 <target state="new">Comment deleted.</target>
9630 9685
9631 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 9686 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9632 <trans-unit id="346270517625845962" datatype="html"> 9687 <trans-unit id="346270517625845962" datatype="html">
9633 <source>Encoder</source> 9688 <source>Encoder</source>
9634 <target state="new">Encoder</target> 9689 <target state="new">Encoder</target>
@@ -9669,30 +9724,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9669 <source>Video reported.</source> 9724 <source>Video reported.</source>
9670 <target>Vídeo denunciado.</target> 9725 <target>Vídeo denunciado.</target>
9671 9726
9672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 9727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9673 <trans-unit id="3622946684246476652"> 9728 <trans-unit id="3622946684246476652">
9674 <source>Do you really want to delete this video?</source> 9729 <source>Do you really want to delete this video?</source>
9675 <target>Você realmente deseja excluir esse vídeo?</target> 9730 <target>Você realmente deseja excluir esse vídeo?</target>
9676 9731
9677 9732
9678 9733
9679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 9734 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9680 <trans-unit id="3941342949736653028" datatype="html"> 9735 <trans-unit id="3941342949736653028" datatype="html">
9681 <source>Video deleted.</source> 9736 <source>Video deleted.</source>
9682 <target state="new">Video deleted.</target> 9737 <target state="new">Video deleted.</target>
9683 9738
9684 9739
9685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9686 <trans-unit id="5072091387445907742" datatype="html"> 9741 <trans-unit id="5072091387445907742" datatype="html">
9687 <source>Actions for the reporter</source> 9742 <source>Actions for the reporter</source>
9688 <target state="new">Actions for the reporter</target> 9743 <target state="new">Actions for the reporter</target>
9689 9744
9690 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 9745 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9691 <trans-unit id="6599069899275412095" datatype="html"> 9746 <trans-unit id="6599069899275412095" datatype="html">
9692 <source>Mute reporter</source> 9747 <source>Mute reporter</source>
9693 <target state="new">Mute reporter</target> 9748 <target state="new">Mute reporter</target>
9694 9749
9695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 9750 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9696 <trans-unit id="2990849907502572301" datatype="html"> 9751 <trans-unit id="2990849907502572301" datatype="html">
9697 <source>This video will be duplicated by your instance.</source> 9752 <source>This video will be duplicated by your instance.</source>
9698 <target state="new">This video will be duplicated by your instance.</target> 9753 <target state="new">This video will be duplicated by your instance.</target>
@@ -9749,7 +9804,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9749 <target state="new">Mute account</target> 9804 <target state="new">Mute account</target>
9750 9805
9751 9806
9752 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit><trans-unit id="4021487547497211597" datatype="html"> 9807 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit><trans-unit id="4021487547497211597" datatype="html">
9753 <source>Open video actions</source><target state="new">Open video actions</target> 9808 <source>Open video actions</source><target state="new">Open video actions</target>
9754 <context-group purpose="location"> 9809 <context-group purpose="location">
9755 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context> 9810 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context>
@@ -9764,7 +9819,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9764 <source>Mute server account</source> 9819 <source>Mute server account</source>
9765 <target state="new">Mute server account</target> 9820 <target state="new">Mute server account</target>
9766 9821
9767 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 9822 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
9768 <trans-unit id="7008439939460403347"> 9823 <trans-unit id="7008439939460403347">
9769 <source>Report</source> 9824 <source>Report</source>
9770 <target>Denunciar</target> 9825 <target>Denunciar</target>
@@ -9861,28 +9916,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9861 <source>Only I can see this video</source> 9916 <source>Only I can see this video</source>
9862 <target>Apenas eu posso ver este vídeo</target> 9917 <target>Apenas eu posso ver este vídeo</target>
9863 9918
9864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 9919 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
9865 <trans-unit id="6767380569816110388" datatype="html"> 9920 <trans-unit id="6767380569816110388" datatype="html">
9866 <source>Only shareable via a private link</source> 9921 <source>Only shareable via a private link</source>
9867 <target state="new">Only shareable via a private link</target> 9922 <target state="new">Only shareable via a private link</target>
9868 9923
9869 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 9924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
9870 <trans-unit id="6828965264297239528"> 9925 <trans-unit id="6828965264297239528">
9871 <source>Anyone can see this video</source> 9926 <source>Anyone can see this video</source>
9872 <target>Qualquer um pode ver este vídeo</target> 9927 <target>Qualquer um pode ver este vídeo</target>
9873 9928
9874 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9929 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
9875 <trans-unit id="1425933035739773115" datatype="html"> 9930 <trans-unit id="1425933035739773115" datatype="html">
9876 <source>Only users of this instance can see this video</source> 9931 <source>Only users of this instance can see this video</source>
9877 <target state="new">Only users of this instance can see this video</target> 9932 <target state="new">Only users of this instance can see this video</target>
9878 9933
9879 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="8312101634344200207" datatype="html"> 9934 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit><trans-unit id="8312101634344200207" datatype="html">
9880 <source><x id="PH" equiv-text="this.views"/> viewers</source><target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 9935 <source><x id="PH" equiv-text="this.views"/> viewers</source><target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
9881 9936
9882 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="7756087706411154095" datatype="html"> 9937 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="7756087706411154095" datatype="html">
9883 <source><x id="PH" equiv-text="this.views"/> views</source><target state="new"><x id="PH" equiv-text="this.views"/> views</target> 9938 <source><x id="PH" equiv-text="this.views"/> views</source><target state="new"><x id="PH" equiv-text="this.views"/> views</target>
9884 9939
9885 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit><trans-unit id="ngb.alert.close" datatype="html"> 9940 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit><trans-unit id="ngb.alert.close" datatype="html">
9886 <source>Close</source><target state="new">Close</target> 9941 <source>Close</source><target state="new">Close</target>
9887 9942
9888 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="ngb.carousel.slide-number" datatype="html"> 9943 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="ngb.carousel.slide-number" datatype="html">
@@ -9992,20 +10047,20 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9992 <source>Your video was uploaded to your account and is private.</source> 10047 <source>Your video was uploaded to your account and is private.</source>
9993 <target>Seu vídeo foi enviado para sua conta e é privado.</target> 10048 <target>Seu vídeo foi enviado para sua conta e é privado.</target>
9994 10049
9995 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10050 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
9996 <trans-unit id="5699822024600815733"> 10051 <trans-unit id="5699822024600815733">
9997 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10052 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
9998 <target>Mas dados associados (tags, descrição…) serão perdidas, tem certeza que deseja sair dessa página?</target> 10053 <target>Mas dados associados (tags, descrição…) serão perdidas, tem certeza que deseja sair dessa página?</target>
9999 10054
10000 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10055 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10001 <trans-unit id="1219739004043110649"> 10056 <trans-unit id="1219739004043110649">
10002 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10057 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10003 <target>Seu vídeo ainda não foi atualizado, você tem certeza que deseja sair dessa página?</target> 10058 <target>Seu vídeo ainda não foi atualizado, você tem certeza que deseja sair dessa página?</target>
10004 10059
10005 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="6932865105766151309" datatype="html"> 10060 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit><trans-unit id="6932865105766151309" datatype="html">
10006 <source>Upload</source><target state="new">Upload</target> 10061 <source>Upload</source><target state="new">Upload</target>
10007 10062
10008 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10063 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10009 <trans-unit id="8278735427925094503" datatype="html"> 10064 <trans-unit id="8278735427925094503" datatype="html">
10010 <source>Upload 10065 <source>Upload
10011 <x id="PH"/> 10066 <x id="PH"/>
@@ -10014,13 +10069,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10014 <x id="PH"/> 10069 <x id="PH"/>
10015 </target> 10070 </target>
10016 10071
10017 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10072 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10018 10073
10019 <trans-unit id="5981816353437801748"> 10074 <trans-unit id="5981816353437801748">
10020 <source>Video published.</source> 10075 <source>Video published.</source>
10021 <target>Vídeo publicado.</target> 10076 <target>Vídeo publicado.</target>
10022 10077
10023 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10078 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10024 10079
10025 10080
10026 <trans-unit id="764164089183618119"> 10081 <trans-unit id="764164089183618119">
@@ -10070,26 +10125,26 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10070 <trans-unit id="961774488937452220" datatype="html"> 10125 <trans-unit id="961774488937452220" datatype="html">
10071 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source><target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10126 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source><target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10072 10127
10073 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit><trans-unit id="5761611056224181752" datatype="html"> 10128 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit><trans-unit id="5761611056224181752" datatype="html">
10074 <source>Redirection</source><target state="new">Redirection</target> 10129 <source>Redirection</source><target state="new">Redirection</target>
10075 10130
10076 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10131 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10077 10132
10078 <trans-unit id="8858527736400081688"> 10133 <trans-unit id="8858527736400081688">
10079 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10134 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10080 <target>Este vídeo possui conteúdo adulto ou explícito. Você tem certeza que deseja assisti-lo?</target> 10135 <target>Este vídeo possui conteúdo adulto ou explícito. Você tem certeza que deseja assisti-lo?</target>
10081 10136
10082 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10137 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10083 <trans-unit id="3937119019020041049"> 10138 <trans-unit id="3937119019020041049">
10084 <source>Mature or explicit content</source> 10139 <source>Mature or explicit content</source>
10085 <target>Conteúdo adulto ou explícito</target> 10140 <target>Conteúdo adulto ou explícito</target>
10086 10141
10087 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10142 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10088 <trans-unit id="1755474755114288376" datatype="html"> 10143 <trans-unit id="1755474755114288376" datatype="html">
10089 <source>Up Next</source> 10144 <source>Up Next</source>
10090 <target state="new">Up Next</target> 10145 <target state="new">Up Next</target>
10091 10146
10092 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit><trans-unit id="2159130950882492111" datatype="html"> 10147 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit><trans-unit id="2159130950882492111" datatype="html">
10093 <source>Cancel</source><target state="new">Cancel</target> 10148 <source>Cancel</source><target state="new">Cancel</target>
10094 10149
10095 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">646</context></context-group></trans-unit> 10150 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">646</context></context-group></trans-unit>
@@ -10097,62 +10152,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10097 <source>Autoplay is suspended</source> 10152 <source>Autoplay is suspended</source>
10098 <target state="new">Autoplay is suspended</target> 10153 <target state="new">Autoplay is suspended</target>
10099 10154
10100 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10155 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10101 <trans-unit id="7895294730547405228" datatype="html"> 10156 <trans-unit id="7895294730547405228" datatype="html">
10102 <source>Enter/exit fullscreen (requires player focus)</source> 10157 <source>Enter/exit fullscreen (requires player focus)</source>
10103 <target state="new">Enter/exit fullscreen (requires player focus)</target> 10158 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10104 10159
10105 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10160 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10106 <trans-unit id="7618388257165864759" datatype="html"> 10161 <trans-unit id="7618388257165864759" datatype="html">
10107 <source>Play/Pause the video (requires player focus)</source> 10162 <source>Play/Pause the video (requires player focus)</source>
10108 <target state="new">Play/Pause the video (requires player focus)</target> 10163 <target state="new">Play/Pause the video (requires player focus)</target>
10109 10164
10110 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10165 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10111 <trans-unit id="7761890399634216630" datatype="html"> 10166 <trans-unit id="7761890399634216630" datatype="html">
10112 <source>Mute/unmute the video (requires player focus)</source> 10167 <source>Mute/unmute the video (requires player focus)</source>
10113 <target state="new">Mute/unmute the video (requires player focus)</target> 10168 <target state="new">Mute/unmute the video (requires player focus)</target>
10114 10169
10115 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10170 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10116 <trans-unit id="5996585232248234904" datatype="html"> 10171 <trans-unit id="5996585232248234904" datatype="html">
10117 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10172 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10118 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10173 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10119 10174
10120 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10175 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10121 <trans-unit id="3748765405903319998" datatype="html"> 10176 <trans-unit id="3748765405903319998" datatype="html">
10122 <source>Increase the volume (requires player focus)</source> 10177 <source>Increase the volume (requires player focus)</source>
10123 <target state="new">Increase the volume (requires player focus)</target> 10178 <target state="new">Increase the volume (requires player focus)</target>
10124 10179
10125 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10180 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10126 <trans-unit id="5810704036407159982" datatype="html"> 10181 <trans-unit id="5810704036407159982" datatype="html">
10127 <source>Decrease the volume (requires player focus)</source> 10182 <source>Decrease the volume (requires player focus)</source>
10128 <target state="new">Decrease the volume (requires player focus)</target> 10183 <target state="new">Decrease the volume (requires player focus)</target>
10129 10184
10130 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10185 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10131 <trans-unit id="2622048822548065691" datatype="html"> 10186 <trans-unit id="2622048822548065691" datatype="html">
10132 <source>Seek the video forward (requires player focus)</source> 10187 <source>Seek the video forward (requires player focus)</source>
10133 <target state="new">Seek the video forward (requires player focus)</target> 10188 <target state="new">Seek the video forward (requires player focus)</target>
10134 10189
10135 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10190 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10136 <trans-unit id="6540078205109221153" datatype="html"> 10191 <trans-unit id="6540078205109221153" datatype="html">
10137 <source>Seek the video backward (requires player focus)</source> 10192 <source>Seek the video backward (requires player focus)</source>
10138 <target state="new">Seek the video backward (requires player focus)</target> 10193 <target state="new">Seek the video backward (requires player focus)</target>
10139 10194
10140 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10195 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10141 <trans-unit id="1956491957766210808" datatype="html"> 10196 <trans-unit id="1956491957766210808" datatype="html">
10142 <source>Increase playback rate (requires player focus)</source> 10197 <source>Increase playback rate (requires player focus)</source>
10143 <target state="new">Increase playback rate (requires player focus)</target> 10198 <target state="new">Increase playback rate (requires player focus)</target>
10144 10199
10145 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10200 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10146 <trans-unit id="5495529997674803186" datatype="html"> 10201 <trans-unit id="5495529997674803186" datatype="html">
10147 <source>Decrease playback rate (requires player focus)</source> 10202 <source>Decrease playback rate (requires player focus)</source>
10148 <target state="new">Decrease playback rate (requires player focus)</target> 10203 <target state="new">Decrease playback rate (requires player focus)</target>
10149 10204
10150 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10205 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10151 <trans-unit id="3178343147230721210" datatype="html"> 10206 <trans-unit id="3178343147230721210" datatype="html">
10152 <source>Navigate in the video frame by frame (requires player focus)</source> 10207 <source>Navigate in the video frame by frame (requires player focus)</source>
10153 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 10208 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10154 10209
10155 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10210 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10156 <trans-unit id="8025996572234182184"> 10211 <trans-unit id="8025996572234182184">
10157 <source>Like the video</source> 10212 <source>Like the video</source>
10158 <target state="new">Like the video</target> 10213 <target state="new">Like the video</target>
diff --git a/client/src/locale/angular.ru-RU.xlf b/client/src/locale/angular.ru-RU.xlf
index d72d8420d..3da7944e7 100644
--- a/client/src/locale/angular.ru-RU.xlf
+++ b/client/src/locale/angular.ru-RU.xlf
@@ -165,7 +165,6 @@
165 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group> 165 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group>
166 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group> 166 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group>
167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group> 167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group>
168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group>
170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group> 169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group>
171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group> 170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group>
@@ -243,7 +242,7 @@
243 <target>Создать</target> 242 <target>Создать</target>
244 <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> 243 <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>
245 <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> 244 <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>
246 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 245 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group>
247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 246 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group>
@@ -254,9 +253,9 @@
254 <trans-unit id="1006562256968398209" datatype="html"> 253 <trans-unit id="1006562256968398209" datatype="html">
255 <source>video</source> 254 <source>video</source>
256 <target state="translated">видео</target> 255 <target state="translated">видео</target>
257 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group> 256
258 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group> 257
259 </trans-unit> 258 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
260 <trans-unit id="6438815964972582865" datatype="html"> 259 <trans-unit id="6438815964972582865" datatype="html">
261 <source>The following link contains a private token and should not be shared with anyone.</source> 260 <source>The following link contains a private token and should not be shared with anyone.</source>
262 <target state="translated">Следующая ссылка содержит личный токен и никому не может быть передана.</target> 261 <target state="translated">Следующая ссылка содержит личный токен и никому не может быть передана.</target>
@@ -326,13 +325,13 @@
326 <trans-unit id="6995024616159044376" datatype="html"> 325 <trans-unit id="6995024616159044376" datatype="html">
327 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 326 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
328 <target state="translated">Ваша квота для этого видео превышена (размер видео: <x id="PH" equiv-text="videoSizeBytes"/>, использовано: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, квота: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 327 <target state="translated">Ваша квота для этого видео превышена (размер видео: <x id="PH" equiv-text="videoSizeBytes"/>, использовано: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, квота: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
329 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group> 328
330 </trans-unit> 329 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
331 <trans-unit id="7873395933409147217" datatype="html"> 330 <trans-unit id="7873395933409147217" datatype="html">
332 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 331 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
333 <target state="translated">Ваша дневная квота для этого видео превышена (размер видео: <x id="PH" equiv-text="videoSizeBytes"/>, использовано: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, квота: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 332 <target state="translated">Ваша дневная квота для этого видео превышена (размер видео: <x id="PH" equiv-text="videoSizeBytes"/>, использовано: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, квота: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
334 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group> 333
335 </trans-unit> 334 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
336 <trans-unit id="5235042777215655908" datatype="html"> 335 <trans-unit id="5235042777215655908" datatype="html">
337 <source>subtitles</source> 336 <source>subtitles</source>
338 <target state="translated">субтитры</target> 337 <target state="translated">субтитры</target>
@@ -559,31 +558,31 @@
559 <trans-unit id="7022070615528435141"> 558 <trans-unit id="7022070615528435141">
560 <source>Delete</source> 559 <source>Delete</source>
561 <target>Удалить</target> 560 <target>Удалить</target>
562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group> 561
563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group> 562
564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group> 563
565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group> 564
566 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group> 565
567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group> 566
568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group> 567
569 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group> 568
570 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group> 569
571 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group> 570
572 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group> 571
573 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group> 572
574 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group> 573
575 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</context></context-group> 574
576 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">178</context></context-group> 575
577 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group> 576
578 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 577
579 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group> 578
580 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group> 579
581 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group> 580
582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group> 581
583 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group> 582
584 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group> 583
585 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group> 584
586 </trans-unit> 585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
587 <trans-unit id="158575725114802951" datatype="html"> 586 <trans-unit id="158575725114802951" datatype="html">
588 <source>Only live videos</source> 587 <source>Only live videos</source>
589 <target state="translated">Только прямая трансляция</target> 588 <target state="translated">Только прямая трансляция</target>
@@ -768,9 +767,10 @@
768 <trans-unit id="2602586221576511475"> 767 <trans-unit id="2602586221576511475">
769 <source>Video quota</source> 768 <source>Video quota</source>
770 <target>Квота на видео</target> 769 <target>Квота на видео</target>
771 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
772 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
772 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group>
773 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
774 </trans-unit> 774 </trans-unit>
775 <trans-unit id="1502595455339510144"> 775 <trans-unit id="1502595455339510144">
776 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 776 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
@@ -852,6 +852,34 @@
852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
854 </trans-unit> 854 </trans-unit>
855 <trans-unit id="8726138323871139597" datatype="html">
856 <source>Following</source>
857 <target state="translated">Ваши подписки</target>
858 <context-group purpose="location">
859 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
860 <context context-type="linenumber">29</context>
861 </context-group>
862 <context-group purpose="location">
863 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
864 <context context-type="linenumber">31</context>
865 </context-group>
866 <context-group purpose="location">
867 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
868 <context context-type="linenumber">28</context>
869 </context-group>
870 </trans-unit>
871 <trans-unit id="4914577418256256836" datatype="html">
872 <source>Followers</source>
873 <target state="translated">Подписчики</target>
874 <context-group purpose="location">
875 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
876 <context context-type="linenumber">34</context>
877 </context-group>
878 <context-group purpose="location">
879 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
880 <context context-type="linenumber">37</context>
881 </context-group>
882 </trans-unit>
855 <trans-unit id="3541687134897970106" datatype="html"> 883 <trans-unit id="3541687134897970106" datatype="html">
856 <source>followers</source> 884 <source>followers</source>
857 <target state="translated">подписчики</target> 885 <target state="translated">подписчики</target>
@@ -859,7 +887,7 @@
859 </trans-unit> 887 </trans-unit>
860 <trans-unit id="6751995972535426095" datatype="html"> 888 <trans-unit id="6751995972535426095" datatype="html">
861 <source>following</source> 889 <source>following</source>
862 <target state="translated">подписы</target> 890 <target state="translated">аши одпис</target>
863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">95</context></context-group> 891 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">95</context></context-group>
864 </trans-unit> 892 </trans-unit>
865 <trans-unit id="2605931708025789621" datatype="html"> 893 <trans-unit id="2605931708025789621" datatype="html">
@@ -915,14 +943,15 @@
915 <source>Cancel</source> 943 <source>Cancel</source>
916 <target>Отменить</target> 944 <target>Отменить</target>
917 <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> 945 <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>
918 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group> 946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group>
947 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group>
919 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group> 948 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group>
920 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 949 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
921 <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> 950 <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>
922 <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">69</context></context-group> 951 <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">69</context></context-group>
923 <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">81</context></context-group> 952 <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">81</context></context-group>
924 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group> 953 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group>
925 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">408</context></context-group> 954 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">415</context></context-group>
926 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 955 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
927 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group> 956 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group>
928 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group>
@@ -996,18 +1025,12 @@
996 <trans-unit id="7252854992688790751" datatype="html"> 1025 <trans-unit id="7252854992688790751" datatype="html">
997 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1026 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
998 <target state="translated">Этот экземпляр разрешает регистрацию. Однако будьте осторожны, проверьте <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Условия пользования<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> перед созданием учетной записи. Вы также можете найти другой экземпляр, который точно соответствует вашим потребностям, на: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1027 <target state="translated">Этот экземпляр разрешает регистрацию. Однако будьте осторожны, проверьте <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Условия пользования<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> перед созданием учетной записи. Вы также можете найти другой экземпляр, который точно соответствует вашим потребностям, на: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
999 <context-group purpose="location"> 1028 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group>
1000 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1001 <context context-type="linenumber">60,62</context>
1002 </context-group>
1003 </trans-unit> 1029 </trans-unit>
1004 <trans-unit id="7215649348148521605" datatype="html"> 1030 <trans-unit id="7215649348148521605" datatype="html">
1005 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1031 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1006 <target state="translated">В настоящее время этот экземпляр не позволяет регистрировать пользователей, проверьте <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Условия пользования<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> для получения дополнительных сведений, или найдите экземпляр, который дает вам возможность зарегистрировать учетную запись и загружать туда свои видео. Найдите свой среди множества экземпляров на: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1032 <target state="translated">В настоящее время этот экземпляр не позволяет регистрировать пользователей, проверьте <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Условия пользования<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> для получения дополнительных сведений, или найдите экземпляр, который дает вам возможность зарегистрировать учетную запись и загружать туда свои видео. Найдите свой среди множества экземпляров на: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1007 <context-group purpose="location"> 1033 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group>
1008 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1009 <context context-type="linenumber">65,67</context>
1010 </context-group>
1011 </trans-unit> 1034 </trans-unit>
1012 <trans-unit id="2392488717875840729"> 1035 <trans-unit id="2392488717875840729">
1013 <source>User</source> 1036 <source>User</source>
@@ -1020,65 +1043,67 @@
1020 <target>Имя пользователя или электронный адрес</target> 1043 <target>Имя пользователя или электронный адрес</target>
1021 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1044 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1022 </trans-unit> 1045 </trans-unit>
1046 <trans-unit id="1758058452376026925" datatype="html">
1047 <source>⚠️ Most email addresses do not include capital letters.</source>
1048 <target state="translated">⚠️ Большинство адресов электронной почты не содержат заглавных букв.</target>
1049 <context-group purpose="location">
1050 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1051 <context context-type="linenumber">33,34</context>
1052 </context-group>
1053 </trans-unit>
1023 <trans-unit id="1431416938026210429"> 1054 <trans-unit id="1431416938026210429">
1024 <source>Password</source> 1055 <source>Password</source>
1025 <target>Пароль</target> 1056 <target>Пароль</target>
1026 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1027 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1059 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group>
1060 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</context></context-group>
1028 <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> 1061 <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>
1029 <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> 1062 <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>
1030 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1063 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group>
1031 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1064 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group>
1032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1034 </trans-unit> 1065 </trans-unit>
1035 <trans-unit id="8715156686857791956" datatype="html"> 1066 <trans-unit id="8715156686857791956" datatype="html">
1036 <source>Click here to reset your password</source> 1067 <source>Click here to reset your password</source>
1037 <target state="translated">Нажмите здесь что бы сбросить пароль</target> 1068 <target state="translated">Нажмите здесь что бы сбросить пароль</target>
1038 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1069 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1039 </trans-unit> 1070 </trans-unit>
1040 <trans-unit id="892063502898494584" datatype="html"> 1071 <trans-unit id="892063502898494584" datatype="html">
1041 <source>I forgot my password</source> 1072 <source>I forgot my password</source>
1042 <target state="translated">Я забыл свой пароль</target> 1073 <target state="translated">Я забыл свой пароль</target>
1043 <context-group purpose="location"> 1074 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1044 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1045 <context context-type="linenumber">47</context>
1046 </context-group>
1047 </trans-unit> 1075 </trans-unit>
1048 <trans-unit id="2101170466365500913" datatype="html"> 1076 <trans-unit id="2101170466365500913" datatype="html">
1049 <source>Logging into an account lets you publish content</source> 1077 <source>Logging into an account lets you publish content</source>
1050 <target state="translated">Авторизация учетной записи позволяет публиковать контент</target> 1078 <target state="translated">Авторизация учетной записи позволяет публиковать контент</target>
1051 <context-group purpose="location"> 1079 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group>
1052 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1053 <context context-type="linenumber">56,57</context>
1054 </context-group>
1055 </trans-unit> 1080 </trans-unit>
1056 <trans-unit id="2454050363478003966"> 1081 <trans-unit id="2454050363478003966">
1057 <source>Login</source> 1082 <source>Login</source>
1058 <target>Авторизация</target> 1083 <target>Авторизация</target>
1059 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 1084 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group>
1060 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1085 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group>
1061 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group> 1086 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group>
1062 </trans-unit> 1087 </trans-unit>
1063 <trans-unit id="3183213940445113677" datatype="html"> 1088 <trans-unit id="3183213940445113677" datatype="html">
1064 <source>Or sign in with</source> 1089 <source>Or sign in with</source>
1065 <target state="translated">Или войдите с помощью</target> 1090 <target state="translated">Или войдите с помощью</target>
1066 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1091 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group>
1067 </trans-unit> 1092 </trans-unit>
1068 <trans-unit id="3238209155172574367"> 1093 <trans-unit id="3238209155172574367">
1069 <source>Forgot your password</source> 1094 <source>Forgot your password</source>
1070 <target>Забыли пароль</target> 1095 <target>Забыли пароль</target>
1071 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1096 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group>
1072 </trans-unit> 1097 </trans-unit>
1073 <trans-unit id="87327320394367488" datatype="html"> 1098 <trans-unit id="87327320394367488" datatype="html">
1074 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1099 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1075 <target state="translated">К сожалению, вы не можете восстановить свой пароль, так как администратор вашего экземпляра не настроил почтовую систему PeerTube.</target> 1100 <target state="translated">К сожалению, вы не можете восстановить свой пароль, так как администратор вашего экземпляра не настроил почтовую систему PeerTube.</target>
1076 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1101 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group>
1077 </trans-unit> 1102 </trans-unit>
1078 <trans-unit id="3188014010833256853" datatype="html"> 1103 <trans-unit id="3188014010833256853" datatype="html">
1079 <source>Enter your email address and we will send you a link to reset your password.</source> 1104 <source>Enter your email address and we will send you a link to reset your password.</source>
1080 <target state="translated">Введите свой email и мы пришлём вам ссылку для сброса пароля.</target> 1105 <target state="translated">Введите свой email и мы пришлём вам ссылку для сброса пароля.</target>
1081 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1106 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group>
1082 </trans-unit> 1107 </trans-unit>
1083 <trans-unit id="1190256911880544559" datatype="html"> 1108 <trans-unit id="1190256911880544559" datatype="html">
1084 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1109 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
@@ -1089,25 +1114,26 @@ The link will expire within 1 hour.</source>
1089 <trans-unit id="4768749765465246664"> 1114 <trans-unit id="4768749765465246664">
1090 <source>Email</source> 1115 <source>Email</source>
1091 <target>Email</target> 1116 <target>Email</target>
1092 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group>
1120 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</context></context-group>
1121 <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>
1093 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1122 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group>
1094 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1123 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group>
1095 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</context></context-group> 1124 <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>
1096 <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>
1097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1099 </trans-unit> 1125 </trans-unit>
1100 <trans-unit id="3967269098753656610"> 1126 <trans-unit id="3967269098753656610">
1101 <source>Email address</source> 1127 <source>Email address</source>
1102 <target>Email адрес</target> 1128 <target>Email адрес</target>
1103 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group>
1104 <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> 1130 <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>
1105 </trans-unit> 1131 </trans-unit>
1106 <trans-unit id="7808756054397155068" datatype="html"> 1132 <trans-unit id="7808756054397155068" datatype="html">
1107 <source>Reset</source> 1133 <source>Reset</source>
1108 <target state="translated">Сброс</target> 1134 <target state="translated">Сброс</target>
1109 <note priority="1" from="description">Password reset button</note> 1135 <note priority="1" from="description">Password reset button</note>
1110 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1136 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group>
1111 </trans-unit> 1137 </trans-unit>
1112 <trans-unit id="4319634264526091601" datatype="html"> 1138 <trans-unit id="4319634264526091601" datatype="html">
1113 <source>on this instance</source> 1139 <source>on this instance</source>
@@ -1116,7 +1142,7 @@ The link will expire within 1 hour.</source>
1116 </trans-unit> 1142 </trans-unit>
1117 <trans-unit id="761579517995454927" datatype="html"> 1143 <trans-unit id="761579517995454927" datatype="html">
1118 <source>on the vidiverse</source> 1144 <source>on the vidiverse</source>
1119 <target state="translated">а идеовсеенной</target> 1145 <target state="translated">в сет</target>
1120 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">8</context></context-group> 1146 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">8</context></context-group>
1121 </trans-unit> 1147 </trans-unit>
1122 <trans-unit id="8434369348784683733" datatype="html"> 1148 <trans-unit id="8434369348784683733" datatype="html">
@@ -1183,17 +1209,17 @@ The link will expire within 1 hour.</source>
1183 <target> 1209 <target>
1184 Результатов не найдено 1210 Результатов не найдено
1185 </target> 1211 </target>
1186 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1212
1187 </trans-unit> 1213 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1188 <trans-unit id="5500467336262464724"> 1214 <trans-unit id="5500467336262464724">
1189 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1215 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1190 <target> 1216 <target>
1191 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> подписчиков 1217 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> подписчиков
1192 </target> 1218 </target>
1193 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1219
1194 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1220
1195 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1221
1196 </trans-unit> 1222 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1197 <trans-unit id="1516969129397662377" datatype="html"> 1223 <trans-unit id="1516969129397662377" datatype="html">
1198 <source>Welcome to PeerTube, dear administrator!</source> 1224 <source>Welcome to PeerTube, dear administrator!</source>
1199 <target state="translated">Добро пожаловать в PeerTube, уважаемый администратор!</target> 1225 <target state="translated">Добро пожаловать в PeerTube, уважаемый администратор!</target>
@@ -1216,7 +1242,7 @@ The link will expire within 1 hour.</source>
1216 </trans-unit> 1242 </trans-unit>
1217 <trans-unit id="5910950876330656326" datatype="html"> 1243 <trans-unit id="5910950876330656326" datatype="html">
1218 <source>Managing users, following other instances, dealing with spammers...</source> 1244 <source>Managing users, following other instances, dealing with spammers...</source>
1219 <target state="translated">Управление пользователями, следование другим инстанциям, работа со спамерами...</target> 1245 <target state="translated">Управление пользователями, подписки на другие экземпляры, работа со спамерами...</target>
1220 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group> 1246 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group>
1221 </trans-unit> 1247 </trans-unit>
1222 <trans-unit id="879127294610588497" datatype="html"> 1248 <trans-unit id="879127294610588497" datatype="html">
@@ -1391,7 +1417,7 @@ The link will expire within 1 hour.</source>
1391 </trans-unit> 1417 </trans-unit>
1392 <trans-unit id="3430483831942247060" datatype="html"> 1418 <trans-unit id="3430483831942247060" datatype="html">
1393 <source>Help share videos</source> 1419 <source>Help share videos</source>
1394 <target state="translated">Помогие поделиться видео</target> 1420 <target state="translated">Помоь поделиться видео</target>
1395 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">58</context></context-group> 1421 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">58</context></context-group>
1396 </trans-unit> 1422 </trans-unit>
1397 <trans-unit id="7005745151564974365" datatype="html"> 1423 <trans-unit id="7005745151564974365" datatype="html">
@@ -1438,7 +1464,7 @@ The link will expire within 1 hour.</source>
1438 <trans-unit id="2308975396733519902"> 1464 <trans-unit id="2308975396733519902">
1439 <source>Create an account</source> 1465 <source>Create an account</source>
1440 <target>Создать учетную запись</target> 1466 <target>Создать учетную запись</target>
1441 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group> 1467 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">54</context></context-group>
1442 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group> 1468 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group>
1443 </trans-unit> 1469 </trans-unit>
1444 <trans-unit id="3058024914967508975" datatype="html"> 1470 <trans-unit id="3058024914967508975" datatype="html">
@@ -1507,7 +1533,7 @@ The link will expire within 1 hour.</source>
1507 <trans-unit id="1504521795586863905" datatype="html"> 1533 <trans-unit id="1504521795586863905" datatype="html">
1508 <source>VIDEOS</source> 1534 <source>VIDEOS</source>
1509 <target state="translated">ВИДЕО</target> 1535 <target state="translated">ВИДЕО</target>
1510 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group> 1536 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group>
1511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group> 1537 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group>
1512 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group> 1538 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group>
1513 </trans-unit> 1539 </trans-unit>
@@ -1589,7 +1615,7 @@ The link will expire within 1 hour.</source>
1589 <trans-unit id="4424964105331349857" datatype="html"> 1615 <trans-unit id="4424964105331349857" datatype="html">
1590 <source>I'm a teapot</source> 1616 <source>I'm a teapot</source>
1591 <target state="translated">Я чайник</target> 1617 <target state="translated">Я чайник</target>
1592 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1618 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group>
1593 </trans-unit> 1619 </trans-unit>
1594 <trans-unit id="1597262876035959248" datatype="html"> 1620 <trans-unit id="1597262876035959248" datatype="html">
1595 <source>That's an error.</source> 1621 <source>That's an error.</source>
@@ -1683,7 +1709,7 @@ The link will expire within 1 hour.</source>
1683 <trans-unit id="2971365540217107489" datatype="html"> 1709 <trans-unit id="2971365540217107489" datatype="html">
1684 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1710 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1685 <target state="translated">Видео слишком большое для сервера. Пожалуйста свяжитесь со вашим администратором для увеличение лимита.</target> 1711 <target state="translated">Видео слишком большое для сервера. Пожалуйста свяжитесь со вашим администратором для увеличение лимита.</target>
1686 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1712 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group>
1687 </trans-unit> 1713 </trans-unit>
1688 <trans-unit id="5131854469652959713" datatype="html"> 1714 <trans-unit id="5131854469652959713" datatype="html">
1689 <source>GLOBAL SEARCH</source> 1715 <source>GLOBAL SEARCH</source>
@@ -1762,22 +1788,22 @@ The link will expire within 1 hour.</source>
1762 <trans-unit id="5478121364779850827" datatype="html"> 1788 <trans-unit id="5478121364779850827" datatype="html">
1763 <source>Reset</source> 1789 <source>Reset</source>
1764 <target state="translated">Сбросить</target> 1790 <target state="translated">Сбросить</target>
1765 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1791
1766 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1792
1767 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1793
1768 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1794
1769 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1795
1770 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1796
1771 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1797
1772 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1798
1773 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1799
1774 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1800
1775 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1801
1776 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1802
1777 </trans-unit> 1803 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1778 <trans-unit id="4540121094340493564" datatype="html"> 1804 <trans-unit id="4540121094340493564" datatype="html">
1779 <source>Display only</source> 1805 <source>Display only</source>
1780 <target state="translated">Ть торене</target> 1806 <target state="translated">Т тент</target>
1781 <context-group purpose="location"> 1807 <context-group purpose="location">
1782 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1808 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1783 <context context-type="linenumber">21</context> 1809 <context context-type="linenumber">21</context>
@@ -1818,9 +1844,9 @@ The link will expire within 1 hour.</source>
1818 <trans-unit id="7410432243549869948"> 1844 <trans-unit id="7410432243549869948">
1819 <source>Duration</source> 1845 <source>Duration</source>
1820 <target>Продолжительность</target> 1846 <target>Продолжительность</target>
1821 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group> 1847
1822 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group> 1848
1823 </trans-unit> 1849 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1824 <trans-unit id="3589238979642505685"> 1850 <trans-unit id="3589238979642505685">
1825 <source>Display sensitive content</source> 1851 <source>Display sensitive content</source>
1826 <target>Отобразить нежелательный контент</target> 1852 <target>Отобразить нежелательный контент</target>
@@ -1839,10 +1865,10 @@ The link will expire within 1 hour.</source>
1839 <trans-unit id="1806667489382256324"> 1865 <trans-unit id="1806667489382256324">
1840 <source>Category</source> 1866 <source>Category</source>
1841 <target>Категория</target> 1867 <target>Категория</target>
1842 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</context></context-group> 1868
1843 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">63</context></context-group> 1869
1844 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group> 1870
1845 </trans-unit> 1871 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1846 <trans-unit id="5478121364779850827" datatype="html"> 1872 <trans-unit id="5478121364779850827" datatype="html">
1847 <source>Reset</source> 1873 <source>Reset</source>
1848 <target state="translated">Сбросить</target> 1874 <target state="translated">Сбросить</target>
@@ -1860,10 +1886,10 @@ The link will expire within 1 hour.</source>
1860 <trans-unit id="9065795501872450602"> 1886 <trans-unit id="9065795501872450602">
1861 <source>Licence</source> 1887 <source>Licence</source>
1862 <target>Лицензия</target> 1888 <target>Лицензия</target>
1863 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</context></context-group> 1889
1864 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">74</context></context-group> 1890
1865 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group> 1891
1866 </trans-unit> 1892 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1867 <trans-unit id="4184995865179898060" datatype="html"> 1893 <trans-unit id="4184995865179898060" datatype="html">
1868 <source>Display all licenses</source> 1894 <source>Display all licenses</source>
1869 <target state="translated">Показать все лицензии</target> 1895 <target state="translated">Показать все лицензии</target>
@@ -1872,11 +1898,11 @@ The link will expire within 1 hour.</source>
1872 <trans-unit id="2826581353496868063"> 1898 <trans-unit id="2826581353496868063">
1873 <source>Language</source> 1899 <source>Language</source>
1874 <target>Язык</target> 1900 <target>Язык</target>
1875 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</context></context-group> 1901
1876 <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> 1902
1877 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1903
1878 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group> 1904
1879 </trans-unit> 1905 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1880 <trans-unit id="7904142744051432458" datatype="html"> 1906 <trans-unit id="7904142744051432458" datatype="html">
1881 <source>Display all languages</source> 1907 <source>Display all languages</source>
1882 <target state="translated">Отображать все языки</target> 1908 <target state="translated">Отображать все языки</target>
@@ -1891,17 +1917,23 @@ The link will expire within 1 hour.</source>
1891 <source>One of these tags</source> 1917 <source>One of these tags</source>
1892 <target>Один тег</target> 1918 <target>Один тег</target>
1893 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 1919 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
1920 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
1921 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1922 <context-group purpose="location">
1923 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1924 <context context-type="linenumber">178</context>
1925 </context-group>
1894 </trans-unit> 1926 </trans-unit>
1895 <trans-unit id="283421392567624698" datatype="html"> 1927 <trans-unit id="283421392567624698" datatype="html">
1896 <source>Search target</source> 1928 <source>Search target</source>
1897 <target state="translated">Найти</target> 1929 <target state="translated">Найти</target>
1898 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 1930
1899 </trans-unit> 1931 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1900 <trans-unit id="2489767671380266270" datatype="html"> 1932 <trans-unit id="2489767671380266270" datatype="html">
1901 <source>Vidiverse</source> 1933 <source>Vidiverse</source>
1902 <target state="translated">довеленна</target> 1934 <target state="translated">е</target>
1903 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 1935
1904 </trans-unit> 1936 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1905 <trans-unit id="5478121364779850827" datatype="html"> 1937 <trans-unit id="5478121364779850827" datatype="html">
1906 <source>Reset</source> 1938 <source>Reset</source>
1907 <target state="translated">Сбросить</target> 1939 <target state="translated">Сбросить</target>
@@ -1910,8 +1942,8 @@ The link will expire within 1 hour.</source>
1910 <trans-unit id="8829497237648100098"> 1942 <trans-unit id="8829497237648100098">
1911 <source>Filter</source> 1943 <source>Filter</source>
1912 <target>Фильтр</target> 1944 <target>Фильтр</target>
1913 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 1945
1914 </trans-unit> 1946 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1915 <trans-unit id="6479885129995567639" datatype="html"> 1947 <trans-unit id="6479885129995567639" datatype="html">
1916 <source>Video channels</source> 1948 <source>Video channels</source>
1917 <target state="translated">Видео каналы</target> 1949 <target state="translated">Видео каналы</target>
@@ -1947,9 +1979,9 @@ The link will expire within 1 hour.</source>
1947 <trans-unit id="7886570921510760899"> 1979 <trans-unit id="7886570921510760899">
1948 <source>Tags</source> 1980 <source>Tags</source>
1949 <target>Теги</target> 1981 <target>Теги</target>
1950 <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> 1982
1951 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group> 1983
1952 </trans-unit> 1984 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1953 <trans-unit id="354332809647287722" datatype="html"> 1985 <trans-unit id="354332809647287722" datatype="html">
1954 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1986 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1955 <target state="translated">Тэги могут быть использованы для предложения соответствующих рекомендаций. <x id="LINE_BREAK"/> Максимум 5 тегов. <x id="LINE_BREAK"/> Нажмите <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> для добавления нового тега. </target> 1987 <target state="translated">Тэги могут быть использованы для предложения соответствующих рекомендаций. <x id="LINE_BREAK"/> Максимум 5 тегов. <x id="LINE_BREAK"/> Нажмите <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> для добавления нового тега. </target>
@@ -2364,13 +2396,13 @@ The link will expire within 1 hour.</source>
2364 <trans-unit id="9172233176401579786"> 2396 <trans-unit id="9172233176401579786">
2365 <source>Scheduled</source> 2397 <source>Scheduled</source>
2366 <target>Запланировано</target> 2398 <target>Запланировано</target>
2367 2399 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group>
2368 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group></trans-unit> 2400 </trans-unit>
2369 <trans-unit id="1435317307066082710" datatype="html"> 2401 <trans-unit id="1435317307066082710" datatype="html">
2370 <source>Hide the video until a specific date</source> 2402 <source>Hide the video until a specific date</source>
2371 <target state="translated">Скрыть видео до указанной даты</target> 2403 <target state="translated">Скрыть видео до указанной даты</target>
2372 2404 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group>
2373 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 2405 </trans-unit>
2374 <trans-unit id="6148369758871787018" datatype="html"> 2406 <trans-unit id="6148369758871787018" datatype="html">
2375 <source>Video background image</source> 2407 <source>Video background image</source>
2376 <target state="translated">Фоновое изображение видео</target> 2408 <target state="translated">Фоновое изображение видео</target>
@@ -2424,8 +2456,8 @@ The link will expire within 1 hour.</source>
2424 <trans-unit id="6161604372916832458" datatype="html"> 2456 <trans-unit id="6161604372916832458" datatype="html">
2425 <source>Upload on hold</source> 2457 <source>Upload on hold</source>
2426 <target state="translated">Загрузка приостановлена</target> 2458 <target state="translated">Загрузка приостановлена</target>
2427 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group> 2459
2428 </trans-unit> 2460 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2429 <trans-unit id="285180972645018518" datatype="html"> 2461 <trans-unit id="285180972645018518" datatype="html">
2430 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2462 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2431 <target state="translated">Извините, загрузка файлов недоступна для вашей учётной записи. Если вы хотите добавлять видео, свяжитесь с администратором.</target> 2463 <target state="translated">Извините, загрузка файлов недоступна для вашей учётной записи. Если вы хотите добавлять видео, свяжитесь с администратором.</target>
@@ -2744,12 +2776,18 @@ The link will expire within 1 hour.</source>
2744 <source>Origin</source> 2776 <source>Origin</source>
2745 <target state="translated">Источник</target> 2777 <target state="translated">Источник</target>
2746 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group> 2778 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group>
2779 </trans-unit><trans-unit id="6981359593518942576" datatype="html">
2780 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2781 <context-group purpose="location">
2782 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2783 <context context-type="linenumber">14</context>
2784 </context-group>
2747 </trans-unit> 2785 </trans-unit>
2748 <trans-unit id="5139892963394684487"> 2786 <trans-unit id="5139892963394684487">
2749 <source>Originally published</source> 2787 <source>Originally published</source>
2750 <target>Официально опубликовано</target> 2788 <target>Официально опубликовано</target>
2751 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group> 2789
2752 </trans-unit> 2790 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2753 <trans-unit id="6402393085909200998" datatype="html"> 2791 <trans-unit id="6402393085909200998" datatype="html">
2754 <source>Friendly Reminder:</source> 2792 <source>Friendly Reminder:</source>
2755 <target state="translated">Дружеское напоминание:</target> 2793 <target state="translated">Дружеское напоминание:</target>
@@ -3117,11 +3155,6 @@ The link will expire within 1 hour.</source>
3117 <target>ID</target> 3155 <target>ID</target>
3118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3119 </trans-unit> 3157 </trans-unit>
3120 <trans-unit id="2265605798180116441" datatype="html">
3121 <source>Follower handle</source>
3122 <target state="translated">Подписчик</target>
3123 <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>
3124 </trans-unit>
3125 <trans-unit id="5911214550882917183"> 3158 <trans-unit id="5911214550882917183">
3126 <source>State</source> 3159 <source>State</source>
3127 <target>Состояние</target> 3160 <target>Состояние</target>
@@ -3187,11 +3220,6 @@ The link will expire within 1 hour.</source>
3187 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target> 3220 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target>
3188 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3221 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3189 </trans-unit> 3222 </trans-unit>
3190 <trans-unit id="6641024648411549335">
3191 <source>Host</source>
3192 <target>Хост</target>
3193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3194 </trans-unit>
3195 <trans-unit id="6571718060636962350" datatype="html"> 3223 <trans-unit id="6571718060636962350" datatype="html">
3196 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3224 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3197 <target state="translated">Избыточность разрешена <x id="START_TAG_P-SORTICON"/> <x id="CLOSE_TAG_P-SORTICON"/></target> 3225 <target state="translated">Избыточность разрешена <x id="START_TAG_P-SORTICON"/> <x id="CLOSE_TAG_P-SORTICON"/></target>
@@ -3201,7 +3229,7 @@ The link will expire within 1 hour.</source>
3201 <source>Unfollow</source> 3229 <source>Unfollow</source>
3202 <target state="translated">Отписаться</target> 3230 <target state="translated">Отписаться</target>
3203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group>
3204 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group>
3205 </trans-unit> 3233 </trans-unit>
3206 <trans-unit id="8246779176913476983" datatype="html"> 3234 <trans-unit id="8246779176913476983" datatype="html">
3207 <source>Open instance in a new tab</source> 3235 <source>Open instance in a new tab</source>
@@ -3213,28 +3241,18 @@ The link will expire within 1 hour.</source>
3213 <trans-unit id="9132918641931433659" datatype="html"> 3241 <trans-unit id="9132918641931433659" datatype="html">
3214 <source>No host found matching current filters.</source> 3242 <source>No host found matching current filters.</source>
3215 <target state="translated">Не найдено ни одного хоста, соответствующего текущим фильтрам.</target> 3243 <target state="translated">Не найдено ни одного хоста, соответствующего текущим фильтрам.</target>
3216 <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> 3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group>
3217 </trans-unit> 3245 </trans-unit>
3218 <trans-unit id="7274241885665071790" datatype="html"> 3246 <trans-unit id="7274241885665071790" datatype="html">
3219 <source>Your instance is not following anyone.</source> 3247 <source>Your instance is not following anyone.</source>
3220 <target state="translated">Ваш экземпляр ни за кем не подписан.</target> 3248 <target state="translated">Ваш экземпляр ни за кем не подписан.</target>
3221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3249 <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>
3222 </trans-unit> 3250 </trans-unit>
3223 <trans-unit id="4774348799569692380" datatype="html"> 3251 <trans-unit id="4774348799569692380" datatype="html">
3224 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3252 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3225 <target state="translated">Показано <x id="INTERPOLATION"/> по <x id="INTERPOLATION_1"/> из <x id="INTERPOLATION_2"/> хостов</target> 3253 <target state="translated">Показано <x id="INTERPOLATION"/> по <x id="INTERPOLATION_1"/> из <x id="INTERPOLATION_2"/> хостов</target>
3226 <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> 3254 <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>
3227 </trans-unit> 3255 </trans-unit>
3228 <trans-unit id="6275803119759621687" datatype="html">
3229 <source>Follow domains</source>
3230 <target state="translated">Следить за доменами</target>
3231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3232 </trans-unit>
3233 <trans-unit id="1268699198448750610" datatype="html">
3234 <source>Follow instances</source>
3235 <target state="translated">Следить за экземплярами</target>
3236 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3237 </trans-unit>
3238 <trans-unit id="9216117865911519658" datatype="html"> 3256 <trans-unit id="9216117865911519658" datatype="html">
3239 <source>Action</source> 3257 <source>Action</source>
3240 <target state="translated">Действие</target> 3258 <target state="translated">Действие</target>
@@ -3263,9 +3281,9 @@ The link will expire within 1 hour.</source>
3263 <trans-unit id="8286337167859377104"> 3281 <trans-unit id="8286337167859377104">
3264 <source>Create user</source> 3282 <source>Create user</source>
3265 <target>Создать пользователя</target> 3283 <target>Создать пользователя</target>
3266 3284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group>
3267 3285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group>
3268 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3286 </trans-unit>
3269 <trans-unit id="8363291180171434623" datatype="html"> 3287 <trans-unit id="8363291180171434623" datatype="html">
3270 <source>Table parameters</source> 3288 <source>Table parameters</source>
3271 <target state="translated">Параметры таблицы</target> 3289 <target state="translated">Параметры таблицы</target>
@@ -3284,10 +3302,11 @@ The link will expire within 1 hour.</source>
3284 <trans-unit id="5248717555542428023"> 3302 <trans-unit id="5248717555542428023">
3285 <source>Username</source> 3303 <source>Username</source>
3286 <target>Имя пользователя</target> 3304 <target>Имя пользователя</target>
3287 <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>
3288 <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>
3289 <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> 3305 <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>
3290 <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> 3306 <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>
3307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</context></context-group>
3308 <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>
3309 <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>
3291 </trans-unit> 3310 </trans-unit>
3292 <trans-unit id="5428411040014095392" datatype="html"> 3311 <trans-unit id="5428411040014095392" datatype="html">
3293 <source>e.g. jane_doe</source> 3312 <source>e.g. jane_doe</source>
@@ -3318,6 +3337,7 @@ The link will expire within 1 hour.</source>
3318 <target>Роль</target> 3337 <target>Роль</target>
3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</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">136</context></context-group>
3320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3340 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group>
3321 </trans-unit> 3341 </trans-unit>
3322 <trans-unit id="7046347992315328430" datatype="html"> 3342 <trans-unit id="7046347992315328430" datatype="html">
3323 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3343 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
@@ -3335,14 +3355,9 @@ The link will expire within 1 hour.</source>
3335 <trans-unit id="2622255144026150901" datatype="html"> 3355 <trans-unit id="2622255144026150901" datatype="html">
3336 <source>Auth plugin</source> 3356 <source>Auth plugin</source>
3337 <target state="translated">Плагин авторизации</target> 3357 <target state="translated">Плагин авторизации</target>
3338 <context-group purpose="location"> 3358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3339 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3340 <context context-type="linenumber">188</context> 3360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group>
3341 </context-group>
3342 <context-group purpose="location">
3343 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3344 <context context-type="linenumber">188</context>
3345 </context-group>
3346 </trans-unit> 3361 </trans-unit>
3347 <trans-unit id="588099657508661970" datatype="html"> 3362 <trans-unit id="588099657508661970" datatype="html">
3348 <source>None (local authentication)</source> 3363 <source>None (local authentication)</source>
@@ -3595,6 +3610,14 @@ The link will expire within 1 hour.</source>
3595 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3610 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3611 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3597 </trans-unit> 3612 </trans-unit>
3613 <trans-unit id="8390803680962035202" datatype="html">
3614 <source>Follower</source>
3615 <target state="translated">Подписчик</target>
3616 <context-group purpose="location">
3617 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3618 <context context-type="linenumber">24</context>
3619 </context-group>
3620 </trans-unit>
3598 <trans-unit id="4691552465058437520" datatype="html"> 3621 <trans-unit id="4691552465058437520" datatype="html">
3599 <source>Commented video</source> 3622 <source>Commented video</source>
3600 <target state="translated">Прокомментированное видео</target> 3623 <target state="translated">Прокомментированное видео</target>
@@ -3639,43 +3662,28 @@ The link will expire within 1 hour.</source>
3639 <trans-unit id="1807029821872995706" datatype="html"> 3662 <trans-unit id="1807029821872995706" datatype="html">
3640 <source>Unsolved reports</source> 3663 <source>Unsolved reports</source>
3641 <target state="translated">Неразрешенные отчеты</target> 3664 <target state="translated">Неразрешенные отчеты</target>
3642 <context-group purpose="location"> 3665
3643 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3666 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3644 <context context-type="linenumber">42</context>
3645 </context-group>
3646 </trans-unit>
3647 <trans-unit id="2570256912317308673" datatype="html"> 3667 <trans-unit id="2570256912317308673" datatype="html">
3648 <source>Accepted reports</source> 3668 <source>Accepted reports</source>
3649 <target state="translated">Принятые отчеты</target> 3669 <target state="translated">Принятые отчеты</target>
3650 <context-group purpose="location"> 3670
3651 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3671 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3652 <context context-type="linenumber">46</context>
3653 </context-group>
3654 </trans-unit>
3655 <trans-unit id="4335414817109654558" datatype="html"> 3672 <trans-unit id="4335414817109654558" datatype="html">
3656 <source>Refused reports</source> 3673 <source>Refused reports</source>
3657 <target state="translated">Отказано в обращениях</target> 3674 <target state="translated">Отказано в обращениях</target>
3658 <context-group purpose="location"> 3675
3659 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3676 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3660 <context context-type="linenumber">50</context>
3661 </context-group>
3662 </trans-unit>
3663 <trans-unit id="5604806676748121035" datatype="html"> 3677 <trans-unit id="5604806676748121035" datatype="html">
3664 <source>Reports with blocked videos</source> 3678 <source>Reports with blocked videos</source>
3665 <target state="translated">Обращения с заблокированными видео</target> 3679 <target state="translated">Обращения с заблокированными видео</target>
3666 <context-group purpose="location"> 3680
3667 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3681 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3668 <context context-type="linenumber">54</context>
3669 </context-group>
3670 </trans-unit>
3671 <trans-unit id="5105869928182826553" datatype="html"> 3682 <trans-unit id="5105869928182826553" datatype="html">
3672 <source>Reports with deleted videos</source> 3683 <source>Reports with deleted videos</source>
3673 <target state="translated">Обращения с удаленными видео</target> 3684 <target state="translated">Обращения с удаленными видео</target>
3674 <context-group purpose="location"> 3685
3675 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3686 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3676 <context context-type="linenumber">58</context>
3677 </context-group>
3678 </trans-unit>
3679 <trans-unit id="4678289986918934018" datatype="html"> 3687 <trans-unit id="4678289986918934018" datatype="html">
3680 <source>Block reason:</source> 3688 <source>Block reason:</source>
3681 <target state="translated">Причина блокировки:</target> 3689 <target state="translated">Причина блокировки:</target>
@@ -3694,19 +3702,13 @@ The link will expire within 1 hour.</source>
3694 <trans-unit id="7755288609601798418" datatype="html"> 3702 <trans-unit id="7755288609601798418" datatype="html">
3695 <source>Automatic blocks</source> 3703 <source>Automatic blocks</source>
3696 <target state="translated">Автоматически заблокированные</target> 3704 <target state="translated">Автоматически заблокированные</target>
3697 <context-group purpose="location"> 3705
3698 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3699 <context context-type="linenumber">31</context>
3700 </context-group>
3701 </trans-unit>
3702 <trans-unit id="6510868134640657079" datatype="html"> 3707 <trans-unit id="6510868134640657079" datatype="html">
3703 <source>Manual blocks</source> 3708 <source>Manual blocks</source>
3704 <target state="translated">Заблокированные вручную</target> 3709 <target state="translated">Заблокированные вручную</target>
3705 <context-group purpose="location"> 3710
3706 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3707 <context context-type="linenumber">35</context>
3708 </context-group>
3709 </trans-unit>
3710 <trans-unit id="2143435845912984377" datatype="html"> 3712 <trans-unit id="2143435845912984377" datatype="html">
3711 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3713 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3712 <target state="translated">Показано <x id="INTERPOLATION"/> по <x id="INTERPOLATION_1"/> из <x id="INTERPOLATION_2"/> заблокированных видео</target> 3714 <target state="translated">Показано <x id="INTERPOLATION"/> по <x id="INTERPOLATION_1"/> из <x id="INTERPOLATION_2"/> заблокированных видео</target>
@@ -3853,11 +3855,11 @@ The link will expire within 1 hour.</source>
3853 <trans-unit id="2381859602529023966"> 3855 <trans-unit id="2381859602529023966">
3854 <source>Instance</source> 3856 <source>Instance</source>
3855 <target>Сервер</target> 3857 <target>Сервер</target>
3856 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3858
3857 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 3859
3858 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3860
3859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3861
3860 </trans-unit> 3862 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3861 <trans-unit id="1300704815627663264"> 3863 <trans-unit id="1300704815627663264">
3862 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3864 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3863 <target>Отключено в <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3865 <target>Отключено в <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3895,7 +3897,7 @@ The link will expire within 1 hour.</source>
3895 <trans-unit id="4917252294930256268" datatype="html"> 3897 <trans-unit id="4917252294930256268" datatype="html">
3896 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3898 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3897 <target state="translated">Похоже, вы не на сервере HTTPS. На вашем веб-сервере должен быть активирован TLS, чтобы следить за серверами.</target> 3899 <target state="translated">Похоже, вы не на сервере HTTPS. На вашем веб-сервере должен быть активирован TLS, чтобы следить за серверами.</target>
3898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 3900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group>
3899 </trans-unit> 3901 </trans-unit>
3900 <trans-unit id="4058814854824495833" datatype="html"> 3902 <trans-unit id="4058814854824495833" datatype="html">
3901 <source>Mute domains</source> 3903 <source>Mute domains</source>
@@ -3963,14 +3965,14 @@ The link will expire within 1 hour.</source>
3963 <trans-unit id="4580988005648117665"> 3965 <trans-unit id="4580988005648117665">
3964 <source>Search</source> 3966 <source>Search</source>
3965 <target>Поиск</target> 3967 <target>Поиск</target>
3966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group> 3968
3967 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 3969
3968 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group> 3970
3969 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group> 3971
3970 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group> 3972
3971 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group> 3973
3972 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group> 3974
3973 </trans-unit> 3975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3974 <trans-unit id="8630916846096019339" datatype="html"> 3976 <trans-unit id="8630916846096019339" datatype="html">
3975 <source>Users can resolve distant content</source> 3977 <source>Users can resolve distant content</source>
3976 <target state="translated">Пользователи могут искать удаленный контент</target> 3978 <target state="translated">Пользователи могут искать удаленный контент</target>
@@ -5839,10 +5841,7 @@ color: red;
5839 <trans-unit id="5512878593724620692" datatype="html"> 5841 <trans-unit id="5512878593724620692" datatype="html">
5840 <source>CHANNELS</source> 5842 <source>CHANNELS</source>
5841 <target state="translated">КАНАЛЫ</target> 5843 <target state="translated">КАНАЛЫ</target>
5842 <context-group purpose="location"> 5844 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group>
5843 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
5844 <context context-type="linenumber">82</context>
5845 </context-group>
5846 </trans-unit> 5845 </trans-unit>
5847 <trans-unit id="3666829335406793239" datatype="html"> 5846 <trans-unit id="3666829335406793239" datatype="html">
5848 <source>This account does not have channels.</source> 5847 <source>This account does not have channels.</source>
@@ -5883,6 +5882,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5883 <target state="translated">Вы действительно хотите удалить <x id="PH" equiv-text="videoChannel.displayName"/>? Будет удалено <x id="PH_1" equiv-text="videoChannel.videosCount"/> видео загруженное на этот канал, и вы не сможете создать другой канал с таким же именем (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target> 5882 <target state="translated">Вы действительно хотите удалить <x id="PH" equiv-text="videoChannel.displayName"/>? Будет удалено <x id="PH_1" equiv-text="videoChannel.videosCount"/> видео загруженное на этот канал, и вы не сможете создать другой канал с таким же именем (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target>
5884 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 5883 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
5885 </trans-unit> 5884 </trans-unit>
5885 <trans-unit id="4433306639366959484" datatype="html">
5886 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source>
5887 <target state="translated">Введите название видеоканала (<x id="PH" equiv-text="videoChannel.name"/>) для подтверждения</target>
5888 <context-group purpose="location">
5889 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5890 <context context-type="linenumber">48</context>
5891 </context-group>
5892 </trans-unit>
5886 <trans-unit id="5387007581996837469" datatype="html"> 5893 <trans-unit id="5387007581996837469" datatype="html">
5887 <source>My Channels</source> 5894 <source>My Channels</source>
5888 <target state="translated">Мои Каналы</target> 5895 <target state="translated">Мои Каналы</target>
@@ -5940,7 +5947,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5940 </trans-unit> 5947 </trans-unit>
5941 <trans-unit id="400578776928464905" datatype="html"> 5948 <trans-unit id="400578776928464905" datatype="html">
5942 <source>Follower instances (<x id="INTERPOLATION" equiv-text="{{ followersPagination.totalItems }}"/>)</source> 5949 <source>Follower instances (<x id="INTERPOLATION" equiv-text="{{ followersPagination.totalItems }}"/>)</source>
5943 <target state="translated">Экземпляры последователя (<x id="INTERPOLATION" equiv-text="{{ followersPagination.totalItems }}"/>)</target> 5950 <target state="translated">Подписчики этого экземпляра (<x id="INTERPOLATION" equiv-text="{{ followersPagination.totalItems }}"/>)</target>
5944 <context-group purpose="location"> 5951 <context-group purpose="location">
5945 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context> 5952 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
5946 <context context-type="linenumber">4</context> 5953 <context context-type="linenumber">4</context>
@@ -6397,12 +6404,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6397 <trans-unit id="6979021199788941693"> 6404 <trans-unit id="6979021199788941693">
6398 <source>Your message has been sent.</source> 6405 <source>Your message has been sent.</source>
6399 <target>Ваше сообщение было отправлено.</target> 6406 <target>Ваше сообщение было отправлено.</target>
6400 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group> 6407 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group>
6401 </trans-unit> 6408 </trans-unit>
6402 <trans-unit id="2072135752262464360"> 6409 <trans-unit id="2072135752262464360">
6403 <source>You already sent this form recently</source> 6410 <source>You already sent this form recently</source>
6404 <target>Вы уже отправили эту форму совсем недавно</target> 6411 <target>Вы уже отправили эту форму совсем недавно</target>
6405 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group> 6412 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group>
6406 </trans-unit> 6413 </trans-unit>
6407 <trans-unit id="819067926858619041" datatype="html"> 6414 <trans-unit id="819067926858619041" datatype="html">
6408 <source>Account videos</source> 6415 <source>Account videos</source>
@@ -6446,12 +6453,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6446 <trans-unit id="4856575356061361269" datatype="html"> 6453 <trans-unit id="4856575356061361269" datatype="html">
6447 <source><x id="PH"/> direct account followers </source> 6454 <source><x id="PH"/> direct account followers </source>
6448 <target state="translated"><x id="PH"/> прямые подписчики аккаунта </target> 6455 <target state="translated"><x id="PH"/> прямые подписчики аккаунта </target>
6449 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6456 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group>
6450 </trans-unit> 6457 </trans-unit>
6451 <trans-unit id="6250999352462648289" datatype="html"> 6458 <trans-unit id="6250999352462648289" datatype="html">
6452 <source>Report this account</source> 6459 <source>Report this account</source>
6453 <target state="translated">Пожаловаться на этот аккаунт</target> 6460 <target state="translated">Пожаловаться на этот аккаунт</target>
6454 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6461 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group>
6455 </trans-unit> 6462 </trans-unit>
6456 <trans-unit id="1504521795586863905" datatype="html"> 6463 <trans-unit id="1504521795586863905" datatype="html">
6457 <source>VIDEOS</source> 6464 <source>VIDEOS</source>
@@ -6462,30 +6469,18 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6462 <trans-unit id="25349740244798533" datatype="html"> 6469 <trans-unit id="25349740244798533" datatype="html">
6463 <source>Username copied</source> 6470 <source>Username copied</source>
6464 <target state="translated">Имя пользователя скопировано</target> 6471 <target state="translated">Имя пользователя скопировано</target>
6465 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6472 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group>
6466 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6473 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group>
6467 </trans-unit> 6474 </trans-unit>
6468 <trans-unit id="9221735175659318025" datatype="html"> 6475 <trans-unit id="9221735175659318025" datatype="html">
6469 <source>1 subscriber</source> 6476 <source>1 subscriber</source>
6470 <target state="translated">1 подписчик</target> 6477 <target state="translated">1 подписчик</target>
6471 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6478 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group>
6472 </trans-unit> 6479 </trans-unit>
6473 <trans-unit id="4097331874769079975" datatype="html"> 6480 <trans-unit id="4097331874769079975" datatype="html">
6474 <source><x id="PH"/> subscribers</source> 6481 <source><x id="PH"/> subscribers</source>
6475 <target state="translated"><x id="PH"/> подписчиков</target> 6482 <target state="translated"><x id="PH"/> подписчиков</target>
6476 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6483 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group>
6477 </trans-unit>
6478 <trans-unit id="4682675125751819107" datatype="html">
6479 <source>Instances you follow</source>
6480 <target state="translated">Экземпляры, за которыми вы следите</target>
6481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6482 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6483 </trans-unit>
6484 <trans-unit id="8899833753704589712" datatype="html">
6485 <source>Instances following you</source>
6486 <target state="translated">Следующие за вами экземпляры</target>
6487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6489 </trans-unit> 6484 </trans-unit>
6490 <trans-unit id="1035838766454786107" datatype="html"> 6485 <trans-unit id="1035838766454786107" datatype="html">
6491 <source>Audio-only</source> 6486 <source>Audio-only</source>
@@ -6537,6 +6532,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6537 <target>Авто (используя ffmpeg)</target> 6532 <target>Авто (используя ffmpeg)</target>
6538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6539 </trans-unit> 6534 </trans-unit>
6535 <trans-unit id="3642770981085338761" datatype="html">
6536 <source>Followers of your instance</source>
6537 <target state="translated">Подписчики вашего экземпляра</target>
6538 <context-group purpose="location">
6539 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6540 <context context-type="linenumber">3</context>
6541 </context-group>
6542 </trans-unit>
6540 <trans-unit id="931255636742351800" datatype="html"> 6543 <trans-unit id="931255636742351800" datatype="html">
6541 <source>No limit</source> 6544 <source>No limit</source>
6542 <target state="translated">Без ограничении</target> 6545 <target state="translated">Без ограничении</target>
@@ -6684,17 +6687,40 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6684 <trans-unit id="2127446333083057097" datatype="html"> 6687 <trans-unit id="2127446333083057097" datatype="html">
6685 <source>Domain is required.</source> 6688 <source>Domain is required.</source>
6686 <target state="translated">Требуется домен.</target> 6689 <target state="translated">Требуется домен.</target>
6687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6690 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group>
6691 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group>
6692 </trans-unit>
6693 <trans-unit id="7951488350851416577" datatype="html">
6694 <source>Hosts entered are invalid.</source>
6695 <target state="translated">Введенные хосты недействительны.</target>
6696 <context-group purpose="location">
6697 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6698 <context context-type="linenumber">93</context>
6699 </context-group>
6700 </trans-unit>
6701 <trans-unit id="1469559036084108672" datatype="html">
6702 <source>Hosts entered contain duplicates.</source>
6703 <target state="translated">Введенные хосты содержат дубликаты.</target>
6704 <context-group purpose="location">
6705 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6706 <context context-type="linenumber">94</context>
6707 </context-group>
6688 </trans-unit> 6708 </trans-unit>
6689 <trans-unit id="6780793142903080663" datatype="html"> 6709 <trans-unit id="5991533283446904296" datatype="html">
6690 <source>Domains entered are invalid.</source> 6710 <source>Hosts or handles are invalid.</source>
6691 <target state="translated">Введенные домены недействительны.</target> 6711 <target state="translated">Хосты или дескрипторы недействительны.</target>
6692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6712 <context-group purpose="location">
6713 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6714 <context context-type="linenumber">102</context>
6715 </context-group>
6693 </trans-unit> 6716 </trans-unit>
6694 <trans-unit id="5886492514458202177" datatype="html"> 6717 <trans-unit id="6759198394434886237" datatype="html">
6695 <source>Domains entered contain duplicates.</source> 6718 <source>Hosts or handles contain duplicates.</source>
6696 <target state="translated">Введенные домены содержат дубликаты.</target> 6719 <target state="translated">Хосты или дескрипторы содержат дубликаты.</target>
6697 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6720 <context-group purpose="location">
6721 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6722 <context context-type="linenumber">103</context>
6723 </context-group>
6698 </trans-unit> 6724 </trans-unit>
6699 <trans-unit id="240806681889331244"> 6725 <trans-unit id="240806681889331244">
6700 <source>Unlimited</source> 6726 <source>Unlimited</source>
@@ -6854,22 +6880,55 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6854 </target> 6880 </target>
6855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6856 </trans-unit> 6882 </trans-unit>
6883 <trans-unit id="6018246591673612412" datatype="html">
6884 <source>Follow</source>
6885 <target state="translated">Подписаться</target>
6886 <context-group purpose="location">
6887 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6888 <context context-type="linenumber">3</context>
6889 </context-group>
6890 <context-group purpose="location">
6891 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6892 <context context-type="linenumber">37</context>
6893 </context-group>
6894 <context-group purpose="location">
6895 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6896 <context context-type="linenumber">18</context>
6897 </context-group>
6898 </trans-unit>
6899 <trans-unit id="3596798855644241001" datatype="html">
6900 <source>1 host (without "http://"), account handle or channel handle per line</source>
6901 <target state="translated">1 хост (without "http://"), дескриптор аккаунта или дескриптор канала в каждой строке</target>
6902 <context-group purpose="location">
6903 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6904 <context context-type="linenumber">11</context>
6905 </context-group>
6906 </trans-unit>
6857 <trans-unit id="2740793005745065895"> 6907 <trans-unit id="2740793005745065895">
6858 <source><x id="PH"/> is not valid </source> 6908 <source><x id="PH"/> is not valid </source>
6859 <target> 6909 <target>
6860 <x id="PH"/> недействителен 6910 <x id="PH"/> недействителен
6861 </target> 6911 </target>
6862 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6912 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group>
6913 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group>
6863 </trans-unit> 6914 </trans-unit>
6864 <trans-unit id="2355066641781598196"> 6915 <trans-unit id="2355066641781598196">
6865 <source>Follow request(s) sent!</source> 6916 <source>Follow request(s) sent!</source>
6866 <target>Запрос (ы) на подписку отправлены!</target> 6917 <target>Запрос (ы) на подписку отправлены!</target>
6867 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6918 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group>
6919 </trans-unit>
6920 <trans-unit id="3459358413436264734" datatype="html">
6921 <source>Your instance subscriptions</source>
6922 <target state="translated">Ваш экземпляр подписан</target>
6923 <context-group purpose="location">
6924 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6925 <context context-type="linenumber">3</context>
6926 </context-group>
6868 </trans-unit> 6927 </trans-unit>
6869 <trans-unit id="4245720728052819482"> 6928 <trans-unit id="4245720728052819482">
6870 <source>Do you really want to unfollow <x id="PH"/>?</source> 6929 <source>Do you really want to unfollow <x id="PH"/>?</source>
6871 <target>Вы действительно хотите отписаться от <x id="PH"/>?</target> 6930 <target>Вы действительно хотите отписаться от <x id="PH"/>?</target>
6872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group>
6873 </trans-unit> 6932 </trans-unit>
6874 <trans-unit id="9160510009013134726"> 6933 <trans-unit id="9160510009013134726">
6875 <source>Unfollow</source> 6934 <source>Unfollow</source>
@@ -6879,7 +6938,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6879 <trans-unit id="3935234189109112926"> 6938 <trans-unit id="3935234189109112926">
6880 <source>You are not following <x id="PH"/> anymore.</source> 6939 <source>You are not following <x id="PH"/> anymore.</source>
6881 <target>Вы больше не подписаны на <x id="PH"/>.</target> 6940 <target>Вы больше не подписаны на <x id="PH"/>.</target>
6882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group>
6883 </trans-unit> 6942 </trans-unit>
6884 <trans-unit id="2593763089859685916"> 6943 <trans-unit id="2593763089859685916">
6885 <source>enabled</source> 6944 <source>enabled</source>
@@ -6987,121 +7046,121 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6987 <trans-unit id="6473213678768782133" datatype="html"> 7046 <trans-unit id="6473213678768782133" datatype="html">
6988 <source>Internal actions</source> 7047 <source>Internal actions</source>
6989 <target state="translated">Внутренние действия</target> 7048 <target state="translated">Внутренние действия</target>
6990 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7049
6991 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7050
6992 </trans-unit> 7051 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6993 <trans-unit id="4559872264406386913" datatype="html"> 7052 <trans-unit id="4559872264406386913" datatype="html">
6994 <source>Delete report</source> 7053 <source>Delete report</source>
6995 <target state="translated">Удалить жалобу</target> 7054 <target state="translated">Удалить жалобу</target>
6996 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7055
6997 </trans-unit> 7056 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6998 <trans-unit id="5793550984155962433" datatype="html"> 7057 <trans-unit id="5793550984155962433" datatype="html">
6999 <source>Actions for the flagged account</source> 7058 <source>Actions for the flagged account</source>
7000 <target state="translated">Действия для отмеченного аккаунта</target> 7059 <target state="translated">Действия для отмеченного аккаунта</target>
7001 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7060
7002 </trans-unit> 7061 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7003 <trans-unit id="1679841953757186358"> 7062 <trans-unit id="1679841953757186358">
7004 <source>Mark as accepted</source> 7063 <source>Mark as accepted</source>
7005 <target>Пометить как принято</target> 7064 <target>Пометить как принято</target>
7006 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7065
7007 </trans-unit> 7066 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7008 <trans-unit id="7993358694073742566"> 7067 <trans-unit id="7993358694073742566">
7009 <source>Mark as rejected</source> 7068 <source>Mark as rejected</source>
7010 <target>Пометить как отклонено</target> 7069 <target>Пометить как отклонено</target>
7011 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7070
7012 </trans-unit> 7071 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7013 <trans-unit id="4175703770051343108" datatype="html"> 7072 <trans-unit id="4175703770051343108" datatype="html">
7014 <source>Add internal note</source> 7073 <source>Add internal note</source>
7015 <target state="translated">Добавить внутреннюю заметку</target> 7074 <target state="translated">Добавить внутреннюю заметку</target>
7016 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7075
7017 </trans-unit> 7076 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7018 <trans-unit id="296166371893775555" datatype="html"> 7077 <trans-unit id="296166371893775555" datatype="html">
7019 <source>Actions for the video</source> 7078 <source>Actions for the video</source>
7020 <target state="translated">Действия с видео</target> 7079 <target state="translated">Действия с видео</target>
7021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7080
7022 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7081
7023 </trans-unit> 7082 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7024 <trans-unit id="3924877328520650445" datatype="html"> 7083 <trans-unit id="3924877328520650445" datatype="html">
7025 <source>Block video</source> 7084 <source>Block video</source>
7026 <target state="translated">Заблокировать видео</target> 7085 <target state="translated">Заблокировать видео</target>
7027 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7086
7028 </trans-unit> 7087 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7029 <trans-unit id="4762794934098378428" datatype="html"> 7088 <trans-unit id="4762794934098378428" datatype="html">
7030 <source>Video blocked.</source> 7089 <source>Video blocked.</source>
7031 <target state="translated">Видео заблокировано.</target> 7090 <target state="translated">Видео заблокировано.</target>
7032 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7091
7033 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7092
7034 </trans-unit> 7093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7035 <trans-unit id="4328862996304258770" datatype="html"> 7094 <trans-unit id="4328862996304258770" datatype="html">
7036 <source>Unblock video</source> 7095 <source>Unblock video</source>
7037 <target state="translated">Разблокировать видео</target> 7096 <target state="translated">Разблокировать видео</target>
7038 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7097
7039 </trans-unit> 7098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7040 <trans-unit id="9065327551191479877" datatype="html"> 7099 <trans-unit id="9065327551191479877" datatype="html">
7041 <source>Video unblocked.</source> 7100 <source>Video unblocked.</source>
7042 <target state="translated">Видео разблокировано.</target> 7101 <target state="translated">Видео разблокировано.</target>
7043 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7102
7044 </trans-unit> 7103 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7045 <trans-unit id="1250415136605923486"> 7104 <trans-unit id="1250415136605923486">
7046 <source>Do you really want to delete this abuse report?</source> 7105 <source>Do you really want to delete this abuse report?</source>
7047 <target>Вы действительно хотите удалить эту жалобу?</target> 7106 <target>Вы действительно хотите удалить эту жалобу?</target>
7048 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7107
7049 </trans-unit> 7108 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7050 <trans-unit id="3482559157143817408"> 7109 <trans-unit id="3482559157143817408">
7051 <source>Abuse deleted.</source> 7110 <source>Abuse deleted.</source>
7052 <target>Жалоба удалена.</target> 7111 <target>Жалоба удалена.</target>
7053 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7112
7054 </trans-unit> 7113 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7055 <trans-unit id="6282990098351939529" datatype="html"> 7114 <trans-unit id="6282990098351939529" datatype="html">
7056 <source>Deleted comment</source> 7115 <source>Deleted comment</source>
7057 <target state="translated">Комментарий удален</target> 7116 <target state="translated">Комментарий удален</target>
7058 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7117
7059 </trans-unit> 7118 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7060 <trans-unit id="9196775343330824083" datatype="html"> 7119 <trans-unit id="9196775343330824083" datatype="html">
7061 <source>Messages with reporter</source> 7120 <source>Messages with reporter</source>
7062 <target state="translated">Сообщения с репортером</target> 7121 <target state="translated">Сообщения с репортером</target>
7063 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7122
7064 </trans-unit> 7123 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7065 <trans-unit id="8770468575924421391" datatype="html"> 7124 <trans-unit id="8770468575924421391" datatype="html">
7066 <source>Messages with moderators</source> 7125 <source>Messages with moderators</source>
7067 <target state="translated">Сообщения с модераторами</target> 7126 <target state="translated">Сообщения с модераторами</target>
7068 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7127
7069 </trans-unit> 7128 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7070 <trans-unit id="8528549800795985099" datatype="html"> 7129 <trans-unit id="8528549800795985099" datatype="html">
7071 <source>Update internal note</source> 7130 <source>Update internal note</source>
7072 <target state="translated">Обновить внутреннюю заметку</target> 7131 <target state="translated">Обновить внутреннюю заметку</target>
7073 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7132
7074 </trans-unit> 7133 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7075 <trans-unit id="3962242315365992494" datatype="html"> 7134 <trans-unit id="3962242315365992494" datatype="html">
7076 <source>Switch video block to manual</source> 7135 <source>Switch video block to manual</source>
7077 <target state="translated">Переключить видеоблок на ручной</target> 7136 <target state="translated">Переключить видеоблок на ручной</target>
7078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7137
7079 </trans-unit> 7138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7080 <trans-unit id="6906423861055262169" datatype="html"> 7139 <trans-unit id="6906423861055262169" datatype="html">
7081 <source>Video <x id="PH"/> switched to manual block.</source> 7140 <source>Video <x id="PH"/> switched to manual block.</source>
7082 <target state="translated">Видео <x id="PH"/> переключено на ручную блокировку.</target> 7141 <target state="translated">Видео <x id="PH"/> переключено на ручную блокировку.</target>
7083 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7142
7084 </trans-unit> 7143 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7085 <trans-unit id="7293356040886494773" datatype="html"> 7144 <trans-unit id="7293356040886494773" datatype="html">
7086 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7145 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7087 <target state="translated">Вы действительно хотите разблокировать это видео? Оно снова будет доступно в списке видео.</target> 7146 <target state="translated">Вы действительно хотите разблокировать это видео? Оно снова будет доступно в списке видео.</target>
7088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group> 7147
7089 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group> 7148
7090 </trans-unit> 7149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7091 <trans-unit id="4859202148272511129" datatype="html"> 7150 <trans-unit id="4859202148272511129" datatype="html">
7092 <source>Unblock</source> 7151 <source>Unblock</source>
7093 <target state="translated">Разблокировать</target> 7152 <target state="translated">Разблокировать</target>
7094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group> 7153
7095 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group> 7154
7096 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group> 7155
7097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group> 7156
7098 </trans-unit> 7157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7099 <trans-unit id="4922469417589203720" datatype="html"> 7158 <trans-unit id="4922469417589203720" datatype="html">
7100 <source>Video <x id="PH"/> unblocked.</source> 7159 <source>Video <x id="PH"/> unblocked.</source>
7101 <target state="translated">Видео <x id="PH"/> разблокировано.</target> 7160 <target state="translated">Видео <x id="PH"/> разблокировано.</target>
7102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group> 7161
7103 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group> 7162
7104 </trans-unit> 7163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7105 <trans-unit id="6286037250766429054"> 7164 <trans-unit id="6286037250766429054">
7106 <source>yes</source> 7165 <source>yes</source>
7107 <target>да</target> 7166 <target>да</target>
@@ -7352,7 +7411,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7352 <trans-unit id="1519954996184640001"> 7411 <trans-unit id="1519954996184640001">
7353 <source>Error</source> 7412 <source>Error</source>
7354 <target>Ошибка</target> 7413 <target>Ошибка</target>
7355 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7414 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group>
7356 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7415 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group>
7357 </trans-unit> 7416 </trans-unit>
7358 <trans-unit id="5076187961693950167" datatype="html"> 7417 <trans-unit id="5076187961693950167" datatype="html">
@@ -7368,8 +7427,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7368 <trans-unit id="1886888801485703107"> 7427 <trans-unit id="1886888801485703107">
7369 <source>User <x id="PH"/> created.</source> 7428 <source>User <x id="PH"/> created.</source>
7370 <target>Пользователь <x id="PH"/> был создан.</target> 7429 <target>Пользователь <x id="PH"/> был создан.</target>
7371 7430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group>
7372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 7431 </trans-unit>
7373 <trans-unit id="8286337167859377104" datatype="html"> 7432 <trans-unit id="8286337167859377104" datatype="html">
7374 <source>Create user</source> 7433 <source>Create user</source>
7375 <target state="translated">Создать пользователя</target> 7434 <target state="translated">Создать пользователя</target>
@@ -7395,16 +7454,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7395 <target>Изменить пароль пользователя</target> 7454 <target>Изменить пароль пользователя</target>
7396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7397 </trans-unit> 7456 </trans-unit>
7398 <trans-unit id="177544274549739411" datatype="html">
7399 <source>Following list</source>
7400 <target state="translated">Следующий список</target>
7401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7402 </trans-unit>
7403 <trans-unit id="8092429110007204784" datatype="html">
7404 <source>Followers list</source>
7405 <target state="translated">Список подписчиков</target>
7406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7407 </trans-unit>
7408 <trans-unit id="780323526182667308" datatype="html"> 7457 <trans-unit id="780323526182667308" datatype="html">
7409 <source>User <x id="PH"/> updated.</source> 7458 <source>User <x id="PH"/> updated.</source>
7410 <target state="translated">Пользователь <x id="PH"/> обновлён.</target> 7459 <target state="translated">Пользователь <x id="PH"/> обновлён.</target>
@@ -7440,16 +7489,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7440 <target state="translated">Федерация</target> 7489 <target state="translated">Федерация</target>
7441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7442 </trans-unit> 7491 </trans-unit>
7443 <trans-unit id="4682675125751819107" datatype="html">
7444 <source>Instances you follow</source>
7445 <target state="translated">Экземпляры, за которыми вы следите</target>
7446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7447 </trans-unit>
7448 <trans-unit id="8899833753704589712" datatype="html">
7449 <source>Instances following you</source>
7450 <target state="translated">Экземпляры подписанные на вас</target>
7451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7452 </trans-unit>
7453 <trans-unit id="3767259920053407667" datatype="html"> 7492 <trans-unit id="3767259920053407667" datatype="html">
7454 <source>Videos will be deleted, comments will be tombstoned.</source> 7493 <source>Videos will be deleted, comments will be tombstoned.</source>
7455 <target state="translated">Видео будет удалено, комментарии будут заморожены.</target> 7494 <target state="translated">Видео будет удалено, комментарии будут заморожены.</target>
@@ -7481,6 +7520,30 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group> 7520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7482 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group> 7521 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7483 </trans-unit> 7522 </trans-unit>
7523 <trans-unit id="4207916966377787111" datatype="html">
7524 <source>Created</source>
7525 <target state="translated">Создано</target>
7526 <context-group purpose="location">
7527 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7528 <context context-type="linenumber">115</context>
7529 </context-group>
7530 </trans-unit>
7531 <trans-unit id="8140268298586972139" datatype="html">
7532 <source>Daily quota</source>
7533 <target state="translated">Суточная квота</target>
7534 <context-group purpose="location">
7535 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7536 <context context-type="linenumber">120</context>
7537 </context-group>
7538 </trans-unit>
7539 <trans-unit id="7910076708497708162" datatype="html">
7540 <source>Last login</source>
7541 <target state="translated">Последний визит</target>
7542 <context-group purpose="location">
7543 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7544 <context context-type="linenumber">122</context>
7545 </context-group>
7546 </trans-unit>
7484 <trans-unit id="3403978719736970622"> 7547 <trans-unit id="3403978719736970622">
7485 <source>You cannot ban root.</source> 7548 <source>You cannot ban root.</source>
7486 <target state="translated">Вы не можете заблокировать root.</target> 7549 <target state="translated">Вы не можете заблокировать root.</target>
@@ -7784,12 +7847,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7784 <trans-unit id="1137937154872046253"> 7847 <trans-unit id="1137937154872046253">
7785 <source>Video channel <x id="PH"/> created.</source> 7848 <source>Video channel <x id="PH"/> created.</source>
7786 <target>Видеоканал <x id="PH"/> был создан.</target> 7849 <target>Видеоканал <x id="PH"/> был создан.</target>
7787 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 7850 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group>
7788 </trans-unit> 7851 </trans-unit>
7789 <trans-unit id="8723777130353305761"> 7852 <trans-unit id="8723777130353305761">
7790 <source>This name already exists on this instance.</source> 7853 <source>This name already exists on this instance.</source>
7791 <target>Данное название уже занято на этом сервере.</target> 7854 <target>Данное название уже занято на этом сервере.</target>
7792 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 7855 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group>
7793 </trans-unit> 7856 </trans-unit>
7794 <trans-unit id="7589345916094713536"> 7857 <trans-unit id="7589345916094713536">
7795 <source>Video channel <x id="PH"/> updated.</source> 7858 <source>Video channel <x id="PH"/> updated.</source>
@@ -7811,11 +7874,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7811 <target state="translated">Баннер удален.</target> 7874 <target state="translated">Баннер удален.</target>
7812 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group> 7875 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
7813 </trans-unit> 7876 </trans-unit>
7814 <trans-unit id="2575302837003821736">
7815 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7816 <target>Пожалуйста, напишите название канала ( <x id="PH"/>) для подтверждения</target>
7817 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
7818 </trans-unit>
7819 <trans-unit id="624066830180032195"> 7877 <trans-unit id="624066830180032195">
7820 <source>Video channel <x id="PH"/> deleted.</source> 7878 <source>Video channel <x id="PH"/> deleted.</source>
7821 <target>Видеоканал <x id="PH"/> был удалён.</target> 7879 <target>Видеоканал <x id="PH"/> был удалён.</target>
@@ -7968,6 +8026,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7968 <target>Заявка на смена владельца отправлена.</target> 8026 <target>Заявка на смена владельца отправлена.</target>
7969 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8027 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
7970 </trans-unit> 8028 </trans-unit>
8029 <trans-unit id="7699622144571229146" datatype="html">
8030 <source>Sort by</source>
8031 <target state="translated">Сортировать по</target>
8032 <context-group purpose="location">
8033 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8034 <context context-type="linenumber">26</context>
8035 </context-group>
8036 </trans-unit>
7971 <trans-unit id="3245220240937722814"> 8037 <trans-unit id="3245220240937722814">
7972 <source>My channels</source> 8038 <source>My channels</source>
7973 <target>Мои каналы</target> 8039 <target>Мои каналы</target>
@@ -8027,13 +8093,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8027 <trans-unit id="6489275254908395777" datatype="html"> 8093 <trans-unit id="6489275254908395777" datatype="html">
8028 <source>Maximize editor</source> 8094 <source>Maximize editor</source>
8029 <target state="translated">Развернуть редактор</target> 8095 <target state="translated">Развернуть редактор</target>
8030 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8096
8031 </trans-unit> 8097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8032 <trans-unit id="4243591013849340688" datatype="html"> 8098 <trans-unit id="4243591013849340688" datatype="html">
8033 <source>Exit maximized editor</source> 8099 <source>Exit maximized editor</source>
8034 <target state="translated">Выйти из развернутого редактора</target> 8100 <target state="translated">Выйти из развернутого редактора</target>
8035 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8101
8036 </trans-unit> 8102 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8037 <trans-unit id="6537885755702623401" datatype="html"> 8103 <trans-unit id="6537885755702623401" datatype="html">
8038 <source>Now please check your emails to verify your account and complete signup.</source> 8104 <source>Now please check your emails to verify your account and complete signup.</source>
8039 <target state="translated">Теперь, проверьте свою электронную почту, чтобы подтвердить свою учетную запись и завершить регистрацию.</target> 8105 <target state="translated">Теперь, проверьте свою электронную почту, чтобы подтвердить свою учетную запись и завершить регистрацию.</target>
@@ -8065,7 +8131,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8065 <target>Подписаться на аккаунт</target> 8131 <target>Подписаться на аккаунт</target>
8066 8132
8067 8133
8068 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8134 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8069 <trans-unit id="3131904093925601441" datatype="html"> 8135 <trans-unit id="3131904093925601441" datatype="html">
8070 <source>PLAYLISTS</source> 8136 <source>PLAYLISTS</source>
8071 <target state="translated">ПЛЕЙЛИСТЫ</target> 8137 <target state="translated">ПЛЕЙЛИСТЫ</target>
@@ -8112,33 +8178,33 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8112 <trans-unit id="3779524668013120370"> 8178 <trans-unit id="3779524668013120370">
8113 <source>Go to my subscriptions</source> 8179 <source>Go to my subscriptions</source>
8114 <target>Перейти на мои подписки</target> 8180 <target>Перейти на мои подписки</target>
8115 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8181 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group>
8116 </trans-unit> 8182 </trans-unit>
8117 <trans-unit id="1136469849928650779"> 8183 <trans-unit id="1136469849928650779">
8118 <source>Go to my videos</source> 8184 <source>Go to my videos</source>
8119 <target>Перейти на мои видео</target> 8185 <target>Перейти на мои видео</target>
8120 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8186 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group>
8121 </trans-unit> 8187 </trans-unit>
8122 <trans-unit id="7836683738999600376"> 8188 <trans-unit id="7836683738999600376">
8123 <source>Go to my imports</source> 8189 <source>Go to my imports</source>
8124 <target>Перейти на мои импортированные видео</target> 8190 <target>Перейти на мои импортированные видео</target>
8125 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8191 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group>
8126 </trans-unit> 8192 </trans-unit>
8127 <trans-unit id="7511292153332773503"> 8193 <trans-unit id="7511292153332773503">
8128 <source>Go to my channels</source> 8194 <source>Go to my channels</source>
8129 <target>Перейти на мои каналы</target> 8195 <target>Перейти на мои каналы</target>
8130 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8196 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group>
8131 </trans-unit> 8197 </trans-unit>
8132 <trans-unit id="2013324644839511073" datatype="html"> 8198 <trans-unit id="2013324644839511073" datatype="html">
8133 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8199 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8134Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8200Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8135 <target state="translated">Не удается получить учетные данные клиента OAuth: <x id="PH" equiv-text="error.text"/>. Убедитесь, что вы правильно настроили PeerTube (config / directory), в частности раздел «веб-сервер».</target> 8201 <target state="translated">Не удается получить учетные данные клиента OAuth: <x id="PH" equiv-text="error.text"/>. Убедитесь, что вы правильно настроили PeerTube (config / directory), в частности раздел «веб-сервер».</target>
8136 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8202 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group>
8137 </trans-unit> 8203 </trans-unit>
8138 <trans-unit id="375263728166936544"> 8204 <trans-unit id="375263728166936544">
8139 <source>You need to reconnect.</source> 8205 <source>You need to reconnect.</source>
8140 <target>Вам необходимо переподключиться.</target> 8206 <target>Вам необходимо переподключиться.</target>
8141 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8207 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group>
8142 </trans-unit> 8208 </trans-unit>
8143 <trans-unit id="2206638022166154361"> 8209 <trans-unit id="2206638022166154361">
8144 <source>Keyboard Shortcuts:</source> 8210 <source>Keyboard Shortcuts:</source>
@@ -8153,6 +8219,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8153 <context context-type="linenumber">98</context> 8219 <context context-type="linenumber">98</context>
8154 </context-group> 8220 </context-group>
8155 </trans-unit> 8221 </trans-unit>
8222 <trans-unit id="4024404994702813072" datatype="html">
8223 <source>In my library</source>
8224 <target state="translated">В моей библиотеке</target>
8225 <context-group purpose="location">
8226 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8227 <context context-type="linenumber">104</context>
8228 </context-group>
8229 </trans-unit>
8156 <trans-unit id="232050922346936574" datatype="html"> 8230 <trans-unit id="232050922346936574" datatype="html">
8157 <source>Trending</source> 8231 <source>Trending</source>
8158 <target state="translated">В тренде</target> 8232 <target state="translated">В тренде</target>
@@ -8180,37 +8254,37 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8180 <trans-unit id="1266887509445371246"> 8254 <trans-unit id="1266887509445371246">
8181 <source>Incorrect username or password.</source> 8255 <source>Incorrect username or password.</source>
8182 <target>Неверное имя пользователя или пароль.</target> 8256 <target>Неверное имя пользователя или пароль.</target>
8183 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8257 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group>
8184 </trans-unit> 8258 </trans-unit>
8185 <trans-unit id="6974874606619467663" datatype="html"> 8259 <trans-unit id="6974874606619467663" datatype="html">
8186 <source>Your account is blocked.</source> 8260 <source>Your account is blocked.</source>
8187 <target state="translated">Ваш аккаунт заблокирован.</target> 8261 <target state="translated">Ваш аккаунт заблокирован.</target>
8188 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8262 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group>
8189 </trans-unit> 8263 </trans-unit>
8190 <trans-unit id="7939914198003891823" datatype="html"> 8264 <trans-unit id="7939914198003891823" datatype="html">
8191 <source>any language</source> 8265 <source>any language</source>
8192 <target state="translated">любой язык</target> 8266 <target state="translated">любой язык</target>
8193 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group> 8267 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group>
8194 </trans-unit> 8268 </trans-unit>
8195 <trans-unit id="5633144232269377096" datatype="html"> 8269 <trans-unit id="5633144232269377096" datatype="html">
8196 <source>hide</source> 8270 <source>hide</source>
8197 <target state="translated">скрыть</target> 8271 <target state="translated">скрыть</target>
8198 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group> 8272 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group>
8199 </trans-unit> 8273 </trans-unit>
8200 <trans-unit id="8603861867909474404" datatype="html"> 8274 <trans-unit id="8603861867909474404" datatype="html">
8201 <source>blur</source> 8275 <source>blur</source>
8202 <target state="translated">размытие</target> 8276 <target state="translated">размытие</target>
8203 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group> 8277 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group>
8204 </trans-unit> 8278 </trans-unit>
8205 <trans-unit id="4534458451100881847" datatype="html"> 8279 <trans-unit id="4534458451100881847" datatype="html">
8206 <source>display</source> 8280 <source>display</source>
8207 <target state="translated">отображение</target> 8281 <target state="translated">отображение</target>
8208 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group> 8282 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group>
8209 </trans-unit> 8283 </trans-unit>
8210 <trans-unit id="4467323362722952678" datatype="html"> 8284 <trans-unit id="4467323362722952678" datatype="html">
8211 <source>Unknown</source> 8285 <source>Unknown</source>
8212 <target state="translated">Неизвестно</target> 8286 <target state="translated">Неизвестно</target>
8213 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group> 8287 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group>
8214 </trans-unit> 8288 </trans-unit>
8215 <trans-unit id="8781423666414310853"> 8289 <trans-unit id="8781423666414310853">
8216 <source>Your password has been successfully reset!</source> 8290 <source>Your password has been successfully reset!</source>
@@ -8324,12 +8398,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8324 <trans-unit id="3208627574396957172" datatype="html"> 8398 <trans-unit id="3208627574396957172" datatype="html">
8325 <source>Search index is unavailable. Retrying with instance results instead.</source> 8399 <source>Search index is unavailable. Retrying with instance results instead.</source>
8326 <target state="translated">Индекс поиска недоступен. Попытка поиска в экземпляре.</target> 8400 <target state="translated">Индекс поиска недоступен. Попытка поиска в экземпляре.</target>
8327 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group> 8401
8328 </trans-unit> 8402 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8329 <trans-unit id="307702206382241469" datatype="html"> 8403 <trans-unit id="307702206382241469" datatype="html">
8330 <source>Search error</source> 8404 <source>Search error</source>
8331 <target state="translated">Ошибка поиска</target> 8405 <target state="translated">Ошибка поиска</target>
8332 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group> 8406
8407 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8408 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8409 <context-group purpose="location">
8410 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8411 <context context-type="linenumber">329</context>
8412 </context-group>
8333 </trans-unit> 8413 </trans-unit>
8334 <trans-unit id="4580988005648117665" datatype="html"> 8414 <trans-unit id="4580988005648117665" datatype="html">
8335 <source>Search</source> 8415 <source>Search</source>
@@ -9531,19 +9611,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9531 <trans-unit id="2558977494773636050"> 9611 <trans-unit id="2558977494773636050">
9532 <source>Account <x id="PH"/> muted by the instance.</source> 9612 <source>Account <x id="PH"/> muted by the instance.</source>
9533 <target>Аккаунт <x id="PH"/> заглушен сервером.</target> 9613 <target>Аккаунт <x id="PH"/> заглушен сервером.</target>
9534 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group> 9614
9535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group> 9615
9536 </trans-unit> 9616 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9537 <trans-unit id="1595779426198793580" datatype="html"> 9617 <trans-unit id="1595779426198793580" datatype="html">
9538 <source>Mute server</source> 9618 <source>Mute server</source>
9539 <target state="translated">Отключить сервер</target> 9619 <target state="translated">Отключить сервер</target>
9540 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 9620
9541 </trans-unit> 9621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9542 <trans-unit id="8014491157078444256" datatype="html"> 9622 <trans-unit id="8014491157078444256" datatype="html">
9543 <source>Server <x id="PH"/> muted by the instance.</source> 9623 <source>Server <x id="PH"/> muted by the instance.</source>
9544 <target state="translated">Сервер <x id="PH"/> отключен экземпляром.</target> 9624 <target state="translated">Сервер <x id="PH"/> отключен экземпляром.</target>
9545 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 9625
9546 </trans-unit> 9626 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9547 <trans-unit id="2044813052587776285" datatype="html"> 9627 <trans-unit id="2044813052587776285" datatype="html">
9548 <source>Add a message to communicate with the reporter</source> 9628 <source>Add a message to communicate with the reporter</source>
9549 <target state="translated">Добавьте сообщение для общения с репортером</target> 9629 <target state="translated">Добавьте сообщение для общения с репортером</target>
@@ -9783,17 +9863,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9783 <trans-unit id="968295009933361070"> 9863 <trans-unit id="968295009933361070">
9784 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 9864 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
9785 <target>Слишком много попыток, пожалуйста, попробуйте снова через <x id="PH"/> минут.</target> 9865 <target>Слишком много попыток, пожалуйста, попробуйте снова через <x id="PH"/> минут.</target>
9786 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9866 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group>
9787 </trans-unit> 9867 </trans-unit>
9788 <trans-unit id="4965472196059235310"> 9868 <trans-unit id="4965472196059235310">
9789 <source>Too many attempts, please try again later.</source> 9869 <source>Too many attempts, please try again later.</source>
9790 <target>Слишком много попыток, пожалуйста, попробуйте ещё раз позже.</target> 9870 <target>Слишком много попыток, пожалуйста, попробуйте ещё раз позже.</target>
9791 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9871 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group>
9792 </trans-unit> 9872 </trans-unit>
9793 <trans-unit id="1693549688987384699"> 9873 <trans-unit id="1693549688987384699">
9794 <source>Server error. Please retry later.</source> 9874 <source>Server error. Please retry later.</source>
9795 <target>Ошибка сервера. Пожалуйста, повторите попытку позже.</target> 9875 <target>Ошибка сервера. Пожалуйста, повторите попытку позже.</target>
9796 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9876 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group>
9797 </trans-unit> 9877 </trans-unit>
9798 <trans-unit id="5927402622550505067" datatype="html"> 9878 <trans-unit id="5927402622550505067" datatype="html">
9799 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9879 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
@@ -9901,29 +9981,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9901 <trans-unit id="2909684945706361544" datatype="html"> 9981 <trans-unit id="2909684945706361544" datatype="html">
9902 <source>Delete video</source> 9982 <source>Delete video</source>
9903 <target state="translated">Удалить видео</target> 9983 <target state="translated">Удалить видео</target>
9904 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 9984
9905 </trans-unit> 9985 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9906 <trans-unit id="2210418817778733727" datatype="html"> 9986 <trans-unit id="2210418817778733727" datatype="html">
9907 <source>Actions for the comment</source> 9987 <source>Actions for the comment</source>
9908 <target state="translated">Действия над комментарием</target> 9988 <target state="translated">Действия над комментарием</target>
9909 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 9989
9910 </trans-unit> 9990 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9911 <trans-unit id="7978668497183230348" datatype="html"> 9991 <trans-unit id="7978668497183230348" datatype="html">
9912 <source>Delete comment</source> 9992 <source>Delete comment</source>
9913 <target state="translated">Удалить комментарий</target> 9993 <target state="translated">Удалить комментарий</target>
9914 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 9994
9915 </trans-unit> 9995 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9916 <trans-unit id="6747218355168080191" datatype="html"> 9996 <trans-unit id="6747218355168080191" datatype="html">
9917 <source>Do you really want to delete this comment?</source> 9997 <source>Do you really want to delete this comment?</source>
9918 <target state="translated">Вы действительно хотите удалить этот комментарий?</target> 9998 <target state="translated">Вы действительно хотите удалить этот комментарий?</target>
9919 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group> 9999
9920 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group> 10000
9921 </trans-unit> 10001 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9922 <trans-unit id="7837272126865175984" datatype="html"> 10002 <trans-unit id="7837272126865175984" datatype="html">
9923 <source>Comment deleted.</source> 10003 <source>Comment deleted.</source>
9924 <target state="translated">Комментарий удален.</target> 10004 <target state="translated">Комментарий удален.</target>
9925 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 10005
9926 </trans-unit> 10006 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9927 <trans-unit id="346270517625845962" datatype="html"> 10007 <trans-unit id="346270517625845962" datatype="html">
9928 <source>Encoder</source> 10008 <source>Encoder</source>
9929 <target state="translated">Кодировщик</target> 10009 <target state="translated">Кодировщик</target>
@@ -9965,31 +10045,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9965 <trans-unit id="1472171759957681533"> 10045 <trans-unit id="1472171759957681533">
9966 <source>Video reported.</source> 10046 <source>Video reported.</source>
9967 <target>Видео обжаловано.</target> 10047 <target>Видео обжаловано.</target>
9968 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10048
9969 </trans-unit> 10049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9970 <trans-unit id="3622946684246476652"> 10050 <trans-unit id="3622946684246476652">
9971 <source>Do you really want to delete this video?</source> 10051 <source>Do you really want to delete this video?</source>
9972 <target>Вы действительно хотите удалить это видео?</target> 10052 <target>Вы действительно хотите удалить это видео?</target>
9973 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10053
9974 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10054
9975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10055
9976 </trans-unit> 10056 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9977 <trans-unit id="3941342949736653028" datatype="html"> 10057 <trans-unit id="3941342949736653028" datatype="html">
9978 <source>Video deleted.</source> 10058 <source>Video deleted.</source>
9979 <target state="translated">Видео удалено.</target> 10059 <target state="translated">Видео удалено.</target>
9980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10060
9981 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10061
9982 </trans-unit> 10062 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9983 <trans-unit id="5072091387445907742" datatype="html"> 10063 <trans-unit id="5072091387445907742" datatype="html">
9984 <source>Actions for the reporter</source> 10064 <source>Actions for the reporter</source>
9985 <target state="translated">Действия для репортера</target> 10065 <target state="translated">Действия для репортера</target>
9986 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10066
9987 </trans-unit> 10067 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9988 <trans-unit id="6599069899275412095" datatype="html"> 10068 <trans-unit id="6599069899275412095" datatype="html">
9989 <source>Mute reporter</source> 10069 <source>Mute reporter</source>
9990 <target state="translated">Отключить репортера</target> 10070 <target state="translated">Отключить репортера</target>
9991 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10071
9992 </trans-unit> 10072 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9993 <trans-unit id="2990849907502572301" datatype="html"> 10073 <trans-unit id="2990849907502572301" datatype="html">
9994 <source>This video will be duplicated by your instance.</source> 10074 <source>This video will be duplicated by your instance.</source>
9995 <target state="translated">Это видео будет продублировано вашим экземпляром.</target> 10075 <target state="translated">Это видео будет продублировано вашим экземпляром.</target>
@@ -10068,9 +10148,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10068 <trans-unit id="4903651219400691248" datatype="html"> 10148 <trans-unit id="4903651219400691248" datatype="html">
10069 <source>Mute account</source> 10149 <source>Mute account</source>
10070 <target state="translated">Отключить аккаунт</target> 10150 <target state="translated">Отключить аккаунт</target>
10071 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10151
10072 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10152
10073 </trans-unit> 10153 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10074 <trans-unit id="4021487547497211597" datatype="html"> 10154 <trans-unit id="4021487547497211597" datatype="html">
10075 <source>Open video actions</source> 10155 <source>Open video actions</source>
10076 <target state="translated">Открыть видео события</target> 10156 <target state="translated">Открыть видео события</target>
@@ -10086,8 +10166,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10086 <trans-unit id="3719503424625455635" datatype="html"> 10166 <trans-unit id="3719503424625455635" datatype="html">
10087 <source>Mute server account</source> 10167 <source>Mute server account</source>
10088 <target state="translated">Отключить аккаунт сервера</target> 10168 <target state="translated">Отключить аккаунт сервера</target>
10089 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10169
10090 </trans-unit> 10170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10091 <trans-unit id="7008439939460403347"> 10171 <trans-unit id="7008439939460403347">
10092 <source>Report</source> 10172 <source>Report</source>
10093 <target>Пожаловаться</target> 10173 <target>Пожаловаться</target>
@@ -10184,33 +10264,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10184 <trans-unit id="2439066254855913806"> 10264 <trans-unit id="2439066254855913806">
10185 <source>Only I can see this video</source> 10265 <source>Only I can see this video</source>
10186 <target>Только я могу видеть это видео</target> 10266 <target>Только я могу видеть это видео</target>
10187 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10267
10188 </trans-unit> 10268 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10189 <trans-unit id="6767380569816110388" datatype="html"> 10269 <trans-unit id="6767380569816110388" datatype="html">
10190 <source>Only shareable via a private link</source> 10270 <source>Only shareable via a private link</source>
10191 <target state="translated">Можно поделиться только по частной ссылке</target> 10271 <target state="translated">Можно поделиться только по частной ссылке</target>
10192 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10272
10193 </trans-unit> 10273 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10194 <trans-unit id="6828965264297239528"> 10274 <trans-unit id="6828965264297239528">
10195 <source>Anyone can see this video</source> 10275 <source>Anyone can see this video</source>
10196 <target>Все могут видеть это видео</target> 10276 <target>Все могут видеть это видео</target>
10197 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10277
10198 </trans-unit> 10278 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10199 <trans-unit id="1425933035739773115" datatype="html"> 10279 <trans-unit id="1425933035739773115" datatype="html">
10200 <source>Only users of this instance can see this video</source> 10280 <source>Only users of this instance can see this video</source>
10201 <target state="translated">Это видео могут просматривать только пользователи этого экземпляра</target> 10281 <target state="translated">Это видео могут просматривать только пользователи этого экземпляра</target>
10202 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10282
10203 </trans-unit> 10283 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10204 <trans-unit id="8312101634344200207" datatype="html"> 10284 <trans-unit id="8312101634344200207" datatype="html">
10205 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10285 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10206 <target state="translated"><x id="PH" equiv-text="this.views"/> зрителей</target> 10286 <target state="translated"><x id="PH" equiv-text="this.views"/> зрителей</target>
10207 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group> 10287
10208 </trans-unit> 10288 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10209 <trans-unit id="7756087706411154095" datatype="html"> 10289 <trans-unit id="7756087706411154095" datatype="html">
10210 <source><x id="PH" equiv-text="this.views"/> views</source> 10290 <source><x id="PH" equiv-text="this.views"/> views</source>
10211 <target state="translated"><x id="PH" equiv-text="this.views"/> просмотров</target> 10291 <target state="translated"><x id="PH" equiv-text="this.views"/> просмотров</target>
10212 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group> 10292
10213 </trans-unit> 10293 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10214 <trans-unit id="ngb.alert.close" datatype="html"> 10294 <trans-unit id="ngb.alert.close" datatype="html">
10215 <source>Close</source> 10295 <source>Close</source>
10216 <target state="translated">Закрыть</target> 10296 <target state="translated">Закрыть</target>
@@ -10385,33 +10465,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10385 <trans-unit id="3284171506518522275"> 10465 <trans-unit id="3284171506518522275">
10386 <source>Your video was uploaded to your account and is private.</source> 10466 <source>Your video was uploaded to your account and is private.</source>
10387 <target>Ваше видео было загружено на ваш аккаунт и является приватным.</target> 10467 <target>Ваше видео было загружено на ваш аккаунт и является приватным.</target>
10388 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group> 10468
10389 </trans-unit> 10469 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10390 <trans-unit id="5699822024600815733"> 10470 <trans-unit id="5699822024600815733">
10391 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10471 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10392 <target>Но связанные данные (теги, описание...) будут потеряны, вы уверены, что хотите покинуть эту страницу?</target> 10472 <target>Но связанные данные (теги, описание...) будут потеряны, вы уверены, что хотите покинуть эту страницу?</target>
10393 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group> 10473
10394 </trans-unit> 10474 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10395 <trans-unit id="1219739004043110649"> 10475 <trans-unit id="1219739004043110649">
10396 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10476 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10397 <target>Ваше видео еще не загружено, вы уверены, что хотите покинуть эту страницу?</target> 10477 <target>Ваше видео еще не загружено, вы уверены, что хотите покинуть эту страницу?</target>
10398 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group> 10478
10399 </trans-unit> 10479 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10400 <trans-unit id="6932865105766151309" datatype="html"> 10480 <trans-unit id="6932865105766151309" datatype="html">
10401 <source>Upload</source> 10481 <source>Upload</source>
10402 <target state="translated">Загрузить</target> 10482 <target state="translated">Загрузить</target>
10403 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group> 10483
10404 </trans-unit> 10484 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10405 <trans-unit id="8278735427925094503" datatype="html"> 10485 <trans-unit id="8278735427925094503" datatype="html">
10406 <source>Upload <x id="PH"/> </source> 10486 <source>Upload <x id="PH"/> </source>
10407 <target state="translated">Загрузить <x id="PH"/> </target> 10487 <target state="translated">Загрузить <x id="PH"/> </target>
10408 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group> 10488
10409 </trans-unit> 10489 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10410 <trans-unit id="5981816353437801748"> 10490 <trans-unit id="5981816353437801748">
10411 <source>Video published.</source> 10491 <source>Video published.</source>
10412 <target>Видео опубликовано.</target> 10492 <target>Видео опубликовано.</target>
10413 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group> 10493
10414 </trans-unit> 10494 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10415 <trans-unit id="764164089183618119"> 10495 <trans-unit id="764164089183618119">
10416 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10496 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10417 <target>У вас есть несохраненные изменения! Если вы уйдете, ваши изменения будут потеряны.</target> 10497 <target>У вас есть несохраненные изменения! Если вы уйдете, ваши изменения будут потеряны.</target>
@@ -10458,27 +10538,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10458 <trans-unit id="961774488937452220" datatype="html"> 10538 <trans-unit id="961774488937452220" datatype="html">
10459 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10539 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10460 <target state="translated">Это видео недоступно в этом экземпляре. Вы хотите, чтобы вас перенаправили на исходный экземпляр: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10540 <target state="translated">Это видео недоступно в этом экземпляре. Вы хотите, чтобы вас перенаправили на исходный экземпляр: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10461 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group> 10541 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group>
10462 </trans-unit> 10542 </trans-unit>
10463 <trans-unit id="5761611056224181752" datatype="html"> 10543 <trans-unit id="5761611056224181752" datatype="html">
10464 <source>Redirection</source> 10544 <source>Redirection</source>
10465 <target state="translated">Перенаправление</target> 10545 <target state="translated">Перенаправление</target>
10466 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group> 10546 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group>
10467 </trans-unit> 10547 </trans-unit>
10468 <trans-unit id="8858527736400081688"> 10548 <trans-unit id="8858527736400081688">
10469 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10549 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10470 <target>Это видео содержит зрелый или откровенный контент. Вы уверены, что хотите посмотреть его?</target> 10550 <target>Это видео содержит зрелый или откровенный контент. Вы уверены, что хотите посмотреть его?</target>
10471 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group> 10551 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group>
10472 </trans-unit> 10552 </trans-unit>
10473 <trans-unit id="3937119019020041049"> 10553 <trans-unit id="3937119019020041049">
10474 <source>Mature or explicit content</source> 10554 <source>Mature or explicit content</source>
10475 <target>Зрелый или откровенный контент</target> 10555 <target>Зрелый или откровенный контент</target>
10476 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group> 10556 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group>
10477 </trans-unit> 10557 </trans-unit>
10478 <trans-unit id="1755474755114288376" datatype="html"> 10558 <trans-unit id="1755474755114288376" datatype="html">
10479 <source>Up Next</source> 10559 <source>Up Next</source>
10480 <target state="translated">Следующий</target> 10560 <target state="translated">Следующий</target>
10481 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group> 10561 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group>
10482 </trans-unit> 10562 </trans-unit>
10483 <trans-unit id="2159130950882492111" datatype="html"> 10563 <trans-unit id="2159130950882492111" datatype="html">
10484 <source>Cancel</source> 10564 <source>Cancel</source>
@@ -10488,63 +10568,63 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10488 <trans-unit id="3354816756665089864" datatype="html"> 10568 <trans-unit id="3354816756665089864" datatype="html">
10489 <source>Autoplay is suspended</source> 10569 <source>Autoplay is suspended</source>
10490 <target state="translated">Автовоспроизведение приостановлено</target> 10570 <target state="translated">Автовоспроизведение приостановлено</target>
10491 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group> 10571 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group>
10492 </trans-unit> 10572 </trans-unit>
10493 <trans-unit id="7895294730547405228" datatype="html"> 10573 <trans-unit id="7895294730547405228" datatype="html">
10494 <source>Enter/exit fullscreen (requires player focus)</source> 10574 <source>Enter/exit fullscreen (requires player focus)</source>
10495 <target state="translated">Вход / выход в полноэкранный режим (требуется фокус проигрывателя)</target> 10575 <target state="translated">Вход / выход в полноэкранный режим (требуется фокус проигрывателя)</target>
10496 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group> 10576
10497 </trans-unit> 10577 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10498 <trans-unit id="7618388257165864759" datatype="html"> 10578 <trans-unit id="7618388257165864759" datatype="html">
10499 <source>Play/Pause the video (requires player focus)</source> 10579 <source>Play/Pause the video (requires player focus)</source>
10500 <target state="translated">Воспроизвести / приостановить видео (требуется фокус проигрывателя)</target> 10580 <target state="translated">Воспроизвести / приостановить видео (требуется фокус проигрывателя)</target>
10501 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group> 10581
10502 </trans-unit> 10582 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10503 <trans-unit id="7761890399634216630" datatype="html"> 10583 <trans-unit id="7761890399634216630" datatype="html">
10504 <source>Mute/unmute the video (requires player focus)</source> 10584 <source>Mute/unmute the video (requires player focus)</source>
10505 <target state="translated">Отключить / включить видео (требуется фокус проигрывателя)</target> 10585 <target state="translated">Отключить / включить видео (требуется фокус проигрывателя)</target>
10506 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group> 10586
10507 </trans-unit> 10587 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10508 <trans-unit id="5996585232248234904" datatype="html"> 10588 <trans-unit id="5996585232248234904" datatype="html">
10509 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10589 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10510 <target state="translated">Переход к проценту от видео: 0 - 0%, 9 - 90% (требуется фокус проигрывателя)</target> 10590 <target state="translated">Переход к проценту от видео: 0 - 0%, 9 - 90% (требуется фокус проигрывателя)</target>
10511 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group> 10591
10512 </trans-unit> 10592 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10513 <trans-unit id="3748765405903319998" datatype="html"> 10593 <trans-unit id="3748765405903319998" datatype="html">
10514 <source>Increase the volume (requires player focus)</source> 10594 <source>Increase the volume (requires player focus)</source>
10515 <target state="translated">Увеличьте громкость (требуется фокус проигрывателя)</target> 10595 <target state="translated">Увеличьте громкость (требуется фокус проигрывателя)</target>
10516 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group> 10596
10517 </trans-unit> 10597 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10518 <trans-unit id="5810704036407159982" datatype="html"> 10598 <trans-unit id="5810704036407159982" datatype="html">
10519 <source>Decrease the volume (requires player focus)</source> 10599 <source>Decrease the volume (requires player focus)</source>
10520 <target state="translated">Уменьшить громкость (требуется фокус проигрывателя)</target> 10600 <target state="translated">Уменьшить громкость (требуется фокус проигрывателя)</target>
10521 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group> 10601
10522 </trans-unit> 10602 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10523 <trans-unit id="2622048822548065691" datatype="html"> 10603 <trans-unit id="2622048822548065691" datatype="html">
10524 <source>Seek the video forward (requires player focus)</source> 10604 <source>Seek the video forward (requires player focus)</source>
10525 <target state="translated">Искать видео вперед(требуется фокус проигрывателя)</target> 10605 <target state="translated">Искать видео вперед(требуется фокус проигрывателя)</target>
10526 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group> 10606
10527 </trans-unit> 10607 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10528 <trans-unit id="6540078205109221153" datatype="html"> 10608 <trans-unit id="6540078205109221153" datatype="html">
10529 <source>Seek the video backward (requires player focus)</source> 10609 <source>Seek the video backward (requires player focus)</source>
10530 <target state="translated">Искать видео в обратном направлении (требуется фокус проигрывателя)</target> 10610 <target state="translated">Искать видео в обратном направлении (требуется фокус проигрывателя)</target>
10531 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group> 10611
10532 </trans-unit> 10612 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10533 <trans-unit id="1956491957766210808" datatype="html"> 10613 <trans-unit id="1956491957766210808" datatype="html">
10534 <source>Increase playback rate (requires player focus)</source> 10614 <source>Increase playback rate (requires player focus)</source>
10535 <target state="translated">Увеличить скорость воспроизведения(требуется фокус проигрывателя)</target> 10615 <target state="translated">Увеличить скорость воспроизведения(требуется фокус проигрывателя)</target>
10536 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group> 10616
10537 </trans-unit> 10617 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10538 <trans-unit id="5495529997674803186" datatype="html"> 10618 <trans-unit id="5495529997674803186" datatype="html">
10539 <source>Decrease playback rate (requires player focus)</source> 10619 <source>Decrease playback rate (requires player focus)</source>
10540 <target state="translated">Уменьшить скорость воспроизведения (требуется фокус проигрывателя)</target> 10620 <target state="translated">Уменьшить скорость воспроизведения (требуется фокус проигрывателя)</target>
10541 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group> 10621
10542 </trans-unit> 10622 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10543 <trans-unit id="3178343147230721210" datatype="html"> 10623 <trans-unit id="3178343147230721210" datatype="html">
10544 <source>Navigate in the video frame by frame (requires player focus)</source> 10624 <source>Navigate in the video frame by frame (requires player focus)</source>
10545 <target state="translated">Navigate in the video frame by frame (требуется фокус проигрывателя)</target> 10625 <target state="translated">Navigate in the video frame by frame (требуется фокус проигрывателя)</target>
10546 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group> 10626
10547 </trans-unit> 10627 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10548 <trans-unit id="8025996572234182184"> 10628 <trans-unit id="8025996572234182184">
10549 <source>Like the video</source> 10629 <source>Like the video</source>
10550 <target>Мне понравилось</target> 10630 <target>Мне понравилось</target>
diff --git a/client/src/locale/angular.sk-SK.xlf b/client/src/locale/angular.sk-SK.xlf
index 87a114685..c996ab4d2 100644
--- a/client/src/locale/angular.sk-SK.xlf
+++ b/client/src/locale/angular.sk-SK.xlf
@@ -307,7 +307,7 @@
307 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 307 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
308 </target> 308 </target>
309 309
310 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html"> 310 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html">
311 <source>My watch history</source><target state="new">My watch history</target> 311 <source>My watch history</source><target state="new">My watch history</target>
312 312
313 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 313 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
@@ -388,12 +388,12 @@
388 388
389 389
390 390
391 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 391 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
392 <trans-unit id="1006562256968398209" datatype="html"> 392 <trans-unit id="1006562256968398209" datatype="html">
393 <source>video</source> 393 <source>video</source>
394 <target state="new">video</target> 394 <target state="new">video</target>
395 395
396 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 396 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
397 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target> 397 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target>
398 398
399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -455,10 +455,10 @@
455 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 455 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
456 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 456 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
457 457
458 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 458 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
459 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 459 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
460 460
461 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit><trans-unit id="5235042777215655908" datatype="html"> 461 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit><trans-unit id="5235042777215655908" datatype="html">
462 <source>subtitles</source><target state="new">subtitles</target> 462 <source>subtitles</source><target state="new">subtitles</target>
463 463
464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
@@ -675,7 +675,7 @@
675 675
676 676
677 677
678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
679 <source>Only live videos</source><target state="new">Only live videos</target> 679 <source>Only live videos</source><target state="new">Only live videos</target>
680 <context-group purpose="location"> 680 <context-group purpose="location">
681 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 681 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -847,7 +847,7 @@
847 847
848 848
849 849
850 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group></trans-unit> 850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
851 <trans-unit id="1502595455339510144" datatype="html"> 851 <trans-unit id="1502595455339510144" datatype="html">
852 <source> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 852 <source> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
853 <target state="new"> 853 <target state="new">
@@ -930,7 +930,31 @@
930 <source>Federation</source> 930 <source>Federation</source>
931 <target state="new">Federation</target> 931 <target state="new">Federation</target>
932 932
933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
934 <source>Following</source><target state="new">Following</target>
935 <context-group purpose="location">
936 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
937 <context context-type="linenumber">29</context>
938 </context-group>
939 <context-group purpose="location">
940 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
941 <context context-type="linenumber">31</context>
942 </context-group>
943 <context-group purpose="location">
944 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
945 <context context-type="linenumber">28</context>
946 </context-group>
947 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
948 <source>Followers</source><target state="new">Followers</target>
949 <context-group purpose="location">
950 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
951 <context context-type="linenumber">34</context>
952 </context-group>
953 <context-group purpose="location">
954 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
955 <context context-type="linenumber">37</context>
956 </context-group>
957 </trans-unit>
934 <trans-unit id="3541687134897970106" datatype="html"> 958 <trans-unit id="3541687134897970106" datatype="html">
935 <source>followers</source> 959 <source>followers</source>
936 <target state="new">followers</target> 960 <target state="new">followers</target>
@@ -994,7 +1018,7 @@
994 1018
995 1019
996 1020
997 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 1021 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
998 <trans-unit id="3616223838716839702" datatype="html"> 1022 <trans-unit id="3616223838716839702" datatype="html">
999 <source>Ban this user</source> 1023 <source>Ban this user</source>
1000 <target state="new">Ban this user</target> 1024 <target state="new">Ban this user</target>
@@ -1062,17 +1086,11 @@
1062 1086
1063 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7252854992688790751" datatype="html"> 1087 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7252854992688790751" datatype="html">
1064 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1088 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1065 <context-group purpose="location"> 1089
1066 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1090 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="7215649348148521605" datatype="html">
1067 <context context-type="linenumber">60,62</context>
1068 </context-group>
1069 </trans-unit><trans-unit id="7215649348148521605" datatype="html">
1070 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1091 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1071 <context-group purpose="location"> 1092
1072 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1093 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1073 <context context-type="linenumber">65,67</context>
1074 </context-group>
1075 </trans-unit>
1076 <trans-unit id="2392488717875840729" datatype="html"> 1094 <trans-unit id="2392488717875840729" datatype="html">
1077 <source>User</source> 1095 <source>User</source>
1078 <target state="new">User</target> 1096 <target state="new">User</target>
@@ -1083,7 +1101,13 @@
1083 <source>Username or email address</source> 1101 <source>Username or email address</source>
1084 <target state="new">Username or email address</target> 1102 <target state="new">Username or email address</target>
1085 1103
1086 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="1758058452376026925" datatype="html">
1105 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1106 <context-group purpose="location">
1107 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1108 <context context-type="linenumber">33,34</context>
1109 </context-group>
1110 </trans-unit>
1087 1111
1088 <trans-unit id="1431416938026210429" datatype="html"> 1112 <trans-unit id="1431416938026210429" datatype="html">
1089 <source>Password</source> 1113 <source>Password</source>
@@ -1096,40 +1120,34 @@
1096 1120
1097 1121
1098 1122
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1100 <trans-unit id="8715156686857791956" datatype="html"> 1124 <trans-unit id="8715156686857791956" datatype="html">
1101 <source>Click here to reset your password</source> 1125 <source>Click here to reset your password</source>
1102 <target state="new">Click here to reset your password</target> 1126 <target state="new">Click here to reset your password</target>
1103 1127
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html"> 1128 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html">
1105 <source>I forgot my password</source><target state="new">I forgot my password</target> 1129 <source>I forgot my password</source><target state="new">I forgot my password</target>
1106 <context-group purpose="location"> 1130
1107 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1131 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="2101170466365500913" datatype="html">
1108 <context context-type="linenumber">47</context>
1109 </context-group>
1110 </trans-unit><trans-unit id="2101170466365500913" datatype="html">
1111 <source> Logging into an account lets you publish content </source><target state="new"> Logging into an account lets you publish content </target> 1132 <source> Logging into an account lets you publish content </source><target state="new"> Logging into an account lets you publish content </target>
1112 <context-group purpose="location"> 1133
1113 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1134 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1114 <context context-type="linenumber">56,57</context>
1115 </context-group>
1116 </trans-unit>
1117 <trans-unit id="2454050363478003966" datatype="html"> 1135 <trans-unit id="2454050363478003966" datatype="html">
1118 <source>Login</source> 1136 <source>Login</source>
1119 <target state="new">Login</target> 1137 <target state="new">Login</target>
1120 1138
1121 1139
1122 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1140 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1123 <trans-unit id="3183213940445113677" datatype="html"> 1141 <trans-unit id="3183213940445113677" datatype="html">
1124 <source>Or sign in with</source> 1142 <source>Or sign in with</source>
1125 <target state="new">Or sign in with</target> 1143 <target state="new">Or sign in with</target>
1126 1144
1127 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit> 1145 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1128 <trans-unit id="3238209155172574367" datatype="html"> 1146 <trans-unit id="3238209155172574367" datatype="html">
1129 <source>Forgot your password</source> 1147 <source>Forgot your password</source>
1130 <target state="new">Forgot your password</target> 1148 <target state="new">Forgot your password</target>
1131 1149
1132 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1150 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1133 <trans-unit id="87327320394367488" datatype="html"> 1151 <trans-unit id="87327320394367488" datatype="html">
1134 <source> 1152 <source>
1135 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1153 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
@@ -1138,10 +1156,10 @@
1138 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1156 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1139 </target> 1157 </target>
1140 1158
1141 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit><trans-unit id="3188014010833256853" datatype="html"> 1159 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="3188014010833256853" datatype="html">
1142 <source> Enter your email address and we will send you a link to reset your password. </source><target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1160 <source> Enter your email address and we will send you a link to reset your password. </source><target state="new"> Enter your email address and we will send you a link to reset your password. </target>
1143 1161
1144 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="1190256911880544559" datatype="html"> 1162 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit><trans-unit id="1190256911880544559" datatype="html">
1145 <source>An email with the reset password instructions will be sent to <x id="PH"/>. 1163 <source>An email with the reset password instructions will be sent to <x id="PH"/>.
1146The link will expire within 1 hour.</source><target state="new">An email with the reset password instructions will be sent to <x id="PH"/>. 1164The link will expire within 1 hour.</source><target state="new">An email with the reset password instructions will be sent to <x id="PH"/>.
1147The link will expire within 1 hour.</target> 1165The link will expire within 1 hour.</target>
@@ -1157,17 +1175,17 @@ The link will expire within 1 hour.</target>
1157 1175
1158 1176
1159 1177
1160 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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/+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/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1161 <trans-unit id="3967269098753656610" datatype="html"> 1179 <trans-unit id="3967269098753656610" datatype="html">
1162 <source>Email address</source> 1180 <source>Email address</source>
1163 <target state="new">Email address</target> 1181 <target state="new">Email address</target>
1164 1182
1165 1183
1166 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="7808756054397155068" datatype="html"> 1184 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="7808756054397155068" datatype="html">
1167 <source>Reset</source><target state="new">Reset</target> 1185 <source>Reset</source><target state="new">Reset</target>
1168 1186
1169 <note priority="1" from="description">Password reset button</note> 1187 <note priority="1" from="description">Password reset button</note>
1170 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group></trans-unit> 1188 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1171 1189
1172 1190
1173 <trans-unit id="4319634264526091601" datatype="html"> 1191 <trans-unit id="4319634264526091601" datatype="html">
@@ -1248,7 +1266,7 @@ The link will expire within 1 hour.</target>
1248 No results found 1266 No results found
1249 </target> 1267 </target>
1250 1268
1251 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1269 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1252 <trans-unit id="5500467336262464724" datatype="html"> 1270 <trans-unit id="5500467336262464724" datatype="html">
1253 <source> 1271 <source>
1254 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers 1272 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers
@@ -1257,7 +1275,7 @@ The link will expire within 1 hour.</target>
1257 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers 1275 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers
1258 </target> 1276 </target>
1259 1277
1260 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1278 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1261 <trans-unit id="1516969129397662377" datatype="html"> 1279 <trans-unit id="1516969129397662377" datatype="html">
1262 <source>Welcome to PeerTube, dear administrator!</source> 1280 <source>Welcome to PeerTube, dear administrator!</source>
1263 <target state="new">Welcome to PeerTube, dear administrator!</target> 1281 <target state="new">Welcome to PeerTube, dear administrator!</target>
@@ -1537,7 +1555,7 @@ The link will expire within 1 hour.</target>
1537 <source>Create an account</source> 1555 <source>Create an account</source>
1538 <target state="new">Create an account</target> 1556 <target state="new">Create an account</target>
1539 1557
1540 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1558 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1541 1559
1542 <trans-unit id="3058024914967508975" datatype="html"> 1560 <trans-unit id="3058024914967508975" datatype="html">
1543 <source>My videos</source><target state="new">My videos</target> 1561 <source>My videos</source><target state="new">My videos</target>
@@ -1583,7 +1601,7 @@ The link will expire within 1 hour.</target>
1583 <target state="new">VIDEOS</target> 1601 <target state="new">VIDEOS</target>
1584 1602
1585 1603
1586 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html"> 1604 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html">
1587 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target> 1605 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target>
1588 1606
1589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html"> 1607 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html">
@@ -1651,7 +1669,7 @@ The link will expire within 1 hour.</target>
1651 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4424964105331349857" datatype="html"> 1669 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4424964105331349857" datatype="html">
1652 <source>I'm a teapot</source><target state="new">I'm a teapot</target> 1670 <source>I'm a teapot</source><target state="new">I'm a teapot</target>
1653 1671
1654 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="1597262876035959248" datatype="html"> 1672 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1597262876035959248" datatype="html">
1655 <source>That's an error.</source><target state="new">That's an error.</target> 1673 <source>That's an error.</source><target state="new">That's an error.</target>
1656 <context-group purpose="location"> 1674 <context-group purpose="location">
1657 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1675 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
@@ -1717,7 +1735,7 @@ The link will expire within 1 hour.</target>
1717 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="2971365540217107489" datatype="html"> 1735 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="2971365540217107489" datatype="html">
1718 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1736 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1719 1737
1720 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 1738 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1721 1739
1722 <trans-unit id="5131854469652959713" datatype="html"> 1740 <trans-unit id="5131854469652959713" datatype="html">
1723 <source>GLOBAL SEARCH</source> 1741 <source>GLOBAL SEARCH</source>
@@ -1807,7 +1825,7 @@ The link will expire within 1 hour.</target>
1807 1825
1808 1826
1809 1827
1810 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1828 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1811 <source>Display only</source><target state="new">Display only</target> 1829 <source>Display only</source><target state="new">Display only</target>
1812 <context-group purpose="location"> 1830 <context-group purpose="location">
1813 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1831 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1845,7 +1863,7 @@ The link will expire within 1 hour.</target>
1845 <target state="new">Duration</target> 1863 <target state="new">Duration</target>
1846 1864
1847 1865
1848 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1866 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1849 <trans-unit id="3589238979642505685" datatype="html"> 1867 <trans-unit id="3589238979642505685" datatype="html">
1850 <source>Display sensitive content</source> 1868 <source>Display sensitive content</source>
1851 <target state="new">Display sensitive content</target> 1869 <target state="new">Display sensitive content</target>
@@ -1867,7 +1885,7 @@ The link will expire within 1 hour.</target>
1867 1885
1868 1886
1869 1887
1870 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1888 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1871 <trans-unit id="5478121364779850827" datatype="html"> 1889 <trans-unit id="5478121364779850827" datatype="html">
1872 <source> 1890 <source>
1873 Reset 1891 Reset
@@ -1892,7 +1910,7 @@ The link will expire within 1 hour.</target>
1892 1910
1893 1911
1894 1912
1895 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1913 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1896 <trans-unit id="4184995865179898060" datatype="html"> 1914 <trans-unit id="4184995865179898060" datatype="html">
1897 <source>Display all licenses</source> 1915 <source>Display all licenses</source>
1898 <target state="new">Display all licenses</target> 1916 <target state="new">Display all licenses</target>
@@ -1905,7 +1923,7 @@ The link will expire within 1 hour.</target>
1905 1923
1906 1924
1907 1925
1908 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1926 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1909 <trans-unit id="7904142744051432458" datatype="html"> 1927 <trans-unit id="7904142744051432458" datatype="html">
1910 <source>Display all languages</source> 1928 <source>Display all languages</source>
1911 <target state="new">Display all languages</target> 1929 <target state="new">Display all languages</target>
@@ -1920,17 +1938,23 @@ The link will expire within 1 hour.</target>
1920 <source>One of these tags</source> 1938 <source>One of these tags</source>
1921 <target state="new">One of these tags</target> 1939 <target state="new">One of these tags</target>
1922 1940
1923 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1941 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1942 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1943 <context-group purpose="location">
1944 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1945 <context context-type="linenumber">178</context>
1946 </context-group>
1947 </trans-unit>
1924 <trans-unit id="283421392567624698" datatype="html"> 1948 <trans-unit id="283421392567624698" datatype="html">
1925 <source>Search target</source> 1949 <source>Search target</source>
1926 <target state="new">Search target</target> 1950 <target state="new">Search target</target>
1927 1951
1928 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1952 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1929 <trans-unit id="2489767671380266270" datatype="html"> 1953 <trans-unit id="2489767671380266270" datatype="html">
1930 <source>Vidiverse</source> 1954 <source>Vidiverse</source>
1931 <target state="new">Vidiverse</target> 1955 <target state="new">Vidiverse</target>
1932 1956
1933 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1957 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1934 <trans-unit id="5478121364779850827" datatype="html"> 1958 <trans-unit id="5478121364779850827" datatype="html">
1935 <source> 1959 <source>
1936 Reset 1960 Reset
@@ -1944,7 +1968,7 @@ The link will expire within 1 hour.</target>
1944 <source>Filter</source> 1968 <source>Filter</source>
1945 <target state="new">Filter</target> 1969 <target state="new">Filter</target>
1946 1970
1947 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1971 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1948 1972
1949 <trans-unit id="6479885129995567639" datatype="html"> 1973 <trans-unit id="6479885129995567639" datatype="html">
1950 <source>Video channels</source> 1974 <source>Video channels</source>
@@ -1985,7 +2009,7 @@ The link will expire within 1 hour.</target>
1985 <target state="new">Tags</target> 2009 <target state="new">Tags</target>
1986 2010
1987 2011
1988 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 2012 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1989 <trans-unit id="354332809647287722" datatype="html"> 2013 <trans-unit id="354332809647287722" datatype="html">
1990 <source> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 2014 <source> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1991 <target state="new"> 2015 <target state="new">
@@ -2425,7 +2449,7 @@ The link will expire within 1 hour.</target>
2425 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2449 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2426 <source>Upload on hold</source><target state="new">Upload on hold</target> 2450 <source>Upload on hold</source><target state="new">Upload on hold</target>
2427 2451
2428 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2452 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2429 <trans-unit id="285180972645018518" datatype="html"> 2453 <trans-unit id="285180972645018518" datatype="html">
2430 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2454 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2431 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2455 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2760,13 +2784,19 @@ The link will expire within 1 hour.</target>
2760 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2784 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2761 <source>Origin</source><target state="new">Origin</target> 2785 <source>Origin</source><target state="new">Origin</target>
2762 2786
2763 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2787 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2788 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2789 <context-group purpose="location">
2790 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2791 <context context-type="linenumber">14</context>
2792 </context-group>
2793 </trans-unit>
2764 2794
2765 <trans-unit id="5139892963394684487" datatype="html"> 2795 <trans-unit id="5139892963394684487" datatype="html">
2766 <source>Originally published</source> 2796 <source>Originally published</source>
2767 <target state="new">Originally published</target> 2797 <target state="new">Originally published</target>
2768 2798
2769 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2799 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2770 <trans-unit id="6402393085909200998" datatype="html"> 2800 <trans-unit id="6402393085909200998" datatype="html">
2771 <source>Friendly Reminder: </source> 2801 <source>Friendly Reminder: </source>
2772 <target state="new">Friendly Reminder: </target> 2802 <target state="new">Friendly Reminder: </target>
@@ -3097,11 +3127,7 @@ The link will expire within 1 hour.</target>
3097 <target state="new">ID</target> 3127 <target state="new">ID</target>
3098 3128
3099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit> 3129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3100 <trans-unit id="2265605798180116441" datatype="html"> 3130
3101 <source>Follower handle</source>
3102 <target state="new">Follower handle</target>
3103
3104 <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>
3105 <trans-unit id="5911214550882917183" datatype="html"> 3131 <trans-unit id="5911214550882917183" datatype="html">
3106 <source>State</source> 3132 <source>State</source>
3107 <target state="new">State</target> 3133 <target state="new">State</target>
@@ -3183,11 +3209,7 @@ The link will expire within 1 hour.</target>
3183 </target> 3209 </target>
3184 3210
3185 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 3211 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
3186 <trans-unit id="6641024648411549335" datatype="html"> 3212
3187 <source>Host</source>
3188 <target state="new">Host</target>
3189
3190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3191 <trans-unit id="6571718060636962350" datatype="html"> 3213 <trans-unit id="6571718060636962350" datatype="html">
3192 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3214 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3193 <target state="new">Redundancy allowed 3215 <target state="new">Redundancy allowed
@@ -3198,7 +3220,7 @@ The link will expire within 1 hour.</target>
3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html"> 3220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html">
3199 <source>Unfollow</source><target state="new">Unfollow</target> 3221 <source>Unfollow</source><target state="new">Unfollow</target>
3200 3222
3201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3202 <trans-unit id="8246779176913476983" datatype="html"> 3224 <trans-unit id="8246779176913476983" datatype="html">
3203 <source>Open instance in a new tab</source> 3225 <source>Open instance in a new tab</source>
3204 <target state="new">Open instance in a new tab</target> 3226 <target state="new">Open instance in a new tab</target>
@@ -3210,12 +3232,12 @@ The link will expire within 1 hour.</target>
3210 <source>No host found matching current filters.</source> 3232 <source>No host found matching current filters.</source>
3211 <target state="new">No host found matching current filters.</target> 3233 <target state="new">No host found matching current filters.</target>
3212 3234
3213 <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> 3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3214 <trans-unit id="7274241885665071790" datatype="html"> 3236 <trans-unit id="7274241885665071790" datatype="html">
3215 <source>Your instance is not following anyone.</source> 3237 <source>Your instance is not following anyone.</source>
3216 <target state="new">Your instance is not following anyone.</target> 3238 <target state="new">Your instance is not following anyone.</target>
3217 3239
3218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3240 <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>
3219 <trans-unit id="4774348799569692380" datatype="html"> 3241 <trans-unit id="4774348799569692380" datatype="html">
3220 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3242 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3221 <target state="new">Showing 3243 <target state="new">Showing
@@ -3225,14 +3247,7 @@ The link will expire within 1 hour.</target>
3225 </target> 3247 </target>
3226 3248
3227 <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></trans-unit> 3249 <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></trans-unit>
3228 <trans-unit id="6275803119759621687" datatype="html"> 3250 <trans-unit id="9216117865911519658" datatype="html">
3229 <source>Follow domains</source>
3230 <target state="new">Follow domains</target>
3231
3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="1268699198448750610" datatype="html">
3233 <source>Follow instances</source><target state="new">Follow instances</target>
3234
3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
3236 <source>Action</source><target state="new">Action</target> 3251 <source>Action</source><target state="new">Action</target>
3237 3252
3238 3253
@@ -3282,7 +3297,7 @@ The link will expire within 1 hour.</target>
3282 3297
3283 3298
3284 3299
3285 <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><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/+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></trans-unit><trans-unit id="5428411040014095392" datatype="html"> 3300 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="5428411040014095392" datatype="html">
3286 <source>e.g. jane_doe</source><target state="new">e.g. jane_doe</target> 3301 <source>e.g. jane_doe</source><target state="new">e.g. jane_doe</target>
3287 3302
3288 <note priority="1" from="description">Username choice placeholder in the registration form</note> 3303 <note priority="1" from="description">Username choice placeholder in the registration form</note>
@@ -3314,7 +3329,7 @@ The link will expire within 1 hour.</target>
3314 <target state="new">Role</target> 3329 <target state="new">Role</target>
3315 3330
3316 3331
3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group></trans-unit> 3332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3318 <trans-unit id="7046347992315328430" datatype="html"> 3333 <trans-unit id="7046347992315328430" datatype="html">
3319 <source> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3334 <source> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3320 <target state="new"> 3335 <target state="new">
@@ -3337,15 +3352,9 @@ The link will expire within 1 hour.</target>
3337 3352
3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html"> 3353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html">
3339 <source>Auth plugin</source><target state="new">Auth plugin</target> 3354 <source>Auth plugin</source><target state="new">Auth plugin</target>
3340 <context-group purpose="location"> 3355
3341 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3356
3342 <context context-type="linenumber">188</context> 3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="588099657508661970" datatype="html">
3343 </context-group>
3344 <context-group purpose="location">
3345 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3346 <context context-type="linenumber">188</context>
3347 </context-group>
3348 </trans-unit><trans-unit id="588099657508661970" datatype="html">
3349 <source>None (local authentication)</source><target state="new">None (local authentication)</target> 3358 <source>None (local authentication)</source><target state="new">None (local authentication)</target>
3350 <context-group purpose="location"> 3359 <context-group purpose="location">
3351 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3360 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
@@ -3572,7 +3581,13 @@ The link will expire within 1 hour.</target>
3572 3581
3573 3582
3574 3583
3575 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4691552465058437520" datatype="html"> 3584 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3585 <source>Follower</source><target state="new">Follower</target>
3586 <context-group purpose="location">
3587 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3588 <context context-type="linenumber">24</context>
3589 </context-group>
3590 </trans-unit><trans-unit id="4691552465058437520" datatype="html">
3576 <source>Commented video</source><target state="new">Commented video</target> 3591 <source>Commented video</source><target state="new">Commented video</target>
3577 3592
3578 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="7266085473379376028" datatype="html"> 3593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="7266085473379376028" datatype="html">
@@ -3605,35 +3620,20 @@ The link will expire within 1 hour.</target>
3605 3620
3606 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3607 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3622 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3608 <context-group purpose="location"> 3623
3609 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3624 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3610 <context context-type="linenumber">42</context>
3611 </context-group>
3612 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3613 <source>Accepted reports</source><target state="new">Accepted reports</target> 3625 <source>Accepted reports</source><target state="new">Accepted reports</target>
3614 <context-group purpose="location"> 3626
3615 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3627 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3616 <context context-type="linenumber">46</context>
3617 </context-group>
3618 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3619 <source>Refused reports</source><target state="new">Refused reports</target> 3628 <source>Refused reports</source><target state="new">Refused reports</target>
3620 <context-group purpose="location"> 3629
3621 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3622 <context context-type="linenumber">50</context>
3623 </context-group>
3624 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3625 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3631 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3626 <context-group purpose="location"> 3632
3627 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3633 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3628 <context context-type="linenumber">54</context>
3629 </context-group>
3630 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3631 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3634 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3632 <context-group purpose="location"> 3635
3633 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3634 <context context-type="linenumber">58</context>
3635 </context-group>
3636 </trans-unit>
3637 <trans-unit id="4678289986918934018" datatype="html"> 3637 <trans-unit id="4678289986918934018" datatype="html">
3638 <source>Block reason:</source> 3638 <source>Block reason:</source>
3639 <target state="new">Block reason:</target> 3639 <target state="new">Block reason:</target>
@@ -3650,17 +3650,11 @@ The link will expire within 1 hour.</target>
3650 3650
3651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3652 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3652 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3653 <context-group purpose="location"> 3653
3654 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3655 <context context-type="linenumber">31</context>
3656 </context-group>
3657 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3658 <source>Manual blocks</source><target state="new">Manual blocks</target> 3655 <source>Manual blocks</source><target state="new">Manual blocks</target>
3659 <context-group purpose="location"> 3656
3660 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3661 <context context-type="linenumber">35</context>
3662 </context-group>
3663 </trans-unit>
3664 <trans-unit id="2143435845912984377" datatype="html"> 3658 <trans-unit id="2143435845912984377" datatype="html">
3665 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3659 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3666 <target state="new">Showing 3660 <target state="new">Showing
@@ -3846,7 +3840,7 @@ The link will expire within 1 hour.</target>
3846 3840
3847 3841
3848 3842
3849 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3843 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3850 <trans-unit id="1300704815627663264" datatype="html"> 3844 <trans-unit id="1300704815627663264" datatype="html">
3851 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3845 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3852 <target state="new">Muted at 3846 <target state="new">Muted at
@@ -3896,7 +3890,7 @@ The link will expire within 1 hour.</target>
3896 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3890 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3897 </target> 3891 </target>
3898 3892
3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3900 <trans-unit id="4058814854824495833" datatype="html"> 3894 <trans-unit id="4058814854824495833" datatype="html">
3901 <source>Mute domains</source> 3895 <source>Mute domains</source>
3902 <target state="new">Mute domains</target> 3896 <target state="new">Mute domains</target>
@@ -3962,7 +3956,7 @@ The link will expire within 1 hour.</target>
3962 <target state="new">Search</target> 3956 <target state="new">Search</target>
3963 3957
3964 3958
3965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3959 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3966 <trans-unit id="8630916846096019339" datatype="html"> 3960 <trans-unit id="8630916846096019339" datatype="html">
3967 <source>Users can resolve distant content</source> 3961 <source>Users can resolve distant content</source>
3968 <target state="new">Users can resolve distant content</target> 3962 <target state="new">Users can resolve distant content</target>
@@ -5711,11 +5705,8 @@ color: red;
5711 5705
5712 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 5706 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
5713 <source>CHANNELS</source><target state="new">CHANNELS</target> 5707 <source>CHANNELS</source><target state="new">CHANNELS</target>
5714 <context-group purpose="location"> 5708
5715 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5709 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5716 <context context-type="linenumber">82</context>
5717 </context-group>
5718 </trans-unit>
5719 5710
5720 <trans-unit id="3666829335406793239" datatype="html"> 5711 <trans-unit id="3666829335406793239" datatype="html">
5721 <source>This account does not have channels.</source> 5712 <source>This account does not have channels.</source>
@@ -5753,7 +5744,13 @@ channel with the same name (<x id="PH_2"/>)!</source><target state="new">Do you
5753It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 5744It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
5754channel with the same name (<x id="PH_2"/>)!</target> 5745channel with the same name (<x id="PH_2"/>)!</target>
5755 5746
5756 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 5747 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
5748 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5749 <context-group purpose="location">
5750 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5751 <context context-type="linenumber">48</context>
5752 </context-group>
5753 </trans-unit>
5757 <trans-unit id="5387007581996837469" datatype="html"> 5754 <trans-unit id="5387007581996837469" datatype="html">
5758 <source>My Channels</source> 5755 <source>My Channels</source>
5759 <target state="new">My Channels</target> 5756 <target state="new">My Channels</target>
@@ -6365,12 +6362,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6365 <source>Your message has been sent.</source> 6362 <source>Your message has been sent.</source>
6366 <target state="new">Your message has been sent.</target> 6363 <target state="new">Your message has been sent.</target>
6367 6364
6368 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6365 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6369 <trans-unit id="2072135752262464360" datatype="html"> 6366 <trans-unit id="2072135752262464360" datatype="html">
6370 <source>You already sent this form recently</source> 6367 <source>You already sent this form recently</source>
6371 <target state="new">You already sent this form recently</target> 6368 <target state="new">You already sent this form recently</target>
6372 6369
6373 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6370 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6374 <trans-unit id="819067926858619041" datatype="html"> 6371 <trans-unit id="819067926858619041" datatype="html">
6375 <source>Account videos</source><target state="new">Account videos</target> 6372 <source>Account videos</source><target state="new">Account videos</target>
6376 6373
@@ -6405,10 +6402,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
6405 <x id="PH"/> direct account followers 6402 <x id="PH"/> direct account followers
6406 </target> 6403 </target>
6407 6404
6408 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit><trans-unit id="6250999352462648289" datatype="html"> 6405 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="6250999352462648289" datatype="html">
6409 <source>Report this account</source><target state="new">Report this account</target> 6406 <source>Report this account</source><target state="new">Report this account</target>
6410 6407
6411 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 6408 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6412 6409
6413 <trans-unit id="1504521795586863905" datatype="html"> 6410 <trans-unit id="1504521795586863905" datatype="html">
6414 <source>VIDEOS</source><target state="new">VIDEOS</target> 6411 <source>VIDEOS</source><target state="new">VIDEOS</target>
@@ -6420,24 +6417,16 @@ channel with the same name (<x id="PH_2"/>)!</target>
6420 <target state="new">Username copied</target> 6417 <target state="new">Username copied</target>
6421 6418
6422 6419
6423 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="9221735175659318025" datatype="html"> 6420 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="9221735175659318025" datatype="html">
6424 <source>1 subscriber</source><target state="new">1 subscriber</target> 6421 <source>1 subscriber</source><target state="new">1 subscriber</target>
6425 6422
6426 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="4097331874769079975" datatype="html"> 6423 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit><trans-unit id="4097331874769079975" datatype="html">
6427 <source><x id="PH"/> subscribers</source><target state="new"><x id="PH"/> subscribers</target> 6424 <source><x id="PH"/> subscribers</source><target state="new"><x id="PH"/> subscribers</target>
6428 6425
6429 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 6426 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6427
6428
6430 6429
6431 <trans-unit id="4682675125751819107" datatype="html">
6432 <source>Instances you follow</source>
6433 <target state="new">Instances you follow</target>
6434
6435 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6436 <trans-unit id="8899833753704589712" datatype="html">
6437 <source>Instances following you</source>
6438 <target state="new">Instances following you</target>
6439
6440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6441 <trans-unit id="1035838766454786107" datatype="html"> 6430 <trans-unit id="1035838766454786107" datatype="html">
6442 <source>Audio-only</source> 6431 <source>Audio-only</source>
6443 <target state="new">Audio-only</target> 6432 <target state="new">Audio-only</target>
@@ -6485,7 +6474,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6485 <source>Auto (via ffmpeg)</source> 6474 <source>Auto (via ffmpeg)</source>
6486 <target state="new">Auto (via ffmpeg)</target> 6475 <target state="new">Auto (via ffmpeg)</target>
6487 6476
6488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="931255636742351800" datatype="html"> 6477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="3642770981085338761" datatype="html">
6478 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6479 <context-group purpose="location">
6480 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6481 <context context-type="linenumber">3</context>
6482 </context-group>
6483 </trans-unit><trans-unit id="931255636742351800" datatype="html">
6489 <source>No limit</source><target state="new">No limit</target> 6484 <source>No limit</source><target state="new">No limit</target>
6490 6485
6491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="5250062810079582285" datatype="html"> 6486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="5250062810079582285" datatype="html">
@@ -6604,17 +6599,33 @@ channel with the same name (<x id="PH_2"/>)!</target>
6604 <source>Domain is required.</source> 6599 <source>Domain is required.</source>
6605 <target state="new">Domain is required.</target> 6600 <target state="new">Domain is required.</target>
6606 6601
6607 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 6602 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6608 <trans-unit id="6780793142903080663" datatype="html"> 6603 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6609 <source>Domains entered are invalid.</source> 6604 <context-group purpose="location">
6610 <target state="new">Domains entered are invalid.</target> 6605 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6611 6606 <context context-type="linenumber">93</context>
6612 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 6607 </context-group>
6613 <trans-unit id="5886492514458202177" datatype="html"> 6608 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6614 <source>Domains entered contain duplicates.</source> 6609 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6615 <target state="new">Domains entered contain duplicates.</target> 6610 <context-group purpose="location">
6616 6611 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 6612 <context context-type="linenumber">94</context>
6613 </context-group>
6614 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6615 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6616 <context-group purpose="location">
6617 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6618 <context context-type="linenumber">102</context>
6619 </context-group>
6620 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6621 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6622 <context-group purpose="location">
6623 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6624 <context context-type="linenumber">103</context>
6625 </context-group>
6626 </trans-unit>
6627
6628
6618 <trans-unit id="240806681889331244" datatype="html"> 6629 <trans-unit id="240806681889331244" datatype="html">
6619 <source>Unlimited</source> 6630 <source>Unlimited</source>
6620 <target state="new">Unlimited</target> 6631 <target state="new">Unlimited</target>
@@ -6745,7 +6756,27 @@ channel with the same name (<x id="PH_2"/>)!</target>
6745 <x id="PH"/> removed from instance followers 6756 <x id="PH"/> removed from instance followers
6746 </target> 6757 </target>
6747 6758
6748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit> 6759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="6018246591673612412" datatype="html">
6760 <source>Follow</source><target state="new">Follow</target>
6761 <context-group purpose="location">
6762 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6763 <context context-type="linenumber">3</context>
6764 </context-group>
6765 <context-group purpose="location">
6766 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6767 <context context-type="linenumber">37</context>
6768 </context-group>
6769 <context-group purpose="location">
6770 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6771 <context context-type="linenumber">18</context>
6772 </context-group>
6773 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6774 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6775 <context-group purpose="location">
6776 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6777 <context context-type="linenumber">11</context>
6778 </context-group>
6779 </trans-unit>
6749 <trans-unit id="2740793005745065895" datatype="html"> 6780 <trans-unit id="2740793005745065895" datatype="html">
6750 <source> 6781 <source>
6751 <x id="PH"/> is not valid 6782 <x id="PH"/> is not valid
@@ -6754,19 +6785,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
6754 <x id="PH"/> is not valid 6785 <x id="PH"/> is not valid
6755 </target> 6786 </target>
6756 6787
6757 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group></trans-unit> 6788 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6758 <trans-unit id="2355066641781598196" datatype="html"> 6789 <trans-unit id="2355066641781598196" datatype="html">
6759 <source>Follow request(s) sent!</source> 6790 <source>Follow request(s) sent!</source>
6760 <target state="new">Follow request(s) sent!</target> 6791 <target state="new">Follow request(s) sent!</target>
6761 6792
6762 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit> 6793 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6794 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6795 <context-group purpose="location">
6796 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6797 <context context-type="linenumber">3</context>
6798 </context-group>
6799 </trans-unit>
6763 <trans-unit id="4245720728052819482" datatype="html"> 6800 <trans-unit id="4245720728052819482" datatype="html">
6764 <source>Do you really want to unfollow <x id="PH"/>?</source> 6801 <source>Do you really want to unfollow <x id="PH"/>?</source>
6765 <target state="new">Do you really want to unfollow 6802 <target state="new">Do you really want to unfollow
6766 <x id="PH"/>? 6803 <x id="PH"/>?
6767 </target> 6804 </target>
6768 6805
6769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 6806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6770 <trans-unit id="9160510009013134726" datatype="html"> 6807 <trans-unit id="9160510009013134726" datatype="html">
6771 <source>Unfollow</source> 6808 <source>Unfollow</source>
6772 <target state="new">Unfollow</target> 6809 <target state="new">Unfollow</target>
@@ -6778,7 +6815,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6778 <x id="PH"/> anymore. 6815 <x id="PH"/> anymore.
6779 </target> 6816 </target>
6780 6817
6781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 6818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6782 <trans-unit id="2593763089859685916" datatype="html"> 6819 <trans-unit id="2593763089859685916" datatype="html">
6783 <source>enabled</source> 6820 <source>enabled</source>
6784 <target state="new">enabled</target> 6821 <target state="new">enabled</target>
@@ -6895,114 +6932,114 @@ channel with the same name (<x id="PH_2"/>)!</target>
6895 <target state="new">Internal actions</target> 6932 <target state="new">Internal actions</target>
6896 6933
6897 6934
6898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 6935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6899 <trans-unit id="4559872264406386913" datatype="html"> 6936 <trans-unit id="4559872264406386913" datatype="html">
6900 <source>Delete report</source> 6937 <source>Delete report</source>
6901 <target state="new">Delete report</target> 6938 <target state="new">Delete report</target>
6902 6939
6903 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 6940 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6904 <trans-unit id="5793550984155962433" datatype="html"> 6941 <trans-unit id="5793550984155962433" datatype="html">
6905 <source>Actions for the flagged account</source> 6942 <source>Actions for the flagged account</source>
6906 <target state="new">Actions for the flagged account</target> 6943 <target state="new">Actions for the flagged account</target>
6907 6944
6908 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
6909 <trans-unit id="1679841953757186358" datatype="html"> 6946 <trans-unit id="1679841953757186358" datatype="html">
6910 <source>Mark as accepted</source> 6947 <source>Mark as accepted</source>
6911 <target state="new">Mark as accepted</target> 6948 <target state="new">Mark as accepted</target>
6912 6949
6913 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 6950 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
6914 <trans-unit id="7993358694073742566" datatype="html"> 6951 <trans-unit id="7993358694073742566" datatype="html">
6915 <source>Mark as rejected</source> 6952 <source>Mark as rejected</source>
6916 <target state="new">Mark as rejected</target> 6953 <target state="new">Mark as rejected</target>
6917 6954
6918 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 6955 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
6919 <trans-unit id="4175703770051343108" datatype="html"> 6956 <trans-unit id="4175703770051343108" datatype="html">
6920 <source>Add internal note</source> 6957 <source>Add internal note</source>
6921 <target state="new">Add internal note</target> 6958 <target state="new">Add internal note</target>
6922 6959
6923 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 6960 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
6924 <trans-unit id="296166371893775555" datatype="html"> 6961 <trans-unit id="296166371893775555" datatype="html">
6925 <source>Actions for the video</source> 6962 <source>Actions for the video</source>
6926 <target state="new">Actions for the video</target> 6963 <target state="new">Actions for the video</target>
6927 6964
6928 6965
6929 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 6966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
6930 <trans-unit id="3924877328520650445" datatype="html"> 6967 <trans-unit id="3924877328520650445" datatype="html">
6931 <source>Block video</source> 6968 <source>Block video</source>
6932 <target state="new">Block video</target> 6969 <target state="new">Block video</target>
6933 6970
6934 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 6971 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
6935 <trans-unit id="4762794934098378428" datatype="html"> 6972 <trans-unit id="4762794934098378428" datatype="html">
6936 <source>Video blocked.</source> 6973 <source>Video blocked.</source>
6937 <target state="new">Video blocked.</target> 6974 <target state="new">Video blocked.</target>
6938 6975
6939 6976
6940 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6977 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
6941 <trans-unit id="4328862996304258770" datatype="html"> 6978 <trans-unit id="4328862996304258770" datatype="html">
6942 <source>Unblock video</source> 6979 <source>Unblock video</source>
6943 <target state="new">Unblock video</target> 6980 <target state="new">Unblock video</target>
6944 6981
6945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 6982 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
6946 <trans-unit id="9065327551191479877" datatype="html"> 6983 <trans-unit id="9065327551191479877" datatype="html">
6947 <source>Video unblocked.</source> 6984 <source>Video unblocked.</source>
6948 <target state="new">Video unblocked.</target> 6985 <target state="new">Video unblocked.</target>
6949 6986
6950 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 6987 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
6951 <trans-unit id="1250415136605923486" datatype="html"> 6988 <trans-unit id="1250415136605923486" datatype="html">
6952 <source>Do you really want to delete this abuse report?</source> 6989 <source>Do you really want to delete this abuse report?</source>
6953 <target state="new">Do you really want to delete this abuse report?</target> 6990 <target state="new">Do you really want to delete this abuse report?</target>
6954 6991
6955 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 6992 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
6956 <trans-unit id="3482559157143817408" datatype="html"> 6993 <trans-unit id="3482559157143817408" datatype="html">
6957 <source>Abuse deleted.</source> 6994 <source>Abuse deleted.</source>
6958 <target state="new">Abuse deleted.</target> 6995 <target state="new">Abuse deleted.</target>
6959 6996
6960 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 6997 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
6961 <trans-unit id="6282990098351939529" datatype="html"> 6998 <trans-unit id="6282990098351939529" datatype="html">
6962 <source>Deleted comment</source> 6999 <source>Deleted comment</source>
6963 <target state="new">Deleted comment</target> 7000 <target state="new">Deleted comment</target>
6964 7001
6965 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 7002 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
6966 <trans-unit id="9196775343330824083" datatype="html"> 7003 <trans-unit id="9196775343330824083" datatype="html">
6967 <source>Messages with reporter</source> 7004 <source>Messages with reporter</source>
6968 <target state="new">Messages with reporter</target> 7005 <target state="new">Messages with reporter</target>
6969 7006
6970 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 7007 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
6971 <trans-unit id="8770468575924421391" datatype="html"> 7008 <trans-unit id="8770468575924421391" datatype="html">
6972 <source>Messages with moderators</source> 7009 <source>Messages with moderators</source>
6973 <target state="new">Messages with moderators</target> 7010 <target state="new">Messages with moderators</target>
6974 7011
6975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 7012 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
6976 <trans-unit id="8528549800795985099" datatype="html"> 7013 <trans-unit id="8528549800795985099" datatype="html">
6977 <source>Update internal note</source> 7014 <source>Update internal note</source>
6978 <target state="new">Update internal note</target> 7015 <target state="new">Update internal note</target>
6979 7016
6980 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 7017 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
6981 <trans-unit id="3962242315365992494" datatype="html"> 7018 <trans-unit id="3962242315365992494" datatype="html">
6982 <source>Switch video block to manual</source> 7019 <source>Switch video block to manual</source>
6983 <target state="new">Switch video block to manual</target> 7020 <target state="new">Switch video block to manual</target>
6984 7021
6985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
6986 <trans-unit id="6906423861055262169" datatype="html"> 7023 <trans-unit id="6906423861055262169" datatype="html">
6987 <source>Video <x id="PH"/> switched to manual block.</source> 7024 <source>Video <x id="PH"/> switched to manual block.</source>
6988 <target state="new">Video 7025 <target state="new">Video
6989 <x id="PH"/> switched to manual block. 7026 <x id="PH"/> switched to manual block.
6990 </target> 7027 </target>
6991 7028
6992 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 7029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
6993 <trans-unit id="7293356040886494773" datatype="html"> 7030 <trans-unit id="7293356040886494773" datatype="html">
6994 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7031 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
6995 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7032 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
6996 7033
6997 7034
6998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 7035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
6999 <trans-unit id="4859202148272511129" datatype="html"> 7036 <trans-unit id="4859202148272511129" datatype="html">
7000 <source>Unblock</source> 7037 <source>Unblock</source>
7001 <target state="new">Unblock</target> 7038 <target state="new">Unblock</target>
7002 7039
7003 7040
7004 7041
7005 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7006 <trans-unit id="4922469417589203720" datatype="html"> 7043 <trans-unit id="4922469417589203720" datatype="html">
7007 <source>Video <x id="PH"/> unblocked.</source> 7044 <source>Video <x id="PH"/> unblocked.</source>
7008 <target state="new">Video 7045 <target state="new">Video
@@ -7010,7 +7047,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7010 </target> 7047 </target>
7011 7048
7012 7049
7013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 7050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7014 <trans-unit id="6286037250766429054" datatype="html"> 7051 <trans-unit id="6286037250766429054" datatype="html">
7015 <source>yes</source> 7052 <source>yes</source>
7016 <target state="new">yes</target> 7053 <target state="new">yes</target>
@@ -7236,7 +7273,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7236 7273
7237 7274
7238 7275
7239 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit> 7276 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7240 <trans-unit id="5076187961693950167" datatype="html"> 7277 <trans-unit id="5076187961693950167" datatype="html">
7241 <source>Standard logs</source> 7278 <source>Standard logs</source>
7242 <target state="new">Standard logs</target> 7279 <target state="new">Standard logs</target>
@@ -7274,13 +7311,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7274 <source>Update user password</source> 7311 <source>Update user password</source>
7275 <target state="new">Update user password</target> 7312 <target state="new">Update user password</target>
7276 7313
7277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit><trans-unit id="177544274549739411" datatype="html"> 7314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit>
7278 <source>Following list</source><target state="new">Following list</target>
7279
7280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group></trans-unit><trans-unit id="8092429110007204784" datatype="html">
7281 <source>Followers list</source><target state="new">Followers list</target>
7282
7283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group></trans-unit>
7284 <trans-unit id="780323526182667308" datatype="html"> 7315 <trans-unit id="780323526182667308" datatype="html">
7285 <source>User <x id="PH"/> updated.</source> 7316 <source>User <x id="PH"/> updated.</source>
7286 <target state="new">User 7317 <target state="new">User
@@ -7311,13 +7342,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="8564701209009684429" datatype="html"> 7342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="8564701209009684429" datatype="html">
7312 <source>Federation</source><target state="new">Federation</target> 7343 <source>Federation</source><target state="new">Federation</target>
7313 7344
7314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="4682675125751819107" datatype="html"> 7345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit>
7315 <source>Instances you follow</source><target state="new">Instances you follow</target>
7316
7317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8899833753704589712" datatype="html">
7318 <source>Instances following you</source><target state="new">Instances following you</target>
7319
7320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit>
7321 <trans-unit id="3767259920053407667" datatype="html"> 7346 <trans-unit id="3767259920053407667" datatype="html">
7322 <source>Videos will be deleted, comments will be tombstoned.</source> 7347 <source>Videos will be deleted, comments will be tombstoned.</source>
7323 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7348 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7345,7 +7370,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7345 <target state="new">Set Email as Verified</target> 7370 <target state="new">Set Email as Verified</target>
7346 7371
7347 7372
7348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7374 <source>Created</source><target state="new">Created</target>
7375 <context-group purpose="location">
7376 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7377 <context context-type="linenumber">115</context>
7378 </context-group>
7379 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7380 <source>Daily quota</source><target state="new">Daily quota</target>
7381 <context-group purpose="location">
7382 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7383 <context context-type="linenumber">120</context>
7384 </context-group>
7385 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7386 <source>Last login</source><target state="new">Last login</target>
7387 <context-group purpose="location">
7388 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7389 <context context-type="linenumber">122</context>
7390 </context-group>
7391 </trans-unit>
7349 <trans-unit id="3403978719736970622" datatype="html"> 7392 <trans-unit id="3403978719736970622" datatype="html">
7350 <source>You cannot ban root.</source> 7393 <source>You cannot ban root.</source>
7351 <target state="new">You cannot ban root.</target> 7394 <target state="new">You cannot ban root.</target>
@@ -7650,12 +7693,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
7650 <x id="PH"/> created. 7693 <x id="PH"/> created.
7651 </target> 7694 </target>
7652 7695
7653 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 7696 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7654 <trans-unit id="8723777130353305761" datatype="html"> 7697 <trans-unit id="8723777130353305761" datatype="html">
7655 <source>This name already exists on this instance.</source> 7698 <source>This name already exists on this instance.</source>
7656 <target state="new">This name already exists on this instance.</target> 7699 <target state="new">This name already exists on this instance.</target>
7657 7700
7658 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 7701 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7659 <trans-unit id="7589345916094713536" datatype="html"> 7702 <trans-unit id="7589345916094713536" datatype="html">
7660 <source>Video channel <x id="PH"/> updated.</source> 7703 <source>Video channel <x id="PH"/> updated.</source>
7661 <target state="new">Video channel 7704 <target state="new">Video channel
@@ -7672,13 +7715,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7672 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 7715 <source>Banner deleted.</source><target state="new">Banner deleted.</target>
7673 7716
7674 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 7717 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7675 <trans-unit id="2575302837003821736" datatype="html"> 7718
7676 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7677 <target state="new">Please type the display name of the video channel (
7678 <x id="PH"/>) to confirm
7679 </target>
7680
7681 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
7682 <trans-unit id="624066830180032195" datatype="html"> 7719 <trans-unit id="624066830180032195" datatype="html">
7683 <source>Video channel <x id="PH"/> deleted.</source> 7720 <source>Video channel <x id="PH"/> deleted.</source>
7684 <target state="new">Video channel 7721 <target state="new">Video channel
@@ -7821,7 +7858,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
7821 <source>Ownership change request sent.</source> 7858 <source>Ownership change request sent.</source>
7822 <target state="new">Ownership change request sent.</target> 7859 <target state="new">Ownership change request sent.</target>
7823 7860
7824 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 7861 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="7699622144571229146" datatype="html">
7862 <source>Sort by</source><target state="new">Sort by</target>
7863 <context-group purpose="location">
7864 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
7865 <context context-type="linenumber">26</context>
7866 </context-group>
7867 </trans-unit>
7825 <trans-unit id="3245220240937722814" datatype="html"> 7868 <trans-unit id="3245220240937722814" datatype="html">
7826 <source>My channels</source> 7869 <source>My channels</source>
7827 <target state="new">My channels</target> 7870 <target state="new">My channels</target>
@@ -7876,10 +7919,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
7876 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/preview-upload.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="6489275254908395777" datatype="html"> 7919 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/preview-upload.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="6489275254908395777" datatype="html">
7877 <source>Maximize editor</source><target state="new">Maximize editor</target> 7920 <source>Maximize editor</source><target state="new">Maximize editor</target>
7878 7921
7879 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="4243591013849340688" datatype="html"> 7922 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4243591013849340688" datatype="html">
7880 <source>Exit maximized editor</source><target state="new">Exit maximized editor</target> 7923 <source>Exit maximized editor</source><target state="new">Exit maximized editor</target>
7881 7924
7882 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 7925 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7883 <trans-unit id="6537885755702623401" datatype="html"> 7926 <trans-unit id="6537885755702623401" datatype="html">
7884 <source>Now please check your emails to verify your account and complete signup.</source> 7927 <source>Now please check your emails to verify your account and complete signup.</source>
7885 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7928 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -7916,7 +7959,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7916 <target state="new">Subscribe to the account</target> 7959 <target state="new">Subscribe to the account</target>
7917 7960
7918 7961
7919 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 7962 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
7920 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7963 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7921 <context-group purpose="location"> 7964 <context-group purpose="location">
7922 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7965 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -7963,34 +8006,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
7963 <source>Go to my subscriptions</source> 8006 <source>Go to my subscriptions</source>
7964 <target state="new">Go to my subscriptions</target> 8007 <target state="new">Go to my subscriptions</target>
7965 8008
7966 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 8009 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
7967 <trans-unit id="1136469849928650779" datatype="html"> 8010 <trans-unit id="1136469849928650779" datatype="html">
7968 <source>Go to my videos</source> 8011 <source>Go to my videos</source>
7969 <target state="new">Go to my videos</target> 8012 <target state="new">Go to my videos</target>
7970 8013
7971 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit> 8014 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7972 <trans-unit id="7836683738999600376" datatype="html"> 8015 <trans-unit id="7836683738999600376" datatype="html">
7973 <source>Go to my imports</source> 8016 <source>Go to my imports</source>
7974 <target state="new">Go to my imports</target> 8017 <target state="new">Go to my imports</target>
7975 8018
7976 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 8019 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
7977 <trans-unit id="7511292153332773503" datatype="html"> 8020 <trans-unit id="7511292153332773503" datatype="html">
7978 <source>Go to my channels</source> 8021 <source>Go to my channels</source>
7979 <target state="new">Go to my channels</target> 8022 <target state="new">Go to my channels</target>
7980 8023
7981 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="2013324644839511073" datatype="html"> 8024 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="2013324644839511073" datatype="html">
7982 <source>Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8025 <source>Cannot retrieve OAuth Client credentials: <x id="PH"/>.
7983Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8026Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
7984Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8027Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
7985 8028
7986 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group></trans-unit> 8029 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
7987 8030
7988 8031
7989 <trans-unit id="375263728166936544" datatype="html"> 8032 <trans-unit id="375263728166936544" datatype="html">
7990 <source>You need to reconnect.</source> 8033 <source>You need to reconnect.</source>
7991 <target state="new">You need to reconnect.</target> 8034 <target state="new">You need to reconnect.</target>
7992 8035
7993 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group></trans-unit> 8036 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
7994 <trans-unit id="2206638022166154361" datatype="html"> 8037 <trans-unit id="2206638022166154361" datatype="html">
7995 <source>Keyboard Shortcuts:</source> 8038 <source>Keyboard Shortcuts:</source>
7996 <target state="new">Keyboard Shortcuts:</target> 8039 <target state="new">Keyboard Shortcuts:</target>
@@ -8001,6 +8044,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8001 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8044 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8002 <context context-type="linenumber">98</context> 8045 <context context-type="linenumber">98</context>
8003 </context-group> 8046 </context-group>
8047 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8048 <source>In my library</source><target state="new">In my library</target>
8049 <context-group purpose="location">
8050 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8051 <context context-type="linenumber">104</context>
8052 </context-group>
8004 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 8053 </trans-unit><trans-unit id="232050922346936574" datatype="html">
8005 <source>Trending</source><target state="new">Trending</target> 8054 <source>Trending</source><target state="new">Trending</target>
8006 8055
@@ -8024,38 +8073,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8024 <source>Incorrect username or password.</source> 8073 <source>Incorrect username or password.</source>
8025 <target state="new">Incorrect username or password.</target> 8074 <target state="new">Incorrect username or password.</target>
8026 8075
8027 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 8076 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8028 <trans-unit id="6974874606619467663" datatype="html"> 8077 <trans-unit id="6974874606619467663" datatype="html">
8029 <source>Your account is blocked.</source> 8078 <source>Your account is blocked.</source>
8030 <target state="new">Your account is blocked.</target> 8079 <target state="new">Your account is blocked.</target>
8031 8080
8032 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 8081 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8033 8082
8034 <trans-unit id="7939914198003891823" datatype="html"> 8083 <trans-unit id="7939914198003891823" datatype="html">
8035 <source>any language</source> 8084 <source>any language</source>
8036 <target state="new">any language</target> 8085 <target state="new">any language</target>
8037 8086
8038 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8087 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8039 <trans-unit id="5633144232269377096" datatype="html"> 8088 <trans-unit id="5633144232269377096" datatype="html">
8040 <source>hide</source> 8089 <source>hide</source>
8041 <target state="new">hide</target> 8090 <target state="new">hide</target>
8042 8091
8043 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8092 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8044 <trans-unit id="8603861867909474404" datatype="html"> 8093 <trans-unit id="8603861867909474404" datatype="html">
8045 <source>blur</source> 8094 <source>blur</source>
8046 <target state="new">blur</target> 8095 <target state="new">blur</target>
8047 8096
8048 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8097 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8049 <trans-unit id="4534458451100881847" datatype="html"> 8098 <trans-unit id="4534458451100881847" datatype="html">
8050 <source>display</source> 8099 <source>display</source>
8051 <target state="new">display</target> 8100 <target state="new">display</target>
8052 8101
8053 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8102 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8054 <trans-unit id="4467323362722952678" datatype="html"> 8103 <trans-unit id="4467323362722952678" datatype="html">
8055 <source>Unknown</source> 8104 <source>Unknown</source>
8056 <target state="new">Unknown</target> 8105 <target state="new">Unknown</target>
8057 8106
8058 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8107 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8059 <trans-unit id="8781423666414310853" datatype="html"> 8108 <trans-unit id="8781423666414310853" datatype="html">
8060 <source>Your password has been successfully reset!</source> 8109 <source>Your password has been successfully reset!</source>
8061 <target state="new">Your password has been successfully reset!</target> 8110 <target state="new">Your password has been successfully reset!</target>
@@ -8150,12 +8199,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8150 <source>Search index is unavailable. Retrying with instance results instead.</source> 8199 <source>Search index is unavailable. Retrying with instance results instead.</source>
8151 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8200 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8152 8201
8153 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8202 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8154 <trans-unit id="307702206382241469" datatype="html"> 8203 <trans-unit id="307702206382241469" datatype="html">
8155 <source>Search error</source> 8204 <source>Search error</source>
8156 <target state="new">Search error</target> 8205 <target state="new">Search error</target>
8157 8206
8158 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="4580988005648117665" datatype="html"> 8207 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8208 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8209 <context-group purpose="location">
8210 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8211 <context context-type="linenumber">329</context>
8212 </context-group>
8213 </trans-unit><trans-unit id="4580988005648117665" datatype="html">
8159 <source>Search</source><target state="new">Search</target> 8214 <source>Search</source><target state="new">Search</target>
8160 8215
8161 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7804724824750282316" datatype="html"> 8216 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7804724824750282316" datatype="html">
@@ -9345,19 +9400,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9345 </target> 9400 </target>
9346 9401
9347 9402
9348 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9403 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9349 <trans-unit id="1595779426198793580" datatype="html"> 9404 <trans-unit id="1595779426198793580" datatype="html">
9350 <source>Mute server</source> 9405 <source>Mute server</source>
9351 <target state="new">Mute server</target> 9406 <target state="new">Mute server</target>
9352 9407
9353 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9408 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9354 <trans-unit id="8014491157078444256" datatype="html"> 9409 <trans-unit id="8014491157078444256" datatype="html">
9355 <source>Server <x id="PH"/> muted by the instance.</source> 9410 <source>Server <x id="PH"/> muted by the instance.</source>
9356 <target state="new">Server 9411 <target state="new">Server
9357 <x id="PH"/> muted by the instance. 9412 <x id="PH"/> muted by the instance.
9358 </target> 9413 </target>
9359 9414
9360 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9415 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9361 <trans-unit id="2044813052587776285" datatype="html"> 9416 <trans-unit id="2044813052587776285" datatype="html">
9362 <source>Add a message to communicate with the reporter</source> 9417 <source>Add a message to communicate with the reporter</source>
9363 <target state="new">Add a message to communicate with the reporter</target> 9418 <target state="new">Add a message to communicate with the reporter</target>
@@ -9598,17 +9653,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9598 <x id="PH"/> minutes. 9653 <x id="PH"/> minutes.
9599 </target> 9654 </target>
9600 9655
9601 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 9656 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9602 <trans-unit id="4965472196059235310" datatype="html"> 9657 <trans-unit id="4965472196059235310" datatype="html">
9603 <source>Too many attempts, please try again later.</source> 9658 <source>Too many attempts, please try again later.</source>
9604 <target state="new">Too many attempts, please try again later.</target> 9659 <target state="new">Too many attempts, please try again later.</target>
9605 9660
9606 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group></trans-unit> 9661 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9607 <trans-unit id="1693549688987384699" datatype="html"> 9662 <trans-unit id="1693549688987384699" datatype="html">
9608 <source>Server error. Please retry later.</source> 9663 <source>Server error. Please retry later.</source>
9609 <target state="new">Server error. Please retry later.</target> 9664 <target state="new">Server error. Please retry later.</target>
9610 9665
9611 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 9666 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9612 <trans-unit id="5927402622550505067" datatype="html"> 9667 <trans-unit id="5927402622550505067" datatype="html">
9613 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9668 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9614 <target state="new">Subscribed to all current channels of 9669 <target state="new">Subscribed to all current channels of
@@ -9726,27 +9781,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9726 <source>Delete video</source> 9781 <source>Delete video</source>
9727 <target state="new">Delete video</target> 9782 <target state="new">Delete video</target>
9728 9783
9729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 9784 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9730 <trans-unit id="2210418817778733727" datatype="html"> 9785 <trans-unit id="2210418817778733727" datatype="html">
9731 <source>Actions for the comment</source> 9786 <source>Actions for the comment</source>
9732 <target state="new">Actions for the comment</target> 9787 <target state="new">Actions for the comment</target>
9733 9788
9734 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 9789 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9735 <trans-unit id="7978668497183230348" datatype="html"> 9790 <trans-unit id="7978668497183230348" datatype="html">
9736 <source>Delete comment</source> 9791 <source>Delete comment</source>
9737 <target state="new">Delete comment</target> 9792 <target state="new">Delete comment</target>
9738 9793
9739 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 9794 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9740 <trans-unit id="6747218355168080191" datatype="html"> 9795 <trans-unit id="6747218355168080191" datatype="html">
9741 <source>Do you really want to delete this comment?</source> 9796 <source>Do you really want to delete this comment?</source>
9742 <target state="new">Do you really want to delete this comment?</target> 9797 <target state="new">Do you really want to delete this comment?</target>
9743 9798
9744 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 9799 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9745 <trans-unit id="7837272126865175984" datatype="html"> 9800 <trans-unit id="7837272126865175984" datatype="html">
9746 <source>Comment deleted.</source> 9801 <source>Comment deleted.</source>
9747 <target state="new">Comment deleted.</target> 9802 <target state="new">Comment deleted.</target>
9748 9803
9749 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 9804 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9750 <trans-unit id="346270517625845962" datatype="html"> 9805 <trans-unit id="346270517625845962" datatype="html">
9751 <source>Encoder</source> 9806 <source>Encoder</source>
9752 <target state="new">Encoder</target> 9807 <target state="new">Encoder</target>
@@ -9787,30 +9842,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9787 <source>Video reported.</source> 9842 <source>Video reported.</source>
9788 <target state="new">Video reported.</target> 9843 <target state="new">Video reported.</target>
9789 9844
9790 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 9845 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9791 <trans-unit id="3622946684246476652" datatype="html"> 9846 <trans-unit id="3622946684246476652" datatype="html">
9792 <source>Do you really want to delete this video?</source> 9847 <source>Do you really want to delete this video?</source>
9793 <target state="new">Do you really want to delete this video?</target> 9848 <target state="new">Do you really want to delete this video?</target>
9794 9849
9795 9850
9796 9851
9797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 9852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9798 <trans-unit id="3941342949736653028" datatype="html"> 9853 <trans-unit id="3941342949736653028" datatype="html">
9799 <source>Video deleted.</source> 9854 <source>Video deleted.</source>
9800 <target state="new">Video deleted.</target> 9855 <target state="new">Video deleted.</target>
9801 9856
9802 9857
9803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9804 <trans-unit id="5072091387445907742" datatype="html"> 9859 <trans-unit id="5072091387445907742" datatype="html">
9805 <source>Actions for the reporter</source> 9860 <source>Actions for the reporter</source>
9806 <target state="new">Actions for the reporter</target> 9861 <target state="new">Actions for the reporter</target>
9807 9862
9808 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 9863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9809 <trans-unit id="6599069899275412095" datatype="html"> 9864 <trans-unit id="6599069899275412095" datatype="html">
9810 <source>Mute reporter</source> 9865 <source>Mute reporter</source>
9811 <target state="new">Mute reporter</target> 9866 <target state="new">Mute reporter</target>
9812 9867
9813 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 9868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9814 <trans-unit id="2990849907502572301" datatype="html"> 9869 <trans-unit id="2990849907502572301" datatype="html">
9815 <source>This video will be duplicated by your instance.</source> 9870 <source>This video will be duplicated by your instance.</source>
9816 <target state="new">This video will be duplicated by your instance.</target> 9871 <target state="new">This video will be duplicated by your instance.</target>
@@ -9867,7 +9922,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9867 <target state="new">Mute account</target> 9922 <target state="new">Mute account</target>
9868 9923
9869 9924
9870 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit><trans-unit id="4021487547497211597" datatype="html"> 9925 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit><trans-unit id="4021487547497211597" datatype="html">
9871 <source>Open video actions</source><target state="new">Open video actions</target> 9926 <source>Open video actions</source><target state="new">Open video actions</target>
9872 <context-group purpose="location"> 9927 <context-group purpose="location">
9873 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context> 9928 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context>
@@ -9882,7 +9937,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9882 <source>Mute server account</source> 9937 <source>Mute server account</source>
9883 <target state="new">Mute server account</target> 9938 <target state="new">Mute server account</target>
9884 9939
9885 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 9940 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
9886 <trans-unit id="7008439939460403347" datatype="html"> 9941 <trans-unit id="7008439939460403347" datatype="html">
9887 <source>Report</source> 9942 <source>Report</source>
9888 <target state="new">Report</target> 9943 <target state="new">Report</target>
@@ -9980,28 +10035,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9980 <source>Only I can see this video</source> 10035 <source>Only I can see this video</source>
9981 <target state="new">Only I can see this video</target> 10036 <target state="new">Only I can see this video</target>
9982 10037
9983 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 10038 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
9984 <trans-unit id="6767380569816110388" datatype="html"> 10039 <trans-unit id="6767380569816110388" datatype="html">
9985 <source>Only shareable via a private link</source> 10040 <source>Only shareable via a private link</source>
9986 <target state="new">Only shareable via a private link</target> 10041 <target state="new">Only shareable via a private link</target>
9987 10042
9988 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 10043 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
9989 <trans-unit id="6828965264297239528" datatype="html"> 10044 <trans-unit id="6828965264297239528" datatype="html">
9990 <source>Anyone can see this video</source> 10045 <source>Anyone can see this video</source>
9991 <target state="new">Anyone can see this video</target> 10046 <target state="new">Anyone can see this video</target>
9992 10047
9993 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10048 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
9994 <trans-unit id="1425933035739773115" datatype="html"> 10049 <trans-unit id="1425933035739773115" datatype="html">
9995 <source>Only users of this instance can see this video</source> 10050 <source>Only users of this instance can see this video</source>
9996 <target state="new">Only users of this instance can see this video</target> 10051 <target state="new">Only users of this instance can see this video</target>
9997 10052
9998 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="8312101634344200207" datatype="html"> 10053 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit><trans-unit id="8312101634344200207" datatype="html">
9999 <source><x id="PH" equiv-text="this.views"/> viewers</source><target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10054 <source><x id="PH" equiv-text="this.views"/> viewers</source><target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10000 10055
10001 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="7756087706411154095" datatype="html"> 10056 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="7756087706411154095" datatype="html">
10002 <source><x id="PH" equiv-text="this.views"/> views</source><target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10057 <source><x id="PH" equiv-text="this.views"/> views</source><target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10003 10058
10004 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit><trans-unit id="ngb.alert.close" datatype="html"> 10059 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit><trans-unit id="ngb.alert.close" datatype="html">
10005 <source>Close</source><target state="new">Close</target> 10060 <source>Close</source><target state="new">Close</target>
10006 10061
10007 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="ngb.carousel.slide-number" datatype="html"> 10062 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="ngb.carousel.slide-number" datatype="html">
@@ -10111,20 +10166,20 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10111 <source>Your video was uploaded to your account and is private.</source> 10166 <source>Your video was uploaded to your account and is private.</source>
10112 <target state="new">Your video was uploaded to your account and is private.</target> 10167 <target state="new">Your video was uploaded to your account and is private.</target>
10113 10168
10114 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10169 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10115 <trans-unit id="5699822024600815733" datatype="html"> 10170 <trans-unit id="5699822024600815733" datatype="html">
10116 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10171 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10117 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target> 10172 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target>
10118 10173
10119 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10174 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10120 <trans-unit id="1219739004043110649" datatype="html"> 10175 <trans-unit id="1219739004043110649" datatype="html">
10121 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10176 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10122 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target> 10177 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target>
10123 10178
10124 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="6932865105766151309" datatype="html"> 10179 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit><trans-unit id="6932865105766151309" datatype="html">
10125 <source>Upload</source><target state="new">Upload</target> 10180 <source>Upload</source><target state="new">Upload</target>
10126 10181
10127 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10182 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10128 <trans-unit id="8278735427925094503" datatype="html"> 10183 <trans-unit id="8278735427925094503" datatype="html">
10129 <source>Upload 10184 <source>Upload
10130 <x id="PH"/> 10185 <x id="PH"/>
@@ -10133,13 +10188,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10133 <x id="PH"/> 10188 <x id="PH"/>
10134 </target> 10189 </target>
10135 10190
10136 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10191 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10137 10192
10138 <trans-unit id="5981816353437801748" datatype="html"> 10193 <trans-unit id="5981816353437801748" datatype="html">
10139 <source>Video published.</source> 10194 <source>Video published.</source>
10140 <target state="new">Video published.</target> 10195 <target state="new">Video published.</target>
10141 10196
10142 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10197 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10143 10198
10144 10199
10145 <trans-unit id="764164089183618119" datatype="html"> 10200 <trans-unit id="764164089183618119" datatype="html">
@@ -10203,26 +10258,26 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10203 <trans-unit id="961774488937452220" datatype="html"> 10258 <trans-unit id="961774488937452220" datatype="html">
10204 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source><target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10259 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source><target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10205 10260
10206 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit><trans-unit id="5761611056224181752" datatype="html"> 10261 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit><trans-unit id="5761611056224181752" datatype="html">
10207 <source>Redirection</source><target state="new">Redirection</target> 10262 <source>Redirection</source><target state="new">Redirection</target>
10208 10263
10209 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10264 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10210 10265
10211 <trans-unit id="8858527736400081688" datatype="html"> 10266 <trans-unit id="8858527736400081688" datatype="html">
10212 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10267 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10213 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target> 10268 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target>
10214 10269
10215 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10270 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10216 <trans-unit id="3937119019020041049" datatype="html"> 10271 <trans-unit id="3937119019020041049" datatype="html">
10217 <source>Mature or explicit content</source> 10272 <source>Mature or explicit content</source>
10218 <target state="new">Mature or explicit content</target> 10273 <target state="new">Mature or explicit content</target>
10219 10274
10220 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10275 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10221 <trans-unit id="1755474755114288376" datatype="html"> 10276 <trans-unit id="1755474755114288376" datatype="html">
10222 <source>Up Next</source> 10277 <source>Up Next</source>
10223 <target state="new">Up Next</target> 10278 <target state="new">Up Next</target>
10224 10279
10225 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit><trans-unit id="2159130950882492111" datatype="html"> 10280 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit><trans-unit id="2159130950882492111" datatype="html">
10226 <source>Cancel</source><target state="new">Cancel</target> 10281 <source>Cancel</source><target state="new">Cancel</target>
10227 10282
10228 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">646</context></context-group></trans-unit> 10283 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">646</context></context-group></trans-unit>
@@ -10230,62 +10285,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10230 <source>Autoplay is suspended</source> 10285 <source>Autoplay is suspended</source>
10231 <target state="new">Autoplay is suspended</target> 10286 <target state="new">Autoplay is suspended</target>
10232 10287
10233 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10288 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10234 <trans-unit id="7895294730547405228" datatype="html"> 10289 <trans-unit id="7895294730547405228" datatype="html">
10235 <source>Enter/exit fullscreen (requires player focus)</source> 10290 <source>Enter/exit fullscreen (requires player focus)</source>
10236 <target state="new">Enter/exit fullscreen (requires player focus)</target> 10291 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10237 10292
10238 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10293 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10239 <trans-unit id="7618388257165864759" datatype="html"> 10294 <trans-unit id="7618388257165864759" datatype="html">
10240 <source>Play/Pause the video (requires player focus)</source> 10295 <source>Play/Pause the video (requires player focus)</source>
10241 <target state="new">Play/Pause the video (requires player focus)</target> 10296 <target state="new">Play/Pause the video (requires player focus)</target>
10242 10297
10243 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10298 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10244 <trans-unit id="7761890399634216630" datatype="html"> 10299 <trans-unit id="7761890399634216630" datatype="html">
10245 <source>Mute/unmute the video (requires player focus)</source> 10300 <source>Mute/unmute the video (requires player focus)</source>
10246 <target state="new">Mute/unmute the video (requires player focus)</target> 10301 <target state="new">Mute/unmute the video (requires player focus)</target>
10247 10302
10248 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10303 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10249 <trans-unit id="5996585232248234904" datatype="html"> 10304 <trans-unit id="5996585232248234904" datatype="html">
10250 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10305 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10251 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10306 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10252 10307
10253 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10308 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10254 <trans-unit id="3748765405903319998" datatype="html"> 10309 <trans-unit id="3748765405903319998" datatype="html">
10255 <source>Increase the volume (requires player focus)</source> 10310 <source>Increase the volume (requires player focus)</source>
10256 <target state="new">Increase the volume (requires player focus)</target> 10311 <target state="new">Increase the volume (requires player focus)</target>
10257 10312
10258 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10313 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10259 <trans-unit id="5810704036407159982" datatype="html"> 10314 <trans-unit id="5810704036407159982" datatype="html">
10260 <source>Decrease the volume (requires player focus)</source> 10315 <source>Decrease the volume (requires player focus)</source>
10261 <target state="new">Decrease the volume (requires player focus)</target> 10316 <target state="new">Decrease the volume (requires player focus)</target>
10262 10317
10263 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10318 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10264 <trans-unit id="2622048822548065691" datatype="html"> 10319 <trans-unit id="2622048822548065691" datatype="html">
10265 <source>Seek the video forward (requires player focus)</source> 10320 <source>Seek the video forward (requires player focus)</source>
10266 <target state="new">Seek the video forward (requires player focus)</target> 10321 <target state="new">Seek the video forward (requires player focus)</target>
10267 10322
10268 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10323 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10269 <trans-unit id="6540078205109221153" datatype="html"> 10324 <trans-unit id="6540078205109221153" datatype="html">
10270 <source>Seek the video backward (requires player focus)</source> 10325 <source>Seek the video backward (requires player focus)</source>
10271 <target state="new">Seek the video backward (requires player focus)</target> 10326 <target state="new">Seek the video backward (requires player focus)</target>
10272 10327
10273 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10328 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10274 <trans-unit id="1956491957766210808" datatype="html"> 10329 <trans-unit id="1956491957766210808" datatype="html">
10275 <source>Increase playback rate (requires player focus)</source> 10330 <source>Increase playback rate (requires player focus)</source>
10276 <target state="new">Increase playback rate (requires player focus)</target> 10331 <target state="new">Increase playback rate (requires player focus)</target>
10277 10332
10278 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10279 <trans-unit id="5495529997674803186" datatype="html"> 10334 <trans-unit id="5495529997674803186" datatype="html">
10280 <source>Decrease playback rate (requires player focus)</source> 10335 <source>Decrease playback rate (requires player focus)</source>
10281 <target state="new">Decrease playback rate (requires player focus)</target> 10336 <target state="new">Decrease playback rate (requires player focus)</target>
10282 10337
10283 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10338 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10284 <trans-unit id="3178343147230721210" datatype="html"> 10339 <trans-unit id="3178343147230721210" datatype="html">
10285 <source>Navigate in the video frame by frame (requires player focus)</source> 10340 <source>Navigate in the video frame by frame (requires player focus)</source>
10286 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 10341 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10287 10342
10288 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10343 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10289 <trans-unit id="8025996572234182184" datatype="html"> 10344 <trans-unit id="8025996572234182184" datatype="html">
10290 <source>Like the video</source> 10345 <source>Like the video</source>
10291 <target state="new">Like the video</target> 10346 <target state="new">Like the video</target>
diff --git a/client/src/locale/angular.sl-SI.xlf b/client/src/locale/angular.sl-SI.xlf
index 582be2864..7c173435a 100644
--- a/client/src/locale/angular.sl-SI.xlf
+++ b/client/src/locale/angular.sl-SI.xlf
@@ -280,7 +280,7 @@
280 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 280 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
281 </target> 281 </target>
282 282
283 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 283 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
284 <trans-unit id="1486537403020619891" datatype="html"> 284 <trans-unit id="1486537403020619891" datatype="html">
285 <source>My watch history</source> 285 <source>My watch history</source>
286 <target state="new">My watch history</target> 286 <target state="new">My watch history</target>
@@ -362,12 +362,12 @@
362 362
363 363
364 364
365 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 365 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
366 <trans-unit id="1006562256968398209" datatype="html"> 366 <trans-unit id="1006562256968398209" datatype="html">
367 <source>video</source> 367 <source>video</source>
368 <target state="new">video</target> 368 <target state="new">video</target>
369 369
370 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 370 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
371 <trans-unit id="6438815964972582865" datatype="html"> 371 <trans-unit id="6438815964972582865" datatype="html">
372 <source>The following link contains a private token and should not be shared with anyone.</source> 372 <source>The following link contains a private token and should not be shared with anyone.</source>
373 <target state="new"> The following link contains a private token and should not be shared with anyone. </target> 373 <target state="new"> The following link contains a private token and should not be shared with anyone. </target>
@@ -438,10 +438,10 @@
438 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 438 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
439 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 439 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
440 440
441 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 441 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
442 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 442 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
443 443
444 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit> 444 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
445 <trans-unit id="5235042777215655908" datatype="html"> 445 <trans-unit id="5235042777215655908" datatype="html">
446 <source>subtitles</source> 446 <source>subtitles</source>
447 <target state="new">subtitles</target> 447 <target state="new">subtitles</target>
@@ -666,7 +666,7 @@
666 <target>Izbriši</target> 666 <target>Izbriši</target>
667 667
668 668
669 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 669 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
670 <trans-unit id="158575725114802951" datatype="html"> 670 <trans-unit id="158575725114802951" datatype="html">
671 <source>Only live videos</source> 671 <source>Only live videos</source>
672 <target state="new">Only live videos</target> 672 <target state="new">Only live videos</target>
@@ -857,10 +857,10 @@
857 <trans-unit id="2602586221576511475" datatype="html"> 857 <trans-unit id="2602586221576511475" datatype="html">
858 <source>Video quota</source> 858 <source>Video quota</source>
859 <target state="new">Video quota</target> 859 <target state="new">Video quota</target>
860 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 860
861 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 861
862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 862
863 </trans-unit> 863 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
864 <trans-unit id="1502595455339510144" datatype="html"> 864 <trans-unit id="1502595455339510144" datatype="html">
865 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 865 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
866 <target state="new"> 866 <target state="new">
@@ -944,7 +944,31 @@
944 <source>Federation</source> 944 <source>Federation</source>
945 <target state="new">Federation</target> 945 <target state="new">Federation</target>
946 946
947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
948 <source>Following</source><target state="new">Following</target>
949 <context-group purpose="location">
950 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
951 <context context-type="linenumber">29</context>
952 </context-group>
953 <context-group purpose="location">
954 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
955 <context context-type="linenumber">31</context>
956 </context-group>
957 <context-group purpose="location">
958 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
959 <context context-type="linenumber">28</context>
960 </context-group>
961 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
962 <source>Followers</source><target state="new">Followers</target>
963 <context-group purpose="location">
964 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
965 <context context-type="linenumber">34</context>
966 </context-group>
967 <context-group purpose="location">
968 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
969 <context context-type="linenumber">37</context>
970 </context-group>
971 </trans-unit>
948 <trans-unit id="3541687134897970106" datatype="html"> 972 <trans-unit id="3541687134897970106" datatype="html">
949 <source>followers</source> 973 <source>followers</source>
950 <target state="new">followers</target> 974 <target state="new">followers</target>
@@ -1018,7 +1042,7 @@
1018 1042
1019 1043
1020 1044
1021 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 1045 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
1022 <trans-unit id="3616223838716839702" datatype="html"> 1046 <trans-unit id="3616223838716839702" datatype="html">
1023 <source>Ban this user</source> 1047 <source>Ban this user</source>
1024 <target state="new">Ban this user</target> 1048 <target state="new">Ban this user</target>
@@ -1091,19 +1115,13 @@
1091 <trans-unit id="7252854992688790751" datatype="html"> 1115 <trans-unit id="7252854992688790751" datatype="html">
1092 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1116 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1093 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1117 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1094 <context-group purpose="location"> 1118
1095 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1119 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
1096 <context context-type="linenumber">60,62</context>
1097 </context-group>
1098 </trans-unit>
1099 <trans-unit id="7215649348148521605" datatype="html"> 1120 <trans-unit id="7215649348148521605" datatype="html">
1100 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1121 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1101 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1122 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1102 <context-group purpose="location"> 1123
1103 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1124 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1104 <context context-type="linenumber">65,67</context>
1105 </context-group>
1106 </trans-unit>
1107 <trans-unit id="2392488717875840729" datatype="html"> 1125 <trans-unit id="2392488717875840729" datatype="html">
1108 <source>User</source> 1126 <source>User</source>
1109 <target state="new">User</target> 1127 <target state="new">User</target>
@@ -1114,68 +1132,68 @@
1114 <source>Username or email address</source> 1132 <source>Username or email address</source>
1115 <target>Uporabniško ime ali e-poštni naslov</target> 1133 <target>Uporabniško ime ali e-poštni naslov</target>
1116 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1134 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1135 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
1136 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1137 <context-group purpose="location">
1138 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1139 <context context-type="linenumber">33,34</context>
1140 </context-group>
1117 </trans-unit> 1141 </trans-unit>
1118 <trans-unit id="1431416938026210429"> 1142 <trans-unit id="1431416938026210429">
1119 <source>Password</source> 1143 <source>Password</source>
1120 <target>Geslo</target> 1144 <target>Geslo</target>
1121 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1145
1122 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1146
1123 <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> 1147
1124 <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> 1148
1125 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1149
1126 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1150
1127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1151
1128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1152
1129 </trans-unit> 1153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1130 <trans-unit id="8715156686857791956" datatype="html"> 1154 <trans-unit id="8715156686857791956" datatype="html">
1131 <source>Click here to reset your password</source> 1155 <source>Click here to reset your password</source>
1132 <target state="new">Click here to reset your password</target> 1156 <target state="new">Click here to reset your password</target>
1133 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1157
1134 </trans-unit> 1158 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1135 <trans-unit id="892063502898494584" datatype="html"> 1159 <trans-unit id="892063502898494584" datatype="html">
1136 <source>I forgot my password</source> 1160 <source>I forgot my password</source>
1137 <target state="new">I forgot my password</target> 1161 <target state="new">I forgot my password</target>
1138 <context-group purpose="location"> 1162
1139 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1163 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1140 <context context-type="linenumber">47</context>
1141 </context-group>
1142 </trans-unit>
1143 <trans-unit id="2101170466365500913" datatype="html"> 1164 <trans-unit id="2101170466365500913" datatype="html">
1144 <source>Logging into an account lets you publish content</source> 1165 <source>Logging into an account lets you publish content</source>
1145 <target state="new"> Logging into an account lets you publish content </target> 1166 <target state="new"> Logging into an account lets you publish content </target>
1146 <context-group purpose="location"> 1167
1147 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1168 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1148 <context context-type="linenumber">56,57</context>
1149 </context-group>
1150 </trans-unit>
1151 <trans-unit id="2454050363478003966"> 1169 <trans-unit id="2454050363478003966">
1152 <source>Login</source> 1170 <source>Login</source>
1153 <target>Prijava</target> 1171 <target>Prijava</target>
1154 1172
1155 1173
1156 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1174 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1157 <trans-unit id="3183213940445113677" datatype="html"> 1175 <trans-unit id="3183213940445113677" datatype="html">
1158 <source>Or sign in with</source> 1176 <source>Or sign in with</source>
1159 <target state="new">Or sign in with</target> 1177 <target state="new">Or sign in with</target>
1160 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1178
1161 </trans-unit> 1179 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1162 <trans-unit id="3238209155172574367"> 1180 <trans-unit id="3238209155172574367">
1163 <source>Forgot your password</source> 1181 <source>Forgot your password</source>
1164 <target>Ste pozabili geslo?</target> 1182 <target>Ste pozabili geslo?</target>
1165 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1183
1166 </trans-unit> 1184 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1167 <trans-unit id="87327320394367488" datatype="html"> 1185 <trans-unit id="87327320394367488" datatype="html">
1168 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1186 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1169 <target state="new"> 1187 <target state="new">
1170 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1188 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1171 </target> 1189 </target>
1172 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1190
1173 </trans-unit> 1191 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
1174 <trans-unit id="3188014010833256853" datatype="html"> 1192 <trans-unit id="3188014010833256853" datatype="html">
1175 <source>Enter your email address and we will send you a link to reset your password.</source> 1193 <source>Enter your email address and we will send you a link to reset your password.</source>
1176 <target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1194 <target state="new"> Enter your email address and we will send you a link to reset your password. </target>
1177 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1195
1178 </trans-unit> 1196 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
1179 <trans-unit id="1190256911880544559" datatype="html"> 1197 <trans-unit id="1190256911880544559" datatype="html">
1180 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1198 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1181The link will expire within 1 hour.</source> 1199The link will expire within 1 hour.</source>
@@ -1186,26 +1204,26 @@ The link will expire within 1 hour.</target>
1186 <trans-unit id="4768749765465246664"> 1204 <trans-unit id="4768749765465246664">
1187 <source>Email</source> 1205 <source>Email</source>
1188 <target>E-poštni naslov</target> 1206 <target>E-poštni naslov</target>
1189 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1207
1190 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1208
1191 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1209
1192 <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> 1210
1193 <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> 1211
1194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1212
1195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1213
1196 </trans-unit> 1214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1197 <trans-unit id="3967269098753656610"> 1215 <trans-unit id="3967269098753656610">
1198 <source>Email address</source> 1216 <source>Email address</source>
1199 <target>E-poštni naslov</target> 1217 <target>E-poštni naslov</target>
1200 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1218
1201 <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> 1219
1202 </trans-unit> 1220 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1203 <trans-unit id="7808756054397155068" datatype="html"> 1221 <trans-unit id="7808756054397155068" datatype="html">
1204 <source>Reset</source> 1222 <source>Reset</source>
1205 <target state="new">Reset</target> 1223 <target state="new">Reset</target>
1206 <note priority="1" from="description">Password reset button</note> 1224 <note priority="1" from="description">Password reset button</note>
1207 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1225
1208 </trans-unit> 1226 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1209 <trans-unit id="4319634264526091601" datatype="html"> 1227 <trans-unit id="4319634264526091601" datatype="html">
1210 <source>on this instance</source> 1228 <source>on this instance</source>
1211 <target state="new">on this instance</target> 1229 <target state="new">on this instance</target>
@@ -1286,15 +1304,15 @@ The link will expire within 1 hour.</target>
1286 <target state="new"> 1304 <target state="new">
1287 No results found 1305 No results found
1288 </target> 1306 </target>
1289 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1307
1290 </trans-unit> 1308 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1291 <trans-unit id="5500467336262464724" datatype="html"> 1309 <trans-unit id="5500467336262464724" datatype="html">
1292 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1310 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1293 <target state="new"> 1311 <target state="new">
1294 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers 1312 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers
1295 </target> 1313 </target>
1296 1314
1297 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1315 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1298 <trans-unit id="1516969129397662377" datatype="html"> 1316 <trans-unit id="1516969129397662377" datatype="html">
1299 <source>Welcome to PeerTube, dear administrator!</source> 1317 <source>Welcome to PeerTube, dear administrator!</source>
1300 <target state="new">Welcome to PeerTube, dear administrator!</target> 1318 <target state="new">Welcome to PeerTube, dear administrator!</target>
@@ -1579,7 +1597,7 @@ The link will expire within 1 hour.</target>
1579 <target>Ustvari račun</target> 1597 <target>Ustvari račun</target>
1580 1598
1581 1599
1582 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1600 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1583 1601
1584 <trans-unit id="3058024914967508975" datatype="html"> 1602 <trans-unit id="3058024914967508975" datatype="html">
1585 <source>My videos</source> 1603 <source>My videos</source>
@@ -1636,7 +1654,7 @@ The link will expire within 1 hour.</target>
1636 <source>VIDEOS</source> 1654 <source>VIDEOS</source>
1637 <target state="new">VIDEOS</target> 1655 <target state="new">VIDEOS</target>
1638 1656
1639 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 1657 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
1640 <trans-unit id="667372110624203230" datatype="html"> 1658 <trans-unit id="667372110624203230" datatype="html">
1641 <source>Import jobs concurrency</source> 1659 <source>Import jobs concurrency</source>
1642 <target state="new">Import jobs concurrency</target> 1660 <target state="new">Import jobs concurrency</target>
@@ -1715,7 +1733,7 @@ The link will expire within 1 hour.</target>
1715 <source>I'm a teapot</source> 1733 <source>I'm a teapot</source>
1716 <target state="new">I'm a teapot</target> 1734 <target state="new">I'm a teapot</target>
1717 1735
1718 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 1736 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1719 <trans-unit id="1597262876035959248" datatype="html"> 1737 <trans-unit id="1597262876035959248" datatype="html">
1720 <source>That's an error.</source> 1738 <source>That's an error.</source>
1721 <target state="new">That's an error.</target> 1739 <target state="new">That's an error.</target>
@@ -1808,8 +1826,8 @@ The link will expire within 1 hour.</target>
1808 <trans-unit id="2971365540217107489" datatype="html"> 1826 <trans-unit id="2971365540217107489" datatype="html">
1809 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1827 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1810 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1828 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1811 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1829
1812 </trans-unit> 1830 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1813 1831
1814 <trans-unit id="5131854469652959713" datatype="html"> 1832 <trans-unit id="5131854469652959713" datatype="html">
1815 <source>GLOBAL SEARCH</source> 1833 <source>GLOBAL SEARCH</source>
@@ -1897,7 +1915,7 @@ The link will expire within 1 hour.</target>
1897 1915
1898 1916
1899 1917
1900 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1918 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1901 <source>Display only</source><target state="new">Display only</target> 1919 <source>Display only</source><target state="new">Display only</target>
1902 <context-group purpose="location"> 1920 <context-group purpose="location">
1903 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1921 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1935,7 +1953,7 @@ The link will expire within 1 hour.</target>
1935 <target>Trajanje</target> 1953 <target>Trajanje</target>
1936 1954
1937 1955
1938 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1956 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1939 <trans-unit id="3589238979642505685"> 1957 <trans-unit id="3589238979642505685">
1940 <source>Display sensitive content</source> 1958 <source>Display sensitive content</source>
1941 <target>Prikaži občutljivo vsebino</target> 1959 <target>Prikaži občutljivo vsebino</target>
@@ -1957,7 +1975,7 @@ The link will expire within 1 hour.</target>
1957 1975
1958 1976
1959 1977
1960 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1978 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1961 <trans-unit id="5478121364779850827" datatype="html"> 1979 <trans-unit id="5478121364779850827" datatype="html">
1962 <source>Reset</source> 1980 <source>Reset</source>
1963 <target state="new"> 1981 <target state="new">
@@ -1980,7 +1998,7 @@ The link will expire within 1 hour.</target>
1980 1998
1981 1999
1982 2000
1983 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 2001 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1984 <trans-unit id="4184995865179898060" datatype="html"> 2002 <trans-unit id="4184995865179898060" datatype="html">
1985 <source>Display all licenses</source> 2003 <source>Display all licenses</source>
1986 <target state="new">Display all licenses</target> 2004 <target state="new">Display all licenses</target>
@@ -1993,7 +2011,7 @@ The link will expire within 1 hour.</target>
1993 2011
1994 2012
1995 2013
1996 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 2014 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1997 <trans-unit id="7904142744051432458" datatype="html"> 2015 <trans-unit id="7904142744051432458" datatype="html">
1998 <source>Display all languages</source> 2016 <source>Display all languages</source>
1999 <target state="new">Display all languages</target> 2017 <target state="new">Display all languages</target>
@@ -2008,17 +2026,23 @@ The link will expire within 1 hour.</target>
2008 <source>One of these tags</source> 2026 <source>One of these tags</source>
2009 <target state="new">One of these tags</target> 2027 <target state="new">One of these tags</target>
2010 2028
2011 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 2029 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
2030 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
2031 <context-group purpose="location">
2032 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
2033 <context context-type="linenumber">178</context>
2034 </context-group>
2035 </trans-unit>
2012 <trans-unit id="283421392567624698" datatype="html"> 2036 <trans-unit id="283421392567624698" datatype="html">
2013 <source>Search target</source> 2037 <source>Search target</source>
2014 <target state="new">Search target</target> 2038 <target state="new">Search target</target>
2015 2039
2016 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 2040 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
2017 <trans-unit id="2489767671380266270" datatype="html"> 2041 <trans-unit id="2489767671380266270" datatype="html">
2018 <source>Vidiverse</source> 2042 <source>Vidiverse</source>
2019 <target state="new">Vidiverse</target> 2043 <target state="new">Vidiverse</target>
2020 2044
2021 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 2045 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
2022 <trans-unit id="5478121364779850827" datatype="html"> 2046 <trans-unit id="5478121364779850827" datatype="html">
2023 <source>Reset</source> 2047 <source>Reset</source>
2024 <target state="new"> 2048 <target state="new">
@@ -2030,7 +2054,7 @@ The link will expire within 1 hour.</target>
2030 <source>Filter</source> 2054 <source>Filter</source>
2031 <target>Filtriraj</target> 2055 <target>Filtriraj</target>
2032 2056
2033 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 2057 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
2034 <trans-unit id="6479885129995567639" datatype="html"> 2058 <trans-unit id="6479885129995567639" datatype="html">
2035 <source>Video channels</source> 2059 <source>Video channels</source>
2036 <target state="new">Video channels</target> 2060 <target state="new">Video channels</target>
@@ -2068,7 +2092,7 @@ The link will expire within 1 hour.</target>
2068 <target state="new">Tags</target> 2092 <target state="new">Tags</target>
2069 2093
2070 2094
2071 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 2095 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
2072 <trans-unit id="354332809647287722" datatype="html"> 2096 <trans-unit id="354332809647287722" datatype="html">
2073 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 2097 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
2074 <target state="new"> 2098 <target state="new">
@@ -2555,7 +2579,7 @@ The link will expire within 1 hour.</target>
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">106</context></context-group><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="6161604372916832458" datatype="html"> 2579 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2556 <source>Upload on hold</source><target state="new">Upload on hold</target> 2580 <source>Upload on hold</source><target state="new">Upload on hold</target>
2557 2581
2558 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2582 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2559 <trans-unit id="285180972645018518" datatype="html"> 2583 <trans-unit id="285180972645018518" datatype="html">
2560 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2584 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2561 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2585 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2903,12 +2927,18 @@ The link will expire within 1 hour.</target>
2903 <source>Origin</source> 2927 <source>Origin</source>
2904 <target state="new">Origin</target> 2928 <target state="new">Origin</target>
2905 2929
2906 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2930 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2931 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2932 <context-group purpose="location">
2933 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2934 <context context-type="linenumber">14</context>
2935 </context-group>
2936 </trans-unit>
2907 <trans-unit id="5139892963394684487" datatype="html"> 2937 <trans-unit id="5139892963394684487" datatype="html">
2908 <source>Originally published</source> 2938 <source>Originally published</source>
2909 <target state="new">Originally published</target> 2939 <target state="new">Originally published</target>
2910 2940
2911 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2941 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2912 <trans-unit id="6402393085909200998" datatype="html"> 2942 <trans-unit id="6402393085909200998" datatype="html">
2913 <source>Friendly Reminder:</source> 2943 <source>Friendly Reminder:</source>
2914 <target state="new">Friendly Reminder: </target> 2944 <target state="new">Friendly Reminder: </target>
@@ -3262,11 +3292,7 @@ The link will expire within 1 hour.</target>
3262 <target state="new">ID</target> 3292 <target state="new">ID</target>
3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3264 </trans-unit> 3294 </trans-unit>
3265 <trans-unit id="2265605798180116441" datatype="html"> 3295
3266 <source>Follower handle</source>
3267 <target state="new">Follower handle</target>
3268 <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>
3269 </trans-unit>
3270 <trans-unit id="5911214550882917183" datatype="html"> 3296 <trans-unit id="5911214550882917183" datatype="html">
3271 <source>State</source> 3297 <source>State</source>
3272 <target state="new">State</target> 3298 <target state="new">State</target>
@@ -3341,11 +3367,7 @@ The link will expire within 1 hour.</target>
3341 </target> 3367 </target>
3342 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3368 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3343 </trans-unit> 3369 </trans-unit>
3344 <trans-unit id="6641024648411549335" datatype="html"> 3370
3345 <source>Host</source>
3346 <target state="new">Host</target>
3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3348 </trans-unit>
3349 <trans-unit id="6571718060636962350" datatype="html"> 3371 <trans-unit id="6571718060636962350" datatype="html">
3350 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3372 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3351 <target state="new">Redundancy allowed 3373 <target state="new">Redundancy allowed
@@ -3358,7 +3380,7 @@ The link will expire within 1 hour.</target>
3358 <source>Unfollow</source> 3380 <source>Unfollow</source>
3359 <target state="new">Unfollow</target> 3381 <target state="new">Unfollow</target>
3360 3382
3361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3362 <trans-unit id="8246779176913476983" datatype="html"> 3384 <trans-unit id="8246779176913476983" datatype="html">
3363 <source>Open instance in a new tab</source> 3385 <source>Open instance in a new tab</source>
3364 <target state="new">Open instance in a new tab</target> 3386 <target state="new">Open instance in a new tab</target>
@@ -3369,13 +3391,13 @@ The link will expire within 1 hour.</target>
3369 <trans-unit id="9132918641931433659" datatype="html"> 3391 <trans-unit id="9132918641931433659" datatype="html">
3370 <source>No host found matching current filters.</source> 3392 <source>No host found matching current filters.</source>
3371 <target state="new">No host found matching current filters.</target> 3393 <target state="new">No host found matching current filters.</target>
3372 <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> 3394
3373 </trans-unit> 3395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3374 <trans-unit id="7274241885665071790" datatype="html"> 3396 <trans-unit id="7274241885665071790" datatype="html">
3375 <source>Your instance is not following anyone.</source> 3397 <source>Your instance is not following anyone.</source>
3376 <target state="new">Your instance is not following anyone.</target> 3398 <target state="new">Your instance is not following anyone.</target>
3377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3399
3378 </trans-unit> 3400 <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>
3379 <trans-unit id="4774348799569692380" datatype="html"> 3401 <trans-unit id="4774348799569692380" datatype="html">
3380 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3402 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3381 <target state="new">Showing 3403 <target state="new">Showing
@@ -3385,16 +3407,8 @@ The link will expire within 1 hour.</target>
3385 </target> 3407 </target>
3386 <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> 3408 <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>
3387 </trans-unit> 3409 </trans-unit>
3388 <trans-unit id="6275803119759621687" datatype="html"> 3410
3389 <source>Follow domains</source> 3411
3390 <target state="new">Follow domains</target>
3391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3392 </trans-unit>
3393 <trans-unit id="1268699198448750610" datatype="html">
3394 <source>Follow instances</source>
3395 <target state="new">Follow instances</target>
3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3397 </trans-unit>
3398 <trans-unit id="9216117865911519658" datatype="html"> 3412 <trans-unit id="9216117865911519658" datatype="html">
3399 <source>Action</source> 3413 <source>Action</source>
3400 <target state="new">Action</target> 3414 <target state="new">Action</target>
@@ -3443,11 +3457,11 @@ The link will expire within 1 hour.</target>
3443 <trans-unit id="5248717555542428023" datatype="html"> 3457 <trans-unit id="5248717555542428023" datatype="html">
3444 <source>Username</source> 3458 <source>Username</source>
3445 <target state="new">Username</target> 3459 <target state="new">Username</target>
3446 <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> 3460
3447 <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> 3461
3448 <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> 3462
3449 <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> 3463
3450 </trans-unit> 3464 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3451 <trans-unit id="5428411040014095392" datatype="html"> 3465 <trans-unit id="5428411040014095392" datatype="html">
3452 <source>e.g. jane_doe</source> 3466 <source>e.g. jane_doe</source>
3453 <target state="new">e.g. jane_doe</target> 3467 <target state="new">e.g. jane_doe</target>
@@ -3477,9 +3491,9 @@ The link will expire within 1 hour.</target>
3477 <trans-unit id="4145496584631696119" datatype="html"> 3491 <trans-unit id="4145496584631696119" datatype="html">
3478 <source>Role</source> 3492 <source>Role</source>
3479 <target state="new">Role</target> 3493 <target state="new">Role</target>
3480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3494
3481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3495
3482 </trans-unit> 3496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3483 <trans-unit id="7046347992315328430" datatype="html"> 3497 <trans-unit id="7046347992315328430" datatype="html">
3484 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3498 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3485 <target state="new"> 3499 <target state="new">
@@ -3504,15 +3518,9 @@ The link will expire within 1 hour.</target>
3504 <trans-unit id="2622255144026150901" datatype="html"> 3518 <trans-unit id="2622255144026150901" datatype="html">
3505 <source>Auth plugin</source> 3519 <source>Auth plugin</source>
3506 <target state="new">Auth plugin</target> 3520 <target state="new">Auth plugin</target>
3507 <context-group purpose="location"> 3521
3508 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3522
3509 <context context-type="linenumber">188</context> 3523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit>
3510 </context-group>
3511 <context-group purpose="location">
3512 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3513 <context context-type="linenumber">188</context>
3514 </context-group>
3515 </trans-unit>
3516 <trans-unit id="588099657508661970" datatype="html"> 3524 <trans-unit id="588099657508661970" datatype="html">
3517 <source>None (local authentication)</source> 3525 <source>None (local authentication)</source>
3518 <target state="new">None (local authentication)</target> 3526 <target state="new">None (local authentication)</target>
@@ -3766,6 +3774,12 @@ The link will expire within 1 hour.</target>
3766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group> 3774 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group>
3767 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3775 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3768 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3776 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3777 </trans-unit><trans-unit id="8390803680962035202" datatype="html">
3778 <source>Follower</source><target state="new">Follower</target>
3779 <context-group purpose="location">
3780 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3781 <context context-type="linenumber">24</context>
3782 </context-group>
3769 </trans-unit> 3783 </trans-unit>
3770 <trans-unit id="4691552465058437520" datatype="html"> 3784 <trans-unit id="4691552465058437520" datatype="html">
3771 <source>Commented video</source> 3785 <source>Commented video</source>
@@ -3811,43 +3825,28 @@ The link will expire within 1 hour.</target>
3811 <trans-unit id="1807029821872995706" datatype="html"> 3825 <trans-unit id="1807029821872995706" datatype="html">
3812 <source>Unsolved reports</source> 3826 <source>Unsolved reports</source>
3813 <target state="new">Unsolved reports</target> 3827 <target state="new">Unsolved reports</target>
3814 <context-group purpose="location"> 3828
3815 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3829 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3816 <context context-type="linenumber">42</context>
3817 </context-group>
3818 </trans-unit>
3819 <trans-unit id="2570256912317308673" datatype="html"> 3830 <trans-unit id="2570256912317308673" datatype="html">
3820 <source>Accepted reports</source> 3831 <source>Accepted reports</source>
3821 <target state="new">Accepted reports</target> 3832 <target state="new">Accepted reports</target>
3822 <context-group purpose="location"> 3833
3823 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3824 <context context-type="linenumber">46</context>
3825 </context-group>
3826 </trans-unit>
3827 <trans-unit id="4335414817109654558" datatype="html"> 3835 <trans-unit id="4335414817109654558" datatype="html">
3828 <source>Refused reports</source> 3836 <source>Refused reports</source>
3829 <target state="new">Refused reports</target> 3837 <target state="new">Refused reports</target>
3830 <context-group purpose="location"> 3838
3831 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3839 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3832 <context context-type="linenumber">50</context>
3833 </context-group>
3834 </trans-unit>
3835 <trans-unit id="5604806676748121035" datatype="html"> 3840 <trans-unit id="5604806676748121035" datatype="html">
3836 <source>Reports with blocked videos</source> 3841 <source>Reports with blocked videos</source>
3837 <target state="new">Reports with blocked videos</target> 3842 <target state="new">Reports with blocked videos</target>
3838 <context-group purpose="location"> 3843
3839 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3844 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3840 <context context-type="linenumber">54</context>
3841 </context-group>
3842 </trans-unit>
3843 <trans-unit id="5105869928182826553" datatype="html"> 3845 <trans-unit id="5105869928182826553" datatype="html">
3844 <source>Reports with deleted videos</source> 3846 <source>Reports with deleted videos</source>
3845 <target state="new">Reports with deleted videos</target> 3847 <target state="new">Reports with deleted videos</target>
3846 <context-group purpose="location"> 3848
3847 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3849 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3848 <context context-type="linenumber">58</context>
3849 </context-group>
3850 </trans-unit>
3851 <trans-unit id="4678289986918934018" datatype="html"> 3850 <trans-unit id="4678289986918934018" datatype="html">
3852 <source>Block reason:</source> 3851 <source>Block reason:</source>
3853 <target state="new">Block reason:</target> 3852 <target state="new">Block reason:</target>
@@ -3866,19 +3865,13 @@ The link will expire within 1 hour.</target>
3866 <trans-unit id="7755288609601798418" datatype="html"> 3865 <trans-unit id="7755288609601798418" datatype="html">
3867 <source>Automatic blocks</source> 3866 <source>Automatic blocks</source>
3868 <target state="new">Automatic blocks</target> 3867 <target state="new">Automatic blocks</target>
3869 <context-group purpose="location"> 3868
3870 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3871 <context context-type="linenumber">31</context>
3872 </context-group>
3873 </trans-unit>
3874 <trans-unit id="6510868134640657079" datatype="html"> 3870 <trans-unit id="6510868134640657079" datatype="html">
3875 <source>Manual blocks</source> 3871 <source>Manual blocks</source>
3876 <target state="new">Manual blocks</target> 3872 <target state="new">Manual blocks</target>
3877 <context-group purpose="location"> 3873
3878 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3879 <context context-type="linenumber">35</context>
3880 </context-group>
3881 </trans-unit>
3882 <trans-unit id="2143435845912984377" datatype="html"> 3875 <trans-unit id="2143435845912984377" datatype="html">
3883 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3876 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3884 <target state="new">Showing 3877 <target state="new">Showing
@@ -4057,7 +4050,7 @@ The link will expire within 1 hour.</target>
4057 4050
4058 4051
4059 4052
4060 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 4053 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
4061 <trans-unit id="1300704815627663264" datatype="html"> 4054 <trans-unit id="1300704815627663264" datatype="html">
4062 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 4055 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
4063 <target state="new">Muted at 4056 <target state="new">Muted at
@@ -4104,8 +4097,8 @@ The link will expire within 1 hour.</target>
4104 <target state="new"> 4097 <target state="new">
4105 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4098 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4106 </target> 4099 </target>
4107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 4100
4108 </trans-unit> 4101 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
4109 <trans-unit id="4058814854824495833" datatype="html"> 4102 <trans-unit id="4058814854824495833" datatype="html">
4110 <source>Mute domains</source> 4103 <source>Mute domains</source>
4111 <target state="new">Mute domains</target> 4104 <target state="new">Mute domains</target>
@@ -4179,7 +4172,7 @@ The link will expire within 1 hour.</target>
4179 4172
4180 4173
4181 4174
4182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 4175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
4183 <trans-unit id="8630916846096019339" datatype="html"> 4176 <trans-unit id="8630916846096019339" datatype="html">
4184 <source>Users can resolve distant content</source> 4177 <source>Users can resolve distant content</source>
4185 <target state="new">Users can resolve distant content</target> 4178 <target state="new">Users can resolve distant content</target>
@@ -6102,11 +6095,8 @@ color: red;
6102 <trans-unit id="5512878593724620692" datatype="html"> 6095 <trans-unit id="5512878593724620692" datatype="html">
6103 <source>CHANNELS</source> 6096 <source>CHANNELS</source>
6104 <target state="new">CHANNELS</target> 6097 <target state="new">CHANNELS</target>
6105 <context-group purpose="location"> 6098
6106 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 6099 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
6107 <context context-type="linenumber">82</context>
6108 </context-group>
6109 </trans-unit>
6110 <trans-unit id="3666829335406793239" datatype="html"> 6100 <trans-unit id="3666829335406793239" datatype="html">
6111 <source>This account does not have channels.</source> 6101 <source>This account does not have channels.</source>
6112 <target state="new">This account does not have channels.</target> 6102 <target state="new">This account does not have channels.</target>
@@ -6151,6 +6141,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6151It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 6141It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
6152channel with the same name (<x id="PH_2"/>)!</target> 6142channel with the same name (<x id="PH_2"/>)!</target>
6153 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 6143 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
6144 </trans-unit><trans-unit id="4433306639366959484" datatype="html">
6145 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
6146 <context-group purpose="location">
6147 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
6148 <context context-type="linenumber">48</context>
6149 </context-group>
6154 </trans-unit> 6150 </trans-unit>
6155 <trans-unit id="5387007581996837469" datatype="html"> 6151 <trans-unit id="5387007581996837469" datatype="html">
6156 <source>My Channels</source> 6152 <source>My Channels</source>
@@ -6749,12 +6745,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6749 <source>Your message has been sent.</source> 6745 <source>Your message has been sent.</source>
6750 <target state="new">Your message has been sent.</target> 6746 <target state="new">Your message has been sent.</target>
6751 6747
6752 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6748 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6753 <trans-unit id="2072135752262464360" datatype="html"> 6749 <trans-unit id="2072135752262464360" datatype="html">
6754 <source>You already sent this form recently</source> 6750 <source>You already sent this form recently</source>
6755 <target state="new">You already sent this form recently</target> 6751 <target state="new">You already sent this form recently</target>
6756 6752
6757 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6753 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6758 <trans-unit id="819067926858619041" datatype="html"> 6754 <trans-unit id="819067926858619041" datatype="html">
6759 <source>Account videos</source> 6755 <source>Account videos</source>
6760 <target state="new">Account videos</target> 6756 <target state="new">Account videos</target>
@@ -6800,13 +6796,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6800 <target state="new"> 6796 <target state="new">
6801 <x id="PH"/> direct account followers 6797 <x id="PH"/> direct account followers
6802 </target> 6798 </target>
6803 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6799
6804 </trans-unit> 6800 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6805 <trans-unit id="6250999352462648289" datatype="html"> 6801 <trans-unit id="6250999352462648289" datatype="html">
6806 <source>Report this account</source> 6802 <source>Report this account</source>
6807 <target state="new">Report this account</target> 6803 <target state="new">Report this account</target>
6808 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6804
6809 </trans-unit> 6805 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6810 <trans-unit id="1504521795586863905" datatype="html"> 6806 <trans-unit id="1504521795586863905" datatype="html">
6811 <source>VIDEOS</source> 6807 <source>VIDEOS</source>
6812 <target state="new">VIDEOS</target> 6808 <target state="new">VIDEOS</target>
@@ -6816,29 +6812,21 @@ channel with the same name (<x id="PH_2"/>)!</target>
6816 <trans-unit id="25349740244798533" datatype="html"> 6812 <trans-unit id="25349740244798533" datatype="html">
6817 <source>Username copied</source> 6813 <source>Username copied</source>
6818 <target state="new">Username copied</target> 6814 <target state="new">Username copied</target>
6819 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6815
6820 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6816
6821 </trans-unit> 6817 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6822 <trans-unit id="9221735175659318025" datatype="html"> 6818 <trans-unit id="9221735175659318025" datatype="html">
6823 <source>1 subscriber</source> 6819 <source>1 subscriber</source>
6824 <target state="new">1 subscriber</target> 6820 <target state="new">1 subscriber</target>
6825 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6821
6826 </trans-unit> 6822 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6827 <trans-unit id="4097331874769079975" datatype="html"> 6823 <trans-unit id="4097331874769079975" datatype="html">
6828 <source><x id="PH"/> subscribers</source> 6824 <source><x id="PH"/> subscribers</source>
6829 <target state="new"><x id="PH"/> subscribers</target> 6825 <target state="new"><x id="PH"/> subscribers</target>
6830 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group>
6831 </trans-unit>
6832 <trans-unit id="4682675125751819107" datatype="html">
6833 <source>Instances you follow</source>
6834 <target state="new">Instances you follow</target>
6835
6836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6837 <trans-unit id="8899833753704589712" datatype="html">
6838 <source>Instances following you</source>
6839 <target state="new">Instances following you</target>
6840 6826
6841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 6827 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6828
6829
6842 <trans-unit id="1035838766454786107" datatype="html"> 6830 <trans-unit id="1035838766454786107" datatype="html">
6843 <source>Audio-only</source> 6831 <source>Audio-only</source>
6844 <target state="new">Audio-only</target> 6832 <target state="new">Audio-only</target>
@@ -6888,6 +6876,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6888 <source>Auto (via ffmpeg)</source> 6876 <source>Auto (via ffmpeg)</source>
6889 <target state="new">Auto (via ffmpeg)</target> 6877 <target state="new">Auto (via ffmpeg)</target>
6890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6879 </trans-unit><trans-unit id="3642770981085338761" datatype="html">
6880 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6881 <context-group purpose="location">
6882 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6883 <context context-type="linenumber">3</context>
6884 </context-group>
6891 </trans-unit> 6885 </trans-unit>
6892 <trans-unit id="931255636742351800" datatype="html"> 6886 <trans-unit id="931255636742351800" datatype="html">
6893 <source>No limit</source> 6887 <source>No limit</source>
@@ -7030,18 +7024,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
7030 <trans-unit id="2127446333083057097" datatype="html"> 7024 <trans-unit id="2127446333083057097" datatype="html">
7031 <source>Domain is required.</source> 7025 <source>Domain is required.</source>
7032 <target state="new">Domain is required.</target> 7026 <target state="new">Domain is required.</target>
7033 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 7027
7034 </trans-unit> 7028 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
7035 <trans-unit id="6780793142903080663" datatype="html"> 7029 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
7036 <source>Domains entered are invalid.</source> 7030 <context-group purpose="location">
7037 <target state="new">Domains entered are invalid.</target> 7031 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7038 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 7032 <context context-type="linenumber">93</context>
7039 </trans-unit> 7033 </context-group>
7040 <trans-unit id="5886492514458202177" datatype="html"> 7034 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
7041 <source>Domains entered contain duplicates.</source> 7035 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
7042 <target state="new">Domains entered contain duplicates.</target> 7036 <context-group purpose="location">
7043 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 7037 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7038 <context context-type="linenumber">94</context>
7039 </context-group>
7040 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
7041 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
7042 <context-group purpose="location">
7043 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7044 <context context-type="linenumber">102</context>
7045 </context-group>
7046 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
7047 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
7048 <context-group purpose="location">
7049 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7050 <context context-type="linenumber">103</context>
7051 </context-group>
7044 </trans-unit> 7052 </trans-unit>
7053
7054
7045 <trans-unit id="240806681889331244" datatype="html"> 7055 <trans-unit id="240806681889331244" datatype="html">
7046 <source>Unlimited</source> 7056 <source>Unlimited</source>
7047 <target state="new">Unlimited</target> 7057 <target state="new">Unlimited</target>
@@ -7201,26 +7211,52 @@ channel with the same name (<x id="PH_2"/>)!</target>
7201 <x id="PH"/> removed from instance followers 7211 <x id="PH"/> removed from instance followers
7202 </target> 7212 </target>
7203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 7213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
7214 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
7215 <source>Follow</source><target state="new">Follow</target>
7216 <context-group purpose="location">
7217 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7218 <context context-type="linenumber">3</context>
7219 </context-group>
7220 <context-group purpose="location">
7221 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7222 <context context-type="linenumber">37</context>
7223 </context-group>
7224 <context-group purpose="location">
7225 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7226 <context context-type="linenumber">18</context>
7227 </context-group>
7228 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
7229 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
7230 <context-group purpose="location">
7231 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7232 <context context-type="linenumber">11</context>
7233 </context-group>
7204 </trans-unit> 7234 </trans-unit>
7205 <trans-unit id="2740793005745065895" datatype="html"> 7235 <trans-unit id="2740793005745065895" datatype="html">
7206 <source><x id="PH"/> is not valid </source> 7236 <source><x id="PH"/> is not valid </source>
7207 <target state="new"> 7237 <target state="new">
7208 <x id="PH"/> is not valid 7238 <x id="PH"/> is not valid
7209 </target> 7239 </target>
7210 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 7240
7211 </trans-unit> 7241 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7212 <trans-unit id="2355066641781598196" datatype="html"> 7242 <trans-unit id="2355066641781598196" datatype="html">
7213 <source>Follow request(s) sent!</source> 7243 <source>Follow request(s) sent!</source>
7214 <target state="new">Follow request(s) sent!</target> 7244 <target state="new">Follow request(s) sent!</target>
7215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 7245
7246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
7247 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
7248 <context-group purpose="location">
7249 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7250 <context context-type="linenumber">3</context>
7251 </context-group>
7216 </trans-unit> 7252 </trans-unit>
7217 <trans-unit id="4245720728052819482" datatype="html"> 7253 <trans-unit id="4245720728052819482" datatype="html">
7218 <source>Do you really want to unfollow <x id="PH"/>?</source> 7254 <source>Do you really want to unfollow <x id="PH"/>?</source>
7219 <target state="new">Do you really want to unfollow 7255 <target state="new">Do you really want to unfollow
7220 <x id="PH"/>? 7256 <x id="PH"/>?
7221 </target> 7257 </target>
7222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 7258
7223 </trans-unit> 7259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
7224 <trans-unit id="9160510009013134726" datatype="html"> 7260 <trans-unit id="9160510009013134726" datatype="html">
7225 <source>Unfollow</source> 7261 <source>Unfollow</source>
7226 <target state="new">Unfollow</target> 7262 <target state="new">Unfollow</target>
@@ -7231,8 +7267,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7231 <target state="new">You are not following 7267 <target state="new">You are not following
7232 <x id="PH"/> anymore. 7268 <x id="PH"/> anymore.
7233 </target> 7269 </target>
7234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 7270
7235 </trans-unit> 7271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
7236 <trans-unit id="2593763089859685916" datatype="html"> 7272 <trans-unit id="2593763089859685916" datatype="html">
7237 <source>enabled</source> 7273 <source>enabled</source>
7238 <target state="new">enabled</target> 7274 <target state="new">enabled</target>
@@ -7350,109 +7386,109 @@ channel with the same name (<x id="PH_2"/>)!</target>
7350 <trans-unit id="6473213678768782133" datatype="html"> 7386 <trans-unit id="6473213678768782133" datatype="html">
7351 <source>Internal actions</source> 7387 <source>Internal actions</source>
7352 <target state="new">Internal actions</target> 7388 <target state="new">Internal actions</target>
7353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7389
7354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7390
7355 </trans-unit> 7391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7356 <trans-unit id="4559872264406386913" datatype="html"> 7392 <trans-unit id="4559872264406386913" datatype="html">
7357 <source>Delete report</source> 7393 <source>Delete report</source>
7358 <target state="new">Delete report</target> 7394 <target state="new">Delete report</target>
7359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7395
7360 </trans-unit> 7396 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7361 <trans-unit id="5793550984155962433" datatype="html"> 7397 <trans-unit id="5793550984155962433" datatype="html">
7362 <source>Actions for the flagged account</source> 7398 <source>Actions for the flagged account</source>
7363 <target state="new">Actions for the flagged account</target> 7399 <target state="new">Actions for the flagged account</target>
7364 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7400
7365 </trans-unit> 7401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7366 <trans-unit id="1679841953757186358" datatype="html"> 7402 <trans-unit id="1679841953757186358" datatype="html">
7367 <source>Mark as accepted</source> 7403 <source>Mark as accepted</source>
7368 <target state="new">Mark as accepted</target> 7404 <target state="new">Mark as accepted</target>
7369 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7405
7370 </trans-unit> 7406 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7371 <trans-unit id="7993358694073742566" datatype="html"> 7407 <trans-unit id="7993358694073742566" datatype="html">
7372 <source>Mark as rejected</source> 7408 <source>Mark as rejected</source>
7373 <target state="new">Mark as rejected</target> 7409 <target state="new">Mark as rejected</target>
7374 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7410
7375 </trans-unit> 7411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7376 <trans-unit id="4175703770051343108" datatype="html"> 7412 <trans-unit id="4175703770051343108" datatype="html">
7377 <source>Add internal note</source> 7413 <source>Add internal note</source>
7378 <target state="new">Add internal note</target> 7414 <target state="new">Add internal note</target>
7379 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7415
7380 </trans-unit> 7416 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7381 <trans-unit id="296166371893775555" datatype="html"> 7417 <trans-unit id="296166371893775555" datatype="html">
7382 <source>Actions for the video</source> 7418 <source>Actions for the video</source>
7383 <target state="new">Actions for the video</target> 7419 <target state="new">Actions for the video</target>
7384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7420
7385 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7421
7386 </trans-unit> 7422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7387 <trans-unit id="3924877328520650445" datatype="html"> 7423 <trans-unit id="3924877328520650445" datatype="html">
7388 <source>Block video</source> 7424 <source>Block video</source>
7389 <target state="new">Block video</target> 7425 <target state="new">Block video</target>
7390 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7426
7391 </trans-unit> 7427 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7392 <trans-unit id="4762794934098378428" datatype="html"> 7428 <trans-unit id="4762794934098378428" datatype="html">
7393 <source>Video blocked.</source> 7429 <source>Video blocked.</source>
7394 <target state="new">Video blocked.</target> 7430 <target state="new">Video blocked.</target>
7395 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7431
7396 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7432
7397 </trans-unit> 7433 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7398 <trans-unit id="4328862996304258770" datatype="html"> 7434 <trans-unit id="4328862996304258770" datatype="html">
7399 <source>Unblock video</source> 7435 <source>Unblock video</source>
7400 <target state="new">Unblock video</target> 7436 <target state="new">Unblock video</target>
7401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7437
7402 </trans-unit> 7438 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7403 <trans-unit id="9065327551191479877" datatype="html"> 7439 <trans-unit id="9065327551191479877" datatype="html">
7404 <source>Video unblocked.</source> 7440 <source>Video unblocked.</source>
7405 <target state="new">Video unblocked.</target> 7441 <target state="new">Video unblocked.</target>
7406 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7442
7407 </trans-unit> 7443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7408 <trans-unit id="1250415136605923486" datatype="html"> 7444 <trans-unit id="1250415136605923486" datatype="html">
7409 <source>Do you really want to delete this abuse report?</source> 7445 <source>Do you really want to delete this abuse report?</source>
7410 <target state="new">Do you really want to delete this abuse report?</target> 7446 <target state="new">Do you really want to delete this abuse report?</target>
7411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7447
7412 </trans-unit> 7448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7413 <trans-unit id="3482559157143817408" datatype="html"> 7449 <trans-unit id="3482559157143817408" datatype="html">
7414 <source>Abuse deleted.</source> 7450 <source>Abuse deleted.</source>
7415 <target state="new">Abuse deleted.</target> 7451 <target state="new">Abuse deleted.</target>
7416 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7452
7417 </trans-unit> 7453 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7418 <trans-unit id="6282990098351939529" datatype="html"> 7454 <trans-unit id="6282990098351939529" datatype="html">
7419 <source>Deleted comment</source> 7455 <source>Deleted comment</source>
7420 <target state="new">Deleted comment</target> 7456 <target state="new">Deleted comment</target>
7421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7457
7422 </trans-unit> 7458 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7423 <trans-unit id="9196775343330824083" datatype="html"> 7459 <trans-unit id="9196775343330824083" datatype="html">
7424 <source>Messages with reporter</source> 7460 <source>Messages with reporter</source>
7425 <target state="new">Messages with reporter</target> 7461 <target state="new">Messages with reporter</target>
7426 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7462
7427 </trans-unit> 7463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7428 <trans-unit id="8770468575924421391" datatype="html"> 7464 <trans-unit id="8770468575924421391" datatype="html">
7429 <source>Messages with moderators</source> 7465 <source>Messages with moderators</source>
7430 <target state="new">Messages with moderators</target> 7466 <target state="new">Messages with moderators</target>
7431 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7467
7432 </trans-unit> 7468 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7433 <trans-unit id="8528549800795985099" datatype="html"> 7469 <trans-unit id="8528549800795985099" datatype="html">
7434 <source>Update internal note</source> 7470 <source>Update internal note</source>
7435 <target state="new">Update internal note</target> 7471 <target state="new">Update internal note</target>
7436 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7472
7437 </trans-unit> 7473 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7438 <trans-unit id="3962242315365992494" datatype="html"> 7474 <trans-unit id="3962242315365992494" datatype="html">
7439 <source>Switch video block to manual</source> 7475 <source>Switch video block to manual</source>
7440 <target state="new">Switch video block to manual</target> 7476 <target state="new">Switch video block to manual</target>
7441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7477
7442 </trans-unit> 7478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7443 <trans-unit id="6906423861055262169" datatype="html"> 7479 <trans-unit id="6906423861055262169" datatype="html">
7444 <source>Video <x id="PH"/> switched to manual block.</source> 7480 <source>Video <x id="PH"/> switched to manual block.</source>
7445 <target state="new">Video 7481 <target state="new">Video
7446 <x id="PH"/> switched to manual block. 7482 <x id="PH"/> switched to manual block.
7447 </target> 7483 </target>
7448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7484
7449 </trans-unit> 7485 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7450 <trans-unit id="7293356040886494773" datatype="html"> 7486 <trans-unit id="7293356040886494773" datatype="html">
7451 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7487 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7452 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7488 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7453 7489
7454 7490
7455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 7491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7456 <trans-unit id="4859202148272511129" datatype="html"> 7492 <trans-unit id="4859202148272511129" datatype="html">
7457 <source>Unblock</source> 7493 <source>Unblock</source>
7458 <target state="new">Unblock</target> 7494 <target state="new">Unblock</target>
@@ -7460,7 +7496,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7460 7496
7461 7497
7462 7498
7463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7464 <trans-unit id="4922469417589203720" datatype="html"> 7500 <trans-unit id="4922469417589203720" datatype="html">
7465 <source>Video <x id="PH"/> unblocked.</source> 7501 <source>Video <x id="PH"/> unblocked.</source>
7466 <target state="new">Video 7502 <target state="new">Video
@@ -7468,7 +7504,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7468 </target> 7504 </target>
7469 7505
7470 7506
7471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 7507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7472 <trans-unit id="6286037250766429054" datatype="html"> 7508 <trans-unit id="6286037250766429054" datatype="html">
7473 <source>yes</source> 7509 <source>yes</source>
7474 <target state="new">yes</target> 7510 <target state="new">yes</target>
@@ -7723,9 +7759,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7723 <trans-unit id="1519954996184640001" datatype="html"> 7759 <trans-unit id="1519954996184640001" datatype="html">
7724 <source>Error</source> 7760 <source>Error</source>
7725 <target state="new">Error</target> 7761 <target state="new">Error</target>
7726 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7762
7727 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7763
7728 </trans-unit> 7764 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7729 <trans-unit id="5076187961693950167" datatype="html"> 7765 <trans-unit id="5076187961693950167" datatype="html">
7730 <source>Standard logs</source> 7766 <source>Standard logs</source>
7731 <target state="new">Standard logs</target> 7767 <target state="new">Standard logs</target>
@@ -7770,16 +7806,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7770 <target state="new">Update user password</target> 7806 <target state="new">Update user password</target>
7771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7772 </trans-unit> 7808 </trans-unit>
7773 <trans-unit id="177544274549739411" datatype="html"> 7809
7774 <source>Following list</source> 7810
7775 <target state="new">Following list</target>
7776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7777 </trans-unit>
7778 <trans-unit id="8092429110007204784" datatype="html">
7779 <source>Followers list</source>
7780 <target state="new">Followers list</target>
7781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7782 </trans-unit>
7783 <trans-unit id="780323526182667308" datatype="html"> 7811 <trans-unit id="780323526182667308" datatype="html">
7784 <source>User <x id="PH"/> updated.</source> 7812 <source>User <x id="PH"/> updated.</source>
7785 <target state="new">User 7813 <target state="new">User
@@ -7819,16 +7847,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7819 <target state="new">Federation</target> 7847 <target state="new">Federation</target>
7820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7848 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7821 </trans-unit> 7849 </trans-unit>
7822 <trans-unit id="4682675125751819107" datatype="html"> 7850
7823 <source>Instances you follow</source> 7851
7824 <target state="new">Instances you follow</target>
7825 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7826 </trans-unit>
7827 <trans-unit id="8899833753704589712" datatype="html">
7828 <source>Instances following you</source>
7829 <target state="new">Instances following you</target>
7830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7831 </trans-unit>
7832 <trans-unit id="3767259920053407667" datatype="html"> 7852 <trans-unit id="3767259920053407667" datatype="html">
7833 <source>Videos will be deleted, comments will be tombstoned.</source> 7853 <source>Videos will be deleted, comments will be tombstoned.</source>
7834 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7854 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7859,7 +7879,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7859 <target state="new">Set Email as Verified</target> 7879 <target state="new">Set Email as Verified</target>
7860 7880
7861 7881
7862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7883 <source>Created</source><target state="new">Created</target>
7884 <context-group purpose="location">
7885 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7886 <context context-type="linenumber">115</context>
7887 </context-group>
7888 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7889 <source>Daily quota</source><target state="new">Daily quota</target>
7890 <context-group purpose="location">
7891 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7892 <context context-type="linenumber">120</context>
7893 </context-group>
7894 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7895 <source>Last login</source><target state="new">Last login</target>
7896 <context-group purpose="location">
7897 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7898 <context context-type="linenumber">122</context>
7899 </context-group>
7900 </trans-unit>
7863 <trans-unit id="3403978719736970622" datatype="html"> 7901 <trans-unit id="3403978719736970622" datatype="html">
7864 <source>You cannot ban root.</source> 7902 <source>You cannot ban root.</source>
7865 <target state="new">You cannot ban root.</target> 7903 <target state="new">You cannot ban root.</target>
@@ -8172,13 +8210,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
8172 <target state="new">Video channel 8210 <target state="new">Video channel
8173 <x id="PH"/> created. 8211 <x id="PH"/> created.
8174 </target> 8212 </target>
8175 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 8213
8176 </trans-unit> 8214 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
8177 <trans-unit id="8723777130353305761" datatype="html"> 8215 <trans-unit id="8723777130353305761" datatype="html">
8178 <source>This name already exists on this instance.</source> 8216 <source>This name already exists on this instance.</source>
8179 <target state="new">This name already exists on this instance.</target> 8217 <target state="new">This name already exists on this instance.</target>
8180 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 8218
8181 </trans-unit> 8219 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
8182 <trans-unit id="7589345916094713536" datatype="html"> 8220 <trans-unit id="7589345916094713536" datatype="html">
8183 <source>Video channel <x id="PH"/> updated.</source> 8221 <source>Video channel <x id="PH"/> updated.</source>
8184 <target state="new">Video channel 8222 <target state="new">Video channel
@@ -8201,13 +8239,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8201 <target state="new">Banner deleted.</target> 8239 <target state="new">Banner deleted.</target>
8202 8240
8203 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 8241 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
8204 <trans-unit id="2575302837003821736" datatype="html"> 8242
8205 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
8206 <target state="new">Please type the display name of the video channel (
8207 <x id="PH"/>) to confirm
8208 </target>
8209 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
8210 </trans-unit>
8211 <trans-unit id="624066830180032195" datatype="html"> 8243 <trans-unit id="624066830180032195" datatype="html">
8212 <source>Video channel <x id="PH"/> deleted.</source> 8244 <source>Video channel <x id="PH"/> deleted.</source>
8213 <target state="new">Video channel 8245 <target state="new">Video channel
@@ -8370,6 +8402,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8370 <source>Ownership change request sent.</source> 8402 <source>Ownership change request sent.</source>
8371 <target state="new">Ownership change request sent.</target> 8403 <target state="new">Ownership change request sent.</target>
8372 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8404 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8405 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
8406 <source>Sort by</source><target state="new">Sort by</target>
8407 <context-group purpose="location">
8408 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8409 <context context-type="linenumber">26</context>
8410 </context-group>
8373 </trans-unit> 8411 </trans-unit>
8374 <trans-unit id="3245220240937722814" datatype="html"> 8412 <trans-unit id="3245220240937722814" datatype="html">
8375 <source>My channels</source> 8413 <source>My channels</source>
@@ -8431,12 +8469,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8431 <source>Maximize editor</source> 8469 <source>Maximize editor</source>
8432 <target state="new">Maximize editor</target> 8470 <target state="new">Maximize editor</target>
8433 8471
8434 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 8472 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8435 <trans-unit id="4243591013849340688" datatype="html"> 8473 <trans-unit id="4243591013849340688" datatype="html">
8436 <source>Exit maximized editor</source> 8474 <source>Exit maximized editor</source>
8437 <target state="new">Exit maximized editor</target> 8475 <target state="new">Exit maximized editor</target>
8438 8476
8439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 8477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8440 <trans-unit id="6537885755702623401" datatype="html"> 8478 <trans-unit id="6537885755702623401" datatype="html">
8441 <source>Now please check your emails to verify your account and complete signup.</source> 8479 <source>Now please check your emails to verify your account and complete signup.</source>
8442 <target state="new">Now please check your emails to verify your account and complete signup.</target> 8480 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8472,7 +8510,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8472 <target state="new">Subscribe to the account</target> 8510 <target state="new">Subscribe to the account</target>
8473 8511
8474 8512
8475 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8513 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8476 <trans-unit id="3131904093925601441" datatype="html"> 8514 <trans-unit id="3131904093925601441" datatype="html">
8477 <source>PLAYLISTS</source> 8515 <source>PLAYLISTS</source>
8478 <target state="new">PLAYLISTS</target> 8516 <target state="new">PLAYLISTS</target>
@@ -8519,35 +8557,35 @@ channel with the same name (<x id="PH_2"/>)!</target>
8519 <trans-unit id="3779524668013120370" datatype="html"> 8557 <trans-unit id="3779524668013120370" datatype="html">
8520 <source>Go to my subscriptions</source> 8558 <source>Go to my subscriptions</source>
8521 <target state="new">Go to my subscriptions</target> 8559 <target state="new">Go to my subscriptions</target>
8522 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8560
8523 </trans-unit> 8561 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
8524 <trans-unit id="1136469849928650779" datatype="html"> 8562 <trans-unit id="1136469849928650779" datatype="html">
8525 <source>Go to my videos</source> 8563 <source>Go to my videos</source>
8526 <target state="new">Go to my videos</target> 8564 <target state="new">Go to my videos</target>
8527 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8565
8528 </trans-unit> 8566 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
8529 <trans-unit id="7836683738999600376" datatype="html"> 8567 <trans-unit id="7836683738999600376" datatype="html">
8530 <source>Go to my imports</source> 8568 <source>Go to my imports</source>
8531 <target state="new">Go to my imports</target> 8569 <target state="new">Go to my imports</target>
8532 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8570
8533 </trans-unit> 8571 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
8534 <trans-unit id="7511292153332773503" datatype="html"> 8572 <trans-unit id="7511292153332773503" datatype="html">
8535 <source>Go to my channels</source> 8573 <source>Go to my channels</source>
8536 <target state="new">Go to my channels</target> 8574 <target state="new">Go to my channels</target>
8537 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8575
8538 </trans-unit> 8576 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
8539 <trans-unit id="2013324644839511073" datatype="html"> 8577 <trans-unit id="2013324644839511073" datatype="html">
8540 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8578 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8541Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8579Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8542 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8580 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8543Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8581Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8544 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8582
8545 </trans-unit> 8583 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
8546 <trans-unit id="375263728166936544" datatype="html"> 8584 <trans-unit id="375263728166936544" datatype="html">
8547 <source>You need to reconnect.</source> 8585 <source>You need to reconnect.</source>
8548 <target state="new">You need to reconnect.</target> 8586 <target state="new">You need to reconnect.</target>
8549 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8587
8550 </trans-unit> 8588 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
8551 <trans-unit id="2206638022166154361" datatype="html"> 8589 <trans-unit id="2206638022166154361" datatype="html">
8552 <source>Keyboard Shortcuts:</source> 8590 <source>Keyboard Shortcuts:</source>
8553 <target state="new">Keyboard Shortcuts:</target> 8591 <target state="new">Keyboard Shortcuts:</target>
@@ -8558,6 +8596,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8558 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8596 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8559 <context context-type="linenumber">98</context> 8597 <context context-type="linenumber">98</context>
8560 </context-group> 8598 </context-group>
8599 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8600 <source>In my library</source><target state="new">In my library</target>
8601 <context-group purpose="location">
8602 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8603 <context context-type="linenumber">104</context>
8604 </context-group>
8561 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 8605 </trans-unit><trans-unit id="232050922346936574" datatype="html">
8562 <source>Trending</source><target state="new">Trending</target> 8606 <source>Trending</source><target state="new">Trending</target>
8563 8607
@@ -8580,39 +8624,39 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8580 <trans-unit id="1266887509445371246" datatype="html"> 8624 <trans-unit id="1266887509445371246" datatype="html">
8581 <source>Incorrect username or password.</source> 8625 <source>Incorrect username or password.</source>
8582 <target state="new">Incorrect username or password.</target> 8626 <target state="new">Incorrect username or password.</target>
8583 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8627
8584 </trans-unit> 8628 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8585 <trans-unit id="6974874606619467663" datatype="html"> 8629 <trans-unit id="6974874606619467663" datatype="html">
8586 <source>Your account is blocked.</source> 8630 <source>Your account is blocked.</source>
8587 <target state="new">Your account is blocked.</target> 8631 <target state="new">Your account is blocked.</target>
8588 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8632
8589 </trans-unit> 8633 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8590 <trans-unit id="7939914198003891823" datatype="html"> 8634 <trans-unit id="7939914198003891823" datatype="html">
8591 <source>any language</source> 8635 <source>any language</source>
8592 <target state="new">any language</target> 8636 <target state="new">any language</target>
8593 8637
8594 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8638 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8595 8639
8596 <trans-unit id="5633144232269377096" datatype="html"> 8640 <trans-unit id="5633144232269377096" datatype="html">
8597 <source>hide</source> 8641 <source>hide</source>
8598 <target state="new">hide</target> 8642 <target state="new">hide</target>
8599 8643
8600 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8644 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8601 <trans-unit id="8603861867909474404" datatype="html"> 8645 <trans-unit id="8603861867909474404" datatype="html">
8602 <source>blur</source> 8646 <source>blur</source>
8603 <target state="new">blur</target> 8647 <target state="new">blur</target>
8604 8648
8605 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8649 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8606 <trans-unit id="4534458451100881847" datatype="html"> 8650 <trans-unit id="4534458451100881847" datatype="html">
8607 <source>display</source> 8651 <source>display</source>
8608 <target state="new">display</target> 8652 <target state="new">display</target>
8609 8653
8610 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8654 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8611 <trans-unit id="4467323362722952678" datatype="html"> 8655 <trans-unit id="4467323362722952678" datatype="html">
8612 <source>Unknown</source> 8656 <source>Unknown</source>
8613 <target state="new">Unknown</target> 8657 <target state="new">Unknown</target>
8614 8658
8615 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8659 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8616 <trans-unit id="8781423666414310853" datatype="html"> 8660 <trans-unit id="8781423666414310853" datatype="html">
8617 <source>Your password has been successfully reset!</source> 8661 <source>Your password has been successfully reset!</source>
8618 <target state="new">Your password has been successfully reset!</target> 8662 <target state="new">Your password has been successfully reset!</target>
@@ -8723,12 +8767,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8723 <source>Search index is unavailable. Retrying with instance results instead.</source> 8767 <source>Search index is unavailable. Retrying with instance results instead.</source>
8724 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8768 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8725 8769
8726 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8770 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8727 <trans-unit id="307702206382241469" datatype="html"> 8771 <trans-unit id="307702206382241469" datatype="html">
8728 <source>Search error</source> 8772 <source>Search error</source>
8729 <target state="new">Search error</target> 8773 <target state="new">Search error</target>
8730 8774
8731 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8775 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8776 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8777 <context-group purpose="location">
8778 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8779 <context context-type="linenumber">329</context>
8780 </context-group>
8781 </trans-unit>
8732 <trans-unit id="4580988005648117665" datatype="html"> 8782 <trans-unit id="4580988005648117665" datatype="html">
8733 <source>Search</source> 8783 <source>Search</source>
8734 <target state="new">Search</target> 8784 <target state="new">Search</target>
@@ -9949,19 +9999,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9949 </target> 9999 </target>
9950 10000
9951 10001
9952 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 10002 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9953 <trans-unit id="1595779426198793580" datatype="html"> 10003 <trans-unit id="1595779426198793580" datatype="html">
9954 <source>Mute server</source> 10004 <source>Mute server</source>
9955 <target state="new">Mute server</target> 10005 <target state="new">Mute server</target>
9956 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 10006
9957 </trans-unit> 10007 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9958 <trans-unit id="8014491157078444256" datatype="html"> 10008 <trans-unit id="8014491157078444256" datatype="html">
9959 <source>Server <x id="PH"/> muted by the instance.</source> 10009 <source>Server <x id="PH"/> muted by the instance.</source>
9960 <target state="new">Server 10010 <target state="new">Server
9961 <x id="PH"/> muted by the instance. 10011 <x id="PH"/> muted by the instance.
9962 </target> 10012 </target>
9963 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 10013
9964 </trans-unit> 10014 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9965 <trans-unit id="2044813052587776285" datatype="html"> 10015 <trans-unit id="2044813052587776285" datatype="html">
9966 <source>Add a message to communicate with the reporter</source> 10016 <source>Add a message to communicate with the reporter</source>
9967 <target state="new">Add a message to communicate with the reporter</target> 10017 <target state="new">Add a message to communicate with the reporter</target>
@@ -10209,18 +10259,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10209 <target state="new">Too many attempts, please try again after 10259 <target state="new">Too many attempts, please try again after
10210 <x id="PH"/> minutes. 10260 <x id="PH"/> minutes.
10211 </target> 10261 </target>
10212 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 10262
10213 </trans-unit> 10263 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
10214 <trans-unit id="4965472196059235310" datatype="html"> 10264 <trans-unit id="4965472196059235310" datatype="html">
10215 <source>Too many attempts, please try again later.</source> 10265 <source>Too many attempts, please try again later.</source>
10216 <target state="new">Too many attempts, please try again later.</target> 10266 <target state="new">Too many attempts, please try again later.</target>
10217 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 10267
10218 </trans-unit> 10268 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
10219 <trans-unit id="1693549688987384699" datatype="html"> 10269 <trans-unit id="1693549688987384699" datatype="html">
10220 <source>Server error. Please retry later.</source> 10270 <source>Server error. Please retry later.</source>
10221 <target state="new">Server error. Please retry later.</target> 10271 <target state="new">Server error. Please retry later.</target>
10222 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 10272
10223 </trans-unit> 10273 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
10224 <trans-unit id="5927402622550505067" datatype="html"> 10274 <trans-unit id="5927402622550505067" datatype="html">
10225 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 10275 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
10226 <target state="new">Subscribed to all current channels of 10276 <target state="new">Subscribed to all current channels of
@@ -10334,29 +10384,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10334 <trans-unit id="2909684945706361544" datatype="html"> 10384 <trans-unit id="2909684945706361544" datatype="html">
10335 <source>Delete video</source> 10385 <source>Delete video</source>
10336 <target state="new">Delete video</target> 10386 <target state="new">Delete video</target>
10337 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 10387
10338 </trans-unit> 10388 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
10339 <trans-unit id="2210418817778733727" datatype="html"> 10389 <trans-unit id="2210418817778733727" datatype="html">
10340 <source>Actions for the comment</source> 10390 <source>Actions for the comment</source>
10341 <target state="new">Actions for the comment</target> 10391 <target state="new">Actions for the comment</target>
10342 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 10392
10343 </trans-unit> 10393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
10344 <trans-unit id="7978668497183230348" datatype="html"> 10394 <trans-unit id="7978668497183230348" datatype="html">
10345 <source>Delete comment</source> 10395 <source>Delete comment</source>
10346 <target state="new">Delete comment</target> 10396 <target state="new">Delete comment</target>
10347 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 10397
10348 </trans-unit> 10398 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
10349 <trans-unit id="6747218355168080191" datatype="html"> 10399 <trans-unit id="6747218355168080191" datatype="html">
10350 <source>Do you really want to delete this comment?</source> 10400 <source>Do you really want to delete this comment?</source>
10351 <target state="new">Do you really want to delete this comment?</target> 10401 <target state="new">Do you really want to delete this comment?</target>
10352 10402
10353 10403
10354 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 10404 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
10355 <trans-unit id="7837272126865175984" datatype="html"> 10405 <trans-unit id="7837272126865175984" datatype="html">
10356 <source>Comment deleted.</source> 10406 <source>Comment deleted.</source>
10357 <target state="new">Comment deleted.</target> 10407 <target state="new">Comment deleted.</target>
10358 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 10408
10359 </trans-unit> 10409 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
10360 <trans-unit id="346270517625845962" datatype="html"> 10410 <trans-unit id="346270517625845962" datatype="html">
10361 <source>Encoder</source> 10411 <source>Encoder</source>
10362 <target state="new">Encoder</target> 10412 <target state="new">Encoder</target>
@@ -10398,31 +10448,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10398 <trans-unit id="1472171759957681533" datatype="html"> 10448 <trans-unit id="1472171759957681533" datatype="html">
10399 <source>Video reported.</source> 10449 <source>Video reported.</source>
10400 <target state="new">Video reported.</target> 10450 <target state="new">Video reported.</target>
10401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10451
10402 </trans-unit> 10452 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10403 <trans-unit id="3622946684246476652" datatype="html"> 10453 <trans-unit id="3622946684246476652" datatype="html">
10404 <source>Do you really want to delete this video?</source> 10454 <source>Do you really want to delete this video?</source>
10405 <target state="new">Do you really want to delete this video?</target> 10455 <target state="new">Do you really want to delete this video?</target>
10406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10456
10407 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10457
10408 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10458
10409 </trans-unit> 10459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10410 <trans-unit id="3941342949736653028" datatype="html"> 10460 <trans-unit id="3941342949736653028" datatype="html">
10411 <source>Video deleted.</source> 10461 <source>Video deleted.</source>
10412 <target state="new">Video deleted.</target> 10462 <target state="new">Video deleted.</target>
10413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10463
10414 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10464
10415 </trans-unit> 10465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10416 <trans-unit id="5072091387445907742" datatype="html"> 10466 <trans-unit id="5072091387445907742" datatype="html">
10417 <source>Actions for the reporter</source> 10467 <source>Actions for the reporter</source>
10418 <target state="new">Actions for the reporter</target> 10468 <target state="new">Actions for the reporter</target>
10419 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10469
10420 </trans-unit> 10470 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10421 <trans-unit id="6599069899275412095" datatype="html"> 10471 <trans-unit id="6599069899275412095" datatype="html">
10422 <source>Mute reporter</source> 10472 <source>Mute reporter</source>
10423 <target state="new">Mute reporter</target> 10473 <target state="new">Mute reporter</target>
10424 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10474
10425 </trans-unit> 10475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10426 <trans-unit id="2990849907502572301" datatype="html"> 10476 <trans-unit id="2990849907502572301" datatype="html">
10427 <source>This video will be duplicated by your instance.</source> 10477 <source>This video will be duplicated by your instance.</source>
10428 <target state="new">This video will be duplicated by your instance.</target> 10478 <target state="new">This video will be duplicated by your instance.</target>
@@ -10498,9 +10548,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10498 <trans-unit id="4903651219400691248" datatype="html"> 10548 <trans-unit id="4903651219400691248" datatype="html">
10499 <source>Mute account</source> 10549 <source>Mute account</source>
10500 <target state="new">Mute account</target> 10550 <target state="new">Mute account</target>
10501 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10551
10502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10552
10503 </trans-unit> 10553 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10504 <trans-unit id="4021487547497211597" datatype="html"> 10554 <trans-unit id="4021487547497211597" datatype="html">
10505 <source>Open video actions</source> 10555 <source>Open video actions</source>
10506 <target state="new">Open video actions</target> 10556 <target state="new">Open video actions</target>
@@ -10516,8 +10566,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10516 <trans-unit id="3719503424625455635" datatype="html"> 10566 <trans-unit id="3719503424625455635" datatype="html">
10517 <source>Mute server account</source> 10567 <source>Mute server account</source>
10518 <target state="new">Mute server account</target> 10568 <target state="new">Mute server account</target>
10519 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10569
10520 </trans-unit> 10570 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10521 <trans-unit id="7008439939460403347" datatype="html"> 10571 <trans-unit id="7008439939460403347" datatype="html">
10522 <source>Report</source> 10572 <source>Report</source>
10523 <target state="new">Report</target> 10573 <target state="new">Report</target>
@@ -10616,33 +10666,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10616 <trans-unit id="2439066254855913806" datatype="html"> 10666 <trans-unit id="2439066254855913806" datatype="html">
10617 <source>Only I can see this video</source> 10667 <source>Only I can see this video</source>
10618 <target state="new">Only I can see this video</target> 10668 <target state="new">Only I can see this video</target>
10619 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10669
10620 </trans-unit> 10670 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10621 <trans-unit id="6767380569816110388" datatype="html"> 10671 <trans-unit id="6767380569816110388" datatype="html">
10622 <source>Only shareable via a private link</source> 10672 <source>Only shareable via a private link</source>
10623 <target state="new">Only shareable via a private link</target> 10673 <target state="new">Only shareable via a private link</target>
10624 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10674
10625 </trans-unit> 10675 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10626 <trans-unit id="6828965264297239528" datatype="html"> 10676 <trans-unit id="6828965264297239528" datatype="html">
10627 <source>Anyone can see this video</source> 10677 <source>Anyone can see this video</source>
10628 <target state="new">Anyone can see this video</target> 10678 <target state="new">Anyone can see this video</target>
10629 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10679
10630 </trans-unit> 10680 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10631 <trans-unit id="1425933035739773115" datatype="html"> 10681 <trans-unit id="1425933035739773115" datatype="html">
10632 <source>Only users of this instance can see this video</source> 10682 <source>Only users of this instance can see this video</source>
10633 <target state="new">Only users of this instance can see this video</target> 10683 <target state="new">Only users of this instance can see this video</target>
10634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10684
10635 </trans-unit> 10685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10636 <trans-unit id="8312101634344200207" datatype="html"> 10686 <trans-unit id="8312101634344200207" datatype="html">
10637 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10687 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10638 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10688 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10639 10689
10640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 10690 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10641 <trans-unit id="7756087706411154095" datatype="html"> 10691 <trans-unit id="7756087706411154095" datatype="html">
10642 <source><x id="PH" equiv-text="this.views"/> views</source> 10692 <source><x id="PH" equiv-text="this.views"/> views</source>
10643 <target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10693 <target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10644 10694
10645 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 10695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10646 <trans-unit id="ngb.alert.close" datatype="html"> 10696 <trans-unit id="ngb.alert.close" datatype="html">
10647 <source>Close</source> 10697 <source>Close</source>
10648 <target state="new">Close</target> 10698 <target state="new">Close</target>
@@ -10818,35 +10868,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10818 <source>Your video was uploaded to your account and is private.</source> 10868 <source>Your video was uploaded to your account and is private.</source>
10819 <target state="new">Your video was uploaded to your account and is private.</target> 10869 <target state="new">Your video was uploaded to your account and is private.</target>
10820 10870
10821 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10871 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10822 <trans-unit id="5699822024600815733" datatype="html"> 10872 <trans-unit id="5699822024600815733" datatype="html">
10823 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10873 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10824 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target> 10874 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target>
10825 10875
10826 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10876 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10827 <trans-unit id="1219739004043110649" datatype="html"> 10877 <trans-unit id="1219739004043110649" datatype="html">
10828 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10878 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10829 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target> 10879 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target>
10830 10880
10831 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit> 10881 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10832 <trans-unit id="6932865105766151309" datatype="html"> 10882 <trans-unit id="6932865105766151309" datatype="html">
10833 <source>Upload</source> 10883 <source>Upload</source>
10834 <target state="new">Upload</target> 10884 <target state="new">Upload</target>
10835 10885
10836 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10886 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10837 <trans-unit id="8278735427925094503" datatype="html"> 10887 <trans-unit id="8278735427925094503" datatype="html">
10838 <source>Upload <x id="PH"/> </source> 10888 <source>Upload <x id="PH"/> </source>
10839 <target state="new">Upload 10889 <target state="new">Upload
10840 <x id="PH"/> 10890 <x id="PH"/>
10841 </target> 10891 </target>
10842 10892
10843 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10893 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10844 10894
10845 <trans-unit id="5981816353437801748" datatype="html"> 10895 <trans-unit id="5981816353437801748" datatype="html">
10846 <source>Video published.</source> 10896 <source>Video published.</source>
10847 <target state="new">Video published.</target> 10897 <target state="new">Video published.</target>
10848 10898
10849 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10899 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10850 10900
10851 10901
10852 <trans-unit id="764164089183618119" datatype="html"> 10902 <trans-unit id="764164089183618119" datatype="html">
@@ -10916,27 +10966,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10916 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10966 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10917 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10967 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10918 10968
10919 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10969 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10920 <trans-unit id="5761611056224181752" datatype="html"> 10970 <trans-unit id="5761611056224181752" datatype="html">
10921 <source>Redirection</source> 10971 <source>Redirection</source>
10922 <target state="new">Redirection</target> 10972 <target state="new">Redirection</target>
10923 10973
10924 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10974 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10925 <trans-unit id="8858527736400081688" datatype="html"> 10975 <trans-unit id="8858527736400081688" datatype="html">
10926 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10976 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10927 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target> 10977 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target>
10928 10978
10929 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10979 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10930 <trans-unit id="3937119019020041049" datatype="html"> 10980 <trans-unit id="3937119019020041049" datatype="html">
10931 <source>Mature or explicit content</source> 10981 <source>Mature or explicit content</source>
10932 <target state="new">Mature or explicit content</target> 10982 <target state="new">Mature or explicit content</target>
10933 10983
10934 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10984 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10935 <trans-unit id="1755474755114288376" datatype="html"> 10985 <trans-unit id="1755474755114288376" datatype="html">
10936 <source>Up Next</source> 10986 <source>Up Next</source>
10937 <target state="new">Up Next</target> 10987 <target state="new">Up Next</target>
10938 10988
10939 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 10989 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10940 <trans-unit id="2159130950882492111" datatype="html"> 10990 <trans-unit id="2159130950882492111" datatype="html">
10941 <source>Cancel</source> 10991 <source>Cancel</source>
10942 <target state="new">Cancel</target> 10992 <target state="new">Cancel</target>
@@ -10946,62 +10996,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10946 <source>Autoplay is suspended</source> 10996 <source>Autoplay is suspended</source>
10947 <target state="new">Autoplay is suspended</target> 10997 <target state="new">Autoplay is suspended</target>
10948 10998
10949 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10999 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10950 <trans-unit id="7895294730547405228" datatype="html"> 11000 <trans-unit id="7895294730547405228" datatype="html">
10951 <source>Enter/exit fullscreen (requires player focus)</source> 11001 <source>Enter/exit fullscreen (requires player focus)</source>
10952 <target state="new">Enter/exit fullscreen (requires player focus)</target> 11002 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10953 11003
10954 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 11004 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10955 <trans-unit id="7618388257165864759" datatype="html"> 11005 <trans-unit id="7618388257165864759" datatype="html">
10956 <source>Play/Pause the video (requires player focus)</source> 11006 <source>Play/Pause the video (requires player focus)</source>
10957 <target state="new">Play/Pause the video (requires player focus)</target> 11007 <target state="new">Play/Pause the video (requires player focus)</target>
10958 11008
10959 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 11009 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10960 <trans-unit id="7761890399634216630" datatype="html"> 11010 <trans-unit id="7761890399634216630" datatype="html">
10961 <source>Mute/unmute the video (requires player focus)</source> 11011 <source>Mute/unmute the video (requires player focus)</source>
10962 <target state="new">Mute/unmute the video (requires player focus)</target> 11012 <target state="new">Mute/unmute the video (requires player focus)</target>
10963 11013
10964 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 11014 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10965 <trans-unit id="5996585232248234904" datatype="html"> 11015 <trans-unit id="5996585232248234904" datatype="html">
10966 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 11016 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10967 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 11017 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10968 11018
10969 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 11019 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10970 <trans-unit id="3748765405903319998" datatype="html"> 11020 <trans-unit id="3748765405903319998" datatype="html">
10971 <source>Increase the volume (requires player focus)</source> 11021 <source>Increase the volume (requires player focus)</source>
10972 <target state="new">Increase the volume (requires player focus)</target> 11022 <target state="new">Increase the volume (requires player focus)</target>
10973 11023
10974 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 11024 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10975 <trans-unit id="5810704036407159982" datatype="html"> 11025 <trans-unit id="5810704036407159982" datatype="html">
10976 <source>Decrease the volume (requires player focus)</source> 11026 <source>Decrease the volume (requires player focus)</source>
10977 <target state="new">Decrease the volume (requires player focus)</target> 11027 <target state="new">Decrease the volume (requires player focus)</target>
10978 11028
10979 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 11029 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10980 <trans-unit id="2622048822548065691" datatype="html"> 11030 <trans-unit id="2622048822548065691" datatype="html">
10981 <source>Seek the video forward (requires player focus)</source> 11031 <source>Seek the video forward (requires player focus)</source>
10982 <target state="new">Seek the video forward (requires player focus)</target> 11032 <target state="new">Seek the video forward (requires player focus)</target>
10983 11033
10984 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 11034 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10985 <trans-unit id="6540078205109221153" datatype="html"> 11035 <trans-unit id="6540078205109221153" datatype="html">
10986 <source>Seek the video backward (requires player focus)</source> 11036 <source>Seek the video backward (requires player focus)</source>
10987 <target state="new">Seek the video backward (requires player focus)</target> 11037 <target state="new">Seek the video backward (requires player focus)</target>
10988 11038
10989 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 11039 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10990 <trans-unit id="1956491957766210808" datatype="html"> 11040 <trans-unit id="1956491957766210808" datatype="html">
10991 <source>Increase playback rate (requires player focus)</source> 11041 <source>Increase playback rate (requires player focus)</source>
10992 <target state="new">Increase playback rate (requires player focus)</target> 11042 <target state="new">Increase playback rate (requires player focus)</target>
10993 11043
10994 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 11044 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10995 <trans-unit id="5495529997674803186" datatype="html"> 11045 <trans-unit id="5495529997674803186" datatype="html">
10996 <source>Decrease playback rate (requires player focus)</source> 11046 <source>Decrease playback rate (requires player focus)</source>
10997 <target state="new">Decrease playback rate (requires player focus)</target> 11047 <target state="new">Decrease playback rate (requires player focus)</target>
10998 11048
10999 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 11049 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
11000 <trans-unit id="3178343147230721210" datatype="html"> 11050 <trans-unit id="3178343147230721210" datatype="html">
11001 <source>Navigate in the video frame by frame (requires player focus)</source> 11051 <source>Navigate in the video frame by frame (requires player focus)</source>
11002 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 11052 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
11003 11053
11004 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 11054 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
11005 <trans-unit id="8025996572234182184" datatype="html"> 11055 <trans-unit id="8025996572234182184" datatype="html">
11006 <source>Like the video</source> 11056 <source>Like the video</source>
11007 <target state="new">Like the video</target> 11057 <target state="new">Like the video</target>
diff --git a/client/src/locale/angular.sv-SE.xlf b/client/src/locale/angular.sv-SE.xlf
index f36bd5c46..1ce138b54 100644
--- a/client/src/locale/angular.sv-SE.xlf
+++ b/client/src/locale/angular.sv-SE.xlf
@@ -162,19 +162,19 @@
162 <target state="translated"> 162 <target state="translated">
163 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 163 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
164 </target> 164 </target>
165 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group> 165
166 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group> 166
167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group> 167
168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group> 168
169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group> 169
170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 170
171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 171
172 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group> 172
173 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group> 173
174 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group> 174
175 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group> 175
176 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group> 176
177 </trans-unit> 177 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
178 <trans-unit id="1486537403020619891" datatype="html"> 178 <trans-unit id="1486537403020619891" datatype="html">
179 <source>My watch history</source> 179 <source>My watch history</source>
180 <target state="translated">Min visningshistorik</target> 180 <target state="translated">Min visningshistorik</target>
@@ -243,22 +243,22 @@
243 <trans-unit id="5674286808255988565"> 243 <trans-unit id="5674286808255988565">
244 <source>Create</source> 244 <source>Create</source>
245 <target>Skapa</target> 245 <target>Skapa</target>
246 <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> 246
247 <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> 247
248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 248
249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 249
250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 250
251 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 251
252 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group> 252
253 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group> 253
254 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group> 254
255 </trans-unit> 255 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
256 <trans-unit id="1006562256968398209" datatype="html"> 256 <trans-unit id="1006562256968398209" datatype="html">
257 <source>video</source> 257 <source>video</source>
258 <target state="translated">video</target> 258 <target state="translated">video</target>
259 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group> 259
260 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group> 260
261 </trans-unit> 261 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
262 <trans-unit id="6438815964972582865" datatype="html"> 262 <trans-unit id="6438815964972582865" datatype="html">
263 <source>The following link contains a private token and should not be shared with anyone.</source> 263 <source>The following link contains a private token and should not be shared with anyone.</source>
264 <target state="translated">Följande länk innehåller en personlig nyckel och bör ej delas med någon annan.</target> 264 <target state="translated">Följande länk innehåller en personlig nyckel och bör ej delas med någon annan.</target>
@@ -330,13 +330,13 @@
330 <trans-unit id="6995024616159044376" datatype="html"> 330 <trans-unit id="6995024616159044376" datatype="html">
331 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 331 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
332 <target state="translated">Din videokvot kommer överskridas av den här videon (videostorlek: <x id="PH" equiv-text="videoSizeBytes"/>, använt: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, kvot: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 332 <target state="translated">Din videokvot kommer överskridas av den här videon (videostorlek: <x id="PH" equiv-text="videoSizeBytes"/>, använt: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, kvot: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group> 333
334 </trans-unit> 334 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
335 <trans-unit id="7873395933409147217" datatype="html"> 335 <trans-unit id="7873395933409147217" datatype="html">
336 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 336 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
337 <target state="translated">Din dagliga videokvot kommer överskridas av den här videon (videostorlek: <x id="PH" equiv-text="videoSizeBytes"/>, använt: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, kvot:<x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 337 <target state="translated">Din dagliga videokvot kommer överskridas av den här videon (videostorlek: <x id="PH" equiv-text="videoSizeBytes"/>, använt: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, kvot:<x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
338 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group> 338
339 </trans-unit> 339 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
340 <trans-unit id="5235042777215655908" datatype="html"> 340 <trans-unit id="5235042777215655908" datatype="html">
341 <source>subtitles</source> 341 <source>subtitles</source>
342 <target state="translated">undertexter</target> 342 <target state="translated">undertexter</target>
@@ -567,31 +567,31 @@
567 <trans-unit id="7022070615528435141"> 567 <trans-unit id="7022070615528435141">
568 <source>Delete</source> 568 <source>Delete</source>
569 <target>Ta bort</target> 569 <target>Ta bort</target>
570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group> 570
571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group> 571
572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group> 572
573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group> 573
574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group> 574
575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group> 575
576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group> 576
577 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group> 577
578 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group> 578
579 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group> 579
580 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group> 580
581 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group> 581
582 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group> 582
583 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</context></context-group> 583
584 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">178</context></context-group> 584
585 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group> 585
586 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 586
587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group> 587
588 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group> 588
589 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group> 589
590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group> 590
591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group> 591
592 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group> 592
593 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group> 593
594 </trans-unit> 594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
595 <trans-unit id="158575725114802951" datatype="html"> 595 <trans-unit id="158575725114802951" datatype="html">
596 <source>Only live videos</source> 596 <source>Only live videos</source>
597 <target state="translated">Endast direktsändningar</target> 597 <target state="translated">Endast direktsändningar</target>
@@ -776,10 +776,10 @@
776 <trans-unit id="2602586221576511475"> 776 <trans-unit id="2602586221576511475">
777 <source>Video quota</source> 777 <source>Video quota</source>
778 <target>Videokvot</target> 778 <target>Videokvot</target>
779 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 779
780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 780
781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 781
782 </trans-unit> 782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
783 <trans-unit id="1502595455339510144"> 783 <trans-unit id="1502595455339510144">
784 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 784 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
785 <target>Obegränsat <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per dag)<x id="CLOSE_TAG_NG_CONTAINER"/></target> 785 <target>Obegränsat <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per dag)<x id="CLOSE_TAG_NG_CONTAINER"/></target>
@@ -859,6 +859,30 @@
859 <target>Federation</target> 859 <target>Federation</target>
860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
862 </trans-unit><trans-unit id="8726138323871139597" datatype="html">
863 <source>Following</source><target state="new">Following</target>
864 <context-group purpose="location">
865 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
866 <context context-type="linenumber">29</context>
867 </context-group>
868 <context-group purpose="location">
869 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
870 <context context-type="linenumber">31</context>
871 </context-group>
872 <context-group purpose="location">
873 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
874 <context context-type="linenumber">28</context>
875 </context-group>
876 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
877 <source>Followers</source><target state="new">Followers</target>
878 <context-group purpose="location">
879 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
880 <context context-type="linenumber">34</context>
881 </context-group>
882 <context-group purpose="location">
883 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
884 <context context-type="linenumber">37</context>
885 </context-group>
862 </trans-unit> 886 </trans-unit>
863 <trans-unit id="3541687134897970106"> 887 <trans-unit id="3541687134897970106">
864 <source>followers</source> 888 <source>followers</source>
@@ -922,25 +946,25 @@
922 <trans-unit id="2159130950882492111"> 946 <trans-unit id="2159130950882492111">
923 <source>Cancel</source> 947 <source>Cancel</source>
924 <target>Avbryt</target> 948 <target>Avbryt</target>
925 <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> 949
926 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group> 950
927 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group> 951
928 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 952
929 <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> 953
930 <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">69</context></context-group> 954
931 <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">81</context></context-group> 955
932 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group> 956
933 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">408</context></context-group> 957
934 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 958
935 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group> 959
936 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 960
937 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group> 961
938 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group> 962
939 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group> 963
940 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group> 964
941 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group> 965
942 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group> 966
943 </trans-unit> 967 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
944 <trans-unit id="3616223838716839702"> 968 <trans-unit id="3616223838716839702">
945 <source>Ban this user</source> 969 <source>Ban this user</source>
946 <target>Blockera den här användaren</target> 970 <target>Blockera den här användaren</target>
@@ -1006,19 +1030,13 @@
1006 <trans-unit id="7252854992688790751" datatype="html"> 1030 <trans-unit id="7252854992688790751" datatype="html">
1007 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1031 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1008 <target state="translated">Den här instansen tillåter kontoregistrering. Se till att läsa <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>villkoren<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>villkoren<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> innan du skapar ett konto. Du kan också söka efter en annan instans som passar dina behov bättre på <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1032 <target state="translated">Den här instansen tillåter kontoregistrering. Se till att läsa <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>villkoren<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>villkoren<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> innan du skapar ett konto. Du kan också söka efter en annan instans som passar dina behov bättre på <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1009 <context-group purpose="location"> 1033
1010 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1034 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
1011 <context context-type="linenumber">60,62</context>
1012 </context-group>
1013 </trans-unit>
1014 <trans-unit id="7215649348148521605" datatype="html"> 1035 <trans-unit id="7215649348148521605" datatype="html">
1015 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1036 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1016 <target state="translated">Den här instansen tillåter inte kontoregistrering för närvarande, men du kan läsa <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>villkoren<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för mer information eller hitta en annan instans som ger dig möjligheten att skaffa ett konto och ladda upp dina videor där. Hitta din instans av dem alla på <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1037 <target state="translated">Den här instansen tillåter inte kontoregistrering för närvarande, men du kan läsa <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>villkoren<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för mer information eller hitta en annan instans som ger dig möjligheten att skaffa ett konto och ladda upp dina videor där. Hitta din instans av dem alla på <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1017 <context-group purpose="location"> 1038
1018 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1039 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1019 <context context-type="linenumber">65,67</context>
1020 </context-group>
1021 </trans-unit>
1022 <trans-unit id="2392488717875840729"> 1040 <trans-unit id="2392488717875840729">
1023 <source>User</source> 1041 <source>User</source>
1024 <target>Användare</target> 1042 <target>Användare</target>
@@ -1029,69 +1047,69 @@
1029 <source>Username or email address</source> 1047 <source>Username or email address</source>
1030 <target>Användarnamn eller e-postadress</target> 1048 <target>Användarnamn eller e-postadress</target>
1031 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1049 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1050 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
1051 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1052 <context-group purpose="location">
1053 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1054 <context context-type="linenumber">33,34</context>
1055 </context-group>
1032 </trans-unit> 1056 </trans-unit>
1033 <trans-unit id="1431416938026210429"> 1057 <trans-unit id="1431416938026210429">
1034 <source>Password</source> 1058 <source>Password</source>
1035 <target>Lösenord</target> 1059 <target>Lösenord</target>
1036 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1060
1037 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1061
1038 <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> 1062
1039 <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> 1063
1040 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1064
1041 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1065
1042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1066
1043 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1067
1044 </trans-unit> 1068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1045 <trans-unit id="8715156686857791956" datatype="html"> 1069 <trans-unit id="8715156686857791956" datatype="html">
1046 <source>Click here to reset your password</source> 1070 <source>Click here to reset your password</source>
1047 <target state="translated">Klicka här för att återställa ditt lösenord</target> 1071 <target state="translated">Klicka här för att återställa ditt lösenord</target>
1048 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1072
1049 </trans-unit> 1073 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1050 <trans-unit id="892063502898494584" datatype="html"> 1074 <trans-unit id="892063502898494584" datatype="html">
1051 <source>I forgot my password</source> 1075 <source>I forgot my password</source>
1052 <target state="translated">Jag har glömt mitt lösenord</target> 1076 <target state="translated">Jag har glömt mitt lösenord</target>
1053 <context-group purpose="location"> 1077
1054 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1078 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1055 <context context-type="linenumber">47</context>
1056 </context-group>
1057 </trans-unit>
1058 <trans-unit id="2101170466365500913" datatype="html"> 1079 <trans-unit id="2101170466365500913" datatype="html">
1059 <source>Logging into an account lets you publish content</source> 1080 <source>Logging into an account lets you publish content</source>
1060 <target state="translated">Du måste logga in för att kunna publicera material</target> 1081 <target state="translated">Du måste logga in för att kunna publicera material</target>
1061 <context-group purpose="location"> 1082
1062 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1083 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1063 <context context-type="linenumber">56,57</context>
1064 </context-group>
1065 </trans-unit>
1066 <trans-unit id="2454050363478003966"> 1084 <trans-unit id="2454050363478003966">
1067 <source>Login</source> 1085 <source>Login</source>
1068 <target>Logga in</target> 1086 <target>Logga in</target>
1069 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 1087
1070 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1088
1071 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group> 1089
1072 </trans-unit> 1090 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1073 <trans-unit id="3183213940445113677" datatype="html"> 1091 <trans-unit id="3183213940445113677" datatype="html">
1074 <source>Or sign in with</source> 1092 <source>Or sign in with</source>
1075 <target state="translated">Eller logga in med</target> 1093 <target state="translated">Eller logga in med</target>
1076 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1094
1077 </trans-unit> 1095 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1078 <trans-unit id="3238209155172574367"> 1096 <trans-unit id="3238209155172574367">
1079 <source>Forgot your password</source> 1097 <source>Forgot your password</source>
1080 <target>Glömt ditt lösenord</target> 1098 <target>Glömt ditt lösenord</target>
1081 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1099
1082 </trans-unit> 1100 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1083 <trans-unit id="87327320394367488"> 1101 <trans-unit id="87327320394367488">
1084 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1102 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1085 <target> 1103 <target>
1086 Du kan inte återställa ditt lösenord eftersom din instans administratör inte har konfigurerat PeerTubes e-postsystem. 1104 Du kan inte återställa ditt lösenord eftersom din instans administratör inte har konfigurerat PeerTubes e-postsystem.
1087 </target> 1105 </target>
1088 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1106
1089 </trans-unit> 1107 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
1090 <trans-unit id="3188014010833256853" datatype="html"> 1108 <trans-unit id="3188014010833256853" datatype="html">
1091 <source>Enter your email address and we will send you a link to reset your password.</source> 1109 <source>Enter your email address and we will send you a link to reset your password.</source>
1092 <target state="translated">Ange din e-postadress så skickar vi dig en länk för att återställa till lösenord.</target> 1110 <target state="translated">Ange din e-postadress så skickar vi dig en länk för att återställa till lösenord.</target>
1093 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1111
1094 </trans-unit> 1112 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
1095 <trans-unit id="1190256911880544559" datatype="html"> 1113 <trans-unit id="1190256911880544559" datatype="html">
1096 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1114 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1097The link will expire within 1 hour.</source> 1115The link will expire within 1 hour.</source>
@@ -1101,26 +1119,26 @@ The link will expire within 1 hour.</source>
1101 <trans-unit id="4768749765465246664"> 1119 <trans-unit id="4768749765465246664">
1102 <source>Email</source> 1120 <source>Email</source>
1103 <target>E-post</target> 1121 <target>E-post</target>
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1122
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1123
1106 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1124
1107 <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> 1125
1108 <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> 1126
1109 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1127
1110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1128
1111 </trans-unit> 1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1112 <trans-unit id="3967269098753656610"> 1130 <trans-unit id="3967269098753656610">
1113 <source>Email address</source> 1131 <source>Email address</source>
1114 <target>E-postadress</target> 1132 <target>E-postadress</target>
1115 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1133
1116 <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> 1134
1117 </trans-unit> 1135 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1118 <trans-unit id="7808756054397155068" datatype="html"> 1136 <trans-unit id="7808756054397155068" datatype="html">
1119 <source>Reset</source> 1137 <source>Reset</source>
1120 <target state="translated">Återställ</target> 1138 <target state="translated">Återställ</target>
1121 <note priority="1" from="description">Password reset button</note> 1139 <note priority="1" from="description">Password reset button</note>
1122 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1140
1123 </trans-unit> 1141 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1124 <trans-unit id="4319634264526091601" datatype="html"> 1142 <trans-unit id="4319634264526091601" datatype="html">
1125 <source>on this instance</source> 1143 <source>on this instance</source>
1126 <target state="translated">på den här instansen</target> 1144 <target state="translated">på den här instansen</target>
@@ -1195,17 +1213,17 @@ The link will expire within 1 hour.</source>
1195 <target> 1213 <target>
1196 Inga resultat hittades 1214 Inga resultat hittades
1197 </target> 1215 </target>
1198 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1216
1199 </trans-unit> 1217 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1200 <trans-unit id="5500467336262464724"> 1218 <trans-unit id="5500467336262464724">
1201 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1219 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1202 <target> 1220 <target>
1203 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> prenumeranter 1221 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> prenumeranter
1204 </target> 1222 </target>
1205 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1223
1206 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1224
1207 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1225
1208 </trans-unit> 1226 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1209 <trans-unit id="1516969129397662377"> 1227 <trans-unit id="1516969129397662377">
1210 <source>Welcome to PeerTube, dear administrator!</source> 1228 <source>Welcome to PeerTube, dear administrator!</source>
1211 <target>Välkommen till PeerTube, kära administratör!</target> 1229 <target>Välkommen till PeerTube, kära administratör!</target>
@@ -1455,9 +1473,9 @@ The link will expire within 1 hour.</source>
1455 <trans-unit id="2308975396733519902"> 1473 <trans-unit id="2308975396733519902">
1456 <source>Create an account</source> 1474 <source>Create an account</source>
1457 <target>Skapa ett konto</target> 1475 <target>Skapa ett konto</target>
1458 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group> 1476
1459 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group> 1477
1460 </trans-unit> 1478 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1461 <trans-unit id="3058024914967508975" datatype="html"> 1479 <trans-unit id="3058024914967508975" datatype="html">
1462 <source>My videos</source> 1480 <source>My videos</source>
1463 <target state="translated">Mina videor</target> 1481 <target state="translated">Mina videor</target>
@@ -1524,10 +1542,10 @@ The link will expire within 1 hour.</source>
1524 <trans-unit id="1504521795586863905" datatype="html"> 1542 <trans-unit id="1504521795586863905" datatype="html">
1525 <source>VIDEOS</source> 1543 <source>VIDEOS</source>
1526 <target state="translated">VIDEOR</target> 1544 <target state="translated">VIDEOR</target>
1527 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group> 1545
1528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group> 1546
1529 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group> 1547
1530 </trans-unit> 1548 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
1531 <trans-unit id="667372110624203230" datatype="html"> 1549 <trans-unit id="667372110624203230" datatype="html">
1532 <source>Import jobs concurrency</source> 1550 <source>Import jobs concurrency</source>
1533 <target state="translated">Samtidiga importjobb</target> 1551 <target state="translated">Samtidiga importjobb</target>
@@ -1606,8 +1624,8 @@ The link will expire within 1 hour.</source>
1606 <trans-unit id="4424964105331349857" datatype="html"> 1624 <trans-unit id="4424964105331349857" datatype="html">
1607 <source>I'm a teapot</source> 1625 <source>I'm a teapot</source>
1608 <target state="translated">Jag är en tekanna</target> 1626 <target state="translated">Jag är en tekanna</target>
1609 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1627
1610 </trans-unit> 1628 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1611 <trans-unit id="1597262876035959248" datatype="html"> 1629 <trans-unit id="1597262876035959248" datatype="html">
1612 <source>That's an error.</source> 1630 <source>That's an error.</source>
1613 <target state="translated">Detta är ett fel.</target> 1631 <target state="translated">Detta är ett fel.</target>
@@ -1700,8 +1718,8 @@ The link will expire within 1 hour.</source>
1700 <trans-unit id="2971365540217107489" datatype="html"> 1718 <trans-unit id="2971365540217107489" datatype="html">
1701 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1719 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1702 <target state="translated">Filen är för stor för servern. Kontakta din administratör om du vill höja gränsen.</target> 1720 <target state="translated">Filen är för stor för servern. Kontakta din administratör om du vill höja gränsen.</target>
1703 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1721
1704 </trans-unit> 1722 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1705 <trans-unit id="5131854469652959713" datatype="html"> 1723 <trans-unit id="5131854469652959713" datatype="html">
1706 <source>GLOBAL SEARCH</source> 1724 <source>GLOBAL SEARCH</source>
1707 <target state="translated">GLOBAL SÖKNING</target> 1725 <target state="translated">GLOBAL SÖKNING</target>
@@ -1779,19 +1797,19 @@ The link will expire within 1 hour.</source>
1779 <trans-unit id="5478121364779850827" datatype="html"> 1797 <trans-unit id="5478121364779850827" datatype="html">
1780 <source>Reset</source> 1798 <source>Reset</source>
1781 <target state="translated">Återställ</target> 1799 <target state="translated">Återställ</target>
1782 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1800
1783 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1801
1784 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1802
1785 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1803
1786 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1804
1787 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1805
1788 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1806
1789 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1807
1790 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1808
1791 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1809
1792 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1810
1793 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1811
1794 </trans-unit> 1812 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1795 <trans-unit id="4540121094340493564" datatype="html"> 1813 <trans-unit id="4540121094340493564" datatype="html">
1796 <source>Display only</source> 1814 <source>Display only</source>
1797 <target state="translated">Visa endast</target> 1815 <target state="translated">Visa endast</target>
@@ -1835,9 +1853,9 @@ The link will expire within 1 hour.</source>
1835 <trans-unit id="7410432243549869948"> 1853 <trans-unit id="7410432243549869948">
1836 <source>Duration</source> 1854 <source>Duration</source>
1837 <target>Längd</target> 1855 <target>Längd</target>
1838 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group> 1856
1839 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group> 1857
1840 </trans-unit> 1858 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1841 <trans-unit id="3589238979642505685"> 1859 <trans-unit id="3589238979642505685">
1842 <source>Display sensitive content</source> 1860 <source>Display sensitive content</source>
1843 <target>Visa känsligt material</target> 1861 <target>Visa känsligt material</target>
@@ -1856,10 +1874,10 @@ The link will expire within 1 hour.</source>
1856 <trans-unit id="1806667489382256324"> 1874 <trans-unit id="1806667489382256324">
1857 <source>Category</source> 1875 <source>Category</source>
1858 <target>Kategori</target> 1876 <target>Kategori</target>
1859 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</context></context-group> 1877
1860 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">63</context></context-group> 1878
1861 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group> 1879
1862 </trans-unit> 1880 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1863 <trans-unit id="5478121364779850827" datatype="html"> 1881 <trans-unit id="5478121364779850827" datatype="html">
1864 <source>Reset</source> 1882 <source>Reset</source>
1865 <target state="translated">Återställ</target> 1883 <target state="translated">Återställ</target>
@@ -1877,10 +1895,10 @@ The link will expire within 1 hour.</source>
1877 <trans-unit id="9065795501872450602"> 1895 <trans-unit id="9065795501872450602">
1878 <source>Licence</source> 1896 <source>Licence</source>
1879 <target>Licens</target> 1897 <target>Licens</target>
1880 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</context></context-group> 1898
1881 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">74</context></context-group> 1899
1882 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group> 1900
1883 </trans-unit> 1901 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1884 <trans-unit id="4184995865179898060" datatype="html"> 1902 <trans-unit id="4184995865179898060" datatype="html">
1885 <source>Display all licenses</source> 1903 <source>Display all licenses</source>
1886 <target state="translated">Visa alla licenser</target> 1904 <target state="translated">Visa alla licenser</target>
@@ -1889,11 +1907,11 @@ The link will expire within 1 hour.</source>
1889 <trans-unit id="2826581353496868063"> 1907 <trans-unit id="2826581353496868063">
1890 <source>Language</source> 1908 <source>Language</source>
1891 <target>Språk</target> 1909 <target>Språk</target>
1892 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</context></context-group> 1910
1893 <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> 1911
1894 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1912
1895 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group> 1913
1896 </trans-unit> 1914 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1897 <trans-unit id="7904142744051432458" datatype="html"> 1915 <trans-unit id="7904142744051432458" datatype="html">
1898 <source>Display all languages</source> 1916 <source>Display all languages</source>
1899 <target state="translated">Visa alla språk</target> 1917 <target state="translated">Visa alla språk</target>
@@ -1908,17 +1926,23 @@ The link will expire within 1 hour.</source>
1908 <source>One of these tags</source> 1926 <source>One of these tags</source>
1909 <target>En av följande taggar</target> 1927 <target>En av följande taggar</target>
1910 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 1928 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
1929 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
1930 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1931 <context-group purpose="location">
1932 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1933 <context context-type="linenumber">178</context>
1934 </context-group>
1911 </trans-unit> 1935 </trans-unit>
1912 <trans-unit id="283421392567624698" datatype="html"> 1936 <trans-unit id="283421392567624698" datatype="html">
1913 <source>Search target</source> 1937 <source>Search target</source>
1914 <target state="translated">Sök på</target> 1938 <target state="translated">Sök på</target>
1915 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 1939
1916 </trans-unit> 1940 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1917 <trans-unit id="2489767671380266270" datatype="html"> 1941 <trans-unit id="2489767671380266270" datatype="html">
1918 <source>Vidiverse</source> 1942 <source>Vidiverse</source>
1919 <target state="translated">Videoversum</target> 1943 <target state="translated">Videoversum</target>
1920 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 1944
1921 </trans-unit> 1945 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1922 <trans-unit id="5478121364779850827" datatype="html"> 1946 <trans-unit id="5478121364779850827" datatype="html">
1923 <source>Reset</source> 1947 <source>Reset</source>
1924 <target state="translated">Återställ</target> 1948 <target state="translated">Återställ</target>
@@ -1927,8 +1951,8 @@ The link will expire within 1 hour.</source>
1927 <trans-unit id="8829497237648100098"> 1951 <trans-unit id="8829497237648100098">
1928 <source>Filter</source> 1952 <source>Filter</source>
1929 <target>Filtrera</target> 1953 <target>Filtrera</target>
1930 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 1954
1931 </trans-unit> 1955 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1932 <trans-unit id="6479885129995567639" datatype="html"> 1956 <trans-unit id="6479885129995567639" datatype="html">
1933 <source>Video channels</source> 1957 <source>Video channels</source>
1934 <target state="translated">Videokanaler</target> 1958 <target state="translated">Videokanaler</target>
@@ -1964,9 +1988,9 @@ The link will expire within 1 hour.</source>
1964 <trans-unit id="7886570921510760899"> 1988 <trans-unit id="7886570921510760899">
1965 <source>Tags</source> 1989 <source>Tags</source>
1966 <target>Taggar</target> 1990 <target>Taggar</target>
1967 <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> 1991
1968 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group> 1992
1969 </trans-unit> 1993 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1970 <trans-unit id="354332809647287722" datatype="html"> 1994 <trans-unit id="354332809647287722" datatype="html">
1971 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1995 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1972 <target state="translated">Taggar kan användas för att föreslå relevanta rekommendationer. <x id="LINE_BREAK"/> Du kan använda upp till fem taggar. <x id="LINE_BREAK"/> Tryck <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> för att lägga till en ny tagg. </target> 1996 <target state="translated">Taggar kan användas för att föreslå relevanta rekommendationer. <x id="LINE_BREAK"/> Du kan använda upp till fem taggar. <x id="LINE_BREAK"/> Tryck <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> för att lägga till en ny tagg. </target>
@@ -2445,8 +2469,8 @@ The link will expire within 1 hour.</source>
2445 <trans-unit id="6161604372916832458" datatype="html"> 2469 <trans-unit id="6161604372916832458" datatype="html">
2446 <source>Upload on hold</source> 2470 <source>Upload on hold</source>
2447 <target state="translated">Uppladdning pausad</target> 2471 <target state="translated">Uppladdning pausad</target>
2448 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group> 2472
2449 </trans-unit> 2473 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2450 <trans-unit id="285180972645018518" datatype="html"> 2474 <trans-unit id="285180972645018518" datatype="html">
2451 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2475 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2452 <target state="translated">Uppladdning är inte aktiverat från ditt konto. Om du vill lägga upp videor, måste en administratör låsa upp din videokvot.</target> 2476 <target state="translated">Uppladdning är inte aktiverat från ditt konto. Om du vill lägga upp videor, måste en administratör låsa upp din videokvot.</target>
@@ -2760,12 +2784,18 @@ The link will expire within 1 hour.</source>
2760 <source>Origin</source> 2784 <source>Origin</source>
2761 <target state="translated">Ursprung</target> 2785 <target state="translated">Ursprung</target>
2762 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group> 2786 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group>
2787 </trans-unit><trans-unit id="6981359593518942576" datatype="html">
2788 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2789 <context-group purpose="location">
2790 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2791 <context context-type="linenumber">14</context>
2792 </context-group>
2763 </trans-unit> 2793 </trans-unit>
2764 <trans-unit id="5139892963394684487"> 2794 <trans-unit id="5139892963394684487">
2765 <source>Originally published</source> 2795 <source>Originally published</source>
2766 <target>Ursprungligen publicerad</target> 2796 <target>Ursprungligen publicerad</target>
2767 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group> 2797
2768 </trans-unit> 2798 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2769 <trans-unit id="6402393085909200998" datatype="html"> 2799 <trans-unit id="6402393085909200998" datatype="html">
2770 <source>Friendly Reminder:</source> 2800 <source>Friendly Reminder:</source>
2771 <target state="translated">Observera:</target> 2801 <target state="translated">Observera:</target>
@@ -3133,11 +3163,7 @@ The link will expire within 1 hour.</source>
3133 <target>ID</target> 3163 <target>ID</target>
3134 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3135 </trans-unit> 3165 </trans-unit>
3136 <trans-unit id="2265605798180116441"> 3166
3137 <source>Follower handle</source>
3138 <target>Hantera följare</target>
3139 <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>
3140 </trans-unit>
3141 <trans-unit id="5911214550882917183"> 3167 <trans-unit id="5911214550882917183">
3142 <source>State</source> 3168 <source>State</source>
3143 <target>Status</target> 3169 <target>Status</target>
@@ -3205,11 +3231,7 @@ The link will expire within 1 hour.</source>
3205 </target> 3231 </target>
3206 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3232 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3207 </trans-unit> 3233 </trans-unit>
3208 <trans-unit id="6641024648411549335"> 3234
3209 <source>Host</source>
3210 <target>Värd</target>
3211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3212 </trans-unit>
3213 <trans-unit id="6571718060636962350" datatype="html"> 3235 <trans-unit id="6571718060636962350" datatype="html">
3214 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3236 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3215 <target state="translated">Redundans tillåten <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3237 <target state="translated">Redundans tillåten <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3218,9 +3240,9 @@ The link will expire within 1 hour.</source>
3218 <trans-unit id="9160510009013134726" datatype="html"> 3240 <trans-unit id="9160510009013134726" datatype="html">
3219 <source>Unfollow</source> 3241 <source>Unfollow</source>
3220 <target state="translated">Sluta följa</target> 3242 <target state="translated">Sluta följa</target>
3221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3243
3222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3244
3223 </trans-unit> 3245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3224 <trans-unit id="8246779176913476983" datatype="html"> 3246 <trans-unit id="8246779176913476983" datatype="html">
3225 <source>Open instance in a new tab</source> 3247 <source>Open instance in a new tab</source>
3226 <target state="translated">Öppna instansen i en ny flik</target> 3248 <target state="translated">Öppna instansen i en ny flik</target>
@@ -3231,28 +3253,20 @@ The link will expire within 1 hour.</source>
3231 <trans-unit id="9132918641931433659" datatype="html"> 3253 <trans-unit id="9132918641931433659" datatype="html">
3232 <source>No host found matching current filters.</source> 3254 <source>No host found matching current filters.</source>
3233 <target state="translated">Inga värdar matchar de nuvarande filtren.</target> 3255 <target state="translated">Inga värdar matchar de nuvarande filtren.</target>
3234 <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> 3256
3235 </trans-unit> 3257 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3236 <trans-unit id="7274241885665071790" datatype="html"> 3258 <trans-unit id="7274241885665071790" datatype="html">
3237 <source>Your instance is not following anyone.</source> 3259 <source>Your instance is not following anyone.</source>
3238 <target state="translated">Din instans följer inte någon annan.</target> 3260 <target state="translated">Din instans följer inte någon annan.</target>
3239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3261
3240 </trans-unit> 3262 <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>
3241 <trans-unit id="4774348799569692380" datatype="html"> 3263 <trans-unit id="4774348799569692380" datatype="html">
3242 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3264 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3243 <target state="translated">Visar värd <x id="INTERPOLATION"/> till <x id="INTERPOLATION_1"/> av <x id="INTERPOLATION_2"/></target> 3265 <target state="translated">Visar värd <x id="INTERPOLATION"/> till <x id="INTERPOLATION_1"/> av <x id="INTERPOLATION_2"/></target>
3244 <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> 3266 <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>
3245 </trans-unit> 3267 </trans-unit>
3246 <trans-unit id="6275803119759621687" datatype="html"> 3268
3247 <source>Follow domains</source> 3269
3248 <target state="translated">Följ domäner</target>
3249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3250 </trans-unit>
3251 <trans-unit id="1268699198448750610" datatype="html">
3252 <source>Follow instances</source>
3253 <target state="translated">Följ instanser</target>
3254 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3255 </trans-unit>
3256 <trans-unit id="9216117865911519658" datatype="html"> 3270 <trans-unit id="9216117865911519658" datatype="html">
3257 <source>Action</source> 3271 <source>Action</source>
3258 <target state="translated">Åtgärd</target> 3272 <target state="translated">Åtgärd</target>
@@ -3302,11 +3316,11 @@ The link will expire within 1 hour.</source>
3302 <trans-unit id="5248717555542428023"> 3316 <trans-unit id="5248717555542428023">
3303 <source>Username</source> 3317 <source>Username</source>
3304 <target>Användarnamn</target> 3318 <target>Användarnamn</target>
3305 <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> 3319
3306 <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> 3320
3307 <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> 3321
3308 <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> 3322
3309 </trans-unit> 3323 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3310 <trans-unit id="5428411040014095392" datatype="html"> 3324 <trans-unit id="5428411040014095392" datatype="html">
3311 <source>e.g. jane_doe</source> 3325 <source>e.g. jane_doe</source>
3312 <target state="translated">t.ex. jane_doe</target> 3326 <target state="translated">t.ex. jane_doe</target>
@@ -3334,9 +3348,9 @@ The link will expire within 1 hour.</source>
3334 <trans-unit id="4145496584631696119"> 3348 <trans-unit id="4145496584631696119">
3335 <source>Role</source> 3349 <source>Role</source>
3336 <target>Roll</target> 3350 <target>Roll</target>
3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3351
3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3352
3339 </trans-unit> 3353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3340 <trans-unit id="7046347992315328430" datatype="html"> 3354 <trans-unit id="7046347992315328430" datatype="html">
3341 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3355 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3342 <target state="translated">Omkodning har aktiverats. Videokvoten omfattar endast <x id="START_TAG_STRONG"/>originalfilens<x id="CLOSE_TAG_STRONG"/> storlek. <x id="LINE_BREAK"/> Den här användaren kan ladda upp ungefär <x id="INTERPOLATION"/>. </target> 3356 <target state="translated">Omkodning har aktiverats. Videokvoten omfattar endast <x id="START_TAG_STRONG"/>originalfilens<x id="CLOSE_TAG_STRONG"/> storlek. <x id="LINE_BREAK"/> Den här användaren kan ladda upp ungefär <x id="INTERPOLATION"/>. </target>
@@ -3353,15 +3367,9 @@ The link will expire within 1 hour.</source>
3353 <trans-unit id="2622255144026150901" datatype="html"> 3367 <trans-unit id="2622255144026150901" datatype="html">
3354 <source>Auth plugin</source> 3368 <source>Auth plugin</source>
3355 <target state="translated">Tillägg för autentisering</target> 3369 <target state="translated">Tillägg för autentisering</target>
3356 <context-group purpose="location"> 3370
3357 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3371
3358 <context context-type="linenumber">188</context> 3372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit>
3359 </context-group>
3360 <context-group purpose="location">
3361 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3362 <context context-type="linenumber">188</context>
3363 </context-group>
3364 </trans-unit>
3365 <trans-unit id="588099657508661970" datatype="html"> 3373 <trans-unit id="588099657508661970" datatype="html">
3366 <source>None (local authentication)</source> 3374 <source>None (local authentication)</source>
3367 <target state="translated">Ingen (lokal autentisering)</target> 3375 <target state="translated">Ingen (lokal autentisering)</target>
@@ -3612,6 +3620,12 @@ The link will expire within 1 hour.</source>
3612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group> 3620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group>
3613 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3621 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3614 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3622 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3623 </trans-unit><trans-unit id="8390803680962035202" datatype="html">
3624 <source>Follower</source><target state="new">Follower</target>
3625 <context-group purpose="location">
3626 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3627 <context context-type="linenumber">24</context>
3628 </context-group>
3615 </trans-unit> 3629 </trans-unit>
3616 <trans-unit id="4691552465058437520" datatype="html"> 3630 <trans-unit id="4691552465058437520" datatype="html">
3617 <source>Commented video</source> 3631 <source>Commented video</source>
@@ -3657,43 +3671,28 @@ The link will expire within 1 hour.</source>
3657 <trans-unit id="1807029821872995706" datatype="html"> 3671 <trans-unit id="1807029821872995706" datatype="html">
3658 <source>Unsolved reports</source> 3672 <source>Unsolved reports</source>
3659 <target state="translated">Oavklarade anmälningar</target> 3673 <target state="translated">Oavklarade anmälningar</target>
3660 <context-group purpose="location"> 3674
3661 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3675 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3662 <context context-type="linenumber">42</context>
3663 </context-group>
3664 </trans-unit>
3665 <trans-unit id="2570256912317308673" datatype="html"> 3676 <trans-unit id="2570256912317308673" datatype="html">
3666 <source>Accepted reports</source> 3677 <source>Accepted reports</source>
3667 <target state="translated">Accepterade anmälningar</target> 3678 <target state="translated">Accepterade anmälningar</target>
3668 <context-group purpose="location"> 3679
3669 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3680 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3670 <context context-type="linenumber">46</context>
3671 </context-group>
3672 </trans-unit>
3673 <trans-unit id="4335414817109654558" datatype="html"> 3681 <trans-unit id="4335414817109654558" datatype="html">
3674 <source>Refused reports</source> 3682 <source>Refused reports</source>
3675 <target state="translated">Avslagna anmälningar</target> 3683 <target state="translated">Avslagna anmälningar</target>
3676 <context-group purpose="location"> 3684
3677 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3678 <context context-type="linenumber">50</context>
3679 </context-group>
3680 </trans-unit>
3681 <trans-unit id="5604806676748121035" datatype="html"> 3686 <trans-unit id="5604806676748121035" datatype="html">
3682 <source>Reports with blocked videos</source> 3687 <source>Reports with blocked videos</source>
3683 <target state="translated">Anmälningar mot blockerade videor</target> 3688 <target state="translated">Anmälningar mot blockerade videor</target>
3684 <context-group purpose="location"> 3689
3685 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3690 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3686 <context context-type="linenumber">54</context>
3687 </context-group>
3688 </trans-unit>
3689 <trans-unit id="5105869928182826553" datatype="html"> 3691 <trans-unit id="5105869928182826553" datatype="html">
3690 <source>Reports with deleted videos</source> 3692 <source>Reports with deleted videos</source>
3691 <target state="translated">Anmälningar mot borttagna videor</target> 3693 <target state="translated">Anmälningar mot borttagna videor</target>
3692 <context-group purpose="location"> 3694
3693 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3694 <context context-type="linenumber">58</context>
3695 </context-group>
3696 </trans-unit>
3697 <trans-unit id="4678289986918934018" datatype="html"> 3696 <trans-unit id="4678289986918934018" datatype="html">
3698 <source>Block reason:</source> 3697 <source>Block reason:</source>
3699 <target state="translated">Anledning för blockering:</target> 3698 <target state="translated">Anledning för blockering:</target>
@@ -3712,19 +3711,13 @@ The link will expire within 1 hour.</source>
3712 <trans-unit id="7755288609601798418" datatype="html"> 3711 <trans-unit id="7755288609601798418" datatype="html">
3713 <source>Automatic blocks</source> 3712 <source>Automatic blocks</source>
3714 <target state="translated">Automatiska blockeringar</target> 3713 <target state="translated">Automatiska blockeringar</target>
3715 <context-group purpose="location"> 3714
3716 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3717 <context context-type="linenumber">31</context>
3718 </context-group>
3719 </trans-unit>
3720 <trans-unit id="6510868134640657079" datatype="html"> 3716 <trans-unit id="6510868134640657079" datatype="html">
3721 <source>Manual blocks</source> 3717 <source>Manual blocks</source>
3722 <target state="translated">Manuella blockeringar</target> 3718 <target state="translated">Manuella blockeringar</target>
3723 <context-group purpose="location"> 3719
3724 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3720 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3725 <context context-type="linenumber">35</context>
3726 </context-group>
3727 </trans-unit>
3728 <trans-unit id="2143435845912984377" datatype="html"> 3721 <trans-unit id="2143435845912984377" datatype="html">
3729 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3722 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3730 <target state="translated">Visar blockerad video <x id="INTERPOLATION"/> till <x id="INTERPOLATION_1"/> av <x id="INTERPOLATION_2"/></target> 3723 <target state="translated">Visar blockerad video <x id="INTERPOLATION"/> till <x id="INTERPOLATION_1"/> av <x id="INTERPOLATION_2"/></target>
@@ -3871,11 +3864,11 @@ The link will expire within 1 hour.</source>
3871 <trans-unit id="2381859602529023966"> 3864 <trans-unit id="2381859602529023966">
3872 <source>Instance</source> 3865 <source>Instance</source>
3873 <target>Instans</target> 3866 <target>Instans</target>
3874 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3867
3875 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 3868
3876 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3869
3877 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3870
3878 </trans-unit> 3871 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3879 <trans-unit id="1300704815627663264"> 3872 <trans-unit id="1300704815627663264">
3880 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3873 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3881 <target>Ignorerad på <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3874 <target>Ignorerad på <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3913,8 +3906,8 @@ The link will expire within 1 hour.</source>
3913 <trans-unit id="4917252294930256268" datatype="html"> 3906 <trans-unit id="4917252294930256268" datatype="html">
3914 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3907 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3915 <target state="translated">Det verkar som att din server inte använder HTTPS. Webbserver måste ha TLS aktiverat för att följa andra servrar.</target> 3908 <target state="translated">Det verkar som att din server inte använder HTTPS. Webbserver måste ha TLS aktiverat för att följa andra servrar.</target>
3916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 3909
3917 </trans-unit> 3910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3918 <trans-unit id="4058814854824495833" datatype="html"> 3911 <trans-unit id="4058814854824495833" datatype="html">
3919 <source>Mute domains</source> 3912 <source>Mute domains</source>
3920 <target state="translated">Ignorera instanser</target> 3913 <target state="translated">Ignorera instanser</target>
@@ -3981,14 +3974,14 @@ The link will expire within 1 hour.</source>
3981 <trans-unit id="4580988005648117665"> 3974 <trans-unit id="4580988005648117665">
3982 <source>Search</source> 3975 <source>Search</source>
3983 <target>Sök</target> 3976 <target>Sök</target>
3984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group> 3977
3985 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 3978
3986 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group> 3979
3987 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group> 3980
3988 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group> 3981
3989 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group> 3982
3990 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group> 3983
3991 </trans-unit> 3984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3992 <trans-unit id="8630916846096019339" datatype="html"> 3985 <trans-unit id="8630916846096019339" datatype="html">
3993 <source>Users can resolve distant content</source> 3986 <source>Users can resolve distant content</source>
3994 <target state="translated">Användare kan hämta fjärrinnehåll</target> 3987 <target state="translated">Användare kan hämta fjärrinnehåll</target>
@@ -5868,11 +5861,8 @@ color: red;
5868 <trans-unit id="5512878593724620692" datatype="html"> 5861 <trans-unit id="5512878593724620692" datatype="html">
5869 <source>CHANNELS</source> 5862 <source>CHANNELS</source>
5870 <target state="translated">KANALER</target> 5863 <target state="translated">KANALER</target>
5871 <context-group purpose="location"> 5864
5872 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5865 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5873 <context context-type="linenumber">82</context>
5874 </context-group>
5875 </trans-unit>
5876 <trans-unit id="3666829335406793239"> 5866 <trans-unit id="3666829335406793239">
5877 <source>This account does not have channels.</source> 5867 <source>This account does not have channels.</source>
5878 <target>Det här kontot har inga kanaler.</target> 5868 <target>Det här kontot har inga kanaler.</target>
@@ -5911,6 +5901,12 @@ It will delete <x id="PH_1" equiv-text="videoChannel.videosCount"/> videos uploa
5911channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</source> 5901channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</source>
5912 <target state="translated">Vill du verkligen radera <x id="PH" equiv-text="videoChannel.displayName"/>? Det kommer att radera <x id="PH_1" equiv-text="videoChannel.videosCount"/> videor uppladdade till kanalen, och du kan inte skapa en kanal med samma namn (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target> 5902 <target state="translated">Vill du verkligen radera <x id="PH" equiv-text="videoChannel.displayName"/>? Det kommer att radera <x id="PH_1" equiv-text="videoChannel.videosCount"/> videor uppladdade till kanalen, och du kan inte skapa en kanal med samma namn (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target>
5913 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 5903 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
5904 </trans-unit><trans-unit id="4433306639366959484" datatype="html">
5905 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5906 <context-group purpose="location">
5907 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5908 <context context-type="linenumber">48</context>
5909 </context-group>
5914 </trans-unit> 5910 </trans-unit>
5915 <trans-unit id="5387007581996837469" datatype="html"> 5911 <trans-unit id="5387007581996837469" datatype="html">
5916 <source>My Channels</source> 5912 <source>My Channels</source>
@@ -6430,13 +6426,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6430 <trans-unit id="6979021199788941693"> 6426 <trans-unit id="6979021199788941693">
6431 <source>Your message has been sent.</source> 6427 <source>Your message has been sent.</source>
6432 <target>Ditt meddelande har skickats.</target> 6428 <target>Ditt meddelande har skickats.</target>
6433 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group> 6429
6434 </trans-unit> 6430 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6435 <trans-unit id="2072135752262464360"> 6431 <trans-unit id="2072135752262464360">
6436 <source>You already sent this form recently</source> 6432 <source>You already sent this form recently</source>
6437 <target>Du har redan skickat detta formulär nyligen</target> 6433 <target>Du har redan skickat detta formulär nyligen</target>
6438 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group> 6434
6439 </trans-unit> 6435 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6440 <trans-unit id="819067926858619041" datatype="html"> 6436 <trans-unit id="819067926858619041" datatype="html">
6441 <source>Account videos</source> 6437 <source>Account videos</source>
6442 <target state="translated">Kontots videor</target> 6438 <target state="translated">Kontots videor</target>
@@ -6481,13 +6477,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6481 <target state="translated">Kontot har 6477 <target state="translated">Kontot har
6482 <x id="PH"/> direktföljare 6478 <x id="PH"/> direktföljare
6483 </target> 6479 </target>
6484 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6480
6485 </trans-unit> 6481 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6486 <trans-unit id="6250999352462648289" datatype="html"> 6482 <trans-unit id="6250999352462648289" datatype="html">
6487 <source>Report this account</source> 6483 <source>Report this account</source>
6488 <target state="translated">Anmäl det här kontot</target> 6484 <target state="translated">Anmäl det här kontot</target>
6489 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6485
6490 </trans-unit> 6486 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6491 <trans-unit id="1504521795586863905" datatype="html"> 6487 <trans-unit id="1504521795586863905" datatype="html">
6492 <source>VIDEOS</source> 6488 <source>VIDEOS</source>
6493 <target state="translated">VIDEOR</target> 6489 <target state="translated">VIDEOR</target>
@@ -6497,31 +6493,21 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6497 <trans-unit id="25349740244798533"> 6493 <trans-unit id="25349740244798533">
6498 <source>Username copied</source> 6494 <source>Username copied</source>
6499 <target>Användarnamn kopierat</target> 6495 <target>Användarnamn kopierat</target>
6500 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6496
6501 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6497
6502 </trans-unit> 6498 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6503 <trans-unit id="9221735175659318025" datatype="html"> 6499 <trans-unit id="9221735175659318025" datatype="html">
6504 <source>1 subscriber</source> 6500 <source>1 subscriber</source>
6505 <target state="translated">1 prenumerant</target> 6501 <target state="translated">1 prenumerant</target>
6506 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6502
6507 </trans-unit> 6503 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6508 <trans-unit id="4097331874769079975" datatype="html"> 6504 <trans-unit id="4097331874769079975" datatype="html">
6509 <source><x id="PH"/> subscribers</source> 6505 <source><x id="PH"/> subscribers</source>
6510 <target state="translated"><x id="PH"/> prenumeranter</target> 6506 <target state="translated"><x id="PH"/> prenumeranter</target>
6511 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6507
6512 </trans-unit> 6508 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6513 <trans-unit id="4682675125751819107" datatype="html"> 6509
6514 <source>Instances you follow</source> 6510
6515 <target state="translated">Instanser du följer</target>
6516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6518 </trans-unit>
6519 <trans-unit id="8899833753704589712" datatype="html">
6520 <source>Instances following you</source>
6521 <target state="translated">Instanser som följer dig</target>
6522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6524 </trans-unit>
6525 <trans-unit id="1035838766454786107" datatype="html"> 6511 <trans-unit id="1035838766454786107" datatype="html">
6526 <source>Audio-only</source> 6512 <source>Audio-only</source>
6527 <target state="translated">Endast ljud</target> 6513 <target state="translated">Endast ljud</target>
@@ -6571,6 +6557,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6571 <source>Auto (via ffmpeg)</source> 6557 <source>Auto (via ffmpeg)</source>
6572 <target>Automatiskt (via ffmpeg)</target> 6558 <target>Automatiskt (via ffmpeg)</target>
6573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6560 </trans-unit><trans-unit id="3642770981085338761" datatype="html">
6561 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6562 <context-group purpose="location">
6563 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6564 <context context-type="linenumber">3</context>
6565 </context-group>
6574 </trans-unit> 6566 </trans-unit>
6575 <trans-unit id="931255636742351800" datatype="html"> 6567 <trans-unit id="931255636742351800" datatype="html">
6576 <source>No limit</source> 6568 <source>No limit</source>
@@ -6719,18 +6711,34 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6719 <trans-unit id="2127446333083057097" datatype="html"> 6711 <trans-unit id="2127446333083057097" datatype="html">
6720 <source>Domain is required.</source> 6712 <source>Domain is required.</source>
6721 <target state="translated">Domän måste uppges.</target> 6713 <target state="translated">Domän måste uppges.</target>
6722 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6714
6723 </trans-unit> 6715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6724 <trans-unit id="6780793142903080663" datatype="html"> 6716 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6725 <source>Domains entered are invalid.</source> 6717 <context-group purpose="location">
6726 <target state="translated">Angivna domäner är ogiltiga.</target> 6718 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6719 <context context-type="linenumber">93</context>
6728 </trans-unit> 6720 </context-group>
6729 <trans-unit id="5886492514458202177" datatype="html"> 6721 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6730 <source>Domains entered contain duplicates.</source> 6722 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6731 <target state="translated">Domänerna innehåller dubbletter.</target> 6723 <context-group purpose="location">
6732 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6724 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6725 <context context-type="linenumber">94</context>
6726 </context-group>
6727 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6728 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6729 <context-group purpose="location">
6730 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6731 <context context-type="linenumber">102</context>
6732 </context-group>
6733 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6734 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6735 <context-group purpose="location">
6736 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6737 <context context-type="linenumber">103</context>
6738 </context-group>
6733 </trans-unit> 6739 </trans-unit>
6740
6741
6734 <trans-unit id="240806681889331244"> 6742 <trans-unit id="240806681889331244">
6735 <source>Unlimited</source> 6743 <source>Unlimited</source>
6736 <target>Obegränsat</target> 6744 <target>Obegränsat</target>
@@ -6890,24 +6898,50 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6890 <x id="PH"/> har tagits bort från listan över instansföljare 6898 <x id="PH"/> har tagits bort från listan över instansföljare
6891 </target> 6899 </target>
6892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6901 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
6902 <source>Follow</source><target state="new">Follow</target>
6903 <context-group purpose="location">
6904 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6905 <context context-type="linenumber">3</context>
6906 </context-group>
6907 <context-group purpose="location">
6908 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6909 <context context-type="linenumber">37</context>
6910 </context-group>
6911 <context-group purpose="location">
6912 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6913 <context context-type="linenumber">18</context>
6914 </context-group>
6915 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6916 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6917 <context-group purpose="location">
6918 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6919 <context context-type="linenumber">11</context>
6920 </context-group>
6893 </trans-unit> 6921 </trans-unit>
6894 <trans-unit id="2740793005745065895"> 6922 <trans-unit id="2740793005745065895">
6895 <source><x id="PH"/> is not valid </source> 6923 <source><x id="PH"/> is not valid </source>
6896 <target> 6924 <target>
6897 <x id="PH"/> är inte giltig 6925 <x id="PH"/> är inte giltig
6898 </target> 6926 </target>
6899 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6927
6900 </trans-unit> 6928 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6901 <trans-unit id="2355066641781598196"> 6929 <trans-unit id="2355066641781598196">
6902 <source>Follow request(s) sent!</source> 6930 <source>Follow request(s) sent!</source>
6903 <target>Följningsförfrågan / förfrågningar skickad!</target> 6931 <target>Följningsförfrågan / förfrågningar skickad!</target>
6904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6932
6933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6934 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6935 <context-group purpose="location">
6936 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6937 <context context-type="linenumber">3</context>
6938 </context-group>
6905 </trans-unit> 6939 </trans-unit>
6906 <trans-unit id="4245720728052819482"> 6940 <trans-unit id="4245720728052819482">
6907 <source>Do you really want to unfollow <x id="PH"/>?</source> 6941 <source>Do you really want to unfollow <x id="PH"/>?</source>
6908 <target>Vill du verkligen sluta följa <x id="PH"/>?</target> 6942 <target>Vill du verkligen sluta följa <x id="PH"/>?</target>
6909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6943
6910 </trans-unit> 6944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6911 <trans-unit id="9160510009013134726"> 6945 <trans-unit id="9160510009013134726">
6912 <source>Unfollow</source> 6946 <source>Unfollow</source>
6913 <target>Sluta följa</target> 6947 <target>Sluta följa</target>
@@ -6916,8 +6950,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6916 <trans-unit id="3935234189109112926"> 6950 <trans-unit id="3935234189109112926">
6917 <source>You are not following <x id="PH"/> anymore.</source> 6951 <source>You are not following <x id="PH"/> anymore.</source>
6918 <target>Du följer inte <x id="PH"/> längre.</target> 6952 <target>Du följer inte <x id="PH"/> längre.</target>
6919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6953
6920 </trans-unit> 6954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6921 <trans-unit id="2593763089859685916"> 6955 <trans-unit id="2593763089859685916">
6922 <source>enabled</source> 6956 <source>enabled</source>
6923 <target>aktiverad</target> 6957 <target>aktiverad</target>
@@ -7024,121 +7058,121 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7024 <trans-unit id="6473213678768782133" datatype="html"> 7058 <trans-unit id="6473213678768782133" datatype="html">
7025 <source>Internal actions</source> 7059 <source>Internal actions</source>
7026 <target state="translated">Interna åtgärder</target> 7060 <target state="translated">Interna åtgärder</target>
7027 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7061
7028 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7062
7029 </trans-unit> 7063 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7030 <trans-unit id="4559872264406386913" datatype="html"> 7064 <trans-unit id="4559872264406386913" datatype="html">
7031 <source>Delete report</source> 7065 <source>Delete report</source>
7032 <target state="translated">Radera anmälan</target> 7066 <target state="translated">Radera anmälan</target>
7033 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7067
7034 </trans-unit> 7068 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7035 <trans-unit id="5793550984155962433" datatype="html"> 7069 <trans-unit id="5793550984155962433" datatype="html">
7036 <source>Actions for the flagged account</source> 7070 <source>Actions for the flagged account</source>
7037 <target state="translated">Det markerade kontots handlingar</target> 7071 <target state="translated">Det markerade kontots handlingar</target>
7038 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7072
7039 </trans-unit> 7073 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7040 <trans-unit id="1679841953757186358"> 7074 <trans-unit id="1679841953757186358">
7041 <source>Mark as accepted</source> 7075 <source>Mark as accepted</source>
7042 <target>Markera som godkänd</target> 7076 <target>Markera som godkänd</target>
7043 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7077
7044 </trans-unit> 7078 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7045 <trans-unit id="7993358694073742566"> 7079 <trans-unit id="7993358694073742566">
7046 <source>Mark as rejected</source> 7080 <source>Mark as rejected</source>
7047 <target>Markera som nekad</target> 7081 <target>Markera som nekad</target>
7048 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7082
7049 </trans-unit> 7083 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7050 <trans-unit id="4175703770051343108" datatype="html"> 7084 <trans-unit id="4175703770051343108" datatype="html">
7051 <source>Add internal note</source> 7085 <source>Add internal note</source>
7052 <target state="translated">Lägg till en intern notering</target> 7086 <target state="translated">Lägg till en intern notering</target>
7053 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7087
7054 </trans-unit> 7088 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7055 <trans-unit id="296166371893775555" datatype="html"> 7089 <trans-unit id="296166371893775555" datatype="html">
7056 <source>Actions for the video</source> 7090 <source>Actions for the video</source>
7057 <target state="translated">Åtgärder för videon</target> 7091 <target state="translated">Åtgärder för videon</target>
7058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7092
7059 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7093
7060 </trans-unit> 7094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7061 <trans-unit id="3924877328520650445" datatype="html"> 7095 <trans-unit id="3924877328520650445" datatype="html">
7062 <source>Block video</source> 7096 <source>Block video</source>
7063 <target state="translated">Blockera video</target> 7097 <target state="translated">Blockera video</target>
7064 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7098
7065 </trans-unit> 7099 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7066 <trans-unit id="4762794934098378428" datatype="html"> 7100 <trans-unit id="4762794934098378428" datatype="html">
7067 <source>Video blocked.</source> 7101 <source>Video blocked.</source>
7068 <target state="translated">Video blockerad.</target> 7102 <target state="translated">Video blockerad.</target>
7069 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7103
7070 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7104
7071 </trans-unit> 7105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7072 <trans-unit id="4328862996304258770" datatype="html"> 7106 <trans-unit id="4328862996304258770" datatype="html">
7073 <source>Unblock video</source> 7107 <source>Unblock video</source>
7074 <target state="translated">Häv videons blockering</target> 7108 <target state="translated">Häv videons blockering</target>
7075 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7109
7076 </trans-unit> 7110 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7077 <trans-unit id="9065327551191479877" datatype="html"> 7111 <trans-unit id="9065327551191479877" datatype="html">
7078 <source>Video unblocked.</source> 7112 <source>Video unblocked.</source>
7079 <target state="translated">Blockering hävd.</target> 7113 <target state="translated">Blockering hävd.</target>
7080 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7114
7081 </trans-unit> 7115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7082 <trans-unit id="1250415136605923486"> 7116 <trans-unit id="1250415136605923486">
7083 <source>Do you really want to delete this abuse report?</source> 7117 <source>Do you really want to delete this abuse report?</source>
7084 <target>Vill du verkligen radera den här missbruksanmälan?</target> 7118 <target>Vill du verkligen radera den här missbruksanmälan?</target>
7085 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7119
7086 </trans-unit> 7120 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7087 <trans-unit id="3482559157143817408"> 7121 <trans-unit id="3482559157143817408">
7088 <source>Abuse deleted.</source> 7122 <source>Abuse deleted.</source>
7089 <target>Missbruksanmälan raderad.</target> 7123 <target>Missbruksanmälan raderad.</target>
7090 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7124
7091 </trans-unit> 7125 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7092 <trans-unit id="6282990098351939529" datatype="html"> 7126 <trans-unit id="6282990098351939529" datatype="html">
7093 <source>Deleted comment</source> 7127 <source>Deleted comment</source>
7094 <target state="translated">Raderad kommentar</target> 7128 <target state="translated">Raderad kommentar</target>
7095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7129
7096 </trans-unit> 7130 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7097 <trans-unit id="9196775343330824083" datatype="html"> 7131 <trans-unit id="9196775343330824083" datatype="html">
7098 <source>Messages with reporter</source> 7132 <source>Messages with reporter</source>
7099 <target state="translated">Korrespondens med anmälaren</target> 7133 <target state="translated">Korrespondens med anmälaren</target>
7100 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7134
7101 </trans-unit> 7135 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7102 <trans-unit id="8770468575924421391" datatype="html"> 7136 <trans-unit id="8770468575924421391" datatype="html">
7103 <source>Messages with moderators</source> 7137 <source>Messages with moderators</source>
7104 <target state="translated">Korrespondens med moderatorer</target> 7138 <target state="translated">Korrespondens med moderatorer</target>
7105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7139
7106 </trans-unit> 7140 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7107 <trans-unit id="8528549800795985099" datatype="html"> 7141 <trans-unit id="8528549800795985099" datatype="html">
7108 <source>Update internal note</source> 7142 <source>Update internal note</source>
7109 <target state="translated">Uppdatera intern notering</target> 7143 <target state="translated">Uppdatera intern notering</target>
7110 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7144
7111 </trans-unit> 7145 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7112 <trans-unit id="3962242315365992494" datatype="html"> 7146 <trans-unit id="3962242315365992494" datatype="html">
7113 <source>Switch video block to manual</source> 7147 <source>Switch video block to manual</source>
7114 <target state="translated">Byt till manuell blockering</target> 7148 <target state="translated">Byt till manuell blockering</target>
7115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7149
7116 </trans-unit> 7150 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7117 <trans-unit id="6906423861055262169" datatype="html"> 7151 <trans-unit id="6906423861055262169" datatype="html">
7118 <source>Video <x id="PH"/> switched to manual block.</source> 7152 <source>Video <x id="PH"/> switched to manual block.</source>
7119 <target state="translated">Videon <x id="PH"/> är nu manuellt blockerad.</target> 7153 <target state="translated">Videon <x id="PH"/> är nu manuellt blockerad.</target>
7120 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7154
7121 </trans-unit> 7155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7122 <trans-unit id="7293356040886494773" datatype="html"> 7156 <trans-unit id="7293356040886494773" datatype="html">
7123 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7157 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7124 <target state="translated">Vill du verkligen häva den här videons blockering? Detta kommer göra den synlig igen i videokatalogen.</target> 7158 <target state="translated">Vill du verkligen häva den här videons blockering? Detta kommer göra den synlig igen i videokatalogen.</target>
7125 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group> 7159
7126 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group> 7160
7127 </trans-unit> 7161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7128 <trans-unit id="4859202148272511129" datatype="html"> 7162 <trans-unit id="4859202148272511129" datatype="html">
7129 <source>Unblock</source> 7163 <source>Unblock</source>
7130 <target state="translated">Häv blockering</target> 7164 <target state="translated">Häv blockering</target>
7131 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group> 7165
7132 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group> 7166
7133 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group> 7167
7134 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group> 7168
7135 </trans-unit> 7169 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7136 <trans-unit id="4922469417589203720" datatype="html"> 7170 <trans-unit id="4922469417589203720" datatype="html">
7137 <source>Video <x id="PH"/> unblocked.</source> 7171 <source>Video <x id="PH"/> unblocked.</source>
7138 <target state="translated">Videon <x id="PH"/> är inte längre blockerad.</target> 7172 <target state="translated">Videon <x id="PH"/> är inte längre blockerad.</target>
7139 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group> 7173
7140 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group> 7174
7141 </trans-unit> 7175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7142 <trans-unit id="6286037250766429054"> 7176 <trans-unit id="6286037250766429054">
7143 <source>yes</source> 7177 <source>yes</source>
7144 <target>ja</target> 7178 <target>ja</target>
@@ -7389,9 +7423,9 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7389 <trans-unit id="1519954996184640001"> 7423 <trans-unit id="1519954996184640001">
7390 <source>Error</source> 7424 <source>Error</source>
7391 <target>Fel</target> 7425 <target>Fel</target>
7392 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7426
7393 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7427
7394 </trans-unit> 7428 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7395 <trans-unit id="5076187961693950167" datatype="html"> 7429 <trans-unit id="5076187961693950167" datatype="html">
7396 <source>Standard logs</source> 7430 <source>Standard logs</source>
7397 <target state="translated">Standardloggar</target> 7431 <target state="translated">Standardloggar</target>
@@ -7432,16 +7466,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7432 <target>Uppdatera användarens lösenord</target> 7466 <target>Uppdatera användarens lösenord</target>
7433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7434 </trans-unit> 7468 </trans-unit>
7435 <trans-unit id="177544274549739411" datatype="html"> 7469
7436 <source>Following list</source> 7470
7437 <target state="translated">Lista över följda instanser</target>
7438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7439 </trans-unit>
7440 <trans-unit id="8092429110007204784" datatype="html">
7441 <source>Followers list</source>
7442 <target state="translated">Lista över följare</target>
7443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7444 </trans-unit>
7445 <trans-unit id="780323526182667308" datatype="html"> 7471 <trans-unit id="780323526182667308" datatype="html">
7446 <source>User <x id="PH"/> updated.</source> 7472 <source>User <x id="PH"/> updated.</source>
7447 <target state="translated">Användaren <x id="PH"/> uppdaterad.</target> 7473 <target state="translated">Användaren <x id="PH"/> uppdaterad.</target>
@@ -7477,16 +7503,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7477 <target state="translated">Federation</target> 7503 <target state="translated">Federation</target>
7478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7479 </trans-unit> 7505 </trans-unit>
7480 <trans-unit id="4682675125751819107" datatype="html"> 7506
7481 <source>Instances you follow</source> 7507
7482 <target state="translated">Instanser du följer</target>
7483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7484 </trans-unit>
7485 <trans-unit id="8899833753704589712" datatype="html">
7486 <source>Instances following you</source>
7487 <target state="translated">Instanser som följer dig</target>
7488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7489 </trans-unit>
7490 <trans-unit id="3767259920053407667" datatype="html"> 7508 <trans-unit id="3767259920053407667" datatype="html">
7491 <source>Videos will be deleted, comments will be tombstoned.</source> 7509 <source>Videos will be deleted, comments will be tombstoned.</source>
7492 <target state="translated">Videorna kommer raderas och kommentarerna arkiverade.</target> 7510 <target state="translated">Videorna kommer raderas och kommentarerna arkiverade.</target>
@@ -7517,6 +7535,24 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7517 <target>Markera e-post som verifierad</target> 7535 <target>Markera e-post som verifierad</target>
7518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group> 7536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7519 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group> 7537 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7538 </trans-unit><trans-unit id="4207916966377787111" datatype="html">
7539 <source>Created</source><target state="new">Created</target>
7540 <context-group purpose="location">
7541 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7542 <context context-type="linenumber">115</context>
7543 </context-group>
7544 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7545 <source>Daily quota</source><target state="new">Daily quota</target>
7546 <context-group purpose="location">
7547 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7548 <context context-type="linenumber">120</context>
7549 </context-group>
7550 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7551 <source>Last login</source><target state="new">Last login</target>
7552 <context-group purpose="location">
7553 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7554 <context context-type="linenumber">122</context>
7555 </context-group>
7520 </trans-unit> 7556 </trans-unit>
7521 <trans-unit id="3403978719736970622"> 7557 <trans-unit id="3403978719736970622">
7522 <source>You cannot ban root.</source> 7558 <source>You cannot ban root.</source>
@@ -7821,13 +7857,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7821 <trans-unit id="1137937154872046253"> 7857 <trans-unit id="1137937154872046253">
7822 <source>Video channel <x id="PH"/> created.</source> 7858 <source>Video channel <x id="PH"/> created.</source>
7823 <target>Kanalen <x id="PH"/> har skapats.</target> 7859 <target>Kanalen <x id="PH"/> har skapats.</target>
7824 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 7860
7825 </trans-unit> 7861 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7826 <trans-unit id="8723777130353305761"> 7862 <trans-unit id="8723777130353305761">
7827 <source>This name already exists on this instance.</source> 7863 <source>This name already exists on this instance.</source>
7828 <target>Namnet finns redan på den här instansen.</target> 7864 <target>Namnet finns redan på den här instansen.</target>
7829 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 7865
7830 </trans-unit> 7866 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7831 <trans-unit id="7589345916094713536"> 7867 <trans-unit id="7589345916094713536">
7832 <source>Video channel <x id="PH"/> updated.</source> 7868 <source>Video channel <x id="PH"/> updated.</source>
7833 <target>Kanalen <x id="PH"/> har uppdaterats.</target> 7869 <target>Kanalen <x id="PH"/> har uppdaterats.</target>
@@ -7848,11 +7884,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7848 <target state="translated">Baneret har raderats.</target> 7884 <target state="translated">Baneret har raderats.</target>
7849 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group> 7885 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
7850 </trans-unit> 7886 </trans-unit>
7851 <trans-unit id="2575302837003821736"> 7887
7852 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7853 <target>Uppge kanalens visningsnamn (<x id="PH"/>) för att bekräfta</target>
7854 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
7855 </trans-unit>
7856 <trans-unit id="624066830180032195"> 7888 <trans-unit id="624066830180032195">
7857 <source>Video channel <x id="PH"/> deleted.</source> 7889 <source>Video channel <x id="PH"/> deleted.</source>
7858 <target>Kanalen <x id="PH"/> har raderats.</target> 7890 <target>Kanalen <x id="PH"/> har raderats.</target>
@@ -8004,6 +8036,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8004 <source>Ownership change request sent.</source> 8036 <source>Ownership change request sent.</source>
8005 <target>Förfrågan om byte av ägarskap har skickats.</target> 8037 <target>Förfrågan om byte av ägarskap har skickats.</target>
8006 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8038 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8039 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
8040 <source>Sort by</source><target state="new">Sort by</target>
8041 <context-group purpose="location">
8042 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8043 <context context-type="linenumber">26</context>
8044 </context-group>
8007 </trans-unit> 8045 </trans-unit>
8008 <trans-unit id="3245220240937722814"> 8046 <trans-unit id="3245220240937722814">
8009 <source>My channels</source> 8047 <source>My channels</source>
@@ -8064,13 +8102,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8064 <trans-unit id="6489275254908395777" datatype="html"> 8102 <trans-unit id="6489275254908395777" datatype="html">
8065 <source>Maximize editor</source> 8103 <source>Maximize editor</source>
8066 <target state="translated">Maximera redigerare</target> 8104 <target state="translated">Maximera redigerare</target>
8067 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8105
8068 </trans-unit> 8106 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8069 <trans-unit id="4243591013849340688" datatype="html"> 8107 <trans-unit id="4243591013849340688" datatype="html">
8070 <source>Exit maximized editor</source> 8108 <source>Exit maximized editor</source>
8071 <target state="translated">Avsluta maximerad redigerare</target> 8109 <target state="translated">Avsluta maximerad redigerare</target>
8072 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8110
8073 </trans-unit> 8111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8074 <trans-unit id="6537885755702623401"> 8112 <trans-unit id="6537885755702623401">
8075 <source>Now please check your emails to verify your account and complete signup.</source> 8113 <source>Now please check your emails to verify your account and complete signup.</source>
8076 <target>Kolla din e-post för att verifiera ditt konto och slutföra skapandet av ditt konto.</target> 8114 <target>Kolla din e-post för att verifiera ditt konto och slutföra skapandet av ditt konto.</target>
@@ -8102,7 +8140,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8102 <target>Prenumerera på kontot</target> 8140 <target>Prenumerera på kontot</target>
8103 8141
8104 8142
8105 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8143 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8106 <trans-unit id="3131904093925601441" datatype="html"> 8144 <trans-unit id="3131904093925601441" datatype="html">
8107 <source>PLAYLISTS</source> 8145 <source>PLAYLISTS</source>
8108 <target state="translated">SPELLISTOR</target> 8146 <target state="translated">SPELLISTOR</target>
@@ -8149,34 +8187,34 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8149 <trans-unit id="3779524668013120370"> 8187 <trans-unit id="3779524668013120370">
8150 <source>Go to my subscriptions</source> 8188 <source>Go to my subscriptions</source>
8151 <target>Gå till mina prenumerationer</target> 8189 <target>Gå till mina prenumerationer</target>
8152 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8190
8153 </trans-unit> 8191 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
8154 <trans-unit id="1136469849928650779"> 8192 <trans-unit id="1136469849928650779">
8155 <source>Go to my videos</source> 8193 <source>Go to my videos</source>
8156 <target>Gå till mina videor</target> 8194 <target>Gå till mina videor</target>
8157 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8195
8158 </trans-unit> 8196 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
8159 <trans-unit id="7836683738999600376"> 8197 <trans-unit id="7836683738999600376">
8160 <source>Go to my imports</source> 8198 <source>Go to my imports</source>
8161 <target>Gå till mina importeringar</target> 8199 <target>Gå till mina importeringar</target>
8162 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8200
8163 </trans-unit> 8201 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
8164 <trans-unit id="7511292153332773503"> 8202 <trans-unit id="7511292153332773503">
8165 <source>Go to my channels</source> 8203 <source>Go to my channels</source>
8166 <target>Gå till mina kanaler</target> 8204 <target>Gå till mina kanaler</target>
8167 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8205
8168 </trans-unit> 8206 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
8169 <trans-unit id="2013324644839511073" datatype="html"> 8207 <trans-unit id="2013324644839511073" datatype="html">
8170 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8208 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8171Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8209Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8172 <target state="translated">Kan inte hämta OAuth Client-uppgifter: <x id="PH" equiv-text="error.text"/>. Försäkra dig om att du har konfigurerat PeerTube korrekt (i config-katalogen), speciellt ”webserver”-sektionen.</target> 8210 <target state="translated">Kan inte hämta OAuth Client-uppgifter: <x id="PH" equiv-text="error.text"/>. Försäkra dig om att du har konfigurerat PeerTube korrekt (i config-katalogen), speciellt ”webserver”-sektionen.</target>
8173 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8211
8174 </trans-unit> 8212 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
8175 <trans-unit id="375263728166936544"> 8213 <trans-unit id="375263728166936544">
8176 <source>You need to reconnect.</source> 8214 <source>You need to reconnect.</source>
8177 <target>Du måste återansluta.</target> 8215 <target>Du måste återansluta.</target>
8178 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8216
8179 </trans-unit> 8217 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
8180 <trans-unit id="2206638022166154361"> 8218 <trans-unit id="2206638022166154361">
8181 <source>Keyboard Shortcuts:</source> 8219 <source>Keyboard Shortcuts:</source>
8182 <target>Kortkommandon:</target> 8220 <target>Kortkommandon:</target>
@@ -8189,6 +8227,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8189 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8227 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8190 <context context-type="linenumber">98</context> 8228 <context context-type="linenumber">98</context>
8191 </context-group> 8229 </context-group>
8230 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8231 <source>In my library</source><target state="new">In my library</target>
8232 <context-group purpose="location">
8233 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8234 <context context-type="linenumber">104</context>
8235 </context-group>
8192 </trans-unit> 8236 </trans-unit>
8193 <trans-unit id="232050922346936574" datatype="html"> 8237 <trans-unit id="232050922346936574" datatype="html">
8194 <source>Trending</source> 8238 <source>Trending</source>
@@ -8217,38 +8261,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8217 <trans-unit id="1266887509445371246"> 8261 <trans-unit id="1266887509445371246">
8218 <source>Incorrect username or password.</source> 8262 <source>Incorrect username or password.</source>
8219 <target>Felaktigt användarnamn eller lösenord.</target> 8263 <target>Felaktigt användarnamn eller lösenord.</target>
8220 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8264
8221 </trans-unit> 8265 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8222 <trans-unit id="6974874606619467663" datatype="html"> 8266 <trans-unit id="6974874606619467663" datatype="html">
8223 <source>Your account is blocked.</source> 8267 <source>Your account is blocked.</source>
8224 <target state="translated">Ditt konto har blockerats.</target> 8268 <target state="translated">Ditt konto har blockerats.</target>
8225 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8269
8226 </trans-unit> 8270 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8227 <trans-unit id="7939914198003891823" datatype="html"> 8271 <trans-unit id="7939914198003891823" datatype="html">
8228 <source>any language</source> 8272 <source>any language</source>
8229 <target state="translated">vilket språk som helst</target> 8273 <target state="translated">vilket språk som helst</target>
8230 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group> 8274
8231 </trans-unit> 8275 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8232 <trans-unit id="5633144232269377096" datatype="html"> 8276 <trans-unit id="5633144232269377096" datatype="html">
8233 <source>hide</source> 8277 <source>hide</source>
8234 <target state="translated">dölj</target> 8278 <target state="translated">dölj</target>
8235 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group> 8279
8236 </trans-unit> 8280 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8237 <trans-unit id="8603861867909474404" datatype="html"> 8281 <trans-unit id="8603861867909474404" datatype="html">
8238 <source>blur</source> 8282 <source>blur</source>
8239 <target state="translated">gör suddig</target> 8283 <target state="translated">gör suddig</target>
8240 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group> 8284
8241 </trans-unit> 8285 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8242 <trans-unit id="4534458451100881847" datatype="html"> 8286 <trans-unit id="4534458451100881847" datatype="html">
8243 <source>display</source> 8287 <source>display</source>
8244 <target state="translated">visa</target> 8288 <target state="translated">visa</target>
8245 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group> 8289
8246 </trans-unit> 8290 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8247 <trans-unit id="4467323362722952678" datatype="html"> 8291 <trans-unit id="4467323362722952678" datatype="html">
8248 <source>Unknown</source> 8292 <source>Unknown</source>
8249 <target state="translated">Okänd</target> 8293 <target state="translated">Okänd</target>
8250 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group> 8294
8251 </trans-unit> 8295 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8252 <trans-unit id="8781423666414310853"> 8296 <trans-unit id="8781423666414310853">
8253 <source>Your password has been successfully reset!</source> 8297 <source>Your password has been successfully reset!</source>
8254 <target>Ditt lösenord har återställts!</target> 8298 <target>Ditt lösenord har återställts!</target>
@@ -8361,12 +8405,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8361 <trans-unit id="3208627574396957172" datatype="html"> 8405 <trans-unit id="3208627574396957172" datatype="html">
8362 <source>Search index is unavailable. Retrying with instance results instead.</source> 8406 <source>Search index is unavailable. Retrying with instance results instead.</source>
8363 <target state="translated">Sökregistret kan inte nås. Försöker igen med resultat från den här instansen istället.</target> 8407 <target state="translated">Sökregistret kan inte nås. Försöker igen med resultat från den här instansen istället.</target>
8364 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group> 8408
8365 </trans-unit> 8409 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8366 <trans-unit id="307702206382241469" datatype="html"> 8410 <trans-unit id="307702206382241469" datatype="html">
8367 <source>Search error</source> 8411 <source>Search error</source>
8368 <target state="translated">Sökfel</target> 8412 <target state="translated">Sökfel</target>
8369 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group> 8413
8414 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8415 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8416 <context-group purpose="location">
8417 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8418 <context context-type="linenumber">329</context>
8419 </context-group>
8370 </trans-unit> 8420 </trans-unit>
8371 <trans-unit id="4580988005648117665" datatype="html"> 8421 <trans-unit id="4580988005648117665" datatype="html">
8372 <source>Search</source> 8422 <source>Search</source>
@@ -9582,19 +9632,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9582 <trans-unit id="2558977494773636050"> 9632 <trans-unit id="2558977494773636050">
9583 <source>Account <x id="PH"/> muted by the instance.</source> 9633 <source>Account <x id="PH"/> muted by the instance.</source>
9584 <target>Kontot <x id="PH"/> ignoreras av instansen.</target> 9634 <target>Kontot <x id="PH"/> ignoreras av instansen.</target>
9585 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group> 9635
9586 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group> 9636
9587 </trans-unit> 9637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9588 <trans-unit id="1595779426198793580" datatype="html"> 9638 <trans-unit id="1595779426198793580" datatype="html">
9589 <source>Mute server</source> 9639 <source>Mute server</source>
9590 <target state="translated">Ignorera server</target> 9640 <target state="translated">Ignorera server</target>
9591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 9641
9592 </trans-unit> 9642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9593 <trans-unit id="8014491157078444256" datatype="html"> 9643 <trans-unit id="8014491157078444256" datatype="html">
9594 <source>Server <x id="PH"/> muted by the instance.</source> 9644 <source>Server <x id="PH"/> muted by the instance.</source>
9595 <target state="translated">Servern <x id="PH"/> ignoreras av instansen.</target> 9645 <target state="translated">Servern <x id="PH"/> ignoreras av instansen.</target>
9596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 9646
9597 </trans-unit> 9647 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9598 <trans-unit id="2044813052587776285" datatype="html"> 9648 <trans-unit id="2044813052587776285" datatype="html">
9599 <source>Add a message to communicate with the reporter</source> 9649 <source>Add a message to communicate with the reporter</source>
9600 <target state="translated">Lägg till ett meddelande att skicka till anmälaren</target> 9650 <target state="translated">Lägg till ett meddelande att skicka till anmälaren</target>
@@ -9834,18 +9884,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9834 <trans-unit id="968295009933361070"> 9884 <trans-unit id="968295009933361070">
9835 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 9885 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
9836 <target>För många försök, vänligen försök igen om <x id="PH"/> minuter.</target> 9886 <target>För många försök, vänligen försök igen om <x id="PH"/> minuter.</target>
9837 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9887
9838 </trans-unit> 9888 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9839 <trans-unit id="4965472196059235310"> 9889 <trans-unit id="4965472196059235310">
9840 <source>Too many attempts, please try again later.</source> 9890 <source>Too many attempts, please try again later.</source>
9841 <target>För många försök, vänligen försök igen senare.</target> 9891 <target>För många försök, vänligen försök igen senare.</target>
9842 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9892
9843 </trans-unit> 9893 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9844 <trans-unit id="1693549688987384699"> 9894 <trans-unit id="1693549688987384699">
9845 <source>Server error. Please retry later.</source> 9895 <source>Server error. Please retry later.</source>
9846 <target>Serverfel, försök gärna igen om en stund.</target> 9896 <target>Serverfel, försök gärna igen om en stund.</target>
9847 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9897
9848 </trans-unit> 9898 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9849 <trans-unit id="5927402622550505067" datatype="html"> 9899 <trans-unit id="5927402622550505067" datatype="html">
9850 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9900 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9851 <target state="translated">Prenumererar på samtliga kanaler tillhörande <x id="PH"/>. Du kommer underrättas om alla nya videor.</target> 9901 <target state="translated">Prenumererar på samtliga kanaler tillhörande <x id="PH"/>. Du kommer underrättas om alla nya videor.</target>
@@ -9954,29 +10004,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9954 <trans-unit id="2909684945706361544" datatype="html"> 10004 <trans-unit id="2909684945706361544" datatype="html">
9955 <source>Delete video</source> 10005 <source>Delete video</source>
9956 <target state="translated">Radera video</target> 10006 <target state="translated">Radera video</target>
9957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 10007
9958 </trans-unit> 10008 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9959 <trans-unit id="2210418817778733727" datatype="html"> 10009 <trans-unit id="2210418817778733727" datatype="html">
9960 <source>Actions for the comment</source> 10010 <source>Actions for the comment</source>
9961 <target state="translated">Åtgärder för kommentaren</target> 10011 <target state="translated">Åtgärder för kommentaren</target>
9962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 10012
9963 </trans-unit> 10013 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9964 <trans-unit id="7978668497183230348" datatype="html"> 10014 <trans-unit id="7978668497183230348" datatype="html">
9965 <source>Delete comment</source> 10015 <source>Delete comment</source>
9966 <target state="translated">Radera kommentar</target> 10016 <target state="translated">Radera kommentar</target>
9967 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 10017
9968 </trans-unit> 10018 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9969 <trans-unit id="6747218355168080191" datatype="html"> 10019 <trans-unit id="6747218355168080191" datatype="html">
9970 <source>Do you really want to delete this comment?</source> 10020 <source>Do you really want to delete this comment?</source>
9971 <target state="translated">Vill du verkligen radera den här kommentaren?</target> 10021 <target state="translated">Vill du verkligen radera den här kommentaren?</target>
9972 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group> 10022
9973 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group> 10023
9974 </trans-unit> 10024 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9975 <trans-unit id="7837272126865175984" datatype="html"> 10025 <trans-unit id="7837272126865175984" datatype="html">
9976 <source>Comment deleted.</source> 10026 <source>Comment deleted.</source>
9977 <target state="translated">Kommentaren har raderats.</target> 10027 <target state="translated">Kommentaren har raderats.</target>
9978 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 10028
9979 </trans-unit> 10029 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9980 <trans-unit id="346270517625845962" datatype="html"> 10030 <trans-unit id="346270517625845962" datatype="html">
9981 <source>Encoder</source> 10031 <source>Encoder</source>
9982 <target state="translated">Kodek</target> 10032 <target state="translated">Kodek</target>
@@ -10018,31 +10068,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10018 <trans-unit id="1472171759957681533"> 10068 <trans-unit id="1472171759957681533">
10019 <source>Video reported.</source> 10069 <source>Video reported.</source>
10020 <target>Videon har rapporterats.</target> 10070 <target>Videon har rapporterats.</target>
10021 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10071
10022 </trans-unit> 10072 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10023 <trans-unit id="3622946684246476652"> 10073 <trans-unit id="3622946684246476652">
10024 <source>Do you really want to delete this video?</source> 10074 <source>Do you really want to delete this video?</source>
10025 <target>Vill du verkligen radera den här videon?</target> 10075 <target>Vill du verkligen radera den här videon?</target>
10026 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10076
10027 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10077
10028 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10078
10029 </trans-unit> 10079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10030 <trans-unit id="3941342949736653028" datatype="html"> 10080 <trans-unit id="3941342949736653028" datatype="html">
10031 <source>Video deleted.</source> 10081 <source>Video deleted.</source>
10032 <target state="translated">Video raderad.</target> 10082 <target state="translated">Video raderad.</target>
10033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10083
10034 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10084
10035 </trans-unit> 10085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10036 <trans-unit id="5072091387445907742" datatype="html"> 10086 <trans-unit id="5072091387445907742" datatype="html">
10037 <source>Actions for the reporter</source> 10087 <source>Actions for the reporter</source>
10038 <target state="translated">Åtgärder för anmälaren</target> 10088 <target state="translated">Åtgärder för anmälaren</target>
10039 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10089
10040 </trans-unit> 10090 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10041 <trans-unit id="6599069899275412095" datatype="html"> 10091 <trans-unit id="6599069899275412095" datatype="html">
10042 <source>Mute reporter</source> 10092 <source>Mute reporter</source>
10043 <target state="translated">Ignorera anmälare</target> 10093 <target state="translated">Ignorera anmälare</target>
10044 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10094
10045 </trans-unit> 10095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10046 <trans-unit id="2990849907502572301" datatype="html"> 10096 <trans-unit id="2990849907502572301" datatype="html">
10047 <source>This video will be duplicated by your instance.</source> 10097 <source>This video will be duplicated by your instance.</source>
10048 <target state="translated">Den här videon kommer dupliceras av din instans.</target> 10098 <target state="translated">Den här videon kommer dupliceras av din instans.</target>
@@ -10121,9 +10171,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10121 <trans-unit id="4903651219400691248" datatype="html"> 10171 <trans-unit id="4903651219400691248" datatype="html">
10122 <source>Mute account</source> 10172 <source>Mute account</source>
10123 <target state="translated">Ignorera konto</target> 10173 <target state="translated">Ignorera konto</target>
10124 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10174
10125 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10175
10126 </trans-unit> 10176 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10127 <trans-unit id="4021487547497211597" datatype="html"> 10177 <trans-unit id="4021487547497211597" datatype="html">
10128 <source>Open video actions</source> 10178 <source>Open video actions</source>
10129 <target state="translated">Öppna videomenyn</target> 10179 <target state="translated">Öppna videomenyn</target>
@@ -10139,8 +10189,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10139 <trans-unit id="3719503424625455635" datatype="html"> 10189 <trans-unit id="3719503424625455635" datatype="html">
10140 <source>Mute server account</source> 10190 <source>Mute server account</source>
10141 <target state="translated">Ignorera serverkonto</target> 10191 <target state="translated">Ignorera serverkonto</target>
10142 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10192
10143 </trans-unit> 10193 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10144 <trans-unit id="7008439939460403347"> 10194 <trans-unit id="7008439939460403347">
10145 <source>Report</source> 10195 <source>Report</source>
10146 <target>Rapportera</target> 10196 <target>Rapportera</target>
@@ -10237,33 +10287,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10237 <trans-unit id="2439066254855913806"> 10287 <trans-unit id="2439066254855913806">
10238 <source>Only I can see this video</source> 10288 <source>Only I can see this video</source>
10239 <target>Endast jag kan se den här videon</target> 10289 <target>Endast jag kan se den här videon</target>
10240 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10290
10241 </trans-unit> 10291 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10242 <trans-unit id="6767380569816110388" datatype="html"> 10292 <trans-unit id="6767380569816110388" datatype="html">
10243 <source>Only shareable via a private link</source> 10293 <source>Only shareable via a private link</source>
10244 <target state="translated">Går endast att dela med en privat länk</target> 10294 <target state="translated">Går endast att dela med en privat länk</target>
10245 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10295
10246 </trans-unit> 10296 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10247 <trans-unit id="6828965264297239528"> 10297 <trans-unit id="6828965264297239528">
10248 <source>Anyone can see this video</source> 10298 <source>Anyone can see this video</source>
10249 <target>Alla kan se den här videon</target> 10299 <target>Alla kan se den här videon</target>
10250 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10300
10251 </trans-unit> 10301 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10252 <trans-unit id="1425933035739773115" datatype="html"> 10302 <trans-unit id="1425933035739773115" datatype="html">
10253 <source>Only users of this instance can see this video</source> 10303 <source>Only users of this instance can see this video</source>
10254 <target state="translated">Den här videon kan endast ses av användare på den här instansen</target> 10304 <target state="translated">Den här videon kan endast ses av användare på den här instansen</target>
10255 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10305
10256 </trans-unit> 10306 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10257 <trans-unit id="8312101634344200207" datatype="html"> 10307 <trans-unit id="8312101634344200207" datatype="html">
10258 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10308 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10259 <target state="translated"><x id="PH" equiv-text="this.views"/> tittare</target> 10309 <target state="translated"><x id="PH" equiv-text="this.views"/> tittare</target>
10260 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group> 10310
10261 </trans-unit> 10311 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10262 <trans-unit id="7756087706411154095" datatype="html"> 10312 <trans-unit id="7756087706411154095" datatype="html">
10263 <source><x id="PH" equiv-text="this.views"/> views</source> 10313 <source><x id="PH" equiv-text="this.views"/> views</source>
10264 <target state="translated"><x id="PH" equiv-text="this.views"/> visningar</target> 10314 <target state="translated"><x id="PH" equiv-text="this.views"/> visningar</target>
10265 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group> 10315
10266 </trans-unit> 10316 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10267 <trans-unit id="ngb.alert.close" datatype="html"> 10317 <trans-unit id="ngb.alert.close" datatype="html">
10268 <source>Close</source> 10318 <source>Close</source>
10269 <target state="translated">Stäng</target> 10319 <target state="translated">Stäng</target>
@@ -10438,35 +10488,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10438 <trans-unit id="3284171506518522275"> 10488 <trans-unit id="3284171506518522275">
10439 <source>Your video was uploaded to your account and is private.</source> 10489 <source>Your video was uploaded to your account and is private.</source>
10440 <target>Din video har laddats upp till ditt konto och är privat.</target> 10490 <target>Din video har laddats upp till ditt konto och är privat.</target>
10441 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group> 10491
10442 </trans-unit> 10492 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10443 <trans-unit id="5699822024600815733"> 10493 <trans-unit id="5699822024600815733">
10444 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10494 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10445 <target>Men associerad data (taggar, beskrivning …) kommer försvinna, är du säker på att du vill lämna sidan?</target> 10495 <target>Men associerad data (taggar, beskrivning …) kommer försvinna, är du säker på att du vill lämna sidan?</target>
10446 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group> 10496
10447 </trans-unit> 10497 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10448 <trans-unit id="1219739004043110649"> 10498 <trans-unit id="1219739004043110649">
10449 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10499 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10450 <target>Din video har inte laddats upp än, vill du lämna sidan?</target> 10500 <target>Din video har inte laddats upp än, vill du lämna sidan?</target>
10451 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group> 10501
10452 </trans-unit> 10502 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10453 <trans-unit id="6932865105766151309" datatype="html"> 10503 <trans-unit id="6932865105766151309" datatype="html">
10454 <source>Upload</source> 10504 <source>Upload</source>
10455 <target state="translated">Ladda upp</target> 10505 <target state="translated">Ladda upp</target>
10456 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group> 10506
10457 </trans-unit> 10507 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10458 <trans-unit id="8278735427925094503"> 10508 <trans-unit id="8278735427925094503">
10459 <source>Upload <x id="PH"/> </source> 10509 <source>Upload <x id="PH"/> </source>
10460 <target>Ladda upp 10510 <target>Ladda upp
10461 <x id="PH"/> 10511 <x id="PH"/>
10462 </target> 10512 </target>
10463 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group> 10513
10464 </trans-unit> 10514 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10465 <trans-unit id="5981816353437801748"> 10515 <trans-unit id="5981816353437801748">
10466 <source>Video published.</source> 10516 <source>Video published.</source>
10467 <target>Videon har publicerats.</target> 10517 <target>Videon har publicerats.</target>
10468 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group> 10518
10469 </trans-unit> 10519 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10470 <trans-unit id="764164089183618119"> 10520 <trans-unit id="764164089183618119">
10471 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10521 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10472 <target>Du har gjort ändringar som inte sparats! Om du lämnar nu kommer de förkastas.</target> 10522 <target>Du har gjort ändringar som inte sparats! Om du lämnar nu kommer de förkastas.</target>
@@ -10513,28 +10563,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10513 <trans-unit id="961774488937452220" datatype="html"> 10563 <trans-unit id="961774488937452220" datatype="html">
10514 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10564 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10515 <target state="translated">Den här videon finns inte på din instans. Vill du bli hänvisad till ursprungsinstansen &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10565 <target state="translated">Den här videon finns inte på din instans. Vill du bli hänvisad till ursprungsinstansen &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10516 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group> 10566
10517 </trans-unit> 10567 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10518 <trans-unit id="5761611056224181752" datatype="html"> 10568 <trans-unit id="5761611056224181752" datatype="html">
10519 <source>Redirection</source> 10569 <source>Redirection</source>
10520 <target state="translated">Omdirigering</target> 10570 <target state="translated">Omdirigering</target>
10521 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group> 10571
10522 </trans-unit> 10572 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10523 <trans-unit id="8858527736400081688"> 10573 <trans-unit id="8858527736400081688">
10524 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10574 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10525 <target>Den här videon innehåller oförbehållsamt innehåll eller innehåll skapat för vuxna. Är du säker på att du vill se den?</target> 10575 <target>Den här videon innehåller oförbehållsamt innehåll eller innehåll skapat för vuxna. Är du säker på att du vill se den?</target>
10526 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group> 10576
10527 </trans-unit> 10577 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10528 <trans-unit id="3937119019020041049"> 10578 <trans-unit id="3937119019020041049">
10529 <source>Mature or explicit content</source> 10579 <source>Mature or explicit content</source>
10530 <target>Oförbehållsamt innehåll eller innehåll skapat för vuxna</target> 10580 <target>Oförbehållsamt innehåll eller innehåll skapat för vuxna</target>
10531 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group> 10581
10532 </trans-unit> 10582 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10533 <trans-unit id="1755474755114288376" datatype="html"> 10583 <trans-unit id="1755474755114288376" datatype="html">
10534 <source>Up Next</source> 10584 <source>Up Next</source>
10535 <target state="translated">Kommer härnäst</target> 10585 <target state="translated">Kommer härnäst</target>
10536 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group> 10586
10537 </trans-unit> 10587 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10538 <trans-unit id="2159130950882492111" datatype="html"> 10588 <trans-unit id="2159130950882492111" datatype="html">
10539 <source>Cancel</source> 10589 <source>Cancel</source>
10540 <target state="translated">Avbryt</target> 10590 <target state="translated">Avbryt</target>
@@ -10543,63 +10593,63 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10543 <trans-unit id="3354816756665089864" datatype="html"> 10593 <trans-unit id="3354816756665089864" datatype="html">
10544 <source>Autoplay is suspended</source> 10594 <source>Autoplay is suspended</source>
10545 <target state="translated">Automatisk uppspelning är upphävd</target> 10595 <target state="translated">Automatisk uppspelning är upphävd</target>
10546 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group> 10596
10547 </trans-unit> 10597 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10548 <trans-unit id="7895294730547405228" datatype="html"> 10598 <trans-unit id="7895294730547405228" datatype="html">
10549 <source>Enter/exit fullscreen (requires player focus)</source> 10599 <source>Enter/exit fullscreen (requires player focus)</source>
10550 <target state="translated">Slå av eller på helskärmsläget (spelaren måste vara markerad)</target> 10600 <target state="translated">Slå av eller på helskärmsläget (spelaren måste vara markerad)</target>
10551 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group> 10601
10552 </trans-unit> 10602 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10553 <trans-unit id="7618388257165864759" datatype="html"> 10603 <trans-unit id="7618388257165864759" datatype="html">
10554 <source>Play/Pause the video (requires player focus)</source> 10604 <source>Play/Pause the video (requires player focus)</source>
10555 <target state="translated">Spela eller pausa videon (spelaren måste vara markerad)</target> 10605 <target state="translated">Spela eller pausa videon (spelaren måste vara markerad)</target>
10556 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group> 10606
10557 </trans-unit> 10607 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10558 <trans-unit id="7761890399634216630" datatype="html"> 10608 <trans-unit id="7761890399634216630" datatype="html">
10559 <source>Mute/unmute the video (requires player focus)</source> 10609 <source>Mute/unmute the video (requires player focus)</source>
10560 <target state="translated">Slå av eller på ljudet (spelaren måste vara markerad)</target> 10610 <target state="translated">Slå av eller på ljudet (spelaren måste vara markerad)</target>
10561 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group> 10611
10562 </trans-unit> 10612 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10563 <trans-unit id="5996585232248234904" datatype="html"> 10613 <trans-unit id="5996585232248234904" datatype="html">
10564 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10614 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10565 <target state="translated">Hoppa till en position i videon: 0 motsvarar 0 % av den totala speltiden och 9 motsvarar 90 % (spelaren måste vara markerad)</target> 10615 <target state="translated">Hoppa till en position i videon: 0 motsvarar 0 % av den totala speltiden och 9 motsvarar 90 % (spelaren måste vara markerad)</target>
10566 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group> 10616
10567 </trans-unit> 10617 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10568 <trans-unit id="3748765405903319998" datatype="html"> 10618 <trans-unit id="3748765405903319998" datatype="html">
10569 <source>Increase the volume (requires player focus)</source> 10619 <source>Increase the volume (requires player focus)</source>
10570 <target state="translated">Öka volymen (spelaren måste vara markerad)</target> 10620 <target state="translated">Öka volymen (spelaren måste vara markerad)</target>
10571 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group> 10621
10572 </trans-unit> 10622 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10573 <trans-unit id="5810704036407159982" datatype="html"> 10623 <trans-unit id="5810704036407159982" datatype="html">
10574 <source>Decrease the volume (requires player focus)</source> 10624 <source>Decrease the volume (requires player focus)</source>
10575 <target state="translated">Minska volymen (spelaren måste vara markerad)</target> 10625 <target state="translated">Minska volymen (spelaren måste vara markerad)</target>
10576 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group> 10626
10577 </trans-unit> 10627 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10578 <trans-unit id="2622048822548065691" datatype="html"> 10628 <trans-unit id="2622048822548065691" datatype="html">
10579 <source>Seek the video forward (requires player focus)</source> 10629 <source>Seek the video forward (requires player focus)</source>
10580 <target state="translated">Spola videon framåt (spelaren måste vara markerad)</target> 10630 <target state="translated">Spola videon framåt (spelaren måste vara markerad)</target>
10581 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group> 10631
10582 </trans-unit> 10632 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10583 <trans-unit id="6540078205109221153" datatype="html"> 10633 <trans-unit id="6540078205109221153" datatype="html">
10584 <source>Seek the video backward (requires player focus)</source> 10634 <source>Seek the video backward (requires player focus)</source>
10585 <target state="translated">Spola videon bakåt (spelaren måste vara markerad)</target> 10635 <target state="translated">Spola videon bakåt (spelaren måste vara markerad)</target>
10586 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group> 10636
10587 </trans-unit> 10637 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10588 <trans-unit id="1956491957766210808" datatype="html"> 10638 <trans-unit id="1956491957766210808" datatype="html">
10589 <source>Increase playback rate (requires player focus)</source> 10639 <source>Increase playback rate (requires player focus)</source>
10590 <target state="translated">Öka uppspelningshastigheten (spelaren måste vara markerad)</target> 10640 <target state="translated">Öka uppspelningshastigheten (spelaren måste vara markerad)</target>
10591 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group> 10641
10592 </trans-unit> 10642 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10593 <trans-unit id="5495529997674803186" datatype="html"> 10643 <trans-unit id="5495529997674803186" datatype="html">
10594 <source>Decrease playback rate (requires player focus)</source> 10644 <source>Decrease playback rate (requires player focus)</source>
10595 <target state="translated">Minska uppspelningshastigheten (spelaren måste vara markerad)</target> 10645 <target state="translated">Minska uppspelningshastigheten (spelaren måste vara markerad)</target>
10596 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group> 10646
10597 </trans-unit> 10647 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10598 <trans-unit id="3178343147230721210" datatype="html"> 10648 <trans-unit id="3178343147230721210" datatype="html">
10599 <source>Navigate in the video frame by frame (requires player focus)</source> 10649 <source>Navigate in the video frame by frame (requires player focus)</source>
10600 <target state="translated">Föregående eller nästkommande bildruta (spelaren måste vara markerad)</target> 10650 <target state="translated">Föregående eller nästkommande bildruta (spelaren måste vara markerad)</target>
10601 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group> 10651
10602 </trans-unit> 10652 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10603 <trans-unit id="8025996572234182184"> 10653 <trans-unit id="8025996572234182184">
10604 <source>Like the video</source> 10654 <source>Like the video</source>
10605 <target>Gilla videon</target> 10655 <target>Gilla videon</target>
diff --git a/client/src/locale/angular.ta.xlf b/client/src/locale/angular.ta.xlf
index 4dd2b73cd..8be1d91b9 100644
--- a/client/src/locale/angular.ta.xlf
+++ b/client/src/locale/angular.ta.xlf
@@ -307,7 +307,7 @@
307 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 307 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
308 </target> 308 </target>
309 309
310 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html"> 310 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1486537403020619891" datatype="html">
311 <source>My watch history</source><target state="new">My watch history</target> 311 <source>My watch history</source><target state="new">My watch history</target>
312 312
313 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 313 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-history/my-history.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
@@ -388,12 +388,12 @@
388 388
389 389
390 390
391 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 391 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
392 <trans-unit id="1006562256968398209" datatype="html"> 392 <trans-unit id="1006562256968398209" datatype="html">
393 <source>video</source> 393 <source>video</source>
394 <target state="new">video</target> 394 <target state="new">video</target>
395 395
396 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 396 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
397 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target> 397 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target>
398 398
399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -455,10 +455,10 @@
455 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 455 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
456 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 456 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
457 457
458 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 458 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
459 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 459 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
460 460
461 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit><trans-unit id="5235042777215655908" datatype="html"> 461 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit><trans-unit id="5235042777215655908" datatype="html">
462 <source>subtitles</source><target state="new">subtitles</target> 462 <source>subtitles</source><target state="new">subtitles</target>
463 463
464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
@@ -675,7 +675,7 @@
675 675
676 676
677 677
678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
679 <source>Only live videos</source><target state="new">Only live videos</target> 679 <source>Only live videos</source><target state="new">Only live videos</target>
680 <context-group purpose="location"> 680 <context-group purpose="location">
681 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 681 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -847,7 +847,7 @@
847 847
848 848
849 849
850 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group></trans-unit> 850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
851 <trans-unit id="1502595455339510144" datatype="html"> 851 <trans-unit id="1502595455339510144" datatype="html">
852 <source> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 852 <source> Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
853 <target state="new"> 853 <target state="new">
@@ -930,7 +930,31 @@
930 <source>Federation</source> 930 <source>Federation</source>
931 <target state="new">Federation</target> 931 <target state="new">Federation</target>
932 932
933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
934 <source>Following</source><target state="new">Following</target>
935 <context-group purpose="location">
936 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
937 <context context-type="linenumber">29</context>
938 </context-group>
939 <context-group purpose="location">
940 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
941 <context context-type="linenumber">31</context>
942 </context-group>
943 <context-group purpose="location">
944 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
945 <context context-type="linenumber">28</context>
946 </context-group>
947 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
948 <source>Followers</source><target state="new">Followers</target>
949 <context-group purpose="location">
950 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
951 <context context-type="linenumber">34</context>
952 </context-group>
953 <context-group purpose="location">
954 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
955 <context context-type="linenumber">37</context>
956 </context-group>
957 </trans-unit>
934 <trans-unit id="3541687134897970106" datatype="html"> 958 <trans-unit id="3541687134897970106" datatype="html">
935 <source>followers</source> 959 <source>followers</source>
936 <target state="new">followers</target> 960 <target state="new">followers</target>
@@ -994,7 +1018,7 @@
994 1018
995 1019
996 1020
997 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 1021 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
998 <trans-unit id="3616223838716839702"> 1022 <trans-unit id="3616223838716839702">
999 <source>Ban this user</source> 1023 <source>Ban this user</source>
1000 <target>இந்த பயணரை ரத்து செய்</target> 1024 <target>இந்த பயணரை ரத்து செய்</target>
@@ -1062,17 +1086,11 @@
1062 1086
1063 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7252854992688790751" datatype="html"> 1087 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7252854992688790751" datatype="html">
1064 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1088 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1065 <context-group purpose="location"> 1089
1066 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1090 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="7215649348148521605" datatype="html">
1067 <context context-type="linenumber">60,62</context>
1068 </context-group>
1069 </trans-unit><trans-unit id="7215649348148521605" datatype="html">
1070 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1091 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source><target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1071 <context-group purpose="location"> 1092
1072 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1093 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1073 <context context-type="linenumber">65,67</context>
1074 </context-group>
1075 </trans-unit>
1076 <trans-unit id="2392488717875840729"> 1094 <trans-unit id="2392488717875840729">
1077 <source>User</source> 1095 <source>User</source>
1078 <target>பயணர்</target> 1096 <target>பயணர்</target>
@@ -1083,7 +1101,13 @@
1083 <source>Username or email address</source> 1101 <source>Username or email address</source>
1084 <target state="new">Username or email address</target> 1102 <target state="new">Username or email address</target>
1085 1103
1086 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="1758058452376026925" datatype="html">
1105 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1106 <context-group purpose="location">
1107 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1108 <context context-type="linenumber">33,34</context>
1109 </context-group>
1110 </trans-unit>
1087 1111
1088 <trans-unit id="1431416938026210429"> 1112 <trans-unit id="1431416938026210429">
1089 <source>Password</source> 1113 <source>Password</source>
@@ -1096,40 +1120,34 @@
1096 1120
1097 1121
1098 1122
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group></trans-unit> 1123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1100 <trans-unit id="8715156686857791956" datatype="html"> 1124 <trans-unit id="8715156686857791956" datatype="html">
1101 <source>Click here to reset your password</source> 1125 <source>Click here to reset your password</source>
1102 <target state="new">Click here to reset your password</target> 1126 <target state="new">Click here to reset your password</target>
1103 1127
1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html"> 1128 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="892063502898494584" datatype="html">
1105 <source>I forgot my password</source><target state="new">I forgot my password</target> 1129 <source>I forgot my password</source><target state="new">I forgot my password</target>
1106 <context-group purpose="location"> 1130
1107 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1131 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="2101170466365500913" datatype="html">
1108 <context context-type="linenumber">47</context>
1109 </context-group>
1110 </trans-unit><trans-unit id="2101170466365500913" datatype="html">
1111 <source> Logging into an account lets you publish content </source><target state="new"> Logging into an account lets you publish content </target> 1132 <source> Logging into an account lets you publish content </source><target state="new"> Logging into an account lets you publish content </target>
1112 <context-group purpose="location"> 1133
1113 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1134 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1114 <context context-type="linenumber">56,57</context>
1115 </context-group>
1116 </trans-unit>
1117 <trans-unit id="2454050363478003966"> 1135 <trans-unit id="2454050363478003966">
1118 <source>Login</source> 1136 <source>Login</source>
1119 <target>உள்நுழை</target> 1137 <target>உள்நுழை</target>
1120 1138
1121 1139
1122 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1140 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1123 <trans-unit id="3183213940445113677" datatype="html"> 1141 <trans-unit id="3183213940445113677" datatype="html">
1124 <source>Or sign in with</source> 1142 <source>Or sign in with</source>
1125 <target state="new">Or sign in with</target> 1143 <target state="new">Or sign in with</target>
1126 1144
1127 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit> 1145 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1128 <trans-unit id="3238209155172574367"> 1146 <trans-unit id="3238209155172574367">
1129 <source>Forgot your password</source> 1147 <source>Forgot your password</source>
1130 <target>கடவுச்சொல் மறந்துவிட்டது</target> 1148 <target>கடவுச்சொல் மறந்துவிட்டது</target>
1131 1149
1132 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group></trans-unit> 1150 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1133 <trans-unit id="87327320394367488" datatype="html"> 1151 <trans-unit id="87327320394367488" datatype="html">
1134 <source> 1152 <source>
1135 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1153 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
@@ -1138,10 +1156,10 @@
1138 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. 1156 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1139 </target> 1157 </target>
1140 1158
1141 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit><trans-unit id="3188014010833256853" datatype="html"> 1159 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="3188014010833256853" datatype="html">
1142 <source> Enter your email address and we will send you a link to reset your password. </source><target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1160 <source> Enter your email address and we will send you a link to reset your password. </source><target state="new"> Enter your email address and we will send you a link to reset your password. </target>
1143 1161
1144 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="1190256911880544559" datatype="html"> 1162 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit><trans-unit id="1190256911880544559" datatype="html">
1145 <source>An email with the reset password instructions will be sent to <x id="PH"/>. 1163 <source>An email with the reset password instructions will be sent to <x id="PH"/>.
1146The link will expire within 1 hour.</source><target state="new">An email with the reset password instructions will be sent to <x id="PH"/>. 1164The link will expire within 1 hour.</source><target state="new">An email with the reset password instructions will be sent to <x id="PH"/>.
1147The link will expire within 1 hour.</target> 1165The link will expire within 1 hour.</target>
@@ -1157,17 +1175,17 @@ The link will expire within 1 hour.</target>
1157 1175
1158 1176
1159 1177
1160 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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/+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/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group></trans-unit> 1178 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1161 <trans-unit id="3967269098753656610"> 1179 <trans-unit id="3967269098753656610">
1162 <source>Email address</source> 1180 <source>Email address</source>
1163 <target>மின்னஞ்சல்</target> 1181 <target>மின்னஞ்சல்</target>
1164 1182
1165 1183
1166 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="7808756054397155068" datatype="html"> 1184 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="7808756054397155068" datatype="html">
1167 <source>Reset</source><target state="new">Reset</target> 1185 <source>Reset</source><target state="new">Reset</target>
1168 1186
1169 <note priority="1" from="description">Password reset button</note> 1187 <note priority="1" from="description">Password reset button</note>
1170 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group></trans-unit> 1188 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1171 1189
1172 1190
1173 <trans-unit id="4319634264526091601" datatype="html"> 1191 <trans-unit id="4319634264526091601" datatype="html">
@@ -1248,7 +1266,7 @@ The link will expire within 1 hour.</target>
1248 No results found 1266 No results found
1249 </target> 1267 </target>
1250 1268
1251 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1269 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1252 <trans-unit id="5500467336262464724" datatype="html"> 1270 <trans-unit id="5500467336262464724" datatype="html">
1253 <source> 1271 <source>
1254 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers 1272 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers
@@ -1257,7 +1275,7 @@ The link will expire within 1 hour.</target>
1257 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers 1275 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers
1258 </target> 1276 </target>
1259 1277
1260 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1278 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1261 <trans-unit id="1516969129397662377" datatype="html"> 1279 <trans-unit id="1516969129397662377" datatype="html">
1262 <source>Welcome to PeerTube, dear administrator!</source> 1280 <source>Welcome to PeerTube, dear administrator!</source>
1263 <target state="new">Welcome to PeerTube, dear administrator!</target> 1281 <target state="new">Welcome to PeerTube, dear administrator!</target>
@@ -1537,7 +1555,7 @@ The link will expire within 1 hour.</target>
1537 <source>Create an account</source> 1555 <source>Create an account</source>
1538 <target>கணக்கை உருவாக்கு</target> 1556 <target>கணக்கை உருவாக்கு</target>
1539 1557
1540 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1558 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1541 1559
1542 <trans-unit id="3058024914967508975" datatype="html"> 1560 <trans-unit id="3058024914967508975" datatype="html">
1543 <source>My videos</source><target state="new">My videos</target> 1561 <source>My videos</source><target state="new">My videos</target>
@@ -1583,7 +1601,7 @@ The link will expire within 1 hour.</target>
1583 <target state="new">VIDEOS</target> 1601 <target state="new">VIDEOS</target>
1584 1602
1585 1603
1586 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html"> 1604 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html">
1587 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target> 1605 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target>
1588 1606
1589 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html"> 1607 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html">
@@ -1651,7 +1669,7 @@ The link will expire within 1 hour.</target>
1651 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4424964105331349857" datatype="html"> 1669 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/notification.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4424964105331349857" datatype="html">
1652 <source>I'm a teapot</source><target state="new">I'm a teapot</target> 1670 <source>I'm a teapot</source><target state="new">I'm a teapot</target>
1653 1671
1654 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="1597262876035959248" datatype="html"> 1672 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="1597262876035959248" datatype="html">
1655 <source>That's an error.</source><target state="new">That's an error.</target> 1673 <source>That's an error.</source><target state="new">That's an error.</target>
1656 <context-group purpose="location"> 1674 <context-group purpose="location">
1657 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 1675 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
@@ -1717,7 +1735,7 @@ The link will expire within 1 hour.</target>
1717 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="2971365540217107489" datatype="html"> 1735 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="2971365540217107489" datatype="html">
1718 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1736 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1719 1737
1720 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group></trans-unit> 1738 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1721 1739
1722 <trans-unit id="5131854469652959713" datatype="html"> 1740 <trans-unit id="5131854469652959713" datatype="html">
1723 <source>GLOBAL SEARCH</source> 1741 <source>GLOBAL SEARCH</source>
@@ -1807,7 +1825,7 @@ The link will expire within 1 hour.</target>
1807 1825
1808 1826
1809 1827
1810 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1828 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1811 <source>Display only</source><target state="new">Display only</target> 1829 <source>Display only</source><target state="new">Display only</target>
1812 <context-group purpose="location"> 1830 <context-group purpose="location">
1813 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1831 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1845,7 +1863,7 @@ The link will expire within 1 hour.</target>
1845 <target state="new">Duration</target> 1863 <target state="new">Duration</target>
1846 1864
1847 1865
1848 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1866 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1849 <trans-unit id="3589238979642505685" datatype="html"> 1867 <trans-unit id="3589238979642505685" datatype="html">
1850 <source>Display sensitive content</source> 1868 <source>Display sensitive content</source>
1851 <target state="new">Display sensitive content</target> 1869 <target state="new">Display sensitive content</target>
@@ -1867,7 +1885,7 @@ The link will expire within 1 hour.</target>
1867 1885
1868 1886
1869 1887
1870 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1888 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1871 <trans-unit id="5478121364779850827" datatype="html"> 1889 <trans-unit id="5478121364779850827" datatype="html">
1872 <source> 1890 <source>
1873 Reset 1891 Reset
@@ -1892,7 +1910,7 @@ The link will expire within 1 hour.</target>
1892 1910
1893 1911
1894 1912
1895 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1913 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1896 <trans-unit id="4184995865179898060" datatype="html"> 1914 <trans-unit id="4184995865179898060" datatype="html">
1897 <source>Display all licenses</source> 1915 <source>Display all licenses</source>
1898 <target state="new">Display all licenses</target> 1916 <target state="new">Display all licenses</target>
@@ -1905,7 +1923,7 @@ The link will expire within 1 hour.</target>
1905 1923
1906 1924
1907 1925
1908 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1926 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1909 <trans-unit id="7904142744051432458" datatype="html"> 1927 <trans-unit id="7904142744051432458" datatype="html">
1910 <source>Display all languages</source> 1928 <source>Display all languages</source>
1911 <target state="new">Display all languages</target> 1929 <target state="new">Display all languages</target>
@@ -1920,17 +1938,23 @@ The link will expire within 1 hour.</target>
1920 <source>One of these tags</source> 1938 <source>One of these tags</source>
1921 <target state="new">One of these tags</target> 1939 <target state="new">One of these tags</target>
1922 1940
1923 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1941 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1942 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1943 <context-group purpose="location">
1944 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1945 <context context-type="linenumber">178</context>
1946 </context-group>
1947 </trans-unit>
1924 <trans-unit id="283421392567624698" datatype="html"> 1948 <trans-unit id="283421392567624698" datatype="html">
1925 <source>Search target</source> 1949 <source>Search target</source>
1926 <target state="new">Search target</target> 1950 <target state="new">Search target</target>
1927 1951
1928 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1952 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1929 <trans-unit id="2489767671380266270" datatype="html"> 1953 <trans-unit id="2489767671380266270" datatype="html">
1930 <source>Vidiverse</source> 1954 <source>Vidiverse</source>
1931 <target state="new">Vidiverse</target> 1955 <target state="new">Vidiverse</target>
1932 1956
1933 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1957 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1934 <trans-unit id="5478121364779850827" datatype="html"> 1958 <trans-unit id="5478121364779850827" datatype="html">
1935 <source> 1959 <source>
1936 Reset 1960 Reset
@@ -1944,7 +1968,7 @@ The link will expire within 1 hour.</target>
1944 <source>Filter</source> 1968 <source>Filter</source>
1945 <target state="new">Filter</target> 1969 <target state="new">Filter</target>
1946 1970
1947 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1971 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1948 1972
1949 <trans-unit id="6479885129995567639" datatype="html"> 1973 <trans-unit id="6479885129995567639" datatype="html">
1950 <source>Video channels</source> 1974 <source>Video channels</source>
@@ -1985,7 +2009,7 @@ The link will expire within 1 hour.</target>
1985 <target state="new">Tags</target> 2009 <target state="new">Tags</target>
1986 2010
1987 2011
1988 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 2012 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1989 <trans-unit id="354332809647287722" datatype="html"> 2013 <trans-unit id="354332809647287722" datatype="html">
1990 <source> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 2014 <source> Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1991 <target state="new"> 2015 <target state="new">
@@ -2425,7 +2449,7 @@ The link will expire within 1 hour.</target>
2425 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2449 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2426 <source>Upload on hold</source><target state="new">Upload on hold</target> 2450 <source>Upload on hold</source><target state="new">Upload on hold</target>
2427 2451
2428 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2452 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2429 <trans-unit id="285180972645018518" datatype="html"> 2453 <trans-unit id="285180972645018518" datatype="html">
2430 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2454 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2431 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2455 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2760,13 +2784,19 @@ The link will expire within 1 hour.</target>
2760 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2784 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2761 <source>Origin</source><target state="new">Origin</target> 2785 <source>Origin</source><target state="new">Origin</target>
2762 2786
2763 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2787 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2788 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2789 <context-group purpose="location">
2790 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2791 <context context-type="linenumber">14</context>
2792 </context-group>
2793 </trans-unit>
2764 2794
2765 <trans-unit id="5139892963394684487" datatype="html"> 2795 <trans-unit id="5139892963394684487" datatype="html">
2766 <source>Originally published</source> 2796 <source>Originally published</source>
2767 <target state="new">Originally published</target> 2797 <target state="new">Originally published</target>
2768 2798
2769 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2799 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2770 <trans-unit id="6402393085909200998" datatype="html"> 2800 <trans-unit id="6402393085909200998" datatype="html">
2771 <source>Friendly Reminder: </source> 2801 <source>Friendly Reminder: </source>
2772 <target state="new">Friendly Reminder: </target> 2802 <target state="new">Friendly Reminder: </target>
@@ -3097,11 +3127,7 @@ The link will expire within 1 hour.</target>
3097 <target>ID</target> 3127 <target>ID</target>
3098 3128
3099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit> 3129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
3100 <trans-unit id="2265605798180116441" datatype="html"> 3130
3101 <source>Follower handle</source>
3102 <target state="new">Follower handle</target>
3103
3104 <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>
3105 <trans-unit id="5911214550882917183" datatype="html"> 3131 <trans-unit id="5911214550882917183" datatype="html">
3106 <source>State</source> 3132 <source>State</source>
3107 <target state="new">State</target> 3133 <target state="new">State</target>
@@ -3183,11 +3209,7 @@ The link will expire within 1 hour.</target>
3183 </target> 3209 </target>
3184 3210
3185 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 3211 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
3186 <trans-unit id="6641024648411549335" datatype="html"> 3212
3187 <source>Host</source>
3188 <target state="new">Host</target>
3189
3190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3191 <trans-unit id="6571718060636962350" datatype="html"> 3213 <trans-unit id="6571718060636962350" datatype="html">
3192 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3214 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3193 <target state="new">Redundancy allowed 3215 <target state="new">Redundancy allowed
@@ -3198,7 +3220,7 @@ The link will expire within 1 hour.</target>
3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html"> 3220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="9160510009013134726" datatype="html">
3199 <source>Unfollow</source><target state="new">Unfollow</target> 3221 <source>Unfollow</source><target state="new">Unfollow</target>
3200 3222
3201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3202 <trans-unit id="8246779176913476983" datatype="html"> 3224 <trans-unit id="8246779176913476983" datatype="html">
3203 <source>Open instance in a new tab</source> 3225 <source>Open instance in a new tab</source>
3204 <target state="new">Open instance in a new tab</target> 3226 <target state="new">Open instance in a new tab</target>
@@ -3210,12 +3232,12 @@ The link will expire within 1 hour.</target>
3210 <source>No host found matching current filters.</source> 3232 <source>No host found matching current filters.</source>
3211 <target state="new">No host found matching current filters.</target> 3233 <target state="new">No host found matching current filters.</target>
3212 3234
3213 <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> 3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3214 <trans-unit id="7274241885665071790" datatype="html"> 3236 <trans-unit id="7274241885665071790" datatype="html">
3215 <source>Your instance is not following anyone.</source> 3237 <source>Your instance is not following anyone.</source>
3216 <target state="new">Your instance is not following anyone.</target> 3238 <target state="new">Your instance is not following anyone.</target>
3217 3239
3218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3240 <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>
3219 <trans-unit id="4774348799569692380" datatype="html"> 3241 <trans-unit id="4774348799569692380" datatype="html">
3220 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3242 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3221 <target state="new">Showing 3243 <target state="new">Showing
@@ -3225,14 +3247,7 @@ The link will expire within 1 hour.</target>
3225 </target> 3247 </target>
3226 3248
3227 <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></trans-unit> 3249 <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></trans-unit>
3228 <trans-unit id="6275803119759621687" datatype="html"> 3250 <trans-unit id="9216117865911519658" datatype="html">
3229 <source>Follow domains</source>
3230 <target state="new">Follow domains</target>
3231
3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit><trans-unit id="1268699198448750610" datatype="html">
3233 <source>Follow instances</source><target state="new">Follow instances</target>
3234
3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
3236 <source>Action</source><target state="new">Action</target> 3251 <source>Action</source><target state="new">Action</target>
3237 3252
3238 3253
@@ -3282,7 +3297,7 @@ The link will expire within 1 hour.</target>
3282 3297
3283 3298
3284 3299
3285 <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><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/+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></trans-unit><trans-unit id="5428411040014095392" datatype="html"> 3300 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="5428411040014095392" datatype="html">
3286 <source>e.g. jane_doe</source><target state="new">e.g. jane_doe</target> 3301 <source>e.g. jane_doe</source><target state="new">e.g. jane_doe</target>
3287 3302
3288 <note priority="1" from="description">Username choice placeholder in the registration form</note> 3303 <note priority="1" from="description">Username choice placeholder in the registration form</note>
@@ -3314,7 +3329,7 @@ The link will expire within 1 hour.</target>
3314 <target state="new">Role</target> 3329 <target state="new">Role</target>
3315 3330
3316 3331
3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group></trans-unit> 3332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3318 <trans-unit id="7046347992315328430" datatype="html"> 3333 <trans-unit id="7046347992315328430" datatype="html">
3319 <source> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3334 <source> Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3320 <target state="new"> 3335 <target state="new">
@@ -3337,15 +3352,9 @@ The link will expire within 1 hour.</target>
3337 3352
3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html"> 3353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html">
3339 <source>Auth plugin</source><target state="new">Auth plugin</target> 3354 <source>Auth plugin</source><target state="new">Auth plugin</target>
3340 <context-group purpose="location"> 3355
3341 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3356
3342 <context context-type="linenumber">188</context> 3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="588099657508661970" datatype="html">
3343 </context-group>
3344 <context-group purpose="location">
3345 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3346 <context context-type="linenumber">188</context>
3347 </context-group>
3348 </trans-unit><trans-unit id="588099657508661970" datatype="html">
3349 <source>None (local authentication)</source><target state="new">None (local authentication)</target> 3358 <source>None (local authentication)</source><target state="new">None (local authentication)</target>
3350 <context-group purpose="location"> 3359 <context-group purpose="location">
3351 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3360 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
@@ -3572,7 +3581,13 @@ The link will expire within 1 hour.</target>
3572 3581
3573 3582
3574 3583
3575 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4691552465058437520" datatype="html"> 3584 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3585 <source>Follower</source><target state="new">Follower</target>
3586 <context-group purpose="location">
3587 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3588 <context context-type="linenumber">24</context>
3589 </context-group>
3590 </trans-unit><trans-unit id="4691552465058437520" datatype="html">
3576 <source>Commented video</source><target state="new">Commented video</target> 3591 <source>Commented video</source><target state="new">Commented video</target>
3577 3592
3578 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="7266085473379376028" datatype="html"> 3593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="7266085473379376028" datatype="html">
@@ -3605,35 +3620,20 @@ The link will expire within 1 hour.</target>
3605 3620
3606 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3607 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3622 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3608 <context-group purpose="location"> 3623
3609 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3624 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3610 <context context-type="linenumber">42</context>
3611 </context-group>
3612 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3613 <source>Accepted reports</source><target state="new">Accepted reports</target> 3625 <source>Accepted reports</source><target state="new">Accepted reports</target>
3614 <context-group purpose="location"> 3626
3615 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3627 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3616 <context context-type="linenumber">46</context>
3617 </context-group>
3618 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3619 <source>Refused reports</source><target state="new">Refused reports</target> 3628 <source>Refused reports</source><target state="new">Refused reports</target>
3620 <context-group purpose="location"> 3629
3621 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3630 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3622 <context context-type="linenumber">50</context>
3623 </context-group>
3624 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3625 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3631 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3626 <context-group purpose="location"> 3632
3627 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3633 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3628 <context context-type="linenumber">54</context>
3629 </context-group>
3630 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3631 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3634 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3632 <context-group purpose="location"> 3635
3633 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3634 <context context-type="linenumber">58</context>
3635 </context-group>
3636 </trans-unit>
3637 <trans-unit id="4678289986918934018" datatype="html"> 3637 <trans-unit id="4678289986918934018" datatype="html">
3638 <source>Block reason:</source> 3638 <source>Block reason:</source>
3639 <target state="new">Block reason:</target> 3639 <target state="new">Block reason:</target>
@@ -3650,17 +3650,11 @@ The link will expire within 1 hour.</target>
3650 3650
3651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3652 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3652 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3653 <context-group purpose="location"> 3653
3654 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3654 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3655 <context context-type="linenumber">31</context>
3656 </context-group>
3657 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3658 <source>Manual blocks</source><target state="new">Manual blocks</target> 3655 <source>Manual blocks</source><target state="new">Manual blocks</target>
3659 <context-group purpose="location"> 3656
3660 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3661 <context context-type="linenumber">35</context>
3662 </context-group>
3663 </trans-unit>
3664 <trans-unit id="2143435845912984377" datatype="html"> 3658 <trans-unit id="2143435845912984377" datatype="html">
3665 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3659 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3666 <target state="new">Showing 3660 <target state="new">Showing
@@ -3846,7 +3840,7 @@ The link will expire within 1 hour.</target>
3846 3840
3847 3841
3848 3842
3849 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3843 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3850 <trans-unit id="1300704815627663264" datatype="html"> 3844 <trans-unit id="1300704815627663264" datatype="html">
3851 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3845 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3852 <target state="new">Muted at 3846 <target state="new">Muted at
@@ -3896,7 +3890,7 @@ The link will expire within 1 hour.</target>
3896 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3890 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3897 </target> 3891 </target>
3898 3892
3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3900 <trans-unit id="4058814854824495833" datatype="html"> 3894 <trans-unit id="4058814854824495833" datatype="html">
3901 <source>Mute domains</source> 3895 <source>Mute domains</source>
3902 <target state="new">Mute domains</target> 3896 <target state="new">Mute domains</target>
@@ -3962,7 +3956,7 @@ The link will expire within 1 hour.</target>
3962 <target state="new">Search</target> 3956 <target state="new">Search</target>
3963 3957
3964 3958
3965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3959 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3966 <trans-unit id="8630916846096019339" datatype="html"> 3960 <trans-unit id="8630916846096019339" datatype="html">
3967 <source>Users can resolve distant content</source> 3961 <source>Users can resolve distant content</source>
3968 <target state="new">Users can resolve distant content</target> 3962 <target state="new">Users can resolve distant content</target>
@@ -5711,11 +5705,8 @@ color: red;
5711 5705
5712 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 5706 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
5713 <source>CHANNELS</source><target state="new">CHANNELS</target> 5707 <source>CHANNELS</source><target state="new">CHANNELS</target>
5714 <context-group purpose="location"> 5708
5715 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5709 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5716 <context context-type="linenumber">82</context>
5717 </context-group>
5718 </trans-unit>
5719 5710
5720 <trans-unit id="3666829335406793239" datatype="html"> 5711 <trans-unit id="3666829335406793239" datatype="html">
5721 <source>This account does not have channels.</source> 5712 <source>This account does not have channels.</source>
@@ -5753,7 +5744,13 @@ channel with the same name (<x id="PH_2"/>)!</source><target state="new">Do you
5753It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 5744It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
5754channel with the same name (<x id="PH_2"/>)!</target> 5745channel with the same name (<x id="PH_2"/>)!</target>
5755 5746
5756 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 5747 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
5748 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5749 <context-group purpose="location">
5750 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5751 <context context-type="linenumber">48</context>
5752 </context-group>
5753 </trans-unit>
5757 <trans-unit id="5387007581996837469" datatype="html"> 5754 <trans-unit id="5387007581996837469" datatype="html">
5758 <source>My Channels</source> 5755 <source>My Channels</source>
5759 <target state="new">My Channels</target> 5756 <target state="new">My Channels</target>
@@ -6365,12 +6362,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6365 <source>Your message has been sent.</source> 6362 <source>Your message has been sent.</source>
6366 <target state="new">Your message has been sent.</target> 6363 <target state="new">Your message has been sent.</target>
6367 6364
6368 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6365 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6369 <trans-unit id="2072135752262464360" datatype="html"> 6366 <trans-unit id="2072135752262464360" datatype="html">
6370 <source>You already sent this form recently</source> 6367 <source>You already sent this form recently</source>
6371 <target state="new">You already sent this form recently</target> 6368 <target state="new">You already sent this form recently</target>
6372 6369
6373 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6370 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6374 <trans-unit id="819067926858619041" datatype="html"> 6371 <trans-unit id="819067926858619041" datatype="html">
6375 <source>Account videos</source><target state="new">Account videos</target> 6372 <source>Account videos</source><target state="new">Account videos</target>
6376 6373
@@ -6405,10 +6402,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
6405 <x id="PH"/> direct account followers 6402 <x id="PH"/> direct account followers
6406 </target> 6403 </target>
6407 6404
6408 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit><trans-unit id="6250999352462648289" datatype="html"> 6405 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="6250999352462648289" datatype="html">
6409 <source>Report this account</source><target state="new">Report this account</target> 6406 <source>Report this account</source><target state="new">Report this account</target>
6410 6407
6411 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 6408 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6412 6409
6413 <trans-unit id="1504521795586863905" datatype="html"> 6410 <trans-unit id="1504521795586863905" datatype="html">
6414 <source>VIDEOS</source><target state="new">VIDEOS</target> 6411 <source>VIDEOS</source><target state="new">VIDEOS</target>
@@ -6420,24 +6417,16 @@ channel with the same name (<x id="PH_2"/>)!</target>
6420 <target state="new">Username copied</target> 6417 <target state="new">Username copied</target>
6421 6418
6422 6419
6423 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="9221735175659318025" datatype="html"> 6420 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit><trans-unit id="9221735175659318025" datatype="html">
6424 <source>1 subscriber</source><target state="new">1 subscriber</target> 6421 <source>1 subscriber</source><target state="new">1 subscriber</target>
6425 6422
6426 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit><trans-unit id="4097331874769079975" datatype="html"> 6423 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit><trans-unit id="4097331874769079975" datatype="html">
6427 <source><x id="PH"/> subscribers</source><target state="new"><x id="PH"/> subscribers</target> 6424 <source><x id="PH"/> subscribers</source><target state="new"><x id="PH"/> subscribers</target>
6428 6425
6429 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 6426 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6427
6428
6430 6429
6431 <trans-unit id="4682675125751819107" datatype="html">
6432 <source>Instances you follow</source>
6433 <target state="new">Instances you follow</target>
6434
6435 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6436 <trans-unit id="8899833753704589712" datatype="html">
6437 <source>Instances following you</source>
6438 <target state="new">Instances following you</target>
6439
6440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6441 <trans-unit id="1035838766454786107" datatype="html"> 6430 <trans-unit id="1035838766454786107" datatype="html">
6442 <source>Audio-only</source> 6431 <source>Audio-only</source>
6443 <target state="new">Audio-only</target> 6432 <target state="new">Audio-only</target>
@@ -6485,7 +6474,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6485 <source>Auto (via ffmpeg)</source> 6474 <source>Auto (via ffmpeg)</source>
6486 <target state="new">Auto (via ffmpeg)</target> 6475 <target state="new">Auto (via ffmpeg)</target>
6487 6476
6488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="931255636742351800" datatype="html"> 6477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="3642770981085338761" datatype="html">
6478 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6479 <context-group purpose="location">
6480 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6481 <context context-type="linenumber">3</context>
6482 </context-group>
6483 </trans-unit><trans-unit id="931255636742351800" datatype="html">
6489 <source>No limit</source><target state="new">No limit</target> 6484 <source>No limit</source><target state="new">No limit</target>
6490 6485
6491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="5250062810079582285" datatype="html"> 6486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-live-configuration.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="5250062810079582285" datatype="html">
@@ -6604,17 +6599,33 @@ channel with the same name (<x id="PH_2"/>)!</target>
6604 <source>Domain is required.</source> 6599 <source>Domain is required.</source>
6605 <target state="new">Domain is required.</target> 6600 <target state="new">Domain is required.</target>
6606 6601
6607 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 6602 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6608 <trans-unit id="6780793142903080663" datatype="html"> 6603 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6609 <source>Domains entered are invalid.</source> 6604 <context-group purpose="location">
6610 <target state="new">Domains entered are invalid.</target> 6605 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6611 6606 <context context-type="linenumber">93</context>
6612 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 6607 </context-group>
6613 <trans-unit id="5886492514458202177" datatype="html"> 6608 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6614 <source>Domains entered contain duplicates.</source> 6609 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6615 <target state="new">Domains entered contain duplicates.</target> 6610 <context-group purpose="location">
6616 6611 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6617 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 6612 <context context-type="linenumber">94</context>
6613 </context-group>
6614 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6615 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6616 <context-group purpose="location">
6617 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6618 <context context-type="linenumber">102</context>
6619 </context-group>
6620 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6621 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6622 <context-group purpose="location">
6623 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6624 <context context-type="linenumber">103</context>
6625 </context-group>
6626 </trans-unit>
6627
6628
6618 <trans-unit id="240806681889331244" datatype="html"> 6629 <trans-unit id="240806681889331244" datatype="html">
6619 <source>Unlimited</source> 6630 <source>Unlimited</source>
6620 <target state="new">Unlimited</target> 6631 <target state="new">Unlimited</target>
@@ -6745,7 +6756,27 @@ channel with the same name (<x id="PH_2"/>)!</target>
6745 <x id="PH"/> removed from instance followers 6756 <x id="PH"/> removed from instance followers
6746 </target> 6757 </target>
6747 6758
6748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit> 6759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="6018246591673612412" datatype="html">
6760 <source>Follow</source><target state="new">Follow</target>
6761 <context-group purpose="location">
6762 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6763 <context context-type="linenumber">3</context>
6764 </context-group>
6765 <context-group purpose="location">
6766 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6767 <context context-type="linenumber">37</context>
6768 </context-group>
6769 <context-group purpose="location">
6770 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6771 <context context-type="linenumber">18</context>
6772 </context-group>
6773 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6774 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6775 <context-group purpose="location">
6776 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6777 <context context-type="linenumber">11</context>
6778 </context-group>
6779 </trans-unit>
6749 <trans-unit id="2740793005745065895" datatype="html"> 6780 <trans-unit id="2740793005745065895" datatype="html">
6750 <source> 6781 <source>
6751 <x id="PH"/> is not valid 6782 <x id="PH"/> is not valid
@@ -6754,19 +6785,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
6754 <x id="PH"/> is not valid 6785 <x id="PH"/> is not valid
6755 </target> 6786 </target>
6756 6787
6757 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group></trans-unit> 6788 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6758 <trans-unit id="2355066641781598196" datatype="html"> 6789 <trans-unit id="2355066641781598196" datatype="html">
6759 <source>Follow request(s) sent!</source> 6790 <source>Follow request(s) sent!</source>
6760 <target state="new">Follow request(s) sent!</target> 6791 <target state="new">Follow request(s) sent!</target>
6761 6792
6762 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit> 6793 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6794 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6795 <context-group purpose="location">
6796 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6797 <context context-type="linenumber">3</context>
6798 </context-group>
6799 </trans-unit>
6763 <trans-unit id="4245720728052819482" datatype="html"> 6800 <trans-unit id="4245720728052819482" datatype="html">
6764 <source>Do you really want to unfollow <x id="PH"/>?</source> 6801 <source>Do you really want to unfollow <x id="PH"/>?</source>
6765 <target state="new">Do you really want to unfollow 6802 <target state="new">Do you really want to unfollow
6766 <x id="PH"/>? 6803 <x id="PH"/>?
6767 </target> 6804 </target>
6768 6805
6769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group></trans-unit> 6806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6770 <trans-unit id="9160510009013134726" datatype="html"> 6807 <trans-unit id="9160510009013134726" datatype="html">
6771 <source>Unfollow</source> 6808 <source>Unfollow</source>
6772 <target state="new">Unfollow</target> 6809 <target state="new">Unfollow</target>
@@ -6778,7 +6815,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6778 <x id="PH"/> anymore. 6815 <x id="PH"/> anymore.
6779 </target> 6816 </target>
6780 6817
6781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 6818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6782 <trans-unit id="2593763089859685916" datatype="html"> 6819 <trans-unit id="2593763089859685916" datatype="html">
6783 <source>enabled</source> 6820 <source>enabled</source>
6784 <target state="new">enabled</target> 6821 <target state="new">enabled</target>
@@ -6895,114 +6932,114 @@ channel with the same name (<x id="PH_2"/>)!</target>
6895 <target state="new">Internal actions</target> 6932 <target state="new">Internal actions</target>
6896 6933
6897 6934
6898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 6935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6899 <trans-unit id="4559872264406386913" datatype="html"> 6936 <trans-unit id="4559872264406386913" datatype="html">
6900 <source>Delete report</source> 6937 <source>Delete report</source>
6901 <target state="new">Delete report</target> 6938 <target state="new">Delete report</target>
6902 6939
6903 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 6940 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6904 <trans-unit id="5793550984155962433" datatype="html"> 6941 <trans-unit id="5793550984155962433" datatype="html">
6905 <source>Actions for the flagged account</source> 6942 <source>Actions for the flagged account</source>
6906 <target state="new">Actions for the flagged account</target> 6943 <target state="new">Actions for the flagged account</target>
6907 6944
6908 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 6945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
6909 <trans-unit id="1679841953757186358" datatype="html"> 6946 <trans-unit id="1679841953757186358" datatype="html">
6910 <source>Mark as accepted</source> 6947 <source>Mark as accepted</source>
6911 <target state="new">Mark as accepted</target> 6948 <target state="new">Mark as accepted</target>
6912 6949
6913 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 6950 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
6914 <trans-unit id="7993358694073742566" datatype="html"> 6951 <trans-unit id="7993358694073742566" datatype="html">
6915 <source>Mark as rejected</source> 6952 <source>Mark as rejected</source>
6916 <target state="new">Mark as rejected</target> 6953 <target state="new">Mark as rejected</target>
6917 6954
6918 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 6955 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
6919 <trans-unit id="4175703770051343108" datatype="html"> 6956 <trans-unit id="4175703770051343108" datatype="html">
6920 <source>Add internal note</source> 6957 <source>Add internal note</source>
6921 <target state="new">Add internal note</target> 6958 <target state="new">Add internal note</target>
6922 6959
6923 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 6960 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
6924 <trans-unit id="296166371893775555" datatype="html"> 6961 <trans-unit id="296166371893775555" datatype="html">
6925 <source>Actions for the video</source> 6962 <source>Actions for the video</source>
6926 <target state="new">Actions for the video</target> 6963 <target state="new">Actions for the video</target>
6927 6964
6928 6965
6929 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 6966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
6930 <trans-unit id="3924877328520650445" datatype="html"> 6967 <trans-unit id="3924877328520650445" datatype="html">
6931 <source>Block video</source> 6968 <source>Block video</source>
6932 <target state="new">Block video</target> 6969 <target state="new">Block video</target>
6933 6970
6934 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 6971 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
6935 <trans-unit id="4762794934098378428" datatype="html"> 6972 <trans-unit id="4762794934098378428" datatype="html">
6936 <source>Video blocked.</source> 6973 <source>Video blocked.</source>
6937 <target state="new">Video blocked.</target> 6974 <target state="new">Video blocked.</target>
6938 6975
6939 6976
6940 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 6977 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
6941 <trans-unit id="4328862996304258770" datatype="html"> 6978 <trans-unit id="4328862996304258770" datatype="html">
6942 <source>Unblock video</source> 6979 <source>Unblock video</source>
6943 <target state="new">Unblock video</target> 6980 <target state="new">Unblock video</target>
6944 6981
6945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 6982 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
6946 <trans-unit id="9065327551191479877" datatype="html"> 6983 <trans-unit id="9065327551191479877" datatype="html">
6947 <source>Video unblocked.</source> 6984 <source>Video unblocked.</source>
6948 <target state="new">Video unblocked.</target> 6985 <target state="new">Video unblocked.</target>
6949 6986
6950 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 6987 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
6951 <trans-unit id="1250415136605923486" datatype="html"> 6988 <trans-unit id="1250415136605923486" datatype="html">
6952 <source>Do you really want to delete this abuse report?</source> 6989 <source>Do you really want to delete this abuse report?</source>
6953 <target state="new">Do you really want to delete this abuse report?</target> 6990 <target state="new">Do you really want to delete this abuse report?</target>
6954 6991
6955 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 6992 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
6956 <trans-unit id="3482559157143817408" datatype="html"> 6993 <trans-unit id="3482559157143817408" datatype="html">
6957 <source>Abuse deleted.</source> 6994 <source>Abuse deleted.</source>
6958 <target state="new">Abuse deleted.</target> 6995 <target state="new">Abuse deleted.</target>
6959 6996
6960 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 6997 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
6961 <trans-unit id="6282990098351939529" datatype="html"> 6998 <trans-unit id="6282990098351939529" datatype="html">
6962 <source>Deleted comment</source> 6999 <source>Deleted comment</source>
6963 <target state="new">Deleted comment</target> 7000 <target state="new">Deleted comment</target>
6964 7001
6965 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 7002 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
6966 <trans-unit id="9196775343330824083" datatype="html"> 7003 <trans-unit id="9196775343330824083" datatype="html">
6967 <source>Messages with reporter</source> 7004 <source>Messages with reporter</source>
6968 <target state="new">Messages with reporter</target> 7005 <target state="new">Messages with reporter</target>
6969 7006
6970 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 7007 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
6971 <trans-unit id="8770468575924421391" datatype="html"> 7008 <trans-unit id="8770468575924421391" datatype="html">
6972 <source>Messages with moderators</source> 7009 <source>Messages with moderators</source>
6973 <target state="new">Messages with moderators</target> 7010 <target state="new">Messages with moderators</target>
6974 7011
6975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 7012 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
6976 <trans-unit id="8528549800795985099" datatype="html"> 7013 <trans-unit id="8528549800795985099" datatype="html">
6977 <source>Update internal note</source> 7014 <source>Update internal note</source>
6978 <target state="new">Update internal note</target> 7015 <target state="new">Update internal note</target>
6979 7016
6980 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 7017 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
6981 <trans-unit id="3962242315365992494" datatype="html"> 7018 <trans-unit id="3962242315365992494" datatype="html">
6982 <source>Switch video block to manual</source> 7019 <source>Switch video block to manual</source>
6983 <target state="new">Switch video block to manual</target> 7020 <target state="new">Switch video block to manual</target>
6984 7021
6985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
6986 <trans-unit id="6906423861055262169" datatype="html"> 7023 <trans-unit id="6906423861055262169" datatype="html">
6987 <source>Video <x id="PH"/> switched to manual block.</source> 7024 <source>Video <x id="PH"/> switched to manual block.</source>
6988 <target state="new">Video 7025 <target state="new">Video
6989 <x id="PH"/> switched to manual block. 7026 <x id="PH"/> switched to manual block.
6990 </target> 7027 </target>
6991 7028
6992 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 7029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
6993 <trans-unit id="7293356040886494773" datatype="html"> 7030 <trans-unit id="7293356040886494773" datatype="html">
6994 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7031 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
6995 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7032 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
6996 7033
6997 7034
6998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 7035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
6999 <trans-unit id="4859202148272511129" datatype="html"> 7036 <trans-unit id="4859202148272511129" datatype="html">
7000 <source>Unblock</source> 7037 <source>Unblock</source>
7001 <target state="new">Unblock</target> 7038 <target state="new">Unblock</target>
7002 7039
7003 7040
7004 7041
7005 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7006 <trans-unit id="4922469417589203720" datatype="html"> 7043 <trans-unit id="4922469417589203720" datatype="html">
7007 <source>Video <x id="PH"/> unblocked.</source> 7044 <source>Video <x id="PH"/> unblocked.</source>
7008 <target state="new">Video 7045 <target state="new">Video
@@ -7010,7 +7047,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7010 </target> 7047 </target>
7011 7048
7012 7049
7013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 7050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7014 <trans-unit id="6286037250766429054" datatype="html"> 7051 <trans-unit id="6286037250766429054" datatype="html">
7015 <source>yes</source> 7052 <source>yes</source>
7016 <target state="new">yes</target> 7053 <target state="new">yes</target>
@@ -7236,7 +7273,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7236 7273
7237 7274
7238 7275
7239 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit> 7276 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7240 <trans-unit id="5076187961693950167" datatype="html"> 7277 <trans-unit id="5076187961693950167" datatype="html">
7241 <source>Standard logs</source> 7278 <source>Standard logs</source>
7242 <target state="new">Standard logs</target> 7279 <target state="new">Standard logs</target>
@@ -7274,13 +7311,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7274 <source>Update user password</source> 7311 <source>Update user password</source>
7275 <target state="new">Update user password</target> 7312 <target state="new">Update user password</target>
7276 7313
7277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit><trans-unit id="177544274549739411" datatype="html"> 7314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group></trans-unit>
7278 <source>Following list</source><target state="new">Following list</target>
7279
7280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group></trans-unit><trans-unit id="8092429110007204784" datatype="html">
7281 <source>Followers list</source><target state="new">Followers list</target>
7282
7283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group></trans-unit>
7284 <trans-unit id="780323526182667308" datatype="html"> 7315 <trans-unit id="780323526182667308" datatype="html">
7285 <source>User <x id="PH"/> updated.</source> 7316 <source>User <x id="PH"/> updated.</source>
7286 <target state="new">User 7317 <target state="new">User
@@ -7311,13 +7342,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="8564701209009684429" datatype="html"> 7342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/users.routes.ts</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="8564701209009684429" datatype="html">
7312 <source>Federation</source><target state="new">Federation</target> 7343 <source>Federation</source><target state="new">Federation</target>
7313 7344
7314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="4682675125751819107" datatype="html"> 7345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit>
7315 <source>Instances you follow</source><target state="new">Instances you follow</target>
7316
7317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="8899833753704589712" datatype="html">
7318 <source>Instances following you</source><target state="new">Instances following you</target>
7319
7320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group></trans-unit>
7321 <trans-unit id="3767259920053407667" datatype="html"> 7346 <trans-unit id="3767259920053407667" datatype="html">
7322 <source>Videos will be deleted, comments will be tombstoned.</source> 7347 <source>Videos will be deleted, comments will be tombstoned.</source>
7323 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7348 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7345,7 +7370,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7345 <target state="new">Set Email as Verified</target> 7370 <target state="new">Set Email as Verified</target>
7346 7371
7347 7372
7348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7374 <source>Created</source><target state="new">Created</target>
7375 <context-group purpose="location">
7376 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7377 <context context-type="linenumber">115</context>
7378 </context-group>
7379 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7380 <source>Daily quota</source><target state="new">Daily quota</target>
7381 <context-group purpose="location">
7382 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7383 <context context-type="linenumber">120</context>
7384 </context-group>
7385 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7386 <source>Last login</source><target state="new">Last login</target>
7387 <context-group purpose="location">
7388 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7389 <context context-type="linenumber">122</context>
7390 </context-group>
7391 </trans-unit>
7349 <trans-unit id="3403978719736970622" datatype="html"> 7392 <trans-unit id="3403978719736970622" datatype="html">
7350 <source>You cannot ban root.</source> 7393 <source>You cannot ban root.</source>
7351 <target state="new">You cannot ban root.</target> 7394 <target state="new">You cannot ban root.</target>
@@ -7650,12 +7693,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
7650 <x id="PH"/> created. 7693 <x id="PH"/> created.
7651 </target> 7694 </target>
7652 7695
7653 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 7696 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7654 <trans-unit id="8723777130353305761" datatype="html"> 7697 <trans-unit id="8723777130353305761" datatype="html">
7655 <source>This name already exists on this instance.</source> 7698 <source>This name already exists on this instance.</source>
7656 <target state="new">This name already exists on this instance.</target> 7699 <target state="new">This name already exists on this instance.</target>
7657 7700
7658 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 7701 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7659 <trans-unit id="7589345916094713536" datatype="html"> 7702 <trans-unit id="7589345916094713536" datatype="html">
7660 <source>Video channel <x id="PH"/> updated.</source> 7703 <source>Video channel <x id="PH"/> updated.</source>
7661 <target state="new">Video channel 7704 <target state="new">Video channel
@@ -7672,13 +7715,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7672 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 7715 <source>Banner deleted.</source><target state="new">Banner deleted.</target>
7673 7716
7674 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 7717 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7675 <trans-unit id="2575302837003821736" datatype="html"> 7718
7676 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7677 <target state="new">Please type the display name of the video channel (
7678 <x id="PH"/>) to confirm
7679 </target>
7680
7681 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
7682 <trans-unit id="624066830180032195" datatype="html"> 7719 <trans-unit id="624066830180032195" datatype="html">
7683 <source>Video channel <x id="PH"/> deleted.</source> 7720 <source>Video channel <x id="PH"/> deleted.</source>
7684 <target state="new">Video channel 7721 <target state="new">Video channel
@@ -7821,7 +7858,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
7821 <source>Ownership change request sent.</source> 7858 <source>Ownership change request sent.</source>
7822 <target state="new">Ownership change request sent.</target> 7859 <target state="new">Ownership change request sent.</target>
7823 7860
7824 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 7861 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group></trans-unit><trans-unit id="7699622144571229146" datatype="html">
7862 <source>Sort by</source><target state="new">Sort by</target>
7863 <context-group purpose="location">
7864 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
7865 <context context-type="linenumber">26</context>
7866 </context-group>
7867 </trans-unit>
7825 <trans-unit id="3245220240937722814" datatype="html"> 7868 <trans-unit id="3245220240937722814" datatype="html">
7826 <source>My channels</source> 7869 <source>My channels</source>
7827 <target state="new">My channels</target> 7870 <target state="new">My channels</target>
@@ -7876,10 +7919,10 @@ channel with the same name (<x id="PH_2"/>)!</target>
7876 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/preview-upload.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="6489275254908395777" datatype="html"> 7919 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.ts</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/preview-upload.component.ts</context><context context-type="linenumber">39</context></context-group></trans-unit><trans-unit id="6489275254908395777" datatype="html">
7877 <source>Maximize editor</source><target state="new">Maximize editor</target> 7920 <source>Maximize editor</source><target state="new">Maximize editor</target>
7878 7921
7879 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="4243591013849340688" datatype="html"> 7922 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit><trans-unit id="4243591013849340688" datatype="html">
7880 <source>Exit maximized editor</source><target state="new">Exit maximized editor</target> 7923 <source>Exit maximized editor</source><target state="new">Exit maximized editor</target>
7881 7924
7882 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 7925 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
7883 <trans-unit id="6537885755702623401" datatype="html"> 7926 <trans-unit id="6537885755702623401" datatype="html">
7884 <source>Now please check your emails to verify your account and complete signup.</source> 7927 <source>Now please check your emails to verify your account and complete signup.</source>
7885 <target state="new">Now please check your emails to verify your account and complete signup.</target> 7928 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -7916,7 +7959,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7916 <target state="new">Subscribe to the account</target> 7959 <target state="new">Subscribe to the account</target>
7917 7960
7918 7961
7919 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 7962 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
7920 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 7963 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
7921 <context-group purpose="location"> 7964 <context-group purpose="location">
7922 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 7965 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -7963,34 +8006,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
7963 <source>Go to my subscriptions</source> 8006 <source>Go to my subscriptions</source>
7964 <target state="new">Go to my subscriptions</target> 8007 <target state="new">Go to my subscriptions</target>
7965 8008
7966 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group></trans-unit> 8009 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
7967 <trans-unit id="1136469849928650779" datatype="html"> 8010 <trans-unit id="1136469849928650779" datatype="html">
7968 <source>Go to my videos</source> 8011 <source>Go to my videos</source>
7969 <target state="new">Go to my videos</target> 8012 <target state="new">Go to my videos</target>
7970 8013
7971 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit> 8014 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7972 <trans-unit id="7836683738999600376" datatype="html"> 8015 <trans-unit id="7836683738999600376" datatype="html">
7973 <source>Go to my imports</source> 8016 <source>Go to my imports</source>
7974 <target state="new">Go to my imports</target> 8017 <target state="new">Go to my imports</target>
7975 8018
7976 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 8019 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
7977 <trans-unit id="7511292153332773503" datatype="html"> 8020 <trans-unit id="7511292153332773503" datatype="html">
7978 <source>Go to my channels</source> 8021 <source>Go to my channels</source>
7979 <target state="new">Go to my channels</target> 8022 <target state="new">Go to my channels</target>
7980 8023
7981 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="2013324644839511073" datatype="html"> 8024 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="2013324644839511073" datatype="html">
7982 <source>Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8025 <source>Cannot retrieve OAuth Client credentials: <x id="PH"/>.
7983Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8026Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
7984Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8027Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
7985 8028
7986 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group></trans-unit> 8029 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
7987 8030
7988 8031
7989 <trans-unit id="375263728166936544" datatype="html"> 8032 <trans-unit id="375263728166936544" datatype="html">
7990 <source>You need to reconnect.</source> 8033 <source>You need to reconnect.</source>
7991 <target state="new">You need to reconnect.</target> 8034 <target state="new">You need to reconnect.</target>
7992 8035
7993 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group></trans-unit> 8036 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
7994 <trans-unit id="2206638022166154361" datatype="html"> 8037 <trans-unit id="2206638022166154361" datatype="html">
7995 <source>Keyboard Shortcuts:</source> 8038 <source>Keyboard Shortcuts:</source>
7996 <target state="new">Keyboard Shortcuts:</target> 8039 <target state="new">Keyboard Shortcuts:</target>
@@ -8001,6 +8044,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8001 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8044 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8002 <context context-type="linenumber">98</context> 8045 <context context-type="linenumber">98</context>
8003 </context-group> 8046 </context-group>
8047 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8048 <source>In my library</source><target state="new">In my library</target>
8049 <context-group purpose="location">
8050 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8051 <context context-type="linenumber">104</context>
8052 </context-group>
8004 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 8053 </trans-unit><trans-unit id="232050922346936574" datatype="html">
8005 <source>Trending</source><target state="new">Trending</target> 8054 <source>Trending</source><target state="new">Trending</target>
8006 8055
@@ -8024,38 +8073,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8024 <source>Incorrect username or password.</source> 8073 <source>Incorrect username or password.</source>
8025 <target state="new">Incorrect username or password.</target> 8074 <target state="new">Incorrect username or password.</target>
8026 8075
8027 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 8076 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8028 <trans-unit id="6974874606619467663" datatype="html"> 8077 <trans-unit id="6974874606619467663" datatype="html">
8029 <source>Your account is blocked.</source> 8078 <source>Your account is blocked.</source>
8030 <target state="new">Your account is blocked.</target> 8079 <target state="new">Your account is blocked.</target>
8031 8080
8032 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 8081 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8033 8082
8034 <trans-unit id="7939914198003891823" datatype="html"> 8083 <trans-unit id="7939914198003891823" datatype="html">
8035 <source>any language</source> 8084 <source>any language</source>
8036 <target state="new">any language</target> 8085 <target state="new">any language</target>
8037 8086
8038 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8087 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8039 <trans-unit id="5633144232269377096" datatype="html"> 8088 <trans-unit id="5633144232269377096" datatype="html">
8040 <source>hide</source> 8089 <source>hide</source>
8041 <target state="new">hide</target> 8090 <target state="new">hide</target>
8042 8091
8043 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8092 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8044 <trans-unit id="8603861867909474404" datatype="html"> 8093 <trans-unit id="8603861867909474404" datatype="html">
8045 <source>blur</source> 8094 <source>blur</source>
8046 <target state="new">blur</target> 8095 <target state="new">blur</target>
8047 8096
8048 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8097 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8049 <trans-unit id="4534458451100881847" datatype="html"> 8098 <trans-unit id="4534458451100881847" datatype="html">
8050 <source>display</source> 8099 <source>display</source>
8051 <target state="new">display</target> 8100 <target state="new">display</target>
8052 8101
8053 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8102 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8054 <trans-unit id="4467323362722952678" datatype="html"> 8103 <trans-unit id="4467323362722952678" datatype="html">
8055 <source>Unknown</source> 8104 <source>Unknown</source>
8056 <target state="new">Unknown</target> 8105 <target state="new">Unknown</target>
8057 8106
8058 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8107 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8059 <trans-unit id="8781423666414310853" datatype="html"> 8108 <trans-unit id="8781423666414310853" datatype="html">
8060 <source>Your password has been successfully reset!</source> 8109 <source>Your password has been successfully reset!</source>
8061 <target state="new">Your password has been successfully reset!</target> 8110 <target state="new">Your password has been successfully reset!</target>
@@ -8150,12 +8199,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8150 <source>Search index is unavailable. Retrying with instance results instead.</source> 8199 <source>Search index is unavailable. Retrying with instance results instead.</source>
8151 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8200 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8152 8201
8153 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8202 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8154 <trans-unit id="307702206382241469" datatype="html"> 8203 <trans-unit id="307702206382241469" datatype="html">
8155 <source>Search error</source> 8204 <source>Search error</source>
8156 <target state="new">Search error</target> 8205 <target state="new">Search error</target>
8157 8206
8158 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit><trans-unit id="4580988005648117665" datatype="html"> 8207 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8208 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8209 <context-group purpose="location">
8210 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8211 <context context-type="linenumber">329</context>
8212 </context-group>
8213 </trans-unit><trans-unit id="4580988005648117665" datatype="html">
8159 <source>Search</source><target state="new">Search</target> 8214 <source>Search</source><target state="new">Search</target>
8160 8215
8161 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7804724824750282316" datatype="html"> 8216 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">242</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="7804724824750282316" datatype="html">
@@ -9345,19 +9400,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9345 </target> 9400 </target>
9346 9401
9347 9402
9348 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9403 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9349 <trans-unit id="1595779426198793580" datatype="html"> 9404 <trans-unit id="1595779426198793580" datatype="html">
9350 <source>Mute server</source> 9405 <source>Mute server</source>
9351 <target state="new">Mute server</target> 9406 <target state="new">Mute server</target>
9352 9407
9353 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9408 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9354 <trans-unit id="8014491157078444256" datatype="html"> 9409 <trans-unit id="8014491157078444256" datatype="html">
9355 <source>Server <x id="PH"/> muted by the instance.</source> 9410 <source>Server <x id="PH"/> muted by the instance.</source>
9356 <target state="new">Server 9411 <target state="new">Server
9357 <x id="PH"/> muted by the instance. 9412 <x id="PH"/> muted by the instance.
9358 </target> 9413 </target>
9359 9414
9360 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9415 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9361 <trans-unit id="2044813052587776285" datatype="html"> 9416 <trans-unit id="2044813052587776285" datatype="html">
9362 <source>Add a message to communicate with the reporter</source> 9417 <source>Add a message to communicate with the reporter</source>
9363 <target state="new">Add a message to communicate with the reporter</target> 9418 <target state="new">Add a message to communicate with the reporter</target>
@@ -9598,17 +9653,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9598 <x id="PH"/> minutes. 9653 <x id="PH"/> minutes.
9599 </target> 9654 </target>
9600 9655
9601 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 9656 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9602 <trans-unit id="4965472196059235310" datatype="html"> 9657 <trans-unit id="4965472196059235310" datatype="html">
9603 <source>Too many attempts, please try again later.</source> 9658 <source>Too many attempts, please try again later.</source>
9604 <target state="new">Too many attempts, please try again later.</target> 9659 <target state="new">Too many attempts, please try again later.</target>
9605 9660
9606 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group></trans-unit> 9661 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9607 <trans-unit id="1693549688987384699" datatype="html"> 9662 <trans-unit id="1693549688987384699" datatype="html">
9608 <source>Server error. Please retry later.</source> 9663 <source>Server error. Please retry later.</source>
9609 <target state="new">Server error. Please retry later.</target> 9664 <target state="new">Server error. Please retry later.</target>
9610 9665
9611 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 9666 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9612 <trans-unit id="5927402622550505067" datatype="html"> 9667 <trans-unit id="5927402622550505067" datatype="html">
9613 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9668 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9614 <target state="new">Subscribed to all current channels of 9669 <target state="new">Subscribed to all current channels of
@@ -9726,27 +9781,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9726 <source>Delete video</source> 9781 <source>Delete video</source>
9727 <target state="new">Delete video</target> 9782 <target state="new">Delete video</target>
9728 9783
9729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 9784 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9730 <trans-unit id="2210418817778733727" datatype="html"> 9785 <trans-unit id="2210418817778733727" datatype="html">
9731 <source>Actions for the comment</source> 9786 <source>Actions for the comment</source>
9732 <target state="new">Actions for the comment</target> 9787 <target state="new">Actions for the comment</target>
9733 9788
9734 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 9789 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9735 <trans-unit id="7978668497183230348" datatype="html"> 9790 <trans-unit id="7978668497183230348" datatype="html">
9736 <source>Delete comment</source> 9791 <source>Delete comment</source>
9737 <target state="new">Delete comment</target> 9792 <target state="new">Delete comment</target>
9738 9793
9739 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 9794 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9740 <trans-unit id="6747218355168080191" datatype="html"> 9795 <trans-unit id="6747218355168080191" datatype="html">
9741 <source>Do you really want to delete this comment?</source> 9796 <source>Do you really want to delete this comment?</source>
9742 <target state="new">Do you really want to delete this comment?</target> 9797 <target state="new">Do you really want to delete this comment?</target>
9743 9798
9744 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 9799 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9745 <trans-unit id="7837272126865175984" datatype="html"> 9800 <trans-unit id="7837272126865175984" datatype="html">
9746 <source>Comment deleted.</source> 9801 <source>Comment deleted.</source>
9747 <target state="new">Comment deleted.</target> 9802 <target state="new">Comment deleted.</target>
9748 9803
9749 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 9804 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9750 <trans-unit id="346270517625845962" datatype="html"> 9805 <trans-unit id="346270517625845962" datatype="html">
9751 <source>Encoder</source> 9806 <source>Encoder</source>
9752 <target state="new">Encoder</target> 9807 <target state="new">Encoder</target>
@@ -9787,30 +9842,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9787 <source>Video reported.</source> 9842 <source>Video reported.</source>
9788 <target state="new">Video reported.</target> 9843 <target state="new">Video reported.</target>
9789 9844
9790 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 9845 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9791 <trans-unit id="3622946684246476652" datatype="html"> 9846 <trans-unit id="3622946684246476652" datatype="html">
9792 <source>Do you really want to delete this video?</source> 9847 <source>Do you really want to delete this video?</source>
9793 <target state="new">Do you really want to delete this video?</target> 9848 <target state="new">Do you really want to delete this video?</target>
9794 9849
9795 9850
9796 9851
9797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 9852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9798 <trans-unit id="3941342949736653028" datatype="html"> 9853 <trans-unit id="3941342949736653028" datatype="html">
9799 <source>Video deleted.</source> 9854 <source>Video deleted.</source>
9800 <target state="new">Video deleted.</target> 9855 <target state="new">Video deleted.</target>
9801 9856
9802 9857
9803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 9858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9804 <trans-unit id="5072091387445907742" datatype="html"> 9859 <trans-unit id="5072091387445907742" datatype="html">
9805 <source>Actions for the reporter</source> 9860 <source>Actions for the reporter</source>
9806 <target state="new">Actions for the reporter</target> 9861 <target state="new">Actions for the reporter</target>
9807 9862
9808 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 9863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9809 <trans-unit id="6599069899275412095" datatype="html"> 9864 <trans-unit id="6599069899275412095" datatype="html">
9810 <source>Mute reporter</source> 9865 <source>Mute reporter</source>
9811 <target state="new">Mute reporter</target> 9866 <target state="new">Mute reporter</target>
9812 9867
9813 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 9868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9814 <trans-unit id="2990849907502572301" datatype="html"> 9869 <trans-unit id="2990849907502572301" datatype="html">
9815 <source>This video will be duplicated by your instance.</source> 9870 <source>This video will be duplicated by your instance.</source>
9816 <target state="new">This video will be duplicated by your instance.</target> 9871 <target state="new">This video will be duplicated by your instance.</target>
@@ -9867,7 +9922,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9867 <target state="new">Mute account</target> 9922 <target state="new">Mute account</target>
9868 9923
9869 9924
9870 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit><trans-unit id="4021487547497211597" datatype="html"> 9925 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit><trans-unit id="4021487547497211597" datatype="html">
9871 <source>Open video actions</source><target state="new">Open video actions</target> 9926 <source>Open video actions</source><target state="new">Open video actions</target>
9872 <context-group purpose="location"> 9927 <context-group purpose="location">
9873 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context> 9928 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.html</context>
@@ -9882,7 +9937,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9882 <source>Mute server account</source> 9937 <source>Mute server account</source>
9883 <target state="new">Mute server account</target> 9938 <target state="new">Mute server account</target>
9884 9939
9885 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 9940 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
9886 <trans-unit id="7008439939460403347" datatype="html"> 9941 <trans-unit id="7008439939460403347" datatype="html">
9887 <source>Report</source> 9942 <source>Report</source>
9888 <target state="new">Report</target> 9943 <target state="new">Report</target>
@@ -9980,28 +10035,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9980 <source>Only I can see this video</source> 10035 <source>Only I can see this video</source>
9981 <target state="new">Only I can see this video</target> 10036 <target state="new">Only I can see this video</target>
9982 10037
9983 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 10038 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
9984 <trans-unit id="6767380569816110388" datatype="html"> 10039 <trans-unit id="6767380569816110388" datatype="html">
9985 <source>Only shareable via a private link</source> 10040 <source>Only shareable via a private link</source>
9986 <target state="new">Only shareable via a private link</target> 10041 <target state="new">Only shareable via a private link</target>
9987 10042
9988 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 10043 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
9989 <trans-unit id="6828965264297239528" datatype="html"> 10044 <trans-unit id="6828965264297239528" datatype="html">
9990 <source>Anyone can see this video</source> 10045 <source>Anyone can see this video</source>
9991 <target state="new">Anyone can see this video</target> 10046 <target state="new">Anyone can see this video</target>
9992 10047
9993 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10048 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
9994 <trans-unit id="1425933035739773115" datatype="html"> 10049 <trans-unit id="1425933035739773115" datatype="html">
9995 <source>Only users of this instance can see this video</source> 10050 <source>Only users of this instance can see this video</source>
9996 <target state="new">Only users of this instance can see this video</target> 10051 <target state="new">Only users of this instance can see this video</target>
9997 10052
9998 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit><trans-unit id="8312101634344200207" datatype="html"> 10053 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit><trans-unit id="8312101634344200207" datatype="html">
9999 <source><x id="PH" equiv-text="this.views"/> viewers</source><target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10054 <source><x id="PH" equiv-text="this.views"/> viewers</source><target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10000 10055
10001 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit><trans-unit id="7756087706411154095" datatype="html"> 10056 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="7756087706411154095" datatype="html">
10002 <source><x id="PH" equiv-text="this.views"/> views</source><target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10057 <source><x id="PH" equiv-text="this.views"/> views</source><target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10003 10058
10004 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit><trans-unit id="ngb.alert.close" datatype="html"> 10059 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit><trans-unit id="ngb.alert.close" datatype="html">
10005 <source>Close</source><target state="new">Close</target> 10060 <source>Close</source><target state="new">Close</target>
10006 10061
10007 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="ngb.carousel.slide-number" datatype="html"> 10062 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/src/alert/alert.ts</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="ngb.carousel.slide-number" datatype="html">
@@ -10111,20 +10166,20 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10111 <source>Your video was uploaded to your account and is private.</source> 10166 <source>Your video was uploaded to your account and is private.</source>
10112 <target state="new">Your video was uploaded to your account and is private.</target> 10167 <target state="new">Your video was uploaded to your account and is private.</target>
10113 10168
10114 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10169 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10115 <trans-unit id="5699822024600815733" datatype="html"> 10170 <trans-unit id="5699822024600815733" datatype="html">
10116 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10171 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10117 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target> 10172 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target>
10118 10173
10119 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10174 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10120 <trans-unit id="1219739004043110649" datatype="html"> 10175 <trans-unit id="1219739004043110649" datatype="html">
10121 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10176 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10122 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target> 10177 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target>
10123 10178
10124 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit><trans-unit id="6932865105766151309" datatype="html"> 10179 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit><trans-unit id="6932865105766151309" datatype="html">
10125 <source>Upload</source><target state="new">Upload</target> 10180 <source>Upload</source><target state="new">Upload</target>
10126 10181
10127 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10182 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10128 <trans-unit id="8278735427925094503" datatype="html"> 10183 <trans-unit id="8278735427925094503" datatype="html">
10129 <source>Upload 10184 <source>Upload
10130 <x id="PH"/> 10185 <x id="PH"/>
@@ -10133,13 +10188,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10133 <x id="PH"/> 10188 <x id="PH"/>
10134 </target> 10189 </target>
10135 10190
10136 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10191 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10137 10192
10138 <trans-unit id="5981816353437801748" datatype="html"> 10193 <trans-unit id="5981816353437801748" datatype="html">
10139 <source>Video published.</source> 10194 <source>Video published.</source>
10140 <target state="new">Video published.</target> 10195 <target state="new">Video published.</target>
10141 10196
10142 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10197 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10143 10198
10144 10199
10145 <trans-unit id="764164089183618119" datatype="html"> 10200 <trans-unit id="764164089183618119" datatype="html">
@@ -10203,26 +10258,26 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10203 <trans-unit id="961774488937452220" datatype="html"> 10258 <trans-unit id="961774488937452220" datatype="html">
10204 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source><target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10259 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source><target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10205 10260
10206 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit><trans-unit id="5761611056224181752" datatype="html"> 10261 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit><trans-unit id="5761611056224181752" datatype="html">
10207 <source>Redirection</source><target state="new">Redirection</target> 10262 <source>Redirection</source><target state="new">Redirection</target>
10208 10263
10209 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10264 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10210 10265
10211 <trans-unit id="8858527736400081688" datatype="html"> 10266 <trans-unit id="8858527736400081688" datatype="html">
10212 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10267 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10213 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target> 10268 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target>
10214 10269
10215 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10270 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10216 <trans-unit id="3937119019020041049" datatype="html"> 10271 <trans-unit id="3937119019020041049" datatype="html">
10217 <source>Mature or explicit content</source> 10272 <source>Mature or explicit content</source>
10218 <target state="new">Mature or explicit content</target> 10273 <target state="new">Mature or explicit content</target>
10219 10274
10220 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10275 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10221 <trans-unit id="1755474755114288376" datatype="html"> 10276 <trans-unit id="1755474755114288376" datatype="html">
10222 <source>Up Next</source> 10277 <source>Up Next</source>
10223 <target state="new">Up Next</target> 10278 <target state="new">Up Next</target>
10224 10279
10225 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit><trans-unit id="2159130950882492111" datatype="html"> 10280 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit><trans-unit id="2159130950882492111" datatype="html">
10226 <source>Cancel</source><target state="new">Cancel</target> 10281 <source>Cancel</source><target state="new">Cancel</target>
10227 10282
10228 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">646</context></context-group></trans-unit> 10283 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">646</context></context-group></trans-unit>
@@ -10230,62 +10285,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10230 <source>Autoplay is suspended</source> 10285 <source>Autoplay is suspended</source>
10231 <target state="new">Autoplay is suspended</target> 10286 <target state="new">Autoplay is suspended</target>
10232 10287
10233 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10288 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10234 <trans-unit id="7895294730547405228" datatype="html"> 10289 <trans-unit id="7895294730547405228" datatype="html">
10235 <source>Enter/exit fullscreen (requires player focus)</source> 10290 <source>Enter/exit fullscreen (requires player focus)</source>
10236 <target state="new">Enter/exit fullscreen (requires player focus)</target> 10291 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10237 10292
10238 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10293 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10239 <trans-unit id="7618388257165864759" datatype="html"> 10294 <trans-unit id="7618388257165864759" datatype="html">
10240 <source>Play/Pause the video (requires player focus)</source> 10295 <source>Play/Pause the video (requires player focus)</source>
10241 <target state="new">Play/Pause the video (requires player focus)</target> 10296 <target state="new">Play/Pause the video (requires player focus)</target>
10242 10297
10243 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10298 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10244 <trans-unit id="7761890399634216630" datatype="html"> 10299 <trans-unit id="7761890399634216630" datatype="html">
10245 <source>Mute/unmute the video (requires player focus)</source> 10300 <source>Mute/unmute the video (requires player focus)</source>
10246 <target state="new">Mute/unmute the video (requires player focus)</target> 10301 <target state="new">Mute/unmute the video (requires player focus)</target>
10247 10302
10248 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10303 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10249 <trans-unit id="5996585232248234904" datatype="html"> 10304 <trans-unit id="5996585232248234904" datatype="html">
10250 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10305 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10251 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10306 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10252 10307
10253 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10308 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10254 <trans-unit id="3748765405903319998" datatype="html"> 10309 <trans-unit id="3748765405903319998" datatype="html">
10255 <source>Increase the volume (requires player focus)</source> 10310 <source>Increase the volume (requires player focus)</source>
10256 <target state="new">Increase the volume (requires player focus)</target> 10311 <target state="new">Increase the volume (requires player focus)</target>
10257 10312
10258 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10313 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10259 <trans-unit id="5810704036407159982" datatype="html"> 10314 <trans-unit id="5810704036407159982" datatype="html">
10260 <source>Decrease the volume (requires player focus)</source> 10315 <source>Decrease the volume (requires player focus)</source>
10261 <target state="new">Decrease the volume (requires player focus)</target> 10316 <target state="new">Decrease the volume (requires player focus)</target>
10262 10317
10263 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10318 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10264 <trans-unit id="2622048822548065691" datatype="html"> 10319 <trans-unit id="2622048822548065691" datatype="html">
10265 <source>Seek the video forward (requires player focus)</source> 10320 <source>Seek the video forward (requires player focus)</source>
10266 <target state="new">Seek the video forward (requires player focus)</target> 10321 <target state="new">Seek the video forward (requires player focus)</target>
10267 10322
10268 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10323 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10269 <trans-unit id="6540078205109221153" datatype="html"> 10324 <trans-unit id="6540078205109221153" datatype="html">
10270 <source>Seek the video backward (requires player focus)</source> 10325 <source>Seek the video backward (requires player focus)</source>
10271 <target state="new">Seek the video backward (requires player focus)</target> 10326 <target state="new">Seek the video backward (requires player focus)</target>
10272 10327
10273 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10328 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10274 <trans-unit id="1956491957766210808" datatype="html"> 10329 <trans-unit id="1956491957766210808" datatype="html">
10275 <source>Increase playback rate (requires player focus)</source> 10330 <source>Increase playback rate (requires player focus)</source>
10276 <target state="new">Increase playback rate (requires player focus)</target> 10331 <target state="new">Increase playback rate (requires player focus)</target>
10277 10332
10278 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10279 <trans-unit id="5495529997674803186" datatype="html"> 10334 <trans-unit id="5495529997674803186" datatype="html">
10280 <source>Decrease playback rate (requires player focus)</source> 10335 <source>Decrease playback rate (requires player focus)</source>
10281 <target state="new">Decrease playback rate (requires player focus)</target> 10336 <target state="new">Decrease playback rate (requires player focus)</target>
10282 10337
10283 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10338 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10284 <trans-unit id="3178343147230721210" datatype="html"> 10339 <trans-unit id="3178343147230721210" datatype="html">
10285 <source>Navigate in the video frame by frame (requires player focus)</source> 10340 <source>Navigate in the video frame by frame (requires player focus)</source>
10286 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 10341 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10287 10342
10288 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10343 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10289 <trans-unit id="8025996572234182184" datatype="html"> 10344 <trans-unit id="8025996572234182184" datatype="html">
10290 <source>Like the video</source> 10345 <source>Like the video</source>
10291 <target state="new">Like the video</target> 10346 <target state="new">Like the video</target>
diff --git a/client/src/locale/angular.th-TH.xlf b/client/src/locale/angular.th-TH.xlf
index 4cfdc4f61..5288d7846 100644
--- a/client/src/locale/angular.th-TH.xlf
+++ b/client/src/locale/angular.th-TH.xlf
@@ -247,7 +247,6 @@
247 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group> 247 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group>
248 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group> 248 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group>
249 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group> 249 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group>
250 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
251 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 250 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group>
252 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group> 251 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group>
253 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group> 252 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group>
@@ -325,7 +324,7 @@
325 <target>สร้าง</target> 324 <target>สร้าง</target>
326 <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> 325 <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>
327 <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> 326 <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>
328 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 327 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group>
329 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 328 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
330 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 329 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 330 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group>
@@ -336,9 +335,9 @@
336 <trans-unit id="1006562256968398209" datatype="html"> 335 <trans-unit id="1006562256968398209" datatype="html">
337 <source>video</source> 336 <source>video</source>
338 <target state="translated">วิดีโอ</target> 337 <target state="translated">วิดีโอ</target>
339 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group> 338
340 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group> 339
341 </trans-unit> 340 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
342 <trans-unit id="6438815964972582865" datatype="html"> 341 <trans-unit id="6438815964972582865" datatype="html">
343 <source>The following link contains a private token and should not be shared with anyone.</source> 342 <source>The following link contains a private token and should not be shared with anyone.</source>
344 <target state="new"> The following link contains a private token and should not be shared with anyone. </target> 343 <target state="new"> The following link contains a private token and should not be shared with anyone. </target>
@@ -410,13 +409,13 @@
410 <trans-unit id="6995024616159044376" datatype="html"> 409 <trans-unit id="6995024616159044376" datatype="html">
411 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 410 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
412 <target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 411 <target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
413 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group> 412
414 </trans-unit> 413 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
415 <trans-unit id="7873395933409147217" datatype="html"> 414 <trans-unit id="7873395933409147217" datatype="html">
416 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 415 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
417 <target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 416 <target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
418 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group> 417
419 </trans-unit> 418 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
420 <trans-unit id="5235042777215655908" datatype="html"> 419 <trans-unit id="5235042777215655908" datatype="html">
421 <source>subtitles</source> 420 <source>subtitles</source>
422 <target state="translated">คำบรรยายใต้ภาพ</target> 421 <target state="translated">คำบรรยายใต้ภาพ</target>
@@ -653,31 +652,31 @@
653 <trans-unit id="7022070615528435141"> 652 <trans-unit id="7022070615528435141">
654 <source>Delete</source> 653 <source>Delete</source>
655 <target>ลบ</target> 654 <target>ลบ</target>
656 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group> 655
657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group> 656
658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group> 657
659 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group> 658
660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group> 659
661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group> 660
662 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group> 661
663 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group> 662
664 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group> 663
665 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group> 664
666 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group> 665
667 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group> 666
668 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group> 667
669 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</context></context-group> 668
670 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">178</context></context-group> 669
671 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group> 670
672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 671
673 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group> 672
674 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group> 673
675 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group> 674
676 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group> 675
677 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group> 676
678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group> 677
679 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group> 678
680 </trans-unit> 679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
681 <trans-unit id="158575725114802951" datatype="html"> 680 <trans-unit id="158575725114802951" datatype="html">
682 <source>Only live videos</source> 681 <source>Only live videos</source>
683 <target state="translated">เฉพาะวิดีโอสด</target> 682 <target state="translated">เฉพาะวิดีโอสด</target>
@@ -784,12 +783,7 @@
784 </trans-unit> 783 </trans-unit>
785 <trans-unit id="855178133027341271"> 784 <trans-unit id="855178133027341271">
786 <source><x id="START_TAG_SPAN"/>Remote subscribe<x id="CLOSE_TAG_SPAN"/><x id="START_TAG_SPAN_1"/>Remote interact<x id="CLOSE_TAG_SPAN"/></source> 785 <source><x id="START_TAG_SPAN"/>Remote subscribe<x id="CLOSE_TAG_SPAN"/><x id="START_TAG_SPAN_1"/>Remote interact<x id="CLOSE_TAG_SPAN"/></source>
787 <target> 786 <target><x id="START_TAG_SPAN"/>ติดตามผ่านเซิร์ฟเวอร์อื่น<x id="CLOSE_TAG_SPAN"/><x id="START_TAG_SPAN_1"/>โต้ตอบผ่านเซิร์ฟเวอร์อื่น<x id="CLOSE_TAG_SPAN"/></target>
788 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>ติดตามผ่านเว็บไซต์อื่น
789 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
790 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>โต้ตอบผ่านเว็บไซต์อื่น
791 <x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
792 </target>
793 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">11</context></context-group> 787 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">11</context></context-group>
794 </trans-unit> 788 </trans-unit>
795 <trans-unit id="6462281745850371027" datatype="html"> 789 <trans-unit id="6462281745850371027" datatype="html">
@@ -872,9 +866,10 @@
872 <trans-unit id="2602586221576511475"> 866 <trans-unit id="2602586221576511475">
873 <source>Video quota</source> 867 <source>Video quota</source>
874 <target>ปริมาณวิดีโอที่สามารถอัปโหลดได้</target> 868 <target>ปริมาณวิดีโอที่สามารถอัปโหลดได้</target>
875 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 870 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group>
872 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
878 </trans-unit> 873 </trans-unit>
879 <trans-unit id="1502595455339510144"> 874 <trans-unit id="1502595455339510144">
880 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 875 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
@@ -961,14 +956,42 @@
961 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 956 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
963 </trans-unit> 958 </trans-unit>
959 <trans-unit id="8726138323871139597" datatype="html">
960 <source>Following</source>
961 <target state="new">Following</target>
962 <context-group purpose="location">
963 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
964 <context context-type="linenumber">29</context>
965 </context-group>
966 <context-group purpose="location">
967 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
968 <context context-type="linenumber">31</context>
969 </context-group>
970 <context-group purpose="location">
971 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
972 <context context-type="linenumber">28</context>
973 </context-group>
974 </trans-unit>
975 <trans-unit id="4914577418256256836" datatype="html">
976 <source>Followers</source>
977 <target state="new">Followers</target>
978 <context-group purpose="location">
979 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
980 <context context-type="linenumber">34</context>
981 </context-group>
982 <context-group purpose="location">
983 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
984 <context context-type="linenumber">37</context>
985 </context-group>
986 </trans-unit>
964 <trans-unit id="3541687134897970106" datatype="html"> 987 <trans-unit id="3541687134897970106" datatype="html">
965 <source>followers</source> 988 <source>followers</source>
966 <target state="translated">เว็บไซต์อื่นที่ติดตามเว็บไซต์นี้</target> 989 <target state="translated">เซิร์ฟเวอร์อื่นที่ติดตามเซิร์ฟเวอร์นี้</target>
967 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">85</context></context-group> 990 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">85</context></context-group>
968 </trans-unit> 991 </trans-unit>
969 <trans-unit id="6751995972535426095" datatype="html"> 992 <trans-unit id="6751995972535426095" datatype="html">
970 <source>following</source> 993 <source>following</source>
971 <target state="translated">เ์ที่ติดตาม</target> 994 <target state="translated">เที่ติดตาม</target>
972 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">95</context></context-group> 995 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">95</context></context-group>
973 </trans-unit> 996 </trans-unit>
974 <trans-unit id="2605931708025789621" datatype="html"> 997 <trans-unit id="2605931708025789621" datatype="html">
@@ -1024,14 +1047,15 @@
1024 <source>Cancel</source> 1047 <source>Cancel</source>
1025 <target>ยกเลิก</target> 1048 <target>ยกเลิก</target>
1026 <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> 1049 <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>
1027 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group> 1050 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group>
1051 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group>
1028 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group> 1052 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group>
1029 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 1053 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
1030 <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> 1054 <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>
1031 <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">69</context></context-group> 1055 <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">69</context></context-group>
1032 <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">81</context></context-group> 1056 <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">81</context></context-group>
1033 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group> 1057 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group>
1034 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">408</context></context-group> 1058 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">415</context></context-group>
1035 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 1059 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
1036 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group> 1060 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group>
1037 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 1061 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group>
@@ -1107,18 +1131,12 @@
1107 <trans-unit id="7252854992688790751" datatype="html"> 1131 <trans-unit id="7252854992688790751" datatype="html">
1108 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1132 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1109 <target state="translated">เซิร์ฟเวอร์นี้เปิดให้ลงทะเบียนผู้ใช้ใหม่ อย่างไรก็ตาม โปรดตรวจสอบ<x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>เงื่อนไข<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>เงื่อนไข<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>อย่างระมัดระวังก่อนการสร้างบัญชี คุณสามารถหาเซิร์ฟเวอร์อื่นที่ตรงกับความต้องการของคุณโดยเฉพาะได้ที่: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 1133 <target state="translated">เซิร์ฟเวอร์นี้เปิดให้ลงทะเบียนผู้ใช้ใหม่ อย่างไรก็ตาม โปรดตรวจสอบ<x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>เงื่อนไข<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>เงื่อนไข<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>อย่างระมัดระวังก่อนการสร้างบัญชี คุณสามารถหาเซิร์ฟเวอร์อื่นที่ตรงกับความต้องการของคุณโดยเฉพาะได้ที่: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
1110 <context-group purpose="location"> 1134 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group>
1111 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1112 <context context-type="linenumber">60,62</context>
1113 </context-group>
1114 </trans-unit> 1135 </trans-unit>
1115 <trans-unit id="7215649348148521605" datatype="html"> 1136 <trans-unit id="7215649348148521605" datatype="html">
1116 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1137 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1117 <target state="translated">ณ ตอนนี้ เซิร์ฟเวอร์นี้ไม่เปิดให้ลงทะเบียนผู้ใช้ใหม่ คุณสามารถตรวจสอบ<x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>เงื่อนไข<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>เพื่อดูข้อมูลเพิ่มเติมหรือหาเซิร์ฟเวอร์อื่นที่ให้คุณสร้างบัญชีและอัปโหลดวิดีโอได้ หาเว็บไซต์ที่เหมาะกับคุณได้ที่: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target> 1138 <target state="translated">ณ ตอนนี้ เซิร์ฟเวอร์นี้ไม่เปิดให้ลงทะเบียนผู้ใช้ใหม่ คุณสามารถตรวจสอบ<x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>เงื่อนไข<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>เพื่อดูข้อมูลเพิ่มเติมหรือหาเซิร์ฟเวอร์อื่นที่ให้คุณสร้างบัญชีและอัปโหลดวิดีโอได้ หาเซิร์ฟเวอร์ที่เหมาะกับคุณได้ที่: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
1118 <context-group purpose="location"> 1139 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group>
1119 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1120 <context context-type="linenumber">65,67</context>
1121 </context-group>
1122 </trans-unit> 1140 </trans-unit>
1123 <trans-unit id="2392488717875840729"> 1141 <trans-unit id="2392488717875840729">
1124 <source>User</source> 1142 <source>User</source>
@@ -1131,65 +1149,67 @@
1131 <target>ชื่อผู้ใช้หรือที่อยู่อีเมล</target> 1149 <target>ชื่อผู้ใช้หรือที่อยู่อีเมล</target>
1132 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1150 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1133 </trans-unit> 1151 </trans-unit>
1152 <trans-unit id="1758058452376026925" datatype="html">
1153 <source>⚠️ Most email addresses do not include capital letters.</source>
1154 <target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1155 <context-group purpose="location">
1156 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1157 <context context-type="linenumber">33,34</context>
1158 </context-group>
1159 </trans-unit>
1134 <trans-unit id="1431416938026210429"> 1160 <trans-unit id="1431416938026210429">
1135 <source>Password</source> 1161 <source>Password</source>
1136 <target>รหัสผ่าน</target> 1162 <target>รหัสผ่าน</target>
1137 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1138 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1165 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group>
1166 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</context></context-group>
1139 <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> 1167 <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>
1140 <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> 1168 <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>
1141 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1169 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group>
1142 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1170 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group>
1143 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1144 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1145 </trans-unit> 1171 </trans-unit>
1146 <trans-unit id="8715156686857791956" datatype="html"> 1172 <trans-unit id="8715156686857791956" datatype="html">
1147 <source>Click here to reset your password</source> 1173 <source>Click here to reset your password</source>
1148 <target state="translated">คลิกที่นี่เพื่อรีเซ็ตรหัสผ่าน</target> 1174 <target state="translated">คลิกที่นี่เพื่อรีเซ็ตรหัสผ่าน</target>
1149 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1175 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1150 </trans-unit> 1176 </trans-unit>
1151 <trans-unit id="892063502898494584" datatype="html"> 1177 <trans-unit id="892063502898494584" datatype="html">
1152 <source>I forgot my password</source> 1178 <source>I forgot my password</source>
1153 <target state="translated">ฉันลืมรหัสผ่าน</target> 1179 <target state="translated">ฉันลืมรหัสผ่าน</target>
1154 <context-group purpose="location"> 1180 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1155 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1156 <context context-type="linenumber">47</context>
1157 </context-group>
1158 </trans-unit> 1181 </trans-unit>
1159 <trans-unit id="2101170466365500913" datatype="html"> 1182 <trans-unit id="2101170466365500913" datatype="html">
1160 <source>Logging into an account lets you publish content</source> 1183 <source>Logging into an account lets you publish content</source>
1161 <target state="translated">การเข้าสู่ระบบทำให้คุณสามารถเผยแพร่เนื้อหา</target> 1184 <target state="translated">การเข้าสู่ระบบทำให้คุณสามารถเผยแพร่เนื้อหา</target>
1162 <context-group purpose="location"> 1185 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group>
1163 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1164 <context context-type="linenumber">56,57</context>
1165 </context-group>
1166 </trans-unit> 1186 </trans-unit>
1167 <trans-unit id="2454050363478003966"> 1187 <trans-unit id="2454050363478003966">
1168 <source>Login</source> 1188 <source>Login</source>
1169 <target>เข้าสู่ระบบ</target> 1189 <target>เข้าสู่ระบบ</target>
1170 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 1190 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group>
1171 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1191 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group>
1172 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group> 1192 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group>
1173 </trans-unit> 1193 </trans-unit>
1174 <trans-unit id="3183213940445113677" datatype="html"> 1194 <trans-unit id="3183213940445113677" datatype="html">
1175 <source>Or sign in with</source> 1195 <source>Or sign in with</source>
1176 <target state="translated">หรือเข้าสู่ระบบด้วย</target> 1196 <target state="translated">หรือเข้าสู่ระบบด้วย</target>
1177 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1197 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group>
1178 </trans-unit> 1198 </trans-unit>
1179 <trans-unit id="3238209155172574367"> 1199 <trans-unit id="3238209155172574367">
1180 <source>Forgot your password</source> 1200 <source>Forgot your password</source>
1181 <target>ลืมรหัสผ่าน</target> 1201 <target>ลืมรหัสผ่าน</target>
1182 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1202 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group>
1183 </trans-unit> 1203 </trans-unit>
1184 <trans-unit id="87327320394367488" datatype="html"> 1204 <trans-unit id="87327320394367488" datatype="html">
1185 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1205 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1186 <target state="translated">ขออภัย คุณไม่สามารถกู้คืนรหัสผ่านของคุณเนื่องจากผู้ดูแลระบบไม่ได้ตั้งค่าระบบอีเมล PeerTube</target> 1206 <target state="translated">ขออภัย คุณไม่สามารถกู้คืนรหัสผ่านของคุณเนื่องจากผู้ดูแลระบบไม่ได้ตั้งค่าระบบอีเมล PeerTube</target>
1187 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1207 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group>
1188 </trans-unit> 1208 </trans-unit>
1189 <trans-unit id="3188014010833256853" datatype="html"> 1209 <trans-unit id="3188014010833256853" datatype="html">
1190 <source>Enter your email address and we will send you a link to reset your password.</source> 1210 <source>Enter your email address and we will send you a link to reset your password.</source>
1191 <target state="translated">ใส่ที่อยู่อีเมลของคุณ เราจะส่งลิงก์เพื่อรีเซ็ตรหัสผ่านของคุณทางอีเมล</target> 1211 <target state="translated">ใส่ที่อยู่อีเมลของคุณ เราจะส่งลิงก์เพื่อรีเซ็ตรหัสผ่านของคุณทางอีเมล</target>
1192 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1212 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group>
1193 </trans-unit> 1213 </trans-unit>
1194 <trans-unit id="1190256911880544559" datatype="html"> 1214 <trans-unit id="1190256911880544559" datatype="html">
1195 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1215 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
@@ -1200,25 +1220,26 @@ The link will expire within 1 hour.</source>
1200 <trans-unit id="4768749765465246664"> 1220 <trans-unit id="4768749765465246664">
1201 <source>Email</source> 1221 <source>Email</source>
1202 <target>อีเมล</target> 1222 <target>อีเมล</target>
1203 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1225 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group>
1226 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</context></context-group>
1227 <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>
1204 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1228 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group>
1205 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1229 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group>
1206 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">8</context></context-group> 1230 <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>
1207 <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>
1208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1209 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1210 </trans-unit> 1231 </trans-unit>
1211 <trans-unit id="3967269098753656610"> 1232 <trans-unit id="3967269098753656610">
1212 <source>Email address</source> 1233 <source>Email address</source>
1213 <target>ที่อยู่อีเมล</target> 1234 <target>ที่อยู่อีเมล</target>
1214 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1235 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group>
1215 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group> 1236 <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>
1216 </trans-unit> 1237 </trans-unit>
1217 <trans-unit id="7808756054397155068" datatype="html"> 1238 <trans-unit id="7808756054397155068" datatype="html">
1218 <source>Reset</source> 1239 <source>Reset</source>
1219 <target state="translated">รีเซ็ต</target> 1240 <target state="translated">รีเซ็ต</target>
1220 <note priority="1" from="description">Password reset button</note> 1241 <note priority="1" from="description">Password reset button</note>
1221 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1242 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group>
1222 </trans-unit> 1243 </trans-unit>
1223 <trans-unit id="4319634264526091601" datatype="html"> 1244 <trans-unit id="4319634264526091601" datatype="html">
1224 <source>on this instance</source> 1245 <source>on this instance</source>
@@ -1298,17 +1319,17 @@ The link will expire within 1 hour.</source>
1298 <target> 1319 <target>
1299 ไม่พบผลลัพธ์ 1320 ไม่พบผลลัพธ์
1300 </target> 1321 </target>
1301 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1322
1302 </trans-unit> 1323 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1303 <trans-unit id="5500467336262464724"> 1324 <trans-unit id="5500467336262464724">
1304 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1325 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1305 <target>ผู้ติดตาม 1326 <target>ผู้ติดตาม
1306 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> คน 1327 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> คน
1307 </target> 1328 </target>
1308 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1329
1309 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1330
1310 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1331
1311 </trans-unit> 1332 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1312 <trans-unit id="1516969129397662377" datatype="html"> 1333 <trans-unit id="1516969129397662377" datatype="html">
1313 <source>Welcome to PeerTube, dear administrator!</source> 1334 <source>Welcome to PeerTube, dear administrator!</source>
1314 <target state="translated">ยินดีต้อนรับสู่ PeerTube</target> 1335 <target state="translated">ยินดีต้อนรับสู่ PeerTube</target>
@@ -1586,7 +1607,7 @@ The link will expire within 1 hour.</source>
1586 <trans-unit id="2308975396733519902"> 1607 <trans-unit id="2308975396733519902">
1587 <source>Create an account</source> 1608 <source>Create an account</source>
1588 <target>สร้างบัญชีผู้ใช้</target> 1609 <target>สร้างบัญชีผู้ใช้</target>
1589 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group> 1610 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">54</context></context-group>
1590 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group> 1611 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group>
1591 </trans-unit> 1612 </trans-unit>
1592 <trans-unit id="3058024914967508975" datatype="html"> 1613 <trans-unit id="3058024914967508975" datatype="html">
@@ -1655,7 +1676,7 @@ The link will expire within 1 hour.</source>
1655 <trans-unit id="1504521795586863905" datatype="html"> 1676 <trans-unit id="1504521795586863905" datatype="html">
1656 <source>VIDEOS</source> 1677 <source>VIDEOS</source>
1657 <target state="translated">วิดีโอ</target> 1678 <target state="translated">วิดีโอ</target>
1658 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group> 1679 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group>
1659 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group> 1680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group>
1660 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group> 1681 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group>
1661 </trans-unit> 1682 </trans-unit>
@@ -1737,7 +1758,7 @@ The link will expire within 1 hour.</source>
1737 <trans-unit id="4424964105331349857" datatype="html"> 1758 <trans-unit id="4424964105331349857" datatype="html">
1738 <source>I'm a teapot</source> 1759 <source>I'm a teapot</source>
1739 <target state="translated">ฉันเป็นกาน้ำชา</target> 1760 <target state="translated">ฉันเป็นกาน้ำชา</target>
1740 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1761 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group>
1741 </trans-unit> 1762 </trans-unit>
1742 <trans-unit id="1597262876035959248" datatype="html"> 1763 <trans-unit id="1597262876035959248" datatype="html">
1743 <source>That's an error.</source> 1764 <source>That's an error.</source>
@@ -1831,7 +1852,7 @@ The link will expire within 1 hour.</source>
1831 <trans-unit id="2971365540217107489" datatype="html"> 1852 <trans-unit id="2971365540217107489" datatype="html">
1832 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1853 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1833 <target state="translated">สื่อมีขนาดใหญ่เกินที่จะอยู่บนเซิร์ฟเวอร์ โปรดติดต่อผู้ดูแลระบบหากคุณต้องการเพิ่มขีดจำกัดขนาด</target> 1854 <target state="translated">สื่อมีขนาดใหญ่เกินที่จะอยู่บนเซิร์ฟเวอร์ โปรดติดต่อผู้ดูแลระบบหากคุณต้องการเพิ่มขีดจำกัดขนาด</target>
1834 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1855 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group>
1835 </trans-unit> 1856 </trans-unit>
1836 <trans-unit id="5131854469652959713" datatype="html"> 1857 <trans-unit id="5131854469652959713" datatype="html">
1837 <source>GLOBAL SEARCH</source> 1858 <source>GLOBAL SEARCH</source>
@@ -1910,19 +1931,19 @@ The link will expire within 1 hour.</source>
1910 <trans-unit id="5478121364779850827" datatype="html"> 1931 <trans-unit id="5478121364779850827" datatype="html">
1911 <source>Reset</source> 1932 <source>Reset</source>
1912 <target state="translated">รีเซ็ต</target> 1933 <target state="translated">รีเซ็ต</target>
1913 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1934
1914 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1935
1915 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1936
1916 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1937
1917 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1938
1918 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1939
1919 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1940
1920 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1941
1921 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1942
1922 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1943
1923 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1944
1924 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1945
1925 </trans-unit> 1946 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1926 <trans-unit id="4540121094340493564" datatype="html"> 1947 <trans-unit id="4540121094340493564" datatype="html">
1927 <source>Display only</source> 1948 <source>Display only</source>
1928 <target state="new">Display only</target> 1949 <target state="new">Display only</target>
@@ -1966,9 +1987,9 @@ The link will expire within 1 hour.</source>
1966 <trans-unit id="7410432243549869948"> 1987 <trans-unit id="7410432243549869948">
1967 <source>Duration</source> 1988 <source>Duration</source>
1968 <target>ความยาว</target> 1989 <target>ความยาว</target>
1969 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group> 1990
1970 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group> 1991
1971 </trans-unit> 1992 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1972 <trans-unit id="3589238979642505685"> 1993 <trans-unit id="3589238979642505685">
1973 <source>Display sensitive content</source> 1994 <source>Display sensitive content</source>
1974 <target>แสดงเนื้อหาที่ไม่เหมาะสม</target> 1995 <target>แสดงเนื้อหาที่ไม่เหมาะสม</target>
@@ -1987,10 +2008,10 @@ The link will expire within 1 hour.</source>
1987 <trans-unit id="1806667489382256324"> 2008 <trans-unit id="1806667489382256324">
1988 <source>Category</source> 2009 <source>Category</source>
1989 <target>หมวดหมู่</target> 2010 <target>หมวดหมู่</target>
1990 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</context></context-group> 2011
1991 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">63</context></context-group> 2012
1992 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group> 2013
1993 </trans-unit> 2014 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1994 <trans-unit id="5478121364779850827" datatype="html"> 2015 <trans-unit id="5478121364779850827" datatype="html">
1995 <source>Reset</source> 2016 <source>Reset</source>
1996 <target state="translated">รีเซ็ต</target> 2017 <target state="translated">รีเซ็ต</target>
@@ -2008,10 +2029,10 @@ The link will expire within 1 hour.</source>
2008 <trans-unit id="9065795501872450602"> 2029 <trans-unit id="9065795501872450602">
2009 <source>Licence</source> 2030 <source>Licence</source>
2010 <target>ลิขสิทธิ์</target> 2031 <target>ลิขสิทธิ์</target>
2011 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</context></context-group> 2032
2012 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">74</context></context-group> 2033
2013 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group> 2034
2014 </trans-unit> 2035 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
2015 <trans-unit id="4184995865179898060" datatype="html"> 2036 <trans-unit id="4184995865179898060" datatype="html">
2016 <source>Display all licenses</source> 2037 <source>Display all licenses</source>
2017 <target state="translated">แสดงทุกสัญญาอนุญาต</target> 2038 <target state="translated">แสดงทุกสัญญาอนุญาต</target>
@@ -2020,11 +2041,11 @@ The link will expire within 1 hour.</source>
2020 <trans-unit id="2826581353496868063"> 2041 <trans-unit id="2826581353496868063">
2021 <source>Language</source> 2042 <source>Language</source>
2022 <target>ภาษา</target> 2043 <target>ภาษา</target>
2023 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</context></context-group> 2044
2024 <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> 2045
2025 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">94</context></context-group> 2046
2026 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group> 2047
2027 </trans-unit> 2048 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
2028 <trans-unit id="7904142744051432458" datatype="html"> 2049 <trans-unit id="7904142744051432458" datatype="html">
2029 <source>Display all languages</source> 2050 <source>Display all languages</source>
2030 <target state="translated">แสดงทุกภาษา</target> 2051 <target state="translated">แสดงทุกภาษา</target>
@@ -2039,17 +2060,23 @@ The link will expire within 1 hour.</source>
2039 <source>One of these tags</source> 2060 <source>One of these tags</source>
2040 <target>หนึ่งในแท็กเหล่านี้</target> 2061 <target>หนึ่งในแท็กเหล่านี้</target>
2041 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 2062 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
2063 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
2064 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
2065 <context-group purpose="location">
2066 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
2067 <context context-type="linenumber">178</context>
2068 </context-group>
2042 </trans-unit> 2069 </trans-unit>
2043 <trans-unit id="283421392567624698" datatype="html"> 2070 <trans-unit id="283421392567624698" datatype="html">
2044 <source>Search target</source> 2071 <source>Search target</source>
2045 <target state="translated">เป้าหมายในการค้นหา</target> 2072 <target state="translated">เป้าหมายในการค้นหา</target>
2046 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 2073
2047 </trans-unit> 2074 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
2048 <trans-unit id="2489767671380266270" datatype="html"> 2075 <trans-unit id="2489767671380266270" datatype="html">
2049 <source>Vidiverse</source> 2076 <source>Vidiverse</source>
2050 <target state="translated">วิดิเวิร์ส</target> 2077 <target state="translated">วิดิเวิร์ส</target>
2051 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 2078
2052 </trans-unit> 2079 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
2053 <trans-unit id="5478121364779850827" datatype="html"> 2080 <trans-unit id="5478121364779850827" datatype="html">
2054 <source>Reset</source> 2081 <source>Reset</source>
2055 <target state="translated">รีเซ็ต</target> 2082 <target state="translated">รีเซ็ต</target>
@@ -2058,8 +2085,8 @@ The link will expire within 1 hour.</source>
2058 <trans-unit id="8829497237648100098"> 2085 <trans-unit id="8829497237648100098">
2059 <source>Filter</source> 2086 <source>Filter</source>
2060 <target>เรียง</target> 2087 <target>เรียง</target>
2061 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 2088
2062 </trans-unit> 2089 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
2063 <trans-unit id="6479885129995567639" datatype="html"> 2090 <trans-unit id="6479885129995567639" datatype="html">
2064 <source>Video channels</source> 2091 <source>Video channels</source>
2065 <target state="translated">ช่องวิดีโอ</target> 2092 <target state="translated">ช่องวิดีโอ</target>
@@ -2095,9 +2122,9 @@ The link will expire within 1 hour.</source>
2095 <trans-unit id="7886570921510760899"> 2122 <trans-unit id="7886570921510760899">
2096 <source>Tags</source> 2123 <source>Tags</source>
2097 <target>แท็ก</target> 2124 <target>แท็ก</target>
2098 <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> 2125
2099 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group> 2126
2100 </trans-unit> 2127 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
2101 <trans-unit id="354332809647287722" datatype="html"> 2128 <trans-unit id="354332809647287722" datatype="html">
2102 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 2129 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
2103 <target state="translated">แท็กสามารถใช้เพื่อแนะนำเนื้อหาที่มีความเกี่ยวข้องกัน <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> สามารถใส่ได้สูงสุด 5 แท็ก <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> กดปุ่ม <x id="START_TAG_KBD" ctype="x-kbd" equiv-text="&lt;kbd>"/>Enter <x id="CLOSE_TAG_KBD" ctype="x-kbd" equiv-text="&lt;/kbd>"/> เพื่อเพิ่มแท็กใหม่ </target> 2130 <target state="translated">แท็กสามารถใช้เพื่อแนะนำเนื้อหาที่มีความเกี่ยวข้องกัน <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> สามารถใส่ได้สูงสุด 5 แท็ก <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> กดปุ่ม <x id="START_TAG_KBD" ctype="x-kbd" equiv-text="&lt;kbd>"/>Enter <x id="CLOSE_TAG_KBD" ctype="x-kbd" equiv-text="&lt;/kbd>"/> เพื่อเพิ่มแท็กใหม่ </target>
@@ -2520,13 +2547,13 @@ The link will expire within 1 hour.</source>
2520 <trans-unit id="9172233176401579786" datatype="html"> 2547 <trans-unit id="9172233176401579786" datatype="html">
2521 <source>Scheduled</source> 2548 <source>Scheduled</source>
2522 <target state="translated">กำหนดเวลาเผยแพร่</target> 2549 <target state="translated">กำหนดเวลาเผยแพร่</target>
2523 2550 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group>
2524 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group></trans-unit> 2551 </trans-unit>
2525 <trans-unit id="1435317307066082710" datatype="html"> 2552 <trans-unit id="1435317307066082710" datatype="html">
2526 <source>Hide the video until a specific date</source> 2553 <source>Hide the video until a specific date</source>
2527 <target state="translated">ซ่อนวิดีโอจนถึงวันที่กำหนด</target> 2554 <target state="translated">ซ่อนวิดีโอจนถึงวันที่กำหนด</target>
2528 2555 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group>
2529 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 2556 </trans-unit>
2530 <trans-unit id="6148369758871787018" datatype="html"> 2557 <trans-unit id="6148369758871787018" datatype="html">
2531 <source>Video background image</source> 2558 <source>Video background image</source>
2532 <target state="translated">ภาพพื้นหลังวิดีโอ</target> 2559 <target state="translated">ภาพพื้นหลังวิดีโอ</target>
@@ -2580,8 +2607,8 @@ The link will expire within 1 hour.</source>
2580 <trans-unit id="6161604372916832458" datatype="html"> 2607 <trans-unit id="6161604372916832458" datatype="html">
2581 <source>Upload on hold</source> 2608 <source>Upload on hold</source>
2582 <target state="new">Upload on hold</target> 2609 <target state="new">Upload on hold</target>
2583 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group> 2610
2584 </trans-unit> 2611 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2585 <trans-unit id="285180972645018518" datatype="html"> 2612 <trans-unit id="285180972645018518" datatype="html">
2586 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2613 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2587 <target state="translated">ขออภัย คุณสมบัติการอัปโหลดถูกปิดใช้งานสำหรับบัญชีของคุณ หากคุณต้องการเพิ่มวิดีโอ ผู้ดูแลระบบต้องปลดล็อกโควต้าของคุณก่อน</target> 2614 <target state="translated">ขออภัย คุณสมบัติการอัปโหลดถูกปิดใช้งานสำหรับบัญชีของคุณ หากคุณต้องการเพิ่มวิดีโอ ผู้ดูแลระบบต้องปลดล็อกโควต้าของคุณก่อน</target>
@@ -2902,12 +2929,18 @@ The link will expire within 1 hour.</source>
2902 <source>Origin</source> 2929 <source>Origin</source>
2903 <target state="translated">ต้นทาง</target> 2930 <target state="translated">ต้นทาง</target>
2904 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group> 2931 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group>
2932 </trans-unit><trans-unit id="6981359593518942576" datatype="html">
2933 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2934 <context-group purpose="location">
2935 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2936 <context context-type="linenumber">14</context>
2937 </context-group>
2905 </trans-unit> 2938 </trans-unit>
2906 <trans-unit id="5139892963394684487" datatype="html"> 2939 <trans-unit id="5139892963394684487" datatype="html">
2907 <source>Originally published</source> 2940 <source>Originally published</source>
2908 <target state="translated">เผยแพร่ครั้งแรกเมื่อ</target> 2941 <target state="translated">เผยแพร่ครั้งแรกเมื่อ</target>
2909 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group> 2942
2910 </trans-unit> 2943 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2911 <trans-unit id="6402393085909200998" datatype="html"> 2944 <trans-unit id="6402393085909200998" datatype="html">
2912 <source>Friendly Reminder:</source> 2945 <source>Friendly Reminder:</source>
2913 <target state="translated">แจ้งเตือน:</target> 2946 <target state="translated">แจ้งเตือน:</target>
@@ -3285,11 +3318,6 @@ The link will expire within 1 hour.</source>
3285 <target state="new">ID</target> 3318 <target state="new">ID</target>
3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3287 </trans-unit> 3320 </trans-unit>
3288 <trans-unit id="2265605798180116441" datatype="html">
3289 <source>Follower handle</source>
3290 <target state="new">Follower handle</target>
3291 <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>
3292 </trans-unit>
3293 <trans-unit id="5911214550882917183" datatype="html"> 3321 <trans-unit id="5911214550882917183" datatype="html">
3294 <source>State</source> 3322 <source>State</source>
3295 <target state="new">State</target> 3323 <target state="new">State</target>
@@ -3364,11 +3392,6 @@ The link will expire within 1 hour.</source>
3364 </target> 3392 </target>
3365 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3366 </trans-unit> 3394 </trans-unit>
3367 <trans-unit id="6641024648411549335" datatype="html">
3368 <source>Host</source>
3369 <target state="new">Host</target>
3370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3371 </trans-unit>
3372 <trans-unit id="6571718060636962350" datatype="html"> 3395 <trans-unit id="6571718060636962350" datatype="html">
3373 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3396 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3374 <target state="new">Redundancy allowed 3397 <target state="new">Redundancy allowed
@@ -3381,7 +3404,7 @@ The link will expire within 1 hour.</source>
3381 <source>Unfollow</source> 3404 <source>Unfollow</source>
3382 <target state="new">Unfollow</target> 3405 <target state="new">Unfollow</target>
3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group>
3384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group>
3385 </trans-unit> 3408 </trans-unit>
3386 <trans-unit id="8246779176913476983" datatype="html"> 3409 <trans-unit id="8246779176913476983" datatype="html">
3387 <source>Open instance in a new tab</source> 3410 <source>Open instance in a new tab</source>
@@ -3393,12 +3416,12 @@ The link will expire within 1 hour.</source>
3393 <trans-unit id="9132918641931433659" datatype="html"> 3416 <trans-unit id="9132918641931433659" datatype="html">
3394 <source>No host found matching current filters.</source> 3417 <source>No host found matching current filters.</source>
3395 <target state="new">No host found matching current filters.</target> 3418 <target state="new">No host found matching current filters.</target>
3396 <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> 3419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group>
3397 </trans-unit> 3420 </trans-unit>
3398 <trans-unit id="7274241885665071790" datatype="html"> 3421 <trans-unit id="7274241885665071790" datatype="html">
3399 <source>Your instance is not following anyone.</source> 3422 <source>Your instance is not following anyone.</source>
3400 <target state="new">Your instance is not following anyone.</target> 3423 <target state="new">Your instance is not following anyone.</target>
3401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3424 <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>
3402 </trans-unit> 3425 </trans-unit>
3403 <trans-unit id="4774348799569692380" datatype="html"> 3426 <trans-unit id="4774348799569692380" datatype="html">
3404 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3427 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
@@ -3409,16 +3432,6 @@ The link will expire within 1 hour.</source>
3409 </target> 3432 </target>
3410 <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> 3433 <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>
3411 </trans-unit> 3434 </trans-unit>
3412 <trans-unit id="6275803119759621687" datatype="html">
3413 <source>Follow domains</source>
3414 <target state="new">Follow domains</target>
3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3416 </trans-unit>
3417 <trans-unit id="1268699198448750610" datatype="html">
3418 <source>Follow instances</source>
3419 <target state="new">Follow instances</target>
3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3421 </trans-unit>
3422 <trans-unit id="9216117865911519658" datatype="html"> 3435 <trans-unit id="9216117865911519658" datatype="html">
3423 <source>Action</source> 3436 <source>Action</source>
3424 <target state="new">Action</target> 3437 <target state="new">Action</target>
@@ -3447,9 +3460,9 @@ The link will expire within 1 hour.</source>
3447 <trans-unit id="8286337167859377104" datatype="html"> 3460 <trans-unit id="8286337167859377104" datatype="html">
3448 <source>Create user</source> 3461 <source>Create user</source>
3449 <target state="translated">สร้างผู้ใช้</target> 3462 <target state="translated">สร้างผู้ใช้</target>
3450 3463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group>
3451 3464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group>
3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3465 </trans-unit>
3453 <trans-unit id="8363291180171434623" datatype="html"> 3466 <trans-unit id="8363291180171434623" datatype="html">
3454 <source>Table parameters</source> 3467 <source>Table parameters</source>
3455 <target state="new">Table parameters</target> 3468 <target state="new">Table parameters</target>
@@ -3468,10 +3481,11 @@ The link will expire within 1 hour.</source>
3468 <trans-unit id="5248717555542428023"> 3481 <trans-unit id="5248717555542428023">
3469 <source>Username</source> 3482 <source>Username</source>
3470 <target>ชื่อผู้ใช้</target> 3483 <target>ชื่อผู้ใช้</target>
3471 <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>
3472 <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>
3473 <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> 3484 <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>
3474 <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> 3485 <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>
3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</context></context-group>
3487 <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>
3488 <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>
3475 </trans-unit> 3489 </trans-unit>
3476 <trans-unit id="5428411040014095392" datatype="html"> 3490 <trans-unit id="5428411040014095392" datatype="html">
3477 <source>e.g. jane_doe</source> 3491 <source>e.g. jane_doe</source>
@@ -3504,6 +3518,7 @@ The link will expire within 1 hour.</source>
3504 <target state="translated">หน้าที่</target> 3518 <target state="translated">หน้าที่</target>
3505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group>
3507 </trans-unit> 3522 </trans-unit>
3508 <trans-unit id="7046347992315328430" datatype="html"> 3523 <trans-unit id="7046347992315328430" datatype="html">
3509 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3524 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
@@ -3529,14 +3544,9 @@ The link will expire within 1 hour.</source>
3529 <trans-unit id="2622255144026150901" datatype="html"> 3544 <trans-unit id="2622255144026150901" datatype="html">
3530 <source>Auth plugin</source> 3545 <source>Auth plugin</source>
3531 <target state="new">Auth plugin</target> 3546 <target state="new">Auth plugin</target>
3532 <context-group purpose="location"> 3547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3533 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3548 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3534 <context context-type="linenumber">188</context> 3549 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group>
3535 </context-group>
3536 <context-group purpose="location">
3537 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3538 <context context-type="linenumber">188</context>
3539 </context-group>
3540 </trans-unit> 3550 </trans-unit>
3541 <trans-unit id="588099657508661970" datatype="html"> 3551 <trans-unit id="588099657508661970" datatype="html">
3542 <source>None (local authentication)</source> 3552 <source>None (local authentication)</source>
@@ -3803,6 +3813,14 @@ The link will expire within 1 hour.</source>
3803 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3813 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3804 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3814 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3805 </trans-unit> 3815 </trans-unit>
3816 <trans-unit id="8390803680962035202" datatype="html">
3817 <source>Follower</source>
3818 <target state="new">Follower</target>
3819 <context-group purpose="location">
3820 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3821 <context context-type="linenumber">24</context>
3822 </context-group>
3823 </trans-unit>
3806 <trans-unit id="4691552465058437520" datatype="html"> 3824 <trans-unit id="4691552465058437520" datatype="html">
3807 <source>Commented video</source> 3825 <source>Commented video</source>
3808 <target state="new">Commented video</target> 3826 <target state="new">Commented video</target>
@@ -3847,43 +3865,28 @@ The link will expire within 1 hour.</source>
3847 <trans-unit id="1807029821872995706" datatype="html"> 3865 <trans-unit id="1807029821872995706" datatype="html">
3848 <source>Unsolved reports</source> 3866 <source>Unsolved reports</source>
3849 <target state="new">Unsolved reports</target> 3867 <target state="new">Unsolved reports</target>
3850 <context-group purpose="location"> 3868
3851 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3869 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3852 <context context-type="linenumber">42</context>
3853 </context-group>
3854 </trans-unit>
3855 <trans-unit id="2570256912317308673" datatype="html"> 3870 <trans-unit id="2570256912317308673" datatype="html">
3856 <source>Accepted reports</source> 3871 <source>Accepted reports</source>
3857 <target state="new">Accepted reports</target> 3872 <target state="new">Accepted reports</target>
3858 <context-group purpose="location"> 3873
3859 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3874 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3860 <context context-type="linenumber">46</context>
3861 </context-group>
3862 </trans-unit>
3863 <trans-unit id="4335414817109654558" datatype="html"> 3875 <trans-unit id="4335414817109654558" datatype="html">
3864 <source>Refused reports</source> 3876 <source>Refused reports</source>
3865 <target state="new">Refused reports</target> 3877 <target state="new">Refused reports</target>
3866 <context-group purpose="location"> 3878
3867 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3879 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3868 <context context-type="linenumber">50</context>
3869 </context-group>
3870 </trans-unit>
3871 <trans-unit id="5604806676748121035" datatype="html"> 3880 <trans-unit id="5604806676748121035" datatype="html">
3872 <source>Reports with blocked videos</source> 3881 <source>Reports with blocked videos</source>
3873 <target state="new">Reports with blocked videos</target> 3882 <target state="new">Reports with blocked videos</target>
3874 <context-group purpose="location"> 3883
3875 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3884 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3876 <context context-type="linenumber">54</context>
3877 </context-group>
3878 </trans-unit>
3879 <trans-unit id="5105869928182826553" datatype="html"> 3885 <trans-unit id="5105869928182826553" datatype="html">
3880 <source>Reports with deleted videos</source> 3886 <source>Reports with deleted videos</source>
3881 <target state="new">Reports with deleted videos</target> 3887 <target state="new">Reports with deleted videos</target>
3882 <context-group purpose="location"> 3888
3883 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3889 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3884 <context context-type="linenumber">58</context>
3885 </context-group>
3886 </trans-unit>
3887 <trans-unit id="4678289986918934018" datatype="html"> 3890 <trans-unit id="4678289986918934018" datatype="html">
3888 <source>Block reason:</source> 3891 <source>Block reason:</source>
3889 <target state="new">Block reason:</target> 3892 <target state="new">Block reason:</target>
@@ -3902,19 +3905,13 @@ The link will expire within 1 hour.</source>
3902 <trans-unit id="7755288609601798418" datatype="html"> 3905 <trans-unit id="7755288609601798418" datatype="html">
3903 <source>Automatic blocks</source> 3906 <source>Automatic blocks</source>
3904 <target state="new">Automatic blocks</target> 3907 <target state="new">Automatic blocks</target>
3905 <context-group purpose="location"> 3908
3906 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3907 <context context-type="linenumber">31</context>
3908 </context-group>
3909 </trans-unit>
3910 <trans-unit id="6510868134640657079" datatype="html"> 3910 <trans-unit id="6510868134640657079" datatype="html">
3911 <source>Manual blocks</source> 3911 <source>Manual blocks</source>
3912 <target state="new">Manual blocks</target> 3912 <target state="new">Manual blocks</target>
3913 <context-group purpose="location"> 3913
3914 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3915 <context context-type="linenumber">35</context>
3916 </context-group>
3917 </trans-unit>
3918 <trans-unit id="2143435845912984377" datatype="html"> 3915 <trans-unit id="2143435845912984377" datatype="html">
3919 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3916 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3920 <target state="new">Showing 3917 <target state="new">Showing
@@ -4087,11 +4084,11 @@ The link will expire within 1 hour.</source>
4087 <trans-unit id="2381859602529023966" datatype="html"> 4084 <trans-unit id="2381859602529023966" datatype="html">
4088 <source>Instance</source> 4085 <source>Instance</source>
4089 <target state="translated">เซิร์ฟเวอร์</target> 4086 <target state="translated">เซิร์ฟเวอร์</target>
4090 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4087
4091 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 4088
4092 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 4089
4093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 4090
4094 </trans-unit> 4091 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
4095 <trans-unit id="1300704815627663264" datatype="html"> 4092 <trans-unit id="1300704815627663264" datatype="html">
4096 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 4093 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
4097 <target state="new">Muted at 4094 <target state="new">Muted at
@@ -4138,7 +4135,7 @@ The link will expire within 1 hour.</source>
4138 <target state="new"> 4135 <target state="new">
4139 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 4136 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
4140 </target> 4137 </target>
4141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 4138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group>
4142 </trans-unit> 4139 </trans-unit>
4143 <trans-unit id="4058814854824495833" datatype="html"> 4140 <trans-unit id="4058814854824495833" datatype="html">
4144 <source>Mute domains</source> 4141 <source>Mute domains</source>
@@ -4210,17 +4207,17 @@ The link will expire within 1 hour.</source>
4210 <trans-unit id="4580988005648117665" datatype="html"> 4207 <trans-unit id="4580988005648117665" datatype="html">
4211 <source>Search</source> 4208 <source>Search</source>
4212 <target state="translated">ค้นหา</target> 4209 <target state="translated">ค้นหา</target>
4213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group> 4210
4214 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 4211
4215 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group> 4212
4216 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group> 4213
4217 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group> 4214
4218 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group> 4215
4219 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group> 4216
4220 </trans-unit> 4217 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
4221 <trans-unit id="8630916846096019339" datatype="html"> 4218 <trans-unit id="8630916846096019339" datatype="html">
4222 <source>Users can resolve distant content</source> 4219 <source>Users can resolve distant content</source>
4223 <target state="translated">ผู้ใช้สามารถค้นหาเนื้อหาที่อยู่บนเว็บไซต์อื่นได้</target> 4220 <target state="translated">ผู้ใช้สามารถค้นหาเนื้อหาที่อยู่บนเซิร์ฟเวอร์อื่นได้</target>
4224 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">126</context></context-group> 4221 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">126</context></context-group>
4225 </trans-unit> 4222 </trans-unit>
4226 <trans-unit id="5410940035535748578" datatype="html"> 4223 <trans-unit id="5410940035535748578" datatype="html">
@@ -6128,10 +6125,7 @@ color: red;
6128 <trans-unit id="5512878593724620692" datatype="html"> 6125 <trans-unit id="5512878593724620692" datatype="html">
6129 <source>CHANNELS</source> 6126 <source>CHANNELS</source>
6130 <target state="translated">ช่อง</target> 6127 <target state="translated">ช่อง</target>
6131 <context-group purpose="location"> 6128 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group>
6132 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
6133 <context context-type="linenumber">82</context>
6134 </context-group>
6135 </trans-unit> 6129 </trans-unit>
6136 <trans-unit id="3666829335406793239" datatype="html"> 6130 <trans-unit id="3666829335406793239" datatype="html">
6137 <source>This account does not have channels.</source> 6131 <source>This account does not have channels.</source>
@@ -6176,6 +6170,14 @@ It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not
6176channel with the same name (<x id="PH_2"/>)!</target> 6170channel with the same name (<x id="PH_2"/>)!</target>
6177 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 6171 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
6178 </trans-unit> 6172 </trans-unit>
6173 <trans-unit id="4433306639366959484" datatype="html">
6174 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source>
6175 <target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
6176 <context-group purpose="location">
6177 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
6178 <context context-type="linenumber">48</context>
6179 </context-group>
6180 </trans-unit>
6179 <trans-unit id="5387007581996837469" datatype="html"> 6181 <trans-unit id="5387007581996837469" datatype="html">
6180 <source>My Channels</source> 6182 <source>My Channels</source>
6181 <target state="translated">ช่องของฉัน</target> 6183 <target state="translated">ช่องของฉัน</target>
@@ -6228,7 +6230,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
6228 </trans-unit> 6230 </trans-unit>
6229 <trans-unit id="3701439542279610547" datatype="html"> 6231 <trans-unit id="3701439542279610547" datatype="html">
6230 <source>Follows</source> 6232 <source>Follows</source>
6231 <target state="translated">เ์อื่นที่ติดตาม</target> 6233 <target state="translated">เอื่นที่ติดตาม</target>
6232 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">2</context></context-group> 6234 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">2</context></context-group>
6233 </trans-unit> 6235 </trans-unit>
6234 <trans-unit id="400578776928464905" datatype="html"> 6236 <trans-unit id="400578776928464905" datatype="html">
@@ -6737,12 +6739,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6737 <trans-unit id="6979021199788941693" datatype="html"> 6739 <trans-unit id="6979021199788941693" datatype="html">
6738 <source>Your message has been sent.</source> 6740 <source>Your message has been sent.</source>
6739 <target state="translated">ข้อความของคุณถูกส่งแล้ว</target> 6741 <target state="translated">ข้อความของคุณถูกส่งแล้ว</target>
6740 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group> 6742 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group>
6741 </trans-unit> 6743 </trans-unit>
6742 <trans-unit id="2072135752262464360" datatype="html"> 6744 <trans-unit id="2072135752262464360" datatype="html">
6743 <source>You already sent this form recently</source> 6745 <source>You already sent this form recently</source>
6744 <target state="translated">คุณเพิ่งส่งฟอร์มนี้ไปเมื่อสักครู่</target> 6746 <target state="translated">คุณเพิ่งส่งฟอร์มนี้ไปเมื่อสักครู่</target>
6745 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group> 6747 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group>
6746 </trans-unit> 6748 </trans-unit>
6747 <trans-unit id="819067926858619041" datatype="html"> 6749 <trans-unit id="819067926858619041" datatype="html">
6748 <source>Account videos</source> 6750 <source>Account videos</source>
@@ -6790,12 +6792,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6790 <target state="new"> 6792 <target state="new">
6791 <x id="PH"/> direct account followers 6793 <x id="PH"/> direct account followers
6792 </target> 6794 </target>
6793 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6795 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group>
6794 </trans-unit> 6796 </trans-unit>
6795 <trans-unit id="6250999352462648289" datatype="html"> 6797 <trans-unit id="6250999352462648289" datatype="html">
6796 <source>Report this account</source> 6798 <source>Report this account</source>
6797 <target state="translated">รายงานบัญชีนี้</target> 6799 <target state="translated">รายงานบัญชีนี้</target>
6798 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6800 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group>
6799 </trans-unit> 6801 </trans-unit>
6800 <trans-unit id="1504521795586863905" datatype="html"> 6802 <trans-unit id="1504521795586863905" datatype="html">
6801 <source>VIDEOS</source> 6803 <source>VIDEOS</source>
@@ -6806,30 +6808,18 @@ channel with the same name (<x id="PH_2"/>)!</target>
6806 <trans-unit id="25349740244798533" datatype="html"> 6808 <trans-unit id="25349740244798533" datatype="html">
6807 <source>Username copied</source> 6809 <source>Username copied</source>
6808 <target state="translated">คัดลอกชื่อผู้ใช้แล้ว</target> 6810 <target state="translated">คัดลอกชื่อผู้ใช้แล้ว</target>
6809 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6811 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group>
6810 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6812 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group>
6811 </trans-unit> 6813 </trans-unit>
6812 <trans-unit id="9221735175659318025" datatype="html"> 6814 <trans-unit id="9221735175659318025" datatype="html">
6813 <source>1 subscriber</source> 6815 <source>1 subscriber</source>
6814 <target state="new">1 subscriber</target> 6816 <target state="new">1 subscriber</target>
6815 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6817 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group>
6816 </trans-unit> 6818 </trans-unit>
6817 <trans-unit id="4097331874769079975" datatype="html"> 6819 <trans-unit id="4097331874769079975" datatype="html">
6818 <source><x id="PH"/> subscribers</source> 6820 <source><x id="PH"/> subscribers</source>
6819 <target state="translated">ผู้ติดตาม <x id="PH"/> คน</target> 6821 <target state="translated">ผู้ติดตาม <x id="PH"/> คน</target>
6820 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6822 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group>
6821 </trans-unit>
6822 <trans-unit id="4682675125751819107" datatype="html">
6823 <source>Instances you follow</source>
6824 <target state="new">Instances you follow</target>
6825 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6827 </trans-unit>
6828 <trans-unit id="8899833753704589712" datatype="html">
6829 <source>Instances following you</source>
6830 <target state="new">Instances following you</target>
6831 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6833 </trans-unit> 6823 </trans-unit>
6834 <trans-unit id="1035838766454786107" datatype="html"> 6824 <trans-unit id="1035838766454786107" datatype="html">
6835 <source>Audio-only</source> 6825 <source>Audio-only</source>
@@ -6881,6 +6871,14 @@ channel with the same name (<x id="PH_2"/>)!</target>
6881 <target state="translated">อัตโนมัติ (ผ่าน ffmpeg)</target> 6871 <target state="translated">อัตโนมัติ (ผ่าน ffmpeg)</target>
6882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6883 </trans-unit> 6873 </trans-unit>
6874 <trans-unit id="3642770981085338761" datatype="html">
6875 <source>Followers of your instance</source>
6876 <target state="new">Followers of your instance</target>
6877 <context-group purpose="location">
6878 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6879 <context context-type="linenumber">3</context>
6880 </context-group>
6881 </trans-unit>
6884 <trans-unit id="931255636742351800" datatype="html"> 6882 <trans-unit id="931255636742351800" datatype="html">
6885 <source>No limit</source> 6883 <source>No limit</source>
6886 <target state="new">No limit</target> 6884 <target state="new">No limit</target>
@@ -7028,17 +7026,40 @@ channel with the same name (<x id="PH_2"/>)!</target>
7028 <trans-unit id="2127446333083057097" datatype="html"> 7026 <trans-unit id="2127446333083057097" datatype="html">
7029 <source>Domain is required.</source> 7027 <source>Domain is required.</source>
7030 <target state="new">Domain is required.</target> 7028 <target state="new">Domain is required.</target>
7031 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 7029 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group>
7030 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group>
7031 </trans-unit>
7032 <trans-unit id="7951488350851416577" datatype="html">
7033 <source>Hosts entered are invalid.</source>
7034 <target state="new">Hosts entered are invalid.</target>
7035 <context-group purpose="location">
7036 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7037 <context context-type="linenumber">93</context>
7038 </context-group>
7039 </trans-unit>
7040 <trans-unit id="1469559036084108672" datatype="html">
7041 <source>Hosts entered contain duplicates.</source>
7042 <target state="new">Hosts entered contain duplicates.</target>
7043 <context-group purpose="location">
7044 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7045 <context context-type="linenumber">94</context>
7046 </context-group>
7032 </trans-unit> 7047 </trans-unit>
7033 <trans-unit id="6780793142903080663" datatype="html"> 7048 <trans-unit id="5991533283446904296" datatype="html">
7034 <source>Domains entered are invalid.</source> 7049 <source>Hosts or handles are invalid.</source>
7035 <target state="new">Domains entered are invalid.</target> 7050 <target state="new">Hosts or handles are invalid.</target>
7036 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 7051 <context-group purpose="location">
7052 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7053 <context context-type="linenumber">102</context>
7054 </context-group>
7037 </trans-unit> 7055 </trans-unit>
7038 <trans-unit id="5886492514458202177" datatype="html"> 7056 <trans-unit id="6759198394434886237" datatype="html">
7039 <source>Domains entered contain duplicates.</source> 7057 <source>Hosts or handles contain duplicates.</source>
7040 <target state="new">Domains entered contain duplicates.</target> 7058 <target state="new">Hosts or handles contain duplicates.</target>
7041 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 7059 <context-group purpose="location">
7060 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
7061 <context context-type="linenumber">103</context>
7062 </context-group>
7042 </trans-unit> 7063 </trans-unit>
7043 <trans-unit id="240806681889331244" datatype="html"> 7064 <trans-unit id="240806681889331244" datatype="html">
7044 <source>Unlimited</source> 7065 <source>Unlimited</source>
@@ -7200,24 +7221,57 @@ channel with the same name (<x id="PH_2"/>)!</target>
7200 </target> 7221 </target>
7201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 7222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
7202 </trans-unit> 7223 </trans-unit>
7224 <trans-unit id="6018246591673612412" datatype="html">
7225 <source>Follow</source>
7226 <target state="new">Follow</target>
7227 <context-group purpose="location">
7228 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7229 <context context-type="linenumber">3</context>
7230 </context-group>
7231 <context-group purpose="location">
7232 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7233 <context context-type="linenumber">37</context>
7234 </context-group>
7235 <context-group purpose="location">
7236 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7237 <context context-type="linenumber">18</context>
7238 </context-group>
7239 </trans-unit>
7240 <trans-unit id="3596798855644241001" datatype="html">
7241 <source>1 host (without "http://"), account handle or channel handle per line</source>
7242 <target state="new">1 host (without "http://"), account handle or channel handle per line</target>
7243 <context-group purpose="location">
7244 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
7245 <context context-type="linenumber">11</context>
7246 </context-group>
7247 </trans-unit>
7203 <trans-unit id="2740793005745065895" datatype="html"> 7248 <trans-unit id="2740793005745065895" datatype="html">
7204 <source><x id="PH"/> is not valid </source> 7249 <source><x id="PH"/> is not valid </source>
7205 <target state="new"> 7250 <target state="new">
7206 <x id="PH"/> is not valid 7251 <x id="PH"/> is not valid
7207 </target> 7252 </target>
7208 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 7253 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group>
7254 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group>
7209 </trans-unit> 7255 </trans-unit>
7210 <trans-unit id="2355066641781598196" datatype="html"> 7256 <trans-unit id="2355066641781598196" datatype="html">
7211 <source>Follow request(s) sent!</source> 7257 <source>Follow request(s) sent!</source>
7212 <target state="new">Follow request(s) sent!</target> 7258 <target state="new">Follow request(s) sent!</target>
7213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 7259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group>
7260 </trans-unit>
7261 <trans-unit id="3459358413436264734" datatype="html">
7262 <source>Your instance subscriptions</source>
7263 <target state="new">Your instance subscriptions</target>
7264 <context-group purpose="location">
7265 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7266 <context context-type="linenumber">3</context>
7267 </context-group>
7214 </trans-unit> 7268 </trans-unit>
7215 <trans-unit id="4245720728052819482" datatype="html"> 7269 <trans-unit id="4245720728052819482" datatype="html">
7216 <source>Do you really want to unfollow <x id="PH"/>?</source> 7270 <source>Do you really want to unfollow <x id="PH"/>?</source>
7217 <target state="new">Do you really want to unfollow 7271 <target state="new">Do you really want to unfollow
7218 <x id="PH"/>? 7272 <x id="PH"/>?
7219 </target> 7273 </target>
7220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 7274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group>
7221 </trans-unit> 7275 </trans-unit>
7222 <trans-unit id="9160510009013134726" datatype="html"> 7276 <trans-unit id="9160510009013134726" datatype="html">
7223 <source>Unfollow</source> 7277 <source>Unfollow</source>
@@ -7229,7 +7283,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7229 <target state="new">You are not following 7283 <target state="new">You are not following
7230 <x id="PH"/> anymore. 7284 <x id="PH"/> anymore.
7231 </target> 7285 </target>
7232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 7286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group>
7233 </trans-unit> 7287 </trans-unit>
7234 <trans-unit id="2593763089859685916" datatype="html"> 7288 <trans-unit id="2593763089859685916" datatype="html">
7235 <source>enabled</source> 7289 <source>enabled</source>
@@ -7348,125 +7402,125 @@ channel with the same name (<x id="PH_2"/>)!</target>
7348 <trans-unit id="6473213678768782133" datatype="html"> 7402 <trans-unit id="6473213678768782133" datatype="html">
7349 <source>Internal actions</source> 7403 <source>Internal actions</source>
7350 <target state="new">Internal actions</target> 7404 <target state="new">Internal actions</target>
7351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7405
7352 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7406
7353 </trans-unit> 7407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7354 <trans-unit id="4559872264406386913" datatype="html"> 7408 <trans-unit id="4559872264406386913" datatype="html">
7355 <source>Delete report</source> 7409 <source>Delete report</source>
7356 <target state="translated">ลบรายงาน</target> 7410 <target state="translated">ลบรายงาน</target>
7357 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7411
7358 </trans-unit> 7412 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7359 <trans-unit id="5793550984155962433" datatype="html"> 7413 <trans-unit id="5793550984155962433" datatype="html">
7360 <source>Actions for the flagged account</source> 7414 <source>Actions for the flagged account</source>
7361 <target state="new">Actions for the flagged account</target> 7415 <target state="new">Actions for the flagged account</target>
7362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7416
7363 </trans-unit> 7417 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7364 <trans-unit id="1679841953757186358" datatype="html"> 7418 <trans-unit id="1679841953757186358" datatype="html">
7365 <source>Mark as accepted</source> 7419 <source>Mark as accepted</source>
7366 <target state="new">Mark as accepted</target> 7420 <target state="new">Mark as accepted</target>
7367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7421
7368 </trans-unit> 7422 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7369 <trans-unit id="7993358694073742566" datatype="html"> 7423 <trans-unit id="7993358694073742566" datatype="html">
7370 <source>Mark as rejected</source> 7424 <source>Mark as rejected</source>
7371 <target state="new">Mark as rejected</target> 7425 <target state="new">Mark as rejected</target>
7372 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7426
7373 </trans-unit> 7427 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7374 <trans-unit id="4175703770051343108" datatype="html"> 7428 <trans-unit id="4175703770051343108" datatype="html">
7375 <source>Add internal note</source> 7429 <source>Add internal note</source>
7376 <target state="new">Add internal note</target> 7430 <target state="new">Add internal note</target>
7377 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7431
7378 </trans-unit> 7432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7379 <trans-unit id="296166371893775555" datatype="html"> 7433 <trans-unit id="296166371893775555" datatype="html">
7380 <source>Actions for the video</source> 7434 <source>Actions for the video</source>
7381 <target state="new">Actions for the video</target> 7435 <target state="new">Actions for the video</target>
7382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7436
7383 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7437
7384 </trans-unit> 7438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7385 <trans-unit id="3924877328520650445" datatype="html"> 7439 <trans-unit id="3924877328520650445" datatype="html">
7386 <source>Block video</source> 7440 <source>Block video</source>
7387 <target state="new">Block video</target> 7441 <target state="new">Block video</target>
7388 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7442
7389 </trans-unit> 7443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7390 <trans-unit id="4762794934098378428" datatype="html"> 7444 <trans-unit id="4762794934098378428" datatype="html">
7391 <source>Video blocked.</source> 7445 <source>Video blocked.</source>
7392 <target state="new">Video blocked.</target> 7446 <target state="new">Video blocked.</target>
7393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7447
7394 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7448
7395 </trans-unit> 7449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7396 <trans-unit id="4328862996304258770" datatype="html"> 7450 <trans-unit id="4328862996304258770" datatype="html">
7397 <source>Unblock video</source> 7451 <source>Unblock video</source>
7398 <target state="new">Unblock video</target> 7452 <target state="new">Unblock video</target>
7399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7453
7400 </trans-unit> 7454 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7401 <trans-unit id="9065327551191479877" datatype="html"> 7455 <trans-unit id="9065327551191479877" datatype="html">
7402 <source>Video unblocked.</source> 7456 <source>Video unblocked.</source>
7403 <target state="new">Video unblocked.</target> 7457 <target state="new">Video unblocked.</target>
7404 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7458
7405 </trans-unit> 7459 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7406 <trans-unit id="1250415136605923486" datatype="html"> 7460 <trans-unit id="1250415136605923486" datatype="html">
7407 <source>Do you really want to delete this abuse report?</source> 7461 <source>Do you really want to delete this abuse report?</source>
7408 <target state="new">Do you really want to delete this abuse report?</target> 7462 <target state="new">Do you really want to delete this abuse report?</target>
7409 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7463
7410 </trans-unit> 7464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7411 <trans-unit id="3482559157143817408" datatype="html"> 7465 <trans-unit id="3482559157143817408" datatype="html">
7412 <source>Abuse deleted.</source> 7466 <source>Abuse deleted.</source>
7413 <target state="new">Abuse deleted.</target> 7467 <target state="new">Abuse deleted.</target>
7414 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7468
7415 </trans-unit> 7469 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7416 <trans-unit id="6282990098351939529" datatype="html"> 7470 <trans-unit id="6282990098351939529" datatype="html">
7417 <source>Deleted comment</source> 7471 <source>Deleted comment</source>
7418 <target state="new">Deleted comment</target> 7472 <target state="new">Deleted comment</target>
7419 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7473
7420 </trans-unit> 7474 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7421 <trans-unit id="9196775343330824083" datatype="html"> 7475 <trans-unit id="9196775343330824083" datatype="html">
7422 <source>Messages with reporter</source> 7476 <source>Messages with reporter</source>
7423 <target state="new">Messages with reporter</target> 7477 <target state="new">Messages with reporter</target>
7424 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7478
7425 </trans-unit> 7479 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7426 <trans-unit id="8770468575924421391" datatype="html"> 7480 <trans-unit id="8770468575924421391" datatype="html">
7427 <source>Messages with moderators</source> 7481 <source>Messages with moderators</source>
7428 <target state="new">Messages with moderators</target> 7482 <target state="new">Messages with moderators</target>
7429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7483
7430 </trans-unit> 7484 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7431 <trans-unit id="8528549800795985099" datatype="html"> 7485 <trans-unit id="8528549800795985099" datatype="html">
7432 <source>Update internal note</source> 7486 <source>Update internal note</source>
7433 <target state="new">Update internal note</target> 7487 <target state="new">Update internal note</target>
7434 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7488
7435 </trans-unit> 7489 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7436 <trans-unit id="3962242315365992494" datatype="html"> 7490 <trans-unit id="3962242315365992494" datatype="html">
7437 <source>Switch video block to manual</source> 7491 <source>Switch video block to manual</source>
7438 <target state="new">Switch video block to manual</target> 7492 <target state="new">Switch video block to manual</target>
7439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7493
7440 </trans-unit> 7494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7441 <trans-unit id="6906423861055262169" datatype="html"> 7495 <trans-unit id="6906423861055262169" datatype="html">
7442 <source>Video <x id="PH"/> switched to manual block.</source> 7496 <source>Video <x id="PH"/> switched to manual block.</source>
7443 <target state="new">Video 7497 <target state="new">Video
7444 <x id="PH"/> switched to manual block. 7498 <x id="PH"/> switched to manual block.
7445 </target> 7499 </target>
7446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7500
7447 </trans-unit> 7501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7448 <trans-unit id="7293356040886494773" datatype="html"> 7502 <trans-unit id="7293356040886494773" datatype="html">
7449 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7503 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7450 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7504 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group> 7505
7452 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group> 7506
7453 </trans-unit> 7507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7454 <trans-unit id="4859202148272511129" datatype="html"> 7508 <trans-unit id="4859202148272511129" datatype="html">
7455 <source>Unblock</source> 7509 <source>Unblock</source>
7456 <target state="new">Unblock</target> 7510 <target state="new">Unblock</target>
7457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group> 7511
7458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group> 7512
7459 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group> 7513
7460 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group> 7514
7461 </trans-unit> 7515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7462 <trans-unit id="4922469417589203720" datatype="html"> 7516 <trans-unit id="4922469417589203720" datatype="html">
7463 <source>Video <x id="PH"/> unblocked.</source> 7517 <source>Video <x id="PH"/> unblocked.</source>
7464 <target state="new">Video 7518 <target state="new">Video
7465 <x id="PH"/> unblocked. 7519 <x id="PH"/> unblocked.
7466 </target> 7520 </target>
7467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group> 7521
7468 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group> 7522
7469 </trans-unit> 7523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7470 <trans-unit id="6286037250766429054" datatype="html"> 7524 <trans-unit id="6286037250766429054" datatype="html">
7471 <source>yes</source> 7525 <source>yes</source>
7472 <target state="translated">ใช่</target> 7526 <target state="translated">ใช่</target>
@@ -7721,7 +7775,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7721 <trans-unit id="1519954996184640001" datatype="html"> 7775 <trans-unit id="1519954996184640001" datatype="html">
7722 <source>Error</source> 7776 <source>Error</source>
7723 <target state="translated">ข้อผิดพลาด</target> 7777 <target state="translated">ข้อผิดพลาด</target>
7724 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7778 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group>
7725 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7779 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group>
7726 </trans-unit> 7780 </trans-unit>
7727 <trans-unit id="5076187961693950167" datatype="html"> 7781 <trans-unit id="5076187961693950167" datatype="html">
@@ -7739,8 +7793,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7739 <target state="new">User 7793 <target state="new">User
7740 <x id="PH"/> created. 7794 <x id="PH"/> created.
7741 </target> 7795 </target>
7742 7796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group>
7743 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 7797 </trans-unit>
7744 <trans-unit id="8286337167859377104" datatype="html"> 7798 <trans-unit id="8286337167859377104" datatype="html">
7745 <source>Create user</source> 7799 <source>Create user</source>
7746 <target state="new">Create user</target> 7800 <target state="new">Create user</target>
@@ -7768,16 +7822,6 @@ channel with the same name (<x id="PH_2"/>)!</target>
7768 <target state="new">Update user password</target> 7822 <target state="new">Update user password</target>
7769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7770 </trans-unit> 7824 </trans-unit>
7771 <trans-unit id="177544274549739411" datatype="html">
7772 <source>Following list</source>
7773 <target state="new">Following list</target>
7774 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7775 </trans-unit>
7776 <trans-unit id="8092429110007204784" datatype="html">
7777 <source>Followers list</source>
7778 <target state="new">Followers list</target>
7779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7780 </trans-unit>
7781 <trans-unit id="780323526182667308" datatype="html"> 7825 <trans-unit id="780323526182667308" datatype="html">
7782 <source>User <x id="PH"/> updated.</source> 7826 <source>User <x id="PH"/> updated.</source>
7783 <target state="new">User 7827 <target state="new">User
@@ -7814,19 +7858,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7814 </trans-unit> 7858 </trans-unit>
7815 <trans-unit id="8564701209009684429" datatype="html"> 7859 <trans-unit id="8564701209009684429" datatype="html">
7816 <source>Federation</source> 7860 <source>Federation</source>
7817 <target state="new">Federation</target> 7861 <target state="translated">เครือข่าย</target>
7818 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7819 </trans-unit> 7863 </trans-unit>
7820 <trans-unit id="4682675125751819107" datatype="html">
7821 <source>Instances you follow</source>
7822 <target state="new">Instances you follow</target>
7823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7824 </trans-unit>
7825 <trans-unit id="8899833753704589712" datatype="html">
7826 <source>Instances following you</source>
7827 <target state="new">Instances following you</target>
7828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7829 </trans-unit>
7830 <trans-unit id="3767259920053407667" datatype="html"> 7864 <trans-unit id="3767259920053407667" datatype="html">
7831 <source>Videos will be deleted, comments will be tombstoned.</source> 7865 <source>Videos will be deleted, comments will be tombstoned.</source>
7832 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7866 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7858,6 +7892,30 @@ channel with the same name (<x id="PH_2"/>)!</target>
7858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group> 7892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group> 7893 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7860 </trans-unit> 7894 </trans-unit>
7895 <trans-unit id="4207916966377787111" datatype="html">
7896 <source>Created</source>
7897 <target state="new">Created</target>
7898 <context-group purpose="location">
7899 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7900 <context context-type="linenumber">115</context>
7901 </context-group>
7902 </trans-unit>
7903 <trans-unit id="8140268298586972139" datatype="html">
7904 <source>Daily quota</source>
7905 <target state="new">Daily quota</target>
7906 <context-group purpose="location">
7907 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7908 <context context-type="linenumber">120</context>
7909 </context-group>
7910 </trans-unit>
7911 <trans-unit id="7910076708497708162" datatype="html">
7912 <source>Last login</source>
7913 <target state="new">Last login</target>
7914 <context-group purpose="location">
7915 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7916 <context context-type="linenumber">122</context>
7917 </context-group>
7918 </trans-unit>
7861 <trans-unit id="3403978719736970622" datatype="html"> 7919 <trans-unit id="3403978719736970622" datatype="html">
7862 <source>You cannot ban root.</source> 7920 <source>You cannot ban root.</source>
7863 <target state="translated">คุณไม่สามารถแบน root</target> 7921 <target state="translated">คุณไม่สามารถแบน root</target>
@@ -8166,12 +8224,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8166 <trans-unit id="1137937154872046253" datatype="html"> 8224 <trans-unit id="1137937154872046253" datatype="html">
8167 <source>Video channel <x id="PH"/> created.</source> 8225 <source>Video channel <x id="PH"/> created.</source>
8168 <target state="translated">ช่องวิดีโอ <x id="PH"/> ถูกสร้างแล้ว</target> 8226 <target state="translated">ช่องวิดีโอ <x id="PH"/> ถูกสร้างแล้ว</target>
8169 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 8227 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group>
8170 </trans-unit> 8228 </trans-unit>
8171 <trans-unit id="8723777130353305761" datatype="html"> 8229 <trans-unit id="8723777130353305761" datatype="html">
8172 <source>This name already exists on this instance.</source> 8230 <source>This name already exists on this instance.</source>
8173 <target state="translated">ชื่อนี้มีอยู่ในเซิร์ฟเวอร์นี้แล้ว</target> 8231 <target state="translated">ชื่อนี้มีอยู่ในเซิร์ฟเวอร์นี้แล้ว</target>
8174 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 8232 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group>
8175 </trans-unit> 8233 </trans-unit>
8176 <trans-unit id="7589345916094713536" datatype="html"> 8234 <trans-unit id="7589345916094713536" datatype="html">
8177 <source>Video channel <x id="PH"/> updated.</source> 8235 <source>Video channel <x id="PH"/> updated.</source>
@@ -8193,11 +8251,6 @@ channel with the same name (<x id="PH_2"/>)!</target>
8193 <target state="new">Banner deleted.</target> 8251 <target state="new">Banner deleted.</target>
8194 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group> 8252 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
8195 </trans-unit> 8253 </trans-unit>
8196 <trans-unit id="2575302837003821736" datatype="html">
8197 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
8198 <target state="translated">กรุณาพิมพ์ชื่อแสดงของช่อง ( <x id="PH"/>) เพื่อยืนยัน</target>
8199 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
8200 </trans-unit>
8201 <trans-unit id="624066830180032195" datatype="html"> 8254 <trans-unit id="624066830180032195" datatype="html">
8202 <source>Video channel <x id="PH"/> deleted.</source> 8255 <source>Video channel <x id="PH"/> deleted.</source>
8203 <target state="translated">ลบช่องวิดีโอ <x id="PH"/> แล้ว</target> 8256 <target state="translated">ลบช่องวิดีโอ <x id="PH"/> แล้ว</target>
@@ -8362,6 +8415,14 @@ channel with the same name (<x id="PH_2"/>)!</target>
8362 <target state="translated">ส่งคำขอเปลี่ยนเจ้าของแล้ว</target> 8415 <target state="translated">ส่งคำขอเปลี่ยนเจ้าของแล้ว</target>
8363 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8416 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8364 </trans-unit> 8417 </trans-unit>
8418 <trans-unit id="7699622144571229146" datatype="html">
8419 <source>Sort by</source>
8420 <target state="new">Sort by</target>
8421 <context-group purpose="location">
8422 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8423 <context context-type="linenumber">26</context>
8424 </context-group>
8425 </trans-unit>
8365 <trans-unit id="3245220240937722814" datatype="html"> 8426 <trans-unit id="3245220240937722814" datatype="html">
8366 <source>My channels</source> 8427 <source>My channels</source>
8367 <target state="translated">ช่องของฉัน</target> 8428 <target state="translated">ช่องของฉัน</target>
@@ -8421,13 +8482,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
8421 <trans-unit id="6489275254908395777" datatype="html"> 8482 <trans-unit id="6489275254908395777" datatype="html">
8422 <source>Maximize editor</source> 8483 <source>Maximize editor</source>
8423 <target state="new">Maximize editor</target> 8484 <target state="new">Maximize editor</target>
8424 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8485
8425 </trans-unit> 8486 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8426 <trans-unit id="4243591013849340688" datatype="html"> 8487 <trans-unit id="4243591013849340688" datatype="html">
8427 <source>Exit maximized editor</source> 8488 <source>Exit maximized editor</source>
8428 <target state="new">Exit maximized editor</target> 8489 <target state="new">Exit maximized editor</target>
8429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8490
8430 </trans-unit> 8491 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8431 <trans-unit id="6537885755702623401" datatype="html"> 8492 <trans-unit id="6537885755702623401" datatype="html">
8432 <source>Now please check your emails to verify your account and complete signup.</source> 8493 <source>Now please check your emails to verify your account and complete signup.</source>
8433 <target state="translated">กรุณาตรวจสอบอีเมลของคุณเพื่อยืนยันบัญชีและเสร็จสิ้นการลงทะเบียน</target> 8494 <target state="translated">กรุณาตรวจสอบอีเมลของคุณเพื่อยืนยันบัญชีและเสร็จสิ้นการลงทะเบียน</target>
@@ -8463,7 +8524,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8463 <target state="translated">ติดตามบัญชี</target> 8524 <target state="translated">ติดตามบัญชี</target>
8464 8525
8465 8526
8466 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8527 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8467 <trans-unit id="3131904093925601441" datatype="html"> 8528 <trans-unit id="3131904093925601441" datatype="html">
8468 <source>PLAYLISTS</source> 8529 <source>PLAYLISTS</source>
8469 <target state="translated">เพลย์ลิสต์</target> 8530 <target state="translated">เพลย์ลิสต์</target>
@@ -8510,34 +8571,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
8510 <trans-unit id="3779524668013120370" datatype="html"> 8571 <trans-unit id="3779524668013120370" datatype="html">
8511 <source>Go to my subscriptions</source> 8572 <source>Go to my subscriptions</source>
8512 <target state="translated">ไปที่การติดตามของฉัน</target> 8573 <target state="translated">ไปที่การติดตามของฉัน</target>
8513 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8574 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group>
8514 </trans-unit> 8575 </trans-unit>
8515 <trans-unit id="1136469849928650779" datatype="html"> 8576 <trans-unit id="1136469849928650779" datatype="html">
8516 <source>Go to my videos</source> 8577 <source>Go to my videos</source>
8517 <target state="translated">ไปที่วิดีโอของฉัน</target> 8578 <target state="translated">ไปที่วิดีโอของฉัน</target>
8518 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8579 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group>
8519 </trans-unit> 8580 </trans-unit>
8520 <trans-unit id="7836683738999600376" datatype="html"> 8581 <trans-unit id="7836683738999600376" datatype="html">
8521 <source>Go to my imports</source> 8582 <source>Go to my imports</source>
8522 <target state="translated">ไปที่การนำเข้าของฉัน</target> 8583 <target state="translated">ไปที่การนำเข้าของฉัน</target>
8523 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8584 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group>
8524 </trans-unit> 8585 </trans-unit>
8525 <trans-unit id="7511292153332773503" datatype="html"> 8586 <trans-unit id="7511292153332773503" datatype="html">
8526 <source>Go to my channels</source> 8587 <source>Go to my channels</source>
8527 <target state="translated">ไปที่ช่องของฉัน</target> 8588 <target state="translated">ไปที่ช่องของฉัน</target>
8528 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8589 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group>
8529 </trans-unit> 8590 </trans-unit>
8530 <trans-unit id="2013324644839511073" datatype="html"> 8591 <trans-unit id="2013324644839511073" datatype="html">
8531 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8592 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8532Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8593Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8533 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8594 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8534Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8595Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8535 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8596 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group>
8536 </trans-unit> 8597 </trans-unit>
8537 <trans-unit id="375263728166936544" datatype="html"> 8598 <trans-unit id="375263728166936544" datatype="html">
8538 <source>You need to reconnect.</source> 8599 <source>You need to reconnect.</source>
8539 <target state="translated">คุณต้องเชื่อมต่อใหม่</target> 8600 <target state="translated">คุณต้องเชื่อมต่อใหม่</target>
8540 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8601 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group>
8541 </trans-unit> 8602 </trans-unit>
8542 <trans-unit id="2206638022166154361" datatype="html"> 8603 <trans-unit id="2206638022166154361" datatype="html">
8543 <source>Keyboard Shortcuts:</source> 8604 <source>Keyboard Shortcuts:</source>
@@ -8552,6 +8613,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8552 <context context-type="linenumber">98</context> 8613 <context context-type="linenumber">98</context>
8553 </context-group> 8614 </context-group>
8554 </trans-unit> 8615 </trans-unit>
8616 <trans-unit id="4024404994702813072" datatype="html">
8617 <source>In my library</source>
8618 <target state="new">In my library</target>
8619 <context-group purpose="location">
8620 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8621 <context context-type="linenumber">104</context>
8622 </context-group>
8623 </trans-unit>
8555 <trans-unit id="232050922346936574" datatype="html"> 8624 <trans-unit id="232050922346936574" datatype="html">
8556 <source>Trending</source> 8625 <source>Trending</source>
8557 <target state="translated">มาแรง</target> 8626 <target state="translated">มาแรง</target>
@@ -8579,37 +8648,37 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8579 <trans-unit id="1266887509445371246" datatype="html"> 8648 <trans-unit id="1266887509445371246" datatype="html">
8580 <source>Incorrect username or password.</source> 8649 <source>Incorrect username or password.</source>
8581 <target state="translated">ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง</target> 8650 <target state="translated">ชื่อผู้ใช้หรือรหัสผ่านไม่ถูกต้อง</target>
8582 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8651 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group>
8583 </trans-unit> 8652 </trans-unit>
8584 <trans-unit id="6974874606619467663" datatype="html"> 8653 <trans-unit id="6974874606619467663" datatype="html">
8585 <source>Your account is blocked.</source> 8654 <source>Your account is blocked.</source>
8586 <target state="translated">บัญชีของคุณถูกบล็อก</target> 8655 <target state="translated">บัญชีของคุณถูกบล็อก</target>
8587 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8656 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group>
8588 </trans-unit> 8657 </trans-unit>
8589 <trans-unit id="7939914198003891823" datatype="html"> 8658 <trans-unit id="7939914198003891823" datatype="html">
8590 <source>any language</source> 8659 <source>any language</source>
8591 <target state="translated">ภาษาใดก็ได้</target> 8660 <target state="translated">ภาษาใดก็ได้</target>
8592 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group> 8661 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group>
8593 </trans-unit> 8662 </trans-unit>
8594 <trans-unit id="5633144232269377096" datatype="html"> 8663 <trans-unit id="5633144232269377096" datatype="html">
8595 <source>hide</source> 8664 <source>hide</source>
8596 <target state="translated">ซ่อน</target> 8665 <target state="translated">ซ่อน</target>
8597 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group> 8666 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group>
8598 </trans-unit> 8667 </trans-unit>
8599 <trans-unit id="8603861867909474404" datatype="html"> 8668 <trans-unit id="8603861867909474404" datatype="html">
8600 <source>blur</source> 8669 <source>blur</source>
8601 <target state="translated">เบลอ</target> 8670 <target state="translated">เบลอ</target>
8602 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group> 8671 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group>
8603 </trans-unit> 8672 </trans-unit>
8604 <trans-unit id="4534458451100881847" datatype="html"> 8673 <trans-unit id="4534458451100881847" datatype="html">
8605 <source>display</source> 8674 <source>display</source>
8606 <target state="translated">แสดง</target> 8675 <target state="translated">แสดง</target>
8607 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group> 8676 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group>
8608 </trans-unit> 8677 </trans-unit>
8609 <trans-unit id="4467323362722952678" datatype="html"> 8678 <trans-unit id="4467323362722952678" datatype="html">
8610 <source>Unknown</source> 8679 <source>Unknown</source>
8611 <target state="translated">ไม่รู้จัก</target> 8680 <target state="translated">ไม่รู้จัก</target>
8612 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group> 8681 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group>
8613 </trans-unit> 8682 </trans-unit>
8614 <trans-unit id="8781423666414310853" datatype="html"> 8683 <trans-unit id="8781423666414310853" datatype="html">
8615 <source>Your password has been successfully reset!</source> 8684 <source>Your password has been successfully reset!</source>
@@ -8723,12 +8792,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8723 <trans-unit id="3208627574396957172" datatype="html"> 8792 <trans-unit id="3208627574396957172" datatype="html">
8724 <source>Search index is unavailable. Retrying with instance results instead.</source> 8793 <source>Search index is unavailable. Retrying with instance results instead.</source>
8725 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8794 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8726 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group> 8795
8727 </trans-unit> 8796 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8728 <trans-unit id="307702206382241469" datatype="html"> 8797 <trans-unit id="307702206382241469" datatype="html">
8729 <source>Search error</source> 8798 <source>Search error</source>
8730 <target state="translated">เกิดข้อผิดพลาดในการค้นหา</target> 8799 <target state="translated">เกิดข้อผิดพลาดในการค้นหา</target>
8731 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group> 8800
8801 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8802 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8803 <context-group purpose="location">
8804 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8805 <context context-type="linenumber">329</context>
8806 </context-group>
8732 </trans-unit> 8807 </trans-unit>
8733 <trans-unit id="4580988005648117665" datatype="html"> 8808 <trans-unit id="4580988005648117665" datatype="html">
8734 <source>Search</source> 8809 <source>Search</source>
@@ -9957,21 +10032,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9957 <target state="new">Account 10032 <target state="new">Account
9958 <x id="PH"/> muted by the instance. 10033 <x id="PH"/> muted by the instance.
9959 </target> 10034 </target>
9960 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group> 10035
9961 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group> 10036
9962 </trans-unit> 10037 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9963 <trans-unit id="1595779426198793580" datatype="html"> 10038 <trans-unit id="1595779426198793580" datatype="html">
9964 <source>Mute server</source> 10039 <source>Mute server</source>
9965 <target state="new">Mute server</target> 10040 <target state="new">Mute server</target>
9966 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 10041
9967 </trans-unit> 10042 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9968 <trans-unit id="8014491157078444256" datatype="html"> 10043 <trans-unit id="8014491157078444256" datatype="html">
9969 <source>Server <x id="PH"/> muted by the instance.</source> 10044 <source>Server <x id="PH"/> muted by the instance.</source>
9970 <target state="new">Server 10045 <target state="new">Server
9971 <x id="PH"/> muted by the instance. 10046 <x id="PH"/> muted by the instance.
9972 </target> 10047 </target>
9973 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 10048
9974 </trans-unit> 10049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9975 <trans-unit id="2044813052587776285" datatype="html"> 10050 <trans-unit id="2044813052587776285" datatype="html">
9976 <source>Add a message to communicate with the reporter</source> 10051 <source>Add a message to communicate with the reporter</source>
9977 <target state="new">Add a message to communicate with the reporter</target> 10052 <target state="new">Add a message to communicate with the reporter</target>
@@ -10217,17 +10292,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10217 <trans-unit id="968295009933361070" datatype="html"> 10292 <trans-unit id="968295009933361070" datatype="html">
10218 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 10293 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
10219 <target state="translated">พยายามหลายครั้งติดต่อกัน โปรดลองอีกครั้งในอีก <x id="PH"/> นาที</target> 10294 <target state="translated">พยายามหลายครั้งติดต่อกัน โปรดลองอีกครั้งในอีก <x id="PH"/> นาที</target>
10220 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 10295 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group>
10221 </trans-unit> 10296 </trans-unit>
10222 <trans-unit id="4965472196059235310" datatype="html"> 10297 <trans-unit id="4965472196059235310" datatype="html">
10223 <source>Too many attempts, please try again later.</source> 10298 <source>Too many attempts, please try again later.</source>
10224 <target state="translated">พยายามหลายครั้งติดต่อกัน โปรดลองอีกครั้งในภายหลัง</target> 10299 <target state="translated">พยายามหลายครั้งติดต่อกัน โปรดลองอีกครั้งในภายหลัง</target>
10225 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 10300 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group>
10226 </trans-unit> 10301 </trans-unit>
10227 <trans-unit id="1693549688987384699" datatype="html"> 10302 <trans-unit id="1693549688987384699" datatype="html">
10228 <source>Server error. Please retry later.</source> 10303 <source>Server error. Please retry later.</source>
10229 <target state="translated">เซิร์ฟเวอร์เกิดข้อผิดพลาด โปรดลองอีกครั้งในภายหลัง</target> 10304 <target state="translated">เซิร์ฟเวอร์เกิดข้อผิดพลาด โปรดลองอีกครั้งในภายหลัง</target>
10230 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 10305 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group>
10231 </trans-unit> 10306 </trans-unit>
10232 <trans-unit id="5927402622550505067" datatype="html"> 10307 <trans-unit id="5927402622550505067" datatype="html">
10233 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 10308 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
@@ -10340,29 +10415,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10340 <trans-unit id="2909684945706361544" datatype="html"> 10415 <trans-unit id="2909684945706361544" datatype="html">
10341 <source>Delete video</source> 10416 <source>Delete video</source>
10342 <target state="translated">ลบวิดีโอ</target> 10417 <target state="translated">ลบวิดีโอ</target>
10343 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 10418
10344 </trans-unit> 10419 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
10345 <trans-unit id="2210418817778733727" datatype="html"> 10420 <trans-unit id="2210418817778733727" datatype="html">
10346 <source>Actions for the comment</source> 10421 <source>Actions for the comment</source>
10347 <target state="new">Actions for the comment</target> 10422 <target state="new">Actions for the comment</target>
10348 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 10423
10349 </trans-unit> 10424 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
10350 <trans-unit id="7978668497183230348" datatype="html"> 10425 <trans-unit id="7978668497183230348" datatype="html">
10351 <source>Delete comment</source> 10426 <source>Delete comment</source>
10352 <target state="translated">ลบความคิดเห็น</target> 10427 <target state="translated">ลบความคิดเห็น</target>
10353 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 10428
10354 </trans-unit> 10429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
10355 <trans-unit id="6747218355168080191" datatype="html"> 10430 <trans-unit id="6747218355168080191" datatype="html">
10356 <source>Do you really want to delete this comment?</source> 10431 <source>Do you really want to delete this comment?</source>
10357 <target state="new">Do you really want to delete this comment?</target> 10432 <target state="new">Do you really want to delete this comment?</target>
10358 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group> 10433
10359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group> 10434
10360 </trans-unit> 10435 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
10361 <trans-unit id="7837272126865175984" datatype="html"> 10436 <trans-unit id="7837272126865175984" datatype="html">
10362 <source>Comment deleted.</source> 10437 <source>Comment deleted.</source>
10363 <target state="translated">ลบความคิดเห็นแล้ว</target> 10438 <target state="translated">ลบความคิดเห็นแล้ว</target>
10364 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 10439
10365 </trans-unit> 10440 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
10366 <trans-unit id="346270517625845962" datatype="html"> 10441 <trans-unit id="346270517625845962" datatype="html">
10367 <source>Encoder</source> 10442 <source>Encoder</source>
10368 <target state="new">Encoder</target> 10443 <target state="new">Encoder</target>
@@ -10404,31 +10479,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10404 <trans-unit id="1472171759957681533" datatype="html"> 10479 <trans-unit id="1472171759957681533" datatype="html">
10405 <source>Video reported.</source> 10480 <source>Video reported.</source>
10406 <target state="translated">รายงานวิดีโอแล้ว</target> 10481 <target state="translated">รายงานวิดีโอแล้ว</target>
10407 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10482
10408 </trans-unit> 10483 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10409 <trans-unit id="3622946684246476652" datatype="html"> 10484 <trans-unit id="3622946684246476652" datatype="html">
10410 <source>Do you really want to delete this video?</source> 10485 <source>Do you really want to delete this video?</source>
10411 <target state="translated">คุณแน่ใจว่าต้องการลบวิดีโอนี้หรือไม่</target> 10486 <target state="translated">คุณแน่ใจว่าต้องการลบวิดีโอนี้หรือไม่</target>
10412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10487
10413 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10488
10414 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10489
10415 </trans-unit> 10490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10416 <trans-unit id="3941342949736653028" datatype="html"> 10491 <trans-unit id="3941342949736653028" datatype="html">
10417 <source>Video deleted.</source> 10492 <source>Video deleted.</source>
10418 <target state="translated">ลบวิดีโอแล้ว</target> 10493 <target state="translated">ลบวิดีโอแล้ว</target>
10419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10494
10420 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10495
10421 </trans-unit> 10496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10422 <trans-unit id="5072091387445907742" datatype="html"> 10497 <trans-unit id="5072091387445907742" datatype="html">
10423 <source>Actions for the reporter</source> 10498 <source>Actions for the reporter</source>
10424 <target state="new">Actions for the reporter</target> 10499 <target state="new">Actions for the reporter</target>
10425 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10500
10426 </trans-unit> 10501 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10427 <trans-unit id="6599069899275412095" datatype="html"> 10502 <trans-unit id="6599069899275412095" datatype="html">
10428 <source>Mute reporter</source> 10503 <source>Mute reporter</source>
10429 <target state="new">Mute reporter</target> 10504 <target state="new">Mute reporter</target>
10430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10505
10431 </trans-unit> 10506 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10432 <trans-unit id="2990849907502572301" datatype="html"> 10507 <trans-unit id="2990849907502572301" datatype="html">
10433 <source>This video will be duplicated by your instance.</source> 10508 <source>This video will be duplicated by your instance.</source>
10434 <target state="new">This video will be duplicated by your instance.</target> 10509 <target state="new">This video will be duplicated by your instance.</target>
@@ -10501,15 +10576,15 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10501 </trans-unit> 10576 </trans-unit>
10502 <trans-unit id="992317512448454409" datatype="html"> 10577 <trans-unit id="992317512448454409" datatype="html">
10503 <source>{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</source> 10578 <source>{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</source>
10504 <target state="new">{VAR_PLURAL, plural, =0 {Comments} =1 {1 Comment} other {<x id="INTERPOLATION"/> Comments}}</target> 10579 <target state="translated">{VAR_PLURAL, plural, =0 {ความคิดเห็น} =1 {ความคิดเห็น 1 รายการ} other {ความคิดเห็น <x id="INTERPOLATION"/> รายการ}}</target>
10505 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">4</context></context-group> 10580 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.html</context><context context-type="linenumber">4</context></context-group>
10506 </trans-unit> 10581 </trans-unit>
10507 <trans-unit id="4903651219400691248" datatype="html"> 10582 <trans-unit id="4903651219400691248" datatype="html">
10508 <source>Mute account</source> 10583 <source>Mute account</source>
10509 <target state="new">Mute account</target> 10584 <target state="new">Mute account</target>
10510 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10585
10511 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10586
10512 </trans-unit> 10587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10513 <trans-unit id="4021487547497211597" datatype="html"> 10588 <trans-unit id="4021487547497211597" datatype="html">
10514 <source>Open video actions</source> 10589 <source>Open video actions</source>
10515 <target state="new">Open video actions</target> 10590 <target state="new">Open video actions</target>
@@ -10525,8 +10600,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10525 <trans-unit id="3719503424625455635" datatype="html"> 10600 <trans-unit id="3719503424625455635" datatype="html">
10526 <source>Mute server account</source> 10601 <source>Mute server account</source>
10527 <target state="new">Mute server account</target> 10602 <target state="new">Mute server account</target>
10528 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10603
10529 </trans-unit> 10604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10530 <trans-unit id="7008439939460403347" datatype="html"> 10605 <trans-unit id="7008439939460403347" datatype="html">
10531 <source>Report</source> 10606 <source>Report</source>
10532 <target state="translated">รายงาน</target> 10607 <target state="translated">รายงาน</target>
@@ -10625,33 +10700,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10625 <trans-unit id="2439066254855913806" datatype="html"> 10700 <trans-unit id="2439066254855913806" datatype="html">
10626 <source>Only I can see this video</source> 10701 <source>Only I can see this video</source>
10627 <target state="translated">มีเพียงฉันที่เห็นวิดีโอนี้</target> 10702 <target state="translated">มีเพียงฉันที่เห็นวิดีโอนี้</target>
10628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10703
10629 </trans-unit> 10704 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10630 <trans-unit id="6767380569816110388" datatype="html"> 10705 <trans-unit id="6767380569816110388" datatype="html">
10631 <source>Only shareable via a private link</source> 10706 <source>Only shareable via a private link</source>
10632 <target state="translated">รับชมได้ผ่านลิงก์ส่วนตัวเท่านั้น</target> 10707 <target state="translated">รับชมได้ผ่านลิงก์ส่วนตัวเท่านั้น</target>
10633 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10708
10634 </trans-unit> 10709 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10635 <trans-unit id="6828965264297239528" datatype="html"> 10710 <trans-unit id="6828965264297239528" datatype="html">
10636 <source>Anyone can see this video</source> 10711 <source>Anyone can see this video</source>
10637 <target state="translated">ทุกคนเห็นวิดีโอนี้</target> 10712 <target state="translated">ทุกคนเห็นวิดีโอนี้</target>
10638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10713
10639 </trans-unit> 10714 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10640 <trans-unit id="1425933035739773115" datatype="html"> 10715 <trans-unit id="1425933035739773115" datatype="html">
10641 <source>Only users of this instance can see this video</source> 10716 <source>Only users of this instance can see this video</source>
10642 <target state="translated">เฉพาะผู้ใช้ของเซิร์ฟเวอร์นี้ที่จะเห็นวิดีโอนี้</target> 10717 <target state="translated">เฉพาะผู้ใช้ของเซิร์ฟเวอร์นี้ที่จะเห็นวิดีโอนี้</target>
10643 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10718
10644 </trans-unit> 10719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10645 <trans-unit id="8312101634344200207" datatype="html"> 10720 <trans-unit id="8312101634344200207" datatype="html">
10646 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10721 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10647 <target state="translated">ผู้ชม <x id="PH" equiv-text="this.views"/> คน</target> 10722 <target state="translated">ผู้ชม <x id="PH" equiv-text="this.views"/> คน</target>
10648 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group> 10723
10649 </trans-unit> 10724 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10650 <trans-unit id="7756087706411154095" datatype="html"> 10725 <trans-unit id="7756087706411154095" datatype="html">
10651 <source><x id="PH" equiv-text="this.views"/> views</source> 10726 <source><x id="PH" equiv-text="this.views"/> views</source>
10652 <target state="translated">การดู <x id="PH" equiv-text="this.views"/> ครั้ง</target> 10727 <target state="translated">การดู <x id="PH" equiv-text="this.views"/> ครั้ง</target>
10653 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group> 10728
10654 </trans-unit> 10729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10655 <trans-unit id="ngb.alert.close" datatype="html"> 10730 <trans-unit id="ngb.alert.close" datatype="html">
10656 <source>Close</source> 10731 <source>Close</source>
10657 <target state="translated">ปิด</target> 10732 <target state="translated">ปิด</target>
@@ -10826,35 +10901,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10826 <trans-unit id="3284171506518522275" datatype="html"> 10901 <trans-unit id="3284171506518522275" datatype="html">
10827 <source>Your video was uploaded to your account and is private.</source> 10902 <source>Your video was uploaded to your account and is private.</source>
10828 <target state="translated">วิดีโอของคุณถูกอัปโหลดไปยังบัญชีของคุณและเป็นส่วนตัวแล้ว</target> 10903 <target state="translated">วิดีโอของคุณถูกอัปโหลดไปยังบัญชีของคุณและเป็นส่วนตัวแล้ว</target>
10829 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group> 10904
10830 </trans-unit> 10905 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10831 <trans-unit id="5699822024600815733" datatype="html"> 10906 <trans-unit id="5699822024600815733" datatype="html">
10832 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10907 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10833 <target state="translated">แต่ข้อมูลที่เกี่ยวข้อง (เช่น แท็ก คำอธิบาย) จะไม่ถูกบันทึก คุณแน่ใจว่าต้องการออกจากหน้านี้หรือไม่</target> 10908 <target state="translated">แต่ข้อมูลที่เกี่ยวข้อง (เช่น แท็ก คำอธิบาย) จะไม่ถูกบันทึก คุณแน่ใจว่าต้องการออกจากหน้านี้หรือไม่</target>
10834 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group> 10909
10835 </trans-unit> 10910 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10836 <trans-unit id="1219739004043110649" datatype="html"> 10911 <trans-unit id="1219739004043110649" datatype="html">
10837 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10912 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10838 <target state="translated">วิดีโอยังไม่ถูกอัปโหลด คุณแน่ใจว่าต้องการออกจากหน้านี้หรือไม่</target> 10913 <target state="translated">วิดีโอยังไม่ถูกอัปโหลด คุณแน่ใจว่าต้องการออกจากหน้านี้หรือไม่</target>
10839 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group> 10914
10840 </trans-unit> 10915 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10841 <trans-unit id="6932865105766151309" datatype="html"> 10916 <trans-unit id="6932865105766151309" datatype="html">
10842 <source>Upload</source> 10917 <source>Upload</source>
10843 <target state="translated">อัปโหลด</target> 10918 <target state="translated">อัปโหลด</target>
10844 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group> 10919
10845 </trans-unit> 10920 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10846 <trans-unit id="8278735427925094503" datatype="html"> 10921 <trans-unit id="8278735427925094503" datatype="html">
10847 <source>Upload <x id="PH"/> </source> 10922 <source>Upload <x id="PH"/> </source>
10848 <target state="translated">อัปโหลด 10923 <target state="translated">อัปโหลด
10849 <x id="PH"/> 10924 <x id="PH"/>
10850 </target> 10925 </target>
10851 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group> 10926
10852 </trans-unit> 10927 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10853 <trans-unit id="5981816353437801748" datatype="html"> 10928 <trans-unit id="5981816353437801748" datatype="html">
10854 <source>Video published.</source> 10929 <source>Video published.</source>
10855 <target state="translated">เผยแพร่วิดีโอแล้ว</target> 10930 <target state="translated">เผยแพร่วิดีโอแล้ว</target>
10856 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group> 10931
10857 </trans-unit> 10932 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10858 <trans-unit id="764164089183618119" datatype="html"> 10933 <trans-unit id="764164089183618119" datatype="html">
10859 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10934 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10860 <target state="translated">คุณมีการเปลี่ยนแปลงที่ยังไม่ได้บันทึก ถ้าคุณออกจากหน้านี้ ข้อมูลที่ไม่ได้บันทึกจะหายไป</target> 10935 <target state="translated">คุณมีการเปลี่ยนแปลงที่ยังไม่ได้บันทึก ถ้าคุณออกจากหน้านี้ ข้อมูลที่ไม่ได้บันทึกจะหายไป</target>
@@ -10901,27 +10976,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10901 <trans-unit id="961774488937452220" datatype="html"> 10976 <trans-unit id="961774488937452220" datatype="html">
10902 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10977 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10903 <target state="translated">วิดีโอนี้ไม่สามารถรับชมบนเซิร์ฟเวอร์นี้ คุณต้องการเปลี่ยนเส้นทางไปยังเซิร์ฟเวอร์ต้นทางหรือไม่?: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a></target> 10978 <target state="translated">วิดีโอนี้ไม่สามารถรับชมบนเซิร์ฟเวอร์นี้ คุณต้องการเปลี่ยนเส้นทางไปยังเซิร์ฟเวอร์ต้นทางหรือไม่?: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a></target>
10904 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group> 10979 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group>
10905 </trans-unit> 10980 </trans-unit>
10906 <trans-unit id="5761611056224181752" datatype="html"> 10981 <trans-unit id="5761611056224181752" datatype="html">
10907 <source>Redirection</source> 10982 <source>Redirection</source>
10908 <target state="translated">การเปลี่ยนเส้นทาง</target> 10983 <target state="translated">การเปลี่ยนเส้นทาง</target>
10909 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group> 10984 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group>
10910 </trans-unit> 10985 </trans-unit>
10911 <trans-unit id="8858527736400081688" datatype="html"> 10986 <trans-unit id="8858527736400081688" datatype="html">
10912 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10987 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10913 <target state="translated">วิดีโอนี้มีเนื้อหาไม่เหมาะสม คุณต้องการรับชมหรือไม่</target> 10988 <target state="translated">วิดีโอนี้มีเนื้อหาไม่เหมาะสม คุณต้องการรับชมหรือไม่</target>
10914 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group> 10989 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group>
10915 </trans-unit> 10990 </trans-unit>
10916 <trans-unit id="3937119019020041049" datatype="html"> 10991 <trans-unit id="3937119019020041049" datatype="html">
10917 <source>Mature or explicit content</source> 10992 <source>Mature or explicit content</source>
10918 <target state="translated">เนื้อหาไม่เหมาะสม</target> 10993 <target state="translated">เนื้อหาไม่เหมาะสม</target>
10919 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group> 10994 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group>
10920 </trans-unit> 10995 </trans-unit>
10921 <trans-unit id="1755474755114288376" datatype="html"> 10996 <trans-unit id="1755474755114288376" datatype="html">
10922 <source>Up Next</source> 10997 <source>Up Next</source>
10923 <target state="translated">รายการถัดไป</target> 10998 <target state="translated">รายการถัดไป</target>
10924 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group> 10999 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group>
10925 </trans-unit> 11000 </trans-unit>
10926 <trans-unit id="2159130950882492111" datatype="html"> 11001 <trans-unit id="2159130950882492111" datatype="html">
10927 <source>Cancel</source> 11002 <source>Cancel</source>
@@ -10931,63 +11006,63 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10931 <trans-unit id="3354816756665089864" datatype="html"> 11006 <trans-unit id="3354816756665089864" datatype="html">
10932 <source>Autoplay is suspended</source> 11007 <source>Autoplay is suspended</source>
10933 <target state="translated">การเล่นวิดีโออัตโนมัติถูกหยุด</target> 11008 <target state="translated">การเล่นวิดีโออัตโนมัติถูกหยุด</target>
10934 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group> 11009 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group>
10935 </trans-unit> 11010 </trans-unit>
10936 <trans-unit id="7895294730547405228" datatype="html"> 11011 <trans-unit id="7895294730547405228" datatype="html">
10937 <source>Enter/exit fullscreen (requires player focus)</source> 11012 <source>Enter/exit fullscreen (requires player focus)</source>
10938 <target state="new">Enter/exit fullscreen (requires player focus)</target> 11013 <target state="new">Enter/exit fullscreen (requires player focus)</target>
10939 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group> 11014
10940 </trans-unit> 11015 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10941 <trans-unit id="7618388257165864759" datatype="html"> 11016 <trans-unit id="7618388257165864759" datatype="html">
10942 <source>Play/Pause the video (requires player focus)</source> 11017 <source>Play/Pause the video (requires player focus)</source>
10943 <target state="new">Play/Pause the video (requires player focus)</target> 11018 <target state="new">Play/Pause the video (requires player focus)</target>
10944 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group> 11019
10945 </trans-unit> 11020 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10946 <trans-unit id="7761890399634216630" datatype="html"> 11021 <trans-unit id="7761890399634216630" datatype="html">
10947 <source>Mute/unmute the video (requires player focus)</source> 11022 <source>Mute/unmute the video (requires player focus)</source>
10948 <target state="new">Mute/unmute the video (requires player focus)</target> 11023 <target state="new">Mute/unmute the video (requires player focus)</target>
10949 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group> 11024
10950 </trans-unit> 11025 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10951 <trans-unit id="5996585232248234904" datatype="html"> 11026 <trans-unit id="5996585232248234904" datatype="html">
10952 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 11027 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10953 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 11028 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10954 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group> 11029
10955 </trans-unit> 11030 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10956 <trans-unit id="3748765405903319998" datatype="html"> 11031 <trans-unit id="3748765405903319998" datatype="html">
10957 <source>Increase the volume (requires player focus)</source> 11032 <source>Increase the volume (requires player focus)</source>
10958 <target state="new">Increase the volume (requires player focus)</target> 11033 <target state="new">Increase the volume (requires player focus)</target>
10959 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group> 11034
10960 </trans-unit> 11035 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10961 <trans-unit id="5810704036407159982" datatype="html"> 11036 <trans-unit id="5810704036407159982" datatype="html">
10962 <source>Decrease the volume (requires player focus)</source> 11037 <source>Decrease the volume (requires player focus)</source>
10963 <target state="new">Decrease the volume (requires player focus)</target> 11038 <target state="new">Decrease the volume (requires player focus)</target>
10964 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group> 11039
10965 </trans-unit> 11040 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10966 <trans-unit id="2622048822548065691" datatype="html"> 11041 <trans-unit id="2622048822548065691" datatype="html">
10967 <source>Seek the video forward (requires player focus)</source> 11042 <source>Seek the video forward (requires player focus)</source>
10968 <target state="new">Seek the video forward (requires player focus)</target> 11043 <target state="new">Seek the video forward (requires player focus)</target>
10969 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group> 11044
10970 </trans-unit> 11045 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10971 <trans-unit id="6540078205109221153" datatype="html"> 11046 <trans-unit id="6540078205109221153" datatype="html">
10972 <source>Seek the video backward (requires player focus)</source> 11047 <source>Seek the video backward (requires player focus)</source>
10973 <target state="new">Seek the video backward (requires player focus)</target> 11048 <target state="new">Seek the video backward (requires player focus)</target>
10974 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group> 11049
10975 </trans-unit> 11050 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10976 <trans-unit id="1956491957766210808" datatype="html"> 11051 <trans-unit id="1956491957766210808" datatype="html">
10977 <source>Increase playback rate (requires player focus)</source> 11052 <source>Increase playback rate (requires player focus)</source>
10978 <target state="new">Increase playback rate (requires player focus)</target> 11053 <target state="new">Increase playback rate (requires player focus)</target>
10979 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group> 11054
10980 </trans-unit> 11055 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10981 <trans-unit id="5495529997674803186" datatype="html"> 11056 <trans-unit id="5495529997674803186" datatype="html">
10982 <source>Decrease playback rate (requires player focus)</source> 11057 <source>Decrease playback rate (requires player focus)</source>
10983 <target state="new">Decrease playback rate (requires player focus)</target> 11058 <target state="new">Decrease playback rate (requires player focus)</target>
10984 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group> 11059
10985 </trans-unit> 11060 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10986 <trans-unit id="3178343147230721210" datatype="html"> 11061 <trans-unit id="3178343147230721210" datatype="html">
10987 <source>Navigate in the video frame by frame (requires player focus)</source> 11062 <source>Navigate in the video frame by frame (requires player focus)</source>
10988 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 11063 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10989 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group> 11064
10990 </trans-unit> 11065 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10991 <trans-unit id="8025996572234182184" datatype="html"> 11066 <trans-unit id="8025996572234182184" datatype="html">
10992 <source>Like the video</source> 11067 <source>Like the video</source>
10993 <target state="translated">ชอบวิดีโอ</target> 11068 <target state="translated">ชอบวิดีโอ</target>
diff --git a/client/src/locale/angular.tr-TR.xlf b/client/src/locale/angular.tr-TR.xlf
index c42282c5d..ad3451708 100644
--- a/client/src/locale/angular.tr-TR.xlf
+++ b/client/src/locale/angular.tr-TR.xlf
@@ -243,7 +243,7 @@
243 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source> 243 <source><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </source>
244 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target> 244 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action.label }}"/> </target>
245 245
246 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 246 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
247 <trans-unit id="1486537403020619891" datatype="html"> 247 <trans-unit id="1486537403020619891" datatype="html">
248 <source>My watch history</source> 248 <source>My watch history</source>
249 <target state="translated">İzleme geçmişim</target> 249 <target state="translated">İzleme geçmişim</target>
@@ -325,12 +325,12 @@
325 325
326 326
327 327
328 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 328 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
329 <trans-unit id="1006562256968398209" datatype="html"> 329 <trans-unit id="1006562256968398209" datatype="html">
330 <source>video</source> 330 <source>video</source>
331 <target state="translated">video</target> 331 <target state="translated">video</target>
332 332
333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
334 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target> 334 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target>
335 335
336 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 336 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -392,10 +392,10 @@
392 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 392 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
393 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 393 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
394 394
395 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 395 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
396 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 396 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
397 397
398 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit> 398 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
399 399
400 <trans-unit id="5235042777215655908" datatype="html"> 400 <trans-unit id="5235042777215655908" datatype="html">
401 <source>subtitles</source> 401 <source>subtitles</source>
@@ -606,7 +606,7 @@
606 <target>Sil</target> 606 <target>Sil</target>
607 607
608 608
609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
610 <source>Only live videos</source><target state="new">Only live videos</target> 610 <source>Only live videos</source><target state="new">Only live videos</target>
611 <context-group purpose="location"> 611 <context-group purpose="location">
612 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 612 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -785,10 +785,10 @@
785 <trans-unit id="2602586221576511475"> 785 <trans-unit id="2602586221576511475">
786 <source>Video quota</source> 786 <source>Video quota</source>
787 <target>Video sınırı</target> 787 <target>Video sınırı</target>
788 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 788
789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 789
790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 790
791 </trans-unit> 791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
792 <trans-unit id="1502595455339510144" datatype="html"> 792 <trans-unit id="1502595455339510144" datatype="html">
793 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 793 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
794 <target state="new">Unlimited 794 <target state="new">Unlimited
@@ -871,7 +871,31 @@
871 <source>Federation</source> 871 <source>Federation</source>
872 <target state="new">Federation</target> 872 <target state="new">Federation</target>
873 873
874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
875 <source>Following</source><target state="new">Following</target>
876 <context-group purpose="location">
877 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
878 <context context-type="linenumber">29</context>
879 </context-group>
880 <context-group purpose="location">
881 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
882 <context context-type="linenumber">31</context>
883 </context-group>
884 <context-group purpose="location">
885 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
886 <context context-type="linenumber">28</context>
887 </context-group>
888 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
889 <source>Followers</source><target state="new">Followers</target>
890 <context-group purpose="location">
891 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
892 <context context-type="linenumber">34</context>
893 </context-group>
894 <context-group purpose="location">
895 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
896 <context context-type="linenumber">37</context>
897 </context-group>
898 </trans-unit>
875 <trans-unit id="3541687134897970106" datatype="html"> 899 <trans-unit id="3541687134897970106" datatype="html">
876 <source>followers</source> 900 <source>followers</source>
877 <target state="new">followers</target> 901 <target state="new">followers</target>
@@ -944,7 +968,7 @@
944 968
945 969
946 970
947 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 971 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
948 <trans-unit id="3616223838716839702" datatype="html"> 972 <trans-unit id="3616223838716839702" datatype="html">
949 <source>Ban this user</source> 973 <source>Ban this user</source>
950 <target state="translated">Bu kullanıcıyı yasakla</target> 974 <target state="translated">Bu kullanıcıyı yasakla</target>
@@ -1015,19 +1039,13 @@
1015 <trans-unit id="7252854992688790751" datatype="html"> 1039 <trans-unit id="7252854992688790751" datatype="html">
1016 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1040 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1017 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1041 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1018 <context-group purpose="location"> 1042
1019 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1043 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
1020 <context context-type="linenumber">60,62</context>
1021 </context-group>
1022 </trans-unit>
1023 <trans-unit id="7215649348148521605" datatype="html"> 1044 <trans-unit id="7215649348148521605" datatype="html">
1024 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1045 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1025 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1046 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1026 <context-group purpose="location"> 1047
1027 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1048 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1028 <context context-type="linenumber">65,67</context>
1029 </context-group>
1030 </trans-unit>
1031 <trans-unit id="2392488717875840729"> 1049 <trans-unit id="2392488717875840729">
1032 <source>User</source> 1050 <source>User</source>
1033 <target>Kullanıcı</target> 1051 <target>Kullanıcı</target>
@@ -1038,66 +1056,66 @@
1038 <source>Username or email address</source> 1056 <source>Username or email address</source>
1039 <target>Kullanıcı adı ya da e-posta adresi</target> 1057 <target>Kullanıcı adı ya da e-posta adresi</target>
1040 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1058 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1059 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
1060 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1061 <context-group purpose="location">
1062 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1063 <context context-type="linenumber">33,34</context>
1064 </context-group>
1041 </trans-unit> 1065 </trans-unit>
1042 <trans-unit id="1431416938026210429"> 1066 <trans-unit id="1431416938026210429">
1043 <source>Password</source> 1067 <source>Password</source>
1044 <target>Şifre</target> 1068 <target>Şifre</target>
1045 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1069
1046 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1070
1047 <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> 1071
1048 <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> 1072
1049 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1073
1050 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1074
1051 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1075
1052 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1076
1053 </trans-unit> 1077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1054 <trans-unit id="8715156686857791956" datatype="html"> 1078 <trans-unit id="8715156686857791956" datatype="html">
1055 <source>Click here to reset your password</source> 1079 <source>Click here to reset your password</source>
1056 <target state="translated">Şifrenizi sıfırlamak için buraya tıklayın</target> 1080 <target state="translated">Şifrenizi sıfırlamak için buraya tıklayın</target>
1057 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1081
1058 </trans-unit> 1082 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1059 <trans-unit id="892063502898494584" datatype="html"> 1083 <trans-unit id="892063502898494584" datatype="html">
1060 <source>I forgot my password</source> 1084 <source>I forgot my password</source>
1061 <target state="translated">Şifremi unuttum</target> 1085 <target state="translated">Şifremi unuttum</target>
1062 <context-group purpose="location"> 1086
1063 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1087 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1064 <context context-type="linenumber">47</context>
1065 </context-group>
1066 </trans-unit>
1067 <trans-unit id="2101170466365500913" datatype="html"> 1088 <trans-unit id="2101170466365500913" datatype="html">
1068 <source>Logging into an account lets you publish content</source> 1089 <source>Logging into an account lets you publish content</source>
1069 <target state="translated">Hesabınıza giriş yapmak içerik yayınlamanızı sağlar</target> 1090 <target state="translated">Hesabınıza giriş yapmak içerik yayınlamanızı sağlar</target>
1070 <context-group purpose="location"> 1091
1071 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1092 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1072 <context context-type="linenumber">56,57</context>
1073 </context-group>
1074 </trans-unit>
1075 <trans-unit id="2454050363478003966"> 1093 <trans-unit id="2454050363478003966">
1076 <source>Login</source> 1094 <source>Login</source>
1077 <target>Oturum aç</target> 1095 <target>Oturum aç</target>
1078 1096
1079 1097
1080 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 1098 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1081 <trans-unit id="3183213940445113677" datatype="html"> 1099 <trans-unit id="3183213940445113677" datatype="html">
1082 <source>Or sign in with</source> 1100 <source>Or sign in with</source>
1083 <target state="translated">Ya da şununla oturum aç</target> 1101 <target state="translated">Ya da şununla oturum aç</target>
1084 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1102
1085 </trans-unit> 1103 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1086 <trans-unit id="3238209155172574367" datatype="html"> 1104 <trans-unit id="3238209155172574367" datatype="html">
1087 <source>Forgot your password</source> 1105 <source>Forgot your password</source>
1088 <target state="translated">Şifrenizi mi unuttunuz?</target> 1106 <target state="translated">Şifrenizi mi unuttunuz?</target>
1089 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1107
1090 </trans-unit> 1108 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1091 <trans-unit id="87327320394367488" datatype="html"> 1109 <trans-unit id="87327320394367488" datatype="html">
1092 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1110 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1093 <target state="new">We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</target> 1111 <target state="new">We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</target>
1094 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1112
1095 </trans-unit> 1113 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
1096 <trans-unit id="3188014010833256853" datatype="html"> 1114 <trans-unit id="3188014010833256853" datatype="html">
1097 <source>Enter your email address and we will send you a link to reset your password.</source> 1115 <source>Enter your email address and we will send you a link to reset your password.</source>
1098 <target state="translated">E-posta adresinizi girin, şifrenizi sıfırlamak için bir bağlantı göndereceğiz.</target> 1116 <target state="translated">E-posta adresinizi girin, şifrenizi sıfırlamak için bir bağlantı göndereceğiz.</target>
1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1117
1100 </trans-unit> 1118 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
1101 <trans-unit id="1190256911880544559" datatype="html"> 1119 <trans-unit id="1190256911880544559" datatype="html">
1102 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1120 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1103The link will expire within 1 hour.</source> 1121The link will expire within 1 hour.</source>
@@ -1108,26 +1126,26 @@ The link will expire within 1 hour.</target>
1108 <trans-unit id="4768749765465246664" datatype="html"> 1126 <trans-unit id="4768749765465246664" datatype="html">
1109 <source>Email</source> 1127 <source>Email</source>
1110 <target state="translated">E-posta</target> 1128 <target state="translated">E-posta</target>
1111 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1129
1112 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1130
1113 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1131
1114 <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> 1132
1115 <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> 1133
1116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1134
1117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1135
1118 </trans-unit> 1136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1119 <trans-unit id="3967269098753656610" datatype="html"> 1137 <trans-unit id="3967269098753656610" datatype="html">
1120 <source>Email address</source> 1138 <source>Email address</source>
1121 <target state="translated">E-posta adresi</target> 1139 <target state="translated">E-posta adresi</target>
1122 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1140
1123 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">10</context></context-group> 1141
1124 </trans-unit> 1142 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1125 <trans-unit id="7808756054397155068" datatype="html"> 1143 <trans-unit id="7808756054397155068" datatype="html">
1126 <source>Reset</source> 1144 <source>Reset</source>
1127 <target state="translated">Sıfırla</target> 1145 <target state="translated">Sıfırla</target>
1128 <note priority="1" from="description">Password reset button</note> 1146 <note priority="1" from="description">Password reset button</note>
1129 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1147
1130 </trans-unit> 1148 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1131 1149
1132 <trans-unit id="4319634264526091601" datatype="html"> 1150 <trans-unit id="4319634264526091601" datatype="html">
1133 <source>on this instance</source> 1151 <source>on this instance</source>
@@ -1201,12 +1219,12 @@ The link will expire within 1 hour.</target>
1201 Sonuç bulunamadı 1219 Sonuç bulunamadı
1202 </target> 1220 </target>
1203 1221
1204 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1222 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1205 <trans-unit id="5500467336262464724" datatype="html"> 1223 <trans-unit id="5500467336262464724" datatype="html">
1206 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1224 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1207 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> abone </target> 1225 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> abone </target>
1208 1226
1209 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1227 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1210 <trans-unit id="1516969129397662377" datatype="html"> 1228 <trans-unit id="1516969129397662377" datatype="html">
1211 <source>Welcome to PeerTube, dear administrator!</source> 1229 <source>Welcome to PeerTube, dear administrator!</source>
1212 <target state="translated">PeerTube'a hoş geldin, sevgili yönetici!</target> 1230 <target state="translated">PeerTube'a hoş geldin, sevgili yönetici!</target>
@@ -1466,7 +1484,7 @@ The link will expire within 1 hour.</target>
1466 <target state="translated">Hesap oluştur</target> 1484 <target state="translated">Hesap oluştur</target>
1467 1485
1468 1486
1469 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1487 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1470 1488
1471 <trans-unit id="3058024914967508975" datatype="html"> 1489 <trans-unit id="3058024914967508975" datatype="html">
1472 <source>My videos</source> 1490 <source>My videos</source>
@@ -1523,7 +1541,7 @@ The link will expire within 1 hour.</target>
1523 <source>VIDEOS</source> 1541 <source>VIDEOS</source>
1524 <target state="translated">VİDEOLAR</target> 1542 <target state="translated">VİDEOLAR</target>
1525 1543
1526 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html"> 1544 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit><trans-unit id="667372110624203230" datatype="html">
1527 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target> 1545 <source>Import jobs concurrency</source><target state="new">Import jobs concurrency</target>
1528 1546
1529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html"> 1547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">225</context></context-group></trans-unit><trans-unit id="2184839376696112704" datatype="html">
@@ -1597,7 +1615,7 @@ The link will expire within 1 hour.</target>
1597 <source>I'm a teapot</source> 1615 <source>I'm a teapot</source>
1598 <target state="new">I'm a teapot</target> 1616 <target state="new">I'm a teapot</target>
1599 1617
1600 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 1618 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1601 <trans-unit id="1597262876035959248" datatype="html"> 1619 <trans-unit id="1597262876035959248" datatype="html">
1602 <source>That's an error.</source> 1620 <source>That's an error.</source>
1603 <target state="translated">Bu bir hata.</target> 1621 <target state="translated">Bu bir hata.</target>
@@ -1681,8 +1699,8 @@ The link will expire within 1 hour.</target>
1681 <trans-unit id="2971365540217107489" datatype="html"> 1699 <trans-unit id="2971365540217107489" datatype="html">
1682 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1700 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1683 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1701 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1684 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1702
1685 </trans-unit> 1703 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1686 1704
1687 <trans-unit id="5131854469652959713" datatype="html"> 1705 <trans-unit id="5131854469652959713" datatype="html">
1688 <source>GLOBAL SEARCH</source> 1706 <source>GLOBAL SEARCH</source>
@@ -1767,7 +1785,7 @@ The link will expire within 1 hour.</target>
1767 1785
1768 1786
1769 1787
1770 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1788 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1771 <source>Display only</source><target state="new">Display only</target> 1789 <source>Display only</source><target state="new">Display only</target>
1772 <context-group purpose="location"> 1790 <context-group purpose="location">
1773 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1791 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1805,7 +1823,7 @@ The link will expire within 1 hour.</target>
1805 <target state="translated">Süre</target> 1823 <target state="translated">Süre</target>
1806 1824
1807 1825
1808 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1826 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1809 <trans-unit id="3589238979642505685" datatype="html"> 1827 <trans-unit id="3589238979642505685" datatype="html">
1810 <source>Display sensitive content</source> 1828 <source>Display sensitive content</source>
1811 <target state="translated">Hassas içeriği göster</target> 1829 <target state="translated">Hassas içeriği göster</target>
@@ -1827,7 +1845,7 @@ The link will expire within 1 hour.</target>
1827 1845
1828 1846
1829 1847
1830 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1848 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1831 <trans-unit id="5478121364779850827" datatype="html"> 1849 <trans-unit id="5478121364779850827" datatype="html">
1832 <source>Reset</source> 1850 <source>Reset</source>
1833 <target state="translated">Sıfırla</target> 1851 <target state="translated">Sıfırla</target>
@@ -1848,7 +1866,7 @@ The link will expire within 1 hour.</target>
1848 1866
1849 1867
1850 1868
1851 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1869 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1852 <trans-unit id="4184995865179898060" datatype="html"> 1870 <trans-unit id="4184995865179898060" datatype="html">
1853 <source>Display all licenses</source> 1871 <source>Display all licenses</source>
1854 <target state="translated">Bütün lisansları göster</target> 1872 <target state="translated">Bütün lisansları göster</target>
@@ -1861,7 +1879,7 @@ The link will expire within 1 hour.</target>
1861 1879
1862 1880
1863 1881
1864 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1882 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1865 <trans-unit id="7904142744051432458" datatype="html"> 1883 <trans-unit id="7904142744051432458" datatype="html">
1866 <source>Display all languages</source> 1884 <source>Display all languages</source>
1867 <target state="translated">Bütün dilleri göster</target> 1885 <target state="translated">Bütün dilleri göster</target>
@@ -1876,17 +1894,23 @@ The link will expire within 1 hour.</target>
1876 <source>One of these tags</source> 1894 <source>One of these tags</source>
1877 <target state="new">One of these tags</target> 1895 <target state="new">One of these tags</target>
1878 1896
1879 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1897 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1898 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1899 <context-group purpose="location">
1900 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1901 <context context-type="linenumber">178</context>
1902 </context-group>
1903 </trans-unit>
1880 <trans-unit id="283421392567624698" datatype="html"> 1904 <trans-unit id="283421392567624698" datatype="html">
1881 <source>Search target</source> 1905 <source>Search target</source>
1882 <target state="new">Search target</target> 1906 <target state="new">Search target</target>
1883 1907
1884 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1908 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1885 <trans-unit id="2489767671380266270" datatype="html"> 1909 <trans-unit id="2489767671380266270" datatype="html">
1886 <source>Vidiverse</source> 1910 <source>Vidiverse</source>
1887 <target state="new">Vidiverse</target> 1911 <target state="new">Vidiverse</target>
1888 1912
1889 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1913 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1890 <trans-unit id="5478121364779850827" datatype="html"> 1914 <trans-unit id="5478121364779850827" datatype="html">
1891 <source>Reset</source> 1915 <source>Reset</source>
1892 <target state="translated">Sıfırla</target> 1916 <target state="translated">Sıfırla</target>
@@ -1896,7 +1920,7 @@ The link will expire within 1 hour.</target>
1896 <source>Filter</source> 1920 <source>Filter</source>
1897 <target state="new">Filter</target> 1921 <target state="new">Filter</target>
1898 1922
1899 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1923 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1900 <trans-unit id="6479885129995567639" datatype="html"> 1924 <trans-unit id="6479885129995567639" datatype="html">
1901 <source>Video channels</source> 1925 <source>Video channels</source>
1902 <target state="translated">Video kanalları</target> 1926 <target state="translated">Video kanalları</target>
@@ -1932,7 +1956,7 @@ The link will expire within 1 hour.</target>
1932 <target state="translated">Etiketler</target> 1956 <target state="translated">Etiketler</target>
1933 1957
1934 1958
1935 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1959 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1936 <trans-unit id="354332809647287722" datatype="html"> 1960 <trans-unit id="354332809647287722" datatype="html">
1937 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1961 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1938 <target state="new"> 1962 <target state="new">
@@ -2376,7 +2400,7 @@ The link will expire within 1 hour.</target>
2376 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2400 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2377 <source>Upload on hold</source><target state="new">Upload on hold</target> 2401 <source>Upload on hold</source><target state="new">Upload on hold</target>
2378 2402
2379 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2403 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2380 <trans-unit id="285180972645018518" datatype="html"> 2404 <trans-unit id="285180972645018518" datatype="html">
2381 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2405 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2382 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2406 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2708,13 +2732,19 @@ The link will expire within 1 hour.</target>
2708 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2732 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2709 <source>Origin</source><target state="new">Origin</target> 2733 <source>Origin</source><target state="new">Origin</target>
2710 2734
2711 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2735 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2736 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2737 <context-group purpose="location">
2738 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2739 <context context-type="linenumber">14</context>
2740 </context-group>
2741 </trans-unit>
2712 2742
2713 <trans-unit id="5139892963394684487" datatype="html"> 2743 <trans-unit id="5139892963394684487" datatype="html">
2714 <source>Originally published</source> 2744 <source>Originally published</source>
2715 <target state="new">Originally published</target> 2745 <target state="new">Originally published</target>
2716 2746
2717 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2747 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2718 <trans-unit id="6402393085909200998" datatype="html"> 2748 <trans-unit id="6402393085909200998" datatype="html">
2719 <source>Friendly Reminder:</source> 2749 <source>Friendly Reminder:</source>
2720 <target state="new">Friendly Reminder: </target> 2750 <target state="new">Friendly Reminder: </target>
@@ -3089,11 +3119,7 @@ The link will expire within 1 hour.</target>
3089 <target state="new">ID</target> 3119 <target state="new">ID</target>
3090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3120 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3091 </trans-unit> 3121 </trans-unit>
3092 <trans-unit id="2265605798180116441" datatype="html"> 3122
3093 <source>Follower handle</source>
3094 <target state="new">Follower handle</target>
3095
3096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3097 <trans-unit id="5911214550882917183" datatype="html"> 3123 <trans-unit id="5911214550882917183" datatype="html">
3098 <source>State</source> 3124 <source>State</source>
3099 <target state="new">State</target> 3125 <target state="new">State</target>
@@ -3168,11 +3194,7 @@ The link will expire within 1 hour.</target>
3168 </target> 3194 </target>
3169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3195 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3170 </trans-unit> 3196 </trans-unit>
3171 <trans-unit id="6641024648411549335" datatype="html"> 3197
3172 <source>Host</source>
3173 <target state="new">Host</target>
3174
3175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3176 <trans-unit id="6571718060636962350" datatype="html"> 3198 <trans-unit id="6571718060636962350" datatype="html">
3177 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3199 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3178 <target state="new">Redundancy allowed 3200 <target state="new">Redundancy allowed
@@ -3185,7 +3207,7 @@ The link will expire within 1 hour.</target>
3185 <source>Unfollow</source> 3207 <source>Unfollow</source>
3186 <target state="translated">Takipten çık</target> 3208 <target state="translated">Takipten çık</target>
3187 3209
3188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3189 <trans-unit id="8246779176913476983" datatype="html"> 3211 <trans-unit id="8246779176913476983" datatype="html">
3190 <source>Open instance in a new tab</source> 3212 <source>Open instance in a new tab</source>
3191 <target state="new">Open instance in a new tab</target> 3213 <target state="new">Open instance in a new tab</target>
@@ -3197,12 +3219,12 @@ The link will expire within 1 hour.</target>
3197 <source>No host found matching current filters.</source> 3219 <source>No host found matching current filters.</source>
3198 <target state="new">No host found matching current filters.</target> 3220 <target state="new">No host found matching current filters.</target>
3199 3221
3200 <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> 3222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3201 <trans-unit id="7274241885665071790" datatype="html"> 3223 <trans-unit id="7274241885665071790" datatype="html">
3202 <source>Your instance is not following anyone.</source> 3224 <source>Your instance is not following anyone.</source>
3203 <target state="new">Your instance is not following anyone.</target> 3225 <target state="new">Your instance is not following anyone.</target>
3204 3226
3205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3227 <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>
3206 <trans-unit id="4774348799569692380" datatype="html"> 3228 <trans-unit id="4774348799569692380" datatype="html">
3207 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3229 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3208 <target state="new">Showing 3230 <target state="new">Showing
@@ -3212,16 +3234,8 @@ The link will expire within 1 hour.</target>
3212 </target> 3234 </target>
3213 3235
3214 <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></trans-unit> 3236 <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></trans-unit>
3215 <trans-unit id="6275803119759621687" datatype="html"> 3237
3216 <source>Follow domains</source> 3238 <trans-unit id="9216117865911519658" datatype="html">
3217 <target state="new">Follow domains</target>
3218
3219 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3220 <trans-unit id="1268699198448750610" datatype="html">
3221 <source>Follow instances</source>
3222 <target state="new">Follow instances</target>
3223
3224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
3225 <source>Action</source><target state="new">Action</target> 3239 <source>Action</source><target state="new">Action</target>
3226 3240
3227 3241
@@ -3268,11 +3282,11 @@ The link will expire within 1 hour.</target>
3268 <trans-unit id="5248717555542428023"> 3282 <trans-unit id="5248717555542428023">
3269 <source>Username</source> 3283 <source>Username</source>
3270 <target>Kullanıcı adı</target> 3284 <target>Kullanıcı adı</target>
3271 <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> 3285
3272 <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> 3286
3273 <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> 3287
3274 <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> 3288
3275 </trans-unit> 3289 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3276 <trans-unit id="5428411040014095392" datatype="html"> 3290 <trans-unit id="5428411040014095392" datatype="html">
3277 <source>e.g. jane_doe</source> 3291 <source>e.g. jane_doe</source>
3278 <target state="new">e.g. jane_doe</target> 3292 <target state="new">e.g. jane_doe</target>
@@ -3302,9 +3316,9 @@ The link will expire within 1 hour.</target>
3302 <trans-unit id="4145496584631696119" datatype="html"> 3316 <trans-unit id="4145496584631696119" datatype="html">
3303 <source>Role</source> 3317 <source>Role</source>
3304 <target state="new">Role</target> 3318 <target state="new">Role</target>
3305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3319
3306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3320
3307 </trans-unit> 3321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3308 <trans-unit id="7046347992315328430" datatype="html"> 3322 <trans-unit id="7046347992315328430" datatype="html">
3309 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3323 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3310 <target state="new"> 3324 <target state="new">
@@ -3327,15 +3341,9 @@ The link will expire within 1 hour.</target>
3327 3341
3328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html"> 3342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/users/user-quota.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="2622255144026150901" datatype="html">
3329 <source>Auth plugin</source><target state="new">Auth plugin</target> 3343 <source>Auth plugin</source><target state="new">Auth plugin</target>
3330 <context-group purpose="location"> 3344
3331 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3345
3332 <context context-type="linenumber">188</context> 3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="588099657508661970" datatype="html">
3333 </context-group>
3334 <context-group purpose="location">
3335 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3336 <context context-type="linenumber">188</context>
3337 </context-group>
3338 </trans-unit><trans-unit id="588099657508661970" datatype="html">
3339 <source>None (local authentication)</source><target state="new">None (local authentication)</target> 3347 <source>None (local authentication)</source><target state="new">None (local authentication)</target>
3340 <context-group purpose="location"> 3348 <context-group purpose="location">
3341 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3349 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
@@ -3592,7 +3600,13 @@ The link will expire within 1 hour.</target>
3592 3600
3593 3601
3594 3602
3595 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3603 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3604 <source>Follower</source><target state="new">Follower</target>
3605 <context-group purpose="location">
3606 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3607 <context context-type="linenumber">24</context>
3608 </context-group>
3609 </trans-unit>
3596 <trans-unit id="4691552465058437520" datatype="html"> 3610 <trans-unit id="4691552465058437520" datatype="html">
3597 <source>Commented video</source> 3611 <source>Commented video</source>
3598 <target state="new">Commented video</target> 3612 <target state="new">Commented video</target>
@@ -3631,35 +3645,20 @@ The link will expire within 1 hour.</target>
3631 3645
3632 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3646 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3633 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3647 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3634 <context-group purpose="location"> 3648
3635 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3649 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3636 <context context-type="linenumber">42</context>
3637 </context-group>
3638 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3639 <source>Accepted reports</source><target state="new">Accepted reports</target> 3650 <source>Accepted reports</source><target state="new">Accepted reports</target>
3640 <context-group purpose="location"> 3651
3641 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3652 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3642 <context context-type="linenumber">46</context>
3643 </context-group>
3644 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3645 <source>Refused reports</source><target state="new">Refused reports</target> 3653 <source>Refused reports</source><target state="new">Refused reports</target>
3646 <context-group purpose="location"> 3654
3647 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3655 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3648 <context context-type="linenumber">50</context>
3649 </context-group>
3650 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3651 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3656 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3652 <context-group purpose="location"> 3657
3653 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3658 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3654 <context context-type="linenumber">54</context>
3655 </context-group>
3656 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3657 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3659 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3658 <context-group purpose="location"> 3660
3659 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3661 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3660 <context context-type="linenumber">58</context>
3661 </context-group>
3662 </trans-unit>
3663 <trans-unit id="4678289986918934018" datatype="html"> 3662 <trans-unit id="4678289986918934018" datatype="html">
3664 <source>Block reason:</source> 3663 <source>Block reason:</source>
3665 <target state="translated">Engel sebebi:</target> 3664 <target state="translated">Engel sebebi:</target>
@@ -3676,17 +3675,11 @@ The link will expire within 1 hour.</target>
3676 3675
3677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3678 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3677 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3679 <context-group purpose="location"> 3678
3680 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3681 <context context-type="linenumber">31</context>
3682 </context-group>
3683 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3684 <source>Manual blocks</source><target state="new">Manual blocks</target> 3680 <source>Manual blocks</source><target state="new">Manual blocks</target>
3685 <context-group purpose="location"> 3681
3686 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3687 <context context-type="linenumber">35</context>
3688 </context-group>
3689 </trans-unit>
3690 <trans-unit id="2143435845912984377" datatype="html"> 3683 <trans-unit id="2143435845912984377" datatype="html">
3691 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3684 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3692 <target state="new">Showing 3685 <target state="new">Showing
@@ -3869,7 +3862,7 @@ The link will expire within 1 hour.</target>
3869 3862
3870 3863
3871 3864
3872 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3865 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3873 <trans-unit id="1300704815627663264" datatype="html"> 3866 <trans-unit id="1300704815627663264" datatype="html">
3874 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3867 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3875 <target state="new">Muted at 3868 <target state="new">Muted at
@@ -3917,7 +3910,7 @@ The link will expire within 1 hour.</target>
3917 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3910 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3918 </target> 3911 </target>
3919 3912
3920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3921 <trans-unit id="4058814854824495833" datatype="html"> 3914 <trans-unit id="4058814854824495833" datatype="html">
3922 <source>Mute domains</source> 3915 <source>Mute domains</source>
3923 <target state="new">Mute domains</target> 3916 <target state="new">Mute domains</target>
@@ -3991,7 +3984,7 @@ The link will expire within 1 hour.</target>
3991 3984
3992 3985
3993 3986
3994 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3987 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3995 <trans-unit id="8630916846096019339" datatype="html"> 3988 <trans-unit id="8630916846096019339" datatype="html">
3996 <source>Users can resolve distant content</source> 3989 <source>Users can resolve distant content</source>
3997 <target state="new">Users can resolve distant content</target> 3990 <target state="new">Users can resolve distant content</target>
@@ -5838,11 +5831,8 @@ color: red;
5838 5831
5839 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 5832 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
5840 <source>CHANNELS</source><target state="new">CHANNELS</target> 5833 <source>CHANNELS</source><target state="new">CHANNELS</target>
5841 <context-group purpose="location"> 5834
5842 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5835 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5843 <context context-type="linenumber">82</context>
5844 </context-group>
5845 </trans-unit>
5846 5836
5847 <trans-unit id="3666829335406793239" datatype="html"> 5837 <trans-unit id="3666829335406793239" datatype="html">
5848 <source>This account does not have channels.</source> 5838 <source>This account does not have channels.</source>
@@ -5882,7 +5872,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5882It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 5872It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
5883channel with the same name (<x id="PH_2"/>)!</target> 5873channel with the same name (<x id="PH_2"/>)!</target>
5884 5874
5885 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 5875 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
5876 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5877 <context-group purpose="location">
5878 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5879 <context context-type="linenumber">48</context>
5880 </context-group>
5881 </trans-unit>
5886 <trans-unit id="5387007581996837469" datatype="html"> 5882 <trans-unit id="5387007581996837469" datatype="html">
5887 <source>My Channels</source> 5883 <source>My Channels</source>
5888 <target state="translated">Kanallarım</target> 5884 <target state="translated">Kanallarım</target>
@@ -6466,12 +6462,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6466 <source>Your message has been sent.</source> 6462 <source>Your message has been sent.</source>
6467 <target state="new">Your message has been sent.</target> 6463 <target state="new">Your message has been sent.</target>
6468 6464
6469 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6465 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6470 <trans-unit id="2072135752262464360" datatype="html"> 6466 <trans-unit id="2072135752262464360" datatype="html">
6471 <source>You already sent this form recently</source> 6467 <source>You already sent this form recently</source>
6472 <target state="new">You already sent this form recently</target> 6468 <target state="new">You already sent this form recently</target>
6473 6469
6474 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6470 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6475 6471
6476 <trans-unit id="819067926858619041" datatype="html"> 6472 <trans-unit id="819067926858619041" datatype="html">
6477 <source>Account videos</source> 6473 <source>Account videos</source>
@@ -6519,12 +6515,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6519 <x id="PH"/> direct account followers 6515 <x id="PH"/> direct account followers
6520 </target> 6516 </target>
6521 6517
6522 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit> 6518 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6523 <trans-unit id="6250999352462648289" datatype="html"> 6519 <trans-unit id="6250999352462648289" datatype="html">
6524 <source>Report this account</source> 6520 <source>Report this account</source>
6525 <target state="translated">Bu hesabı ihbar et</target> 6521 <target state="translated">Bu hesabı ihbar et</target>
6526 6522
6527 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 6523 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6528 6524
6529 6525
6530 <trans-unit id="1504521795586863905" datatype="html"> 6526 <trans-unit id="1504521795586863905" datatype="html">
@@ -6539,27 +6535,19 @@ channel with the same name (<x id="PH_2"/>)!</target>
6539 <target state="translated">Kullanıcı adı kopyalandı</target> 6535 <target state="translated">Kullanıcı adı kopyalandı</target>
6540 6536
6541 6537
6542 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit> 6538 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6543 <trans-unit id="9221735175659318025" datatype="html"> 6539 <trans-unit id="9221735175659318025" datatype="html">
6544 <source>1 subscriber</source> 6540 <source>1 subscriber</source>
6545 <target state="translated">1 abone</target> 6541 <target state="translated">1 abone</target>
6546 6542
6547 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit> 6543 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6548 <trans-unit id="4097331874769079975" datatype="html"> 6544 <trans-unit id="4097331874769079975" datatype="html">
6549 <source><x id="PH"/> subscribers</source> 6545 <source><x id="PH"/> subscribers</source>
6550 <target state="translated"><x id="PH"/> abone</target> 6546 <target state="translated"><x id="PH"/> abone</target>
6551 6547
6552 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 6548 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6553 <trans-unit id="4682675125751819107" datatype="html"> 6549
6554 <source>Instances you follow</source> 6550
6555 <target state="new">Instances you follow</target>
6556
6557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6558 <trans-unit id="8899833753704589712" datatype="html">
6559 <source>Instances following you</source>
6560 <target state="new">Instances following you</target>
6561
6562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6563 <trans-unit id="1035838766454786107" datatype="html"> 6551 <trans-unit id="1035838766454786107" datatype="html">
6564 <source>Audio-only</source> 6552 <source>Audio-only</source>
6565 <target state="translated">Yalnızca ses</target> 6553 <target state="translated">Yalnızca ses</target>
@@ -6609,7 +6597,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6609 <source>Auto (via ffmpeg)</source> 6597 <source>Auto (via ffmpeg)</source>
6610 <target state="translated">Kendiliğinden (ffmpeg ile)</target> 6598 <target state="translated">Kendiliğinden (ffmpeg ile)</target>
6611 6599
6612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit> 6600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="3642770981085338761" datatype="html">
6601 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6602 <context-group purpose="location">
6603 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6604 <context context-type="linenumber">3</context>
6605 </context-group>
6606 </trans-unit>
6613 <trans-unit id="931255636742351800" datatype="html"> 6607 <trans-unit id="931255636742351800" datatype="html">
6614 <source>No limit</source> 6608 <source>No limit</source>
6615 <target state="translated">Sınır yok</target> 6609 <target state="translated">Sınır yok</target>
@@ -6741,18 +6735,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
6741 <trans-unit id="2127446333083057097" datatype="html"> 6735 <trans-unit id="2127446333083057097" datatype="html">
6742 <source>Domain is required.</source> 6736 <source>Domain is required.</source>
6743 <target state="new">Domain is required.</target> 6737 <target state="new">Domain is required.</target>
6744 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6738
6745 </trans-unit> 6739 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6746 <trans-unit id="6780793142903080663" datatype="html"> 6740 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6747 <source>Domains entered are invalid.</source> 6741 <context-group purpose="location">
6748 <target state="new">Domains entered are invalid.</target> 6742 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6749 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6743 <context context-type="linenumber">93</context>
6750 </trans-unit> 6744 </context-group>
6751 <trans-unit id="5886492514458202177" datatype="html"> 6745 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6752 <source>Domains entered contain duplicates.</source> 6746 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6753 <target state="new">Domains entered contain duplicates.</target> 6747 <context-group purpose="location">
6754 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6748 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6749 <context context-type="linenumber">94</context>
6750 </context-group>
6751 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6752 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6753 <context-group purpose="location">
6754 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6755 <context context-type="linenumber">102</context>
6756 </context-group>
6757 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6758 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6759 <context-group purpose="location">
6760 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6761 <context context-type="linenumber">103</context>
6762 </context-group>
6755 </trans-unit> 6763 </trans-unit>
6764
6765
6756 <trans-unit id="240806681889331244" datatype="html"> 6766 <trans-unit id="240806681889331244" datatype="html">
6757 <source>Unlimited</source> 6767 <source>Unlimited</source>
6758 <target state="translated">Sınırsız</target> 6768 <target state="translated">Sınırsız</target>
@@ -6902,26 +6912,52 @@ channel with the same name (<x id="PH_2"/>)!</target>
6902 <x id="PH"/> removed from instance followers 6912 <x id="PH"/> removed from instance followers
6903 </target> 6913 </target>
6904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6915 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
6916 <source>Follow</source><target state="new">Follow</target>
6917 <context-group purpose="location">
6918 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6919 <context context-type="linenumber">3</context>
6920 </context-group>
6921 <context-group purpose="location">
6922 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6923 <context context-type="linenumber">37</context>
6924 </context-group>
6925 <context-group purpose="location">
6926 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6927 <context context-type="linenumber">18</context>
6928 </context-group>
6929 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6930 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6931 <context-group purpose="location">
6932 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6933 <context context-type="linenumber">11</context>
6934 </context-group>
6905 </trans-unit> 6935 </trans-unit>
6906 <trans-unit id="2740793005745065895" datatype="html"> 6936 <trans-unit id="2740793005745065895" datatype="html">
6907 <source><x id="PH"/> is not valid </source> 6937 <source><x id="PH"/> is not valid </source>
6908 <target state="new"> 6938 <target state="new">
6909 <x id="PH"/> is not valid 6939 <x id="PH"/> is not valid
6910 </target> 6940 </target>
6911 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6941
6912 </trans-unit> 6942 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6913 <trans-unit id="2355066641781598196" datatype="html"> 6943 <trans-unit id="2355066641781598196" datatype="html">
6914 <source>Follow request(s) sent!</source> 6944 <source>Follow request(s) sent!</source>
6915 <target state="new">Follow request(s) sent!</target> 6945 <target state="new">Follow request(s) sent!</target>
6916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6946
6947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6948 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6949 <context-group purpose="location">
6950 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6951 <context context-type="linenumber">3</context>
6952 </context-group>
6917 </trans-unit> 6953 </trans-unit>
6918 <trans-unit id="4245720728052819482" datatype="html"> 6954 <trans-unit id="4245720728052819482" datatype="html">
6919 <source>Do you really want to unfollow <x id="PH"/>?</source> 6955 <source>Do you really want to unfollow <x id="PH"/>?</source>
6920 <target state="new">Do you really want to unfollow 6956 <target state="new">Do you really want to unfollow
6921 <x id="PH"/>? 6957 <x id="PH"/>?
6922 </target> 6958 </target>
6923 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6959
6924 </trans-unit> 6960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6925 <trans-unit id="9160510009013134726" datatype="html"> 6961 <trans-unit id="9160510009013134726" datatype="html">
6926 <source>Unfollow</source> 6962 <source>Unfollow</source>
6927 <target state="translated">Takipten çık</target> 6963 <target state="translated">Takipten çık</target>
@@ -6932,8 +6968,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
6932 <target state="new">You are not following 6968 <target state="new">You are not following
6933 <x id="PH"/> anymore. 6969 <x id="PH"/> anymore.
6934 </target> 6970 </target>
6935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6971
6936 </trans-unit> 6972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6937 <trans-unit id="2593763089859685916" datatype="html"> 6973 <trans-unit id="2593763089859685916" datatype="html">
6938 <source>enabled</source> 6974 <source>enabled</source>
6939 <target state="new">enabled</target> 6975 <target state="new">enabled</target>
@@ -7053,107 +7089,107 @@ channel with the same name (<x id="PH_2"/>)!</target>
7053 <target state="new">Internal actions</target> 7089 <target state="new">Internal actions</target>
7054 7090
7055 7091
7056 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 7092 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7057 <trans-unit id="4559872264406386913" datatype="html"> 7093 <trans-unit id="4559872264406386913" datatype="html">
7058 <source>Delete report</source> 7094 <source>Delete report</source>
7059 <target state="translated">İhbarı sil</target> 7095 <target state="translated">İhbarı sil</target>
7060 7096
7061 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 7097 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7062 <trans-unit id="5793550984155962433" datatype="html"> 7098 <trans-unit id="5793550984155962433" datatype="html">
7063 <source>Actions for the flagged account</source> 7099 <source>Actions for the flagged account</source>
7064 <target state="new">Actions for the flagged account</target> 7100 <target state="new">Actions for the flagged account</target>
7065 7101
7066 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7102 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7067 <trans-unit id="1679841953757186358" datatype="html"> 7103 <trans-unit id="1679841953757186358" datatype="html">
7068 <source>Mark as accepted</source> 7104 <source>Mark as accepted</source>
7069 <target state="new">Mark as accepted</target> 7105 <target state="new">Mark as accepted</target>
7070 7106
7071 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 7107 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7072 <trans-unit id="7993358694073742566" datatype="html"> 7108 <trans-unit id="7993358694073742566" datatype="html">
7073 <source>Mark as rejected</source> 7109 <source>Mark as rejected</source>
7074 <target state="new">Mark as rejected</target> 7110 <target state="new">Mark as rejected</target>
7075 7111
7076 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 7112 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7077 <trans-unit id="4175703770051343108" datatype="html"> 7113 <trans-unit id="4175703770051343108" datatype="html">
7078 <source>Add internal note</source> 7114 <source>Add internal note</source>
7079 <target state="new">Add internal note</target> 7115 <target state="new">Add internal note</target>
7080 7116
7081 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 7117 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7082 <trans-unit id="296166371893775555" datatype="html"> 7118 <trans-unit id="296166371893775555" datatype="html">
7083 <source>Actions for the video</source> 7119 <source>Actions for the video</source>
7084 <target state="new">Actions for the video</target> 7120 <target state="new">Actions for the video</target>
7085 7121
7086 7122
7087 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 7123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7088 <trans-unit id="3924877328520650445" datatype="html"> 7124 <trans-unit id="3924877328520650445" datatype="html">
7089 <source>Block video</source> 7125 <source>Block video</source>
7090 <target state="translated">Videoyu engelle</target> 7126 <target state="translated">Videoyu engelle</target>
7091 7127
7092 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 7128 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7093 <trans-unit id="4762794934098378428" datatype="html"> 7129 <trans-unit id="4762794934098378428" datatype="html">
7094 <source>Video blocked.</source> 7130 <source>Video blocked.</source>
7095 <target state="translated">Video engellendi.</target> 7131 <target state="translated">Video engellendi.</target>
7096 7132
7097 7133
7098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7134 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7099 <trans-unit id="4328862996304258770" datatype="html"> 7135 <trans-unit id="4328862996304258770" datatype="html">
7100 <source>Unblock video</source> 7136 <source>Unblock video</source>
7101 <target state="translated">Videonun engelini kaldır</target> 7137 <target state="translated">Videonun engelini kaldır</target>
7102 7138
7103 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 7139 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7104 <trans-unit id="9065327551191479877" datatype="html"> 7140 <trans-unit id="9065327551191479877" datatype="html">
7105 <source>Video unblocked.</source> 7141 <source>Video unblocked.</source>
7106 <target state="translated">Videonun engeli kaldırıldı.</target> 7142 <target state="translated">Videonun engeli kaldırıldı.</target>
7107 7143
7108 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 7144 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7109 <trans-unit id="1250415136605923486" datatype="html"> 7145 <trans-unit id="1250415136605923486" datatype="html">
7110 <source>Do you really want to delete this abuse report?</source> 7146 <source>Do you really want to delete this abuse report?</source>
7111 <target state="new">Do you really want to delete this abuse report?</target> 7147 <target state="new">Do you really want to delete this abuse report?</target>
7112 7148
7113 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 7149 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7114 <trans-unit id="3482559157143817408" datatype="html"> 7150 <trans-unit id="3482559157143817408" datatype="html">
7115 <source>Abuse deleted.</source> 7151 <source>Abuse deleted.</source>
7116 <target state="new">Abuse deleted.</target> 7152 <target state="new">Abuse deleted.</target>
7117 7153
7118 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 7154 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7119 <trans-unit id="6282990098351939529" datatype="html"> 7155 <trans-unit id="6282990098351939529" datatype="html">
7120 <source>Deleted comment</source> 7156 <source>Deleted comment</source>
7121 <target state="translated">Yorum silindi</target> 7157 <target state="translated">Yorum silindi</target>
7122 7158
7123 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 7159 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7124 <trans-unit id="9196775343330824083" datatype="html"> 7160 <trans-unit id="9196775343330824083" datatype="html">
7125 <source>Messages with reporter</source> 7161 <source>Messages with reporter</source>
7126 <target state="new">Messages with reporter</target> 7162 <target state="new">Messages with reporter</target>
7127 7163
7128 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 7164 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7129 <trans-unit id="8770468575924421391" datatype="html"> 7165 <trans-unit id="8770468575924421391" datatype="html">
7130 <source>Messages with moderators</source> 7166 <source>Messages with moderators</source>
7131 <target state="new">Messages with moderators</target> 7167 <target state="new">Messages with moderators</target>
7132 7168
7133 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 7169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7134 <trans-unit id="8528549800795985099" datatype="html"> 7170 <trans-unit id="8528549800795985099" datatype="html">
7135 <source>Update internal note</source> 7171 <source>Update internal note</source>
7136 <target state="new">Update internal note</target> 7172 <target state="new">Update internal note</target>
7137 7173
7138 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 7174 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7139 <trans-unit id="3962242315365992494" datatype="html"> 7175 <trans-unit id="3962242315365992494" datatype="html">
7140 <source>Switch video block to manual</source> 7176 <source>Switch video block to manual</source>
7141 <target state="new">Switch video block to manual</target> 7177 <target state="new">Switch video block to manual</target>
7142 7178
7143 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7144 <trans-unit id="6906423861055262169" datatype="html"> 7180 <trans-unit id="6906423861055262169" datatype="html">
7145 <source>Video <x id="PH"/> switched to manual block.</source> 7181 <source>Video <x id="PH"/> switched to manual block.</source>
7146 <target state="new">Video 7182 <target state="new">Video
7147 <x id="PH"/> switched to manual block. 7183 <x id="PH"/> switched to manual block.
7148 </target> 7184 </target>
7149 7185
7150 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 7186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7151 <trans-unit id="7293356040886494773" datatype="html"> 7187 <trans-unit id="7293356040886494773" datatype="html">
7152 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7188 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7153 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7189 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7154 7190
7155 7191
7156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 7192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7157 <trans-unit id="4859202148272511129" datatype="html"> 7193 <trans-unit id="4859202148272511129" datatype="html">
7158 <source>Unblock</source> 7194 <source>Unblock</source>
7159 <target state="new">Unblock</target> 7195 <target state="new">Unblock</target>
@@ -7161,7 +7197,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7161 7197
7162 7198
7163 7199
7164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7165 <trans-unit id="4922469417589203720" datatype="html"> 7201 <trans-unit id="4922469417589203720" datatype="html">
7166 <source>Video <x id="PH"/> unblocked.</source> 7202 <source>Video <x id="PH"/> unblocked.</source>
7167 <target state="new">Video 7203 <target state="new">Video
@@ -7169,7 +7205,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7169 </target> 7205 </target>
7170 7206
7171 7207
7172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 7208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7173 <trans-unit id="6286037250766429054" datatype="html"> 7209 <trans-unit id="6286037250766429054" datatype="html">
7174 <source>yes</source> 7210 <source>yes</source>
7175 <target state="translated">evet</target> 7211 <target state="translated">evet</target>
@@ -7392,9 +7428,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7392 <trans-unit id="1519954996184640001" datatype="html"> 7428 <trans-unit id="1519954996184640001" datatype="html">
7393 <source>Error</source> 7429 <source>Error</source>
7394 <target state="translated">Hata</target> 7430 <target state="translated">Hata</target>
7395 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7431
7396 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7432
7397 </trans-unit> 7433 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7398 <trans-unit id="5076187961693950167" datatype="html"> 7434 <trans-unit id="5076187961693950167" datatype="html">
7399 <source>Standard logs</source> 7435 <source>Standard logs</source>
7400 <target state="new">Standard logs</target> 7436 <target state="new">Standard logs</target>
@@ -7439,16 +7475,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7439 <target state="new">Update user password</target> 7475 <target state="new">Update user password</target>
7440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7476 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7441 </trans-unit> 7477 </trans-unit>
7442 <trans-unit id="177544274549739411" datatype="html"> 7478
7443 <source>Following list</source> 7479
7444 <target state="new">Following list</target>
7445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7446 </trans-unit>
7447 <trans-unit id="8092429110007204784" datatype="html">
7448 <source>Followers list</source>
7449 <target state="new">Followers list</target>
7450 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7451 </trans-unit>
7452 <trans-unit id="780323526182667308" datatype="html"> 7480 <trans-unit id="780323526182667308" datatype="html">
7453 <source>User <x id="PH"/> updated.</source> 7481 <source>User <x id="PH"/> updated.</source>
7454 <target state="new">User 7482 <target state="new">User
@@ -7488,16 +7516,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7488 <target state="new">Federation</target> 7516 <target state="new">Federation</target>
7489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7490 </trans-unit> 7518 </trans-unit>
7491 <trans-unit id="4682675125751819107" datatype="html"> 7519
7492 <source>Instances you follow</source> 7520
7493 <target state="new">Instances you follow</target>
7494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7495 </trans-unit>
7496 <trans-unit id="8899833753704589712" datatype="html">
7497 <source>Instances following you</source>
7498 <target state="new">Instances following you</target>
7499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7500 </trans-unit>
7501 <trans-unit id="3767259920053407667" datatype="html"> 7521 <trans-unit id="3767259920053407667" datatype="html">
7502 <source>Videos will be deleted, comments will be tombstoned.</source> 7522 <source>Videos will be deleted, comments will be tombstoned.</source>
7503 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7523 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7528,7 +7548,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7528 <target state="new">Set Email as Verified</target> 7548 <target state="new">Set Email as Verified</target>
7529 7549
7530 7550
7531 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7551 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7552 <source>Created</source><target state="new">Created</target>
7553 <context-group purpose="location">
7554 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7555 <context context-type="linenumber">115</context>
7556 </context-group>
7557 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7558 <source>Daily quota</source><target state="new">Daily quota</target>
7559 <context-group purpose="location">
7560 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7561 <context context-type="linenumber">120</context>
7562 </context-group>
7563 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7564 <source>Last login</source><target state="new">Last login</target>
7565 <context-group purpose="location">
7566 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7567 <context context-type="linenumber">122</context>
7568 </context-group>
7569 </trans-unit>
7532 <trans-unit id="3403978719736970622" datatype="html"> 7570 <trans-unit id="3403978719736970622" datatype="html">
7533 <source>You cannot ban root.</source> 7571 <source>You cannot ban root.</source>
7534 <target state="new">You cannot ban root.</target> 7572 <target state="new">You cannot ban root.</target>
@@ -7836,12 +7874,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
7836 <x id="PH"/> created. 7874 <x id="PH"/> created.
7837 </target> 7875 </target>
7838 7876
7839 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 7877 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7840 <trans-unit id="8723777130353305761" datatype="html"> 7878 <trans-unit id="8723777130353305761" datatype="html">
7841 <source>This name already exists on this instance.</source> 7879 <source>This name already exists on this instance.</source>
7842 <target state="new">This name already exists on this instance.</target> 7880 <target state="new">This name already exists on this instance.</target>
7843 7881
7844 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 7882 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7845 <trans-unit id="7589345916094713536" datatype="html"> 7883 <trans-unit id="7589345916094713536" datatype="html">
7846 <source>Video channel <x id="PH"/> updated.</source> 7884 <source>Video channel <x id="PH"/> updated.</source>
7847 <target state="new">Video channel 7885 <target state="new">Video channel
@@ -7858,13 +7896,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7858 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 7896 <source>Banner deleted.</source><target state="new">Banner deleted.</target>
7859 7897
7860 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 7898 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7861 <trans-unit id="2575302837003821736" datatype="html"> 7899
7862 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7863 <target state="new">Please type the display name of the video channel (
7864 <x id="PH"/>) to confirm
7865 </target>
7866
7867 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
7868 <trans-unit id="624066830180032195" datatype="html"> 7900 <trans-unit id="624066830180032195" datatype="html">
7869 <source>Video channel <x id="PH"/> deleted.</source> 7901 <source>Video channel <x id="PH"/> deleted.</source>
7870 <target state="new">Video channel 7902 <target state="new">Video channel
@@ -8025,6 +8057,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8025 <source>Ownership change request sent.</source> 8057 <source>Ownership change request sent.</source>
8026 <target state="new">Ownership change request sent.</target> 8058 <target state="new">Ownership change request sent.</target>
8027 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8059 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8060 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
8061 <source>Sort by</source><target state="new">Sort by</target>
8062 <context-group purpose="location">
8063 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8064 <context context-type="linenumber">26</context>
8065 </context-group>
8028 </trans-unit> 8066 </trans-unit>
8029 <trans-unit id="3245220240937722814" datatype="html"> 8067 <trans-unit id="3245220240937722814" datatype="html">
8030 <source>My channels</source> 8068 <source>My channels</source>
@@ -8088,12 +8126,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8088 <source>Maximize editor</source> 8126 <source>Maximize editor</source>
8089 <target state="new">Maximize editor</target> 8127 <target state="new">Maximize editor</target>
8090 8128
8091 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 8129 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8092 <trans-unit id="4243591013849340688" datatype="html"> 8130 <trans-unit id="4243591013849340688" datatype="html">
8093 <source>Exit maximized editor</source> 8131 <source>Exit maximized editor</source>
8094 <target state="new">Exit maximized editor</target> 8132 <target state="new">Exit maximized editor</target>
8095 8133
8096 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 8134 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8097 <trans-unit id="6537885755702623401" datatype="html"> 8135 <trans-unit id="6537885755702623401" datatype="html">
8098 <source>Now please check your emails to verify your account and complete signup.</source> 8136 <source>Now please check your emails to verify your account and complete signup.</source>
8099 <target state="new">Now please check your emails to verify your account and complete signup.</target> 8137 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8130,7 +8168,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8130 <target state="translated">Hesaba abone olundu</target> 8168 <target state="translated">Hesaba abone olundu</target>
8131 8169
8132 8170
8133 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 8171 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
8134 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 8172 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
8135 <context-group purpose="location"> 8173 <context-group purpose="location">
8136 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 8174 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -8176,35 +8214,35 @@ channel with the same name (<x id="PH_2"/>)!</target>
8176 <trans-unit id="3779524668013120370" datatype="html"> 8214 <trans-unit id="3779524668013120370" datatype="html">
8177 <source>Go to my subscriptions</source> 8215 <source>Go to my subscriptions</source>
8178 <target state="translated">Aboneliklerime git</target> 8216 <target state="translated">Aboneliklerime git</target>
8179 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8217
8180 </trans-unit> 8218 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
8181 <trans-unit id="1136469849928650779" datatype="html"> 8219 <trans-unit id="1136469849928650779" datatype="html">
8182 <source>Go to my videos</source> 8220 <source>Go to my videos</source>
8183 <target state="translated">Videolarıma git</target> 8221 <target state="translated">Videolarıma git</target>
8184 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8222
8185 </trans-unit> 8223 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
8186 <trans-unit id="7836683738999600376" datatype="html"> 8224 <trans-unit id="7836683738999600376" datatype="html">
8187 <source>Go to my imports</source> 8225 <source>Go to my imports</source>
8188 <target state="new">Go to my imports</target> 8226 <target state="new">Go to my imports</target>
8189 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8227
8190 </trans-unit> 8228 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
8191 <trans-unit id="7511292153332773503" datatype="html"> 8229 <trans-unit id="7511292153332773503" datatype="html">
8192 <source>Go to my channels</source> 8230 <source>Go to my channels</source>
8193 <target state="translated">Kanallarıma git</target> 8231 <target state="translated">Kanallarıma git</target>
8194 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8232
8195 </trans-unit> 8233 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
8196 <trans-unit id="2013324644839511073" datatype="html"> 8234 <trans-unit id="2013324644839511073" datatype="html">
8197 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8235 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8198Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8236Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8199 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8237 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8200Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8238Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8201 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8239
8202 </trans-unit> 8240 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
8203 <trans-unit id="375263728166936544" datatype="html"> 8241 <trans-unit id="375263728166936544" datatype="html">
8204 <source>You need to reconnect.</source> 8242 <source>You need to reconnect.</source>
8205 <target state="new">You need to reconnect.</target> 8243 <target state="new">You need to reconnect.</target>
8206 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8244
8207 </trans-unit> 8245 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
8208 <trans-unit id="2206638022166154361"> 8246 <trans-unit id="2206638022166154361">
8209 <source>Keyboard Shortcuts:</source> 8247 <source>Keyboard Shortcuts:</source>
8210 <target>Klavye Kısayolları:</target> 8248 <target>Klavye Kısayolları:</target>
@@ -8215,6 +8253,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8215 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8253 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8216 <context context-type="linenumber">98</context> 8254 <context context-type="linenumber">98</context>
8217 </context-group> 8255 </context-group>
8256 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8257 <source>In my library</source><target state="new">In my library</target>
8258 <context-group purpose="location">
8259 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8260 <context context-type="linenumber">104</context>
8261 </context-group>
8218 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 8262 </trans-unit><trans-unit id="232050922346936574" datatype="html">
8219 <source>Trending</source><target state="new">Trending</target> 8263 <source>Trending</source><target state="new">Trending</target>
8220 8264
@@ -8238,38 +8282,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8238 <source>Incorrect username or password.</source> 8282 <source>Incorrect username or password.</source>
8239 <target state="translated">Hatalı kullanıcı adı ya da şifre.</target> 8283 <target state="translated">Hatalı kullanıcı adı ya da şifre.</target>
8240 8284
8241 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 8285 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8242 <trans-unit id="6974874606619467663" datatype="html"> 8286 <trans-unit id="6974874606619467663" datatype="html">
8243 <source>Your account is blocked.</source> 8287 <source>Your account is blocked.</source>
8244 <target state="translated">Hesabınız engellenmiş.</target> 8288 <target state="translated">Hesabınız engellenmiş.</target>
8245 8289
8246 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 8290 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8247 <trans-unit id="7939914198003891823" datatype="html"> 8291 <trans-unit id="7939914198003891823" datatype="html">
8248 <source>any language</source> 8292 <source>any language</source>
8249 <target state="translated">herhangi bir dil</target> 8293 <target state="translated">herhangi bir dil</target>
8250 8294
8251 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8295 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8252 8296
8253 <trans-unit id="5633144232269377096" datatype="html"> 8297 <trans-unit id="5633144232269377096" datatype="html">
8254 <source>hide</source> 8298 <source>hide</source>
8255 <target state="translated">gizle</target> 8299 <target state="translated">gizle</target>
8256 8300
8257 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8301 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8258 <trans-unit id="8603861867909474404" datatype="html"> 8302 <trans-unit id="8603861867909474404" datatype="html">
8259 <source>blur</source> 8303 <source>blur</source>
8260 <target state="translated">bulanıklaştır</target> 8304 <target state="translated">bulanıklaştır</target>
8261 8305
8262 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8306 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8263 <trans-unit id="4534458451100881847" datatype="html"> 8307 <trans-unit id="4534458451100881847" datatype="html">
8264 <source>display</source> 8308 <source>display</source>
8265 <target state="translated">göster</target> 8309 <target state="translated">göster</target>
8266 8310
8267 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8311 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8268 <trans-unit id="4467323362722952678" datatype="html"> 8312 <trans-unit id="4467323362722952678" datatype="html">
8269 <source>Unknown</source> 8313 <source>Unknown</source>
8270 <target state="translated">Bilinmiyor</target> 8314 <target state="translated">Bilinmiyor</target>
8271 8315
8272 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8316 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8273 <trans-unit id="8781423666414310853" datatype="html"> 8317 <trans-unit id="8781423666414310853" datatype="html">
8274 <source>Your password has been successfully reset!</source> 8318 <source>Your password has been successfully reset!</source>
8275 <target state="translated">Şifreniz başarıyla sıfırlandı!</target> 8319 <target state="translated">Şifreniz başarıyla sıfırlandı!</target>
@@ -8380,12 +8424,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8380 <source>Search index is unavailable. Retrying with instance results instead.</source> 8424 <source>Search index is unavailable. Retrying with instance results instead.</source>
8381 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8425 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8382 8426
8383 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8427 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8384 <trans-unit id="307702206382241469" datatype="html"> 8428 <trans-unit id="307702206382241469" datatype="html">
8385 <source>Search error</source> 8429 <source>Search error</source>
8386 <target state="new">Search error</target> 8430 <target state="new">Search error</target>
8387 8431
8388 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8432 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8433 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8434 <context-group purpose="location">
8435 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8436 <context context-type="linenumber">329</context>
8437 </context-group>
8438 </trans-unit>
8389 <trans-unit id="4580988005648117665" datatype="html"> 8439 <trans-unit id="4580988005648117665" datatype="html">
8390 <source>Search</source> 8440 <source>Search</source>
8391 <target state="new">Search</target> 8441 <target state="new">Search</target>
@@ -9573,19 +9623,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9573 </target> 9623 </target>
9574 9624
9575 9625
9576 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9626 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9577 <trans-unit id="1595779426198793580" datatype="html"> 9627 <trans-unit id="1595779426198793580" datatype="html">
9578 <source>Mute server</source> 9628 <source>Mute server</source>
9579 <target state="new">Mute server</target> 9629 <target state="new">Mute server</target>
9580 9630
9581 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9631 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9582 <trans-unit id="8014491157078444256" datatype="html"> 9632 <trans-unit id="8014491157078444256" datatype="html">
9583 <source>Server <x id="PH"/> muted by the instance.</source> 9633 <source>Server <x id="PH"/> muted by the instance.</source>
9584 <target state="new">Server 9634 <target state="new">Server
9585 <x id="PH"/> muted by the instance. 9635 <x id="PH"/> muted by the instance.
9586 </target> 9636 </target>
9587 9637
9588 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9638 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9589 <trans-unit id="2044813052587776285" datatype="html"> 9639 <trans-unit id="2044813052587776285" datatype="html">
9590 <source>Add a message to communicate with the reporter</source> 9640 <source>Add a message to communicate with the reporter</source>
9591 <target state="new">Add a message to communicate with the reporter</target> 9641 <target state="new">Add a message to communicate with the reporter</target>
@@ -9833,18 +9883,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9833 <target state="new">Too many attempts, please try again after 9883 <target state="new">Too many attempts, please try again after
9834 <x id="PH"/> minutes. 9884 <x id="PH"/> minutes.
9835 </target> 9885 </target>
9836 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9886
9837 </trans-unit> 9887 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9838 <trans-unit id="4965472196059235310" datatype="html"> 9888 <trans-unit id="4965472196059235310" datatype="html">
9839 <source>Too many attempts, please try again later.</source> 9889 <source>Too many attempts, please try again later.</source>
9840 <target state="new">Too many attempts, please try again later.</target> 9890 <target state="new">Too many attempts, please try again later.</target>
9841 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9891
9842 </trans-unit> 9892 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9843 <trans-unit id="1693549688987384699" datatype="html"> 9893 <trans-unit id="1693549688987384699" datatype="html">
9844 <source>Server error. Please retry later.</source> 9894 <source>Server error. Please retry later.</source>
9845 <target state="new">Server error. Please retry later.</target> 9895 <target state="new">Server error. Please retry later.</target>
9846 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9896
9847 </trans-unit> 9897 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9848 <trans-unit id="5927402622550505067" datatype="html"> 9898 <trans-unit id="5927402622550505067" datatype="html">
9849 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9899 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9850 <target state="new">Subscribed to all current channels of 9900 <target state="new">Subscribed to all current channels of
@@ -9959,28 +10009,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9959 <source>Delete video</source> 10009 <source>Delete video</source>
9960 <target state="translated">Videoyu sil</target> 10010 <target state="translated">Videoyu sil</target>
9961 10011
9962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 10012 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9963 <trans-unit id="2210418817778733727" datatype="html"> 10013 <trans-unit id="2210418817778733727" datatype="html">
9964 <source>Actions for the comment</source> 10014 <source>Actions for the comment</source>
9965 <target state="translated">Yorum eylemleri</target> 10015 <target state="translated">Yorum eylemleri</target>
9966 10016
9967 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 10017 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9968 <trans-unit id="7978668497183230348" datatype="html"> 10018 <trans-unit id="7978668497183230348" datatype="html">
9969 <source>Delete comment</source> 10019 <source>Delete comment</source>
9970 <target state="translated">Yorumu sil</target> 10020 <target state="translated">Yorumu sil</target>
9971 10021
9972 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 10022 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9973 <trans-unit id="6747218355168080191" datatype="html"> 10023 <trans-unit id="6747218355168080191" datatype="html">
9974 <source>Do you really want to delete this comment?</source> 10024 <source>Do you really want to delete this comment?</source>
9975 <target state="translated">Bu yorumu silmek istediğinize emin misiniz?</target> 10025 <target state="translated">Bu yorumu silmek istediğinize emin misiniz?</target>
9976 10026
9977 10027
9978 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 10028 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9979 <trans-unit id="7837272126865175984" datatype="html"> 10029 <trans-unit id="7837272126865175984" datatype="html">
9980 <source>Comment deleted.</source> 10030 <source>Comment deleted.</source>
9981 <target state="translated">Yorum silindi.</target> 10031 <target state="translated">Yorum silindi.</target>
9982 10032
9983 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 10033 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9984 <trans-unit id="346270517625845962" datatype="html"> 10034 <trans-unit id="346270517625845962" datatype="html">
9985 <source>Encoder</source> 10035 <source>Encoder</source>
9986 <target state="new">Encoder</target> 10036 <target state="new">Encoder</target>
@@ -10023,30 +10073,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10023 <source>Video reported.</source> 10073 <source>Video reported.</source>
10024 <target state="translated">Video ihbar edildi.</target> 10074 <target state="translated">Video ihbar edildi.</target>
10025 10075
10026 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 10076 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10027 <trans-unit id="3622946684246476652" datatype="html"> 10077 <trans-unit id="3622946684246476652" datatype="html">
10028 <source>Do you really want to delete this video?</source> 10078 <source>Do you really want to delete this video?</source>
10029 <target state="translated">Bu videoyu silmek istediğinize emin misiniz?</target> 10079 <target state="translated">Bu videoyu silmek istediğinize emin misiniz?</target>
10030 10080
10031 10081
10032 10082
10033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 10083 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10034 <trans-unit id="3941342949736653028" datatype="html"> 10084 <trans-unit id="3941342949736653028" datatype="html">
10035 <source>Video deleted.</source> 10085 <source>Video deleted.</source>
10036 <target state="translated">Video silindi.</target> 10086 <target state="translated">Video silindi.</target>
10037 10087
10038 10088
10039 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10040 <trans-unit id="5072091387445907742" datatype="html"> 10090 <trans-unit id="5072091387445907742" datatype="html">
10041 <source>Actions for the reporter</source> 10091 <source>Actions for the reporter</source>
10042 <target state="new">Actions for the reporter</target> 10092 <target state="new">Actions for the reporter</target>
10043 10093
10044 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 10094 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10045 <trans-unit id="6599069899275412095" datatype="html"> 10095 <trans-unit id="6599069899275412095" datatype="html">
10046 <source>Mute reporter</source> 10096 <source>Mute reporter</source>
10047 <target state="new">Mute reporter</target> 10097 <target state="new">Mute reporter</target>
10048 10098
10049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 10099 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10050 <trans-unit id="2990849907502572301" datatype="html"> 10100 <trans-unit id="2990849907502572301" datatype="html">
10051 <source>This video will be duplicated by your instance.</source> 10101 <source>This video will be duplicated by your instance.</source>
10052 <target state="new">This video will be duplicated by your instance.</target> 10102 <target state="new">This video will be duplicated by your instance.</target>
@@ -10122,7 +10172,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10122 <target state="new">Mute account</target> 10172 <target state="new">Mute account</target>
10123 10173
10124 10174
10125 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit> 10175 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10126 <trans-unit id="4021487547497211597" datatype="html"> 10176 <trans-unit id="4021487547497211597" datatype="html">
10127 <source>Open video actions</source> 10177 <source>Open video actions</source>
10128 <target state="new">Open video actions</target> 10178 <target state="new">Open video actions</target>
@@ -10139,7 +10189,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10139 <source>Mute server account</source> 10189 <source>Mute server account</source>
10140 <target state="new">Mute server account</target> 10190 <target state="new">Mute server account</target>
10141 10191
10142 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 10192 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10143 <trans-unit id="7008439939460403347" datatype="html"> 10193 <trans-unit id="7008439939460403347" datatype="html">
10144 <source>Report</source> 10194 <source>Report</source>
10145 <target state="new">Report</target> 10195 <target state="new">Report</target>
@@ -10237,32 +10287,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10237 <source>Only I can see this video</source> 10287 <source>Only I can see this video</source>
10238 <target state="new">Only I can see this video</target> 10288 <target state="new">Only I can see this video</target>
10239 10289
10240 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 10290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10241 <trans-unit id="6767380569816110388" datatype="html"> 10291 <trans-unit id="6767380569816110388" datatype="html">
10242 <source>Only shareable via a private link</source> 10292 <source>Only shareable via a private link</source>
10243 <target state="new">Only shareable via a private link</target> 10293 <target state="new">Only shareable via a private link</target>
10244 10294
10245 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 10295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10246 <trans-unit id="6828965264297239528" datatype="html"> 10296 <trans-unit id="6828965264297239528" datatype="html">
10247 <source>Anyone can see this video</source> 10297 <source>Anyone can see this video</source>
10248 <target state="translated">Herkes bu videoyu görebilir</target> 10298 <target state="translated">Herkes bu videoyu görebilir</target>
10249 10299
10250 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10251 <trans-unit id="1425933035739773115" datatype="html"> 10301 <trans-unit id="1425933035739773115" datatype="html">
10252 <source>Only users of this instance can see this video</source> 10302 <source>Only users of this instance can see this video</source>
10253 <target state="new">Only users of this instance can see this video</target> 10303 <target state="new">Only users of this instance can see this video</target>
10254 10304
10255 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit> 10305 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10256 <trans-unit id="8312101634344200207" datatype="html"> 10306 <trans-unit id="8312101634344200207" datatype="html">
10257 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10307 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10258 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10308 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10259 10309
10260 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 10310 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10261 <trans-unit id="7756087706411154095" datatype="html"> 10311 <trans-unit id="7756087706411154095" datatype="html">
10262 <source><x id="PH" equiv-text="this.views"/> views</source> 10312 <source><x id="PH" equiv-text="this.views"/> views</source>
10263 <target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10313 <target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10264 10314
10265 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 10315 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10266 <trans-unit id="ngb.alert.close" datatype="html"> 10316 <trans-unit id="ngb.alert.close" datatype="html">
10267 <source>Close</source> 10317 <source>Close</source>
10268 <target state="new">Close</target> 10318 <target state="new">Close</target>
@@ -10439,35 +10489,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10439 <source>Your video was uploaded to your account and is private.</source> 10489 <source>Your video was uploaded to your account and is private.</source>
10440 <target state="new">Your video was uploaded to your account and is private.</target> 10490 <target state="new">Your video was uploaded to your account and is private.</target>
10441 10491
10442 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10492 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10443 <trans-unit id="5699822024600815733" datatype="html"> 10493 <trans-unit id="5699822024600815733" datatype="html">
10444 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10494 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10445 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target> 10495 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target>
10446 10496
10447 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10497 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10448 <trans-unit id="1219739004043110649" datatype="html"> 10498 <trans-unit id="1219739004043110649" datatype="html">
10449 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10499 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10450 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target> 10500 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target>
10451 10501
10452 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit> 10502 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10453 <trans-unit id="6932865105766151309" datatype="html"> 10503 <trans-unit id="6932865105766151309" datatype="html">
10454 <source>Upload</source> 10504 <source>Upload</source>
10455 <target state="new">Upload</target> 10505 <target state="new">Upload</target>
10456 10506
10457 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10507 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10458 <trans-unit id="8278735427925094503" datatype="html"> 10508 <trans-unit id="8278735427925094503" datatype="html">
10459 <source>Upload <x id="PH"/> </source> 10509 <source>Upload <x id="PH"/> </source>
10460 <target state="new">Upload 10510 <target state="new">Upload
10461 <x id="PH"/> 10511 <x id="PH"/>
10462 </target> 10512 </target>
10463 10513
10464 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10514 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10465 10515
10466 <trans-unit id="5981816353437801748" datatype="html"> 10516 <trans-unit id="5981816353437801748" datatype="html">
10467 <source>Video published.</source> 10517 <source>Video published.</source>
10468 <target state="translated">Video yayınlandı.</target> 10518 <target state="translated">Video yayınlandı.</target>
10469 10519
10470 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10520 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10471 10521
10472 10522
10473 <trans-unit id="764164089183618119" datatype="html"> 10523 <trans-unit id="764164089183618119" datatype="html">
@@ -10535,27 +10585,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10535 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10585 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10536 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10586 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10537 10587
10538 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10588 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10539 <trans-unit id="5761611056224181752" datatype="html"> 10589 <trans-unit id="5761611056224181752" datatype="html">
10540 <source>Redirection</source> 10590 <source>Redirection</source>
10541 <target state="new">Redirection</target> 10591 <target state="new">Redirection</target>
10542 10592
10543 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10593 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10544 <trans-unit id="8858527736400081688" datatype="html"> 10594 <trans-unit id="8858527736400081688" datatype="html">
10545 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10595 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10546 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target> 10596 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target>
10547 10597
10548 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10598 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10549 <trans-unit id="3937119019020041049" datatype="html"> 10599 <trans-unit id="3937119019020041049" datatype="html">
10550 <source>Mature or explicit content</source> 10600 <source>Mature or explicit content</source>
10551 <target state="new">Mature or explicit content</target> 10601 <target state="new">Mature or explicit content</target>
10552 10602
10553 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10603 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10554 <trans-unit id="1755474755114288376" datatype="html"> 10604 <trans-unit id="1755474755114288376" datatype="html">
10555 <source>Up Next</source> 10605 <source>Up Next</source>
10556 <target state="new">Up Next</target> 10606 <target state="new">Up Next</target>
10557 10607
10558 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 10608 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10559 <trans-unit id="2159130950882492111" datatype="html"> 10609 <trans-unit id="2159130950882492111" datatype="html">
10560 <source>Cancel</source> 10610 <source>Cancel</source>
10561 <target state="new">Cancel</target> 10611 <target state="new">Cancel</target>
@@ -10565,62 +10615,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10565 <source>Autoplay is suspended</source> 10615 <source>Autoplay is suspended</source>
10566 <target state="new">Autoplay is suspended</target> 10616 <target state="new">Autoplay is suspended</target>
10567 10617
10568 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10618 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10569 <trans-unit id="7895294730547405228" datatype="html"> 10619 <trans-unit id="7895294730547405228" datatype="html">
10570 <source>Enter/exit fullscreen (requires player focus)</source> 10620 <source>Enter/exit fullscreen (requires player focus)</source>
10571 <target state="translated">Tam ekrana gir/ekrandan çık (oynatıcı odağı gerekli)</target> 10621 <target state="translated">Tam ekrana gir/ekrandan çık (oynatıcı odağı gerekli)</target>
10572 10622
10573 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10623 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10574 <trans-unit id="7618388257165864759" datatype="html"> 10624 <trans-unit id="7618388257165864759" datatype="html">
10575 <source>Play/Pause the video (requires player focus)</source> 10625 <source>Play/Pause the video (requires player focus)</source>
10576 <target state="translated">Videoyu oynat/durdur (oynatıcı odağı gerekli)</target> 10626 <target state="translated">Videoyu oynat/durdur (oynatıcı odağı gerekli)</target>
10577 10627
10578 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10628 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10579 <trans-unit id="7761890399634216630" datatype="html"> 10629 <trans-unit id="7761890399634216630" datatype="html">
10580 <source>Mute/unmute the video (requires player focus)</source> 10630 <source>Mute/unmute the video (requires player focus)</source>
10581 <target state="translated">Videonun sesini aç/kapat (oynatıcı odağı gerekli)</target> 10631 <target state="translated">Videonun sesini aç/kapat (oynatıcı odağı gerekli)</target>
10582 10632
10583 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10633 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10584 <trans-unit id="5996585232248234904" datatype="html"> 10634 <trans-unit id="5996585232248234904" datatype="html">
10585 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10635 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10586 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10636 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10587 10637
10588 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10638 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10589 <trans-unit id="3748765405903319998" datatype="html"> 10639 <trans-unit id="3748765405903319998" datatype="html">
10590 <source>Increase the volume (requires player focus)</source> 10640 <source>Increase the volume (requires player focus)</source>
10591 <target state="new">Increase the volume (requires player focus)</target> 10641 <target state="new">Increase the volume (requires player focus)</target>
10592 10642
10593 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10643 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10594 <trans-unit id="5810704036407159982" datatype="html"> 10644 <trans-unit id="5810704036407159982" datatype="html">
10595 <source>Decrease the volume (requires player focus)</source> 10645 <source>Decrease the volume (requires player focus)</source>
10596 <target state="new">Decrease the volume (requires player focus)</target> 10646 <target state="new">Decrease the volume (requires player focus)</target>
10597 10647
10598 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10648 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10599 <trans-unit id="2622048822548065691" datatype="html"> 10649 <trans-unit id="2622048822548065691" datatype="html">
10600 <source>Seek the video forward (requires player focus)</source> 10650 <source>Seek the video forward (requires player focus)</source>
10601 <target state="new">Seek the video forward (requires player focus)</target> 10651 <target state="new">Seek the video forward (requires player focus)</target>
10602 10652
10603 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10653 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10604 <trans-unit id="6540078205109221153" datatype="html"> 10654 <trans-unit id="6540078205109221153" datatype="html">
10605 <source>Seek the video backward (requires player focus)</source> 10655 <source>Seek the video backward (requires player focus)</source>
10606 <target state="new">Seek the video backward (requires player focus)</target> 10656 <target state="new">Seek the video backward (requires player focus)</target>
10607 10657
10608 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10658 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10609 <trans-unit id="1956491957766210808" datatype="html"> 10659 <trans-unit id="1956491957766210808" datatype="html">
10610 <source>Increase playback rate (requires player focus)</source> 10660 <source>Increase playback rate (requires player focus)</source>
10611 <target state="new">Increase playback rate (requires player focus)</target> 10661 <target state="new">Increase playback rate (requires player focus)</target>
10612 10662
10613 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10663 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10614 <trans-unit id="5495529997674803186" datatype="html"> 10664 <trans-unit id="5495529997674803186" datatype="html">
10615 <source>Decrease playback rate (requires player focus)</source> 10665 <source>Decrease playback rate (requires player focus)</source>
10616 <target state="new">Decrease playback rate (requires player focus)</target> 10666 <target state="new">Decrease playback rate (requires player focus)</target>
10617 10667
10618 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10668 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10619 <trans-unit id="3178343147230721210" datatype="html"> 10669 <trans-unit id="3178343147230721210" datatype="html">
10620 <source>Navigate in the video frame by frame (requires player focus)</source> 10670 <source>Navigate in the video frame by frame (requires player focus)</source>
10621 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 10671 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10622 10672
10623 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10673 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10624 <trans-unit id="8025996572234182184" datatype="html"> 10674 <trans-unit id="8025996572234182184" datatype="html">
10625 <source>Like the video</source> 10675 <source>Like the video</source>
10626 <target state="translated">Videoyu beğen</target> 10676 <target state="translated">Videoyu beğen</target>
diff --git a/client/src/locale/angular.uk-UA.xlf b/client/src/locale/angular.uk-UA.xlf
index b3edca5d1..97fb87777 100644
--- a/client/src/locale/angular.uk-UA.xlf
+++ b/client/src/locale/angular.uk-UA.xlf
@@ -159,7 +159,7 @@
159 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/> 159 <x id="INTERPOLATION" equiv-text="{{ action.label }}"/>
160 </target> 160 </target>
161 161
162 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 162 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
163 <trans-unit id="1486537403020619891" datatype="html"> 163 <trans-unit id="1486537403020619891" datatype="html">
164 <source>My watch history</source> 164 <source>My watch history</source>
165 <target state="translated">Моя історія перегляду</target> 165 <target state="translated">Моя історія перегляду</target>
@@ -234,12 +234,12 @@
234 234
235 235
236 236
237 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 237 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
238 <trans-unit id="1006562256968398209" datatype="html"> 238 <trans-unit id="1006562256968398209" datatype="html">
239 <source>video</source> 239 <source>video</source>
240 <target state="translated">відео</target> 240 <target state="translated">відео</target>
241 241
242 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html"> 242 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="6438815964972582865" datatype="html">
243 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target> 243 <source> The following link contains a private token and should not be shared with anyone. </source><target state="new"> The following link contains a private token and should not be shared with anyone. </target>
244 244
245 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html"> 245 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="187187500641108332" datatype="html">
@@ -303,10 +303,10 @@
303 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html"> 303 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">289</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit><trans-unit id="6995024616159044376" datatype="html">
304 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 304 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source><target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
305 305
306 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html"> 306 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit><trans-unit id="7873395933409147217" datatype="html">
307 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 307 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source><target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
308 308
309 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group></trans-unit> 309 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
310 310
311 <trans-unit id="5235042777215655908" datatype="html"> 311 <trans-unit id="5235042777215655908" datatype="html">
312 <source>subtitles</source> 312 <source>subtitles</source>
@@ -513,7 +513,7 @@
513 <target>Видалити</target> 513 <target>Видалити</target>
514 514
515 515
516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html"> 516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit><trans-unit id="158575725114802951" datatype="html">
517 <source>Only live videos</source><target state="new">Only live videos</target> 517 <source>Only live videos</source><target state="new">Only live videos</target>
518 <context-group purpose="location"> 518 <context-group purpose="location">
519 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context> 519 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context>
@@ -692,10 +692,10 @@
692 <trans-unit id="2602586221576511475"> 692 <trans-unit id="2602586221576511475">
693 <source>Video quota</source> 693 <source>Video quota</source>
694 <target>Квота відео</target> 694 <target>Квота відео</target>
695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 695
696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 696
697 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 697
698 </trans-unit> 698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
699 <trans-unit id="1502595455339510144"> 699 <trans-unit id="1502595455339510144">
700 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 700 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
701 <target state="translated">Без обмежень <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> на день)<x id="CLOSE_TAG_NG_CONTAINER"/></target> 701 <target state="translated">Без обмежень <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> на день)<x id="CLOSE_TAG_NG_CONTAINER"/></target>
@@ -774,7 +774,31 @@
774 <source>Federation</source> 774 <source>Federation</source>
775 <target state="translated">Федерація</target> 775 <target state="translated">Федерація</target>
776 776
777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit> 777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit><trans-unit id="8726138323871139597" datatype="html">
778 <source>Following</source><target state="new">Following</target>
779 <context-group purpose="location">
780 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
781 <context context-type="linenumber">29</context>
782 </context-group>
783 <context-group purpose="location">
784 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
785 <context context-type="linenumber">31</context>
786 </context-group>
787 <context-group purpose="location">
788 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
789 <context context-type="linenumber">28</context>
790 </context-group>
791 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
792 <source>Followers</source><target state="new">Followers</target>
793 <context-group purpose="location">
794 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
795 <context context-type="linenumber">34</context>
796 </context-group>
797 <context-group purpose="location">
798 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
799 <context context-type="linenumber">37</context>
800 </context-group>
801 </trans-unit>
778 <trans-unit id="3541687134897970106" datatype="html"> 802 <trans-unit id="3541687134897970106" datatype="html">
779 <source>followers</source> 803 <source>followers</source>
780 <target state="translated">підписники</target> 804 <target state="translated">підписники</target>
@@ -849,7 +873,7 @@
849 873
850 874
851 875
852 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 876 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
853 <trans-unit id="3616223838716839702"> 877 <trans-unit id="3616223838716839702">
854 <source>Ban this user</source> 878 <source>Ban this user</source>
855 <target>Заблокувати цього користувача</target> 879 <target>Заблокувати цього користувача</target>
@@ -913,19 +937,13 @@
913 <trans-unit id="7252854992688790751" datatype="html"> 937 <trans-unit id="7252854992688790751" datatype="html">
914 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 938 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
915 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 939 <target state="new"> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
916 <context-group purpose="location"> 940
917 <context context-type="sourcefile">src/app/+login/login.component.html</context> 941 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
918 <context context-type="linenumber">60,62</context>
919 </context-group>
920 </trans-unit>
921 <trans-unit id="7215649348148521605" datatype="html"> 942 <trans-unit id="7215649348148521605" datatype="html">
922 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 943 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
923 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 944 <target state="new"> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
924 <context-group purpose="location"> 945
925 <context context-type="sourcefile">src/app/+login/login.component.html</context> 946 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
926 <context context-type="linenumber">65,67</context>
927 </context-group>
928 </trans-unit>
929 <trans-unit id="2392488717875840729"> 947 <trans-unit id="2392488717875840729">
930 <source>User</source> 948 <source>User</source>
931 <target>Користувач</target> 949 <target>Користувач</target>
@@ -936,66 +954,66 @@
936 <source>Username or email address</source> 954 <source>Username or email address</source>
937 <target>Ім'я користувача або email</target> 955 <target>Ім'я користувача або email</target>
938 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 956 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
957 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
958 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
959 <context-group purpose="location">
960 <context context-type="sourcefile">src/app/+login/login.component.html</context>
961 <context context-type="linenumber">33,34</context>
962 </context-group>
939 </trans-unit> 963 </trans-unit>
940 <trans-unit id="1431416938026210429"> 964 <trans-unit id="1431416938026210429">
941 <source>Password</source> 965 <source>Password</source>
942 <target>Пароль</target> 966 <target>Пароль</target>
943 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 967
944 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 968
945 <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> 969
946 <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> 970
947 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 971
948 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 972
949 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 973
950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 974
951 </trans-unit> 975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
952 <trans-unit id="8715156686857791956" datatype="html"> 976 <trans-unit id="8715156686857791956" datatype="html">
953 <source>Click here to reset your password</source> 977 <source>Click here to reset your password</source>
954 <target state="translated">Натисніть, щоб скинути ваш пароль</target> 978 <target state="translated">Натисніть, щоб скинути ваш пароль</target>
955 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 979
956 </trans-unit> 980 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
957 <trans-unit id="892063502898494584" datatype="html"> 981 <trans-unit id="892063502898494584" datatype="html">
958 <source>I forgot my password</source> 982 <source>I forgot my password</source>
959 <target state="new">I forgot my password</target> 983 <target state="new">I forgot my password</target>
960 <context-group purpose="location"> 984
961 <context context-type="sourcefile">src/app/+login/login.component.html</context> 985 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
962 <context context-type="linenumber">47</context>
963 </context-group>
964 </trans-unit>
965 <trans-unit id="2101170466365500913" datatype="html"> 986 <trans-unit id="2101170466365500913" datatype="html">
966 <source>Logging into an account lets you publish content</source> 987 <source>Logging into an account lets you publish content</source>
967 <target state="new"> Logging into an account lets you publish content </target> 988 <target state="new"> Logging into an account lets you publish content </target>
968 <context-group purpose="location"> 989
969 <context context-type="sourcefile">src/app/+login/login.component.html</context> 990 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
970 <context context-type="linenumber">56,57</context>
971 </context-group>
972 </trans-unit>
973 <trans-unit id="2454050363478003966" datatype="html"> 991 <trans-unit id="2454050363478003966" datatype="html">
974 <source>Login</source> 992 <source>Login</source>
975 <target state="translated">Увійти за допомогою імені</target> 993 <target state="translated">Увійти за допомогою імені</target>
976 994
977 995
978 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 996 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
979 <trans-unit id="3183213940445113677" datatype="html"> 997 <trans-unit id="3183213940445113677" datatype="html">
980 <source>Or sign in with</source> 998 <source>Or sign in with</source>
981 <target state="translated">Або увійти за допомогою</target> 999 <target state="translated">Або увійти за допомогою</target>
982 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1000
983 </trans-unit> 1001 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
984 <trans-unit id="3238209155172574367" datatype="html"> 1002 <trans-unit id="3238209155172574367" datatype="html">
985 <source>Forgot your password</source> 1003 <source>Forgot your password</source>
986 <target state="translated">Не пам'ятаю пароль</target> 1004 <target state="translated">Не пам'ятаю пароль</target>
987 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1005
988 </trans-unit> 1006 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
989 <trans-unit id="87327320394367488" datatype="html"> 1007 <trans-unit id="87327320394367488" datatype="html">
990 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1008 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
991 <target state="translated">Вибачте, але ви не можете відновити пароль, тому що адміністратор вашого сервера не налаштував систему надсилання електронних листів PeerTube.</target> 1009 <target state="translated">Вибачте, але ви не можете відновити пароль, тому що адміністратор вашого сервера не налаштував систему надсилання електронних листів PeerTube.</target>
992 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1010
993 </trans-unit> 1011 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
994 <trans-unit id="3188014010833256853" datatype="html"> 1012 <trans-unit id="3188014010833256853" datatype="html">
995 <source>Enter your email address and we will send you a link to reset your password.</source> 1013 <source>Enter your email address and we will send you a link to reset your password.</source>
996 <target state="new"> Enter your email address and we will send you a link to reset your password. </target> 1014 <target state="new"> Enter your email address and we will send you a link to reset your password. </target>
997 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1015
998 </trans-unit> 1016 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
999 <trans-unit id="1190256911880544559" datatype="html"> 1017 <trans-unit id="1190256911880544559" datatype="html">
1000 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1018 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1001The link will expire within 1 hour.</source> 1019The link will expire within 1 hour.</source>
@@ -1006,26 +1024,26 @@ The link will expire within 1 hour.</target>
1006 <trans-unit id="4768749765465246664" datatype="html"> 1024 <trans-unit id="4768749765465246664" datatype="html">
1007 <source>Email</source> 1025 <source>Email</source>
1008 <target state="translated">Email</target> 1026 <target state="translated">Email</target>
1009 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1027
1010 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1028
1011 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1029
1012 <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> 1030
1013 <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> 1031
1014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1032
1015 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1033
1016 </trans-unit> 1034 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1017 <trans-unit id="3967269098753656610" datatype="html"> 1035 <trans-unit id="3967269098753656610" datatype="html">
1018 <source>Email address</source> 1036 <source>Email address</source>
1019 <target state="translated">Адреса електронної пошти</target> 1037 <target state="translated">Адреса електронної пошти</target>
1020 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1038
1021 <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> 1039
1022 </trans-unit> 1040 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1023 <trans-unit id="7808756054397155068" datatype="html"> 1041 <trans-unit id="7808756054397155068" datatype="html">
1024 <source>Reset</source> 1042 <source>Reset</source>
1025 <target state="new">Reset</target> 1043 <target state="new">Reset</target>
1026 <note priority="1" from="description">Password reset button</note> 1044 <note priority="1" from="description">Password reset button</note>
1027 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1045
1028 </trans-unit> 1046 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1029 1047
1030 <trans-unit id="4319634264526091601" datatype="html"> 1048 <trans-unit id="4319634264526091601" datatype="html">
1031 <source>on this instance</source> 1049 <source>on this instance</source>
@@ -1097,14 +1115,14 @@ The link will expire within 1 hour.</target>
1097 <source>No results found</source> 1115 <source>No results found</source>
1098 <target state="translated">Нічого не знайдено</target> 1116 <target state="translated">Нічого не знайдено</target>
1099 1117
1100 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 1118 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1101 <trans-unit id="5500467336262464724" datatype="html"> 1119 <trans-unit id="5500467336262464724" datatype="html">
1102 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1120 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1103 <target state="translated"> 1121 <target state="translated">
1104 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> підписалися 1122 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> підписалися
1105 </target> 1123 </target>
1106 1124
1107 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 1125 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1108 <trans-unit id="1516969129397662377" datatype="html"> 1126 <trans-unit id="1516969129397662377" datatype="html">
1109 <source>Welcome to PeerTube, dear administrator!</source> 1127 <source>Welcome to PeerTube, dear administrator!</source>
1110 <target state="translated">Вітаємо у PeerTube, дорогий адміністраторе!</target> 1128 <target state="translated">Вітаємо у PeerTube, дорогий адміністраторе!</target>
@@ -1373,7 +1391,7 @@ The link will expire within 1 hour.</target>
1373 <target state="translated">Створити обліковий запис</target> 1391 <target state="translated">Створити обліковий запис</target>
1374 1392
1375 1393
1376 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 1394 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1377 1395
1378 <trans-unit id="3058024914967508975" datatype="html"> 1396 <trans-unit id="3058024914967508975" datatype="html">
1379 <source>My videos</source> 1397 <source>My videos</source>
@@ -1430,7 +1448,7 @@ The link will expire within 1 hour.</target>
1430 <source>VIDEOS</source> 1448 <source>VIDEOS</source>
1431 <target state="translated">ВІДЕО</target> 1449 <target state="translated">ВІДЕО</target>
1432 1450
1433 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 1451 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
1434 <trans-unit id="667372110624203230" datatype="html"> 1452 <trans-unit id="667372110624203230" datatype="html">
1435 <source>Import jobs concurrency</source> 1453 <source>Import jobs concurrency</source>
1436 <target state="new">Import jobs concurrency</target> 1454 <target state="new">Import jobs concurrency</target>
@@ -1510,7 +1528,7 @@ The link will expire within 1 hour.</target>
1510 <source>I'm a teapot</source> 1528 <source>I'm a teapot</source>
1511 <target state="new">I'm a teapot</target> 1529 <target state="new">I'm a teapot</target>
1512 1530
1513 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group></trans-unit> 1531 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1514 <trans-unit id="1597262876035959248" datatype="html"> 1532 <trans-unit id="1597262876035959248" datatype="html">
1515 <source>That's an error.</source> 1533 <source>That's an error.</source>
1516 <target state="new">That's an error.</target> 1534 <target state="new">That's an error.</target>
@@ -1594,8 +1612,8 @@ The link will expire within 1 hour.</target>
1594 <trans-unit id="2971365540217107489" datatype="html"> 1612 <trans-unit id="2971365540217107489" datatype="html">
1595 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1613 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1596 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 1614 <target state="new">Media is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
1597 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1615
1598 </trans-unit> 1616 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1599 1617
1600 <trans-unit id="5131854469652959713" datatype="html"> 1618 <trans-unit id="5131854469652959713" datatype="html">
1601 <source>GLOBAL SEARCH</source> 1619 <source>GLOBAL SEARCH</source>
@@ -1680,7 +1698,7 @@ The link will expire within 1 hour.</target>
1680 1698
1681 1699
1682 1700
1683 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html"> 1701 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit><trans-unit id="4540121094340493564" datatype="html">
1684 <source>Display only</source><target state="new">Display only</target> 1702 <source>Display only</source><target state="new">Display only</target>
1685 <context-group purpose="location"> 1703 <context-group purpose="location">
1686 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 1704 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
@@ -1718,7 +1736,7 @@ The link will expire within 1 hour.</target>
1718 <target state="new">Duration</target> 1736 <target state="new">Duration</target>
1719 1737
1720 1738
1721 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1739 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1722 <trans-unit id="3589238979642505685" datatype="html"> 1740 <trans-unit id="3589238979642505685" datatype="html">
1723 <source>Display sensitive content</source> 1741 <source>Display sensitive content</source>
1724 <target state="new">Display sensitive content</target> 1742 <target state="new">Display sensitive content</target>
@@ -1740,7 +1758,7 @@ The link will expire within 1 hour.</target>
1740 1758
1741 1759
1742 1760
1743 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1761 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1744 <trans-unit id="5478121364779850827" datatype="html"> 1762 <trans-unit id="5478121364779850827" datatype="html">
1745 <source>Reset</source> 1763 <source>Reset</source>
1746 <target state="new"> 1764 <target state="new">
@@ -1763,7 +1781,7 @@ The link will expire within 1 hour.</target>
1763 1781
1764 1782
1765 1783
1766 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1784 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1767 <trans-unit id="4184995865179898060" datatype="html"> 1785 <trans-unit id="4184995865179898060" datatype="html">
1768 <source>Display all licenses</source> 1786 <source>Display all licenses</source>
1769 <target state="new">Display all licenses</target> 1787 <target state="new">Display all licenses</target>
@@ -1776,7 +1794,7 @@ The link will expire within 1 hour.</target>
1776 1794
1777 1795
1778 1796
1779 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1797 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1780 <trans-unit id="7904142744051432458" datatype="html"> 1798 <trans-unit id="7904142744051432458" datatype="html">
1781 <source>Display all languages</source> 1799 <source>Display all languages</source>
1782 <target state="new">Display all languages</target> 1800 <target state="new">Display all languages</target>
@@ -1791,17 +1809,23 @@ The link will expire within 1 hour.</target>
1791 <source>One of these tags</source> 1809 <source>One of these tags</source>
1792 <target state="new">One of these tags</target> 1810 <target state="new">One of these tags</target>
1793 1811
1794 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit> 1812 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group></trans-unit><trans-unit id="5143793904897598509" datatype="html">
1813 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1814 <context-group purpose="location">
1815 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1816 <context context-type="linenumber">178</context>
1817 </context-group>
1818 </trans-unit>
1795 <trans-unit id="283421392567624698" datatype="html"> 1819 <trans-unit id="283421392567624698" datatype="html">
1796 <source>Search target</source> 1820 <source>Search target</source>
1797 <target state="new">Search target</target> 1821 <target state="new">Search target</target>
1798 1822
1799 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1823 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1800 <trans-unit id="2489767671380266270" datatype="html"> 1824 <trans-unit id="2489767671380266270" datatype="html">
1801 <source>Vidiverse</source> 1825 <source>Vidiverse</source>
1802 <target state="new">Vidiverse</target> 1826 <target state="new">Vidiverse</target>
1803 1827
1804 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1828 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1805 <trans-unit id="5478121364779850827" datatype="html"> 1829 <trans-unit id="5478121364779850827" datatype="html">
1806 <source>Reset</source> 1830 <source>Reset</source>
1807 <target state="new"> 1831 <target state="new">
@@ -1813,7 +1837,7 @@ The link will expire within 1 hour.</target>
1813 <source>Filter</source> 1837 <source>Filter</source>
1814 <target state="new">Filter</target> 1838 <target state="new">Filter</target>
1815 1839
1816 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group></trans-unit> 1840 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1817 <trans-unit id="6479885129995567639" datatype="html"> 1841 <trans-unit id="6479885129995567639" datatype="html">
1818 <source>Video channels</source> 1842 <source>Video channels</source>
1819 <target state="new">Video channels</target> 1843 <target state="new">Video channels</target>
@@ -1851,7 +1875,7 @@ The link will expire within 1 hour.</target>
1851 <target state="new">Tags</target> 1875 <target state="new">Tags</target>
1852 1876
1853 1877
1854 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1878 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1855 <trans-unit id="354332809647287722" datatype="html"> 1879 <trans-unit id="354332809647287722" datatype="html">
1856 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1880 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1857 <target state="new"> 1881 <target state="new">
@@ -2306,7 +2330,7 @@ The link will expire within 1 hour.</target>
2306 <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">106</context></context-group><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="6161604372916832458" datatype="html"> 2330 <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">106</context></context-group><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="6161604372916832458" datatype="html">
2307 <source>Upload on hold</source><target state="new">Upload on hold</target> 2331 <source>Upload on hold</source><target state="new">Upload on hold</target>
2308 2332
2309 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit> 2333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2310 <trans-unit id="285180972645018518" datatype="html"> 2334 <trans-unit id="285180972645018518" datatype="html">
2311 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2335 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2312 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target> 2336 <target state="new">Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</target>
@@ -2645,13 +2669,19 @@ The link will expire within 1 hour.</target>
2645 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html"> 2669 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-description.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="66785722678644243" datatype="html">
2646 <source>Origin</source><target state="new">Origin</target> 2670 <source>Origin</source><target state="new">Origin</target>
2647 2671
2648 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2672 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2673 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2674 <context-group purpose="location">
2675 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2676 <context context-type="linenumber">14</context>
2677 </context-group>
2678 </trans-unit>
2649 2679
2650 <trans-unit id="5139892963394684487" datatype="html"> 2680 <trans-unit id="5139892963394684487" datatype="html">
2651 <source>Originally published</source> 2681 <source>Originally published</source>
2652 <target state="new">Originally published</target> 2682 <target state="new">Originally published</target>
2653 2683
2654 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2684 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2655 <trans-unit id="6402393085909200998" datatype="html"> 2685 <trans-unit id="6402393085909200998" datatype="html">
2656 <source>Friendly Reminder:</source> 2686 <source>Friendly Reminder:</source>
2657 <target state="new">Friendly Reminder: </target> 2687 <target state="new">Friendly Reminder: </target>
@@ -3047,11 +3077,7 @@ The link will expire within 1 hour.</target>
3047 <target state="new">ID</target> 3077 <target state="new">ID</target>
3048 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3049 </trans-unit> 3079 </trans-unit>
3050 <trans-unit id="2265605798180116441" datatype="html"> 3080
3051 <source>Follower handle</source>
3052 <target state="new">Follower handle</target>
3053
3054 <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>
3055 <trans-unit id="5911214550882917183" datatype="html"> 3081 <trans-unit id="5911214550882917183" datatype="html">
3056 <source>State</source> 3082 <source>State</source>
3057 <target state="new">State</target> 3083 <target state="new">State</target>
@@ -3119,11 +3145,7 @@ The link will expire within 1 hour.</target>
3119 </target> 3145 </target>
3120 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3146 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3121 </trans-unit> 3147 </trans-unit>
3122 <trans-unit id="6641024648411549335" datatype="html"> 3148
3123 <source>Host</source>
3124 <target state="new">Host</target>
3125
3126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3127 <trans-unit id="6571718060636962350" datatype="html"> 3149 <trans-unit id="6571718060636962350" datatype="html">
3128 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3150 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3129 <target state="translated">Надлишковість дозволена <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3151 <target state="translated">Надлишковість дозволена <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3133,7 +3155,7 @@ The link will expire within 1 hour.</target>
3133 <source>Unfollow</source> 3155 <source>Unfollow</source>
3134 <target state="new">Unfollow</target> 3156 <target state="new">Unfollow</target>
3135 3157
3136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group></trans-unit> 3158 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3137 <trans-unit id="8246779176913476983" datatype="html"> 3159 <trans-unit id="8246779176913476983" datatype="html">
3138 <source>Open instance in a new tab</source> 3160 <source>Open instance in a new tab</source>
3139 <target state="new">Open instance in a new tab</target> 3161 <target state="new">Open instance in a new tab</target>
@@ -3145,27 +3167,19 @@ The link will expire within 1 hour.</target>
3145 <source>No host found matching current filters.</source> 3167 <source>No host found matching current filters.</source>
3146 <target state="new">No host found matching current filters.</target> 3168 <target state="new">No host found matching current filters.</target>
3147 3169
3148 <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> 3170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3149 <trans-unit id="7274241885665071790" datatype="html"> 3171 <trans-unit id="7274241885665071790" datatype="html">
3150 <source>Your instance is not following anyone.</source> 3172 <source>Your instance is not following anyone.</source>
3151 <target state="new">Your instance is not following anyone.</target> 3173 <target state="new">Your instance is not following anyone.</target>
3152 3174
3153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 3175 <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>
3154 <trans-unit id="4774348799569692380" datatype="html"> 3176 <trans-unit id="4774348799569692380" datatype="html">
3155 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3177 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3156 <target state="translated">Показано <x id="INTERPOLATION"/> до <x id="INTERPOLATION_1"/> з <x id="INTERPOLATION_2"/> хостів</target> 3178 <target state="translated">Показано <x id="INTERPOLATION"/> до <x id="INTERPOLATION_1"/> з <x id="INTERPOLATION_2"/> хостів</target>
3157 3179
3158 <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></trans-unit> 3180 <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></trans-unit>
3159 <trans-unit id="6275803119759621687" datatype="html"> 3181
3160 <source>Follow domains</source> 3182 <trans-unit id="9216117865911519658" datatype="html">
3161 <target state="new">Follow domains</target>
3162
3163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
3164 <trans-unit id="1268699198448750610" datatype="html">
3165 <source>Follow instances</source>
3166 <target state="new">Follow instances</target>
3167
3168 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="9216117865911519658" datatype="html">
3169 <source>Action</source><target state="new">Action</target> 3183 <source>Action</source><target state="new">Action</target>
3170 3184
3171 3185
@@ -3212,11 +3226,11 @@ The link will expire within 1 hour.</target>
3212 <trans-unit id="5248717555542428023" datatype="html"> 3226 <trans-unit id="5248717555542428023" datatype="html">
3213 <source>Username</source> 3227 <source>Username</source>
3214 <target state="new">Username</target> 3228 <target state="new">Username</target>
3215 <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> 3229
3216 <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> 3230
3217 <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> 3231
3218 <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> 3232
3219 </trans-unit> 3233 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3220 <trans-unit id="5428411040014095392" datatype="html"> 3234 <trans-unit id="5428411040014095392" datatype="html">
3221 <source>e.g. jane_doe</source> 3235 <source>e.g. jane_doe</source>
3222 <target state="new">e.g. jane_doe</target> 3236 <target state="new">e.g. jane_doe</target>
@@ -3246,9 +3260,9 @@ The link will expire within 1 hour.</target>
3246 <trans-unit id="4145496584631696119" datatype="html"> 3260 <trans-unit id="4145496584631696119" datatype="html">
3247 <source>Role</source> 3261 <source>Role</source>
3248 <target state="new">Role</target> 3262 <target state="new">Role</target>
3249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3263
3250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3264
3251 </trans-unit> 3265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3252 <trans-unit id="7046347992315328430" datatype="html"> 3266 <trans-unit id="7046347992315328430" datatype="html">
3253 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3267 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3254 <target state="new"> 3268 <target state="new">
@@ -3273,15 +3287,9 @@ The link will expire within 1 hour.</target>
3273 <trans-unit id="2622255144026150901" datatype="html"> 3287 <trans-unit id="2622255144026150901" datatype="html">
3274 <source>Auth plugin</source> 3288 <source>Auth plugin</source>
3275 <target state="new">Auth plugin</target> 3289 <target state="new">Auth plugin</target>
3276 <context-group purpose="location"> 3290
3277 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3291
3278 <context context-type="linenumber">188</context> 3292 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit>
3279 </context-group>
3280 <context-group purpose="location">
3281 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3282 <context context-type="linenumber">188</context>
3283 </context-group>
3284 </trans-unit>
3285 <trans-unit id="588099657508661970" datatype="html"> 3293 <trans-unit id="588099657508661970" datatype="html">
3286 <source>None (local authentication)</source> 3294 <source>None (local authentication)</source>
3287 <target state="new">None (local authentication)</target> 3295 <target state="new">None (local authentication)</target>
@@ -3530,7 +3538,13 @@ The link will expire within 1 hour.</target>
3530 3538
3531 3539
3532 3540
3533 <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/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="8390803680962035202" datatype="html">
3542 <source>Follower</source><target state="new">Follower</target>
3543 <context-group purpose="location">
3544 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3545 <context context-type="linenumber">24</context>
3546 </context-group>
3547 </trans-unit>
3534 <trans-unit id="4691552465058437520" datatype="html"> 3548 <trans-unit id="4691552465058437520" datatype="html">
3535 <source>Commented video</source> 3549 <source>Commented video</source>
3536 <target state="new">Commented video</target> 3550 <target state="new">Commented video</target>
@@ -3569,35 +3583,20 @@ The link will expire within 1 hour.</target>
3569 3583
3570 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html"> 3584 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit><trans-unit id="1807029821872995706" datatype="html">
3571 <source>Unsolved reports</source><target state="new">Unsolved reports</target> 3585 <source>Unsolved reports</source><target state="new">Unsolved reports</target>
3572 <context-group purpose="location"> 3586
3573 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="2570256912317308673" datatype="html">
3574 <context context-type="linenumber">42</context>
3575 </context-group>
3576 </trans-unit><trans-unit id="2570256912317308673" datatype="html">
3577 <source>Accepted reports</source><target state="new">Accepted reports</target> 3588 <source>Accepted reports</source><target state="new">Accepted reports</target>
3578 <context-group purpose="location"> 3589
3579 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="4335414817109654558" datatype="html">
3580 <context context-type="linenumber">46</context>
3581 </context-group>
3582 </trans-unit><trans-unit id="4335414817109654558" datatype="html">
3583 <source>Refused reports</source><target state="new">Refused reports</target> 3591 <source>Refused reports</source><target state="new">Refused reports</target>
3584 <context-group purpose="location"> 3592
3585 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3593 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="5604806676748121035" datatype="html">
3586 <context context-type="linenumber">50</context>
3587 </context-group>
3588 </trans-unit><trans-unit id="5604806676748121035" datatype="html">
3589 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target> 3594 <source>Reports with blocked videos</source><target state="new">Reports with blocked videos</target>
3590 <context-group purpose="location"> 3595
3591 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="5105869928182826553" datatype="html">
3592 <context context-type="linenumber">54</context>
3593 </context-group>
3594 </trans-unit><trans-unit id="5105869928182826553" datatype="html">
3595 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target> 3597 <source>Reports with deleted videos</source><target state="new">Reports with deleted videos</target>
3596 <context-group purpose="location"> 3598
3597 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3599 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3598 <context context-type="linenumber">58</context>
3599 </context-group>
3600 </trans-unit>
3601 <trans-unit id="4678289986918934018" datatype="html"> 3600 <trans-unit id="4678289986918934018" datatype="html">
3602 <source>Block reason:</source> 3601 <source>Block reason:</source>
3603 <target state="new">Block reason:</target> 3602 <target state="new">Block reason:</target>
@@ -3614,17 +3613,11 @@ The link will expire within 1 hour.</target>
3614 3613
3615 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html"> 3614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.html</context><context context-type="linenumber">108</context></context-group></trans-unit><trans-unit id="7755288609601798418" datatype="html">
3616 <source>Automatic blocks</source><target state="new">Automatic blocks</target> 3615 <source>Automatic blocks</source><target state="new">Automatic blocks</target>
3617 <context-group purpose="location"> 3616
3618 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="6510868134640657079" datatype="html">
3619 <context context-type="linenumber">31</context>
3620 </context-group>
3621 </trans-unit><trans-unit id="6510868134640657079" datatype="html">
3622 <source>Manual blocks</source><target state="new">Manual blocks</target> 3618 <source>Manual blocks</source><target state="new">Manual blocks</target>
3623 <context-group purpose="location"> 3619
3624 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3625 <context context-type="linenumber">35</context>
3626 </context-group>
3627 </trans-unit>
3628 <trans-unit id="2143435845912984377" datatype="html"> 3621 <trans-unit id="2143435845912984377" datatype="html">
3629 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3622 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3630 <target state="translated">Показано <x id="INTERPOLATION"/> до <x id="INTERPOLATION_1"/> з <x id="INTERPOLATION_2"/> заблокованих відео</target> 3623 <target state="translated">Показано <x id="INTERPOLATION"/> до <x id="INTERPOLATION_1"/> з <x id="INTERPOLATION_2"/> заблокованих відео</target>
@@ -3785,7 +3778,7 @@ The link will expire within 1 hour.</target>
3785 3778
3786 3779
3787 3780
3788 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3781 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3789 <trans-unit id="1300704815627663264" datatype="html"> 3782 <trans-unit id="1300704815627663264" datatype="html">
3790 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3783 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3791 <target state="translated">Відімкнено о <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3784 <target state="translated">Відімкнено о <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3826,7 +3819,7 @@ The link will expire within 1 hour.</target>
3826 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. 3819 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
3827 </target> 3820 </target>
3828 3821
3829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3830 <trans-unit id="4058814854824495833" datatype="html"> 3823 <trans-unit id="4058814854824495833" datatype="html">
3831 <source>Mute domains</source> 3824 <source>Mute domains</source>
3832 <target state="new">Mute domains</target> 3825 <target state="new">Mute domains</target>
@@ -3896,7 +3889,7 @@ The link will expire within 1 hour.</target>
3896 3889
3897 3890
3898 3891
3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3900 <trans-unit id="8630916846096019339" datatype="html"> 3893 <trans-unit id="8630916846096019339" datatype="html">
3901 <source>Users can resolve distant content</source> 3894 <source>Users can resolve distant content</source>
3902 <target state="new">Users can resolve distant content</target> 3895 <target state="new">Users can resolve distant content</target>
@@ -5773,11 +5766,8 @@ color: red;
5773 5766
5774 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html"> 5767 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">80</context></context-group></trans-unit><trans-unit id="5512878593724620692" datatype="html">
5775 <source>CHANNELS</source><target state="new">CHANNELS</target> 5768 <source>CHANNELS</source><target state="new">CHANNELS</target>
5776 <context-group purpose="location"> 5769
5777 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5770 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5778 <context context-type="linenumber">82</context>
5779 </context-group>
5780 </trans-unit>
5781 5771
5782 <trans-unit id="3666829335406793239" datatype="html"> 5772 <trans-unit id="3666829335406793239" datatype="html">
5783 <source>This account does not have channels.</source> 5773 <source>This account does not have channels.</source>
@@ -5813,7 +5803,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5813It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 5803It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
5814channel with the same name (<x id="PH_2"/>)!</target> 5804channel with the same name (<x id="PH_2"/>)!</target>
5815 5805
5816 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit> 5806 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="4433306639366959484" datatype="html">
5807 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5808 <context-group purpose="location">
5809 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5810 <context context-type="linenumber">48</context>
5811 </context-group>
5812 </trans-unit>
5817 <trans-unit id="5387007581996837469" datatype="html"> 5813 <trans-unit id="5387007581996837469" datatype="html">
5818 <source>My Channels</source> 5814 <source>My Channels</source>
5819 <target state="new">My Channels</target> 5815 <target state="new">My Channels</target>
@@ -6404,12 +6400,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6404 <source>Your message has been sent.</source> 6400 <source>Your message has been sent.</source>
6405 <target state="new">Your message has been sent.</target> 6401 <target state="new">Your message has been sent.</target>
6406 6402
6407 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6403 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6408 <trans-unit id="2072135752262464360" datatype="html"> 6404 <trans-unit id="2072135752262464360" datatype="html">
6409 <source>You already sent this form recently</source> 6405 <source>You already sent this form recently</source>
6410 <target state="new">You already sent this form recently</target> 6406 <target state="new">You already sent this form recently</target>
6411 6407
6412 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6408 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6413 6409
6414 <trans-unit id="819067926858619041" datatype="html"> 6410 <trans-unit id="819067926858619041" datatype="html">
6415 <source>Account videos</source> 6411 <source>Account videos</source>
@@ -6457,12 +6453,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6457 <x id="PH"/> direct account followers 6453 <x id="PH"/> direct account followers
6458 </target> 6454 </target>
6459 6455
6460 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group></trans-unit> 6456 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6461 <trans-unit id="6250999352462648289" datatype="html"> 6457 <trans-unit id="6250999352462648289" datatype="html">
6462 <source>Report this account</source> 6458 <source>Report this account</source>
6463 <target state="new">Report this account</target> 6459 <target state="new">Report this account</target>
6464 6460
6465 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit> 6461 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6466 6462
6467 6463
6468 <trans-unit id="1504521795586863905" datatype="html"> 6464 <trans-unit id="1504521795586863905" datatype="html">
@@ -6477,27 +6473,19 @@ channel with the same name (<x id="PH_2"/>)!</target>
6477 <target state="translated">Ім'я користувача скопійовано</target> 6473 <target state="translated">Ім'я користувача скопійовано</target>
6478 6474
6479 6475
6480 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit> 6476 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6481 <trans-unit id="9221735175659318025" datatype="html"> 6477 <trans-unit id="9221735175659318025" datatype="html">
6482 <source>1 subscriber</source> 6478 <source>1 subscriber</source>
6483 <target state="translated">1 підписник</target> 6479 <target state="translated">1 підписник</target>
6484 6480
6485 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group></trans-unit> 6481 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6486 <trans-unit id="4097331874769079975" datatype="html"> 6482 <trans-unit id="4097331874769079975" datatype="html">
6487 <source><x id="PH"/> subscribers</source> 6483 <source><x id="PH"/> subscribers</source>
6488 <target state="translated"><x id="PH"/> підписники</target> 6484 <target state="translated"><x id="PH"/> підписники</target>
6489 6485
6490 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group></trans-unit> 6486 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6491 <trans-unit id="4682675125751819107" datatype="html"> 6487
6492 <source>Instances you follow</source> 6488
6493 <target state="new">Instances you follow</target>
6494
6495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6496 <trans-unit id="8899833753704589712" datatype="html">
6497 <source>Instances following you</source>
6498 <target state="new">Instances following you</target>
6499
6500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
6501 <trans-unit id="1035838766454786107" datatype="html"> 6489 <trans-unit id="1035838766454786107" datatype="html">
6502 <source>Audio-only</source> 6490 <source>Audio-only</source>
6503 <target state="new">Audio-only</target> 6491 <target state="new">Audio-only</target>
@@ -6547,6 +6535,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6547 <source>Auto (via ffmpeg)</source> 6535 <source>Auto (via ffmpeg)</source>
6548 <target state="new">Auto (via ffmpeg)</target> 6536 <target state="new">Auto (via ffmpeg)</target>
6549 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6537 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6538 </trans-unit><trans-unit id="3642770981085338761" datatype="html">
6539 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6540 <context-group purpose="location">
6541 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6542 <context context-type="linenumber">3</context>
6543 </context-group>
6550 </trans-unit> 6544 </trans-unit>
6551 <trans-unit id="931255636742351800" datatype="html"> 6545 <trans-unit id="931255636742351800" datatype="html">
6552 <source>No limit</source> 6546 <source>No limit</source>
@@ -6689,18 +6683,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
6689 <trans-unit id="2127446333083057097" datatype="html"> 6683 <trans-unit id="2127446333083057097" datatype="html">
6690 <source>Domain is required.</source> 6684 <source>Domain is required.</source>
6691 <target state="new">Domain is required.</target> 6685 <target state="new">Domain is required.</target>
6692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6686
6693 </trans-unit> 6687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6694 <trans-unit id="6780793142903080663" datatype="html"> 6688 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6695 <source>Domains entered are invalid.</source> 6689 <context-group purpose="location">
6696 <target state="new">Domains entered are invalid.</target> 6690 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6697 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6691 <context context-type="linenumber">93</context>
6698 </trans-unit> 6692 </context-group>
6699 <trans-unit id="5886492514458202177" datatype="html"> 6693 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6700 <source>Domains entered contain duplicates.</source> 6694 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6701 <target state="new">Domains entered contain duplicates.</target> 6695 <context-group purpose="location">
6702 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6696 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6697 <context context-type="linenumber">94</context>
6698 </context-group>
6699 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6700 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6701 <context-group purpose="location">
6702 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6703 <context context-type="linenumber">102</context>
6704 </context-group>
6705 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6706 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6707 <context-group purpose="location">
6708 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6709 <context context-type="linenumber">103</context>
6710 </context-group>
6703 </trans-unit> 6711 </trans-unit>
6712
6713
6704 <trans-unit id="240806681889331244" datatype="html"> 6714 <trans-unit id="240806681889331244" datatype="html">
6705 <source>Unlimited</source> 6715 <source>Unlimited</source>
6706 <target state="new">Unlimited</target> 6716 <target state="new">Unlimited</target>
@@ -6860,24 +6870,50 @@ channel with the same name (<x id="PH_2"/>)!</target>
6860 <x id="PH"/> removed from instance followers 6870 <x id="PH"/> removed from instance followers
6861 </target> 6871 </target>
6862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6873 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
6874 <source>Follow</source><target state="new">Follow</target>
6875 <context-group purpose="location">
6876 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6877 <context context-type="linenumber">3</context>
6878 </context-group>
6879 <context-group purpose="location">
6880 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6881 <context context-type="linenumber">37</context>
6882 </context-group>
6883 <context-group purpose="location">
6884 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6885 <context context-type="linenumber">18</context>
6886 </context-group>
6887 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6888 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6889 <context-group purpose="location">
6890 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6891 <context context-type="linenumber">11</context>
6892 </context-group>
6863 </trans-unit> 6893 </trans-unit>
6864 <trans-unit id="2740793005745065895" datatype="html"> 6894 <trans-unit id="2740793005745065895" datatype="html">
6865 <source><x id="PH"/> is not valid </source> 6895 <source><x id="PH"/> is not valid </source>
6866 <target state="new"> 6896 <target state="new">
6867 <x id="PH"/> is not valid 6897 <x id="PH"/> is not valid
6868 </target> 6898 </target>
6869 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6899
6870 </trans-unit> 6900 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6871 <trans-unit id="2355066641781598196" datatype="html"> 6901 <trans-unit id="2355066641781598196" datatype="html">
6872 <source>Follow request(s) sent!</source> 6902 <source>Follow request(s) sent!</source>
6873 <target state="new">Follow request(s) sent!</target> 6903 <target state="new">Follow request(s) sent!</target>
6874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6904
6905 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
6906 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
6907 <context-group purpose="location">
6908 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6909 <context context-type="linenumber">3</context>
6910 </context-group>
6875 </trans-unit> 6911 </trans-unit>
6876 <trans-unit id="4245720728052819482" datatype="html"> 6912 <trans-unit id="4245720728052819482" datatype="html">
6877 <source>Do you really want to unfollow <x id="PH"/>?</source> 6913 <source>Do you really want to unfollow <x id="PH"/>?</source>
6878 <target state="translated">Справді відписатися від <x id="PH"/>?</target> 6914 <target state="translated">Справді відписатися від <x id="PH"/>?</target>
6879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6915
6880 </trans-unit> 6916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6881 <trans-unit id="9160510009013134726" datatype="html"> 6917 <trans-unit id="9160510009013134726" datatype="html">
6882 <source>Unfollow</source> 6918 <source>Unfollow</source>
6883 <target state="new">Unfollow</target> 6919 <target state="new">Unfollow</target>
@@ -6886,8 +6922,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
6886 <trans-unit id="3935234189109112926" datatype="html"> 6922 <trans-unit id="3935234189109112926" datatype="html">
6887 <source>You are not following <x id="PH"/> anymore.</source> 6923 <source>You are not following <x id="PH"/> anymore.</source>
6888 <target state="translated">Ви більше не стежите за <x id="PH"/>.</target> 6924 <target state="translated">Ви більше не стежите за <x id="PH"/>.</target>
6889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6925
6890 </trans-unit> 6926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6891 <trans-unit id="2593763089859685916" datatype="html"> 6927 <trans-unit id="2593763089859685916" datatype="html">
6892 <source>enabled</source> 6928 <source>enabled</source>
6893 <target state="new">enabled</target> 6929 <target state="new">enabled</target>
@@ -7004,107 +7040,107 @@ channel with the same name (<x id="PH_2"/>)!</target>
7004 <target state="new">Internal actions</target> 7040 <target state="new">Internal actions</target>
7005 7041
7006 7042
7007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group></trans-unit> 7043 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7008 <trans-unit id="4559872264406386913" datatype="html"> 7044 <trans-unit id="4559872264406386913" datatype="html">
7009 <source>Delete report</source> 7045 <source>Delete report</source>
7010 <target state="new">Delete report</target> 7046 <target state="new">Delete report</target>
7011 7047
7012 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group></trans-unit> 7048 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7013 <trans-unit id="5793550984155962433" datatype="html"> 7049 <trans-unit id="5793550984155962433" datatype="html">
7014 <source>Actions for the flagged account</source> 7050 <source>Actions for the flagged account</source>
7015 <target state="new">Actions for the flagged account</target> 7051 <target state="new">Actions for the flagged account</target>
7016 7052
7017 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7053 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7018 <trans-unit id="1679841953757186358" datatype="html"> 7054 <trans-unit id="1679841953757186358" datatype="html">
7019 <source>Mark as accepted</source> 7055 <source>Mark as accepted</source>
7020 <target state="new">Mark as accepted</target> 7056 <target state="new">Mark as accepted</target>
7021 7057
7022 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group></trans-unit> 7058 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7023 <trans-unit id="7993358694073742566" datatype="html"> 7059 <trans-unit id="7993358694073742566" datatype="html">
7024 <source>Mark as rejected</source> 7060 <source>Mark as rejected</source>
7025 <target state="new">Mark as rejected</target> 7061 <target state="new">Mark as rejected</target>
7026 7062
7027 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group></trans-unit> 7063 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7028 <trans-unit id="4175703770051343108" datatype="html"> 7064 <trans-unit id="4175703770051343108" datatype="html">
7029 <source>Add internal note</source> 7065 <source>Add internal note</source>
7030 <target state="new">Add internal note</target> 7066 <target state="new">Add internal note</target>
7031 7067
7032 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group></trans-unit> 7068 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7033 <trans-unit id="296166371893775555" datatype="html"> 7069 <trans-unit id="296166371893775555" datatype="html">
7034 <source>Actions for the video</source> 7070 <source>Actions for the video</source>
7035 <target state="new">Actions for the video</target> 7071 <target state="new">Actions for the video</target>
7036 7072
7037 7073
7038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit> 7074 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7039 <trans-unit id="3924877328520650445" datatype="html"> 7075 <trans-unit id="3924877328520650445" datatype="html">
7040 <source>Block video</source> 7076 <source>Block video</source>
7041 <target state="new">Block video</target> 7077 <target state="new">Block video</target>
7042 7078
7043 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group></trans-unit> 7079 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7044 <trans-unit id="4762794934098378428" datatype="html"> 7080 <trans-unit id="4762794934098378428" datatype="html">
7045 <source>Video blocked.</source> 7081 <source>Video blocked.</source>
7046 <target state="new">Video blocked.</target> 7082 <target state="new">Video blocked.</target>
7047 7083
7048 7084
7049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7085 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7050 <trans-unit id="4328862996304258770" datatype="html"> 7086 <trans-unit id="4328862996304258770" datatype="html">
7051 <source>Unblock video</source> 7087 <source>Unblock video</source>
7052 <target state="new">Unblock video</target> 7088 <target state="new">Unblock video</target>
7053 7089
7054 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group></trans-unit> 7090 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7055 <trans-unit id="9065327551191479877" datatype="html"> 7091 <trans-unit id="9065327551191479877" datatype="html">
7056 <source>Video unblocked.</source> 7092 <source>Video unblocked.</source>
7057 <target state="new">Video unblocked.</target> 7093 <target state="new">Video unblocked.</target>
7058 7094
7059 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group></trans-unit> 7095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7060 <trans-unit id="1250415136605923486" datatype="html"> 7096 <trans-unit id="1250415136605923486" datatype="html">
7061 <source>Do you really want to delete this abuse report?</source> 7097 <source>Do you really want to delete this abuse report?</source>
7062 <target state="new">Do you really want to delete this abuse report?</target> 7098 <target state="new">Do you really want to delete this abuse report?</target>
7063 7099
7064 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group></trans-unit> 7100 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7065 <trans-unit id="3482559157143817408" datatype="html"> 7101 <trans-unit id="3482559157143817408" datatype="html">
7066 <source>Abuse deleted.</source> 7102 <source>Abuse deleted.</source>
7067 <target state="new">Abuse deleted.</target> 7103 <target state="new">Abuse deleted.</target>
7068 7104
7069 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group></trans-unit> 7105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7070 <trans-unit id="6282990098351939529" datatype="html"> 7106 <trans-unit id="6282990098351939529" datatype="html">
7071 <source>Deleted comment</source> 7107 <source>Deleted comment</source>
7072 <target state="new">Deleted comment</target> 7108 <target state="new">Deleted comment</target>
7073 7109
7074 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit> 7110 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7075 <trans-unit id="9196775343330824083" datatype="html"> 7111 <trans-unit id="9196775343330824083" datatype="html">
7076 <source>Messages with reporter</source> 7112 <source>Messages with reporter</source>
7077 <target state="new">Messages with reporter</target> 7113 <target state="new">Messages with reporter</target>
7078 7114
7079 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group></trans-unit> 7115 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7080 <trans-unit id="8770468575924421391" datatype="html"> 7116 <trans-unit id="8770468575924421391" datatype="html">
7081 <source>Messages with moderators</source> 7117 <source>Messages with moderators</source>
7082 <target state="new">Messages with moderators</target> 7118 <target state="new">Messages with moderators</target>
7083 7119
7084 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit> 7120 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7085 <trans-unit id="8528549800795985099" datatype="html"> 7121 <trans-unit id="8528549800795985099" datatype="html">
7086 <source>Update internal note</source> 7122 <source>Update internal note</source>
7087 <target state="new">Update internal note</target> 7123 <target state="new">Update internal note</target>
7088 7124
7089 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group></trans-unit> 7125 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7090 <trans-unit id="3962242315365992494" datatype="html"> 7126 <trans-unit id="3962242315365992494" datatype="html">
7091 <source>Switch video block to manual</source> 7127 <source>Switch video block to manual</source>
7092 <target state="new">Switch video block to manual</target> 7128 <target state="new">Switch video block to manual</target>
7093 7129
7094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit> 7130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7095 <trans-unit id="6906423861055262169" datatype="html"> 7131 <trans-unit id="6906423861055262169" datatype="html">
7096 <source>Video <x id="PH"/> switched to manual block.</source> 7132 <source>Video <x id="PH"/> switched to manual block.</source>
7097 <target state="new">Video 7133 <target state="new">Video
7098 <x id="PH"/> switched to manual block. 7134 <x id="PH"/> switched to manual block.
7099 </target> 7135 </target>
7100 7136
7101 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit> 7137 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7102 <trans-unit id="7293356040886494773" datatype="html"> 7138 <trans-unit id="7293356040886494773" datatype="html">
7103 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7139 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7104 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7140 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7105 7141
7106 7142
7107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit> 7143 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7108 <trans-unit id="4859202148272511129" datatype="html"> 7144 <trans-unit id="4859202148272511129" datatype="html">
7109 <source>Unblock</source> 7145 <source>Unblock</source>
7110 <target state="new">Unblock</target> 7146 <target state="new">Unblock</target>
@@ -7112,13 +7148,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
7112 7148
7113 7149
7114 7150
7115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit> 7151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7116 <trans-unit id="4922469417589203720" datatype="html"> 7152 <trans-unit id="4922469417589203720" datatype="html">
7117 <source>Video <x id="PH"/> unblocked.</source> 7153 <source>Video <x id="PH"/> unblocked.</source>
7118 <target state="translated">Відео <x id="PH"/> розблоковано.</target> 7154 <target state="translated">Відео <x id="PH"/> розблоковано.</target>
7119 7155
7120 7156
7121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit> 7157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7122 <trans-unit id="6286037250766429054" datatype="html"> 7158 <trans-unit id="6286037250766429054" datatype="html">
7123 <source>yes</source> 7159 <source>yes</source>
7124 <target state="new">yes</target> 7160 <target state="new">yes</target>
@@ -7345,9 +7381,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7345 <trans-unit id="1519954996184640001" datatype="html"> 7381 <trans-unit id="1519954996184640001" datatype="html">
7346 <source>Error</source> 7382 <source>Error</source>
7347 <target state="new">Error</target> 7383 <target state="new">Error</target>
7348 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7384
7349 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7385
7350 </trans-unit> 7386 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7351 <trans-unit id="5076187961693950167" datatype="html"> 7387 <trans-unit id="5076187961693950167" datatype="html">
7352 <source>Standard logs</source> 7388 <source>Standard logs</source>
7353 <target state="new">Standard logs</target> 7389 <target state="new">Standard logs</target>
@@ -7388,16 +7424,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7388 <target state="new">Update user password</target> 7424 <target state="new">Update user password</target>
7389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7425 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7390 </trans-unit> 7426 </trans-unit>
7391 <trans-unit id="177544274549739411" datatype="html"> 7427
7392 <source>Following list</source> 7428
7393 <target state="new">Following list</target>
7394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7395 </trans-unit>
7396 <trans-unit id="8092429110007204784" datatype="html">
7397 <source>Followers list</source>
7398 <target state="new">Followers list</target>
7399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7400 </trans-unit>
7401 <trans-unit id="780323526182667308" datatype="html"> 7429 <trans-unit id="780323526182667308" datatype="html">
7402 <source>User <x id="PH"/> updated.</source> 7430 <source>User <x id="PH"/> updated.</source>
7403 <target state="translated">Користувача <x id="PH"/> онвлено.</target> 7431 <target state="translated">Користувача <x id="PH"/> онвлено.</target>
@@ -7435,16 +7463,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7435 <target state="new">Federation</target> 7463 <target state="new">Federation</target>
7436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7437 </trans-unit> 7465 </trans-unit>
7438 <trans-unit id="4682675125751819107" datatype="html"> 7466
7439 <source>Instances you follow</source> 7467
7440 <target state="new">Instances you follow</target>
7441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7442 </trans-unit>
7443 <trans-unit id="8899833753704589712" datatype="html">
7444 <source>Instances following you</source>
7445 <target state="new">Instances following you</target>
7446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7447 </trans-unit>
7448 <trans-unit id="3767259920053407667" datatype="html"> 7468 <trans-unit id="3767259920053407667" datatype="html">
7449 <source>Videos will be deleted, comments will be tombstoned.</source> 7469 <source>Videos will be deleted, comments will be tombstoned.</source>
7450 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7470 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7475,7 +7495,25 @@ channel with the same name (<x id="PH_2"/>)!</target>
7475 <target state="new">Set Email as Verified</target> 7495 <target state="new">Set Email as Verified</target>
7476 7496
7477 7497
7478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit> 7498 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit><trans-unit id="4207916966377787111" datatype="html">
7499 <source>Created</source><target state="new">Created</target>
7500 <context-group purpose="location">
7501 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7502 <context context-type="linenumber">115</context>
7503 </context-group>
7504 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7505 <source>Daily quota</source><target state="new">Daily quota</target>
7506 <context-group purpose="location">
7507 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7508 <context context-type="linenumber">120</context>
7509 </context-group>
7510 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7511 <source>Last login</source><target state="new">Last login</target>
7512 <context-group purpose="location">
7513 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7514 <context context-type="linenumber">122</context>
7515 </context-group>
7516 </trans-unit>
7479 <trans-unit id="3403978719736970622" datatype="html"> 7517 <trans-unit id="3403978719736970622" datatype="html">
7480 <source>You cannot ban root.</source> 7518 <source>You cannot ban root.</source>
7481 <target state="new">You cannot ban root.</target> 7519 <target state="new">You cannot ban root.</target>
@@ -7783,12 +7821,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
7783 <source>Video channel <x id="PH"/> created.</source> 7821 <source>Video channel <x id="PH"/> created.</source>
7784 <target state="translated">Відеоканал <x id="PH"/> створено.</target> 7822 <target state="translated">Відеоканал <x id="PH"/> створено.</target>
7785 7823
7786 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit> 7824 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7787 <trans-unit id="8723777130353305761" datatype="html"> 7825 <trans-unit id="8723777130353305761" datatype="html">
7788 <source>This name already exists on this instance.</source> 7826 <source>This name already exists on this instance.</source>
7789 <target state="new">This name already exists on this instance.</target> 7827 <target state="new">This name already exists on this instance.</target>
7790 7828
7791 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group></trans-unit> 7829 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7792 <trans-unit id="7589345916094713536" datatype="html"> 7830 <trans-unit id="7589345916094713536" datatype="html">
7793 <source>Video channel <x id="PH"/> updated.</source> 7831 <source>Video channel <x id="PH"/> updated.</source>
7794 <target state="translated">Відеоканал <x id="PH"/> оновлено.</target> 7832 <target state="translated">Відеоканал <x id="PH"/> оновлено.</target>
@@ -7803,13 +7841,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7803 <source>Banner deleted.</source><target state="new">Banner deleted.</target> 7841 <source>Banner deleted.</source><target state="new">Banner deleted.</target>
7804 7842
7805 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit> 7843 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group></trans-unit>
7806 <trans-unit id="2575302837003821736" datatype="html"> 7844
7807 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7808 <target state="new">Please type the display name of the video channel (
7809 <x id="PH"/>) to confirm
7810 </target>
7811
7812 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
7813 <trans-unit id="624066830180032195" datatype="html"> 7845 <trans-unit id="624066830180032195" datatype="html">
7814 <source>Video channel <x id="PH"/> deleted.</source> 7846 <source>Video channel <x id="PH"/> deleted.</source>
7815 <target state="translated">Відеоканал <x id="PH"/> видалено.</target> 7847 <target state="translated">Відеоканал <x id="PH"/> видалено.</target>
@@ -7954,6 +7986,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
7954 <source>Ownership change request sent.</source> 7986 <source>Ownership change request sent.</source>
7955 <target state="new">Ownership change request sent.</target> 7987 <target state="new">Ownership change request sent.</target>
7956 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 7988 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
7989 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
7990 <source>Sort by</source><target state="new">Sort by</target>
7991 <context-group purpose="location">
7992 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
7993 <context context-type="linenumber">26</context>
7994 </context-group>
7957 </trans-unit> 7995 </trans-unit>
7958 <trans-unit id="3245220240937722814" datatype="html"> 7996 <trans-unit id="3245220240937722814" datatype="html">
7959 <source>My channels</source> 7997 <source>My channels</source>
@@ -8017,12 +8055,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8017 <source>Maximize editor</source> 8055 <source>Maximize editor</source>
8018 <target state="new">Maximize editor</target> 8056 <target state="new">Maximize editor</target>
8019 8057
8020 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit> 8058 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8021 <trans-unit id="4243591013849340688" datatype="html"> 8059 <trans-unit id="4243591013849340688" datatype="html">
8022 <source>Exit maximized editor</source> 8060 <source>Exit maximized editor</source>
8023 <target state="new">Exit maximized editor</target> 8061 <target state="new">Exit maximized editor</target>
8024 8062
8025 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 8063 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8026 <trans-unit id="6537885755702623401" datatype="html"> 8064 <trans-unit id="6537885755702623401" datatype="html">
8027 <source>Now please check your emails to verify your account and complete signup.</source> 8065 <source>Now please check your emails to verify your account and complete signup.</source>
8028 <target state="new">Now please check your emails to verify your account and complete signup.</target> 8066 <target state="new">Now please check your emails to verify your account and complete signup.</target>
@@ -8057,7 +8095,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8057 <target state="new">Subscribe to the account</target> 8095 <target state="new">Subscribe to the account</target>
8058 8096
8059 8097
8060 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html"> 8098 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit><trans-unit id="3131904093925601441" datatype="html">
8061 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target> 8099 <source>PLAYLISTS</source><target state="new">PLAYLISTS</target>
8062 <context-group purpose="location"> 8100 <context-group purpose="location">
8063 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 8101 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -8103,35 +8141,35 @@ channel with the same name (<x id="PH_2"/>)!</target>
8103 <trans-unit id="3779524668013120370" datatype="html"> 8141 <trans-unit id="3779524668013120370" datatype="html">
8104 <source>Go to my subscriptions</source> 8142 <source>Go to my subscriptions</source>
8105 <target state="new">Go to my subscriptions</target> 8143 <target state="new">Go to my subscriptions</target>
8106 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8144
8107 </trans-unit> 8145 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
8108 <trans-unit id="1136469849928650779" datatype="html"> 8146 <trans-unit id="1136469849928650779" datatype="html">
8109 <source>Go to my videos</source> 8147 <source>Go to my videos</source>
8110 <target state="new">Go to my videos</target> 8148 <target state="new">Go to my videos</target>
8111 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8149
8112 </trans-unit> 8150 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
8113 <trans-unit id="7836683738999600376" datatype="html"> 8151 <trans-unit id="7836683738999600376" datatype="html">
8114 <source>Go to my imports</source> 8152 <source>Go to my imports</source>
8115 <target state="new">Go to my imports</target> 8153 <target state="new">Go to my imports</target>
8116 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8154
8117 </trans-unit> 8155 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
8118 <trans-unit id="7511292153332773503" datatype="html"> 8156 <trans-unit id="7511292153332773503" datatype="html">
8119 <source>Go to my channels</source> 8157 <source>Go to my channels</source>
8120 <target state="new">Go to my channels</target> 8158 <target state="new">Go to my channels</target>
8121 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8159
8122 </trans-unit> 8160 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
8123 <trans-unit id="2013324644839511073" datatype="html"> 8161 <trans-unit id="2013324644839511073" datatype="html">
8124 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8162 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8125Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8163Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8126 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8164 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8127Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8165Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8128 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8166
8129 </trans-unit> 8167 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
8130 <trans-unit id="375263728166936544" datatype="html"> 8168 <trans-unit id="375263728166936544" datatype="html">
8131 <source>You need to reconnect.</source> 8169 <source>You need to reconnect.</source>
8132 <target state="new">You need to reconnect.</target> 8170 <target state="new">You need to reconnect.</target>
8133 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8171
8134 </trans-unit> 8172 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
8135 <trans-unit id="2206638022166154361" datatype="html"> 8173 <trans-unit id="2206638022166154361" datatype="html">
8136 <source>Keyboard Shortcuts:</source> 8174 <source>Keyboard Shortcuts:</source>
8137 <target state="new">Keyboard Shortcuts:</target> 8175 <target state="new">Keyboard Shortcuts:</target>
@@ -8142,6 +8180,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8142 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8180 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8143 <context context-type="linenumber">98</context> 8181 <context context-type="linenumber">98</context>
8144 </context-group> 8182 </context-group>
8183 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8184 <source>In my library</source><target state="new">In my library</target>
8185 <context-group purpose="location">
8186 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8187 <context context-type="linenumber">104</context>
8188 </context-group>
8145 </trans-unit><trans-unit id="232050922346936574" datatype="html"> 8189 </trans-unit><trans-unit id="232050922346936574" datatype="html">
8146 <source>Trending</source><target state="new">Trending</target> 8190 <source>Trending</source><target state="new">Trending</target>
8147 8191
@@ -8165,38 +8209,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8165 <source>Incorrect username or password.</source> 8209 <source>Incorrect username or password.</source>
8166 <target state="new">Incorrect username or password.</target> 8210 <target state="new">Incorrect username or password.</target>
8167 8211
8168 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group></trans-unit> 8212 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8169 <trans-unit id="6974874606619467663" datatype="html"> 8213 <trans-unit id="6974874606619467663" datatype="html">
8170 <source>Your account is blocked.</source> 8214 <source>Your account is blocked.</source>
8171 <target state="new">Your account is blocked.</target> 8215 <target state="new">Your account is blocked.</target>
8172 8216
8173 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group></trans-unit> 8217 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8174 <trans-unit id="7939914198003891823" datatype="html"> 8218 <trans-unit id="7939914198003891823" datatype="html">
8175 <source>any language</source> 8219 <source>any language</source>
8176 <target state="new">any language</target> 8220 <target state="new">any language</target>
8177 8221
8178 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group></trans-unit> 8222 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8179 8223
8180 <trans-unit id="5633144232269377096" datatype="html"> 8224 <trans-unit id="5633144232269377096" datatype="html">
8181 <source>hide</source> 8225 <source>hide</source>
8182 <target state="new">hide</target> 8226 <target state="new">hide</target>
8183 8227
8184 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group></trans-unit> 8228 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8185 <trans-unit id="8603861867909474404" datatype="html"> 8229 <trans-unit id="8603861867909474404" datatype="html">
8186 <source>blur</source> 8230 <source>blur</source>
8187 <target state="new">blur</target> 8231 <target state="new">blur</target>
8188 8232
8189 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group></trans-unit> 8233 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8190 <trans-unit id="4534458451100881847" datatype="html"> 8234 <trans-unit id="4534458451100881847" datatype="html">
8191 <source>display</source> 8235 <source>display</source>
8192 <target state="new">display</target> 8236 <target state="new">display</target>
8193 8237
8194 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group></trans-unit> 8238 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8195 <trans-unit id="4467323362722952678" datatype="html"> 8239 <trans-unit id="4467323362722952678" datatype="html">
8196 <source>Unknown</source> 8240 <source>Unknown</source>
8197 <target state="new">Unknown</target> 8241 <target state="new">Unknown</target>
8198 8242
8199 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 8243 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8200 <trans-unit id="8781423666414310853" datatype="html"> 8244 <trans-unit id="8781423666414310853" datatype="html">
8201 <source>Your password has been successfully reset!</source> 8245 <source>Your password has been successfully reset!</source>
8202 <target state="new">Your password has been successfully reset!</target> 8246 <target state="new">Your password has been successfully reset!</target>
@@ -8307,12 +8351,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8307 <source>Search index is unavailable. Retrying with instance results instead.</source> 8351 <source>Search index is unavailable. Retrying with instance results instead.</source>
8308 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8352 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8309 8353
8310 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8354 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8311 <trans-unit id="307702206382241469" datatype="html"> 8355 <trans-unit id="307702206382241469" datatype="html">
8312 <source>Search error</source> 8356 <source>Search error</source>
8313 <target state="new">Search error</target> 8357 <target state="new">Search error</target>
8314 8358
8315 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8359 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8360 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8361 <context-group purpose="location">
8362 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8363 <context context-type="linenumber">329</context>
8364 </context-group>
8365 </trans-unit>
8316 <trans-unit id="4580988005648117665" datatype="html"> 8366 <trans-unit id="4580988005648117665" datatype="html">
8317 <source>Search</source> 8367 <source>Search</source>
8318 <target state="new">Search</target> 8368 <target state="new">Search</target>
@@ -9517,19 +9567,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9517 </target> 9567 </target>
9518 9568
9519 9569
9520 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit> 9570 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9521 <trans-unit id="1595779426198793580" datatype="html"> 9571 <trans-unit id="1595779426198793580" datatype="html">
9522 <source>Mute server</source> 9572 <source>Mute server</source>
9523 <target state="new">Mute server</target> 9573 <target state="new">Mute server</target>
9524 9574
9525 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group></trans-unit> 9575 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9526 <trans-unit id="8014491157078444256" datatype="html"> 9576 <trans-unit id="8014491157078444256" datatype="html">
9527 <source>Server <x id="PH"/> muted by the instance.</source> 9577 <source>Server <x id="PH"/> muted by the instance.</source>
9528 <target state="new">Server 9578 <target state="new">Server
9529 <x id="PH"/> muted by the instance. 9579 <x id="PH"/> muted by the instance.
9530 </target> 9580 </target>
9531 9581
9532 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group></trans-unit> 9582 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9533 <trans-unit id="2044813052587776285" datatype="html"> 9583 <trans-unit id="2044813052587776285" datatype="html">
9534 <source>Add a message to communicate with the reporter</source> 9584 <source>Add a message to communicate with the reporter</source>
9535 <target state="new">Add a message to communicate with the reporter</target> 9585 <target state="new">Add a message to communicate with the reporter</target>
@@ -9775,18 +9825,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9775 <trans-unit id="968295009933361070" datatype="html"> 9825 <trans-unit id="968295009933361070" datatype="html">
9776 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 9826 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
9777 <target state="translated">Забагато спроб, повторіть спробу через <x id="PH"/> хвилин.</target> 9827 <target state="translated">Забагато спроб, повторіть спробу через <x id="PH"/> хвилин.</target>
9778 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9828
9779 </trans-unit> 9829 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9780 <trans-unit id="4965472196059235310" datatype="html"> 9830 <trans-unit id="4965472196059235310" datatype="html">
9781 <source>Too many attempts, please try again later.</source> 9831 <source>Too many attempts, please try again later.</source>
9782 <target state="new">Too many attempts, please try again later.</target> 9832 <target state="new">Too many attempts, please try again later.</target>
9783 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9833
9784 </trans-unit> 9834 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9785 <trans-unit id="1693549688987384699" datatype="html"> 9835 <trans-unit id="1693549688987384699" datatype="html">
9786 <source>Server error. Please retry later.</source> 9836 <source>Server error. Please retry later.</source>
9787 <target state="new">Server error. Please retry later.</target> 9837 <target state="new">Server error. Please retry later.</target>
9788 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9838
9789 </trans-unit> 9839 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
9790 <trans-unit id="5927402622550505067" datatype="html"> 9840 <trans-unit id="5927402622550505067" datatype="html">
9791 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9841 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
9792 <target state="new">Subscribed to all current channels of 9842 <target state="new">Subscribed to all current channels of
@@ -9901,28 +9951,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9901 <source>Delete video</source> 9951 <source>Delete video</source>
9902 <target state="new">Delete video</target> 9952 <target state="new">Delete video</target>
9903 9953
9904 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group></trans-unit> 9954 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9905 <trans-unit id="2210418817778733727" datatype="html"> 9955 <trans-unit id="2210418817778733727" datatype="html">
9906 <source>Actions for the comment</source> 9956 <source>Actions for the comment</source>
9907 <target state="new">Actions for the comment</target> 9957 <target state="new">Actions for the comment</target>
9908 9958
9909 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group></trans-unit> 9959 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9910 <trans-unit id="7978668497183230348" datatype="html"> 9960 <trans-unit id="7978668497183230348" datatype="html">
9911 <source>Delete comment</source> 9961 <source>Delete comment</source>
9912 <target state="new">Delete comment</target> 9962 <target state="new">Delete comment</target>
9913 9963
9914 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit> 9964 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9915 <trans-unit id="6747218355168080191" datatype="html"> 9965 <trans-unit id="6747218355168080191" datatype="html">
9916 <source>Do you really want to delete this comment?</source> 9966 <source>Do you really want to delete this comment?</source>
9917 <target state="new">Do you really want to delete this comment?</target> 9967 <target state="new">Do you really want to delete this comment?</target>
9918 9968
9919 9969
9920 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 9970 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9921 <trans-unit id="7837272126865175984" datatype="html"> 9971 <trans-unit id="7837272126865175984" datatype="html">
9922 <source>Comment deleted.</source> 9972 <source>Comment deleted.</source>
9923 <target state="new">Comment deleted.</target> 9973 <target state="new">Comment deleted.</target>
9924 9974
9925 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group></trans-unit> 9975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9926 <trans-unit id="346270517625845962" datatype="html"> 9976 <trans-unit id="346270517625845962" datatype="html">
9927 <source>Encoder</source> 9977 <source>Encoder</source>
9928 <target state="new">Encoder</target> 9978 <target state="new">Encoder</target>
@@ -9965,30 +10015,30 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9965 <source>Video reported.</source> 10015 <source>Video reported.</source>
9966 <target state="new">Video reported.</target> 10016 <target state="new">Video reported.</target>
9967 10017
9968 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group></trans-unit> 10018 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9969 <trans-unit id="3622946684246476652" datatype="html"> 10019 <trans-unit id="3622946684246476652" datatype="html">
9970 <source>Do you really want to delete this video?</source> 10020 <source>Do you really want to delete this video?</source>
9971 <target state="new">Do you really want to delete this video?</target> 10021 <target state="new">Do you really want to delete this video?</target>
9972 10022
9973 10023
9974 10024
9975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit> 10025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9976 <trans-unit id="3941342949736653028" datatype="html"> 10026 <trans-unit id="3941342949736653028" datatype="html">
9977 <source>Video deleted.</source> 10027 <source>Video deleted.</source>
9978 <target state="new">Video deleted.</target> 10028 <target state="new">Video deleted.</target>
9979 10029
9980 10030
9981 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9982 <trans-unit id="5072091387445907742" datatype="html"> 10032 <trans-unit id="5072091387445907742" datatype="html">
9983 <source>Actions for the reporter</source> 10033 <source>Actions for the reporter</source>
9984 <target state="new">Actions for the reporter</target> 10034 <target state="new">Actions for the reporter</target>
9985 10035
9986 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group></trans-unit> 10036 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9987 <trans-unit id="6599069899275412095" datatype="html"> 10037 <trans-unit id="6599069899275412095" datatype="html">
9988 <source>Mute reporter</source> 10038 <source>Mute reporter</source>
9989 <target state="new">Mute reporter</target> 10039 <target state="new">Mute reporter</target>
9990 10040
9991 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit> 10041 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9992 <trans-unit id="2990849907502572301" datatype="html"> 10042 <trans-unit id="2990849907502572301" datatype="html">
9993 <source>This video will be duplicated by your instance.</source> 10043 <source>This video will be duplicated by your instance.</source>
9994 <target state="new">This video will be duplicated by your instance.</target> 10044 <target state="new">This video will be duplicated by your instance.</target>
@@ -10064,7 +10114,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10064 <target state="new">Mute account</target> 10114 <target state="new">Mute account</target>
10065 10115
10066 10116
10067 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit> 10117 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10068 <trans-unit id="4021487547497211597" datatype="html"> 10118 <trans-unit id="4021487547497211597" datatype="html">
10069 <source>Open video actions</source> 10119 <source>Open video actions</source>
10070 <target state="new">Open video actions</target> 10120 <target state="new">Open video actions</target>
@@ -10081,7 +10131,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10081 <source>Mute server account</source> 10131 <source>Mute server account</source>
10082 <target state="new">Mute server account</target> 10132 <target state="new">Mute server account</target>
10083 10133
10084 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 10134 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10085 <trans-unit id="7008439939460403347" datatype="html"> 10135 <trans-unit id="7008439939460403347" datatype="html">
10086 <source>Report</source> 10136 <source>Report</source>
10087 <target state="new">Report</target> 10137 <target state="new">Report</target>
@@ -10177,32 +10227,32 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10177 <source>Only I can see this video</source> 10227 <source>Only I can see this video</source>
10178 <target state="translated">Лише я можу бачити це відео</target> 10228 <target state="translated">Лише я можу бачити це відео</target>
10179 10229
10180 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit> 10230 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10181 <trans-unit id="6767380569816110388" datatype="html"> 10231 <trans-unit id="6767380569816110388" datatype="html">
10182 <source>Only shareable via a private link</source> 10232 <source>Only shareable via a private link</source>
10183 <target state="translated">Доступне лише за посиланням</target> 10233 <target state="translated">Доступне лише за посиланням</target>
10184 10234
10185 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group></trans-unit> 10235 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10186 <trans-unit id="6828965264297239528" datatype="html"> 10236 <trans-unit id="6828965264297239528" datatype="html">
10187 <source>Anyone can see this video</source> 10237 <source>Anyone can see this video</source>
10188 <target state="translated">Всі можуть бачити це відео</target> 10238 <target state="translated">Всі можуть бачити це відео</target>
10189 10239
10190 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group></trans-unit> 10240 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10191 <trans-unit id="1425933035739773115" datatype="html"> 10241 <trans-unit id="1425933035739773115" datatype="html">
10192 <source>Only users of this instance can see this video</source> 10242 <source>Only users of this instance can see this video</source>
10193 <target state="translated">Лише користувачі цього сервера можуть бачити це відео</target> 10243 <target state="translated">Лише користувачі цього сервера можуть бачити це відео</target>
10194 10244
10195 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group></trans-unit> 10245 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10196 <trans-unit id="8312101634344200207" datatype="html"> 10246 <trans-unit id="8312101634344200207" datatype="html">
10197 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10247 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10198 <target state="translated"><x id="PH" equiv-text="this.views"/> переглядачів</target> 10248 <target state="translated"><x id="PH" equiv-text="this.views"/> переглядачів</target>
10199 10249
10200 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 10250 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10201 <trans-unit id="7756087706411154095" datatype="html"> 10251 <trans-unit id="7756087706411154095" datatype="html">
10202 <source><x id="PH" equiv-text="this.views"/> views</source> 10252 <source><x id="PH" equiv-text="this.views"/> views</source>
10203 <target state="translated"><x id="PH" equiv-text="this.views"/> переглядів</target> 10253 <target state="translated"><x id="PH" equiv-text="this.views"/> переглядів</target>
10204 10254
10205 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 10255 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10206 <trans-unit id="ngb.alert.close" datatype="html"> 10256 <trans-unit id="ngb.alert.close" datatype="html">
10207 <source>Close</source> 10257 <source>Close</source>
10208 <target state="translated">Закрити</target> 10258 <target state="translated">Закрити</target>
@@ -10378,35 +10428,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10378 <source>Your video was uploaded to your account and is private.</source> 10428 <source>Your video was uploaded to your account and is private.</source>
10379 <target state="new">Your video was uploaded to your account and is private.</target> 10429 <target state="new">Your video was uploaded to your account and is private.</target>
10380 10430
10381 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit> 10431 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10382 <trans-unit id="5699822024600815733" datatype="html"> 10432 <trans-unit id="5699822024600815733" datatype="html">
10383 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10433 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10384 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target> 10434 <target state="new">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target>
10385 10435
10386 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit> 10436 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10387 <trans-unit id="1219739004043110649" datatype="html"> 10437 <trans-unit id="1219739004043110649" datatype="html">
10388 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10438 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10389 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target> 10439 <target state="new">Your video is not uploaded yet, are you sure you want to leave this page?</target>
10390 10440
10391 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit> 10441 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10392 <trans-unit id="6932865105766151309" datatype="html"> 10442 <trans-unit id="6932865105766151309" datatype="html">
10393 <source>Upload</source> 10443 <source>Upload</source>
10394 <target state="new">Upload</target> 10444 <target state="new">Upload</target>
10395 10445
10396 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group></trans-unit> 10446 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10397 <trans-unit id="8278735427925094503" datatype="html"> 10447 <trans-unit id="8278735427925094503" datatype="html">
10398 <source>Upload <x id="PH"/> </source> 10448 <source>Upload <x id="PH"/> </source>
10399 <target state="new">Upload 10449 <target state="new">Upload
10400 <x id="PH"/> 10450 <x id="PH"/>
10401 </target> 10451 </target>
10402 10452
10403 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group></trans-unit> 10453 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10404 10454
10405 <trans-unit id="5981816353437801748" datatype="html"> 10455 <trans-unit id="5981816353437801748" datatype="html">
10406 <source>Video published.</source> 10456 <source>Video published.</source>
10407 <target state="new">Video published.</target> 10457 <target state="new">Video published.</target>
10408 10458
10409 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group></trans-unit> 10459 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10410 10460
10411 10461
10412 <trans-unit id="764164089183618119" datatype="html"> 10462 <trans-unit id="764164089183618119" datatype="html">
@@ -10456,27 +10506,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10456 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10506 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10457 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10507 <target state="new">This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10458 10508
10459 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10509 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10460 <trans-unit id="5761611056224181752" datatype="html"> 10510 <trans-unit id="5761611056224181752" datatype="html">
10461 <source>Redirection</source> 10511 <source>Redirection</source>
10462 <target state="new">Redirection</target> 10512 <target state="new">Redirection</target>
10463 10513
10464 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10514 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10465 <trans-unit id="8858527736400081688" datatype="html"> 10515 <trans-unit id="8858527736400081688" datatype="html">
10466 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10516 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10467 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target> 10517 <target state="new">This video contains mature or explicit content. Are you sure you want to watch it?</target>
10468 10518
10469 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10519 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10470 <trans-unit id="3937119019020041049" datatype="html"> 10520 <trans-unit id="3937119019020041049" datatype="html">
10471 <source>Mature or explicit content</source> 10521 <source>Mature or explicit content</source>
10472 <target state="new">Mature or explicit content</target> 10522 <target state="new">Mature or explicit content</target>
10473 10523
10474 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10524 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10475 <trans-unit id="1755474755114288376" datatype="html"> 10525 <trans-unit id="1755474755114288376" datatype="html">
10476 <source>Up Next</source> 10526 <source>Up Next</source>
10477 <target state="new">Up Next</target> 10527 <target state="new">Up Next</target>
10478 10528
10479 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 10529 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10480 <trans-unit id="2159130950882492111" datatype="html"> 10530 <trans-unit id="2159130950882492111" datatype="html">
10481 <source>Cancel</source> 10531 <source>Cancel</source>
10482 <target state="translated">Скасувати</target> 10532 <target state="translated">Скасувати</target>
@@ -10486,62 +10536,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10486 <source>Autoplay is suspended</source> 10536 <source>Autoplay is suspended</source>
10487 <target state="translated">Автовідтворення зупинено</target> 10537 <target state="translated">Автовідтворення зупинено</target>
10488 10538
10489 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10539 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10490 <trans-unit id="7895294730547405228" datatype="html"> 10540 <trans-unit id="7895294730547405228" datatype="html">
10491 <source>Enter/exit fullscreen (requires player focus)</source> 10541 <source>Enter/exit fullscreen (requires player focus)</source>
10492 <target state="translated">Вхід/вихід до повноекранного режиму (фокус повинен бути на програвачі)</target> 10542 <target state="translated">Вхід/вихід до повноекранного режиму (фокус повинен бути на програвачі)</target>
10493 10543
10494 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10544 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10495 <trans-unit id="7618388257165864759" datatype="html"> 10545 <trans-unit id="7618388257165864759" datatype="html">
10496 <source>Play/Pause the video (requires player focus)</source> 10546 <source>Play/Pause the video (requires player focus)</source>
10497 <target state="translated">Відтворення/пауза відео (фокус повинен бути на програвачі)</target> 10547 <target state="translated">Відтворення/пауза відео (фокус повинен бути на програвачі)</target>
10498 10548
10499 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10549 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10500 <trans-unit id="7761890399634216630" datatype="html"> 10550 <trans-unit id="7761890399634216630" datatype="html">
10501 <source>Mute/unmute the video (requires player focus)</source> 10551 <source>Mute/unmute the video (requires player focus)</source>
10502 <target state="translated">Увімкнути/вимкнути звук відео (фокус повинен бути на програвачі)</target> 10552 <target state="translated">Увімкнути/вимкнути звук відео (фокус повинен бути на програвачі)</target>
10503 10553
10504 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10554 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10505 <trans-unit id="5996585232248234904" datatype="html"> 10555 <trans-unit id="5996585232248234904" datatype="html">
10506 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10556 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10507 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target> 10557 <target state="new">Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</target>
10508 10558
10509 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10559 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10510 <trans-unit id="3748765405903319998" datatype="html"> 10560 <trans-unit id="3748765405903319998" datatype="html">
10511 <source>Increase the volume (requires player focus)</source> 10561 <source>Increase the volume (requires player focus)</source>
10512 <target state="new">Increase the volume (requires player focus)</target> 10562 <target state="new">Increase the volume (requires player focus)</target>
10513 10563
10514 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10564 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10515 <trans-unit id="5810704036407159982" datatype="html"> 10565 <trans-unit id="5810704036407159982" datatype="html">
10516 <source>Decrease the volume (requires player focus)</source> 10566 <source>Decrease the volume (requires player focus)</source>
10517 <target state="new">Decrease the volume (requires player focus)</target> 10567 <target state="new">Decrease the volume (requires player focus)</target>
10518 10568
10519 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10569 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10520 <trans-unit id="2622048822548065691" datatype="html"> 10570 <trans-unit id="2622048822548065691" datatype="html">
10521 <source>Seek the video forward (requires player focus)</source> 10571 <source>Seek the video forward (requires player focus)</source>
10522 <target state="new">Seek the video forward (requires player focus)</target> 10572 <target state="new">Seek the video forward (requires player focus)</target>
10523 10573
10524 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10574 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10525 <trans-unit id="6540078205109221153" datatype="html"> 10575 <trans-unit id="6540078205109221153" datatype="html">
10526 <source>Seek the video backward (requires player focus)</source> 10576 <source>Seek the video backward (requires player focus)</source>
10527 <target state="new">Seek the video backward (requires player focus)</target> 10577 <target state="new">Seek the video backward (requires player focus)</target>
10528 10578
10529 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10579 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10530 <trans-unit id="1956491957766210808" datatype="html"> 10580 <trans-unit id="1956491957766210808" datatype="html">
10531 <source>Increase playback rate (requires player focus)</source> 10581 <source>Increase playback rate (requires player focus)</source>
10532 <target state="new">Increase playback rate (requires player focus)</target> 10582 <target state="new">Increase playback rate (requires player focus)</target>
10533 10583
10534 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10584 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10535 <trans-unit id="5495529997674803186" datatype="html"> 10585 <trans-unit id="5495529997674803186" datatype="html">
10536 <source>Decrease playback rate (requires player focus)</source> 10586 <source>Decrease playback rate (requires player focus)</source>
10537 <target state="new">Decrease playback rate (requires player focus)</target> 10587 <target state="new">Decrease playback rate (requires player focus)</target>
10538 10588
10539 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10589 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10540 <trans-unit id="3178343147230721210" datatype="html"> 10590 <trans-unit id="3178343147230721210" datatype="html">
10541 <source>Navigate in the video frame by frame (requires player focus)</source> 10591 <source>Navigate in the video frame by frame (requires player focus)</source>
10542 <target state="new">Navigate in the video frame by frame (requires player focus)</target> 10592 <target state="new">Navigate in the video frame by frame (requires player focus)</target>
10543 10593
10544 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10594 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10545 <trans-unit id="8025996572234182184" datatype="html"> 10595 <trans-unit id="8025996572234182184" datatype="html">
10546 <source>Like the video</source> 10596 <source>Like the video</source>
10547 <target state="new">Like the video</target> 10597 <target state="new">Like the video</target>
diff --git a/client/src/locale/angular.vi-VN.xlf b/client/src/locale/angular.vi-VN.xlf
index 301570458..b8bd1157e 100644
--- a/client/src/locale/angular.vi-VN.xlf
+++ b/client/src/locale/angular.vi-VN.xlf
@@ -165,7 +165,6 @@
165 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group> 165 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group>
166 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group> 166 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group>
167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group> 167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group>
168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group>
170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group> 169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group>
171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group> 170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group>
@@ -243,7 +242,7 @@
243 <target>Tạo</target> 242 <target>Tạo</target>
244 <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> 243 <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>
245 <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> 244 <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>
246 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 245 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group>
247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 246 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group>
@@ -254,9 +253,9 @@
254 <trans-unit id="1006562256968398209" datatype="html"> 253 <trans-unit id="1006562256968398209" datatype="html">
255 <source>video</source> 254 <source>video</source>
256 <target state="translated">video</target> 255 <target state="translated">video</target>
257 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group> 256
258 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group> 257
259 </trans-unit> 258 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
260 <trans-unit id="6438815964972582865" datatype="html"> 259 <trans-unit id="6438815964972582865" datatype="html">
261 <source>The following link contains a private token and should not be shared with anyone.</source> 260 <source>The following link contains a private token and should not be shared with anyone.</source>
262 <target state="translated">Đường dẫn chứa một token riêng tư và không nên chia sẻ với bất cứ ai.</target> 261 <target state="translated">Đường dẫn chứa một token riêng tư và không nên chia sẻ với bất cứ ai.</target>
@@ -326,13 +325,13 @@
326 <trans-unit id="6995024616159044376" datatype="html"> 325 <trans-unit id="6995024616159044376" datatype="html">
327 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 326 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
328 <target state="translated">Bạn đã dùng hết dung lượng cho phép với video này (dung lượng video: <x id="PH" equiv-text="videoSizeBytes"/>, đã dùng: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, dung lượng cho phép: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 327 <target state="translated">Bạn đã dùng hết dung lượng cho phép với video này (dung lượng video: <x id="PH" equiv-text="videoSizeBytes"/>, đã dùng: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, dung lượng cho phép: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
329 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group> 328
330 </trans-unit> 329 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
331 <trans-unit id="7873395933409147217" datatype="html"> 330 <trans-unit id="7873395933409147217" datatype="html">
332 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 331 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
333 <target state="translated">Bạn đã dùng hết dung lượng hàng ngày cho phép với video này (dung lượng video: <x id="PH" equiv-text="videoSizeBytes"/>, đã dùng: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, dung lượng cho phép: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 332 <target state="translated">Bạn đã dùng hết dung lượng hàng ngày cho phép với video này (dung lượng video: <x id="PH" equiv-text="videoSizeBytes"/>, đã dùng: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, dung lượng cho phép: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
334 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group> 333
335 </trans-unit> 334 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
336 <trans-unit id="5235042777215655908" datatype="html"> 335 <trans-unit id="5235042777215655908" datatype="html">
337 <source>subtitles</source> 336 <source>subtitles</source>
338 <target state="translated">phụ đề</target> 337 <target state="translated">phụ đề</target>
@@ -425,7 +424,7 @@
425 </trans-unit> 424 </trans-unit>
426 <trans-unit id="7539427273132299890"> 425 <trans-unit id="7539427273132299890">
427 <source>Unlisted</source> 426 <source>Unlisted</source>
428 <target>Không công khai</target> 427 <target>Hạn chế</target>
429 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 428 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/playlist/video-watch-playlist.component.html</context><context context-type="linenumber">9</context></context-group>
430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">6</context></context-group> 429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-miniature.component.html</context><context context-type="linenumber">6</context></context-group>
431 </trans-unit> 430 </trans-unit>
@@ -565,31 +564,31 @@
565 <trans-unit id="7022070615528435141"> 564 <trans-unit id="7022070615528435141">
566 <source>Delete</source> 565 <source>Delete</source>
567 <target>Xoá</target> 566 <target>Xoá</target>
568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group> 567
569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group> 568
570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group> 569
571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group> 570
572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group> 571
573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group> 572
574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group> 573
575 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group> 574
576 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group> 575
577 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group> 576
578 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group> 577
579 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group> 578
580 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group> 579
581 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</context></context-group> 580
582 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">178</context></context-group> 581
583 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group> 582
584 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 583
585 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group> 584
586 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group> 585
587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group> 586
588 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group> 587
589 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group> 588
590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group> 589
591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group> 590
592 </trans-unit> 591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
593 <trans-unit id="158575725114802951" datatype="html"> 592 <trans-unit id="158575725114802951" datatype="html">
594 <source>Only live videos</source> 593 <source>Only live videos</source>
595 <target state="translated">Chỉ video livestream</target> 594 <target state="translated">Chỉ video livestream</target>
@@ -774,9 +773,10 @@
774 <trans-unit id="2602586221576511475"> 773 <trans-unit id="2602586221576511475">
775 <source>Video quota</source> 774 <source>Video quota</source>
776 <target>Dung lượng</target> 775 <target>Dung lượng</target>
777 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group>
779 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
780 </trans-unit> 780 </trans-unit>
781 <trans-unit id="1502595455339510144" datatype="html"> 781 <trans-unit id="1502595455339510144" datatype="html">
782 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 782 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
@@ -858,6 +858,34 @@
858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
860 </trans-unit> 860 </trans-unit>
861 <trans-unit id="8726138323871139597" datatype="html">
862 <source>Following</source>
863 <target state="translated">Đang theo dõi</target>
864 <context-group purpose="location">
865 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
866 <context context-type="linenumber">29</context>
867 </context-group>
868 <context-group purpose="location">
869 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
870 <context context-type="linenumber">31</context>
871 </context-group>
872 <context-group purpose="location">
873 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
874 <context context-type="linenumber">28</context>
875 </context-group>
876 </trans-unit>
877 <trans-unit id="4914577418256256836" datatype="html">
878 <source>Followers</source>
879 <target state="translated">Người theo dõi</target>
880 <context-group purpose="location">
881 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
882 <context context-type="linenumber">34</context>
883 </context-group>
884 <context-group purpose="location">
885 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
886 <context context-type="linenumber">37</context>
887 </context-group>
888 </trans-unit>
861 <trans-unit id="3541687134897970106" datatype="html"> 889 <trans-unit id="3541687134897970106" datatype="html">
862 <source>followers</source> 890 <source>followers</source>
863 <target state="translated">người theo dõi</target> 891 <target state="translated">người theo dõi</target>
@@ -921,14 +949,15 @@
921 <source>Cancel</source> 949 <source>Cancel</source>
922 <target>Huỷ</target> 950 <target>Huỷ</target>
923 <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> 951 <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>
924 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group> 952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group>
953 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group>
925 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group> 954 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group>
926 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 955 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
927 <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> 956 <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>
928 <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">69</context></context-group> 957 <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">69</context></context-group>
929 <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">81</context></context-group> 958 <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">81</context></context-group>
930 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group> 959 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group>
931 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">408</context></context-group> 960 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">415</context></context-group>
932 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 961 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
933 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group> 962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group>
934 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 963 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group>
@@ -1004,18 +1033,12 @@
1004 <trans-unit id="7252854992688790751" datatype="html"> 1033 <trans-unit id="7252854992688790751" datatype="html">
1005 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1034 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1006 <target state="translated">Máy chủ này cho phép đăng ký. Tuy nhiên, hãy cẩn thận đọc kỹ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Điều khoản dịch vụ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Điều khoản dịch vụ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> trước khi tạo tài khoản. Bạn cũng có thể tham khảo thêm một số máy chủ khác tại: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1035 <target state="translated">Máy chủ này cho phép đăng ký. Tuy nhiên, hãy cẩn thận đọc kỹ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Điều khoản dịch vụ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Điều khoản dịch vụ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> trước khi tạo tài khoản. Bạn cũng có thể tham khảo thêm một số máy chủ khác tại: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1007 <context-group purpose="location"> 1036 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group>
1008 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1009 <context context-type="linenumber">60,62</context>
1010 </context-group>
1011 </trans-unit> 1037 </trans-unit>
1012 <trans-unit id="7215649348148521605" datatype="html"> 1038 <trans-unit id="7215649348148521605" datatype="html">
1013 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1039 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1014 <target state="translated">Máy chủ này đã tắt đăng ký, bạn hãy đọc <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Điều khoản dịch vụ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> để tìm hiểu thêm hoặc tìm một máy chủ khác cho phép bạn tạo tài khoản và đăng video. Danh sách những máy chủ khác: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1040 <target state="translated">Máy chủ này đã tắt đăng ký, bạn hãy đọc <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Điều khoản dịch vụ<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> để tìm hiểu thêm hoặc tìm một máy chủ khác cho phép bạn tạo tài khoản và đăng video. Danh sách những máy chủ khác: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1015 <context-group purpose="location"> 1041 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group>
1016 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1017 <context context-type="linenumber">65,67</context>
1018 </context-group>
1019 </trans-unit> 1042 </trans-unit>
1020 <trans-unit id="2392488717875840729"> 1043 <trans-unit id="2392488717875840729">
1021 <source>User</source> 1044 <source>User</source>
@@ -1028,65 +1051,67 @@
1028 <target>Tên người dùng hoặc địa chỉ email</target> 1051 <target>Tên người dùng hoặc địa chỉ email</target>
1029 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1052 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1030 </trans-unit> 1053 </trans-unit>
1054 <trans-unit id="1758058452376026925" datatype="html">
1055 <source>⚠️ Most email addresses do not include capital letters.</source>
1056 <target state="translated">⚠️ Phần lớn địa chỉ email không cho phép viết in hoa.</target>
1057 <context-group purpose="location">
1058 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1059 <context context-type="linenumber">33,34</context>
1060 </context-group>
1061 </trans-unit>
1031 <trans-unit id="1431416938026210429"> 1062 <trans-unit id="1431416938026210429">
1032 <source>Password</source> 1063 <source>Password</source>
1033 <target>Mật khẩu</target> 1064 <target>Mật khẩu</target>
1034 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1065 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1035 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1066 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1067 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group>
1068 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</context></context-group>
1036 <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> 1069 <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>
1037 <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> 1070 <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>
1038 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1071 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group>
1039 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1072 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group>
1040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1042 </trans-unit> 1073 </trans-unit>
1043 <trans-unit id="8715156686857791956" datatype="html"> 1074 <trans-unit id="8715156686857791956" datatype="html">
1044 <source>Click here to reset your password</source> 1075 <source>Click here to reset your password</source>
1045 <target state="translated">Click vào đây để reset mật khẩu</target> 1076 <target state="translated">Click vào đây để reset mật khẩu</target>
1046 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1077 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1047 </trans-unit> 1078 </trans-unit>
1048 <trans-unit id="892063502898494584" datatype="html"> 1079 <trans-unit id="892063502898494584" datatype="html">
1049 <source>I forgot my password</source> 1080 <source>I forgot my password</source>
1050 <target state="translated">Quên mật khẩu</target> 1081 <target state="translated">Quên mật khẩu</target>
1051 <context-group purpose="location"> 1082 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1052 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1053 <context context-type="linenumber">47</context>
1054 </context-group>
1055 </trans-unit> 1083 </trans-unit>
1056 <trans-unit id="2101170466365500913" datatype="html"> 1084 <trans-unit id="2101170466365500913" datatype="html">
1057 <source>Logging into an account lets you publish content</source> 1085 <source>Logging into an account lets you publish content</source>
1058 <target state="translated">Chỉ có thể đăng video sau khi đăng nhập</target> 1086 <target state="translated">Chỉ có thể đăng video sau khi đăng nhập</target>
1059 <context-group purpose="location"> 1087 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group>
1060 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1061 <context context-type="linenumber">56,57</context>
1062 </context-group>
1063 </trans-unit> 1088 </trans-unit>
1064 <trans-unit id="2454050363478003966"> 1089 <trans-unit id="2454050363478003966">
1065 <source>Login</source> 1090 <source>Login</source>
1066 <target>Đăng nhập</target> 1091 <target>Đăng nhập</target>
1067 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 1092 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group>
1068 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1093 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group>
1069 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group> 1094 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group>
1070 </trans-unit> 1095 </trans-unit>
1071 <trans-unit id="3183213940445113677" datatype="html"> 1096 <trans-unit id="3183213940445113677" datatype="html">
1072 <source>Or sign in with</source> 1097 <source>Or sign in with</source>
1073 <target state="translated">Hoặc đăng nhập bằng</target> 1098 <target state="translated">Hoặc đăng nhập bằng</target>
1074 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group>
1075 </trans-unit> 1100 </trans-unit>
1076 <trans-unit id="3238209155172574367"> 1101 <trans-unit id="3238209155172574367">
1077 <source>Forgot your password</source> 1102 <source>Forgot your password</source>
1078 <target>Quên mật khẩu</target> 1103 <target>Quên mật khẩu</target>
1079 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group>
1080 </trans-unit> 1105 </trans-unit>
1081 <trans-unit id="87327320394367488" datatype="html"> 1106 <trans-unit id="87327320394367488" datatype="html">
1082 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1107 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1083 <target state="translated">Rất tiếc, bạn không thể reset mật khẩu bởi vì quản trị viên máy chủ không thiết lập hệ thống email PeerTube.</target> 1108 <target state="translated">Rất tiếc, bạn không thể reset mật khẩu bởi vì quản trị viên máy chủ không thiết lập hệ thống email PeerTube.</target>
1084 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1109 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group>
1085 </trans-unit> 1110 </trans-unit>
1086 <trans-unit id="3188014010833256853" datatype="html"> 1111 <trans-unit id="3188014010833256853" datatype="html">
1087 <source>Enter your email address and we will send you a link to reset your password.</source> 1112 <source>Enter your email address and we will send you a link to reset your password.</source>
1088 <target state="translated">Nhập email của bạn và chúng tôi sẽ gửi một đường link reset mật khẩu.</target> 1113 <target state="translated">Nhập email của bạn và chúng tôi sẽ gửi một liên kết reset mật khẩu.</target>
1089 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1114 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group>
1090 </trans-unit> 1115 </trans-unit>
1091 <trans-unit id="1190256911880544559" datatype="html"> 1116 <trans-unit id="1190256911880544559" datatype="html">
1092 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1117 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
@@ -1096,26 +1121,27 @@ The link will expire within 1 hour.</source>
1096 </trans-unit> 1121 </trans-unit>
1097 <trans-unit id="4768749765465246664"> 1122 <trans-unit id="4768749765465246664">
1098 <source>Email</source> 1123 <source>Email</source>
1099 <target>Thư điện tử</target> 1124 <target>Email</target>
1100 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1125 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group>
1128 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</context></context-group>
1129 <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>
1101 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1130 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group>
1102 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1131 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group>
1103 <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> 1132 <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>
1104 <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>
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1107 </trans-unit> 1133 </trans-unit>
1108 <trans-unit id="3967269098753656610"> 1134 <trans-unit id="3967269098753656610">
1109 <source>Email address</source> 1135 <source>Email address</source>
1110 <target>Địa chỉ thư điện tử</target> 1136 <target>Địa chỉ email</target>
1111 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1137 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group>
1112 <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> 1138 <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>
1113 </trans-unit> 1139 </trans-unit>
1114 <trans-unit id="7808756054397155068" datatype="html"> 1140 <trans-unit id="7808756054397155068" datatype="html">
1115 <source>Reset</source> 1141 <source>Reset</source>
1116 <target state="translated">Reset</target> 1142 <target state="translated">Reset</target>
1117 <note priority="1" from="description">Password reset button</note> 1143 <note priority="1" from="description">Password reset button</note>
1118 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1144 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group>
1119 </trans-unit> 1145 </trans-unit>
1120 <trans-unit id="4319634264526091601" datatype="html"> 1146 <trans-unit id="4319634264526091601" datatype="html">
1121 <source>on this instance</source> 1147 <source>on this instance</source>
@@ -1197,17 +1223,17 @@ The link will expire within 1 hour.</source>
1197 <target> 1223 <target>
1198 Không tìm thấy kết quả 1224 Không tìm thấy kết quả
1199 </target> 1225 </target>
1200 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1226
1201 </trans-unit> 1227 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1202 <trans-unit id="5500467336262464724"> 1228 <trans-unit id="5500467336262464724">
1203 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1229 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1204 <target> 1230 <target>
1205 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> người đăng kí 1231 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> người đăng kí
1206 </target> 1232 </target>
1207 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1233
1208 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1234
1209 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1235
1210 </trans-unit> 1236 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1211 <trans-unit id="1516969129397662377" datatype="html"> 1237 <trans-unit id="1516969129397662377" datatype="html">
1212 <source>Welcome to PeerTube, dear administrator!</source> 1238 <source>Welcome to PeerTube, dear administrator!</source>
1213 <target state="translated">Chào mừng đến với PeerTube, người anh em!</target> 1239 <target state="translated">Chào mừng đến với PeerTube, người anh em!</target>
@@ -1452,7 +1478,7 @@ The link will expire within 1 hour.</source>
1452 <trans-unit id="2308975396733519902"> 1478 <trans-unit id="2308975396733519902">
1453 <source>Create an account</source> 1479 <source>Create an account</source>
1454 <target>Tạo tài khoản</target> 1480 <target>Tạo tài khoản</target>
1455 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group> 1481 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">54</context></context-group>
1456 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group> 1482 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group>
1457 </trans-unit> 1483 </trans-unit>
1458 <trans-unit id="3058024914967508975" datatype="html"> 1484 <trans-unit id="3058024914967508975" datatype="html">
@@ -1521,7 +1547,7 @@ The link will expire within 1 hour.</source>
1521 <trans-unit id="1504521795586863905" datatype="html"> 1547 <trans-unit id="1504521795586863905" datatype="html">
1522 <source>VIDEOS</source> 1548 <source>VIDEOS</source>
1523 <target state="translated">VIDEO</target> 1549 <target state="translated">VIDEO</target>
1524 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group> 1550 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group>
1525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group> 1551 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group>
1526 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group> 1552 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group>
1527 </trans-unit> 1553 </trans-unit>
@@ -1603,7 +1629,7 @@ The link will expire within 1 hour.</source>
1603 <trans-unit id="4424964105331349857" datatype="html"> 1629 <trans-unit id="4424964105331349857" datatype="html">
1604 <source>I'm a teapot</source> 1630 <source>I'm a teapot</source>
1605 <target state="translated">Tôi là ấm trà</target> 1631 <target state="translated">Tôi là ấm trà</target>
1606 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1632 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group>
1607 </trans-unit> 1633 </trans-unit>
1608 <trans-unit id="1597262876035959248" datatype="html"> 1634 <trans-unit id="1597262876035959248" datatype="html">
1609 <source>That's an error.</source> 1635 <source>That's an error.</source>
@@ -1697,7 +1723,7 @@ The link will expire within 1 hour.</source>
1697 <trans-unit id="2971365540217107489" datatype="html"> 1723 <trans-unit id="2971365540217107489" datatype="html">
1698 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1724 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1699 <target state="translated">Video có dung lượng quá lớn. Hãy liên hệ quản trị viên nếu bạn muốn tăng giới hạn dung lượng.</target> 1725 <target state="translated">Video có dung lượng quá lớn. Hãy liên hệ quản trị viên nếu bạn muốn tăng giới hạn dung lượng.</target>
1700 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1726 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group>
1701 </trans-unit> 1727 </trans-unit>
1702 <trans-unit id="5131854469652959713" datatype="html"> 1728 <trans-unit id="5131854469652959713" datatype="html">
1703 <source>GLOBAL SEARCH</source> 1729 <source>GLOBAL SEARCH</source>
@@ -1716,7 +1742,7 @@ The link will expire within 1 hour.</source>
1716 </trans-unit> 1742 </trans-unit>
1717 <trans-unit id="2807610143550376912" datatype="html"> 1743 <trans-unit id="2807610143550376912" datatype="html">
1718 <source>Your query will be matched against video names or descriptions, channel names.</source> 1744 <source>Your query will be matched against video names or descriptions, channel names.</source>
1719 <target state="translated">Truy vấn của bạn sẽ khớp với tên video hoặc mô tả, tên kênh.</target> 1745 <target state="translated">Kết quả tìm kiếm sẽ khớp với tên video, mô tả video hoặc tên kênh.</target>
1720 <context-group purpose="location"> 1746 <context-group purpose="location">
1721 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1747 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1722 <context context-type="linenumber">37</context> 1748 <context context-type="linenumber">37</context>
@@ -1776,19 +1802,19 @@ The link will expire within 1 hour.</source>
1776 <trans-unit id="5478121364779850827" datatype="html"> 1802 <trans-unit id="5478121364779850827" datatype="html">
1777 <source>Reset</source> 1803 <source>Reset</source>
1778 <target state="translated">Reset</target> 1804 <target state="translated">Reset</target>
1779 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1805
1780 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1806
1781 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1807
1782 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1808
1783 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1809
1784 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1810
1785 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1811
1786 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1812
1787 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1813
1788 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1814
1789 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1815
1790 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1816
1791 </trans-unit> 1817 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1792 <trans-unit id="4540121094340493564" datatype="html"> 1818 <trans-unit id="4540121094340493564" datatype="html">
1793 <source>Display only</source> 1819 <source>Display only</source>
1794 <target state="translated">Chỉ hiển thị</target> 1820 <target state="translated">Chỉ hiển thị</target>
@@ -1832,9 +1858,9 @@ The link will expire within 1 hour.</source>
1832 <trans-unit id="7410432243549869948"> 1858 <trans-unit id="7410432243549869948">
1833 <source>Duration</source> 1859 <source>Duration</source>
1834 <target>Thời lượng</target> 1860 <target>Thời lượng</target>
1835 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group> 1861
1836 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group> 1862
1837 </trans-unit> 1863 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1838 <trans-unit id="3589238979642505685"> 1864 <trans-unit id="3589238979642505685">
1839 <source>Display sensitive content</source> 1865 <source>Display sensitive content</source>
1840 <target>Hiện nội dung nhạy cảm</target> 1866 <target>Hiện nội dung nhạy cảm</target>
@@ -1853,10 +1879,10 @@ The link will expire within 1 hour.</source>
1853 <trans-unit id="1806667489382256324"> 1879 <trans-unit id="1806667489382256324">
1854 <source>Category</source> 1880 <source>Category</source>
1855 <target>Thể loại</target> 1881 <target>Thể loại</target>
1856 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</context></context-group> 1882
1857 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">63</context></context-group> 1883
1858 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group> 1884
1859 </trans-unit> 1885 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1860 <trans-unit id="5478121364779850827" datatype="html"> 1886 <trans-unit id="5478121364779850827" datatype="html">
1861 <source>Reset</source> 1887 <source>Reset</source>
1862 <target state="translated">Reset</target> 1888 <target state="translated">Reset</target>
@@ -1874,10 +1900,10 @@ The link will expire within 1 hour.</source>
1874 <trans-unit id="9065795501872450602"> 1900 <trans-unit id="9065795501872450602">
1875 <source>Licence</source> 1901 <source>Licence</source>
1876 <target>Giấy phép</target> 1902 <target>Giấy phép</target>
1877 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</context></context-group> 1903
1878 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">74</context></context-group> 1904
1879 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group> 1905
1880 </trans-unit> 1906 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1881 <trans-unit id="4184995865179898060" datatype="html"> 1907 <trans-unit id="4184995865179898060" datatype="html">
1882 <source>Display all licenses</source> 1908 <source>Display all licenses</source>
1883 <target state="translated">Hiển thị mọi giấy phép</target> 1909 <target state="translated">Hiển thị mọi giấy phép</target>
@@ -1886,11 +1912,11 @@ The link will expire within 1 hour.</source>
1886 <trans-unit id="2826581353496868063"> 1912 <trans-unit id="2826581353496868063">
1887 <source>Language</source> 1913 <source>Language</source>
1888 <target>Ngôn ngữ</target> 1914 <target>Ngôn ngữ</target>
1889 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</context></context-group> 1915
1890 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html</context><context context-type="linenumber">10</context></context-group> 1916
1891 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1917
1892 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group> 1918
1893 </trans-unit> 1919 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1894 <trans-unit id="7904142744051432458" datatype="html"> 1920 <trans-unit id="7904142744051432458" datatype="html">
1895 <source>Display all languages</source> 1921 <source>Display all languages</source>
1896 <target state="translated">Hiển thị mọi ngôn ngữ</target> 1922 <target state="translated">Hiển thị mọi ngôn ngữ</target>
@@ -1905,17 +1931,23 @@ The link will expire within 1 hour.</source>
1905 <source>One of these tags</source> 1931 <source>One of these tags</source>
1906 <target>Chứa thẻ</target> 1932 <target>Chứa thẻ</target>
1907 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 1933 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
1934 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
1935 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1936 <context-group purpose="location">
1937 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1938 <context context-type="linenumber">178</context>
1939 </context-group>
1908 </trans-unit> 1940 </trans-unit>
1909 <trans-unit id="283421392567624698" datatype="html"> 1941 <trans-unit id="283421392567624698" datatype="html">
1910 <source>Search target</source> 1942 <source>Search target</source>
1911 <target state="translated">Tìm kiếm mục tiêu</target> 1943 <target state="translated">Tìm kiếm mục tiêu</target>
1912 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 1944
1913 </trans-unit> 1945 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1914 <trans-unit id="2489767671380266270" datatype="html"> 1946 <trans-unit id="2489767671380266270" datatype="html">
1915 <source>Vidiverse</source> 1947 <source>Vidiverse</source>
1916 <target state="translated">Vidiverse</target> 1948 <target state="translated">Vidiverse</target>
1917 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 1949
1918 </trans-unit> 1950 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1919 <trans-unit id="5478121364779850827" datatype="html"> 1951 <trans-unit id="5478121364779850827" datatype="html">
1920 <source>Reset</source> 1952 <source>Reset</source>
1921 <target state="translated">Reset</target> 1953 <target state="translated">Reset</target>
@@ -1924,8 +1956,8 @@ The link will expire within 1 hour.</source>
1924 <trans-unit id="8829497237648100098"> 1956 <trans-unit id="8829497237648100098">
1925 <source>Filter</source> 1957 <source>Filter</source>
1926 <target>Bộ lọc</target> 1958 <target>Bộ lọc</target>
1927 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 1959
1928 </trans-unit> 1960 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1929 <trans-unit id="6479885129995567639" datatype="html"> 1961 <trans-unit id="6479885129995567639" datatype="html">
1930 <source>Video channels</source> 1962 <source>Video channels</source>
1931 <target state="translated">Kênh video</target> 1963 <target state="translated">Kênh video</target>
@@ -1959,9 +1991,9 @@ The link will expire within 1 hour.</source>
1959 <trans-unit id="7886570921510760899"> 1991 <trans-unit id="7886570921510760899">
1960 <source>Tags</source> 1992 <source>Tags</source>
1961 <target>Thẻ</target> 1993 <target>Thẻ</target>
1962 <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> 1994
1963 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group> 1995
1964 </trans-unit> 1996 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1965 <trans-unit id="354332809647287722" datatype="html"> 1997 <trans-unit id="354332809647287722" datatype="html">
1966 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1998 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1967 <target state="translated">Tags được sử dụng để đề xuất video liên quan. <x id="LINE_BREAK"/> Tối đa cho phép 5 tag. <x id="LINE_BREAK"/> Nhấn <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> để thêm tag mới. </target> 1999 <target state="translated">Tags được sử dụng để đề xuất video liên quan. <x id="LINE_BREAK"/> Tối đa cho phép 5 tag. <x id="LINE_BREAK"/> Nhấn <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> để thêm tag mới. </target>
@@ -2378,13 +2410,13 @@ The link will expire within 1 hour.</source>
2378 <trans-unit id="9172233176401579786"> 2410 <trans-unit id="9172233176401579786">
2379 <source>Scheduled</source> 2411 <source>Scheduled</source>
2380 <target>Đã lên lịch</target> 2412 <target>Đã lên lịch</target>
2381 2413 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group>
2382 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group></trans-unit> 2414 </trans-unit>
2383 <trans-unit id="1435317307066082710" datatype="html"> 2415 <trans-unit id="1435317307066082710" datatype="html">
2384 <source>Hide the video until a specific date</source> 2416 <source>Hide the video until a specific date</source>
2385 <target state="translated">Ẩn video dưới một ngày đặc biệt</target> 2417 <target state="translated">Ẩn video dưới một ngày đặc biệt</target>
2386 2418 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group>
2387 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 2419 </trans-unit>
2388 <trans-unit id="6148369758871787018" datatype="html"> 2420 <trans-unit id="6148369758871787018" datatype="html">
2389 <source>Video background image</source> 2421 <source>Video background image</source>
2390 <target state="translated">Hình nền video</target> 2422 <target state="translated">Hình nền video</target>
@@ -2438,8 +2470,8 @@ The link will expire within 1 hour.</source>
2438 <trans-unit id="6161604372916832458" datatype="html"> 2470 <trans-unit id="6161604372916832458" datatype="html">
2439 <source>Upload on hold</source> 2471 <source>Upload on hold</source>
2440 <target state="translated">Đang tiếp tục tải lên</target> 2472 <target state="translated">Đang tiếp tục tải lên</target>
2441 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group> 2473
2442 </trans-unit> 2474 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2443 <trans-unit id="285180972645018518" datatype="html"> 2475 <trans-unit id="285180972645018518" datatype="html">
2444 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2476 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2445 <target state="translated">Xin lỗi, tài khoản của bạn đã bị cấm tải lên. Nếu bạn muốn đăng thêm video, bạn phải liên hệ một quản trị viên để mở khóa dung lượng cho phép.</target> 2477 <target state="translated">Xin lỗi, tài khoản của bạn đã bị cấm tải lên. Nếu bạn muốn đăng thêm video, bạn phải liên hệ một quản trị viên để mở khóa dung lượng cho phép.</target>
@@ -2718,7 +2750,7 @@ The link will expire within 1 hour.</source>
2718 </trans-unit> 2750 </trans-unit>
2719 <trans-unit id="4001371302469308813" datatype="html"> 2751 <trans-unit id="4001371302469308813" datatype="html">
2720 <source>Support options for this video</source> 2752 <source>Support options for this video</source>
2721 <target state="translated">Nhng cách ng h cho video này</target> 2753 <target state="translated">ng hộ video</target>
2722 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.ts</context><context context-type="linenumber">56</context></context-group> 2754 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/action-buttons/action-buttons.component.ts</context><context context-type="linenumber">56</context></context-group>
2723 </trans-unit> 2755 </trans-unit>
2724 <trans-unit id="687548610091961489"> 2756 <trans-unit id="687548610091961489">
@@ -2730,7 +2762,7 @@ The link will expire within 1 hour.</source>
2730 </trans-unit> 2762 </trans-unit>
2731 <trans-unit id="1144407473317535723" datatype="html"> 2763 <trans-unit id="1144407473317535723" datatype="html">
2732 <source>Subscribe</source> 2764 <source>Subscribe</source>
2733 <target state="translated">Đăng ký</target> 2765 <target state="translated">Đăng ký kênh</target>
2734 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">9</context></context-group> 2766 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">9</context></context-group>
2735 </trans-unit> 2767 </trans-unit>
2736 <trans-unit id="5432070253720498105" datatype="html"> 2768 <trans-unit id="5432070253720498105" datatype="html">
@@ -2745,7 +2777,7 @@ The link will expire within 1 hour.</source>
2745 </trans-unit> 2777 </trans-unit>
2746 <trans-unit id="8426539297729416784" datatype="html"> 2778 <trans-unit id="8426539297729416784" datatype="html">
2747 <source>{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }</source> 2779 <source>{VAR_SELECT, select, undefined {Unsubscribe} other {Unsubscribe from all channels} }</source>
2748 <target state="translated">{VAR_SELECT, select, undefined {Ngưng đăng ký} other {Ngưng đăng ký từ toàn bộ kênh} }</target> 2780 <target state="translated">{VAR_SELECT, select, undefined {Ngưng đăng ký} other {Ngưng đăng ký toàn bộ kênh} }</target>
2749 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">34</context></context-group> 2781 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.html</context><context context-type="linenumber">34</context></context-group>
2750 </trans-unit> 2782 </trans-unit>
2751 <trans-unit id="7215101881367554791"> 2783 <trans-unit id="7215101881367554791">
@@ -2762,12 +2794,18 @@ The link will expire within 1 hour.</source>
2762 <source>Origin</source> 2794 <source>Origin</source>
2763 <target state="translated">Máy chủ</target> 2795 <target state="translated">Máy chủ</target>
2764 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group> 2796 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group>
2797 </trans-unit><trans-unit id="6981359593518942576" datatype="html">
2798 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2799 <context-group purpose="location">
2800 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2801 <context context-type="linenumber">14</context>
2802 </context-group>
2765 </trans-unit> 2803 </trans-unit>
2766 <trans-unit id="5139892963394684487" datatype="html"> 2804 <trans-unit id="5139892963394684487" datatype="html">
2767 <source>Originally published</source> 2805 <source>Originally published</source>
2768 <target state="translated">Ngày đăng</target> 2806 <target state="translated">Ngày đăng</target>
2769 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group> 2807
2770 </trans-unit> 2808 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2771 <trans-unit id="6402393085909200998" datatype="html"> 2809 <trans-unit id="6402393085909200998" datatype="html">
2772 <source>Friendly Reminder:</source> 2810 <source>Friendly Reminder:</source>
2773 <target state="translated">Nhắc Nhở:</target> 2811 <target state="translated">Nhắc Nhở:</target>
@@ -3115,11 +3153,6 @@ The link will expire within 1 hour.</source>
3115 <target>Mã</target> 3153 <target>Mã</target>
3116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3117 </trans-unit> 3155 </trans-unit>
3118 <trans-unit id="2265605798180116441" datatype="html">
3119 <source>Follower handle</source>
3120 <target state="translated">Người theo dõi handle</target>
3121 <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>
3122 </trans-unit>
3123 <trans-unit id="5911214550882917183"> 3156 <trans-unit id="5911214550882917183">
3124 <source>State</source> 3157 <source>State</source>
3125 <target>Trạng thái</target> 3158 <target>Trạng thái</target>
@@ -3185,11 +3218,6 @@ The link will expire within 1 hour.</source>
3185 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target> 3218 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ action }}"/> </target>
3186 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3219 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3187 </trans-unit> 3220 </trans-unit>
3188 <trans-unit id="6641024648411549335" datatype="html">
3189 <source>Host</source>
3190 <target state="translated">Host</target>
3191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3192 </trans-unit>
3193 <trans-unit id="6571718060636962350" datatype="html"> 3221 <trans-unit id="6571718060636962350" datatype="html">
3194 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3222 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3195 <target state="translated">Đã cho phép dư thừa <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3223 <target state="translated">Đã cho phép dư thừa <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3199,7 +3227,7 @@ The link will expire within 1 hour.</source>
3199 <source>Unfollow</source> 3227 <source>Unfollow</source>
3200 <target state="translated">Ngưng theo dõi</target> 3228 <target state="translated">Ngưng theo dõi</target>
3201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group>
3202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group>
3203 </trans-unit> 3231 </trans-unit>
3204 <trans-unit id="8246779176913476983" datatype="html"> 3232 <trans-unit id="8246779176913476983" datatype="html">
3205 <source>Open instance in a new tab</source> 3233 <source>Open instance in a new tab</source>
@@ -3211,28 +3239,18 @@ The link will expire within 1 hour.</source>
3211 <trans-unit id="9132918641931433659" datatype="html"> 3239 <trans-unit id="9132918641931433659" datatype="html">
3212 <source>No host found matching current filters.</source> 3240 <source>No host found matching current filters.</source>
3213 <target state="translated">Không tìm thấy host trùng khớp với bộ lọc.</target> 3241 <target state="translated">Không tìm thấy host trùng khớp với bộ lọc.</target>
3214 <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> 3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group>
3215 </trans-unit> 3243 </trans-unit>
3216 <trans-unit id="7274241885665071790" datatype="html"> 3244 <trans-unit id="7274241885665071790" datatype="html">
3217 <source>Your instance is not following anyone.</source> 3245 <source>Your instance is not following anyone.</source>
3218 <target state="translated">Máy chủ của bạn không theo dõi bất kỳ ai.</target> 3246 <target state="translated">Máy chủ của bạn không theo dõi bất kỳ ai.</target>
3219 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3247 <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>
3220 </trans-unit> 3248 </trans-unit>
3221 <trans-unit id="4774348799569692380" datatype="html"> 3249 <trans-unit id="4774348799569692380" datatype="html">
3222 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3250 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3223 <target state="translated">Đang hiện <x id="INTERPOLATION"/> tới <x id="INTERPOLATION_1"/> của <x id="INTERPOLATION_2"/> hosts</target> 3251 <target state="translated">Đang hiện <x id="INTERPOLATION"/> tới <x id="INTERPOLATION_1"/> của <x id="INTERPOLATION_2"/> hosts</target>
3224 <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> 3252 <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>
3225 </trans-unit> 3253 </trans-unit>
3226 <trans-unit id="6275803119759621687" datatype="html">
3227 <source>Follow domains</source>
3228 <target state="translated">Theo dõi tên miền</target>
3229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3230 </trans-unit>
3231 <trans-unit id="1268699198448750610" datatype="html">
3232 <source>Follow instances</source>
3233 <target state="translated">Theo dõi những máy chủ</target>
3234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3235 </trans-unit>
3236 <trans-unit id="9216117865911519658" datatype="html"> 3254 <trans-unit id="9216117865911519658" datatype="html">
3237 <source>Action</source> 3255 <source>Action</source>
3238 <target state="translated">Hành động</target> 3256 <target state="translated">Hành động</target>
@@ -3261,9 +3279,9 @@ The link will expire within 1 hour.</source>
3261 <trans-unit id="8286337167859377104"> 3279 <trans-unit id="8286337167859377104">
3262 <source>Create user</source> 3280 <source>Create user</source>
3263 <target>Tạo người dùng</target> 3281 <target>Tạo người dùng</target>
3264 3282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group>
3265 3283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group>
3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3284 </trans-unit>
3267 <trans-unit id="8363291180171434623" datatype="html"> 3285 <trans-unit id="8363291180171434623" datatype="html">
3268 <source>Table parameters</source> 3286 <source>Table parameters</source>
3269 <target state="translated">Thành phần bảng</target> 3287 <target state="translated">Thành phần bảng</target>
@@ -3282,10 +3300,11 @@ The link will expire within 1 hour.</source>
3282 <trans-unit id="5248717555542428023"> 3300 <trans-unit id="5248717555542428023">
3283 <source>Username</source> 3301 <source>Username</source>
3284 <target>Tên đăng nhập</target> 3302 <target>Tên đăng nhập</target>
3285 <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>
3286 <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>
3287 <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> 3303 <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>
3288 <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> 3304 <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>
3305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</context></context-group>
3306 <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>
3307 <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>
3289 </trans-unit> 3308 </trans-unit>
3290 <trans-unit id="5428411040014095392" datatype="html"> 3309 <trans-unit id="5428411040014095392" datatype="html">
3291 <source>e.g. jane_doe</source> 3310 <source>e.g. jane_doe</source>
@@ -3316,6 +3335,7 @@ The link will expire within 1 hour.</source>
3316 <target>Vai trò</target> 3335 <target>Vai trò</target>
3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group>
3319 </trans-unit> 3339 </trans-unit>
3320 <trans-unit id="7046347992315328430" datatype="html"> 3340 <trans-unit id="7046347992315328430" datatype="html">
3321 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3341 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
@@ -3333,14 +3353,9 @@ The link will expire within 1 hour.</source>
3333 <trans-unit id="2622255144026150901" datatype="html"> 3353 <trans-unit id="2622255144026150901" datatype="html">
3334 <source>Auth plugin</source> 3354 <source>Auth plugin</source>
3335 <target state="translated">Plugin cho phép</target> 3355 <target state="translated">Plugin cho phép</target>
3336 <context-group purpose="location"> 3356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3337 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3338 <context context-type="linenumber">188</context> 3358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group>
3339 </context-group>
3340 <context-group purpose="location">
3341 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3342 <context context-type="linenumber">188</context>
3343 </context-group>
3344 </trans-unit> 3359 </trans-unit>
3345 <trans-unit id="588099657508661970" datatype="html"> 3360 <trans-unit id="588099657508661970" datatype="html">
3346 <source>None (local authentication)</source> 3361 <source>None (local authentication)</source>
@@ -3362,7 +3377,7 @@ The link will expire within 1 hour.</source>
3362 </trans-unit> 3377 </trans-unit>
3363 <trans-unit id="6667250632809964191"> 3378 <trans-unit id="6667250632809964191">
3364 <source>Send a link to reset the password by email to the user</source> 3379 <source>Send a link to reset the password by email to the user</source>
3365 <target>Gửi đường dn đặt lại mật khẩu bằng thư điện tử cho người dùng</target> 3380 <target>Gửi liên kt đặt lại mật khẩu cho người dùng qua email</target>
3366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">226</context></context-group> 3381 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">226</context></context-group>
3367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">226</context></context-group> 3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">226</context></context-group>
3368 </trans-unit> 3383 </trans-unit>
@@ -3596,6 +3611,14 @@ The link will expire within 1 hour.</source>
3596 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3611 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3597 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3612 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3598 </trans-unit> 3613 </trans-unit>
3614 <trans-unit id="8390803680962035202" datatype="html">
3615 <source>Follower</source>
3616 <target state="translated">Người theo dõi</target>
3617 <context-group purpose="location">
3618 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3619 <context context-type="linenumber">24</context>
3620 </context-group>
3621 </trans-unit>
3599 <trans-unit id="4691552465058437520" datatype="html"> 3622 <trans-unit id="4691552465058437520" datatype="html">
3600 <source>Commented video</source> 3623 <source>Commented video</source>
3601 <target state="translated">Video đã bình luận</target> 3624 <target state="translated">Video đã bình luận</target>
@@ -3640,43 +3663,28 @@ The link will expire within 1 hour.</source>
3640 <trans-unit id="1807029821872995706" datatype="html"> 3663 <trans-unit id="1807029821872995706" datatype="html">
3641 <source>Unsolved reports</source> 3664 <source>Unsolved reports</source>
3642 <target state="translated">Báo cáo chưa xử lý</target> 3665 <target state="translated">Báo cáo chưa xử lý</target>
3643 <context-group purpose="location"> 3666
3644 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3667 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3645 <context context-type="linenumber">42</context>
3646 </context-group>
3647 </trans-unit>
3648 <trans-unit id="2570256912317308673" datatype="html"> 3668 <trans-unit id="2570256912317308673" datatype="html">
3649 <source>Accepted reports</source> 3669 <source>Accepted reports</source>
3650 <target state="translated">Báo cáo đã xử lý xong</target> 3670 <target state="translated">Báo cáo đã xử lý xong</target>
3651 <context-group purpose="location"> 3671
3652 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3653 <context context-type="linenumber">46</context>
3654 </context-group>
3655 </trans-unit>
3656 <trans-unit id="4335414817109654558" datatype="html"> 3673 <trans-unit id="4335414817109654558" datatype="html">
3657 <source>Refused reports</source> 3674 <source>Refused reports</source>
3658 <target state="translated">Những báo cáo đã từ chối</target> 3675 <target state="translated">Những báo cáo đã từ chối</target>
3659 <context-group purpose="location"> 3676
3660 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3677 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3661 <context context-type="linenumber">50</context>
3662 </context-group>
3663 </trans-unit>
3664 <trans-unit id="5604806676748121035" datatype="html"> 3678 <trans-unit id="5604806676748121035" datatype="html">
3665 <source>Reports with blocked videos</source> 3679 <source>Reports with blocked videos</source>
3666 <target state="translated">Những báo cáo với video đã chặn</target> 3680 <target state="translated">Những báo cáo với video đã chặn</target>
3667 <context-group purpose="location"> 3681
3668 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3682 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3669 <context context-type="linenumber">54</context>
3670 </context-group>
3671 </trans-unit>
3672 <trans-unit id="5105869928182826553" datatype="html"> 3683 <trans-unit id="5105869928182826553" datatype="html">
3673 <source>Reports with deleted videos</source> 3684 <source>Reports with deleted videos</source>
3674 <target state="translated">Những báo cáo với video đã xóa</target> 3685 <target state="translated">Những báo cáo với video đã xóa</target>
3675 <context-group purpose="location"> 3686
3676 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3677 <context context-type="linenumber">58</context>
3678 </context-group>
3679 </trans-unit>
3680 <trans-unit id="4678289986918934018" datatype="html"> 3688 <trans-unit id="4678289986918934018" datatype="html">
3681 <source>Block reason:</source> 3689 <source>Block reason:</source>
3682 <target state="translated">Lý do cấm:</target> 3690 <target state="translated">Lý do cấm:</target>
@@ -3695,19 +3703,13 @@ The link will expire within 1 hour.</source>
3695 <trans-unit id="7755288609601798418" datatype="html"> 3703 <trans-unit id="7755288609601798418" datatype="html">
3696 <source>Automatic blocks</source> 3704 <source>Automatic blocks</source>
3697 <target state="translated">Tự động chặn</target> 3705 <target state="translated">Tự động chặn</target>
3698 <context-group purpose="location"> 3706
3699 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3707 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3700 <context context-type="linenumber">31</context>
3701 </context-group>
3702 </trans-unit>
3703 <trans-unit id="6510868134640657079" datatype="html"> 3708 <trans-unit id="6510868134640657079" datatype="html">
3704 <source>Manual blocks</source> 3709 <source>Manual blocks</source>
3705 <target state="translated">Chặn thủ công</target> 3710 <target state="translated">Chặn thủ công</target>
3706 <context-group purpose="location"> 3711
3707 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3708 <context context-type="linenumber">35</context>
3709 </context-group>
3710 </trans-unit>
3711 <trans-unit id="2143435845912984377" datatype="html"> 3713 <trans-unit id="2143435845912984377" datatype="html">
3712 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3714 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3713 <target state="translated">Hiện <x id="INTERPOLATION"/> từ <x id="INTERPOLATION_1"/> của <x id="INTERPOLATION_2"/> những video đã khóa</target> 3715 <target state="translated">Hiện <x id="INTERPOLATION"/> từ <x id="INTERPOLATION_1"/> của <x id="INTERPOLATION_2"/> những video đã khóa</target>
@@ -3854,11 +3856,11 @@ The link will expire within 1 hour.</source>
3854 <trans-unit id="2381859602529023966" datatype="html"> 3856 <trans-unit id="2381859602529023966" datatype="html">
3855 <source>Instance</source> 3857 <source>Instance</source>
3856 <target state="translated">Máy chủ</target> 3858 <target state="translated">Máy chủ</target>
3857 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3859
3858 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 3860
3859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3861
3860 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3862
3861 </trans-unit> 3863 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3862 <trans-unit id="1300704815627663264" datatype="html"> 3864 <trans-unit id="1300704815627663264" datatype="html">
3863 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3865 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3864 <target state="translated">Ẩn <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3866 <target state="translated">Ẩn <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3896,7 +3898,7 @@ The link will expire within 1 hour.</source>
3896 <trans-unit id="4917252294930256268" datatype="html"> 3898 <trans-unit id="4917252294930256268" datatype="html">
3897 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3899 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3898 <target state="translated">Bạn đang ở trên một máy chủ không hỗ trợ HTTPS. Cần phải kích hoạt TLS trước khi theo dõi những máy khác.</target> 3900 <target state="translated">Bạn đang ở trên một máy chủ không hỗ trợ HTTPS. Cần phải kích hoạt TLS trước khi theo dõi những máy khác.</target>
3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 3901 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group>
3900 </trans-unit> 3902 </trans-unit>
3901 <trans-unit id="4058814854824495833" datatype="html"> 3903 <trans-unit id="4058814854824495833" datatype="html">
3902 <source>Mute domains</source> 3904 <source>Mute domains</source>
@@ -3964,14 +3966,14 @@ The link will expire within 1 hour.</source>
3964 <trans-unit id="4580988005648117665" datatype="html"> 3966 <trans-unit id="4580988005648117665" datatype="html">
3965 <source>Search</source> 3967 <source>Search</source>
3966 <target state="translated">Tìm kiếm</target> 3968 <target state="translated">Tìm kiếm</target>
3967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group> 3969
3968 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 3970
3969 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group> 3971
3970 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group> 3972
3971 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group> 3973
3972 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group> 3974
3973 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group> 3975
3974 </trans-unit> 3976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3975 <trans-unit id="8630916846096019339" datatype="html"> 3977 <trans-unit id="8630916846096019339" datatype="html">
3976 <source>Users can resolve distant content</source> 3978 <source>Users can resolve distant content</source>
3977 <target state="translated">Cho phép tìm kiếm nội dung từ máy chủ khác</target> 3979 <target state="translated">Cho phép tìm kiếm nội dung từ máy chủ khác</target>
@@ -4265,7 +4267,7 @@ The link will expire within 1 hour.</source>
4265 </trans-unit> 4267 </trans-unit>
4266 <trans-unit id="34094919610906740" datatype="html"> 4268 <trans-unit id="34094919610906740" datatype="html">
4267 <source>Help share videos being played</source> 4269 <source>Help share videos being played</source>
4268 <target state="translated">Giúp chia sẻ video được phát</target> 4270 <target state="translated">Giúp chia sẻ phát video</target>
4269 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4271 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-settings/user-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4270 </trans-unit> 4272 </trans-unit>
4271 <trans-unit id="6236140336967052987" datatype="html"> 4273 <trans-unit id="6236140336967052987" datatype="html">
@@ -5832,10 +5834,7 @@ color: red;
5832 <trans-unit id="5512878593724620692" datatype="html"> 5834 <trans-unit id="5512878593724620692" datatype="html">
5833 <source>CHANNELS</source> 5835 <source>CHANNELS</source>
5834 <target state="translated">KÊNH</target> 5836 <target state="translated">KÊNH</target>
5835 <context-group purpose="location"> 5837 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group>
5836 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
5837 <context context-type="linenumber">82</context>
5838 </context-group>
5839 </trans-unit> 5838 </trans-unit>
5840 <trans-unit id="3666829335406793239" datatype="html"> 5839 <trans-unit id="3666829335406793239" datatype="html">
5841 <source>This account does not have channels.</source> 5840 <source>This account does not have channels.</source>
@@ -5844,7 +5843,7 @@ color: red;
5844 </trans-unit> 5843 </trans-unit>
5845 <trans-unit id="403587185492002456" datatype="html"> 5844 <trans-unit id="403587185492002456" datatype="html">
5846 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</source> 5845 <source>{VAR_PLURAL, plural, =1 {1 subscriber} other {<x id="INTERPOLATION"/> subscribers}}</source>
5847 <target state="translated">{VAR_PLURAL, plural, =1 {1 người đăng ký} other {<x id="INTERPOLATION"/> người đăng ký}}</target> 5846 <target state="translated">{VAR_PLURAL, plural, =1 {1 lượt đăng ký} other {<x id="INTERPOLATION"/> lượt đăng ký}}</target>
5848 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">23</context></context-group> 5847 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">23</context></context-group>
5849 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context><context context-type="linenumber">28</context></context-group> 5848 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.html</context><context context-type="linenumber">28</context></context-group>
5850 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">73</context></context-group> 5849 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">73</context></context-group>
@@ -5876,6 +5875,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5876 <target state="translated">Bạn có chắc chắn muốn xóa <x id="PH" equiv-text="videoChannel.displayName"/>? Điều này sẽ xóa hết <x id="PH_1" equiv-text="videoChannel.videosCount"/> video đã đăng trên kênh này, và bạn sẽ không thể tạo kênh khác có cùng tên (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target> 5875 <target state="translated">Bạn có chắc chắn muốn xóa <x id="PH" equiv-text="videoChannel.displayName"/>? Điều này sẽ xóa hết <x id="PH_1" equiv-text="videoChannel.videosCount"/> video đã đăng trên kênh này, và bạn sẽ không thể tạo kênh khác có cùng tên (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target>
5877 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 5876 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
5878 </trans-unit> 5877 </trans-unit>
5878 <trans-unit id="4433306639366959484" datatype="html">
5879 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source>
5880 <target state="translated">Nhập tên kênh video (<x id="PH" equiv-text="videoChannel.name"/>) để xác nhận</target>
5881 <context-group purpose="location">
5882 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5883 <context context-type="linenumber">48</context>
5884 </context-group>
5885 </trans-unit>
5879 <trans-unit id="5387007581996837469" datatype="html"> 5886 <trans-unit id="5387007581996837469" datatype="html">
5880 <source>My Channels</source> 5887 <source>My Channels</source>
5881 <target state="translated">Những kênh của tôi</target> 5888 <target state="translated">Những kênh của tôi</target>
@@ -5989,7 +5996,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5989 </trans-unit> 5996 </trans-unit>
5990 <trans-unit id="1970848297295860531" datatype="html"> 5997 <trans-unit id="1970848297295860531" datatype="html">
5991 <source>ADMINISTRATORS &amp; SUSTAINABILITY</source> 5998 <source>ADMINISTRATORS &amp; SUSTAINABILITY</source>
5992 <target state="translated">NHNG NGƯỜI QUẢN TRỊ &amp; VẬN HÀNH</target> 5999 <target state="translated">ĐI NGŨ QUẢN TRỊ &amp; VẬN HÀNH</target>
5993 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">32</context></context-group> 6000 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">32</context></context-group>
5994 </trans-unit> 6001 </trans-unit>
5995 <trans-unit id="6741838149332998818" datatype="html"> 6002 <trans-unit id="6741838149332998818" datatype="html">
@@ -6323,7 +6330,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6323 </trans-unit> 6330 </trans-unit>
6324 <trans-unit id="2254156021453506528" datatype="html"> 6331 <trans-unit id="2254156021453506528" datatype="html">
6325 <source>Other users can decide to subscribe any channel they want, to be notified when you publish a new video.</source> 6332 <source>Other users can decide to subscribe any channel they want, to be notified when you publish a new video.</source>
6326 <target state="translated">Những người dùng khác có thể quyết định đăng ký bất kỳ kênh nào họ muốn, hoặc thông báo khi bạn đăng video mới.</target> 6333 <target state="translated">Những người dùng khác có thể quyết định đăng ký bất kỳ kênh nào họ muốn, hoặc nhận thông báo khi bạn đăng video mới.</target>
6327 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context><context context-type="linenumber">10</context></context-group> 6334 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context><context context-type="linenumber">10</context></context-group>
6328 </trans-unit> 6335 </trans-unit>
6329 <trans-unit id="8583412279916132438" datatype="html"> 6336 <trans-unit id="8583412279916132438" datatype="html">
@@ -6388,12 +6395,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6388 <trans-unit id="6979021199788941693" datatype="html"> 6395 <trans-unit id="6979021199788941693" datatype="html">
6389 <source>Your message has been sent.</source> 6396 <source>Your message has been sent.</source>
6390 <target state="translated">Tin nhắn của bạn đã được gửi đi.</target> 6397 <target state="translated">Tin nhắn của bạn đã được gửi đi.</target>
6391 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group> 6398 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group>
6392 </trans-unit> 6399 </trans-unit>
6393 <trans-unit id="2072135752262464360" datatype="html"> 6400 <trans-unit id="2072135752262464360" datatype="html">
6394 <source>You already sent this form recently</source> 6401 <source>You already sent this form recently</source>
6395 <target state="translated">Bạn đã gửi rồi gần đây</target> 6402 <target state="translated">Bạn đã gửi rồi gần đây</target>
6396 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group> 6403 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group>
6397 </trans-unit> 6404 </trans-unit>
6398 <trans-unit id="819067926858619041" datatype="html"> 6405 <trans-unit id="819067926858619041" datatype="html">
6399 <source>Account videos</source> 6406 <source>Account videos</source>
@@ -6437,12 +6444,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6437 <trans-unit id="4856575356061361269" datatype="html"> 6444 <trans-unit id="4856575356061361269" datatype="html">
6438 <source><x id="PH"/> direct account followers </source> 6445 <source><x id="PH"/> direct account followers </source>
6439 <target state="translated"><x id="PH"/> người theo dõi tài khoản trực tiếp </target> 6446 <target state="translated"><x id="PH"/> người theo dõi tài khoản trực tiếp </target>
6440 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6447 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group>
6441 </trans-unit> 6448 </trans-unit>
6442 <trans-unit id="6250999352462648289" datatype="html"> 6449 <trans-unit id="6250999352462648289" datatype="html">
6443 <source>Report this account</source> 6450 <source>Report this account</source>
6444 <target state="translated">Báo cáo tài khoản này</target> 6451 <target state="translated">Báo cáo tài khoản này</target>
6445 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6452 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group>
6446 </trans-unit> 6453 </trans-unit>
6447 <trans-unit id="1504521795586863905" datatype="html"> 6454 <trans-unit id="1504521795586863905" datatype="html">
6448 <source>VIDEOS</source> 6455 <source>VIDEOS</source>
@@ -6453,30 +6460,18 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6453 <trans-unit id="25349740244798533" datatype="html"> 6460 <trans-unit id="25349740244798533" datatype="html">
6454 <source>Username copied</source> 6461 <source>Username copied</source>
6455 <target state="translated">Đã chép tên tài khoản</target> 6462 <target state="translated">Đã chép tên tài khoản</target>
6456 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6463 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group>
6457 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6464 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group>
6458 </trans-unit> 6465 </trans-unit>
6459 <trans-unit id="9221735175659318025" datatype="html"> 6466 <trans-unit id="9221735175659318025" datatype="html">
6460 <source>1 subscriber</source> 6467 <source>1 subscriber</source>
6461 <target state="translated">1 ngưi đăng ký</target> 6468 <target state="translated">1 lưt đăng ký</target>
6462 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6469 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group>
6463 </trans-unit> 6470 </trans-unit>
6464 <trans-unit id="4097331874769079975" datatype="html"> 6471 <trans-unit id="4097331874769079975" datatype="html">
6465 <source><x id="PH"/> subscribers</source> 6472 <source><x id="PH"/> subscribers</source>
6466 <target state="translated"><x id="PH"/> người đăng ký</target> 6473 <target state="translated"><x id="PH"/> lượt đăng ký</target>
6467 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6474 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group>
6468 </trans-unit>
6469 <trans-unit id="4682675125751819107" datatype="html">
6470 <source>Instances you follow</source>
6471 <target state="translated">Những máy chủ bạn theo dõi</target>
6472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6474 </trans-unit>
6475 <trans-unit id="8899833753704589712" datatype="html">
6476 <source>Instances following you</source>
6477 <target state="translated">Những máy chủ đang theo dõi bạn</target>
6478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6480 </trans-unit> 6475 </trans-unit>
6481 <trans-unit id="1035838766454786107" datatype="html"> 6476 <trans-unit id="1035838766454786107" datatype="html">
6482 <source>Audio-only</source> 6477 <source>Audio-only</source>
@@ -6528,6 +6523,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6528 <target state="translated">Tự động (ffmpeg)</target> 6523 <target state="translated">Tự động (ffmpeg)</target>
6529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6530 </trans-unit> 6525 </trans-unit>
6526 <trans-unit id="3642770981085338761" datatype="html">
6527 <source>Followers of your instance</source>
6528 <target state="translated">Những người theo dõi máy chủ của bạn</target>
6529 <context-group purpose="location">
6530 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6531 <context context-type="linenumber">3</context>
6532 </context-group>
6533 </trans-unit>
6531 <trans-unit id="931255636742351800" datatype="html"> 6534 <trans-unit id="931255636742351800" datatype="html">
6532 <source>No limit</source> 6535 <source>No limit</source>
6533 <target state="translated">Không giới hạn</target> 6536 <target state="translated">Không giới hạn</target>
@@ -6603,7 +6606,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6603 </trans-unit> 6606 </trans-unit>
6604 <trans-unit id="1305357231288135414" datatype="html"> 6607 <trans-unit id="1305357231288135414" datatype="html">
6605 <source>Homepage</source> 6608 <source>Homepage</source>
6606 <target state="translated">Trang ch</target> 6609 <target state="translated">Trang chính</target>
6607 <context-group purpose="location"> 6610 <context-group purpose="location">
6608 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 6611 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
6609 <context context-type="linenumber">7</context> 6612 <context context-type="linenumber">7</context>
@@ -6675,17 +6678,40 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6675 <trans-unit id="2127446333083057097" datatype="html"> 6678 <trans-unit id="2127446333083057097" datatype="html">
6676 <source>Domain is required.</source> 6679 <source>Domain is required.</source>
6677 <target state="translated">Yêu cầu tên miền.</target> 6680 <target state="translated">Yêu cầu tên miền.</target>
6678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6681 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group>
6682 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group>
6679 </trans-unit> 6683 </trans-unit>
6680 <trans-unit id="6780793142903080663" datatype="html"> 6684 <trans-unit id="7951488350851416577" datatype="html">
6681 <source>Domains entered are invalid.</source> 6685 <source>Hosts entered are invalid.</source>
6682 <target state="translated">Tên miền đã nhập không đúng.</target> 6686 <target state="translated">Những host đã nhập không còn sử dụng được.</target>
6683 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6687 <context-group purpose="location">
6688 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6689 <context context-type="linenumber">93</context>
6690 </context-group>
6684 </trans-unit> 6691 </trans-unit>
6685 <trans-unit id="5886492514458202177" datatype="html"> 6692 <trans-unit id="1469559036084108672" datatype="html">
6686 <source>Domains entered contain duplicates.</source> 6693 <source>Hosts entered contain duplicates.</source>
6687 <target state="translated">Những tên miền đã nhập bị trùng lặp.</target> 6694 <target state="translated">Những host đã nhập bị trùng lặp.</target>
6688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6695 <context-group purpose="location">
6696 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6697 <context context-type="linenumber">94</context>
6698 </context-group>
6699 </trans-unit>
6700 <trans-unit id="5991533283446904296" datatype="html">
6701 <source>Hosts or handles are invalid.</source>
6702 <target state="translated">Host hoặc địa chỉ bị sai.</target>
6703 <context-group purpose="location">
6704 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6705 <context context-type="linenumber">102</context>
6706 </context-group>
6707 </trans-unit>
6708 <trans-unit id="6759198394434886237" datatype="html">
6709 <source>Hosts or handles contain duplicates.</source>
6710 <target state="translated">Host hoặc địa chỉ bị trùng lặp.</target>
6711 <context-group purpose="location">
6712 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6713 <context context-type="linenumber">103</context>
6714 </context-group>
6689 </trans-unit> 6715 </trans-unit>
6690 <trans-unit id="240806681889331244" datatype="html"> 6716 <trans-unit id="240806681889331244" datatype="html">
6691 <source>Unlimited</source> 6717 <source>Unlimited</source>
@@ -6841,20 +6867,53 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6841 <target state="translated"><x id="PH"/> đã bị xóa khỏi người theo dõi máy chủ </target> 6867 <target state="translated"><x id="PH"/> đã bị xóa khỏi người theo dõi máy chủ </target>
6842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6868 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6843 </trans-unit> 6869 </trans-unit>
6870 <trans-unit id="6018246591673612412" datatype="html">
6871 <source>Follow</source>
6872 <target state="translated">Theo dõi</target>
6873 <context-group purpose="location">
6874 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6875 <context context-type="linenumber">3</context>
6876 </context-group>
6877 <context-group purpose="location">
6878 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6879 <context context-type="linenumber">37</context>
6880 </context-group>
6881 <context-group purpose="location">
6882 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6883 <context context-type="linenumber">18</context>
6884 </context-group>
6885 </trans-unit>
6886 <trans-unit id="3596798855644241001" datatype="html">
6887 <source>1 host (without "http://"), account handle or channel handle per line</source>
6888 <target state="translated">1 host (không có "http://"), địa chỉ tài khoản hoặc địa chỉ kênh mỗi dòng</target>
6889 <context-group purpose="location">
6890 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6891 <context context-type="linenumber">11</context>
6892 </context-group>
6893 </trans-unit>
6844 <trans-unit id="2740793005745065895" datatype="html"> 6894 <trans-unit id="2740793005745065895" datatype="html">
6845 <source><x id="PH"/> is not valid </source> 6895 <source><x id="PH"/> is not valid </source>
6846 <target state="translated"><x id="PH"/> vô giá trị </target> 6896 <target state="translated"><x id="PH"/> vô giá trị </target>
6847 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6897 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group>
6898 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group>
6848 </trans-unit> 6899 </trans-unit>
6849 <trans-unit id="2355066641781598196" datatype="html"> 6900 <trans-unit id="2355066641781598196" datatype="html">
6850 <source>Follow request(s) sent!</source> 6901 <source>Follow request(s) sent!</source>
6851 <target state="translated">Đã gửi yêu cầu theo dõi!</target> 6902 <target state="translated">Đã gửi yêu cầu theo dõi!</target>
6852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group>
6904 </trans-unit>
6905 <trans-unit id="3459358413436264734" datatype="html">
6906 <source>Your instance subscriptions</source>
6907 <target state="translated">Những lượt đăng ký máy chủ của bạn</target>
6908 <context-group purpose="location">
6909 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6910 <context context-type="linenumber">3</context>
6911 </context-group>
6853 </trans-unit> 6912 </trans-unit>
6854 <trans-unit id="4245720728052819482" datatype="html"> 6913 <trans-unit id="4245720728052819482" datatype="html">
6855 <source>Do you really want to unfollow <x id="PH"/>?</source> 6914 <source>Do you really want to unfollow <x id="PH"/>?</source>
6856 <target state="translated">Bạn có chắc muốn ngưng theo dõi <x id="PH"/>?</target> 6915 <target state="translated">Bạn có chắc muốn ngưng theo dõi <x id="PH"/>?</target>
6857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group>
6858 </trans-unit> 6917 </trans-unit>
6859 <trans-unit id="9160510009013134726" datatype="html"> 6918 <trans-unit id="9160510009013134726" datatype="html">
6860 <source>Unfollow</source> 6919 <source>Unfollow</source>
@@ -6864,7 +6923,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6864 <trans-unit id="3935234189109112926" datatype="html"> 6923 <trans-unit id="3935234189109112926" datatype="html">
6865 <source>You are not following <x id="PH"/> anymore.</source> 6924 <source>You are not following <x id="PH"/> anymore.</source>
6866 <target state="translated">Bạn không còn theo dõi <x id="PH"/> nữa.</target> 6925 <target state="translated">Bạn không còn theo dõi <x id="PH"/> nữa.</target>
6867 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group>
6868 </trans-unit> 6927 </trans-unit>
6869 <trans-unit id="2593763089859685916" datatype="html"> 6928 <trans-unit id="2593763089859685916" datatype="html">
6870 <source>enabled</source> 6929 <source>enabled</source>
@@ -6972,121 +7031,121 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6972 <trans-unit id="6473213678768782133" datatype="html"> 7031 <trans-unit id="6473213678768782133" datatype="html">
6973 <source>Internal actions</source> 7032 <source>Internal actions</source>
6974 <target state="translated">Hành động quốc tế</target> 7033 <target state="translated">Hành động quốc tế</target>
6975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7034
6976 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7035
6977 </trans-unit> 7036 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
6978 <trans-unit id="4559872264406386913" datatype="html"> 7037 <trans-unit id="4559872264406386913" datatype="html">
6979 <source>Delete report</source> 7038 <source>Delete report</source>
6980 <target state="translated">Xóa báo cáo</target> 7039 <target state="translated">Xóa báo cáo</target>
6981 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7040
6982 </trans-unit> 7041 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
6983 <trans-unit id="5793550984155962433" datatype="html"> 7042 <trans-unit id="5793550984155962433" datatype="html">
6984 <source>Actions for the flagged account</source> 7043 <source>Actions for the flagged account</source>
6985 <target state="translated">Áp đặt kiểm duyệt với tài khoản bị gắn cờ</target> 7044 <target state="translated">Áp đặt kiểm duyệt với tài khoản bị gắn cờ</target>
6986 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7045
6987 </trans-unit> 7046 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
6988 <trans-unit id="1679841953757186358" datatype="html"> 7047 <trans-unit id="1679841953757186358" datatype="html">
6989 <source>Mark as accepted</source> 7048 <source>Mark as accepted</source>
6990 <target state="translated">Đánh dấu là chấp nhận</target> 7049 <target state="translated">Đánh dấu là chấp nhận</target>
6991 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7050
6992 </trans-unit> 7051 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
6993 <trans-unit id="7993358694073742566" datatype="html"> 7052 <trans-unit id="7993358694073742566" datatype="html">
6994 <source>Mark as rejected</source> 7053 <source>Mark as rejected</source>
6995 <target state="translated">Đánh dấu là từ chối</target> 7054 <target state="translated">Đánh dấu là từ chối</target>
6996 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7055
6997 </trans-unit> 7056 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
6998 <trans-unit id="4175703770051343108" datatype="html"> 7057 <trans-unit id="4175703770051343108" datatype="html">
6999 <source>Add internal note</source> 7058 <source>Add internal note</source>
7000 <target state="translated">Thêm ghi chú quốc tế</target> 7059 <target state="translated">Thêm ghi chú quốc tế</target>
7001 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7060
7002 </trans-unit> 7061 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7003 <trans-unit id="296166371893775555" datatype="html"> 7062 <trans-unit id="296166371893775555" datatype="html">
7004 <source>Actions for the video</source> 7063 <source>Actions for the video</source>
7005 <target state="translated">Áp chế video</target> 7064 <target state="translated">Áp chế video</target>
7006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7065
7007 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7066
7008 </trans-unit> 7067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7009 <trans-unit id="3924877328520650445" datatype="html"> 7068 <trans-unit id="3924877328520650445" datatype="html">
7010 <source>Block video</source> 7069 <source>Block video</source>
7011 <target state="translated">Chặn video</target> 7070 <target state="translated">Chặn video</target>
7012 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7071
7013 </trans-unit> 7072 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7014 <trans-unit id="4762794934098378428" datatype="html"> 7073 <trans-unit id="4762794934098378428" datatype="html">
7015 <source>Video blocked.</source> 7074 <source>Video blocked.</source>
7016 <target state="translated">Video đã bị chặn.</target> 7075 <target state="translated">Video đã bị chặn.</target>
7017 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7076
7018 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7077
7019 </trans-unit> 7078 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7020 <trans-unit id="4328862996304258770" datatype="html"> 7079 <trans-unit id="4328862996304258770" datatype="html">
7021 <source>Unblock video</source> 7080 <source>Unblock video</source>
7022 <target state="translated">Mở khóa video</target> 7081 <target state="translated">Mở khóa video</target>
7023 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7082
7024 </trans-unit> 7083 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7025 <trans-unit id="9065327551191479877" datatype="html"> 7084 <trans-unit id="9065327551191479877" datatype="html">
7026 <source>Video unblocked.</source> 7085 <source>Video unblocked.</source>
7027 <target state="translated">Đã mở khóa video.</target> 7086 <target state="translated">Đã mở khóa video.</target>
7028 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7087
7029 </trans-unit> 7088 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7030 <trans-unit id="1250415136605923486" datatype="html"> 7089 <trans-unit id="1250415136605923486" datatype="html">
7031 <source>Do you really want to delete this abuse report?</source> 7090 <source>Do you really want to delete this abuse report?</source>
7032 <target state="translated">Bạn có chắc muốn xóa báo cáo này?</target> 7091 <target state="translated">Bạn có chắc muốn xóa báo cáo này?</target>
7033 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7092
7034 </trans-unit> 7093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7035 <trans-unit id="3482559157143817408" datatype="html"> 7094 <trans-unit id="3482559157143817408" datatype="html">
7036 <source>Abuse deleted.</source> 7095 <source>Abuse deleted.</source>
7037 <target state="translated">Đã xóa báo cáo.</target> 7096 <target state="translated">Đã xóa báo cáo.</target>
7038 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7097
7039 </trans-unit> 7098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7040 <trans-unit id="6282990098351939529" datatype="html"> 7099 <trans-unit id="6282990098351939529" datatype="html">
7041 <source>Deleted comment</source> 7100 <source>Deleted comment</source>
7042 <target state="translated">Đã xóa bình luận</target> 7101 <target state="translated">Đã xóa bình luận</target>
7043 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7102
7044 </trans-unit> 7103 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7045 <trans-unit id="9196775343330824083" datatype="html"> 7104 <trans-unit id="9196775343330824083" datatype="html">
7046 <source>Messages with reporter</source> 7105 <source>Messages with reporter</source>
7047 <target state="translated">Nhắn tin với người báo cáo</target> 7106 <target state="translated">Nhắn tin với người báo cáo</target>
7048 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7107
7049 </trans-unit> 7108 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7050 <trans-unit id="8770468575924421391" datatype="html"> 7109 <trans-unit id="8770468575924421391" datatype="html">
7051 <source>Messages with moderators</source> 7110 <source>Messages with moderators</source>
7052 <target state="translated">Nhắn tin với kiểm duyệt viên</target> 7111 <target state="translated">Nhắn tin với kiểm duyệt viên</target>
7053 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7112
7054 </trans-unit> 7113 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7055 <trans-unit id="8528549800795985099" datatype="html"> 7114 <trans-unit id="8528549800795985099" datatype="html">
7056 <source>Update internal note</source> 7115 <source>Update internal note</source>
7057 <target state="translated">Cập nhật ghi chú quốc tế</target> 7116 <target state="translated">Cập nhật ghi chú quốc tế</target>
7058 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7117
7059 </trans-unit> 7118 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7060 <trans-unit id="3962242315365992494" datatype="html"> 7119 <trans-unit id="3962242315365992494" datatype="html">
7061 <source>Switch video block to manual</source> 7120 <source>Switch video block to manual</source>
7062 <target state="translated">Chuyển video khóa thành bình thường</target> 7121 <target state="translated">Chuyển video khóa thành bình thường</target>
7063 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7122
7064 </trans-unit> 7123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7065 <trans-unit id="6906423861055262169" datatype="html"> 7124 <trans-unit id="6906423861055262169" datatype="html">
7066 <source>Video <x id="PH"/> switched to manual block.</source> 7125 <source>Video <x id="PH"/> switched to manual block.</source>
7067 <target state="translated">Video <x id="PH"/> đã chuyển thành bình thường.</target> 7126 <target state="translated">Video <x id="PH"/> đã chuyển thành bình thường.</target>
7068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7127
7069 </trans-unit> 7128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7070 <trans-unit id="7293356040886494773" datatype="html"> 7129 <trans-unit id="7293356040886494773" datatype="html">
7071 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7130 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7072 <target state="translated">Bạn có chắc muốn mở khóa video này? Nó sẽ xuất hiện lại trong danh sách video máy chủ.</target> 7131 <target state="translated">Bạn có chắc muốn mở khóa video này? Nó sẽ xuất hiện lại trong danh sách video máy chủ.</target>
7073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group> 7132
7074 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group> 7133
7075 </trans-unit> 7134 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7076 <trans-unit id="4859202148272511129" datatype="html"> 7135 <trans-unit id="4859202148272511129" datatype="html">
7077 <source>Unblock</source> 7136 <source>Unblock</source>
7078 <target state="translated">Mở khóa</target> 7137 <target state="translated">Mở khóa</target>
7079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group> 7138
7080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group> 7139
7081 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group> 7140
7082 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group> 7141
7083 </trans-unit> 7142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7084 <trans-unit id="4922469417589203720" datatype="html"> 7143 <trans-unit id="4922469417589203720" datatype="html">
7085 <source>Video <x id="PH"/> unblocked.</source> 7144 <source>Video <x id="PH"/> unblocked.</source>
7086 <target state="translated">Đã mở khóa video <x id="PH"/>.</target> 7145 <target state="translated">Đã mở khóa video <x id="PH"/>.</target>
7087 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group> 7146
7088 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group> 7147
7089 </trans-unit> 7148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7090 <trans-unit id="6286037250766429054" datatype="html"> 7149 <trans-unit id="6286037250766429054" datatype="html">
7091 <source>yes</source> 7150 <source>yes</source>
7092 <target state="translated">đồng ý</target> 7151 <target state="translated">đồng ý</target>
@@ -7329,7 +7388,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7329 <trans-unit id="1519954996184640001" datatype="html"> 7388 <trans-unit id="1519954996184640001" datatype="html">
7330 <source>Error</source> 7389 <source>Error</source>
7331 <target state="translated">Lỗi</target> 7390 <target state="translated">Lỗi</target>
7332 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7391 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group>
7333 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7392 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group>
7334 </trans-unit> 7393 </trans-unit>
7335 <trans-unit id="5076187961693950167" datatype="html"> 7394 <trans-unit id="5076187961693950167" datatype="html">
@@ -7345,8 +7404,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7345 <trans-unit id="1886888801485703107" datatype="html"> 7404 <trans-unit id="1886888801485703107" datatype="html">
7346 <source>User <x id="PH"/> created.</source> 7405 <source>User <x id="PH"/> created.</source>
7347 <target state="translated">Người dùng <x id="PH"/> đã tạo.</target> 7406 <target state="translated">Người dùng <x id="PH"/> đã tạo.</target>
7348 7407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group>
7349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 7408 </trans-unit>
7350 <trans-unit id="8286337167859377104" datatype="html"> 7409 <trans-unit id="8286337167859377104" datatype="html">
7351 <source>Create user</source> 7410 <source>Create user</source>
7352 <target state="translated">Tạo người dùng</target> 7411 <target state="translated">Tạo người dùng</target>
@@ -7372,16 +7431,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7372 <target state="translated">Đổi mật khẩu người dùng</target> 7431 <target state="translated">Đổi mật khẩu người dùng</target>
7373 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7374 </trans-unit> 7433 </trans-unit>
7375 <trans-unit id="177544274549739411" datatype="html">
7376 <source>Following list</source>
7377 <target state="translated">Danh sách đang theo dõi</target>
7378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7379 </trans-unit>
7380 <trans-unit id="8092429110007204784" datatype="html">
7381 <source>Followers list</source>
7382 <target state="translated">Danh sách người theo dõi</target>
7383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7384 </trans-unit>
7385 <trans-unit id="780323526182667308" datatype="html"> 7434 <trans-unit id="780323526182667308" datatype="html">
7386 <source>User <x id="PH"/> updated.</source> 7435 <source>User <x id="PH"/> updated.</source>
7387 <target state="translated">Người dùng <x id="PH"/> đã cập nhật.</target> 7436 <target state="translated">Người dùng <x id="PH"/> đã cập nhật.</target>
@@ -7417,16 +7466,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7417 <target state="translated">Liên hợp</target> 7466 <target state="translated">Liên hợp</target>
7418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7419 </trans-unit> 7468 </trans-unit>
7420 <trans-unit id="4682675125751819107" datatype="html">
7421 <source>Instances you follow</source>
7422 <target state="translated">Những máy chủ bạn theo dõi</target>
7423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7424 </trans-unit>
7425 <trans-unit id="8899833753704589712" datatype="html">
7426 <source>Instances following you</source>
7427 <target state="translated">Những máy chủ theo dõi bạn</target>
7428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7429 </trans-unit>
7430 <trans-unit id="3767259920053407667" datatype="html"> 7469 <trans-unit id="3767259920053407667" datatype="html">
7431 <source>Videos will be deleted, comments will be tombstoned.</source> 7470 <source>Videos will be deleted, comments will be tombstoned.</source>
7432 <target state="translated">Video sẽ bị xóa, còn bình luận bị hóa đá.</target> 7471 <target state="translated">Video sẽ bị xóa, còn bình luận bị hóa đá.</target>
@@ -7458,6 +7497,30 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group> 7497 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7459 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group> 7498 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7460 </trans-unit> 7499 </trans-unit>
7500 <trans-unit id="4207916966377787111" datatype="html">
7501 <source>Created</source>
7502 <target state="translated">Đã tạo</target>
7503 <context-group purpose="location">
7504 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7505 <context context-type="linenumber">115</context>
7506 </context-group>
7507 </trans-unit>
7508 <trans-unit id="8140268298586972139" datatype="html">
7509 <source>Daily quota</source>
7510 <target state="translated">Giới hạn mỗi ngày</target>
7511 <context-group purpose="location">
7512 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7513 <context context-type="linenumber">120</context>
7514 </context-group>
7515 </trans-unit>
7516 <trans-unit id="7910076708497708162" datatype="html">
7517 <source>Last login</source>
7518 <target state="translated">Đăng nhập lần cuối</target>
7519 <context-group purpose="location">
7520 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7521 <context context-type="linenumber">122</context>
7522 </context-group>
7523 </trans-unit>
7461 <trans-unit id="3403978719736970622"> 7524 <trans-unit id="3403978719736970622">
7462 <source>You cannot ban root.</source> 7525 <source>You cannot ban root.</source>
7463 <target>Không thể chặn root.</target> 7526 <target>Không thể chặn root.</target>
@@ -7759,12 +7822,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7759 <trans-unit id="1137937154872046253" datatype="html"> 7822 <trans-unit id="1137937154872046253" datatype="html">
7760 <source>Video channel <x id="PH"/> created.</source> 7823 <source>Video channel <x id="PH"/> created.</source>
7761 <target state="translated">Kênh video <x id="PH"/> đã tạo.</target> 7824 <target state="translated">Kênh video <x id="PH"/> đã tạo.</target>
7762 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 7825 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group>
7763 </trans-unit> 7826 </trans-unit>
7764 <trans-unit id="8723777130353305761" datatype="html"> 7827 <trans-unit id="8723777130353305761" datatype="html">
7765 <source>This name already exists on this instance.</source> 7828 <source>This name already exists on this instance.</source>
7766 <target state="translated">Tên này đã có người đăng ký.</target> 7829 <target state="translated">Tên này đã có người đăng ký.</target>
7767 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 7830 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group>
7768 </trans-unit> 7831 </trans-unit>
7769 <trans-unit id="7589345916094713536" datatype="html"> 7832 <trans-unit id="7589345916094713536" datatype="html">
7770 <source>Video channel <x id="PH"/> updated.</source> 7833 <source>Video channel <x id="PH"/> updated.</source>
@@ -7786,11 +7849,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7786 <target state="translated">Đã xóa ảnh bìa.</target> 7849 <target state="translated">Đã xóa ảnh bìa.</target>
7787 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group> 7850 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
7788 </trans-unit> 7851 </trans-unit>
7789 <trans-unit id="2575302837003821736" datatype="html">
7790 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7791 <target state="translated">Hãy nhập tên hiển thị của kênh video ( <x id="PH"/>) để xác nhận</target>
7792 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
7793 </trans-unit>
7794 <trans-unit id="624066830180032195" datatype="html"> 7852 <trans-unit id="624066830180032195" datatype="html">
7795 <source>Video channel <x id="PH"/> deleted.</source> 7853 <source>Video channel <x id="PH"/> deleted.</source>
7796 <target state="translated">Kênh video <x id="PH"/> đã xóa.</target> 7854 <target state="translated">Kênh video <x id="PH"/> đã xóa.</target>
@@ -7939,6 +7997,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7939 <target state="translated">Đã gửi yêu cầu thay đổi chủ sở hữu.</target> 7997 <target state="translated">Đã gửi yêu cầu thay đổi chủ sở hữu.</target>
7940 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 7998 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
7941 </trans-unit> 7999 </trans-unit>
8000 <trans-unit id="7699622144571229146" datatype="html">
8001 <source>Sort by</source>
8002 <target state="translated">Xếp theo</target>
8003 <context-group purpose="location">
8004 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8005 <context context-type="linenumber">26</context>
8006 </context-group>
8007 </trans-unit>
7942 <trans-unit id="3245220240937722814" datatype="html"> 8008 <trans-unit id="3245220240937722814" datatype="html">
7943 <source>My channels</source> 8009 <source>My channels</source>
7944 <target state="translated">Kênh của tôi</target> 8010 <target state="translated">Kênh của tôi</target>
@@ -7998,13 +8064,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7998 <trans-unit id="6489275254908395777" datatype="html"> 8064 <trans-unit id="6489275254908395777" datatype="html">
7999 <source>Maximize editor</source> 8065 <source>Maximize editor</source>
8000 <target state="translated">Phóng to trình chỉnh sửa</target> 8066 <target state="translated">Phóng to trình chỉnh sửa</target>
8001 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8067
8002 </trans-unit> 8068 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8003 <trans-unit id="4243591013849340688" datatype="html"> 8069 <trans-unit id="4243591013849340688" datatype="html">
8004 <source>Exit maximized editor</source> 8070 <source>Exit maximized editor</source>
8005 <target state="translated">Thoát khỏi toàn màn hình</target> 8071 <target state="translated">Thoát khỏi toàn màn hình</target>
8006 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8072
8007 </trans-unit> 8073 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8008 <trans-unit id="6537885755702623401" datatype="html"> 8074 <trans-unit id="6537885755702623401" datatype="html">
8009 <source>Now please check your emails to verify your account and complete signup.</source> 8075 <source>Now please check your emails to verify your account and complete signup.</source>
8010 <target state="translated">Hãy kiểm tra email để xác thực và hoàn thành đăng ký.</target> 8076 <target state="translated">Hãy kiểm tra email để xác thực và hoàn thành đăng ký.</target>
@@ -8036,7 +8102,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8036 <target state="translated">Theo dõi tài khoản này</target> 8102 <target state="translated">Theo dõi tài khoản này</target>
8037 8103
8038 8104
8039 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8105 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8040 <trans-unit id="3131904093925601441" datatype="html"> 8106 <trans-unit id="3131904093925601441" datatype="html">
8041 <source>PLAYLISTS</source> 8107 <source>PLAYLISTS</source>
8042 <target state="translated">DANH SÁCH PHÁT</target> 8108 <target state="translated">DANH SÁCH PHÁT</target>
@@ -8057,7 +8123,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8057 </trans-unit> 8123 </trans-unit>
8058 <trans-unit id="5409372033656550095" datatype="html"> 8124 <trans-unit id="5409372033656550095" datatype="html">
8059 <source>Go to the discover videos page</source> 8125 <source>Go to the discover videos page</source>
8060 <target state="translated">Đến Trang Ch</target> 8126 <target state="translated">Đến Trang Chính</target>
8061 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">310</context></context-group> 8127 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">310</context></context-group>
8062 </trans-unit> 8128 </trans-unit>
8063 <trans-unit id="4278050445961255445" datatype="html"> 8129 <trans-unit id="4278050445961255445" datatype="html">
@@ -8082,34 +8148,34 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8082 </trans-unit> 8148 </trans-unit>
8083 <trans-unit id="3779524668013120370" datatype="html"> 8149 <trans-unit id="3779524668013120370" datatype="html">
8084 <source>Go to my subscriptions</source> 8150 <source>Go to my subscriptions</source>
8085 <target state="translated">Đến t đăng ký của tôi</target> 8151 <target state="translated">Xem kênh đ đăng ký</target>
8086 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8152 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group>
8087 </trans-unit> 8153 </trans-unit>
8088 <trans-unit id="1136469849928650779" datatype="html"> 8154 <trans-unit id="1136469849928650779" datatype="html">
8089 <source>Go to my videos</source> 8155 <source>Go to my videos</source>
8090 <target state="translated">Đến trang video của tôi</target> 8156 <target state="translated">Đến trang video của tôi</target>
8091 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8157 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group>
8092 </trans-unit> 8158 </trans-unit>
8093 <trans-unit id="7836683738999600376" datatype="html"> 8159 <trans-unit id="7836683738999600376" datatype="html">
8094 <source>Go to my imports</source> 8160 <source>Go to my imports</source>
8095 <target state="translated">Đến trang video tôi nhập</target> 8161 <target state="translated">Đến trang video tôi nhập</target>
8096 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8162 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group>
8097 </trans-unit> 8163 </trans-unit>
8098 <trans-unit id="7511292153332773503" datatype="html"> 8164 <trans-unit id="7511292153332773503" datatype="html">
8099 <source>Go to my channels</source> 8165 <source>Go to my channels</source>
8100 <target state="translated">Đến kênh của tôi</target> 8166 <target state="translated">Đến kênh của tôi</target>
8101 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8167 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group>
8102 </trans-unit> 8168 </trans-unit>
8103 <trans-unit id="2013324644839511073" datatype="html"> 8169 <trans-unit id="2013324644839511073" datatype="html">
8104 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8170 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8105Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8171Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8106 <target state="translated">Không thể truy xuất thông tin đăng nhập ứng dụng khách OAuth: <x id="PH"/>. Hãy chắc rằng bạn đã cấu hình đúng PeerTube (config/ directory), đặc biệt là phần "webserver".</target> 8172 <target state="translated">Không thể truy xuất thông tin đăng nhập ứng dụng khách OAuth: <x id="PH"/>. Hãy chắc rằng bạn đã cấu hình đúng PeerTube (config/ directory), đặc biệt là phần "webserver".</target>
8107 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8173 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group>
8108 </trans-unit> 8174 </trans-unit>
8109 <trans-unit id="375263728166936544" datatype="html"> 8175 <trans-unit id="375263728166936544" datatype="html">
8110 <source>You need to reconnect.</source> 8176 <source>You need to reconnect.</source>
8111 <target state="translated">Bạn cần kết nối lại.</target> 8177 <target state="translated">Bạn cần kết nối lại.</target>
8112 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8178 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group>
8113 </trans-unit> 8179 </trans-unit>
8114 <trans-unit id="2206638022166154361" datatype="html"> 8180 <trans-unit id="2206638022166154361" datatype="html">
8115 <source>Keyboard Shortcuts:</source> 8181 <source>Keyboard Shortcuts:</source>
@@ -8124,6 +8190,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8124 <context context-type="linenumber">98</context> 8190 <context context-type="linenumber">98</context>
8125 </context-group> 8191 </context-group>
8126 </trans-unit> 8192 </trans-unit>
8193 <trans-unit id="4024404994702813072" datatype="html">
8194 <source>In my library</source>
8195 <target state="translated">Trong thư viện của tôi</target>
8196 <context-group purpose="location">
8197 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8198 <context context-type="linenumber">104</context>
8199 </context-group>
8200 </trans-unit>
8127 <trans-unit id="232050922346936574" datatype="html"> 8201 <trans-unit id="232050922346936574" datatype="html">
8128 <source>Trending</source> 8202 <source>Trending</source>
8129 <target state="translated">Thịnh hành</target> 8203 <target state="translated">Thịnh hành</target>
@@ -8139,7 +8213,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8139 </trans-unit> 8213 </trans-unit>
8140 <trans-unit id="2821179408673282599" datatype="html"> 8214 <trans-unit id="2821179408673282599" datatype="html">
8141 <source>Home</source> 8215 <source>Home</source>
8142 <target state="translated">Trang ch</target> 8216 <target state="translated">Trang chính</target>
8143 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">115</context></context-group> 8217 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">115</context></context-group>
8144 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">116</context></context-group> 8218 <context-group purpose="location"><context context-type="sourcefile">src/app/core/menu/menu.service.ts</context><context context-type="linenumber">116</context></context-group>
8145 </trans-unit> 8219 </trans-unit>
@@ -8151,37 +8225,37 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8151 <trans-unit id="1266887509445371246" datatype="html"> 8225 <trans-unit id="1266887509445371246" datatype="html">
8152 <source>Incorrect username or password.</source> 8226 <source>Incorrect username or password.</source>
8153 <target state="translated">Sai tên hoặc mật khẩu.</target> 8227 <target state="translated">Sai tên hoặc mật khẩu.</target>
8154 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8228 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group>
8155 </trans-unit> 8229 </trans-unit>
8156 <trans-unit id="6974874606619467663" datatype="html"> 8230 <trans-unit id="6974874606619467663" datatype="html">
8157 <source>Your account is blocked.</source> 8231 <source>Your account is blocked.</source>
8158 <target state="translated">Tài khoản của bạn đã bị khóa.</target> 8232 <target state="translated">Tài khoản của bạn đã bị khóa.</target>
8159 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8233 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group>
8160 </trans-unit> 8234 </trans-unit>
8161 <trans-unit id="7939914198003891823" datatype="html"> 8235 <trans-unit id="7939914198003891823" datatype="html">
8162 <source>any language</source> 8236 <source>any language</source>
8163 <target state="translated">ngôn ngữ bất kỳ</target> 8237 <target state="translated">ngôn ngữ bất kỳ</target>
8164 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group> 8238 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group>
8165 </trans-unit> 8239 </trans-unit>
8166 <trans-unit id="5633144232269377096" datatype="html"> 8240 <trans-unit id="5633144232269377096" datatype="html">
8167 <source>hide</source> 8241 <source>hide</source>
8168 <target state="translated">ẩn</target> 8242 <target state="translated">ẩn</target>
8169 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group> 8243 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group>
8170 </trans-unit> 8244 </trans-unit>
8171 <trans-unit id="8603861867909474404" datatype="html"> 8245 <trans-unit id="8603861867909474404" datatype="html">
8172 <source>blur</source> 8246 <source>blur</source>
8173 <target state="translated">làm mờ</target> 8247 <target state="translated">làm mờ</target>
8174 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group> 8248 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group>
8175 </trans-unit> 8249 </trans-unit>
8176 <trans-unit id="4534458451100881847" datatype="html"> 8250 <trans-unit id="4534458451100881847" datatype="html">
8177 <source>display</source> 8251 <source>display</source>
8178 <target state="translated">hiển thị</target> 8252 <target state="translated">hiển thị</target>
8179 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group> 8253 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group>
8180 </trans-unit> 8254 </trans-unit>
8181 <trans-unit id="4467323362722952678" datatype="html"> 8255 <trans-unit id="4467323362722952678" datatype="html">
8182 <source>Unknown</source> 8256 <source>Unknown</source>
8183 <target state="translated">—</target> 8257 <target state="translated">—</target>
8184 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group> 8258 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group>
8185 </trans-unit> 8259 </trans-unit>
8186 <trans-unit id="8781423666414310853" datatype="html"> 8260 <trans-unit id="8781423666414310853" datatype="html">
8187 <source>Your password has been successfully reset!</source> 8261 <source>Your password has been successfully reset!</source>
@@ -8295,12 +8369,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8295 <trans-unit id="3208627574396957172" datatype="html"> 8369 <trans-unit id="3208627574396957172" datatype="html">
8296 <source>Search index is unavailable. Retrying with instance results instead.</source> 8370 <source>Search index is unavailable. Retrying with instance results instead.</source>
8297 <target state="translated">Không thể tìm kiếm tất cả. Thay vào đó, hãy thử lại với kết quả chỉ ở máy chủ.</target> 8371 <target state="translated">Không thể tìm kiếm tất cả. Thay vào đó, hãy thử lại với kết quả chỉ ở máy chủ.</target>
8298 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group> 8372
8299 </trans-unit> 8373 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8300 <trans-unit id="307702206382241469" datatype="html"> 8374 <trans-unit id="307702206382241469" datatype="html">
8301 <source>Search error</source> 8375 <source>Search error</source>
8302 <target state="translated">Lỗi tìm kiếm</target> 8376 <target state="translated">Lỗi tìm kiếm</target>
8303 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group> 8377
8378 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8379 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8380 <context-group purpose="location">
8381 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8382 <context context-type="linenumber">329</context>
8383 </context-group>
8304 </trans-unit> 8384 </trans-unit>
8305 <trans-unit id="4580988005648117665" datatype="html"> 8385 <trans-unit id="4580988005648117665" datatype="html">
8306 <source>Search</source> 8386 <source>Search</source>
@@ -9506,19 +9586,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9506 <trans-unit id="2558977494773636050" datatype="html"> 9586 <trans-unit id="2558977494773636050" datatype="html">
9507 <source>Account <x id="PH"/> muted by the instance.</source> 9587 <source>Account <x id="PH"/> muted by the instance.</source>
9508 <target state="translated">Thành viên <x id="PH"/> đã bị ẩn bởi máy chủ.</target> 9588 <target state="translated">Thành viên <x id="PH"/> đã bị ẩn bởi máy chủ.</target>
9509 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group> 9589
9510 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group> 9590
9511 </trans-unit> 9591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9512 <trans-unit id="1595779426198793580" datatype="html"> 9592 <trans-unit id="1595779426198793580" datatype="html">
9513 <source>Mute server</source> 9593 <source>Mute server</source>
9514 <target state="translated">Ẩn máy chủ</target> 9594 <target state="translated">Ẩn máy chủ</target>
9515 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 9595
9516 </trans-unit> 9596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9517 <trans-unit id="8014491157078444256" datatype="html"> 9597 <trans-unit id="8014491157078444256" datatype="html">
9518 <source>Server <x id="PH"/> muted by the instance.</source> 9598 <source>Server <x id="PH"/> muted by the instance.</source>
9519 <target state="translated">Máy chủ <x id="PH"/> đã bị ẩn bởi máy chủ.</target> 9599 <target state="translated">Máy chủ <x id="PH"/> đã bị ẩn bởi máy chủ.</target>
9520 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 9600
9521 </trans-unit> 9601 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9522 <trans-unit id="2044813052587776285" datatype="html"> 9602 <trans-unit id="2044813052587776285" datatype="html">
9523 <source>Add a message to communicate with the reporter</source> 9603 <source>Add a message to communicate with the reporter</source>
9524 <target state="translated">Thêm thông điệp để giao tiếp với người báo cáo</target> 9604 <target state="translated">Thêm thông điệp để giao tiếp với người báo cáo</target>
@@ -9760,17 +9840,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9760 <target>Bạn đã thực hiện điều này quá nhiều lần, xin thử lại sau 9840 <target>Bạn đã thực hiện điều này quá nhiều lần, xin thử lại sau
9761 <x id="PH"/> phút. 9841 <x id="PH"/> phút.
9762 </target> 9842 </target>
9763 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9843 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group>
9764 </trans-unit> 9844 </trans-unit>
9765 <trans-unit id="4965472196059235310"> 9845 <trans-unit id="4965472196059235310">
9766 <source>Too many attempts, please try again later.</source> 9846 <source>Too many attempts, please try again later.</source>
9767 <target>Quá nhiều lần thực hiện, vui lòng thử lại sau.</target> 9847 <target>Quá nhiều lần thực hiện, vui lòng thử lại sau.</target>
9768 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9848 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group>
9769 </trans-unit> 9849 </trans-unit>
9770 <trans-unit id="1693549688987384699"> 9850 <trans-unit id="1693549688987384699">
9771 <source>Server error. Please retry later.</source> 9851 <source>Server error. Please retry later.</source>
9772 <target>Lỗi máy chủ. Xin thử lại sau.</target> 9852 <target>Lỗi máy chủ. Xin thử lại sau.</target>
9773 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9853 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group>
9774 </trans-unit> 9854 </trans-unit>
9775 <trans-unit id="5927402622550505067" datatype="html"> 9855 <trans-unit id="5927402622550505067" datatype="html">
9776 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9856 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
@@ -9779,7 +9859,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9779 </trans-unit> 9859 </trans-unit>
9780 <trans-unit id="2780460651686172544" datatype="html"> 9860 <trans-unit id="2780460651686172544" datatype="html">
9781 <source>Subscribed to <x id="PH"/>. You will be notified of all their new videos.</source> 9861 <source>Subscribed to <x id="PH"/>. You will be notified of all their new videos.</source>
9782 <target state="translated">Đã đăng ký <x id="PH"/>. Bạn sẽ nhận được thông báo về những video mới của họ.</target> 9862 <target state="translated">Đã đăng ký kênh <x id="PH"/>. Bạn sẽ nhận được thông báo khi họ đăng video mới.</target>
9783 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">110</context></context-group> 9863 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">110</context></context-group>
9784 </trans-unit> 9864 </trans-unit>
9785 <trans-unit id="7019115336138470191"> 9865 <trans-unit id="7019115336138470191">
@@ -9789,7 +9869,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9789 </trans-unit> 9869 </trans-unit>
9790 <trans-unit id="7070823964189404459" datatype="html"> 9870 <trans-unit id="7070823964189404459" datatype="html">
9791 <source>Unsubscribed from all channels of <x id="PH"/> </source> 9871 <source>Unsubscribed from all channels of <x id="PH"/> </source>
9792 <target state="translated">Đã hủy đăng ký toàn bộ kênh t <x id="PH"/> </target> 9872 <target state="translated">Đã hủy đăng ký toàn bộ kênh ca <x id="PH"/> </target>
9793 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">139</context></context-group> 9873 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">139</context></context-group>
9794 </trans-unit> 9874 </trans-unit>
9795 <trans-unit id="9201562016527884133"> 9875 <trans-unit id="9201562016527884133">
@@ -9879,29 +9959,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9879 <trans-unit id="2909684945706361544" datatype="html"> 9959 <trans-unit id="2909684945706361544" datatype="html">
9880 <source>Delete video</source> 9960 <source>Delete video</source>
9881 <target state="translated">Xóa video</target> 9961 <target state="translated">Xóa video</target>
9882 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 9962
9883 </trans-unit> 9963 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9884 <trans-unit id="2210418817778733727" datatype="html"> 9964 <trans-unit id="2210418817778733727" datatype="html">
9885 <source>Actions for the comment</source> 9965 <source>Actions for the comment</source>
9886 <target state="translated">Hành động đối với bình luận</target> 9966 <target state="translated">Hành động đối với bình luận</target>
9887 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 9967
9888 </trans-unit> 9968 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9889 <trans-unit id="7978668497183230348" datatype="html"> 9969 <trans-unit id="7978668497183230348" datatype="html">
9890 <source>Delete comment</source> 9970 <source>Delete comment</source>
9891 <target state="translated">Xóa bình luận</target> 9971 <target state="translated">Xóa bình luận</target>
9892 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 9972
9893 </trans-unit> 9973 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9894 <trans-unit id="6747218355168080191" datatype="html"> 9974 <trans-unit id="6747218355168080191" datatype="html">
9895 <source>Do you really want to delete this comment?</source> 9975 <source>Do you really want to delete this comment?</source>
9896 <target state="translated">Bạn có chắc muốn xóa bình luận này?</target> 9976 <target state="translated">Bạn có chắc muốn xóa bình luận này?</target>
9897 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group> 9977
9898 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group> 9978
9899 </trans-unit> 9979 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9900 <trans-unit id="7837272126865175984" datatype="html"> 9980 <trans-unit id="7837272126865175984" datatype="html">
9901 <source>Comment deleted.</source> 9981 <source>Comment deleted.</source>
9902 <target state="translated">Đã xóa bình luận.</target> 9982 <target state="translated">Đã xóa bình luận.</target>
9903 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 9983
9904 </trans-unit> 9984 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9905 <trans-unit id="346270517625845962" datatype="html"> 9985 <trans-unit id="346270517625845962" datatype="html">
9906 <source>Encoder</source> 9986 <source>Encoder</source>
9907 <target state="translated">Encoder</target> 9987 <target state="translated">Encoder</target>
@@ -9943,31 +10023,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9943 <trans-unit id="1472171759957681533"> 10023 <trans-unit id="1472171759957681533">
9944 <source>Video reported.</source> 10024 <source>Video reported.</source>
9945 <target>Đã báo cáo video.</target> 10025 <target>Đã báo cáo video.</target>
9946 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10026
9947 </trans-unit> 10027 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9948 <trans-unit id="3622946684246476652"> 10028 <trans-unit id="3622946684246476652">
9949 <source>Do you really want to delete this video?</source> 10029 <source>Do you really want to delete this video?</source>
9950 <target>Bạn thực sự muốn xoá video chứ?</target> 10030 <target>Bạn thực sự muốn xoá video chứ?</target>
9951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10031
9952 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10032
9953 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10033
9954 </trans-unit> 10034 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9955 <trans-unit id="3941342949736653028" datatype="html"> 10035 <trans-unit id="3941342949736653028" datatype="html">
9956 <source>Video deleted.</source> 10036 <source>Video deleted.</source>
9957 <target state="translated">Đã xóa video.</target> 10037 <target state="translated">Đã xóa video.</target>
9958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10038
9959 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10039
9960 </trans-unit> 10040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
9961 <trans-unit id="5072091387445907742" datatype="html"> 10041 <trans-unit id="5072091387445907742" datatype="html">
9962 <source>Actions for the reporter</source> 10042 <source>Actions for the reporter</source>
9963 <target state="translated">Hành động đối với người báo cáo</target> 10043 <target state="translated">Hành động đối với người báo cáo</target>
9964 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10044
9965 </trans-unit> 10045 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
9966 <trans-unit id="6599069899275412095" datatype="html"> 10046 <trans-unit id="6599069899275412095" datatype="html">
9967 <source>Mute reporter</source> 10047 <source>Mute reporter</source>
9968 <target state="translated">Ẩn người báo cáo</target> 10048 <target state="translated">Ẩn người báo cáo</target>
9969 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10049
9970 </trans-unit> 10050 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
9971 <trans-unit id="2990849907502572301" datatype="html"> 10051 <trans-unit id="2990849907502572301" datatype="html">
9972 <source>This video will be duplicated by your instance.</source> 10052 <source>This video will be duplicated by your instance.</source>
9973 <target state="translated">Video này sẽ có bản sao ở máy chủ của bạn.</target> 10053 <target state="translated">Video này sẽ có bản sao ở máy chủ của bạn.</target>
@@ -10046,9 +10126,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10046 <trans-unit id="4903651219400691248" datatype="html"> 10126 <trans-unit id="4903651219400691248" datatype="html">
10047 <source>Mute account</source> 10127 <source>Mute account</source>
10048 <target state="translated">Ẩn tài khoản</target> 10128 <target state="translated">Ẩn tài khoản</target>
10049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10129
10050 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10130
10051 </trans-unit> 10131 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10052 <trans-unit id="4021487547497211597" datatype="html"> 10132 <trans-unit id="4021487547497211597" datatype="html">
10053 <source>Open video actions</source> 10133 <source>Open video actions</source>
10054 <target state="translated">Mở hành động video</target> 10134 <target state="translated">Mở hành động video</target>
@@ -10064,8 +10144,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10064 <trans-unit id="3719503424625455635" datatype="html"> 10144 <trans-unit id="3719503424625455635" datatype="html">
10065 <source>Mute server account</source> 10145 <source>Mute server account</source>
10066 <target state="translated">Ẩn tài khoản máy chủ</target> 10146 <target state="translated">Ẩn tài khoản máy chủ</target>
10067 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10147
10068 </trans-unit> 10148 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10069 <trans-unit id="7008439939460403347"> 10149 <trans-unit id="7008439939460403347">
10070 <source>Report</source> 10150 <source>Report</source>
10071 <target>Báo cáo</target> 10151 <target>Báo cáo</target>
@@ -10162,33 +10242,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10162 <trans-unit id="2439066254855913806"> 10242 <trans-unit id="2439066254855913806">
10163 <source>Only I can see this video</source> 10243 <source>Only I can see this video</source>
10164 <target>Chỉ mình tôi có thể thấy video này</target> 10244 <target>Chỉ mình tôi có thể thấy video này</target>
10165 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10245
10166 </trans-unit> 10246 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10167 <trans-unit id="6767380569816110388" datatype="html"> 10247 <trans-unit id="6767380569816110388" datatype="html">
10168 <source>Only shareable via a private link</source> 10248 <source>Only shareable via a private link</source>
10169 <target state="translated">Chỉ có thể xem được bằng một link bí mật</target> 10249 <target state="translated">Chỉ có thể xem được bằng một link bí mật</target>
10170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10250
10171 </trans-unit> 10251 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10172 <trans-unit id="6828965264297239528"> 10252 <trans-unit id="6828965264297239528">
10173 <source>Anyone can see this video</source> 10253 <source>Anyone can see this video</source>
10174 <target>Ai cũng có thể thấy video này</target> 10254 <target>Ai cũng có thể thấy video này</target>
10175 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10255
10176 </trans-unit> 10256 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10177 <trans-unit id="1425933035739773115" datatype="html"> 10257 <trans-unit id="1425933035739773115" datatype="html">
10178 <source>Only users of this instance can see this video</source> 10258 <source>Only users of this instance can see this video</source>
10179 <target state="translated">Chỉ người dùng trên máy chủ này mới có thể xem video</target> 10259 <target state="translated">Chỉ người dùng trên máy chủ này mới có thể xem video</target>
10180 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10260
10181 </trans-unit> 10261 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10182 <trans-unit id="8312101634344200207" datatype="html"> 10262 <trans-unit id="8312101634344200207" datatype="html">
10183 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10263 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10184 <target state="translated"><x id="PH" equiv-text="this.views"/> người xem</target> 10264 <target state="translated"><x id="PH" equiv-text="this.views"/> người xem</target>
10185 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group> 10265
10186 </trans-unit> 10266 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10187 <trans-unit id="7756087706411154095" datatype="html"> 10267 <trans-unit id="7756087706411154095" datatype="html">
10188 <source><x id="PH" equiv-text="this.views"/> views</source> 10268 <source><x id="PH" equiv-text="this.views"/> views</source>
10189 <target state="translated"><x id="PH" equiv-text="this.views"/> người xem</target> 10269 <target state="translated"><x id="PH" equiv-text="this.views"/> người xem</target>
10190 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group> 10270
10191 </trans-unit> 10271 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10192 <trans-unit id="ngb.alert.close" datatype="html"> 10272 <trans-unit id="ngb.alert.close" datatype="html">
10193 <source>Close</source> 10273 <source>Close</source>
10194 <target state="translated">Đóng</target> 10274 <target state="translated">Đóng</target>
@@ -10363,35 +10443,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10363 <trans-unit id="3284171506518522275"> 10443 <trans-unit id="3284171506518522275">
10364 <source>Your video was uploaded to your account and is private.</source> 10444 <source>Your video was uploaded to your account and is private.</source>
10365 <target>Video đã được tải lên riêng tư vào tài khoản của bạn.</target> 10445 <target>Video đã được tải lên riêng tư vào tài khoản của bạn.</target>
10366 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group> 10446
10367 </trans-unit> 10447 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10368 <trans-unit id="5699822024600815733"> 10448 <trans-unit id="5699822024600815733">
10369 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10449 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10370 <target>Nhưng các dữ liệu liên quan (thẻ, mô tả,...) sẽ bị mất. Bạn có chắc muốn rời khỏi trang không?</target> 10450 <target>Nhưng các dữ liệu liên quan (thẻ, mô tả,...) sẽ bị mất. Bạn có chắc muốn rời khỏi trang không?</target>
10371 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group> 10451
10372 </trans-unit> 10452 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10373 <trans-unit id="1219739004043110649"> 10453 <trans-unit id="1219739004043110649">
10374 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10454 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10375 <target>Video của bạn vẫn chưa được tải lên, bạn có chắc muốn rời trang?</target> 10455 <target>Video của bạn vẫn chưa được tải lên, bạn có chắc muốn rời trang?</target>
10376 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group> 10456
10377 </trans-unit> 10457 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10378 <trans-unit id="6932865105766151309" datatype="html"> 10458 <trans-unit id="6932865105766151309" datatype="html">
10379 <source>Upload</source> 10459 <source>Upload</source>
10380 <target state="translated">Tải lên</target> 10460 <target state="translated">Tải lên</target>
10381 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group> 10461
10382 </trans-unit> 10462 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10383 <trans-unit id="8278735427925094503"> 10463 <trans-unit id="8278735427925094503">
10384 <source>Upload <x id="PH"/> </source> 10464 <source>Upload <x id="PH"/> </source>
10385 <target>Tải lên 10465 <target>Tải lên
10386 <x id="PH"/> 10466 <x id="PH"/>
10387 </target> 10467 </target>
10388 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group> 10468
10389 </trans-unit> 10469 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10390 <trans-unit id="5981816353437801748"> 10470 <trans-unit id="5981816353437801748">
10391 <source>Video published.</source> 10471 <source>Video published.</source>
10392 <target>Đã xuất bản video.</target> 10472 <target>Đã xuất bản video.</target>
10393 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group> 10473
10394 </trans-unit> 10474 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10395 <trans-unit id="764164089183618119"> 10475 <trans-unit id="764164089183618119">
10396 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10476 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10397 <target>Bạn có sửa đổi chưa lưu! Nếu rời đi, những sửa đổi này sẽ bị mất.</target> 10477 <target>Bạn có sửa đổi chưa lưu! Nếu rời đi, những sửa đổi này sẽ bị mất.</target>
@@ -10458,27 +10538,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10458 <trans-unit id="961774488937452220" datatype="html"> 10538 <trans-unit id="961774488937452220" datatype="html">
10459 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10539 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10460 <target state="translated">Video không khả dụng trên máy chủ này. Bạn có muốn chuyển tới máy chủ gốc: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10540 <target state="translated">Video không khả dụng trên máy chủ này. Bạn có muốn chuyển tới máy chủ gốc: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10461 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group> 10541 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group>
10462 </trans-unit> 10542 </trans-unit>
10463 <trans-unit id="5761611056224181752" datatype="html"> 10543 <trans-unit id="5761611056224181752" datatype="html">
10464 <source>Redirection</source> 10544 <source>Redirection</source>
10465 <target state="translated">Chuyển hướng</target> 10545 <target state="translated">Chuyển hướng</target>
10466 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group> 10546 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group>
10467 </trans-unit> 10547 </trans-unit>
10468 <trans-unit id="8858527736400081688"> 10548 <trans-unit id="8858527736400081688">
10469 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10549 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10470 <target>Video này chứa nội dung cho người lớn hoặc nhạy cảm. Bạn có chắc chắn muốn xem không?</target> 10550 <target>Video này chứa nội dung cho người lớn hoặc nhạy cảm. Bạn có chắc chắn muốn xem không?</target>
10471 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group> 10551 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group>
10472 </trans-unit> 10552 </trans-unit>
10473 <trans-unit id="3937119019020041049"> 10553 <trans-unit id="3937119019020041049">
10474 <source>Mature or explicit content</source> 10554 <source>Mature or explicit content</source>
10475 <target>Nội dung người lớn hoặc nhạy cảm</target> 10555 <target>Nội dung người lớn hoặc nhạy cảm</target>
10476 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group> 10556 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group>
10477 </trans-unit> 10557 </trans-unit>
10478 <trans-unit id="1755474755114288376" datatype="html"> 10558 <trans-unit id="1755474755114288376" datatype="html">
10479 <source>Up Next</source> 10559 <source>Up Next</source>
10480 <target state="translated">Tiếp Theo</target> 10560 <target state="translated">Tiếp Theo</target>
10481 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group> 10561 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group>
10482 </trans-unit> 10562 </trans-unit>
10483 <trans-unit id="2159130950882492111" datatype="html"> 10563 <trans-unit id="2159130950882492111" datatype="html">
10484 <source>Cancel</source> 10564 <source>Cancel</source>
@@ -10488,63 +10568,63 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10488 <trans-unit id="3354816756665089864" datatype="html"> 10568 <trans-unit id="3354816756665089864" datatype="html">
10489 <source>Autoplay is suspended</source> 10569 <source>Autoplay is suspended</source>
10490 <target state="translated">Tạm ngừng tự phát</target> 10570 <target state="translated">Tạm ngừng tự phát</target>
10491 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group> 10571 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group>
10492 </trans-unit> 10572 </trans-unit>
10493 <trans-unit id="7895294730547405228" datatype="html"> 10573 <trans-unit id="7895294730547405228" datatype="html">
10494 <source>Enter/exit fullscreen (requires player focus)</source> 10574 <source>Enter/exit fullscreen (requires player focus)</source>
10495 <target state="translated">Mở/thoát toàn màn hình (yêu cầu trọng tâm trình phát)</target> 10575 <target state="translated">Mở/thoát toàn màn hình (yêu cầu trọng tâm trình phát)</target>
10496 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group> 10576
10497 </trans-unit> 10577 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10498 <trans-unit id="7618388257165864759" datatype="html"> 10578 <trans-unit id="7618388257165864759" datatype="html">
10499 <source>Play/Pause the video (requires player focus)</source> 10579 <source>Play/Pause the video (requires player focus)</source>
10500 <target state="translated">Phát/Ngừng video (yêu cầu trọng tâm trình phát)</target> 10580 <target state="translated">Phát/Ngừng video (yêu cầu trọng tâm trình phát)</target>
10501 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group> 10581
10502 </trans-unit> 10582 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10503 <trans-unit id="7761890399634216630" datatype="html"> 10583 <trans-unit id="7761890399634216630" datatype="html">
10504 <source>Mute/unmute the video (requires player focus)</source> 10584 <source>Mute/unmute the video (requires player focus)</source>
10505 <target state="translated">Ẩn/bỏ ẩn video (yêu cầu trọng tâm trình phát)</target> 10585 <target state="translated">Ẩn/bỏ ẩn video (yêu cầu trọng tâm trình phát)</target>
10506 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group> 10586
10507 </trans-unit> 10587 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10508 <trans-unit id="5996585232248234904" datatype="html"> 10588 <trans-unit id="5996585232248234904" datatype="html">
10509 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10589 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10510 <target state="translated">Chuyển đến một mức phần trăm của video: 0 là 0% và 9 là 90% (yêu cầu trọng tâm trình phát)</target> 10590 <target state="translated">Chuyển đến một mức phần trăm của video: 0 là 0% và 9 là 90% (yêu cầu trọng tâm trình phát)</target>
10511 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group> 10591
10512 </trans-unit> 10592 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10513 <trans-unit id="3748765405903319998" datatype="html"> 10593 <trans-unit id="3748765405903319998" datatype="html">
10514 <source>Increase the volume (requires player focus)</source> 10594 <source>Increase the volume (requires player focus)</source>
10515 <target state="translated">Tăng âm lượng (yêu cầu trọng tâm trình phát)</target> 10595 <target state="translated">Tăng âm lượng (yêu cầu trọng tâm trình phát)</target>
10516 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group> 10596
10517 </trans-unit> 10597 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10518 <trans-unit id="5810704036407159982" datatype="html"> 10598 <trans-unit id="5810704036407159982" datatype="html">
10519 <source>Decrease the volume (requires player focus)</source> 10599 <source>Decrease the volume (requires player focus)</source>
10520 <target state="translated">Giảm âm lượng (yêu cầu trọng tâm trình phát)</target> 10600 <target state="translated">Giảm âm lượng (yêu cầu trọng tâm trình phát)</target>
10521 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group> 10601
10522 </trans-unit> 10602 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10523 <trans-unit id="2622048822548065691" datatype="html"> 10603 <trans-unit id="2622048822548065691" datatype="html">
10524 <source>Seek the video forward (requires player focus)</source> 10604 <source>Seek the video forward (requires player focus)</source>
10525 <target state="translated">Tua tới video (yêu cầu trọng tâm trình phát)</target> 10605 <target state="translated">Tua tới video (yêu cầu trọng tâm trình phát)</target>
10526 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group> 10606
10527 </trans-unit> 10607 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10528 <trans-unit id="6540078205109221153" datatype="html"> 10608 <trans-unit id="6540078205109221153" datatype="html">
10529 <source>Seek the video backward (requires player focus)</source> 10609 <source>Seek the video backward (requires player focus)</source>
10530 <target state="translated">Tua lùi video (yêu cầu trọng tâm video)</target> 10610 <target state="translated">Tua lùi video (yêu cầu trọng tâm video)</target>
10531 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group> 10611
10532 </trans-unit> 10612 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10533 <trans-unit id="1956491957766210808" datatype="html"> 10613 <trans-unit id="1956491957766210808" datatype="html">
10534 <source>Increase playback rate (requires player focus)</source> 10614 <source>Increase playback rate (requires player focus)</source>
10535 <target state="translated">Tăng tốc độ phát (yêu cầu trọng tâm trình phát)</target> 10615 <target state="translated">Tăng tốc độ phát (yêu cầu trọng tâm trình phát)</target>
10536 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group> 10616
10537 </trans-unit> 10617 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10538 <trans-unit id="5495529997674803186" datatype="html"> 10618 <trans-unit id="5495529997674803186" datatype="html">
10539 <source>Decrease playback rate (requires player focus)</source> 10619 <source>Decrease playback rate (requires player focus)</source>
10540 <target state="translated">Giảm tốc độ phát (yêu cầu trọng tâm trình phát)</target> 10620 <target state="translated">Giảm tốc độ phát (yêu cầu trọng tâm trình phát)</target>
10541 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group> 10621
10542 </trans-unit> 10622 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10543 <trans-unit id="3178343147230721210" datatype="html"> 10623 <trans-unit id="3178343147230721210" datatype="html">
10544 <source>Navigate in the video frame by frame (requires player focus)</source> 10624 <source>Navigate in the video frame by frame (requires player focus)</source>
10545 <target state="translated">Điều hướng trong từng khung hình video (yêu cầu trọng tâm trình phát)</target> 10625 <target state="translated">Điều hướng trong từng khung hình video (yêu cầu trọng tâm trình phát)</target>
10546 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group> 10626
10547 </trans-unit> 10627 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10548 <trans-unit id="8025996572234182184"> 10628 <trans-unit id="8025996572234182184">
10549 <source>Like the video</source> 10629 <source>Like the video</source>
10550 <target>Thích video</target> 10630 <target>Thích video</target>
diff --git a/client/src/locale/angular.xlf b/client/src/locale/angular.xlf
index 39012827d..fdaf0d22e 100644
--- a/client/src/locale/angular.xlf
+++ b/client/src/locale/angular.xlf
@@ -522,8 +522,12 @@
522 <context context-type="linenumber">48</context> 522 <context context-type="linenumber">48</context>
523 </context-group> 523 </context-group>
524 <context-group purpose="location"> 524 <context-group purpose="location">
525 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
526 <context context-type="linenumber">33</context>
527 </context-group>
528 <context-group purpose="location">
525 <context context-type="sourcefile">src/app/+login/login.component.html</context> 529 <context context-type="sourcefile">src/app/+login/login.component.html</context>
526 <context context-type="linenumber">117</context> 530 <context context-type="linenumber">121</context>
527 </context-group> 531 </context-group>
528 <context-group purpose="location"> 532 <context-group purpose="location">
529 <context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context> 533 <context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context>
@@ -551,7 +555,7 @@
551 </context-group> 555 </context-group>
552 <context-group purpose="location"> 556 <context-group purpose="location">
553 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 557 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
554 <context context-type="linenumber">408</context> 558 <context context-type="linenumber">415</context>
555 </context-group> 559 </context-group>
556 <context-group purpose="location"> 560 <context-group purpose="location">
557 <context context-type="sourcefile">src/app/modal/confirm.component.html</context> 561 <context context-type="sourcefile">src/app/modal/confirm.component.html</context>
@@ -628,14 +632,14 @@
628 <source>Your message has been sent.</source> 632 <source>Your message has been sent.</source>
629 <context-group purpose="location"> 633 <context-group purpose="location">
630 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context> 634 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context>
631 <context context-type="linenumber">89</context> 635 <context context-type="linenumber">88</context>
632 </context-group> 636 </context-group>
633 </trans-unit> 637 </trans-unit>
634 <trans-unit id="2072135752262464360" datatype="html"> 638 <trans-unit id="2072135752262464360" datatype="html">
635 <source>You already sent this form recently</source> 639 <source>You already sent this form recently</source>
636 <context-group purpose="location"> 640 <context-group purpose="location">
637 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context> 641 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context>
638 <context context-type="linenumber">95</context> 642 <context context-type="linenumber">94</context>
639 </context-group> 643 </context-group>
640 </trans-unit> 644 </trans-unit>
641 <trans-unit id="1045244999981860085" datatype="html"> 645 <trans-unit id="1045244999981860085" datatype="html">
@@ -909,7 +913,7 @@
909 </context-group> 913 </context-group>
910 <context-group purpose="location"> 914 <context-group purpose="location">
911 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 915 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
912 <context context-type="linenumber">184</context> 916 <context context-type="linenumber">192</context>
913 </context-group> 917 </context-group>
914 <context-group purpose="location"> 918 <context-group purpose="location">
915 <context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context> 919 <context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context>
@@ -1185,14 +1189,14 @@
1185 <source>CHANNELS</source> 1189 <source>CHANNELS</source>
1186 <context-group purpose="location"> 1190 <context-group purpose="location">
1187 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 1191 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
1188 <context context-type="linenumber">82</context> 1192 <context context-type="linenumber">81</context>
1189 </context-group> 1193 </context-group>
1190 </trans-unit> 1194 </trans-unit>
1191 <trans-unit id="1504521795586863905" datatype="html"> 1195 <trans-unit id="1504521795586863905" datatype="html">
1192 <source>VIDEOS</source> 1196 <source>VIDEOS</source>
1193 <context-group purpose="location"> 1197 <context-group purpose="location">
1194 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 1198 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
1195 <context context-type="linenumber">83</context> 1199 <context context-type="linenumber">82</context>
1196 </context-group> 1200 </context-group>
1197 <context-group purpose="location"> 1201 <context-group purpose="location">
1198 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context> 1202 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context>
@@ -1207,7 +1211,7 @@
1207 <source>Username copied</source> 1211 <source>Username copied</source>
1208 <context-group purpose="location"> 1212 <context-group purpose="location">
1209 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 1213 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
1210 <context context-type="linenumber">121</context> 1214 <context context-type="linenumber">120</context>
1211 </context-group> 1215 </context-group>
1212 <context-group purpose="location"> 1216 <context-group purpose="location">
1213 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 1217 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -1218,28 +1222,28 @@
1218 <source>1 subscriber</source> 1222 <source>1 subscriber</source>
1219 <context-group purpose="location"> 1223 <context-group purpose="location">
1220 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 1224 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
1221 <context context-type="linenumber">125</context> 1225 <context context-type="linenumber">124</context>
1222 </context-group> 1226 </context-group>
1223 </trans-unit> 1227 </trans-unit>
1224 <trans-unit id="4097331874769079975" datatype="html"> 1228 <trans-unit id="4097331874769079975" datatype="html">
1225 <source><x id="PH" equiv-text="count"/> subscribers</source> 1229 <source><x id="PH" equiv-text="count"/> subscribers</source>
1226 <context-group purpose="location"> 1230 <context-group purpose="location">
1227 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 1231 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
1228 <context context-type="linenumber">127</context> 1232 <context context-type="linenumber">126</context>
1229 </context-group> 1233 </context-group>
1230 </trans-unit> 1234 </trans-unit>
1231 <trans-unit id="4856575356061361269" datatype="html"> 1235 <trans-unit id="4856575356061361269" datatype="html">
1232 <source><x id="PH" equiv-text="account.followersCount"/> direct account followers</source> 1236 <source><x id="PH" equiv-text="account.followersCount"/> direct account followers</source>
1233 <context-group purpose="location"> 1237 <context-group purpose="location">
1234 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 1238 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
1235 <context context-type="linenumber">155</context> 1239 <context context-type="linenumber">154</context>
1236 </context-group> 1240 </context-group>
1237 </trans-unit> 1241 </trans-unit>
1238 <trans-unit id="6250999352462648289" datatype="html"> 1242 <trans-unit id="6250999352462648289" datatype="html">
1239 <source>Report this account</source> 1243 <source>Report this account</source>
1240 <context-group purpose="location"> 1244 <context-group purpose="location">
1241 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 1245 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
1242 <context context-type="linenumber">196</context> 1246 <context context-type="linenumber">195</context>
1243 </context-group> 1247 </context-group>
1244 </trans-unit> 1248 </trans-unit>
1245 <trans-unit id="8564701209009684429" datatype="html"> 1249 <trans-unit id="8564701209009684429" datatype="html">
@@ -1253,26 +1257,30 @@
1253 <context context-type="linenumber">58</context> 1257 <context context-type="linenumber">58</context>
1254 </context-group> 1258 </context-group>
1255 </trans-unit> 1259 </trans-unit>
1256 <trans-unit id="4682675125751819107" datatype="html"> 1260 <trans-unit id="8726138323871139597" datatype="html">
1257 <source>Instances you follow</source> 1261 <source>Following</source>
1258 <context-group purpose="location"> 1262 <context-group purpose="location">
1259 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context> 1263 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
1260 <context context-type="linenumber">29</context> 1264 <context context-type="linenumber">29</context>
1261 </context-group> 1265 </context-group>
1262 <context-group purpose="location"> 1266 <context-group purpose="location">
1263 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 1267 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
1264 <context context-type="linenumber">3</context> 1268 <context context-type="linenumber">31</context>
1269 </context-group>
1270 <context-group purpose="location">
1271 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
1272 <context context-type="linenumber">28</context>
1265 </context-group> 1273 </context-group>
1266 </trans-unit> 1274 </trans-unit>
1267 <trans-unit id="8899833753704589712" datatype="html"> 1275 <trans-unit id="4914577418256256836" datatype="html">
1268 <source>Instances following you</source> 1276 <source>Followers</source>
1269 <context-group purpose="location"> 1277 <context-group purpose="location">
1270 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context> 1278 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
1271 <context context-type="linenumber">34</context> 1279 <context context-type="linenumber">34</context>
1272 </context-group> 1280 </context-group>
1273 <context-group purpose="location"> 1281 <context-group purpose="location">
1274 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 1282 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
1275 <context context-type="linenumber">3</context> 1283 <context context-type="linenumber">37</context>
1276 </context-group> 1284 </context-group>
1277 </trans-unit> 1285 </trans-unit>
1278 <trans-unit id="9031514421077169181" datatype="html"> 1286 <trans-unit id="9031514421077169181" datatype="html">
@@ -2968,6 +2976,13 @@ color: red;
2968 <context context-type="linenumber">50</context> 2976 <context context-type="linenumber">50</context>
2969 </context-group> 2977 </context-group>
2970 </trans-unit> 2978 </trans-unit>
2979 <trans-unit id="3642770981085338761" datatype="html">
2980 <source>Followers of your instance</source>
2981 <context-group purpose="location">
2982 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2983 <context context-type="linenumber">3</context>
2984 </context-group>
2985 </trans-unit>
2971 <trans-unit id="2845798909207198924" datatype="html"> 2986 <trans-unit id="2845798909207198924" datatype="html">
2972 <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> 2987 <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>
2973 <context-group purpose="location"> 2988 <context-group purpose="location">
@@ -2998,8 +3013,8 @@ color: red;
2998 <context context-type="linenumber">41</context> 3013 <context context-type="linenumber">41</context>
2999 </context-group> 3014 </context-group>
3000 </trans-unit> 3015 </trans-unit>
3001 <trans-unit id="2265605798180116441" datatype="html"> 3016 <trans-unit id="8390803680962035202" datatype="html">
3002 <source>Follower handle</source> 3017 <source>Follower</source>
3003 <context-group purpose="location"> 3018 <context-group purpose="location">
3004 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3019 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3005 <context context-type="linenumber">24</context> 3020 <context context-type="linenumber">24</context>
@@ -3162,11 +3177,11 @@ color: red;
3162 </context-group> 3177 </context-group>
3163 <context-group purpose="location"> 3178 <context-group purpose="location">
3164 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3179 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context>
3165 <context context-type="linenumber">87</context> 3180 <context context-type="linenumber">88</context>
3166 </context-group> 3181 </context-group>
3167 <context-group purpose="location"> 3182 <context-group purpose="location">
3168 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3183 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context>
3169 <context context-type="linenumber">91</context> 3184 <context context-type="linenumber">92</context>
3170 </context-group> 3185 </context-group>
3171 <context-group purpose="location"> 3186 <context-group purpose="location">
3172 <context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context> 3187 <context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context>
@@ -3222,15 +3237,15 @@ color: red;
3222 </context-group> 3237 </context-group>
3223 <context-group purpose="location"> 3238 <context-group purpose="location">
3224 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3239 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
3225 <context context-type="linenumber">144</context> 3240 <context context-type="linenumber">145</context>
3226 </context-group> 3241 </context-group>
3227 <context-group purpose="location"> 3242 <context-group purpose="location">
3228 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3243 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
3229 <context context-type="linenumber">386</context> 3244 <context context-type="linenumber">387</context>
3230 </context-group> 3245 </context-group>
3231 <context-group purpose="location"> 3246 <context-group purpose="location">
3232 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3247 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
3233 <context context-type="linenumber">421</context> 3248 <context context-type="linenumber">422</context>
3234 </context-group> 3249 </context-group>
3235 <context-group purpose="location"> 3250 <context-group purpose="location">
3236 <context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context> 3251 <context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context>
@@ -3260,18 +3275,54 @@ color: red;
3260 <context context-type="linenumber">81</context> 3275 <context context-type="linenumber">81</context>
3261 </context-group> 3276 </context-group>
3262 </trans-unit> 3277 </trans-unit>
3263 <trans-unit id="4774348799569692380" datatype="html"> 3278 <trans-unit id="6018246591673612412" datatype="html">
3264 <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> 3279 <source>Follow</source>
3280 <context-group purpose="location">
3281 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
3282 <context context-type="linenumber">3</context>
3283 </context-group>
3284 <context-group purpose="location">
3285 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
3286 <context context-type="linenumber">37</context>
3287 </context-group>
3265 <context-group purpose="location"> 3288 <context-group purpose="location">
3266 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3289 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3290 <context context-type="linenumber">18</context>
3291 </context-group>
3292 </trans-unit>
3293 <trans-unit id="3596798855644241001" datatype="html">
3294 <source>1 host (without "http://"), account handle or channel handle per line</source>
3295 <context-group purpose="location">
3296 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
3267 <context context-type="linenumber">11</context> 3297 <context context-type="linenumber">11</context>
3268 </context-group> 3298 </context-group>
3269 </trans-unit> 3299 </trans-unit>
3270 <trans-unit id="1268699198448750610" datatype="html"> 3300 <trans-unit id="4917252294930256268" datatype="html">
3271 <source>Follow instances</source> 3301 <source> It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. </source>
3302 <context-group purpose="location">
3303 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
3304 <context context-type="linenumber">28,29</context>
3305 </context-group>
3306 </trans-unit>
3307 <trans-unit id="2355066641781598196" datatype="html">
3308 <source>Follow request(s) sent!</source>
3309 <context-group purpose="location">
3310 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context>
3311 <context context-type="linenumber">62</context>
3312 </context-group>
3313 </trans-unit>
3314 <trans-unit id="3459358413436264734" datatype="html">
3315 <source>Your instance subscriptions</source>
3272 <context-group purpose="location"> 3316 <context-group purpose="location">
3273 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3317 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3274 <context context-type="linenumber">18</context> 3318 <context context-type="linenumber">3</context>
3319 </context-group>
3320 </trans-unit>
3321 <trans-unit id="4774348799569692380" datatype="html">
3322 <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>
3323 <context-group purpose="location">
3324 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3325 <context context-type="linenumber">11</context>
3275 </context-group> 3326 </context-group>
3276 </trans-unit> 3327 </trans-unit>
3277 <trans-unit id="9216117865911519658" datatype="html"> 3328 <trans-unit id="9216117865911519658" datatype="html">
@@ -3301,13 +3352,6 @@ color: red;
3301 <context context-type="linenumber">30</context> 3352 <context context-type="linenumber">30</context>
3302 </context-group> 3353 </context-group>
3303 </trans-unit> 3354 </trans-unit>
3304 <trans-unit id="6641024648411549335" datatype="html">
3305 <source>Host</source>
3306 <context-group purpose="location">
3307 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3308 <context context-type="linenumber">31</context>
3309 </context-group>
3310 </trans-unit>
3311 <trans-unit id="6571718060636962350" datatype="html"> 3355 <trans-unit id="6571718060636962350" datatype="html">
3312 <source>Redundancy allowed <x id="START_TAG_P_SORTICON" ctype="x-p_sorticon" equiv-text="&lt;p-sortIcon field=&quot;redundancyAllowed&quot;>"/><x id="CLOSE_TAG_P_SORTICON" ctype="x-p_sorticon" equiv-text="&lt;/p-sortIcon>"/></source> 3356 <source>Redundancy allowed <x id="START_TAG_P_SORTICON" ctype="x-p_sorticon" equiv-text="&lt;p-sortIcon field=&quot;redundancyAllowed&quot;>"/><x id="CLOSE_TAG_P_SORTICON" ctype="x-p_sorticon" equiv-text="&lt;/p-sortIcon>"/></source>
3313 <context-group purpose="location"> 3357 <context-group purpose="location">
@@ -3323,7 +3367,7 @@ color: red;
3323 </context-group> 3367 </context-group>
3324 <context-group purpose="location"> 3368 <context-group purpose="location">
3325 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context> 3369 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
3326 <context context-type="linenumber">58</context> 3370 <context context-type="linenumber">48</context>
3327 </context-group> 3371 </context-group>
3328 </trans-unit> 3372 </trans-unit>
3329 <trans-unit id="8246779176913476983" datatype="html"> 3373 <trans-unit id="8246779176913476983" datatype="html">
@@ -3345,63 +3389,28 @@ color: red;
3345 <source>No host found matching current filters.</source> 3389 <source>No host found matching current filters.</source>
3346 <context-group purpose="location"> 3390 <context-group purpose="location">
3347 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3391 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3348 <context context-type="linenumber">70</context> 3392 <context context-type="linenumber">71</context>
3349 </context-group> 3393 </context-group>
3350 </trans-unit> 3394 </trans-unit>
3351 <trans-unit id="7274241885665071790" datatype="html"> 3395 <trans-unit id="7274241885665071790" datatype="html">
3352 <source>Your instance is not following anyone.</source> 3396 <source>Your instance is not following anyone.</source>
3353 <context-group purpose="location"> 3397 <context-group purpose="location">
3354 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3398 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3355 <context context-type="linenumber">71</context> 3399 <context context-type="linenumber">72</context>
3356 </context-group>
3357 </trans-unit>
3358 <trans-unit id="6275803119759621687" datatype="html">
3359 <source>Follow domains</source>
3360 <context-group purpose="location">
3361 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3362 <context context-type="linenumber">78</context>
3363 </context-group>
3364 </trans-unit>
3365 <trans-unit id="4917252294930256268" datatype="html">
3366 <source> It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers. </source>
3367 <context-group purpose="location">
3368 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
3369 <context context-type="linenumber">81,82</context>
3370 </context-group>
3371 </trans-unit>
3372 <trans-unit id="2355066641781598196" datatype="html">
3373 <source>Follow request(s) sent!</source>
3374 <context-group purpose="location">
3375 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
3376 <context context-type="linenumber">47</context>
3377 </context-group> 3400 </context-group>
3378 </trans-unit> 3401 </trans-unit>
3379 <trans-unit id="4245720728052819482" datatype="html"> 3402 <trans-unit id="4245720728052819482" datatype="html">
3380 <source>Do you really want to unfollow <x id="PH" equiv-text="follow.following.host"/>?</source> 3403 <source>Do you really want to unfollow <x id="PH" equiv-text="follow.following.host"/>?</source>
3381 <context-group purpose="location"> 3404 <context-group purpose="location">
3382 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context> 3405 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
3383 <context context-type="linenumber">57</context> 3406 <context context-type="linenumber">47</context>
3384 </context-group> 3407 </context-group>
3385 </trans-unit> 3408 </trans-unit>
3386 <trans-unit id="3935234189109112926" datatype="html"> 3409 <trans-unit id="3935234189109112926" datatype="html">
3387 <source>You are not following <x id="PH" equiv-text="follow.following.host"/> anymore.</source> 3410 <source>You are not following <x id="PH" equiv-text="follow.following.host"/> anymore.</source>
3388 <context-group purpose="location"> 3411 <context-group purpose="location">
3389 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context> 3412 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
3390 <context context-type="linenumber">64</context> 3413 <context context-type="linenumber">54</context>
3391 </context-group>
3392 </trans-unit>
3393 <trans-unit id="177544274549739411" datatype="html">
3394 <source>Following list</source>
3395 <context-group purpose="location">
3396 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
3397 <context context-type="linenumber">28</context>
3398 </context-group>
3399 </trans-unit>
3400 <trans-unit id="8092429110007204784" datatype="html">
3401 <source>Followers list</source>
3402 <context-group purpose="location">
3403 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
3404 <context context-type="linenumber">37</context>
3405 </context-group> 3414 </context-group>
3406 </trans-unit> 3415 </trans-unit>
3407 <trans-unit id="2593763089859685916" datatype="html"> 3416 <trans-unit id="2593763089859685916" datatype="html">
@@ -3660,61 +3669,61 @@ color: red;
3660 <source>Automatic blocks</source> 3669 <source>Automatic blocks</source>
3661 <context-group purpose="location"> 3670 <context-group purpose="location">
3662 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3671 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context>
3663 <context context-type="linenumber">31</context> 3672 <context context-type="linenumber">32</context>
3664 </context-group> 3673 </context-group>
3665 </trans-unit> 3674 </trans-unit>
3666 <trans-unit id="6510868134640657079" datatype="html"> 3675 <trans-unit id="6510868134640657079" datatype="html">
3667 <source>Manual blocks</source> 3676 <source>Manual blocks</source>
3668 <context-group purpose="location"> 3677 <context-group purpose="location">
3669 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3678 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context>
3670 <context context-type="linenumber">35</context> 3679 <context context-type="linenumber">36</context>
3671 </context-group> 3680 </context-group>
3672 </trans-unit> 3681 </trans-unit>
3673 <trans-unit id="6473213678768782133" datatype="html"> 3682 <trans-unit id="6473213678768782133" datatype="html">
3674 <source>Internal actions</source> 3683 <source>Internal actions</source>
3675 <context-group purpose="location"> 3684 <context-group purpose="location">
3676 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3685 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context>
3677 <context context-type="linenumber">55</context> 3686 <context context-type="linenumber">56</context>
3678 </context-group> 3687 </context-group>
3679 <context-group purpose="location"> 3688 <context-group purpose="location">
3680 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3689 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
3681 <context context-type="linenumber">254</context> 3690 <context context-type="linenumber">255</context>
3682 </context-group> 3691 </context-group>
3683 </trans-unit> 3692 </trans-unit>
3684 <trans-unit id="3962242315365992494" datatype="html"> 3693 <trans-unit id="3962242315365992494" datatype="html">
3685 <source>Switch video block to manual</source> 3694 <source>Switch video block to manual</source>
3686 <context-group purpose="location"> 3695 <context-group purpose="location">
3687 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3696 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context>
3688 <context context-type="linenumber">60</context> 3697 <context context-type="linenumber">61</context>
3689 </context-group> 3698 </context-group>
3690 </trans-unit> 3699 </trans-unit>
3691 <trans-unit id="6906423861055262169" datatype="html"> 3700 <trans-unit id="6906423861055262169" datatype="html">
3692 <source>Video <x id="PH" equiv-text="videoBlock.video.name"/> switched to manual block.</source> 3701 <source>Video <x id="PH" equiv-text="videoBlock.video.name"/> switched to manual block.</source>
3693 <context-group purpose="location"> 3702 <context-group purpose="location">
3694 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3703 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context>
3695 <context context-type="linenumber">66</context> 3704 <context context-type="linenumber">67</context>
3696 </context-group> 3705 </context-group>
3697 </trans-unit> 3706 </trans-unit>
3698 <trans-unit id="296166371893775555" datatype="html"> 3707 <trans-unit id="296166371893775555" datatype="html">
3699 <source>Actions for the video</source> 3708 <source>Actions for the video</source>
3700 <context-group purpose="location"> 3709 <context-group purpose="location">
3701 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3710 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context>
3702 <context context-type="linenumber">78</context> 3711 <context context-type="linenumber">79</context>
3703 </context-group> 3712 </context-group>
3704 <context-group purpose="location"> 3713 <context-group purpose="location">
3705 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3714 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
3706 <context context-type="linenumber">344</context> 3715 <context context-type="linenumber">345</context>
3707 </context-group> 3716 </context-group>
3708 </trans-unit> 3717 </trans-unit>
3709 <trans-unit id="4859202148272511129" datatype="html"> 3718 <trans-unit id="4859202148272511129" datatype="html">
3710 <source>Unblock</source> 3719 <source>Unblock</source>
3711 <context-group purpose="location"> 3720 <context-group purpose="location">
3712 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3721 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context>
3713 <context context-type="linenumber">82</context> 3722 <context context-type="linenumber">83</context>
3714 </context-group> 3723 </context-group>
3715 <context-group purpose="location"> 3724 <context-group purpose="location">
3716 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3725 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context>
3717 <context context-type="linenumber">135</context> 3726 <context context-type="linenumber">136</context>
3718 </context-group> 3727 </context-group>
3719 <context-group purpose="location"> 3728 <context-group purpose="location">
3720 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context> 3729 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context>
@@ -3729,11 +3738,11 @@ color: red;
3729 <source>Do you really want to delete this video?</source> 3738 <source>Do you really want to delete this video?</source>
3730 <context-group purpose="location"> 3739 <context-group purpose="location">
3731 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3740 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context>
3732 <context context-type="linenumber">90</context> 3741 <context context-type="linenumber">91</context>
3733 </context-group> 3742 </context-group>
3734 <context-group purpose="location"> 3743 <context-group purpose="location">
3735 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3744 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
3736 <context context-type="linenumber">385</context> 3745 <context context-type="linenumber">386</context>
3737 </context-group> 3746 </context-group>
3738 <context-group purpose="location"> 3747 <context-group purpose="location">
3739 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context> 3748 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context>
@@ -3744,18 +3753,18 @@ color: red;
3744 <source>Video deleted.</source> 3753 <source>Video deleted.</source>
3745 <context-group purpose="location"> 3754 <context-group purpose="location">
3746 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3755 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context>
3747 <context context-type="linenumber">98</context> 3756 <context context-type="linenumber">99</context>
3748 </context-group> 3757 </context-group>
3749 <context-group purpose="location"> 3758 <context-group purpose="location">
3750 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3759 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
3751 <context context-type="linenumber">393</context> 3760 <context context-type="linenumber">394</context>
3752 </context-group> 3761 </context-group>
3753 </trans-unit> 3762 </trans-unit>
3754 <trans-unit id="7293356040886494773" datatype="html"> 3763 <trans-unit id="7293356040886494773" datatype="html">
3755 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 3764 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
3756 <context-group purpose="location"> 3765 <context-group purpose="location">
3757 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3766 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context>
3758 <context context-type="linenumber">133</context> 3767 <context context-type="linenumber">134</context>
3759 </context-group> 3768 </context-group>
3760 <context-group purpose="location"> 3769 <context-group purpose="location">
3761 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context> 3770 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context>
@@ -3766,7 +3775,7 @@ color: red;
3766 <source>Video <x id="PH" equiv-text="entry.video.name"/> unblocked.</source> 3775 <source>Video <x id="PH" equiv-text="entry.video.name"/> unblocked.</source>
3767 <context-group purpose="location"> 3776 <context-group purpose="location">
3768 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3777 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context>
3769 <context context-type="linenumber">140</context> 3778 <context context-type="linenumber">141</context>
3770 </context-group> 3779 </context-group>
3771 <context-group purpose="location"> 3780 <context-group purpose="location">
3772 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context> 3781 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context>
@@ -4193,7 +4202,7 @@ color: red;
4193 </context-group> 4202 </context-group>
4194 <context-group purpose="location"> 4203 <context-group purpose="location">
4195 <context context-type="sourcefile">src/app/+search/search.component.ts</context> 4204 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
4196 <context context-type="linenumber">249</context> 4205 <context context-type="linenumber">257</context>
4197 </context-group> 4206 </context-group>
4198 <context-group purpose="location"> 4207 <context-group purpose="location">
4199 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 4208 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
@@ -4578,7 +4587,7 @@ color: red;
4578 </context-group> 4587 </context-group>
4579 <context-group purpose="location"> 4588 <context-group purpose="location">
4580 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context> 4589 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context>
4581 <context context-type="linenumber">103</context> 4590 <context context-type="linenumber">102</context>
4582 </context-group> 4591 </context-group>
4583 <context-group purpose="location"> 4592 <context-group purpose="location">
4584 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context> 4593 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context>
@@ -4736,6 +4745,10 @@ color: red;
4736 <context context-type="linenumber">83</context> 4745 <context context-type="linenumber">83</context>
4737 </context-group> 4746 </context-group>
4738 <context-group purpose="location"> 4747 <context-group purpose="location">
4748 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
4749 <context context-type="linenumber">111</context>
4750 </context-group>
4751 <context-group purpose="location">
4739 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context> 4752 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
4740 <context context-type="linenumber">6</context> 4753 <context context-type="linenumber">6</context>
4741 </context-group> 4754 </context-group>
@@ -4792,8 +4805,12 @@ color: red;
4792 <context context-type="linenumber">105</context> 4805 <context context-type="linenumber">105</context>
4793 </context-group> 4806 </context-group>
4794 <context-group purpose="location"> 4807 <context-group purpose="location">
4808 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
4809 <context context-type="linenumber">112</context>
4810 </context-group>
4811 <context-group purpose="location">
4795 <context context-type="sourcefile">src/app/+login/login.component.html</context> 4812 <context context-type="sourcefile">src/app/+login/login.component.html</context>
4796 <context context-type="linenumber">107</context> 4813 <context context-type="linenumber">111</context>
4797 </context-group> 4814 </context-group>
4798 <context-group purpose="location"> 4815 <context-group purpose="location">
4799 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context> 4816 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
@@ -4835,11 +4852,11 @@ color: red;
4835 </context-group> 4852 </context-group>
4836 <context-group purpose="location"> 4853 <context-group purpose="location">
4837 <context context-type="sourcefile">src/app/+login/login.component.html</context> 4854 <context context-type="sourcefile">src/app/+login/login.component.html</context>
4838 <context context-type="linenumber">34</context> 4855 <context context-type="linenumber">38</context>
4839 </context-group> 4856 </context-group>
4840 <context-group purpose="location"> 4857 <context-group purpose="location">
4841 <context context-type="sourcefile">src/app/+login/login.component.html</context> 4858 <context context-type="sourcefile">src/app/+login/login.component.html</context>
4842 <context context-type="linenumber">36</context> 4859 <context context-type="linenumber">40</context>
4843 </context-group> 4860 </context-group>
4844 <context-group purpose="location"> 4861 <context-group purpose="location">
4845 <context context-type="sourcefile">src/app/+reset-password/reset-password.component.html</context> 4862 <context context-type="sourcefile">src/app/+reset-password/reset-password.component.html</context>
@@ -4879,6 +4896,10 @@ color: red;
4879 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4896 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4880 <context context-type="linenumber">136</context> 4897 <context context-type="linenumber">136</context>
4881 </context-group> 4898 </context-group>
4899 <context-group purpose="location">
4900 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
4901 <context context-type="linenumber">114</context>
4902 </context-group>
4882 </trans-unit> 4903 </trans-unit>
4883 <trans-unit id="2602586221576511475" datatype="html"> 4904 <trans-unit id="2602586221576511475" datatype="html">
4884 <source>Video quota</source> 4905 <source>Video quota</source>
@@ -4891,6 +4912,10 @@ color: red;
4891 <context context-type="linenumber">151</context> 4912 <context context-type="linenumber">151</context>
4892 </context-group> 4913 </context-group>
4893 <context-group purpose="location"> 4914 <context-group purpose="location">
4915 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
4916 <context context-type="linenumber">113</context>
4917 </context-group>
4918 <context-group purpose="location">
4894 <context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context> 4919 <context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context>
4895 <context context-type="linenumber">47</context> 4920 <context context-type="linenumber">47</context>
4896 </context-group> 4921 </context-group>
@@ -4931,6 +4956,10 @@ color: red;
4931 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 4956 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
4932 <context context-type="linenumber">188</context> 4957 <context context-type="linenumber">188</context>
4933 </context-group> 4958 </context-group>
4959 <context-group purpose="location">
4960 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
4961 <context context-type="linenumber">121</context>
4962 </context-group>
4934 </trans-unit> 4963 </trans-unit>
4935 <trans-unit id="588099657508661970" datatype="html"> 4964 <trans-unit id="588099657508661970" datatype="html">
4936 <source>None (local authentication)</source> 4965 <source>None (local authentication)</source>
@@ -5192,6 +5221,27 @@ color: red;
5192 <context context-type="linenumber">281</context> 5221 <context context-type="linenumber">281</context>
5193 </context-group> 5222 </context-group>
5194 </trans-unit> 5223 </trans-unit>
5224 <trans-unit id="4207916966377787111" datatype="html">
5225 <source>Created</source>
5226 <context-group purpose="location">
5227 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
5228 <context context-type="linenumber">115</context>
5229 </context-group>
5230 </trans-unit>
5231 <trans-unit id="8140268298586972139" datatype="html">
5232 <source>Daily quota</source>
5233 <context-group purpose="location">
5234 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
5235 <context context-type="linenumber">120</context>
5236 </context-group>
5237 </trans-unit>
5238 <trans-unit id="7910076708497708162" datatype="html">
5239 <source>Last login</source>
5240 <context-group purpose="location">
5241 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
5242 <context context-type="linenumber">122</context>
5243 </context-group>
5244 </trans-unit>
5195 <trans-unit id="3403978719736970622" datatype="html"> 5245 <trans-unit id="3403978719736970622" datatype="html">
5196 <source>You cannot ban root.</source> 5246 <source>You cannot ban root.</source>
5197 <context-group purpose="location"> 5247 <context-group purpose="location">
@@ -5278,7 +5328,7 @@ color: red;
5278 </context-group> 5328 </context-group>
5279 <context-group purpose="location"> 5329 <context-group purpose="location">
5280 <context context-type="sourcefile">src/app/+login/login.component.html</context> 5330 <context context-type="sourcefile">src/app/+login/login.component.html</context>
5281 <context context-type="linenumber">44</context> 5331 <context context-type="linenumber">48</context>
5282 </context-group> 5332 </context-group>
5283 <context-group purpose="location"> 5333 <context-group purpose="location">
5284 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5334 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -5332,25 +5382,32 @@ color: red;
5332 <context context-type="linenumber">23</context> 5382 <context context-type="linenumber">23</context>
5333 </context-group> 5383 </context-group>
5334 </trans-unit> 5384 </trans-unit>
5385 <trans-unit id="1758058452376026925" datatype="html">
5386 <source> ⚠️ Most email addresses do not include capital letters. </source>
5387 <context-group purpose="location">
5388 <context context-type="sourcefile">src/app/+login/login.component.html</context>
5389 <context context-type="linenumber">33,34</context>
5390 </context-group>
5391 </trans-unit>
5335 <trans-unit id="8715156686857791956" datatype="html"> 5392 <trans-unit id="8715156686857791956" datatype="html">
5336 <source>Click here to reset your password</source> 5393 <source>Click here to reset your password</source>
5337 <context-group purpose="location"> 5394 <context-group purpose="location">
5338 <context context-type="sourcefile">src/app/+login/login.component.html</context> 5395 <context context-type="sourcefile">src/app/+login/login.component.html</context>
5339 <context context-type="linenumber">47</context> 5396 <context context-type="linenumber">51</context>
5340 </context-group> 5397 </context-group>
5341 </trans-unit> 5398 </trans-unit>
5342 <trans-unit id="892063502898494584" datatype="html"> 5399 <trans-unit id="892063502898494584" datatype="html">
5343 <source>I forgot my password</source> 5400 <source>I forgot my password</source>
5344 <context-group purpose="location"> 5401 <context-group purpose="location">
5345 <context context-type="sourcefile">src/app/+login/login.component.html</context> 5402 <context context-type="sourcefile">src/app/+login/login.component.html</context>
5346 <context context-type="linenumber">47</context> 5403 <context context-type="linenumber">51</context>
5347 </context-group> 5404 </context-group>
5348 </trans-unit> 5405 </trans-unit>
5349 <trans-unit id="2308975396733519902" datatype="html"> 5406 <trans-unit id="2308975396733519902" datatype="html">
5350 <source>Create an account</source> 5407 <source>Create an account</source>
5351 <context-group purpose="location"> 5408 <context-group purpose="location">
5352 <context context-type="sourcefile">src/app/+login/login.component.html</context> 5409 <context context-type="sourcefile">src/app/+login/login.component.html</context>
5353 <context context-type="linenumber">50</context> 5410 <context context-type="linenumber">54</context>
5354 </context-group> 5411 </context-group>
5355 <context-group purpose="location"> 5412 <context-group purpose="location">
5356 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 5413 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
@@ -5361,56 +5418,56 @@ color: red;
5361 <source> Logging into an account lets you publish content </source> 5418 <source> Logging into an account lets you publish content </source>
5362 <context-group purpose="location"> 5419 <context-group purpose="location">
5363 <context context-type="sourcefile">src/app/+login/login.component.html</context> 5420 <context context-type="sourcefile">src/app/+login/login.component.html</context>
5364 <context context-type="linenumber">56,57</context> 5421 <context context-type="linenumber">60,61</context>
5365 </context-group> 5422 </context-group>
5366 </trans-unit> 5423 </trans-unit>
5367 <trans-unit id="7252854992688790751" datatype="html"> 5424 <trans-unit id="7252854992688790751" datatype="html">
5368 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 5425 <source> This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5369 <context-group purpose="location"> 5426 <context-group purpose="location">
5370 <context context-type="sourcefile">src/app/+login/login.component.html</context> 5427 <context context-type="sourcefile">src/app/+login/login.component.html</context>
5371 <context context-type="linenumber">60,62</context> 5428 <context context-type="linenumber">64,66</context>
5372 </context-group> 5429 </context-group>
5373 </trans-unit> 5430 </trans-unit>
5374 <trans-unit id="7215649348148521605" datatype="html"> 5431 <trans-unit id="7215649348148521605" datatype="html">
5375 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 5432 <source> Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5376 <context-group purpose="location"> 5433 <context-group purpose="location">
5377 <context context-type="sourcefile">src/app/+login/login.component.html</context> 5434 <context context-type="sourcefile">src/app/+login/login.component.html</context>
5378 <context context-type="linenumber">65,67</context> 5435 <context context-type="linenumber">69,71</context>
5379 </context-group> 5436 </context-group>
5380 </trans-unit> 5437 </trans-unit>
5381 <trans-unit id="3183213940445113677" datatype="html"> 5438 <trans-unit id="3183213940445113677" datatype="html">
5382 <source>Or sign in with</source> 5439 <source>Or sign in with</source>
5383 <context-group purpose="location"> 5440 <context-group purpose="location">
5384 <context context-type="sourcefile">src/app/+login/login.component.html</context> 5441 <context context-type="sourcefile">src/app/+login/login.component.html</context>
5385 <context context-type="linenumber">72</context> 5442 <context context-type="linenumber">76</context>
5386 </context-group> 5443 </context-group>
5387 </trans-unit> 5444 </trans-unit>
5388 <trans-unit id="3238209155172574367" datatype="html"> 5445 <trans-unit id="3238209155172574367" datatype="html">
5389 <source>Forgot your password</source> 5446 <source>Forgot your password</source>
5390 <context-group purpose="location"> 5447 <context-group purpose="location">
5391 <context context-type="sourcefile">src/app/+login/login.component.html</context> 5448 <context context-type="sourcefile">src/app/+login/login.component.html</context>
5392 <context context-type="linenumber">91</context> 5449 <context context-type="linenumber">95</context>
5393 </context-group> 5450 </context-group>
5394 </trans-unit> 5451 </trans-unit>
5395 <trans-unit id="87327320394367488" datatype="html"> 5452 <trans-unit id="87327320394367488" datatype="html">
5396 <source> We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. </source> 5453 <source> We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system. </source>
5397 <context-group purpose="location"> 5454 <context-group purpose="location">
5398 <context context-type="sourcefile">src/app/+login/login.component.html</context> 5455 <context context-type="sourcefile">src/app/+login/login.component.html</context>
5399 <context context-type="linenumber">99,100</context> 5456 <context context-type="linenumber">103,104</context>
5400 </context-group> 5457 </context-group>
5401 </trans-unit> 5458 </trans-unit>
5402 <trans-unit id="3188014010833256853" datatype="html"> 5459 <trans-unit id="3188014010833256853" datatype="html">
5403 <source> Enter your email address and we will send you a link to reset your password. </source> 5460 <source> Enter your email address and we will send you a link to reset your password. </source>
5404 <context-group purpose="location"> 5461 <context-group purpose="location">
5405 <context context-type="sourcefile">src/app/+login/login.component.html</context> 5462 <context context-type="sourcefile">src/app/+login/login.component.html</context>
5406 <context context-type="linenumber">103,104</context> 5463 <context context-type="linenumber">107,108</context>
5407 </context-group> 5464 </context-group>
5408 </trans-unit> 5465 </trans-unit>
5409 <trans-unit id="3967269098753656610" datatype="html"> 5466 <trans-unit id="3967269098753656610" datatype="html">
5410 <source>Email address</source> 5467 <source>Email address</source>
5411 <context-group purpose="location"> 5468 <context-group purpose="location">
5412 <context context-type="sourcefile">src/app/+login/login.component.html</context> 5469 <context context-type="sourcefile">src/app/+login/login.component.html</context>
5413 <context context-type="linenumber">109</context> 5470 <context context-type="linenumber">113</context>
5414 </context-group> 5471 </context-group>
5415 <context-group purpose="location"> 5472 <context-group purpose="location">
5416 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context> 5473 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
@@ -5421,7 +5478,7 @@ color: red;
5421 <source>Reset</source> 5478 <source>Reset</source>
5422 <context-group purpose="location"> 5479 <context-group purpose="location">
5423 <context context-type="sourcefile">src/app/+login/login.component.html</context> 5480 <context context-type="sourcefile">src/app/+login/login.component.html</context>
5424 <context context-type="linenumber">122</context> 5481 <context context-type="linenumber">126</context>
5425 </context-group> 5482 </context-group>
5426 <note priority="1" from="description">Password reset button</note> 5483 <note priority="1" from="description">Password reset button</note>
5427 </trans-unit> 5484 </trans-unit>
@@ -5437,14 +5494,14 @@ The link will expire within 1 hour.</source>
5437 <source>Incorrect username or password.</source> 5494 <source>Incorrect username or password.</source>
5438 <context-group purpose="location"> 5495 <context-group purpose="location">
5439 <context context-type="sourcefile">src/app/+login/login.component.ts</context> 5496 <context context-type="sourcefile">src/app/+login/login.component.ts</context>
5440 <context context-type="linenumber">159</context> 5497 <context context-type="linenumber">163</context>
5441 </context-group> 5498 </context-group>
5442 </trans-unit> 5499 </trans-unit>
5443 <trans-unit id="6974874606619467663" datatype="html"> 5500 <trans-unit id="6974874606619467663" datatype="html">
5444 <source>Your account is blocked.</source> 5501 <source>Your account is blocked.</source>
5445 <context-group purpose="location"> 5502 <context-group purpose="location">
5446 <context context-type="sourcefile">src/app/+login/login.component.ts</context> 5503 <context context-type="sourcefile">src/app/+login/login.component.ts</context>
5447 <context context-type="linenumber">160</context> 5504 <context context-type="linenumber">164</context>
5448 </context-group> 5505 </context-group>
5449 </trans-unit> 5506 </trans-unit>
5450 <trans-unit id="6658000829978978023" datatype="html"> 5507 <trans-unit id="6658000829978978023" datatype="html">
@@ -6021,14 +6078,14 @@ The link will expire within 1 hour.</source>
6021 <source>Video channel <x id="PH" equiv-text="videoChannelCreate.displayName"/> created.</source> 6078 <source>Video channel <x id="PH" equiv-text="videoChannelCreate.displayName"/> created.</source>
6022 <context-group purpose="location"> 6079 <context-group purpose="location">
6023 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context> 6080 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context>
6024 <context context-type="linenumber">67</context> 6081 <context context-type="linenumber">66</context>
6025 </context-group> 6082 </context-group>
6026 </trans-unit> 6083 </trans-unit>
6027 <trans-unit id="8723777130353305761" datatype="html"> 6084 <trans-unit id="8723777130353305761" datatype="html">
6028 <source>This name already exists on this instance.</source> 6085 <source>This name already exists on this instance.</source>
6029 <context-group purpose="location"> 6086 <context-group purpose="location">
6030 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context> 6087 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context>
6031 <context context-type="linenumber">73</context> 6088 <context context-type="linenumber">72</context>
6032 </context-group> 6089 </context-group>
6033 </trans-unit> 6090 </trans-unit>
6034 <trans-unit id="5387007581996837469" datatype="html"> 6091 <trans-unit id="5387007581996837469" datatype="html">
@@ -6257,8 +6314,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6257 <context context-type="linenumber">44,46</context> 6314 <context context-type="linenumber">44,46</context>
6258 </context-group> 6315 </context-group>
6259 </trans-unit> 6316 </trans-unit>
6260 <trans-unit id="2575302837003821736" datatype="html"> 6317 <trans-unit id="4433306639366959484" datatype="html">
6261 <source>Please type the display name of the video channel (<x id="PH" equiv-text="videoChannel.displayName"/>) to confirm</source> 6318 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source>
6262 <context-group purpose="location"> 6319 <context-group purpose="location">
6263 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context> 6320 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
6264 <context context-type="linenumber">48</context> 6321 <context context-type="linenumber">48</context>
@@ -6574,7 +6631,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6574 </context-group> 6631 </context-group>
6575 <context-group purpose="location"> 6632 <context-group purpose="location">
6576 <context context-type="sourcefile">src/app/+search/search.component.html</context> 6633 <context context-type="sourcefile">src/app/+search/search.component.html</context>
6577 <context context-type="linenumber">53</context> 6634 <context context-type="linenumber">55</context>
6578 </context-group> 6635 </context-group>
6579 <context-group purpose="location"> 6636 <context-group purpose="location">
6580 <context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context> 6637 <context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context>
@@ -6866,6 +6923,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6866 <context context-type="linenumber">64</context> 6923 <context context-type="linenumber">64</context>
6867 </context-group> 6924 </context-group>
6868 </trans-unit> 6925 </trans-unit>
6926 <trans-unit id="7699622144571229146" datatype="html">
6927 <source>Sort by</source>
6928 <context-group purpose="location">
6929 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
6930 <context context-type="linenumber">26</context>
6931 </context-group>
6932 </trans-unit>
6869 <trans-unit id="1788875035518441092" datatype="html"> 6933 <trans-unit id="1788875035518441092" datatype="html">
6870 <source>Last published first</source> 6934 <source>Last published first</source>
6871 <context-group purpose="location"> 6935 <context-group purpose="location">
@@ -7049,7 +7113,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7049 <source>I'm a teapot</source> 7113 <source>I'm a teapot</source>
7050 <context-group purpose="location"> 7114 <context-group purpose="location">
7051 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context> 7115 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context>
7052 <context context-type="linenumber">26</context> 7116 <context context-type="linenumber">27</context>
7053 </context-group> 7117 </context-group>
7054 </trans-unit> 7118 </trans-unit>
7055 <trans-unit id="3851357780293085233" datatype="html"> 7119 <trans-unit id="3851357780293085233" datatype="html">
@@ -7181,7 +7245,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7181 </context-group> 7245 </context-group>
7182 <context-group purpose="location"> 7246 <context-group purpose="location">
7183 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 7247 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
7184 <context context-type="linenumber">197,198</context> 7248 <context context-type="linenumber">205,206</context>
7185 </context-group> 7249 </context-group>
7186 </trans-unit> 7250 </trans-unit>
7187 <trans-unit id="4540121094340493564" datatype="html"> 7251 <trans-unit id="4540121094340493564" datatype="html">
@@ -7270,7 +7334,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7270 </context-group> 7334 </context-group>
7271 <context-group purpose="location"> 7335 <context-group purpose="location">
7272 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context> 7336 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
7273 <context context-type="linenumber">52</context> 7337 <context context-type="linenumber">60</context>
7274 </context-group> 7338 </context-group>
7275 </trans-unit> 7339 </trans-unit>
7276 <trans-unit id="1806667489382256324" datatype="html"> 7340 <trans-unit id="1806667489382256324" datatype="html">
@@ -7285,7 +7349,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7285 </context-group> 7349 </context-group>
7286 <context-group purpose="location"> 7350 <context-group purpose="location">
7287 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context> 7351 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
7288 <context context-type="linenumber">17</context> 7352 <context context-type="linenumber">25</context>
7289 </context-group> 7353 </context-group>
7290 </trans-unit> 7354 </trans-unit>
7291 <trans-unit id="2199290266269383925" datatype="html"> 7355 <trans-unit id="2199290266269383925" datatype="html">
@@ -7307,7 +7371,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7307 </context-group> 7371 </context-group>
7308 <context-group purpose="location"> 7372 <context-group purpose="location">
7309 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context> 7373 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
7310 <context context-type="linenumber">26</context> 7374 <context context-type="linenumber">34</context>
7311 </context-group> 7375 </context-group>
7312 </trans-unit> 7376 </trans-unit>
7313 <trans-unit id="4184995865179898060" datatype="html"> 7377 <trans-unit id="4184995865179898060" datatype="html">
@@ -7333,7 +7397,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7333 </context-group> 7397 </context-group>
7334 <context-group purpose="location"> 7398 <context-group purpose="location">
7335 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context> 7399 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
7336 <context context-type="linenumber">35</context> 7400 <context context-type="linenumber">43</context>
7337 </context-group> 7401 </context-group>
7338 </trans-unit> 7402 </trans-unit>
7339 <trans-unit id="7904142744051432458" datatype="html"> 7403 <trans-unit id="7904142744051432458" datatype="html">
@@ -7357,25 +7421,32 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7357 <context context-type="linenumber">170</context> 7421 <context context-type="linenumber">170</context>
7358 </context-group> 7422 </context-group>
7359 </trans-unit> 7423 </trans-unit>
7424 <trans-unit id="5143793904897598509" datatype="html">
7425 <source>PeerTube instance host</source>
7426 <context-group purpose="location">
7427 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
7428 <context context-type="linenumber">178</context>
7429 </context-group>
7430 </trans-unit>
7360 <trans-unit id="283421392567624698" datatype="html"> 7431 <trans-unit id="283421392567624698" datatype="html">
7361 <source>Search target</source> 7432 <source>Search target</source>
7362 <context-group purpose="location"> 7433 <context-group purpose="location">
7363 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 7434 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
7364 <context context-type="linenumber">179</context> 7435 <context context-type="linenumber">187</context>
7365 </context-group> 7436 </context-group>
7366 </trans-unit> 7437 </trans-unit>
7367 <trans-unit id="2489767671380266270" datatype="html"> 7438 <trans-unit id="2489767671380266270" datatype="html">
7368 <source>Vidiverse</source> 7439 <source>Vidiverse</source>
7369 <context-group purpose="location"> 7440 <context-group purpose="location">
7370 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 7441 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
7371 <context context-type="linenumber">189</context> 7442 <context context-type="linenumber">197</context>
7372 </context-group> 7443 </context-group>
7373 </trans-unit> 7444 </trans-unit>
7374 <trans-unit id="8829497237648100098" datatype="html"> 7445 <trans-unit id="8829497237648100098" datatype="html">
7375 <source>Filter</source> 7446 <source>Filter</source>
7376 <context-group purpose="location"> 7447 <context-group purpose="location">
7377 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context> 7448 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
7378 <context context-type="linenumber">200</context> 7449 <context context-type="linenumber">208</context>
7379 </context-group> 7450 </context-group>
7380 </trans-unit> 7451 </trans-unit>
7381 <trans-unit id="6048892649018070225" datatype="html"> 7452 <trans-unit id="6048892649018070225" datatype="html">
@@ -7499,21 +7570,28 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7499 <source> No results found </source> 7570 <source> No results found </source>
7500 <context-group purpose="location"> 7571 <context-group purpose="location">
7501 <context context-type="sourcefile">src/app/+search/search.component.html</context> 7572 <context context-type="sourcefile">src/app/+search/search.component.html</context>
7502 <context context-type="linenumber">31,32</context> 7573 <context context-type="linenumber">33,34</context>
7503 </context-group> 7574 </context-group>
7504 </trans-unit> 7575 </trans-unit>
7505 <trans-unit id="3208627574396957172" datatype="html"> 7576 <trans-unit id="3208627574396957172" datatype="html">
7506 <source>Search index is unavailable. Retrying with instance results instead.</source> 7577 <source>Search index is unavailable. Retrying with instance results instead.</source>
7507 <context-group purpose="location"> 7578 <context-group purpose="location">
7508 <context context-type="sourcefile">src/app/+search/search.component.ts</context> 7579 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
7509 <context context-type="linenumber">153</context> 7580 <context context-type="linenumber">161</context>
7510 </context-group> 7581 </context-group>
7511 </trans-unit> 7582 </trans-unit>
7512 <trans-unit id="307702206382241469" datatype="html"> 7583 <trans-unit id="307702206382241469" datatype="html">
7513 <source>Search error</source> 7584 <source>Search error</source>
7514 <context-group purpose="location"> 7585 <context-group purpose="location">
7515 <context context-type="sourcefile">src/app/+search/search.component.ts</context> 7586 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
7516 <context context-type="linenumber">154</context> 7587 <context context-type="linenumber">162</context>
7588 </context-group>
7589 </trans-unit>
7590 <trans-unit id="8491751845906232809" datatype="html">
7591 <source>PeerTube instance host filter is invalid</source>
7592 <context-group purpose="location">
7593 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
7594 <context context-type="linenumber">329</context>
7517 </context-group> 7595 </context-group>
7518 </trans-unit> 7596 </trans-unit>
7519 <trans-unit id="8980375993935541237" datatype="html"> 7597 <trans-unit id="8980375993935541237" datatype="html">
@@ -7854,7 +7932,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7854 </context-group> 7932 </context-group>
7855 <context-group purpose="location"> 7933 <context-group purpose="location">
7856 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 7934 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
7857 <context context-type="linenumber">704</context> 7935 <context context-type="linenumber">712</context>
7858 </context-group> 7936 </context-group>
7859 </trans-unit> 7937 </trans-unit>
7860 <trans-unit id="3131904093925601441" datatype="html"> 7938 <trans-unit id="3131904093925601441" datatype="html">
@@ -8266,7 +8344,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8266 </context-group> 8344 </context-group>
8267 <context-group purpose="location"> 8345 <context-group purpose="location">
8268 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context> 8346 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
8269 <context context-type="linenumber">44</context> 8347 <context context-type="linenumber">52</context>
8270 </context-group> 8348 </context-group>
8271 </trans-unit> 8349 </trans-unit>
8272 <trans-unit id="354332809647287722" datatype="html"> 8350 <trans-unit id="354332809647287722" datatype="html">
@@ -8783,31 +8861,31 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8783 <context context-type="linenumber">5</context> 8861 <context context-type="linenumber">5</context>
8784 </context-group> 8862 </context-group>
8785 </trans-unit> 8863 </trans-unit>
8786 <trans-unit id="6161604372916832458" datatype="html">
8787 <source>Upload on hold</source>
8788 <context-group purpose="location">
8789 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context>
8790 <context context-type="linenumber">124</context>
8791 </context-group>
8792 </trans-unit>
8793 <trans-unit id="3284171506518522275" datatype="html"> 8864 <trans-unit id="3284171506518522275" datatype="html">
8794 <source>Your video was uploaded to your account and is private.</source> 8865 <source>Your video was uploaded to your account and is private.</source>
8795 <context-group purpose="location"> 8866 <context-group purpose="location">
8796 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context> 8867 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context>
8797 <context context-type="linenumber">162</context> 8868 <context context-type="linenumber">117</context>
8798 </context-group> 8869 </context-group>
8799 </trans-unit> 8870 </trans-unit>
8800 <trans-unit id="5699822024600815733" datatype="html"> 8871 <trans-unit id="5699822024600815733" datatype="html">
8801 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 8872 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
8802 <context-group purpose="location"> 8873 <context-group purpose="location">
8803 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context> 8874 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context>
8804 <context context-type="linenumber">163</context> 8875 <context context-type="linenumber">118</context>
8805 </context-group> 8876 </context-group>
8806 </trans-unit> 8877 </trans-unit>
8807 <trans-unit id="1219739004043110649" datatype="html"> 8878 <trans-unit id="1219739004043110649" datatype="html">
8808 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 8879 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
8809 <context-group purpose="location"> 8880 <context-group purpose="location">
8810 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context> 8881 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context>
8882 <context context-type="linenumber">120</context>
8883 </context-group>
8884 </trans-unit>
8885 <trans-unit id="6161604372916832458" datatype="html">
8886 <source>Upload on hold</source>
8887 <context-group purpose="location">
8888 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context>
8811 <context context-type="linenumber">165</context> 8889 <context context-type="linenumber">165</context>
8812 </context-group> 8890 </context-group>
8813 </trans-unit> 8891 </trans-unit>
@@ -8815,28 +8893,28 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8815 <source>Upload</source> 8893 <source>Upload</source>
8816 <context-group purpose="location"> 8894 <context-group purpose="location">
8817 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context> 8895 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context>
8818 <context context-type="linenumber">222</context> 8896 <context context-type="linenumber">225</context>
8819 </context-group> 8897 </context-group>
8820 </trans-unit> 8898 </trans-unit>
8821 <trans-unit id="8278735427925094503" datatype="html"> 8899 <trans-unit id="8278735427925094503" datatype="html">
8822 <source>Upload <x id="PH" equiv-text="videofile.name"/></source> 8900 <source>Upload <x id="PH" equiv-text="videofile.name"/></source>
8823 <context-group purpose="location"> 8901 <context-group purpose="location">
8824 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context> 8902 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context>
8825 <context context-type="linenumber">224</context> 8903 <context context-type="linenumber">227</context>
8826 </context-group> 8904 </context-group>
8827 </trans-unit> 8905 </trans-unit>
8828 <trans-unit id="5981816353437801748" datatype="html"> 8906 <trans-unit id="5981816353437801748" datatype="html">
8829 <source>Video published.</source> 8907 <source>Video published.</source>
8830 <context-group purpose="location"> 8908 <context-group purpose="location">
8831 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context> 8909 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context>
8832 <context context-type="linenumber">245</context> 8910 <context context-type="linenumber">248</context>
8833 </context-group> 8911 </context-group>
8834 </trans-unit> 8912 </trans-unit>
8835 <trans-unit id="1006562256968398209" datatype="html"> 8913 <trans-unit id="1006562256968398209" datatype="html">
8836 <source>video</source> 8914 <source>video</source>
8837 <context-group purpose="location"> 8915 <context-group purpose="location">
8838 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context> 8916 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context>
8839 <context context-type="linenumber">288</context> 8917 <context context-type="linenumber">291</context>
8840 </context-group> 8918 </context-group>
8841 <context-group purpose="location"> 8919 <context-group purpose="location">
8842 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context> 8920 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context>
@@ -8847,14 +8925,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8847 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 8925 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
8848 <context-group purpose="location"> 8926 <context-group purpose="location">
8849 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context> 8927 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context>
8850 <context context-type="linenumber">323</context> 8928 <context context-type="linenumber">326</context>
8851 </context-group> 8929 </context-group>
8852 </trans-unit> 8930 </trans-unit>
8853 <trans-unit id="7873395933409147217" datatype="html"> 8931 <trans-unit id="7873395933409147217" datatype="html">
8854 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 8932 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
8855 <context-group purpose="location"> 8933 <context-group purpose="location">
8856 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context> 8934 <context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context>
8857 <context context-type="linenumber">341</context> 8935 <context context-type="linenumber">344</context>
8858 </context-group> 8936 </context-group>
8859 </trans-unit> 8937 </trans-unit>
8860 <trans-unit id="285180972645018518" datatype="html"> 8938 <trans-unit id="285180972645018518" datatype="html">
@@ -9300,7 +9378,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
9300 </context-group> 9378 </context-group>
9301 <context-group purpose="location"> 9379 <context-group purpose="location">
9302 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 9380 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
9303 <context context-type="linenumber">420</context> 9381 <context context-type="linenumber">421</context>
9304 </context-group> 9382 </context-group>
9305 </trans-unit> 9383 </trans-unit>
9306 <trans-unit id="3691787517663044217" datatype="html"> 9384 <trans-unit id="3691787517663044217" datatype="html">
@@ -9413,11 +9491,18 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
9413 <context context-type="linenumber">7</context> 9491 <context context-type="linenumber">7</context>
9414 </context-group> 9492 </context-group>
9415 </trans-unit> 9493 </trans-unit>
9494 <trans-unit id="6981359593518942576" datatype="html">
9495 <source>Open the video on the origin instance</source>
9496 <context-group purpose="location">
9497 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
9498 <context context-type="linenumber">14</context>
9499 </context-group>
9500 </trans-unit>
9416 <trans-unit id="5139892963394684487" datatype="html"> 9501 <trans-unit id="5139892963394684487" datatype="html">
9417 <source>Originally published</source> 9502 <source>Originally published</source>
9418 <context-group purpose="location"> 9503 <context-group purpose="location">
9419 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context> 9504 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
9420 <context context-type="linenumber">12</context> 9505 <context context-type="linenumber">20</context>
9421 </context-group> 9506 </context-group>
9422 </trans-unit> 9507 </trans-unit>
9423 <trans-unit id="6952960992592445535" datatype="html"> 9508 <trans-unit id="6952960992592445535" datatype="html">
@@ -9597,10 +9682,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
9597 <context context-type="linenumber">24</context> 9682 <context context-type="linenumber">24</context>
9598 </context-group> 9683 </context-group>
9599 <context-group purpose="location"> 9684 <context-group purpose="location">
9600 <context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context>
9601 <context context-type="linenumber">3</context>
9602 </context-group>
9603 <context-group purpose="location">
9604 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context> 9685 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context>
9605 <context context-type="linenumber">27</context> 9686 <context context-type="linenumber">27</context>
9606 </context-group> 9687 </context-group>
@@ -9629,119 +9710,119 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
9629 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH" equiv-text="originUrl"/>"><x id="PH_1" equiv-text="originUrl"/>&lt;/a>?</source> 9710 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH" equiv-text="originUrl"/>"><x id="PH_1" equiv-text="originUrl"/>&lt;/a>?</source>
9630 <context-group purpose="location"> 9711 <context-group purpose="location">
9631 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9712 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9632 <context context-type="linenumber">288</context> 9713 <context context-type="linenumber">295</context>
9633 </context-group> 9714 </context-group>
9634 </trans-unit> 9715 </trans-unit>
9635 <trans-unit id="5761611056224181752" datatype="html"> 9716 <trans-unit id="5761611056224181752" datatype="html">
9636 <source>Redirection</source> 9717 <source>Redirection</source>
9637 <context-group purpose="location"> 9718 <context-group purpose="location">
9638 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9719 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9639 <context context-type="linenumber">289</context> 9720 <context context-type="linenumber">296</context>
9640 </context-group> 9721 </context-group>
9641 </trans-unit> 9722 </trans-unit>
9642 <trans-unit id="8858527736400081688" datatype="html"> 9723 <trans-unit id="8858527736400081688" datatype="html">
9643 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 9724 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
9644 <context-group purpose="location"> 9725 <context-group purpose="location">
9645 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9726 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9646 <context context-type="linenumber">335</context> 9727 <context context-type="linenumber">342</context>
9647 </context-group> 9728 </context-group>
9648 </trans-unit> 9729 </trans-unit>
9649 <trans-unit id="3937119019020041049" datatype="html"> 9730 <trans-unit id="3937119019020041049" datatype="html">
9650 <source>Mature or explicit content</source> 9731 <source>Mature or explicit content</source>
9651 <context-group purpose="location"> 9732 <context-group purpose="location">
9652 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9733 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9653 <context context-type="linenumber">336</context> 9734 <context context-type="linenumber">343</context>
9654 </context-group> 9735 </context-group>
9655 </trans-unit> 9736 </trans-unit>
9656 <trans-unit id="1755474755114288376" datatype="html"> 9737 <trans-unit id="1755474755114288376" datatype="html">
9657 <source>Up Next</source> 9738 <source>Up Next</source>
9658 <context-group purpose="location"> 9739 <context-group purpose="location">
9659 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9740 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9660 <context context-type="linenumber">407</context> 9741 <context context-type="linenumber">414</context>
9661 </context-group> 9742 </context-group>
9662 </trans-unit> 9743 </trans-unit>
9663 <trans-unit id="3354816756665089864" datatype="html"> 9744 <trans-unit id="3354816756665089864" datatype="html">
9664 <source>Autoplay is suspended</source> 9745 <source>Autoplay is suspended</source>
9665 <context-group purpose="location"> 9746 <context-group purpose="location">
9666 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9747 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9667 <context context-type="linenumber">409</context> 9748 <context context-type="linenumber">416</context>
9668 </context-group> 9749 </context-group>
9669 </trans-unit> 9750 </trans-unit>
9670 <trans-unit id="7895294730547405228" datatype="html"> 9751 <trans-unit id="7895294730547405228" datatype="html">
9671 <source>Enter/exit fullscreen (requires player focus)</source> 9752 <source>Enter/exit fullscreen (requires player focus)</source>
9672 <context-group purpose="location"> 9753 <context-group purpose="location">
9673 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9754 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9674 <context context-type="linenumber">678</context> 9755 <context context-type="linenumber">686</context>
9675 </context-group> 9756 </context-group>
9676 </trans-unit> 9757 </trans-unit>
9677 <trans-unit id="7618388257165864759" datatype="html"> 9758 <trans-unit id="7618388257165864759" datatype="html">
9678 <source>Play/Pause the video (requires player focus)</source> 9759 <source>Play/Pause the video (requires player focus)</source>
9679 <context-group purpose="location"> 9760 <context-group purpose="location">
9680 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9761 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9681 <context context-type="linenumber">679</context> 9762 <context context-type="linenumber">687</context>
9682 </context-group> 9763 </context-group>
9683 </trans-unit> 9764 </trans-unit>
9684 <trans-unit id="7761890399634216630" datatype="html"> 9765 <trans-unit id="7761890399634216630" datatype="html">
9685 <source>Mute/unmute the video (requires player focus)</source> 9766 <source>Mute/unmute the video (requires player focus)</source>
9686 <context-group purpose="location"> 9767 <context-group purpose="location">
9687 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9768 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9688 <context context-type="linenumber">680</context> 9769 <context context-type="linenumber">688</context>
9689 </context-group> 9770 </context-group>
9690 </trans-unit> 9771 </trans-unit>
9691 <trans-unit id="5996585232248234904" datatype="html"> 9772 <trans-unit id="5996585232248234904" datatype="html">
9692 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 9773 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
9693 <context-group purpose="location"> 9774 <context-group purpose="location">
9694 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9775 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9695 <context context-type="linenumber">682</context> 9776 <context context-type="linenumber">690</context>
9696 </context-group> 9777 </context-group>
9697 </trans-unit> 9778 </trans-unit>
9698 <trans-unit id="3748765405903319998" datatype="html"> 9779 <trans-unit id="3748765405903319998" datatype="html">
9699 <source>Increase the volume (requires player focus)</source> 9780 <source>Increase the volume (requires player focus)</source>
9700 <context-group purpose="location"> 9781 <context-group purpose="location">
9701 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9782 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9702 <context context-type="linenumber">684</context> 9783 <context context-type="linenumber">692</context>
9703 </context-group> 9784 </context-group>
9704 </trans-unit> 9785 </trans-unit>
9705 <trans-unit id="5810704036407159982" datatype="html"> 9786 <trans-unit id="5810704036407159982" datatype="html">
9706 <source>Decrease the volume (requires player focus)</source> 9787 <source>Decrease the volume (requires player focus)</source>
9707 <context-group purpose="location"> 9788 <context-group purpose="location">
9708 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9789 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9709 <context context-type="linenumber">685</context> 9790 <context context-type="linenumber">693</context>
9710 </context-group> 9791 </context-group>
9711 </trans-unit> 9792 </trans-unit>
9712 <trans-unit id="2622048822548065691" datatype="html"> 9793 <trans-unit id="2622048822548065691" datatype="html">
9713 <source>Seek the video forward (requires player focus)</source> 9794 <source>Seek the video forward (requires player focus)</source>
9714 <context-group purpose="location"> 9795 <context-group purpose="location">
9715 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9796 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9716 <context context-type="linenumber">687</context> 9797 <context context-type="linenumber">695</context>
9717 </context-group> 9798 </context-group>
9718 </trans-unit> 9799 </trans-unit>
9719 <trans-unit id="6540078205109221153" datatype="html"> 9800 <trans-unit id="6540078205109221153" datatype="html">
9720 <source>Seek the video backward (requires player focus)</source> 9801 <source>Seek the video backward (requires player focus)</source>
9721 <context-group purpose="location"> 9802 <context-group purpose="location">
9722 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9803 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9723 <context context-type="linenumber">688</context> 9804 <context context-type="linenumber">696</context>
9724 </context-group> 9805 </context-group>
9725 </trans-unit> 9806 </trans-unit>
9726 <trans-unit id="1956491957766210808" datatype="html"> 9807 <trans-unit id="1956491957766210808" datatype="html">
9727 <source>Increase playback rate (requires player focus)</source> 9808 <source>Increase playback rate (requires player focus)</source>
9728 <context-group purpose="location"> 9809 <context-group purpose="location">
9729 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9810 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9730 <context context-type="linenumber">690</context> 9811 <context context-type="linenumber">698</context>
9731 </context-group> 9812 </context-group>
9732 </trans-unit> 9813 </trans-unit>
9733 <trans-unit id="5495529997674803186" datatype="html"> 9814 <trans-unit id="5495529997674803186" datatype="html">
9734 <source>Decrease playback rate (requires player focus)</source> 9815 <source>Decrease playback rate (requires player focus)</source>
9735 <context-group purpose="location"> 9816 <context-group purpose="location">
9736 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9817 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9737 <context context-type="linenumber">691</context> 9818 <context context-type="linenumber">699</context>
9738 </context-group> 9819 </context-group>
9739 </trans-unit> 9820 </trans-unit>
9740 <trans-unit id="3178343147230721210" datatype="html"> 9821 <trans-unit id="3178343147230721210" datatype="html">
9741 <source>Navigate in the video frame by frame (requires player focus)</source> 9822 <source>Navigate in the video frame by frame (requires player focus)</source>
9742 <context-group purpose="location"> 9823 <context-group purpose="location">
9743 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context> 9824 <context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context>
9744 <context context-type="linenumber">693</context> 9825 <context context-type="linenumber">701</context>
9745 </context-group> 9826 </context-group>
9746 </trans-unit> 9827 </trans-unit>
9747 <trans-unit id="7627544798203088407" datatype="html"> 9828 <trans-unit id="7627544798203088407" datatype="html">
@@ -10018,28 +10099,28 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
10018 <source>Go to my subscriptions</source> 10099 <source>Go to my subscriptions</source>
10019 <context-group purpose="location"> 10100 <context-group purpose="location">
10020 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context> 10101 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
10021 <context context-type="linenumber">64</context> 10102 <context context-type="linenumber">63</context>
10022 </context-group> 10103 </context-group>
10023 </trans-unit> 10104 </trans-unit>
10024 <trans-unit id="1136469849928650779" datatype="html"> 10105 <trans-unit id="1136469849928650779" datatype="html">
10025 <source>Go to my videos</source> 10106 <source>Go to my videos</source>
10026 <context-group purpose="location"> 10107 <context-group purpose="location">
10027 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context> 10108 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
10028 <context context-type="linenumber">68</context> 10109 <context context-type="linenumber">67</context>
10029 </context-group> 10110 </context-group>
10030 </trans-unit> 10111 </trans-unit>
10031 <trans-unit id="7836683738999600376" datatype="html"> 10112 <trans-unit id="7836683738999600376" datatype="html">
10032 <source>Go to my imports</source> 10113 <source>Go to my imports</source>
10033 <context-group purpose="location"> 10114 <context-group purpose="location">
10034 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context> 10115 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
10035 <context context-type="linenumber">72</context> 10116 <context context-type="linenumber">71</context>
10036 </context-group> 10117 </context-group>
10037 </trans-unit> 10118 </trans-unit>
10038 <trans-unit id="7511292153332773503" datatype="html"> 10119 <trans-unit id="7511292153332773503" datatype="html">
10039 <source>Go to my channels</source> 10120 <source>Go to my channels</source>
10040 <context-group purpose="location"> 10121 <context-group purpose="location">
10041 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context> 10122 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
10042 <context context-type="linenumber">76</context> 10123 <context context-type="linenumber">75</context>
10043 </context-group> 10124 </context-group>
10044 </trans-unit> 10125 </trans-unit>
10045 <trans-unit id="2013324644839511073" datatype="html"> 10126 <trans-unit id="2013324644839511073" datatype="html">
@@ -10047,14 +10128,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
10047Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 10128Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
10048 <context-group purpose="location"> 10129 <context-group purpose="location">
10049 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context> 10130 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
10050 <context context-type="linenumber">99,100</context> 10131 <context context-type="linenumber">98,99</context>
10051 </context-group> 10132 </context-group>
10052 </trans-unit> 10133 </trans-unit>
10053 <trans-unit id="1519954996184640001" datatype="html"> 10134 <trans-unit id="1519954996184640001" datatype="html">
10054 <source>Error</source> 10135 <source>Error</source>
10055 <context-group purpose="location"> 10136 <context-group purpose="location">
10056 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context> 10137 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
10057 <context context-type="linenumber">104</context> 10138 <context context-type="linenumber">103</context>
10058 </context-group> 10139 </context-group>
10059 <context-group purpose="location"> 10140 <context-group purpose="location">
10060 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context> 10141 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
@@ -10065,7 +10146,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10065 <source>You need to reconnect.</source> 10146 <source>You need to reconnect.</source>
10066 <context-group purpose="location"> 10147 <context-group purpose="location">
10067 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context> 10148 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
10068 <context context-type="linenumber">220</context> 10149 <context context-type="linenumber">219</context>
10069 </context-group> 10150 </context-group>
10070 </trans-unit> 10151 </trans-unit>
10071 <trans-unit id="2206638022166154361" datatype="html"> 10152 <trans-unit id="2206638022166154361" datatype="html">
@@ -10082,6 +10163,13 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10082 <context context-type="linenumber">98</context> 10163 <context context-type="linenumber">98</context>
10083 </context-group> 10164 </context-group>
10084 </trans-unit> 10165 </trans-unit>
10166 <trans-unit id="4024404994702813072" datatype="html">
10167 <source>In my library</source>
10168 <context-group purpose="location">
10169 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
10170 <context context-type="linenumber">104</context>
10171 </context-group>
10172 </trans-unit>
10085 <trans-unit id="2821179408673282599" datatype="html"> 10173 <trans-unit id="2821179408673282599" datatype="html">
10086 <source>Home</source> 10174 <source>Home</source>
10087 <context-group purpose="location"> 10175 <context-group purpose="location">
@@ -10125,28 +10213,28 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10125 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10213 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
10126 <context-group purpose="location"> 10214 <context-group purpose="location">
10127 <context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context> 10215 <context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context>
10128 <context context-type="linenumber">62</context> 10216 <context context-type="linenumber">61</context>
10129 </context-group> 10217 </context-group>
10130 </trans-unit> 10218 </trans-unit>
10131 <trans-unit id="968295009933361070" datatype="html"> 10219 <trans-unit id="968295009933361070" datatype="html">
10132 <source>Too many attempts, please try again after <x id="PH" equiv-text="minutesLeft"/> minutes.</source> 10220 <source>Too many attempts, please try again after <x id="PH" equiv-text="minutesLeft"/> minutes.</source>
10133 <context-group purpose="location"> 10221 <context-group purpose="location">
10134 <context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context> 10222 <context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context>
10135 <context context-type="linenumber">67</context> 10223 <context context-type="linenumber">66</context>
10136 </context-group> 10224 </context-group>
10137 </trans-unit> 10225 </trans-unit>
10138 <trans-unit id="4965472196059235310" datatype="html"> 10226 <trans-unit id="4965472196059235310" datatype="html">
10139 <source>Too many attempts, please try again later.</source> 10227 <source>Too many attempts, please try again later.</source>
10140 <context-group purpose="location"> 10228 <context-group purpose="location">
10141 <context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context> 10229 <context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context>
10142 <context context-type="linenumber">69</context> 10230 <context context-type="linenumber">68</context>
10143 </context-group> 10231 </context-group>
10144 </trans-unit> 10232 </trans-unit>
10145 <trans-unit id="1693549688987384699" datatype="html"> 10233 <trans-unit id="1693549688987384699" datatype="html">
10146 <source>Server error. Please retry later.</source> 10234 <source>Server error. Please retry later.</source>
10147 <context-group purpose="location"> 10235 <context-group purpose="location">
10148 <context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context> 10236 <context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context>
10149 <context context-type="linenumber">72</context> 10237 <context context-type="linenumber">71</context>
10150 </context-group> 10238 </context-group>
10151 </trans-unit> 10239 </trans-unit>
10152 <trans-unit id="4670312387769733978" datatype="html"> 10240 <trans-unit id="4670312387769733978" datatype="html">
@@ -10487,35 +10575,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10487 <source>Unknown</source> 10575 <source>Unknown</source>
10488 <context-group purpose="location"> 10576 <context-group purpose="location">
10489 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 10577 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
10490 <context context-type="linenumber">193</context> 10578 <context context-type="linenumber">196</context>
10491 </context-group> 10579 </context-group>
10492 </trans-unit> 10580 </trans-unit>
10493 <trans-unit id="7939914198003891823" datatype="html"> 10581 <trans-unit id="7939914198003891823" datatype="html">
10494 <source>any language</source> 10582 <source>any language</source>
10495 <context-group purpose="location"> 10583 <context-group purpose="location">
10496 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 10584 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
10497 <context context-type="linenumber">263</context> 10585 <context context-type="linenumber">266</context>
10498 </context-group> 10586 </context-group>
10499 </trans-unit> 10587 </trans-unit>
10500 <trans-unit id="5633144232269377096" datatype="html"> 10588 <trans-unit id="5633144232269377096" datatype="html">
10501 <source>hide</source> 10589 <source>hide</source>
10502 <context-group purpose="location"> 10590 <context-group purpose="location">
10503 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 10591 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
10504 <context context-type="linenumber">298</context> 10592 <context context-type="linenumber">301</context>
10505 </context-group> 10593 </context-group>
10506 </trans-unit> 10594 </trans-unit>
10507 <trans-unit id="8603861867909474404" datatype="html"> 10595 <trans-unit id="8603861867909474404" datatype="html">
10508 <source>blur</source> 10596 <source>blur</source>
10509 <context-group purpose="location"> 10597 <context-group purpose="location">
10510 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 10598 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
10511 <context context-type="linenumber">302</context> 10599 <context context-type="linenumber">305</context>
10512 </context-group> 10600 </context-group>
10513 </trans-unit> 10601 </trans-unit>
10514 <trans-unit id="4534458451100881847" datatype="html"> 10602 <trans-unit id="4534458451100881847" datatype="html">
10515 <source>display</source> 10603 <source>display</source>
10516 <context-group purpose="location"> 10604 <context-group purpose="location">
10517 <context context-type="sourcefile">src/app/menu/menu.component.ts</context> 10605 <context context-type="sourcefile">src/app/menu/menu.component.ts</context>
10518 <context context-type="linenumber">306</context> 10606 <context context-type="linenumber">309</context>
10519 </context-group> 10607 </context-group>
10520 </trans-unit> 10608 </trans-unit>
10521 <trans-unit id="403762424689874454" datatype="html"> 10609 <trans-unit id="403762424689874454" datatype="html">
@@ -10842,34 +10930,6 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10842 <context context-type="linenumber">27</context> 10930 <context context-type="linenumber">27</context>
10843 </context-group> 10931 </context-group>
10844 </trans-unit> 10932 </trans-unit>
10845 <trans-unit id="2740793005745065895" datatype="html">
10846 <source><x id="PH" equiv-text="host"/> is not valid</source>
10847 <context-group purpose="location">
10848 <context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context>
10849 <context context-type="linenumber">19</context>
10850 </context-group>
10851 </trans-unit>
10852 <trans-unit id="2127446333083057097" datatype="html">
10853 <source>Domain is required.</source>
10854 <context-group purpose="location">
10855 <context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context>
10856 <context context-type="linenumber">56</context>
10857 </context-group>
10858 </trans-unit>
10859 <trans-unit id="6780793142903080663" datatype="html">
10860 <source>Domains entered are invalid.</source>
10861 <context-group purpose="location">
10862 <context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context>
10863 <context context-type="linenumber">57</context>
10864 </context-group>
10865 </trans-unit>
10866 <trans-unit id="5886492514458202177" datatype="html">
10867 <source>Domains entered contain duplicates.</source>
10868 <context-group purpose="location">
10869 <context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context>
10870 <context context-type="linenumber">58</context>
10871 </context-group>
10872 </trans-unit>
10873 <trans-unit id="7784486624424057376" datatype="html"> 10933 <trans-unit id="7784486624424057376" datatype="html">
10874 <source>Instance name is required.</source> 10934 <source>Instance name is required.</source>
10875 <context-group purpose="location"> 10935 <context-group purpose="location">
@@ -11073,6 +11133,56 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
11073 <context context-type="linenumber">119</context> 11133 <context context-type="linenumber">119</context>
11074 </context-group> 11134 </context-group>
11075 </trans-unit> 11135 </trans-unit>
11136 <trans-unit id="2740793005745065895" datatype="html">
11137 <source><x id="PH" equiv-text="host"/> is not valid</source>
11138 <context-group purpose="location">
11139 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
11140 <context context-type="linenumber">27</context>
11141 </context-group>
11142 <context-group purpose="location">
11143 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
11144 <context context-type="linenumber">50</context>
11145 </context-group>
11146 </trans-unit>
11147 <trans-unit id="2127446333083057097" datatype="html">
11148 <source>Domain is required.</source>
11149 <context-group purpose="location">
11150 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
11151 <context context-type="linenumber">92</context>
11152 </context-group>
11153 <context-group purpose="location">
11154 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
11155 <context context-type="linenumber">101</context>
11156 </context-group>
11157 </trans-unit>
11158 <trans-unit id="7951488350851416577" datatype="html">
11159 <source>Hosts entered are invalid.</source>
11160 <context-group purpose="location">
11161 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
11162 <context context-type="linenumber">93</context>
11163 </context-group>
11164 </trans-unit>
11165 <trans-unit id="1469559036084108672" datatype="html">
11166 <source>Hosts entered contain duplicates.</source>
11167 <context-group purpose="location">
11168 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
11169 <context context-type="linenumber">94</context>
11170 </context-group>
11171 </trans-unit>
11172 <trans-unit id="5991533283446904296" datatype="html">
11173 <source>Hosts or handles are invalid.</source>
11174 <context-group purpose="location">
11175 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
11176 <context context-type="linenumber">102</context>
11177 </context-group>
11178 </trans-unit>
11179 <trans-unit id="6759198394434886237" datatype="html">
11180 <source>Hosts or handles contain duplicates.</source>
11181 <context-group purpose="location">
11182 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
11183 <context context-type="linenumber">103</context>
11184 </context-group>
11185 </trans-unit>
11076 <trans-unit id="8602814243662345124" datatype="html"> 11186 <trans-unit id="8602814243662345124" datatype="html">
11077 <source>Email is required.</source> 11187 <source>Email is required.</source>
11078 <context-group purpose="location"> 11188 <context-group purpose="location">
@@ -11876,119 +11986,119 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
11876 <source>Unsolved reports</source> 11986 <source>Unsolved reports</source>
11877 <context-group purpose="location"> 11987 <context-group purpose="location">
11878 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 11988 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11879 <context context-type="linenumber">42</context> 11989 <context context-type="linenumber">43</context>
11880 </context-group> 11990 </context-group>
11881 </trans-unit> 11991 </trans-unit>
11882 <trans-unit id="2570256912317308673" datatype="html"> 11992 <trans-unit id="2570256912317308673" datatype="html">
11883 <source>Accepted reports</source> 11993 <source>Accepted reports</source>
11884 <context-group purpose="location"> 11994 <context-group purpose="location">
11885 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 11995 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11886 <context context-type="linenumber">46</context> 11996 <context context-type="linenumber">47</context>
11887 </context-group> 11997 </context-group>
11888 </trans-unit> 11998 </trans-unit>
11889 <trans-unit id="4335414817109654558" datatype="html"> 11999 <trans-unit id="4335414817109654558" datatype="html">
11890 <source>Refused reports</source> 12000 <source>Refused reports</source>
11891 <context-group purpose="location"> 12001 <context-group purpose="location">
11892 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12002 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11893 <context context-type="linenumber">50</context> 12003 <context context-type="linenumber">51</context>
11894 </context-group> 12004 </context-group>
11895 </trans-unit> 12005 </trans-unit>
11896 <trans-unit id="5604806676748121035" datatype="html"> 12006 <trans-unit id="5604806676748121035" datatype="html">
11897 <source>Reports with blocked videos</source> 12007 <source>Reports with blocked videos</source>
11898 <context-group purpose="location"> 12008 <context-group purpose="location">
11899 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12009 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11900 <context context-type="linenumber">54</context> 12010 <context context-type="linenumber">55</context>
11901 </context-group> 12011 </context-group>
11902 </trans-unit> 12012 </trans-unit>
11903 <trans-unit id="5105869928182826553" datatype="html"> 12013 <trans-unit id="5105869928182826553" datatype="html">
11904 <source>Reports with deleted videos</source> 12014 <source>Reports with deleted videos</source>
11905 <context-group purpose="location"> 12015 <context-group purpose="location">
11906 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12016 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11907 <context context-type="linenumber">58</context> 12017 <context context-type="linenumber">59</context>
11908 </context-group> 12018 </context-group>
11909 </trans-unit> 12019 </trans-unit>
11910 <trans-unit id="1250415136605923486" datatype="html"> 12020 <trans-unit id="1250415136605923486" datatype="html">
11911 <source>Do you really want to delete this abuse report?</source> 12021 <source>Do you really want to delete this abuse report?</source>
11912 <context-group purpose="location"> 12022 <context-group purpose="location">
11913 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12023 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11914 <context context-type="linenumber">144</context> 12024 <context context-type="linenumber">145</context>
11915 </context-group> 12025 </context-group>
11916 </trans-unit> 12026 </trans-unit>
11917 <trans-unit id="3482559157143817408" datatype="html"> 12027 <trans-unit id="3482559157143817408" datatype="html">
11918 <source>Abuse deleted.</source> 12028 <source>Abuse deleted.</source>
11919 <context-group purpose="location"> 12029 <context-group purpose="location">
11920 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12030 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11921 <context context-type="linenumber">149</context> 12031 <context context-type="linenumber">150</context>
11922 </context-group> 12032 </context-group>
11923 </trans-unit> 12033 </trans-unit>
11924 <trans-unit id="6282990098351939529" datatype="html"> 12034 <trans-unit id="6282990098351939529" datatype="html">
11925 <source>Deleted comment</source> 12035 <source>Deleted comment</source>
11926 <context-group purpose="location"> 12036 <context-group purpose="location">
11927 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12037 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11928 <context context-type="linenumber">225</context> 12038 <context context-type="linenumber">226</context>
11929 </context-group> 12039 </context-group>
11930 </trans-unit> 12040 </trans-unit>
11931 <trans-unit id="9196775343330824083" datatype="html"> 12041 <trans-unit id="9196775343330824083" datatype="html">
11932 <source>Messages with reporter</source> 12042 <source>Messages with reporter</source>
11933 <context-group purpose="location"> 12043 <context-group purpose="location">
11934 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12044 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11935 <context context-type="linenumber">259</context> 12045 <context context-type="linenumber">260</context>
11936 </context-group> 12046 </context-group>
11937 </trans-unit> 12047 </trans-unit>
11938 <trans-unit id="8770468575924421391" datatype="html"> 12048 <trans-unit id="8770468575924421391" datatype="html">
11939 <source>Messages with moderators</source> 12049 <source>Messages with moderators</source>
11940 <context-group purpose="location"> 12050 <context-group purpose="location">
11941 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12051 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11942 <context context-type="linenumber">260</context> 12052 <context context-type="linenumber">261</context>
11943 </context-group> 12053 </context-group>
11944 </trans-unit> 12054 </trans-unit>
11945 <trans-unit id="8528549800795985099" datatype="html"> 12055 <trans-unit id="8528549800795985099" datatype="html">
11946 <source>Update internal note</source> 12056 <source>Update internal note</source>
11947 <context-group purpose="location"> 12057 <context-group purpose="location">
11948 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12058 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11949 <context context-type="linenumber">265</context> 12059 <context context-type="linenumber">266</context>
11950 </context-group> 12060 </context-group>
11951 </trans-unit> 12061 </trans-unit>
11952 <trans-unit id="1679841953757186358" datatype="html"> 12062 <trans-unit id="1679841953757186358" datatype="html">
11953 <source>Mark as accepted</source> 12063 <source>Mark as accepted</source>
11954 <context-group purpose="location"> 12064 <context-group purpose="location">
11955 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12065 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11956 <context context-type="linenumber">270</context> 12066 <context context-type="linenumber">271</context>
11957 </context-group> 12067 </context-group>
11958 </trans-unit> 12068 </trans-unit>
11959 <trans-unit id="7993358694073742566" datatype="html"> 12069 <trans-unit id="7993358694073742566" datatype="html">
11960 <source>Mark as rejected</source> 12070 <source>Mark as rejected</source>
11961 <context-group purpose="location"> 12071 <context-group purpose="location">
11962 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12072 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11963 <context context-type="linenumber">275</context> 12073 <context context-type="linenumber">276</context>
11964 </context-group> 12074 </context-group>
11965 </trans-unit> 12075 </trans-unit>
11966 <trans-unit id="4175703770051343108" datatype="html"> 12076 <trans-unit id="4175703770051343108" datatype="html">
11967 <source>Add internal note</source> 12077 <source>Add internal note</source>
11968 <context-group purpose="location"> 12078 <context-group purpose="location">
11969 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12079 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11970 <context context-type="linenumber">280</context> 12080 <context context-type="linenumber">281</context>
11971 </context-group> 12081 </context-group>
11972 </trans-unit> 12082 </trans-unit>
11973 <trans-unit id="4559872264406386913" datatype="html"> 12083 <trans-unit id="4559872264406386913" datatype="html">
11974 <source>Delete report</source> 12084 <source>Delete report</source>
11975 <context-group purpose="location"> 12085 <context-group purpose="location">
11976 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12086 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11977 <context context-type="linenumber">285</context> 12087 <context context-type="linenumber">286</context>
11978 </context-group> 12088 </context-group>
11979 </trans-unit> 12089 </trans-unit>
11980 <trans-unit id="5793550984155962433" datatype="html"> 12090 <trans-unit id="5793550984155962433" datatype="html">
11981 <source>Actions for the flagged account</source> 12091 <source>Actions for the flagged account</source>
11982 <context-group purpose="location"> 12092 <context-group purpose="location">
11983 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12093 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11984 <context context-type="linenumber">296</context> 12094 <context context-type="linenumber">297</context>
11985 </context-group> 12095 </context-group>
11986 </trans-unit> 12096 </trans-unit>
11987 <trans-unit id="4903651219400691248" datatype="html"> 12097 <trans-unit id="4903651219400691248" datatype="html">
11988 <source>Mute account</source> 12098 <source>Mute account</source>
11989 <context-group purpose="location"> 12099 <context-group purpose="location">
11990 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12100 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
11991 <context context-type="linenumber">302</context> 12101 <context context-type="linenumber">303</context>
11992 </context-group> 12102 </context-group>
11993 <context-group purpose="location"> 12103 <context-group purpose="location">
11994 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context> 12104 <context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context>
@@ -11999,42 +12109,42 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
11999 <source>Mute server account</source> 12109 <source>Mute server account</source>
12000 <context-group purpose="location"> 12110 <context-group purpose="location">
12001 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12111 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
12002 <context context-type="linenumber">308</context> 12112 <context context-type="linenumber">309</context>
12003 </context-group> 12113 </context-group>
12004 </trans-unit> 12114 </trans-unit>
12005 <trans-unit id="5072091387445907742" datatype="html"> 12115 <trans-unit id="5072091387445907742" datatype="html">
12006 <source>Actions for the reporter</source> 12116 <source>Actions for the reporter</source>
12007 <context-group purpose="location"> 12117 <context-group purpose="location">
12008 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12118 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
12009 <context context-type="linenumber">320</context> 12119 <context context-type="linenumber">321</context>
12010 </context-group> 12120 </context-group>
12011 </trans-unit> 12121 </trans-unit>
12012 <trans-unit id="6599069899275412095" datatype="html"> 12122 <trans-unit id="6599069899275412095" datatype="html">
12013 <source>Mute reporter</source> 12123 <source>Mute reporter</source>
12014 <context-group purpose="location"> 12124 <context-group purpose="location">
12015 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12125 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
12016 <context context-type="linenumber">326</context> 12126 <context context-type="linenumber">327</context>
12017 </context-group> 12127 </context-group>
12018 </trans-unit> 12128 </trans-unit>
12019 <trans-unit id="1595779426198793580" datatype="html"> 12129 <trans-unit id="1595779426198793580" datatype="html">
12020 <source>Mute server</source> 12130 <source>Mute server</source>
12021 <context-group purpose="location"> 12131 <context-group purpose="location">
12022 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12132 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
12023 <context context-type="linenumber">332</context> 12133 <context context-type="linenumber">333</context>
12024 </context-group> 12134 </context-group>
12025 </trans-unit> 12135 </trans-unit>
12026 <trans-unit id="3924877328520650445" datatype="html"> 12136 <trans-unit id="3924877328520650445" datatype="html">
12027 <source>Block video</source> 12137 <source>Block video</source>
12028 <context-group purpose="location"> 12138 <context-group purpose="location">
12029 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12139 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
12030 <context context-type="linenumber">349</context> 12140 <context context-type="linenumber">350</context>
12031 </context-group> 12141 </context-group>
12032 </trans-unit> 12142 </trans-unit>
12033 <trans-unit id="4762794934098378428" datatype="html"> 12143 <trans-unit id="4762794934098378428" datatype="html">
12034 <source>Video blocked.</source> 12144 <source>Video blocked.</source>
12035 <context-group purpose="location"> 12145 <context-group purpose="location">
12036 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12146 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
12037 <context context-type="linenumber">355</context> 12147 <context context-type="linenumber">356</context>
12038 </context-group> 12148 </context-group>
12039 <context-group purpose="location"> 12149 <context-group purpose="location">
12040 <context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context> 12150 <context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context>
@@ -12045,49 +12155,49 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
12045 <source>Unblock video</source> 12155 <source>Unblock video</source>
12046 <context-group purpose="location"> 12156 <context-group purpose="location">
12047 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12157 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
12048 <context context-type="linenumber">365</context> 12158 <context context-type="linenumber">366</context>
12049 </context-group> 12159 </context-group>
12050 </trans-unit> 12160 </trans-unit>
12051 <trans-unit id="9065327551191479877" datatype="html"> 12161 <trans-unit id="9065327551191479877" datatype="html">
12052 <source>Video unblocked.</source> 12162 <source>Video unblocked.</source>
12053 <context-group purpose="location"> 12163 <context-group purpose="location">
12054 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12164 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
12055 <context context-type="linenumber">371</context> 12165 <context context-type="linenumber">372</context>
12056 </context-group> 12166 </context-group>
12057 </trans-unit> 12167 </trans-unit>
12058 <trans-unit id="2909684945706361544" datatype="html"> 12168 <trans-unit id="2909684945706361544" datatype="html">
12059 <source>Delete video</source> 12169 <source>Delete video</source>
12060 <context-group purpose="location"> 12170 <context-group purpose="location">
12061 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12171 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
12062 <context context-type="linenumber">381</context> 12172 <context context-type="linenumber">382</context>
12063 </context-group> 12173 </context-group>
12064 </trans-unit> 12174 </trans-unit>
12065 <trans-unit id="2210418817778733727" datatype="html"> 12175 <trans-unit id="2210418817778733727" datatype="html">
12066 <source>Actions for the comment</source> 12176 <source>Actions for the comment</source>
12067 <context-group purpose="location"> 12177 <context-group purpose="location">
12068 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12178 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
12069 <context context-type="linenumber">410</context> 12179 <context context-type="linenumber">411</context>
12070 </context-group> 12180 </context-group>
12071 </trans-unit> 12181 </trans-unit>
12072 <trans-unit id="7978668497183230348" datatype="html"> 12182 <trans-unit id="7978668497183230348" datatype="html">
12073 <source>Delete comment</source> 12183 <source>Delete comment</source>
12074 <context-group purpose="location"> 12184 <context-group purpose="location">
12075 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12185 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
12076 <context context-type="linenumber">416</context> 12186 <context context-type="linenumber">417</context>
12077 </context-group> 12187 </context-group>
12078 </trans-unit> 12188 </trans-unit>
12079 <trans-unit id="7837272126865175984" datatype="html"> 12189 <trans-unit id="7837272126865175984" datatype="html">
12080 <source>Comment deleted.</source> 12190 <source>Comment deleted.</source>
12081 <context-group purpose="location"> 12191 <context-group purpose="location">
12082 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12192 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
12083 <context context-type="linenumber">428</context> 12193 <context context-type="linenumber">429</context>
12084 </context-group> 12194 </context-group>
12085 </trans-unit> 12195 </trans-unit>
12086 <trans-unit id="2558977494773636050" datatype="html"> 12196 <trans-unit id="2558977494773636050" datatype="html">
12087 <source>Account <x id="PH" equiv-text="account.nameWithHost"/> muted by the instance.</source> 12197 <source>Account <x id="PH" equiv-text="account.nameWithHost"/> muted by the instance.</source>
12088 <context-group purpose="location"> 12198 <context-group purpose="location">
12089 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12199 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
12090 <context context-type="linenumber">444</context> 12200 <context context-type="linenumber">445</context>
12091 </context-group> 12201 </context-group>
12092 <context-group purpose="location"> 12202 <context-group purpose="location">
12093 <context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context> 12203 <context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context>
@@ -12098,7 +12208,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
12098 <source>Server <x id="PH" equiv-text="host"/> muted by the instance.</source> 12208 <source>Server <x id="PH" equiv-text="host"/> muted by the instance.</source>
12099 <context-group purpose="location"> 12209 <context-group purpose="location">
12100 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 12210 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context>
12101 <context context-type="linenumber">456</context> 12211 <context context-type="linenumber">457</context>
12102 </context-group> 12212 </context-group>
12103 </trans-unit> 12213 </trans-unit>
12104 <trans-unit id="397679576231234820" datatype="html"> 12214 <trans-unit id="397679576231234820" datatype="html">
@@ -12342,14 +12452,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
12342 <source>Maximize editor</source> 12452 <source>Maximize editor</source>
12343 <context-group purpose="location"> 12453 <context-group purpose="location">
12344 <context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context> 12454 <context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context>
12345 <context context-type="linenumber">48</context> 12455 <context context-type="linenumber">49</context>
12346 </context-group> 12456 </context-group>
12347 </trans-unit> 12457 </trans-unit>
12348 <trans-unit id="4243591013849340688" datatype="html"> 12458 <trans-unit id="4243591013849340688" datatype="html">
12349 <source>Exit maximized editor</source> 12459 <source>Exit maximized editor</source>
12350 <context-group purpose="location"> 12460 <context-group purpose="location">
12351 <context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context> 12461 <context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context>
12352 <context context-type="linenumber">49</context> 12462 <context context-type="linenumber">50</context>
12353 </context-group> 12463 </context-group>
12354 </trans-unit> 12464 </trans-unit>
12355 <trans-unit id="146235964740293376" datatype="html"> 12465 <trans-unit id="146235964740293376" datatype="html">
@@ -13067,42 +13177,42 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
13067 <source><x id="PH" equiv-text="this.views"/> viewers</source> 13177 <source><x id="PH" equiv-text="this.views"/> viewers</source>
13068 <context-group purpose="location"> 13178 <context-group purpose="location">
13069 <context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context> 13179 <context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context>
13070 <context context-type="linenumber">215</context> 13180 <context context-type="linenumber">216</context>
13071 </context-group> 13181 </context-group>
13072 </trans-unit> 13182 </trans-unit>
13073 <trans-unit id="7756087706411154095" datatype="html"> 13183 <trans-unit id="7756087706411154095" datatype="html">
13074 <source><x id="PH" equiv-text="this.views"/> views</source> 13184 <source><x id="PH" equiv-text="this.views"/> views</source>
13075 <context-group purpose="location"> 13185 <context-group purpose="location">
13076 <context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context> 13186 <context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context>
13077 <context context-type="linenumber">218</context> 13187 <context context-type="linenumber">219</context>
13078 </context-group> 13188 </context-group>
13079 </trans-unit> 13189 </trans-unit>
13080 <trans-unit id="2439066254855913806" datatype="html"> 13190 <trans-unit id="2439066254855913806" datatype="html">
13081 <source>Only I can see this video</source> 13191 <source>Only I can see this video</source>
13082 <context-group purpose="location"> 13192 <context-group purpose="location">
13083 <context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context> 13193 <context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context>
13084 <context context-type="linenumber">385</context> 13194 <context context-type="linenumber">383</context>
13085 </context-group> 13195 </context-group>
13086 </trans-unit> 13196 </trans-unit>
13087 <trans-unit id="6767380569816110388" datatype="html"> 13197 <trans-unit id="6767380569816110388" datatype="html">
13088 <source>Only shareable via a private link</source> 13198 <source>Only shareable via a private link</source>
13089 <context-group purpose="location"> 13199 <context-group purpose="location">
13090 <context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context> 13200 <context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context>
13091 <context context-type="linenumber">389</context> 13201 <context context-type="linenumber">384</context>
13092 </context-group> 13202 </context-group>
13093 </trans-unit> 13203 </trans-unit>
13094 <trans-unit id="6828965264297239528" datatype="html"> 13204 <trans-unit id="6828965264297239528" datatype="html">
13095 <source>Anyone can see this video</source> 13205 <source>Anyone can see this video</source>
13096 <context-group purpose="location"> 13206 <context-group purpose="location">
13097 <context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context> 13207 <context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context>
13098 <context context-type="linenumber">393</context> 13208 <context context-type="linenumber">385</context>
13099 </context-group> 13209 </context-group>
13100 </trans-unit> 13210 </trans-unit>
13101 <trans-unit id="1425933035739773115" datatype="html"> 13211 <trans-unit id="1425933035739773115" datatype="html">
13102 <source>Only users of this instance can see this video</source> 13212 <source>Only users of this instance can see this video</source>
13103 <context-group purpose="location"> 13213 <context-group purpose="location">
13104 <context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context> 13214 <context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context>
13105 <context context-type="linenumber">397</context> 13215 <context context-type="linenumber">386</context>
13106 </context-group> 13216 </context-group>
13107 </trans-unit> 13217 </trans-unit>
13108 <trans-unit id="6746743143272021955" datatype="html"> 13218 <trans-unit id="6746743143272021955" datatype="html">
@@ -13424,7 +13534,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
13424 <source>Video reported.</source> 13534 <source>Video reported.</source>
13425 <context-group purpose="location"> 13535 <context-group purpose="location">
13426 <context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context> 13536 <context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context>
13427 <context context-type="linenumber">111</context> 13537 <context context-type="linenumber">113</context>
13428 </context-group> 13538 </context-group>
13429 </trans-unit> 13539 </trans-unit>
13430 <trans-unit id="6250599179731937899" datatype="html"> 13540 <trans-unit id="6250599179731937899" datatype="html">
diff --git a/client/src/locale/angular.zh-Hans-CN.xlf b/client/src/locale/angular.zh-Hans-CN.xlf
index 3a6c603f8..3081cf6ff 100644
--- a/client/src/locale/angular.zh-Hans-CN.xlf
+++ b/client/src/locale/angular.zh-Hans-CN.xlf
@@ -173,7 +173,7 @@
173 173
174 174
175 175
176 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 176 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">101</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/videos-selection.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
177 <trans-unit id="1486537403020619891" datatype="html"> 177 <trans-unit id="1486537403020619891" datatype="html">
178 <source>My watch history</source> 178 <source>My watch history</source>
179 <target state="translated">我的历史记录</target> 179 <target state="translated">我的历史记录</target>
@@ -242,23 +242,23 @@
242 <trans-unit id="5674286808255988565"> 242 <trans-unit id="5674286808255988565">
243 <source>Create</source> 243 <source>Create</source>
244 <target>创建</target> 244 <target>创建</target>
245 <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> 245
246 <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> 246
247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 247
248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 248
249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 249
250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 250
251 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group> 251
252 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group> 252
253 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group> 253
254 </trans-unit> 254 <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-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-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-library/+my-video-channels/my-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-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-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-library/my-video-playlists/my-video-playlist-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
255 <trans-unit id="1006562256968398209" datatype="html"> 255 <trans-unit id="1006562256968398209" datatype="html">
256 <source>video</source> 256 <source>video</source>
257 <target state="translated">视频</target> 257 <target state="translated">视频</target>
258 258
259 259
260 260
261 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit> 261 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
262 <trans-unit id="6438815964972582865" datatype="html"> 262 <trans-unit id="6438815964972582865" datatype="html">
263 <source>The following link contains a private token and should not be shared with anyone.</source> 263 <source>The following link contains a private token and should not be shared with anyone.</source>
264 <target state="new"> The following link contains a private token and should not be shared with anyone. </target> 264 <target state="new"> The following link contains a private token and should not be shared with anyone. </target>
@@ -331,13 +331,13 @@
331 <trans-unit id="6995024616159044376" datatype="html"> 331 <trans-unit id="6995024616159044376" datatype="html">
332 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 332 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
333 <target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 333 <target state="new">Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
334 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group> 334
335 </trans-unit> 335 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
336 <trans-unit id="7873395933409147217" datatype="html"> 336 <trans-unit id="7873395933409147217" datatype="html">
337 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 337 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
338 <target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 338 <target state="new">Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
339 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group> 339
340 </trans-unit> 340 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
341 <trans-unit id="5235042777215655908" datatype="html"> 341 <trans-unit id="5235042777215655908" datatype="html">
342 <source>subtitles</source> 342 <source>subtitles</source>
343 <target state="translated">字幕</target> 343 <target state="translated">字幕</target>
@@ -590,7 +590,7 @@
590 590
591 591
592 592
593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit> 593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
594 <trans-unit id="158575725114802951" datatype="html"> 594 <trans-unit id="158575725114802951" datatype="html">
595 <source>Only live videos</source> 595 <source>Only live videos</source>
596 <target state="new">Only live videos</target> 596 <target state="new">Only live videos</target>
@@ -775,10 +775,10 @@
775 <trans-unit id="2602586221576511475"> 775 <trans-unit id="2602586221576511475">
776 <source>Video quota</source> 776 <source>Video quota</source>
777 <target>视频存储空间</target> 777 <target>视频存储空间</target>
778 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group> 778
779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 779
780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 780
781 </trans-unit> 781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
782 <trans-unit id="1502595455339510144"> 782 <trans-unit id="1502595455339510144">
783 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 783 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
784 <target>无限制 <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> 每日)<x id="CLOSE_TAG_NG_CONTAINER"/></target> 784 <target>无限制 <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> 每日)<x id="CLOSE_TAG_NG_CONTAINER"/></target>
@@ -858,6 +858,30 @@
858 <target state="translated">联盟</target> 858 <target state="translated">联盟</target>
859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
860 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 860 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
861 </trans-unit><trans-unit id="8726138323871139597" datatype="html">
862 <source>Following</source><target state="new">Following</target>
863 <context-group purpose="location">
864 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
865 <context context-type="linenumber">29</context>
866 </context-group>
867 <context-group purpose="location">
868 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
869 <context context-type="linenumber">31</context>
870 </context-group>
871 <context-group purpose="location">
872 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
873 <context context-type="linenumber">28</context>
874 </context-group>
875 </trans-unit><trans-unit id="4914577418256256836" datatype="html">
876 <source>Followers</source><target state="new">Followers</target>
877 <context-group purpose="location">
878 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
879 <context context-type="linenumber">34</context>
880 </context-group>
881 <context-group purpose="location">
882 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
883 <context context-type="linenumber">37</context>
884 </context-group>
861 </trans-unit> 885 </trans-unit>
862 <trans-unit id="3541687134897970106" datatype="html"> 886 <trans-unit id="3541687134897970106" datatype="html">
863 <source>followers</source> 887 <source>followers</source>
@@ -939,7 +963,7 @@
939 963
940 964
941 965
942 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">408</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit> 966 <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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</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-edit/video-add-components/video-upload.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-upload.component.html</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</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">415</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-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/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/report.component.html</context><context context-type="linenumber">54</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/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/shared-moderation/video-block.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">152</context></context-group></trans-unit>
943 <trans-unit id="3616223838716839702"> 967 <trans-unit id="3616223838716839702">
944 <source>Ban this user</source> 968 <source>Ban this user</source>
945 <target>封禁此用户</target> 969 <target>封禁此用户</target>
@@ -1005,19 +1029,13 @@
1005 <trans-unit id="7252854992688790751" datatype="html"> 1029 <trans-unit id="7252854992688790751" datatype="html">
1006 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1030 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1007 <target state="translated">此实例允许注册。但是,请小心检查 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>条款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>条款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 你也可以通过以下链接搜寻其他服务,以配合你的实际需要: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1031 <target state="translated">此实例允许注册。但是,请小心检查 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>条款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>条款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 你也可以通过以下链接搜寻其他服务,以配合你的实际需要: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1008 <context-group purpose="location"> 1032
1009 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1033 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
1010 <context context-type="linenumber">60,62</context>
1011 </context-group>
1012 </trans-unit>
1013 <trans-unit id="7215649348148521605" datatype="html"> 1034 <trans-unit id="7215649348148521605" datatype="html">
1014 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1035 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1015 <target state="translated">目前此实例不允许用户注册,您可以检查 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>条款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 以了解详情,或寻找别的站台,好让您注册帐号并上传您的视频。看看一众站台中有哪个合您心意: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 1036 <target state="translated">目前此实例不允许用户注册,您可以检查 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>条款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 以了解详情,或寻找别的站台,好让您注册帐号并上传您的视频。看看一众站台中有哪个合您心意: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1016 <context-group purpose="location"> 1037
1017 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1038 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
1018 <context context-type="linenumber">65,67</context>
1019 </context-group>
1020 </trans-unit>
1021 <trans-unit id="2392488717875840729"> 1039 <trans-unit id="2392488717875840729">
1022 <source>User</source> 1040 <source>User</source>
1023 <target>用户</target> 1041 <target>用户</target>
@@ -1028,67 +1046,67 @@
1028 <source>Username or email address</source> 1046 <source>Username or email address</source>
1029 <target>用户名或电子邮件地址</target> 1047 <target>用户名或电子邮件地址</target>
1030 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1048 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1049 </trans-unit><trans-unit id="1758058452376026925" datatype="html">
1050 <source> ⚠️ Most email addresses do not include capital letters. </source><target state="new"> ⚠️ Most email addresses do not include capital letters. </target>
1051 <context-group purpose="location">
1052 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1053 <context context-type="linenumber">33,34</context>
1054 </context-group>
1031 </trans-unit> 1055 </trans-unit>
1032 <trans-unit id="1431416938026210429"> 1056 <trans-unit id="1431416938026210429">
1033 <source>Password</source> 1057 <source>Password</source>
1034 <target>密码</target> 1058 <target>密码</target>
1035 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1059
1036 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1060
1037 <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> 1061
1038 <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> 1062
1039 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1063
1040 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1064
1041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1065
1042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group> 1066
1043 </trans-unit> 1067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
1044 <trans-unit id="8715156686857791956" datatype="html"> 1068 <trans-unit id="8715156686857791956" datatype="html">
1045 <source>Click here to reset your password</source> 1069 <source>Click here to reset your password</source>
1046 <target state="translated">点击此处重置您的密码</target> 1070 <target state="translated">点击此处重置您的密码</target>
1047 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1071
1048 </trans-unit> 1072 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1049 <trans-unit id="892063502898494584" datatype="html"> 1073 <trans-unit id="892063502898494584" datatype="html">
1050 <source>I forgot my password</source> 1074 <source>I forgot my password</source>
1051 <target state="translated">我忘记了我 密码</target> 1075 <target state="translated">我忘记了我 密码</target>
1052 <context-group purpose="location"> 1076
1053 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1077 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group></trans-unit>
1054 <context context-type="linenumber">47</context>
1055 </context-group>
1056 </trans-unit>
1057 <trans-unit id="2101170466365500913" datatype="html"> 1078 <trans-unit id="2101170466365500913" datatype="html">
1058 <source>Logging into an account lets you publish content</source> 1079 <source>Logging into an account lets you publish content</source>
1059 <target state="translated">登录帐户就可以让您发布内容</target> 1080 <target state="translated">登录帐户就可以让您发布内容</target>
1060 <context-group purpose="location"> 1081
1061 <context context-type="sourcefile">src/app/+login/login.component.html</context> 1082 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1062 <context context-type="linenumber">56,57</context>
1063 </context-group>
1064 </trans-unit>
1065 <trans-unit id="2454050363478003966"> 1083 <trans-unit id="2454050363478003966">
1066 <source>Login</source> 1084 <source>Login</source>
1067 <target>登录</target> 1085 <target>登录</target>
1068 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 1086
1069 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1087
1070 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group> 1088
1071 </trans-unit> 1089 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
1072 <trans-unit id="3183213940445113677" datatype="html"> 1090 <trans-unit id="3183213940445113677" datatype="html">
1073 <source>Or sign in with</source> 1091 <source>Or sign in with</source>
1074 <target state="translated">或使用其他账户登入</target> 1092 <target state="translated">或使用其他账户登入</target>
1075 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1093
1076 </trans-unit> 1094 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1077 <trans-unit id="3238209155172574367"> 1095 <trans-unit id="3238209155172574367">
1078 <source>Forgot your password</source> 1096 <source>Forgot your password</source>
1079 <target>忘记密码</target> 1097 <target>忘记密码</target>
1080 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1098
1081 </trans-unit> 1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
1082 <trans-unit id="87327320394367488" datatype="html"> 1100 <trans-unit id="87327320394367488" datatype="html">
1083 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1101 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1084 <target state="translated">对不起,您无法恢复您的密码,因为您的实例管理员没有配置 PeerTube 电子邮件系统。</target> 1102 <target state="translated">对不起,您无法恢复您的密码,因为您的实例管理员没有配置 PeerTube 电子邮件系统。</target>
1085 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1103
1086 </trans-unit> 1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group></trans-unit>
1087 <trans-unit id="3188014010833256853" datatype="html"> 1105 <trans-unit id="3188014010833256853" datatype="html">
1088 <source>Enter your email address and we will send you a link to reset your password.</source> 1106 <source>Enter your email address and we will send you a link to reset your password.</source>
1089 <target state="translated">输入您的电子邮件地址,我们将发送一个链接,以重置您的密码。</target> 1107 <target state="translated">输入您的电子邮件地址,我们将发送一个链接,以重置您的密码。</target>
1090 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1108
1091 </trans-unit> 1109 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group></trans-unit>
1092 <trans-unit id="1190256911880544559" datatype="html"> 1110 <trans-unit id="1190256911880544559" datatype="html">
1093 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1111 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
1094The link will expire within 1 hour.</source> 1112The link will expire within 1 hour.</source>
@@ -1098,26 +1116,26 @@ The link will expire within 1 hour.</source>
1098 <trans-unit id="4768749765465246664"> 1116 <trans-unit id="4768749765465246664">
1099 <source>Email</source> 1117 <source>Email</source>
1100 <target>电子邮件地址</target> 1118 <target>电子邮件地址</target>
1101 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1119
1102 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1120
1103 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1121
1104 <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> 1122
1105 <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> 1123
1106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1124
1107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group> 1125
1108 </trans-unit> 1126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</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/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</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></trans-unit>
1109 <trans-unit id="3967269098753656610"> 1127 <trans-unit id="3967269098753656610">
1110 <source>Email address</source> 1128 <source>Email address</source>
1111 <target>电子邮件地址</target> 1129 <target>电子邮件地址</target>
1112 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1130
1113 <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> 1131
1114 </trans-unit> 1132 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</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>
1115 <trans-unit id="7808756054397155068" datatype="html"> 1133 <trans-unit id="7808756054397155068" datatype="html">
1116 <source>Reset</source> 1134 <source>Reset</source>
1117 <target state="translated">重设</target> 1135 <target state="translated">重设</target>
1118 <note priority="1" from="description">Password reset button</note> 1136 <note priority="1" from="description">Password reset button</note>
1119 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1137
1120 </trans-unit> 1138 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group></trans-unit>
1121 <trans-unit id="4319634264526091601" datatype="html"> 1139 <trans-unit id="4319634264526091601" datatype="html">
1122 <source>on this instance</source> 1140 <source>on this instance</source>
1123 <target state="translated">在此网站</target> 1141 <target state="translated">在此网站</target>
@@ -1191,17 +1209,17 @@ The link will expire within 1 hour.</source>
1191 <target> 1209 <target>
1192 没有结果 1210 没有结果
1193 </target> 1211 </target>
1194 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1212
1195 </trans-unit> 1213 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1196 <trans-unit id="5500467336262464724"> 1214 <trans-unit id="5500467336262464724">
1197 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1215 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1198 <target> 1216 <target>
1199 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> 位订阅者 1217 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> 位订阅者
1200 </target> 1218 </target>
1201 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1219
1202 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1220
1203 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1221
1204 </trans-unit> 1222 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1205 <trans-unit id="1516969129397662377" datatype="html"> 1223 <trans-unit id="1516969129397662377" datatype="html">
1206 <source>Welcome to PeerTube, dear administrator!</source> 1224 <source>Welcome to PeerTube, dear administrator!</source>
1207 <target state="translated">欢迎来到 PeerTube,亲爱的管理员!</target> 1225 <target state="translated">欢迎来到 PeerTube,亲爱的管理员!</target>
@@ -1446,9 +1464,9 @@ The link will expire within 1 hour.</source>
1446 <trans-unit id="2308975396733519902"> 1464 <trans-unit id="2308975396733519902">
1447 <source>Create an account</source> 1465 <source>Create an account</source>
1448 <target>创建帐户</target> 1466 <target>创建帐户</target>
1449 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group> 1467
1450 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group> 1468
1451 </trans-unit> 1469 <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/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
1452 <trans-unit id="3058024914967508975" datatype="html"> 1470 <trans-unit id="3058024914967508975" datatype="html">
1453 <source>My videos</source> 1471 <source>My videos</source>
1454 <target state="translated">我的视频</target> 1472 <target state="translated">我的视频</target>
@@ -1515,10 +1533,10 @@ The link will expire within 1 hour.</source>
1515 <trans-unit id="1504521795586863905" datatype="html"> 1533 <trans-unit id="1504521795586863905" datatype="html">
1516 <source>VIDEOS</source> 1534 <source>VIDEOS</source>
1517 <target state="translated">视频</target> 1535 <target state="translated">视频</target>
1518 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group> 1536
1519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group> 1537
1520 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group> 1538
1521 </trans-unit> 1539 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit>
1522 <trans-unit id="667372110624203230" datatype="html"> 1540 <trans-unit id="667372110624203230" datatype="html">
1523 <source>Import jobs concurrency</source> 1541 <source>Import jobs concurrency</source>
1524 <target state="translated">导入并发送</target> 1542 <target state="translated">导入并发送</target>
@@ -1596,8 +1614,8 @@ The link will expire within 1 hour.</source>
1596 <trans-unit id="4424964105331349857" datatype="html"> 1614 <trans-unit id="4424964105331349857" datatype="html">
1597 <source>I'm a teapot</source> 1615 <source>I'm a teapot</source>
1598 <target state="translated">我是茶壶</target> 1616 <target state="translated">我是茶壶</target>
1599 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1617
1600 </trans-unit> 1618 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
1601 <trans-unit id="1597262876035959248" datatype="html"> 1619 <trans-unit id="1597262876035959248" datatype="html">
1602 <source>That's an error.</source> 1620 <source>That's an error.</source>
1603 <target state="translated">发生错误.</target> 1621 <target state="translated">发生错误.</target>
@@ -1690,8 +1708,8 @@ The link will expire within 1 hour.</source>
1690 <trans-unit id="2971365540217107489" datatype="html"> 1708 <trans-unit id="2971365540217107489" datatype="html">
1691 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1709 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1692 <target state="translated">媒体对于服务器太大。如果您想增加限制大小,请与管理员联系。</target> 1710 <target state="translated">媒体对于服务器太大。如果您想增加限制大小,请与管理员联系。</target>
1693 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1711
1694 </trans-unit> 1712 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
1695 1713
1696 <trans-unit id="5131854469652959713" datatype="html"> 1714 <trans-unit id="5131854469652959713" datatype="html">
1697 <source>GLOBAL SEARCH</source> 1715 <source>GLOBAL SEARCH</source>
@@ -1770,19 +1788,19 @@ The link will expire within 1 hour.</source>
1770 <trans-unit id="5478121364779850827" datatype="html"> 1788 <trans-unit id="5478121364779850827" datatype="html">
1771 <source>Reset</source> 1789 <source>Reset</source>
1772 <target state="translated">重置</target> 1790 <target state="translated">重置</target>
1773 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1791
1774 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1792
1775 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1793
1776 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1794
1777 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1795
1778 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1796
1779 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1797
1780 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1798
1781 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1799
1782 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1800
1783 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1801
1784 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1802
1785 </trans-unit> 1803 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1786 <trans-unit id="4540121094340493564" datatype="html"> 1804 <trans-unit id="4540121094340493564" datatype="html">
1787 <source>Display only</source> 1805 <source>Display only</source>
1788 <target state="new">Display only</target> 1806 <target state="new">Display only</target>
@@ -1828,7 +1846,7 @@ The link will expire within 1 hour.</source>
1828 <target>时长</target> 1846 <target>时长</target>
1829 1847
1830 1848
1831 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1849 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1832 <trans-unit id="3589238979642505685"> 1850 <trans-unit id="3589238979642505685">
1833 <source>Display sensitive content</source> 1851 <source>Display sensitive content</source>
1834 <target>显示敏感内容</target> 1852 <target>显示敏感内容</target>
@@ -1850,7 +1868,7 @@ The link will expire within 1 hour.</source>
1850 1868
1851 1869
1852 1870
1853 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1871 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1854 <trans-unit id="5478121364779850827" datatype="html"> 1872 <trans-unit id="5478121364779850827" datatype="html">
1855 <source>Reset</source> 1873 <source>Reset</source>
1856 <target state="translated">重置</target> 1874 <target state="translated">重置</target>
@@ -1871,7 +1889,7 @@ The link will expire within 1 hour.</source>
1871 1889
1872 1890
1873 1891
1874 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1892 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1875 <trans-unit id="4184995865179898060" datatype="html"> 1893 <trans-unit id="4184995865179898060" datatype="html">
1876 <source>Display all licenses</source> 1894 <source>Display all licenses</source>
1877 <target state="translated">显示所有授权条款</target> 1895 <target state="translated">显示所有授权条款</target>
@@ -1884,7 +1902,7 @@ The link will expire within 1 hour.</source>
1884 1902
1885 1903
1886 1904
1887 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit> 1905 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1888 <trans-unit id="7904142744051432458" datatype="html"> 1906 <trans-unit id="7904142744051432458" datatype="html">
1889 <source>Display all languages</source> 1907 <source>Display all languages</source>
1890 <target state="translated">显示所有语言</target> 1908 <target state="translated">显示所有语言</target>
@@ -1899,17 +1917,23 @@ The link will expire within 1 hour.</source>
1899 <source>One of these tags</source> 1917 <source>One of these tags</source>
1900 <target>包含以下至少一个标签</target> 1918 <target>包含以下至少一个标签</target>
1901 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 1919 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
1920 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
1921 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1922 <context-group purpose="location">
1923 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1924 <context context-type="linenumber">178</context>
1925 </context-group>
1902 </trans-unit> 1926 </trans-unit>
1903 <trans-unit id="283421392567624698" datatype="html"> 1927 <trans-unit id="283421392567624698" datatype="html">
1904 <source>Search target</source> 1928 <source>Search target</source>
1905 <target state="translated">搜寻目标</target> 1929 <target state="translated">搜寻目标</target>
1906 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 1930
1907 </trans-unit> 1931 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1908 <trans-unit id="2489767671380266270" datatype="html"> 1932 <trans-unit id="2489767671380266270" datatype="html">
1909 <source>Vidiverse</source> 1933 <source>Vidiverse</source>
1910 <target state="translated">视讯联盟</target> 1934 <target state="translated">视讯联盟</target>
1911 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 1935
1912 </trans-unit> 1936 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1913 <trans-unit id="5478121364779850827" datatype="html"> 1937 <trans-unit id="5478121364779850827" datatype="html">
1914 <source>Reset</source> 1938 <source>Reset</source>
1915 <target state="translated">重置</target> 1939 <target state="translated">重置</target>
@@ -1918,8 +1942,8 @@ The link will expire within 1 hour.</source>
1918 <trans-unit id="8829497237648100098"> 1942 <trans-unit id="8829497237648100098">
1919 <source>Filter</source> 1943 <source>Filter</source>
1920 <target>过滤</target> 1944 <target>过滤</target>
1921 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 1945
1922 </trans-unit> 1946 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1923 <trans-unit id="6479885129995567639" datatype="html"> 1947 <trans-unit id="6479885129995567639" datatype="html">
1924 <source>Video channels</source> 1948 <source>Video channels</source>
1925 <target state="translated">视频频道</target> 1949 <target state="translated">视频频道</target>
@@ -1957,7 +1981,7 @@ The link will expire within 1 hour.</source>
1957 <target>标签</target> 1981 <target>标签</target>
1958 1982
1959 1983
1960 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1984 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1961 <trans-unit id="354332809647287722" datatype="html"> 1985 <trans-unit id="354332809647287722" datatype="html">
1962 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1986 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1963 <target state="translated">标签可以用来建议相关的建议。 <x id="LINE_BREAK"/> 最多有5个标签。 <x id="LINE_BREAK"/> 按 <x id="START_TAG_KBD"/>进入<x id="CLOSE_TAG_KBD"/> 添加新标签。 </target> 1987 <target state="translated">标签可以用来建议相关的建议。 <x id="LINE_BREAK"/> 最多有5个标签。 <x id="LINE_BREAK"/> 按 <x id="START_TAG_KBD"/>进入<x id="CLOSE_TAG_KBD"/> 添加新标签。 </target>
@@ -2434,8 +2458,8 @@ The link will expire within 1 hour.</source>
2434 <trans-unit id="6161604372916832458" datatype="html"> 2458 <trans-unit id="6161604372916832458" datatype="html">
2435 <source>Upload on hold</source> 2459 <source>Upload on hold</source>
2436 <target state="new">Upload on hold</target> 2460 <target state="new">Upload on hold</target>
2437 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group> 2461
2438 </trans-unit> 2462 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2439 <trans-unit id="285180972645018518" datatype="html"> 2463 <trans-unit id="285180972645018518" datatype="html">
2440 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2464 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2441 <target state="translated">对不起,您的帐户的上传功能已被禁用。如果你想添加视频,管理员必须解锁您的权限。</target> 2465 <target state="translated">对不起,您的帐户的上传功能已被禁用。如果你想添加视频,管理员必须解锁您的权限。</target>
@@ -2755,12 +2779,18 @@ The link will expire within 1 hour.</source>
2755 <source>Origin</source> 2779 <source>Origin</source>
2756 <target state="new">Origin</target> 2780 <target state="new">Origin</target>
2757 2781
2758 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2782 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="6981359593518942576" datatype="html">
2783 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2784 <context-group purpose="location">
2785 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2786 <context context-type="linenumber">14</context>
2787 </context-group>
2788 </trans-unit>
2759 <trans-unit id="5139892963394684487"> 2789 <trans-unit id="5139892963394684487">
2760 <source>Originally published</source> 2790 <source>Originally published</source>
2761 <target>最初发布于</target> 2791 <target>最初发布于</target>
2762 2792
2763 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2793 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2764 <trans-unit id="6402393085909200998" datatype="html"> 2794 <trans-unit id="6402393085909200998" datatype="html">
2765 <source>Friendly Reminder:</source> 2795 <source>Friendly Reminder:</source>
2766 <target state="translated">友好提醒:</target> 2796 <target state="translated">友好提醒:</target>
@@ -3108,11 +3138,7 @@ The link will expire within 1 hour.</source>
3108 <target>ID</target> 3138 <target>ID</target>
3109 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3139 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3110 </trans-unit> 3140 </trans-unit>
3111 <trans-unit id="2265605798180116441"> 3141
3112 <source>Follower handle</source>
3113 <target>管理关注</target>
3114 <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>
3115 </trans-unit>
3116 <trans-unit id="5911214550882917183"> 3142 <trans-unit id="5911214550882917183">
3117 <source>State</source> 3143 <source>State</source>
3118 <target>状态</target> 3144 <target>状态</target>
@@ -3183,11 +3209,7 @@ The link will expire within 1 hour.</source>
3183 </target> 3209 </target>
3184 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3210 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3185 </trans-unit> 3211 </trans-unit>
3186 <trans-unit id="6641024648411549335"> 3212
3187 <source>Host</source>
3188 <target>主机名</target>
3189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3190 </trans-unit>
3191 <trans-unit id="6571718060636962350" datatype="html"> 3213 <trans-unit id="6571718060636962350" datatype="html">
3192 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3214 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3193 <target state="translated">允许冗余 <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3215 <target state="translated">允许冗余 <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3196,9 +3218,9 @@ The link will expire within 1 hour.</source>
3196 <trans-unit id="9160510009013134726" datatype="html"> 3218 <trans-unit id="9160510009013134726" datatype="html">
3197 <source>Unfollow</source> 3219 <source>Unfollow</source>
3198 <target state="translated">取消关注</target> 3220 <target state="translated">取消关注</target>
3199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3221
3200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3222
3201 </trans-unit> 3223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group></trans-unit>
3202 <trans-unit id="8246779176913476983" datatype="html"> 3224 <trans-unit id="8246779176913476983" datatype="html">
3203 <source>Open instance in a new tab</source> 3225 <source>Open instance in a new tab</source>
3204 <target state="translated">在新选项卡中打开页面</target> 3226 <target state="translated">在新选项卡中打开页面</target>
@@ -3209,28 +3231,20 @@ The link will expire within 1 hour.</source>
3209 <trans-unit id="9132918641931433659" datatype="html"> 3231 <trans-unit id="9132918641931433659" datatype="html">
3210 <source>No host found matching current filters.</source> 3232 <source>No host found matching current filters.</source>
3211 <target state="translated">没有找到匹配当前筛选器的主机。</target> 3233 <target state="translated">没有找到匹配当前筛选器的主机。</target>
3212 <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> 3234
3213 </trans-unit> 3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
3214 <trans-unit id="7274241885665071790" datatype="html"> 3236 <trans-unit id="7274241885665071790" datatype="html">
3215 <source>Your instance is not following anyone.</source> 3237 <source>Your instance is not following anyone.</source>
3216 <target state="translated">您的站点没有跟踪任何人。</target> 3238 <target state="translated">您的站点没有跟踪任何人。</target>
3217 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3239
3218 </trans-unit> 3240 <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>
3219 <trans-unit id="4774348799569692380" datatype="html"> 3241 <trans-unit id="4774348799569692380" datatype="html">
3220 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3242 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3221 <target state="translated">正在观看 <x id="INTERPOLATION"/> 到 <x id="INTERPOLATION_1"/> 总共有 <x id="INTERPOLATION_2"/> 个主机</target> 3243 <target state="translated">正在观看 <x id="INTERPOLATION"/> 到 <x id="INTERPOLATION_1"/> 总共有 <x id="INTERPOLATION_2"/> 个主机</target>
3222 <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> 3244 <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>
3223 </trans-unit> 3245 </trans-unit>
3224 <trans-unit id="6275803119759621687" datatype="html"> 3246
3225 <source>Follow domains</source> 3247
3226 <target state="translated">关注域名</target>
3227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3228 </trans-unit>
3229 <trans-unit id="1268699198448750610" datatype="html">
3230 <source>Follow instances</source>
3231 <target state="translated">跟踪站点</target>
3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3233 </trans-unit>
3234 <trans-unit id="9216117865911519658" datatype="html"> 3248 <trans-unit id="9216117865911519658" datatype="html">
3235 <source>Action</source> 3249 <source>Action</source>
3236 <target state="new">Action</target> 3250 <target state="new">Action</target>
@@ -3280,11 +3294,11 @@ The link will expire within 1 hour.</source>
3280 <trans-unit id="5248717555542428023"> 3294 <trans-unit id="5248717555542428023">
3281 <source>Username</source> 3295 <source>Username</source>
3282 <target>用户名</target> 3296 <target>用户名</target>
3283 <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> 3297
3284 <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> 3298
3285 <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> 3299
3286 <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> 3300
3287 </trans-unit> 3301 <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/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</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/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3288 <trans-unit id="5428411040014095392" datatype="html"> 3302 <trans-unit id="5428411040014095392" datatype="html">
3289 <source>e.g. jane_doe</source> 3303 <source>e.g. jane_doe</source>
3290 <target state="translated">例如: jane_doe</target> 3304 <target state="translated">例如: jane_doe</target>
@@ -3312,9 +3326,9 @@ The link will expire within 1 hour.</source>
3312 <trans-unit id="4145496584631696119"> 3326 <trans-unit id="4145496584631696119">
3313 <source>Role</source> 3327 <source>Role</source>
3314 <target>角色</target> 3328 <target>角色</target>
3315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3329
3316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3330
3317 </trans-unit> 3331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group></trans-unit>
3318 <trans-unit id="7046347992315328430" datatype="html"> 3332 <trans-unit id="7046347992315328430" datatype="html">
3319 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3333 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
3320 <target state="translated">已启用转码。视频配额仅考虑在内 <x id="START_TAG_STRONG"/>原始<x id="CLOSE_TAG_STRONG"/> 视频大小。 <x id="LINE_BREAK"/> 这个用户最多可以上传 ~ <x id="INTERPOLATION"/>. </target> 3334 <target state="translated">已启用转码。视频配额仅考虑在内 <x id="START_TAG_STRONG"/>原始<x id="CLOSE_TAG_STRONG"/> 视频大小。 <x id="LINE_BREAK"/> 这个用户最多可以上传 ~ <x id="INTERPOLATION"/>. </target>
@@ -3331,15 +3345,9 @@ The link will expire within 1 hour.</source>
3331 <trans-unit id="2622255144026150901" datatype="html"> 3345 <trans-unit id="2622255144026150901" datatype="html">
3332 <source>Auth plugin</source> 3346 <source>Auth plugin</source>
3333 <target state="new">Auth plugin</target> 3347 <target state="new">Auth plugin</target>
3334 <context-group purpose="location"> 3348
3335 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3349
3336 <context context-type="linenumber">188</context> 3350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group></trans-unit>
3337 </context-group>
3338 <context-group purpose="location">
3339 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3340 <context context-type="linenumber">188</context>
3341 </context-group>
3342 </trans-unit>
3343 <trans-unit id="588099657508661970" datatype="html"> 3351 <trans-unit id="588099657508661970" datatype="html">
3344 <source>None (local authentication)</source> 3352 <source>None (local authentication)</source>
3345 <target state="translated">None (本地身份验证)</target> 3353 <target state="translated">None (本地身份验证)</target>
@@ -3593,6 +3601,12 @@ The link will expire within 1 hour.</source>
3593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group> 3601 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.html</context><context context-type="linenumber">65</context></context-group>
3594 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3602 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3595 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3604 </trans-unit><trans-unit id="8390803680962035202" datatype="html">
3605 <source>Follower</source><target state="new">Follower</target>
3606 <context-group purpose="location">
3607 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3608 <context context-type="linenumber">24</context>
3609 </context-group>
3596 </trans-unit> 3610 </trans-unit>
3597 <trans-unit id="4691552465058437520" datatype="html"> 3611 <trans-unit id="4691552465058437520" datatype="html">
3598 <source>Commented video</source> 3612 <source>Commented video</source>
@@ -3638,43 +3652,28 @@ The link will expire within 1 hour.</source>
3638 <trans-unit id="1807029821872995706" datatype="html"> 3652 <trans-unit id="1807029821872995706" datatype="html">
3639 <source>Unsolved reports</source> 3653 <source>Unsolved reports</source>
3640 <target state="new">Unsolved reports</target> 3654 <target state="new">Unsolved reports</target>
3641 <context-group purpose="location"> 3655
3642 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3656 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3643 <context context-type="linenumber">42</context>
3644 </context-group>
3645 </trans-unit>
3646 <trans-unit id="2570256912317308673" datatype="html"> 3657 <trans-unit id="2570256912317308673" datatype="html">
3647 <source>Accepted reports</source> 3658 <source>Accepted reports</source>
3648 <target state="new">Accepted reports</target> 3659 <target state="new">Accepted reports</target>
3649 <context-group purpose="location"> 3660
3650 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3661 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3651 <context context-type="linenumber">46</context>
3652 </context-group>
3653 </trans-unit>
3654 <trans-unit id="4335414817109654558" datatype="html"> 3662 <trans-unit id="4335414817109654558" datatype="html">
3655 <source>Refused reports</source> 3663 <source>Refused reports</source>
3656 <target state="new">Refused reports</target> 3664 <target state="new">Refused reports</target>
3657 <context-group purpose="location"> 3665
3658 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3666 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3659 <context context-type="linenumber">50</context>
3660 </context-group>
3661 </trans-unit>
3662 <trans-unit id="5604806676748121035" datatype="html"> 3667 <trans-unit id="5604806676748121035" datatype="html">
3663 <source>Reports with blocked videos</source> 3668 <source>Reports with blocked videos</source>
3664 <target state="new">Reports with blocked videos</target> 3669 <target state="new">Reports with blocked videos</target>
3665 <context-group purpose="location"> 3670
3666 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3671 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3667 <context context-type="linenumber">54</context>
3668 </context-group>
3669 </trans-unit>
3670 <trans-unit id="5105869928182826553" datatype="html"> 3672 <trans-unit id="5105869928182826553" datatype="html">
3671 <source>Reports with deleted videos</source> 3673 <source>Reports with deleted videos</source>
3672 <target state="new">Reports with deleted videos</target> 3674 <target state="new">Reports with deleted videos</target>
3673 <context-group purpose="location"> 3675
3674 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3676 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3675 <context context-type="linenumber">58</context>
3676 </context-group>
3677 </trans-unit>
3678 <trans-unit id="4678289986918934018" datatype="html"> 3677 <trans-unit id="4678289986918934018" datatype="html">
3679 <source>Block reason:</source> 3678 <source>Block reason:</source>
3680 <target state="translated">封锁原因:</target> 3679 <target state="translated">封锁原因:</target>
@@ -3693,19 +3692,13 @@ The link will expire within 1 hour.</source>
3693 <trans-unit id="7755288609601798418" datatype="html"> 3692 <trans-unit id="7755288609601798418" datatype="html">
3694 <source>Automatic blocks</source> 3693 <source>Automatic blocks</source>
3695 <target state="new">Automatic blocks</target> 3694 <target state="new">Automatic blocks</target>
3696 <context-group purpose="location"> 3695
3697 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3698 <context context-type="linenumber">31</context>
3699 </context-group>
3700 </trans-unit>
3701 <trans-unit id="6510868134640657079" datatype="html"> 3697 <trans-unit id="6510868134640657079" datatype="html">
3702 <source>Manual blocks</source> 3698 <source>Manual blocks</source>
3703 <target state="new">Manual blocks</target> 3699 <target state="new">Manual blocks</target>
3704 <context-group purpose="location"> 3700
3705 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3706 <context context-type="linenumber">35</context>
3707 </context-group>
3708 </trans-unit>
3709 <trans-unit id="2143435845912984377" datatype="html"> 3702 <trans-unit id="2143435845912984377" datatype="html">
3710 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3703 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3711 <target state="translated">显示 <x id="INTERPOLATION"/> 到 <x id="INTERPOLATION_1"/> 的 <x id="INTERPOLATION_2"/> 已封锁视频</target> 3704 <target state="translated">显示 <x id="INTERPOLATION"/> 到 <x id="INTERPOLATION_1"/> 的 <x id="INTERPOLATION_2"/> 已封锁视频</target>
@@ -3854,11 +3847,11 @@ The link will expire within 1 hour.</source>
3854 <trans-unit id="2381859602529023966"> 3847 <trans-unit id="2381859602529023966">
3855 <source>Instance</source> 3848 <source>Instance</source>
3856 <target>实例</target> 3849 <target>实例</target>
3857 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3850
3858 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 3851
3859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3852
3860 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3853
3861 </trans-unit> 3854 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3862 <trans-unit id="1300704815627663264"> 3855 <trans-unit id="1300704815627663264">
3863 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3856 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3864 <target>屏蔽时间 3857 <target>屏蔽时间
@@ -3899,8 +3892,8 @@ The link will expire within 1 hour.</source>
3899 <trans-unit id="4917252294930256268" datatype="html"> 3892 <trans-unit id="4917252294930256268" datatype="html">
3900 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3893 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3901 <target state="translated">看起来你不在 HTTPS 服务器上。你的网络服务器需要有 TLS 激活,以便跟踪服务器。</target> 3894 <target state="translated">看起来你不在 HTTPS 服务器上。你的网络服务器需要有 TLS 激活,以便跟踪服务器。</target>
3902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 3895
3903 </trans-unit> 3896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3904 <trans-unit id="4058814854824495833" datatype="html"> 3897 <trans-unit id="4058814854824495833" datatype="html">
3905 <source>Mute domains</source> 3898 <source>Mute domains</source>
3906 <target state="translated">静音网络</target> 3899 <target state="translated">静音网络</target>
@@ -3974,7 +3967,7 @@ The link will expire within 1 hour.</source>
3974 3967
3975 3968
3976 3969
3977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit> 3970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3978 <trans-unit id="8630916846096019339" datatype="html"> 3971 <trans-unit id="8630916846096019339" datatype="html">
3979 <source>Users can resolve distant content</source> 3972 <source>Users can resolve distant content</source>
3980 <target state="translated">用户可以解析远程内容</target> 3973 <target state="translated">用户可以解析远程内容</target>
@@ -5902,11 +5895,8 @@ color: red;
5902 <trans-unit id="5512878593724620692" datatype="html"> 5895 <trans-unit id="5512878593724620692" datatype="html">
5903 <source>CHANNELS</source> 5896 <source>CHANNELS</source>
5904 <target state="new">CHANNELS</target> 5897 <target state="new">CHANNELS</target>
5905 <context-group purpose="location"> 5898
5906 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5899 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group></trans-unit>
5907 <context context-type="linenumber">82</context>
5908 </context-group>
5909 </trans-unit>
5910 <trans-unit id="3666829335406793239"> 5900 <trans-unit id="3666829335406793239">
5911 <source>This account does not have channels.</source> 5901 <source>This account does not have channels.</source>
5912 <target>此帐户没有视频频道。</target> 5902 <target>此帐户没有视频频道。</target>
@@ -5951,6 +5941,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5951It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another 5941It will delete <x id="PH_1"/> videos uploaded in this channel, and you will not be able to create another
5952channel with the same name (<x id="PH_2"/>)!</target> 5942channel with the same name (<x id="PH_2"/>)!</target>
5953 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 5943 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
5944 </trans-unit><trans-unit id="4433306639366959484" datatype="html">
5945 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source><target state="new">Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</target>
5946 <context-group purpose="location">
5947 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5948 <context context-type="linenumber">48</context>
5949 </context-group>
5954 </trans-unit> 5950 </trans-unit>
5955 <trans-unit id="5387007581996837469" datatype="html"> 5951 <trans-unit id="5387007581996837469" datatype="html">
5956 <source>My Channels</source> 5952 <source>My Channels</source>
@@ -6494,12 +6490,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6494 <source>Your message has been sent.</source> 6490 <source>Your message has been sent.</source>
6495 <target>您的信息已发送。</target> 6491 <target>您的信息已发送。</target>
6496 6492
6497 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group></trans-unit> 6493 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group></trans-unit>
6498 <trans-unit id="2072135752262464360"> 6494 <trans-unit id="2072135752262464360">
6499 <source>You already sent this form recently</source> 6495 <source>You already sent this form recently</source>
6500 <target>您最近已发送了此表格</target> 6496 <target>您最近已发送了此表格</target>
6501 6497
6502 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group></trans-unit> 6498 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group></trans-unit>
6503 <trans-unit id="819067926858619041" datatype="html"> 6499 <trans-unit id="819067926858619041" datatype="html">
6504 <source>Account videos</source> 6500 <source>Account videos</source>
6505 <target state="new">Account videos</target> 6501 <target state="new">Account videos</target>
@@ -6546,13 +6542,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
6546 <target state="new"> 6542 <target state="new">
6547 <x id="PH"/> direct account followers 6543 <x id="PH"/> direct account followers
6548 </target> 6544 </target>
6549 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6545
6550 </trans-unit> 6546 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit>
6551 <trans-unit id="6250999352462648289" datatype="html"> 6547 <trans-unit id="6250999352462648289" datatype="html">
6552 <source>Report this account</source> 6548 <source>Report this account</source>
6553 <target state="new">Report this account</target> 6549 <target state="new">Report this account</target>
6554 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6550
6555 </trans-unit> 6551 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group></trans-unit>
6556 <trans-unit id="1504521795586863905" datatype="html"> 6552 <trans-unit id="1504521795586863905" datatype="html">
6557 <source>VIDEOS</source> 6553 <source>VIDEOS</source>
6558 <target state="new">VIDEOS</target> 6554 <target state="new">VIDEOS</target>
@@ -6562,31 +6558,21 @@ channel with the same name (<x id="PH_2"/>)!</target>
6562 <trans-unit id="25349740244798533"> 6558 <trans-unit id="25349740244798533">
6563 <source>Username copied</source> 6559 <source>Username copied</source>
6564 <target>用户名已复制</target> 6560 <target>用户名已复制</target>
6565 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6561
6566 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6562
6567 </trans-unit> 6563 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group></trans-unit>
6568 <trans-unit id="9221735175659318025" datatype="html"> 6564 <trans-unit id="9221735175659318025" datatype="html">
6569 <source>1 subscriber</source> 6565 <source>1 subscriber</source>
6570 <target state="new">1 subscriber</target> 6566 <target state="new">1 subscriber</target>
6571 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6567
6572 </trans-unit> 6568 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group></trans-unit>
6573 <trans-unit id="4097331874769079975" datatype="html"> 6569 <trans-unit id="4097331874769079975" datatype="html">
6574 <source><x id="PH"/> subscribers</source> 6570 <source><x id="PH"/> subscribers</source>
6575 <target state="new"><x id="PH"/> subscribers</target> 6571 <target state="new"><x id="PH"/> subscribers</target>
6576 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6572
6577 </trans-unit> 6573 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group></trans-unit>
6578 <trans-unit id="4682675125751819107" datatype="html"> 6574
6579 <source>Instances you follow</source> 6575
6580 <target state="new">Instances you follow</target>
6581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6582 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6583 </trans-unit>
6584 <trans-unit id="8899833753704589712" datatype="html">
6585 <source>Instances following you</source>
6586 <target state="new">Instances following you</target>
6587 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6589 </trans-unit>
6590 <trans-unit id="1035838766454786107" datatype="html"> 6576 <trans-unit id="1035838766454786107" datatype="html">
6591 <source>Audio-only</source> 6577 <source>Audio-only</source>
6592 <target state="new">Audio-only</target> 6578 <target state="new">Audio-only</target>
@@ -6636,6 +6622,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
6636 <source>Auto (via ffmpeg)</source> 6622 <source>Auto (via ffmpeg)</source>
6637 <target>自动(由 ffmpeg 决定)</target> 6623 <target>自动(由 ffmpeg 决定)</target>
6638 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6625 </trans-unit><trans-unit id="3642770981085338761" datatype="html">
6626 <source>Followers of your instance</source><target state="new">Followers of your instance</target>
6627 <context-group purpose="location">
6628 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6629 <context context-type="linenumber">3</context>
6630 </context-group>
6639 </trans-unit> 6631 </trans-unit>
6640 <trans-unit id="931255636742351800" datatype="html"> 6632 <trans-unit id="931255636742351800" datatype="html">
6641 <source>No limit</source> 6633 <source>No limit</source>
@@ -6786,18 +6778,34 @@ channel with the same name (<x id="PH_2"/>)!</target>
6786 <trans-unit id="2127446333083057097" datatype="html"> 6778 <trans-unit id="2127446333083057097" datatype="html">
6787 <source>Domain is required.</source> 6779 <source>Domain is required.</source>
6788 <target state="new">Domain is required.</target> 6780 <target state="new">Domain is required.</target>
6789 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6781
6790 </trans-unit> 6782 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group></trans-unit><trans-unit id="7951488350851416577" datatype="html">
6791 <trans-unit id="6780793142903080663" datatype="html"> 6783 <source>Hosts entered are invalid.</source><target state="new">Hosts entered are invalid.</target>
6792 <source>Domains entered are invalid.</source> 6784 <context-group purpose="location">
6793 <target state="new">Domains entered are invalid.</target> 6785 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6794 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6786 <context context-type="linenumber">93</context>
6795 </trans-unit> 6787 </context-group>
6796 <trans-unit id="5886492514458202177" datatype="html"> 6788 </trans-unit><trans-unit id="1469559036084108672" datatype="html">
6797 <source>Domains entered contain duplicates.</source> 6789 <source>Hosts entered contain duplicates.</source><target state="new">Hosts entered contain duplicates.</target>
6798 <target state="new">Domains entered contain duplicates.</target> 6790 <context-group purpose="location">
6799 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6791 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6792 <context context-type="linenumber">94</context>
6793 </context-group>
6794 </trans-unit><trans-unit id="5991533283446904296" datatype="html">
6795 <source>Hosts or handles are invalid.</source><target state="new">Hosts or handles are invalid.</target>
6796 <context-group purpose="location">
6797 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6798 <context context-type="linenumber">102</context>
6799 </context-group>
6800 </trans-unit><trans-unit id="6759198394434886237" datatype="html">
6801 <source>Hosts or handles contain duplicates.</source><target state="new">Hosts or handles contain duplicates.</target>
6802 <context-group purpose="location">
6803 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6804 <context context-type="linenumber">103</context>
6805 </context-group>
6800 </trans-unit> 6806 </trans-unit>
6807
6808
6801 <trans-unit id="240806681889331244"> 6809 <trans-unit id="240806681889331244">
6802 <source>Unlimited</source> 6810 <source>Unlimited</source>
6803 <target>无限制 6811 <target>无限制
@@ -6958,26 +6966,52 @@ channel with the same name (<x id="PH_2"/>)!</target>
6958 <x id="PH"/> 已被移除出关注列表 6966 <x id="PH"/> 已被移除出关注列表
6959 </target> 6967 </target>
6960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6968 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6969 </trans-unit><trans-unit id="6018246591673612412" datatype="html">
6970 <source>Follow</source><target state="new">Follow</target>
6971 <context-group purpose="location">
6972 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6973 <context context-type="linenumber">3</context>
6974 </context-group>
6975 <context-group purpose="location">
6976 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6977 <context context-type="linenumber">37</context>
6978 </context-group>
6979 <context-group purpose="location">
6980 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6981 <context context-type="linenumber">18</context>
6982 </context-group>
6983 </trans-unit><trans-unit id="3596798855644241001" datatype="html">
6984 <source>1 host (without "http://"), account handle or channel handle per line</source><target state="new">1 host (without "http://"), account handle or channel handle per line</target>
6985 <context-group purpose="location">
6986 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6987 <context context-type="linenumber">11</context>
6988 </context-group>
6961 </trans-unit> 6989 </trans-unit>
6962 <trans-unit id="2740793005745065895"> 6990 <trans-unit id="2740793005745065895">
6963 <source><x id="PH"/> is not valid </source> 6991 <source><x id="PH"/> is not valid </source>
6964 <target> 6992 <target>
6965 <x id="PH"/> 不合法 6993 <x id="PH"/> 不合法
6966 </target> 6994 </target>
6967 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6995
6968 </trans-unit> 6996 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
6969 <trans-unit id="2355066641781598196"> 6997 <trans-unit id="2355066641781598196">
6970 <source>Follow request(s) sent!</source> 6998 <source>Follow request(s) sent!</source>
6971 <target>关注请求已发送!</target> 6999 <target>关注请求已发送!</target>
6972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 7000
7001 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group></trans-unit><trans-unit id="3459358413436264734" datatype="html">
7002 <source>Your instance subscriptions</source><target state="new">Your instance subscriptions</target>
7003 <context-group purpose="location">
7004 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
7005 <context context-type="linenumber">3</context>
7006 </context-group>
6973 </trans-unit> 7007 </trans-unit>
6974 <trans-unit id="4245720728052819482"> 7008 <trans-unit id="4245720728052819482">
6975 <source>Do you really want to unfollow <x id="PH"/>?</source> 7009 <source>Do you really want to unfollow <x id="PH"/>?</source>
6976 <target>您确定要取消关注 7010 <target>您确定要取消关注
6977 <x id="PH"/> 吗? 7011 <x id="PH"/> 吗?
6978 </target> 7012 </target>
6979 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 7013
6980 </trans-unit> 7014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
6981 <trans-unit id="9160510009013134726"> 7015 <trans-unit id="9160510009013134726">
6982 <source>Unfollow</source> 7016 <source>Unfollow</source>
6983 <target>取消关注</target> 7017 <target>取消关注</target>
@@ -6988,8 +7022,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
6988 <target>您已不再关注 7022 <target>您已不再关注
6989 <x id="PH"/>。 7023 <x id="PH"/>。
6990 </target> 7024 </target>
6991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 7025
6992 </trans-unit> 7026 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group></trans-unit>
6993 <trans-unit id="2593763089859685916"> 7027 <trans-unit id="2593763089859685916">
6994 <source>enabled</source> 7028 <source>enabled</source>
6995 <target>已启用</target> 7029 <target>已启用</target>
@@ -7107,125 +7141,125 @@ channel with the same name (<x id="PH_2"/>)!</target>
7107 <trans-unit id="6473213678768782133" datatype="html"> 7141 <trans-unit id="6473213678768782133" datatype="html">
7108 <source>Internal actions</source> 7142 <source>Internal actions</source>
7109 <target state="new">Internal actions</target> 7143 <target state="new">Internal actions</target>
7110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7144
7111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7145
7112 </trans-unit> 7146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7113 <trans-unit id="4559872264406386913" datatype="html"> 7147 <trans-unit id="4559872264406386913" datatype="html">
7114 <source>Delete report</source> 7148 <source>Delete report</source>
7115 <target state="new">Delete report</target> 7149 <target state="new">Delete report</target>
7116 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7150
7117 </trans-unit> 7151 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7118 <trans-unit id="5793550984155962433" datatype="html"> 7152 <trans-unit id="5793550984155962433" datatype="html">
7119 <source>Actions for the flagged account</source> 7153 <source>Actions for the flagged account</source>
7120 <target state="new">Actions for the flagged account</target> 7154 <target state="new">Actions for the flagged account</target>
7121 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7155
7122 </trans-unit> 7156 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7123 <trans-unit id="1679841953757186358"> 7157 <trans-unit id="1679841953757186358">
7124 <source>Mark as accepted</source> 7158 <source>Mark as accepted</source>
7125 <target>标记为已接受</target> 7159 <target>标记为已接受</target>
7126 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7160
7127 </trans-unit> 7161 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7128 <trans-unit id="7993358694073742566"> 7162 <trans-unit id="7993358694073742566">
7129 <source>Mark as rejected</source> 7163 <source>Mark as rejected</source>
7130 <target>标记为已拒绝</target> 7164 <target>标记为已拒绝</target>
7131 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7165
7132 </trans-unit> 7166 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7133 <trans-unit id="4175703770051343108" datatype="html"> 7167 <trans-unit id="4175703770051343108" datatype="html">
7134 <source>Add internal note</source> 7168 <source>Add internal note</source>
7135 <target state="new">Add internal note</target> 7169 <target state="new">Add internal note</target>
7136 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7170
7137 </trans-unit> 7171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7138 <trans-unit id="296166371893775555" datatype="html"> 7172 <trans-unit id="296166371893775555" datatype="html">
7139 <source>Actions for the video</source> 7173 <source>Actions for the video</source>
7140 <target state="new">Actions for the video</target> 7174 <target state="new">Actions for the video</target>
7141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7175
7142 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7176
7143 </trans-unit> 7177 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7144 <trans-unit id="3924877328520650445" datatype="html"> 7178 <trans-unit id="3924877328520650445" datatype="html">
7145 <source>Block video</source> 7179 <source>Block video</source>
7146 <target state="new">Block video</target> 7180 <target state="new">Block video</target>
7147 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7181
7148 </trans-unit> 7182 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7149 <trans-unit id="4762794934098378428" datatype="html"> 7183 <trans-unit id="4762794934098378428" datatype="html">
7150 <source>Video blocked.</source> 7184 <source>Video blocked.</source>
7151 <target state="new">Video blocked.</target> 7185 <target state="new">Video blocked.</target>
7152 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7186
7153 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7187
7154 </trans-unit> 7188 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7155 <trans-unit id="4328862996304258770" datatype="html"> 7189 <trans-unit id="4328862996304258770" datatype="html">
7156 <source>Unblock video</source> 7190 <source>Unblock video</source>
7157 <target state="new">Unblock video</target> 7191 <target state="new">Unblock video</target>
7158 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7192
7159 </trans-unit> 7193 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7160 <trans-unit id="9065327551191479877" datatype="html"> 7194 <trans-unit id="9065327551191479877" datatype="html">
7161 <source>Video unblocked.</source> 7195 <source>Video unblocked.</source>
7162 <target state="new">Video unblocked.</target> 7196 <target state="new">Video unblocked.</target>
7163 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7197
7164 </trans-unit> 7198 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7165 <trans-unit id="1250415136605923486"> 7199 <trans-unit id="1250415136605923486">
7166 <source>Do you really want to delete this abuse report?</source> 7200 <source>Do you really want to delete this abuse report?</source>
7167 <target>您确定要删除这条举报滥用记录吗?</target> 7201 <target>您确定要删除这条举报滥用记录吗?</target>
7168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7202
7169 </trans-unit> 7203 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7170 <trans-unit id="3482559157143817408"> 7204 <trans-unit id="3482559157143817408">
7171 <source>Abuse deleted.</source> 7205 <source>Abuse deleted.</source>
7172 <target>举报记录已删除。</target> 7206 <target>举报记录已删除。</target>
7173 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7207
7174 </trans-unit> 7208 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7175 <trans-unit id="6282990098351939529" datatype="html"> 7209 <trans-unit id="6282990098351939529" datatype="html">
7176 <source>Deleted comment</source> 7210 <source>Deleted comment</source>
7177 <target state="new">Deleted comment</target> 7211 <target state="new">Deleted comment</target>
7178 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7212
7179 </trans-unit> 7213 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7180 <trans-unit id="9196775343330824083" datatype="html"> 7214 <trans-unit id="9196775343330824083" datatype="html">
7181 <source>Messages with reporter</source> 7215 <source>Messages with reporter</source>
7182 <target state="new">Messages with reporter</target> 7216 <target state="new">Messages with reporter</target>
7183 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7217
7184 </trans-unit> 7218 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7185 <trans-unit id="8770468575924421391" datatype="html"> 7219 <trans-unit id="8770468575924421391" datatype="html">
7186 <source>Messages with moderators</source> 7220 <source>Messages with moderators</source>
7187 <target state="new">Messages with moderators</target> 7221 <target state="new">Messages with moderators</target>
7188 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7222
7189 </trans-unit> 7223 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7190 <trans-unit id="8528549800795985099" datatype="html"> 7224 <trans-unit id="8528549800795985099" datatype="html">
7191 <source>Update internal note</source> 7225 <source>Update internal note</source>
7192 <target state="new">Update internal note</target> 7226 <target state="new">Update internal note</target>
7193 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7227
7194 </trans-unit> 7228 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7195 <trans-unit id="3962242315365992494" datatype="html"> 7229 <trans-unit id="3962242315365992494" datatype="html">
7196 <source>Switch video block to manual</source> 7230 <source>Switch video block to manual</source>
7197 <target state="new">Switch video block to manual</target> 7231 <target state="new">Switch video block to manual</target>
7198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7232
7199 </trans-unit> 7233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7200 <trans-unit id="6906423861055262169" datatype="html"> 7234 <trans-unit id="6906423861055262169" datatype="html">
7201 <source>Video <x id="PH"/> switched to manual block.</source> 7235 <source>Video <x id="PH"/> switched to manual block.</source>
7202 <target state="new">Video 7236 <target state="new">Video
7203 <x id="PH"/> switched to manual block. 7237 <x id="PH"/> switched to manual block.
7204 </target> 7238 </target>
7205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7239
7206 </trans-unit> 7240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7207 <trans-unit id="7293356040886494773" datatype="html"> 7241 <trans-unit id="7293356040886494773" datatype="html">
7208 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7242 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7209 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target> 7243 <target state="new">Do you really want to unblock this video? It will be available again in the videos list.</target>
7210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group> 7244
7211 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group> 7245
7212 </trans-unit> 7246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7213 <trans-unit id="4859202148272511129" datatype="html"> 7247 <trans-unit id="4859202148272511129" datatype="html">
7214 <source>Unblock</source> 7248 <source>Unblock</source>
7215 <target state="new">Unblock</target> 7249 <target state="new">Unblock</target>
7216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group> 7250
7217 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group> 7251
7218 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group> 7252
7219 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group> 7253
7220 </trans-unit> 7254 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7221 <trans-unit id="4922469417589203720" datatype="html"> 7255 <trans-unit id="4922469417589203720" datatype="html">
7222 <source>Video <x id="PH"/> unblocked.</source> 7256 <source>Video <x id="PH"/> unblocked.</source>
7223 <target state="new">Video 7257 <target state="new">Video
7224 <x id="PH"/> unblocked. 7258 <x id="PH"/> unblocked.
7225 </target> 7259 </target>
7226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group> 7260
7227 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group> 7261
7228 </trans-unit> 7262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7229 <trans-unit id="6286037250766429054"> 7263 <trans-unit id="6286037250766429054">
7230 <source>yes</source> 7264 <source>yes</source>
7231 <target>是</target> 7265 <target>是</target>
@@ -7480,9 +7514,9 @@ channel with the same name (<x id="PH_2"/>)!</target>
7480 <trans-unit id="1519954996184640001"> 7514 <trans-unit id="1519954996184640001">
7481 <source>Error</source> 7515 <source>Error</source>
7482 <target>错误</target> 7516 <target>错误</target>
7483 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7517
7484 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7518
7485 </trans-unit> 7519 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group></trans-unit>
7486 <trans-unit id="5076187961693950167" datatype="html"> 7520 <trans-unit id="5076187961693950167" datatype="html">
7487 <source>Standard logs</source> 7521 <source>Standard logs</source>
7488 <target state="new">Standard logs</target> 7522 <target state="new">Standard logs</target>
@@ -7527,16 +7561,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7527 <target>更改用户密码</target> 7561 <target>更改用户密码</target>
7528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7529 </trans-unit> 7563 </trans-unit>
7530 <trans-unit id="177544274549739411" datatype="html"> 7564
7531 <source>Following list</source> 7565
7532 <target state="new">Following list</target>
7533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7534 </trans-unit>
7535 <trans-unit id="8092429110007204784" datatype="html">
7536 <source>Followers list</source>
7537 <target state="new">Followers list</target>
7538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7539 </trans-unit>
7540 <trans-unit id="780323526182667308" datatype="html"> 7566 <trans-unit id="780323526182667308" datatype="html">
7541 <source>User <x id="PH"/> updated.</source> 7567 <source>User <x id="PH"/> updated.</source>
7542 <target state="new">User 7568 <target state="new">User
@@ -7576,16 +7602,8 @@ channel with the same name (<x id="PH_2"/>)!</target>
7576 <target state="new">Federation</target> 7602 <target state="new">Federation</target>
7577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7578 </trans-unit> 7604 </trans-unit>
7579 <trans-unit id="4682675125751819107" datatype="html"> 7605
7580 <source>Instances you follow</source> 7606
7581 <target state="new">Instances you follow</target>
7582 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7583 </trans-unit>
7584 <trans-unit id="8899833753704589712" datatype="html">
7585 <source>Instances following you</source>
7586 <target state="new">Instances following you</target>
7587 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7588 </trans-unit>
7589 <trans-unit id="3767259920053407667" datatype="html"> 7607 <trans-unit id="3767259920053407667" datatype="html">
7590 <source>Videos will be deleted, comments will be tombstoned.</source> 7608 <source>Videos will be deleted, comments will be tombstoned.</source>
7591 <target state="new">Videos will be deleted, comments will be tombstoned.</target> 7609 <target state="new">Videos will be deleted, comments will be tombstoned.</target>
@@ -7616,6 +7634,24 @@ channel with the same name (<x id="PH_2"/>)!</target>
7616 <target>把电子邮件地址设为已验证</target> 7634 <target>把电子邮件地址设为已验证</target>
7617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group> 7635 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7618 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group> 7636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7637 </trans-unit><trans-unit id="4207916966377787111" datatype="html">
7638 <source>Created</source><target state="new">Created</target>
7639 <context-group purpose="location">
7640 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7641 <context context-type="linenumber">115</context>
7642 </context-group>
7643 </trans-unit><trans-unit id="8140268298586972139" datatype="html">
7644 <source>Daily quota</source><target state="new">Daily quota</target>
7645 <context-group purpose="location">
7646 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7647 <context context-type="linenumber">120</context>
7648 </context-group>
7649 </trans-unit><trans-unit id="7910076708497708162" datatype="html">
7650 <source>Last login</source><target state="new">Last login</target>
7651 <context-group purpose="location">
7652 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7653 <context context-type="linenumber">122</context>
7654 </context-group>
7619 </trans-unit> 7655 </trans-unit>
7620 <trans-unit id="3403978719736970622"> 7656 <trans-unit id="3403978719736970622">
7621 <source>You cannot ban root.</source> 7657 <source>You cannot ban root.</source>
@@ -7929,13 +7965,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
7929 <target>视频频道 7965 <target>视频频道
7930 <x id="PH"/> 已创建。 7966 <x id="PH"/> 已创建。
7931 </target> 7967 </target>
7932 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 7968
7933 </trans-unit> 7969 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
7934 <trans-unit id="8723777130353305761"> 7970 <trans-unit id="8723777130353305761">
7935 <source>This name already exists on this instance.</source> 7971 <source>This name already exists on this instance.</source>
7936 <target>此用户名在本实例上已经被使用过。</target> 7972 <target>此用户名在本实例上已经被使用过。</target>
7937 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 7973
7938 </trans-unit> 7974 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
7939 <trans-unit id="7589345916094713536"> 7975 <trans-unit id="7589345916094713536">
7940 <source>Video channel <x id="PH"/> updated.</source> 7976 <source>Video channel <x id="PH"/> updated.</source>
7941 <target>视频频道 7977 <target>视频频道
@@ -7958,13 +7994,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
7958 <target state="new">Banner deleted.</target> 7994 <target state="new">Banner deleted.</target>
7959 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group> 7995 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
7960 </trans-unit> 7996 </trans-unit>
7961 <trans-unit id="2575302837003821736"> 7997
7962 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7963 <target>输入视频频道的显示名(
7964 <x id="PH"/>)以确认操作
7965 </target>
7966 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
7967 </trans-unit>
7968 <trans-unit id="624066830180032195"> 7998 <trans-unit id="624066830180032195">
7969 <source>Video channel <x id="PH"/> deleted.</source> 7999 <source>Video channel <x id="PH"/> deleted.</source>
7970 <target>视频频道 8000 <target>视频频道
@@ -8126,6 +8156,12 @@ channel with the same name (<x id="PH_2"/>)!</target>
8126 <source>Ownership change request sent.</source> 8156 <source>Ownership change request sent.</source>
8127 <target>视频转移请求已发送。</target> 8157 <target>视频转移请求已发送。</target>
8128 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8158 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
8159 </trans-unit><trans-unit id="7699622144571229146" datatype="html">
8160 <source>Sort by</source><target state="new">Sort by</target>
8161 <context-group purpose="location">
8162 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8163 <context context-type="linenumber">26</context>
8164 </context-group>
8129 </trans-unit> 8165 </trans-unit>
8130 <trans-unit id="3245220240937722814"> 8166 <trans-unit id="3245220240937722814">
8131 <source>My channels</source> 8167 <source>My channels</source>
@@ -8186,13 +8222,13 @@ channel with the same name (<x id="PH_2"/>)!</target>
8186 <trans-unit id="6489275254908395777" datatype="html"> 8222 <trans-unit id="6489275254908395777" datatype="html">
8187 <source>Maximize editor</source> 8223 <source>Maximize editor</source>
8188 <target state="new">Maximize editor</target> 8224 <target state="new">Maximize editor</target>
8189 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8225
8190 </trans-unit> 8226 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8191 <trans-unit id="4243591013849340688" datatype="html"> 8227 <trans-unit id="4243591013849340688" datatype="html">
8192 <source>Exit maximized editor</source> 8228 <source>Exit maximized editor</source>
8193 <target state="new">Exit maximized editor</target> 8229 <target state="new">Exit maximized editor</target>
8194 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8230
8195 </trans-unit> 8231 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8196 <trans-unit id="6537885755702623401"> 8232 <trans-unit id="6537885755702623401">
8197 <source>Now please check your emails to verify your account and complete signup.</source> 8233 <source>Now please check your emails to verify your account and complete signup.</source>
8198 <target>要验证您的帐户并完成注册,请检查您的电子邮件。</target> 8234 <target>要验证您的帐户并完成注册,请检查您的电子邮件。</target>
@@ -8228,7 +8264,7 @@ channel with the same name (<x id="PH_2"/>)!</target>
8228 <target>订阅此帐户</target> 8264 <target>订阅此帐户</target>
8229 8265
8230 8266
8231 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8267 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8232 <trans-unit id="3131904093925601441" datatype="html"> 8268 <trans-unit id="3131904093925601441" datatype="html">
8233 <source>PLAYLISTS</source> 8269 <source>PLAYLISTS</source>
8234 <target state="translated">播放列表</target> 8270 <target state="translated">播放列表</target>
@@ -8275,35 +8311,35 @@ channel with the same name (<x id="PH_2"/>)!</target>
8275 <trans-unit id="3779524668013120370"> 8311 <trans-unit id="3779524668013120370">
8276 <source>Go to my subscriptions</source> 8312 <source>Go to my subscriptions</source>
8277 <target>转到我的订阅</target> 8313 <target>转到我的订阅</target>
8278 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8314
8279 </trans-unit> 8315 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
8280 <trans-unit id="1136469849928650779"> 8316 <trans-unit id="1136469849928650779">
8281 <source>Go to my videos</source> 8317 <source>Go to my videos</source>
8282 <target>转到我的视频</target> 8318 <target>转到我的视频</target>
8283 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8319
8284 </trans-unit> 8320 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
8285 <trans-unit id="7836683738999600376"> 8321 <trans-unit id="7836683738999600376">
8286 <source>Go to my imports</source> 8322 <source>Go to my imports</source>
8287 <target>转到我的导入</target> 8323 <target>转到我的导入</target>
8288 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8324
8289 </trans-unit> 8325 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
8290 <trans-unit id="7511292153332773503"> 8326 <trans-unit id="7511292153332773503">
8291 <source>Go to my channels</source> 8327 <source>Go to my channels</source>
8292 <target>转到我的频道</target> 8328 <target>转到我的频道</target>
8293 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8329
8294 </trans-unit> 8330 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group></trans-unit>
8295 <trans-unit id="2013324644839511073" datatype="html"> 8331 <trans-unit id="2013324644839511073" datatype="html">
8296 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8332 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8297Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8333Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8298 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>. 8334 <target state="new">Cannot retrieve OAuth Client credentials: <x id="PH"/>.
8299Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 8335Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
8300 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8336
8301 </trans-unit> 8337 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group></trans-unit>
8302 <trans-unit id="375263728166936544"> 8338 <trans-unit id="375263728166936544">
8303 <source>You need to reconnect.</source> 8339 <source>You need to reconnect.</source>
8304 <target>请重新进行授权。</target> 8340 <target>请重新进行授权。</target>
8305 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8341
8306 </trans-unit> 8342 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
8307 <trans-unit id="2206638022166154361"> 8343 <trans-unit id="2206638022166154361">
8308 <source>Keyboard Shortcuts:</source> 8344 <source>Keyboard Shortcuts:</source>
8309 <target>键盘快捷键:</target> 8345 <target>键盘快捷键:</target>
@@ -8316,6 +8352,12 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8316 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context> 8352 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8317 <context context-type="linenumber">98</context> 8353 <context context-type="linenumber">98</context>
8318 </context-group> 8354 </context-group>
8355 </trans-unit><trans-unit id="4024404994702813072" datatype="html">
8356 <source>In my library</source><target state="new">In my library</target>
8357 <context-group purpose="location">
8358 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8359 <context context-type="linenumber">104</context>
8360 </context-group>
8319 </trans-unit> 8361 </trans-unit>
8320 <trans-unit id="232050922346936574" datatype="html"> 8362 <trans-unit id="232050922346936574" datatype="html">
8321 <source>Trending</source> 8363 <source>Trending</source>
@@ -8344,38 +8386,38 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8344 <trans-unit id="1266887509445371246"> 8386 <trans-unit id="1266887509445371246">
8345 <source>Incorrect username or password.</source> 8387 <source>Incorrect username or password.</source>
8346 <target>用户名或密码不正确。</target> 8388 <target>用户名或密码不正确。</target>
8347 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8389
8348 </trans-unit> 8390 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group></trans-unit>
8349 <trans-unit id="6974874606619467663" datatype="html"> 8391 <trans-unit id="6974874606619467663" datatype="html">
8350 <source>Your account is blocked.</source> 8392 <source>Your account is blocked.</source>
8351 <target state="new">Your account is blocked.</target> 8393 <target state="new">Your account is blocked.</target>
8352 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8394
8353 </trans-unit> 8395 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group></trans-unit>
8354 <trans-unit id="7939914198003891823" datatype="html"> 8396 <trans-unit id="7939914198003891823" datatype="html">
8355 <source>any language</source> 8397 <source>any language</source>
8356 <target state="new">any language</target> 8398 <target state="new">any language</target>
8357 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group> 8399
8358 </trans-unit> 8400 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
8359 <trans-unit id="5633144232269377096" datatype="html"> 8401 <trans-unit id="5633144232269377096" datatype="html">
8360 <source>hide</source> 8402 <source>hide</source>
8361 <target state="new">hide</target> 8403 <target state="new">hide</target>
8362 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group> 8404
8363 </trans-unit> 8405 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group></trans-unit>
8364 <trans-unit id="8603861867909474404" datatype="html"> 8406 <trans-unit id="8603861867909474404" datatype="html">
8365 <source>blur</source> 8407 <source>blur</source>
8366 <target state="new">blur</target> 8408 <target state="new">blur</target>
8367 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group> 8409
8368 </trans-unit> 8410 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group></trans-unit>
8369 <trans-unit id="4534458451100881847" datatype="html"> 8411 <trans-unit id="4534458451100881847" datatype="html">
8370 <source>display</source> 8412 <source>display</source>
8371 <target state="new">display</target> 8413 <target state="new">display</target>
8372 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group> 8414
8373 </trans-unit> 8415 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
8374 <trans-unit id="4467323362722952678" datatype="html"> 8416 <trans-unit id="4467323362722952678" datatype="html">
8375 <source>Unknown</source> 8417 <source>Unknown</source>
8376 <target state="new">Unknown</target> 8418 <target state="new">Unknown</target>
8377 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group> 8419
8378 </trans-unit> 8420 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group></trans-unit>
8379 <trans-unit id="8781423666414310853"> 8421 <trans-unit id="8781423666414310853">
8380 <source>Your password has been successfully reset!</source> 8422 <source>Your password has been successfully reset!</source>
8381 <target>密码重置成功!</target> 8423 <target>密码重置成功!</target>
@@ -8489,12 +8531,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8489 <source>Search index is unavailable. Retrying with instance results instead.</source> 8531 <source>Search index is unavailable. Retrying with instance results instead.</source>
8490 <target state="new">Search index is unavailable. Retrying with instance results instead.</target> 8532 <target state="new">Search index is unavailable. Retrying with instance results instead.</target>
8491 8533
8492 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group></trans-unit> 8534 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8493 <trans-unit id="307702206382241469" datatype="html"> 8535 <trans-unit id="307702206382241469" datatype="html">
8494 <source>Search error</source> 8536 <source>Search error</source>
8495 <target state="new">Search error</target> 8537 <target state="new">Search error</target>
8496 8538
8497 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group></trans-unit> 8539 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8540 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8541 <context-group purpose="location">
8542 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8543 <context context-type="linenumber">329</context>
8544 </context-group>
8545 </trans-unit>
8498 <trans-unit id="4580988005648117665" datatype="html"> 8546 <trans-unit id="4580988005648117665" datatype="html">
8499 <source>Search</source> 8547 <source>Search</source>
8500 <target state="new">Search</target> 8548 <target state="new">Search</target>
@@ -9724,21 +9772,21 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9724 <target>帐户 9772 <target>帐户
9725 <x id="PH"/> 已被本实例屏蔽。 9773 <x id="PH"/> 已被本实例屏蔽。
9726 </target> 9774 </target>
9727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group> 9775
9728 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group> 9776
9729 </trans-unit> 9777 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9730 <trans-unit id="1595779426198793580" datatype="html"> 9778 <trans-unit id="1595779426198793580" datatype="html">
9731 <source>Mute server</source> 9779 <source>Mute server</source>
9732 <target state="new">Mute server</target> 9780 <target state="new">Mute server</target>
9733 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 9781
9734 </trans-unit> 9782 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9735 <trans-unit id="8014491157078444256" datatype="html"> 9783 <trans-unit id="8014491157078444256" datatype="html">
9736 <source>Server <x id="PH"/> muted by the instance.</source> 9784 <source>Server <x id="PH"/> muted by the instance.</source>
9737 <target state="new">Server 9785 <target state="new">Server
9738 <x id="PH"/> muted by the instance. 9786 <x id="PH"/> muted by the instance.
9739 </target> 9787 </target>
9740 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 9788
9741 </trans-unit> 9789 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9742 <trans-unit id="2044813052587776285" datatype="html"> 9790 <trans-unit id="2044813052587776285" datatype="html">
9743 <source>Add a message to communicate with the reporter</source> 9791 <source>Add a message to communicate with the reporter</source>
9744 <target state="new">Add a message to communicate with the reporter</target> 9792 <target state="new">Add a message to communicate with the reporter</target>
@@ -9986,18 +10034,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9986 <target>尝试次数过多,请在 10034 <target>尝试次数过多,请在
9987 <x id="PH"/> 分钟后重试。 10035 <x id="PH"/> 分钟后重试。
9988 </target> 10036 </target>
9989 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 10037
9990 </trans-unit> 10038 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group></trans-unit>
9991 <trans-unit id="4965472196059235310"> 10039 <trans-unit id="4965472196059235310">
9992 <source>Too many attempts, please try again later.</source> 10040 <source>Too many attempts, please try again later.</source>
9993 <target>尝试次数过多,请稍后重试。</target> 10041 <target>尝试次数过多,请稍后重试。</target>
9994 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 10042
9995 </trans-unit> 10043 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group></trans-unit>
9996 <trans-unit id="1693549688987384699"> 10044 <trans-unit id="1693549688987384699">
9997 <source>Server error. Please retry later.</source> 10045 <source>Server error. Please retry later.</source>
9998 <target>服务器出现错误。请稍后重试。</target> 10046 <target>服务器出现错误。请稍后重试。</target>
9999 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 10047
10000 </trans-unit> 10048 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
10001 <trans-unit id="5927402622550505067" datatype="html"> 10049 <trans-unit id="5927402622550505067" datatype="html">
10002 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 10050 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
10003 <target state="new">Subscribed to all current channels of 10051 <target state="new">Subscribed to all current channels of
@@ -10111,29 +10159,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10111 <trans-unit id="2909684945706361544" datatype="html"> 10159 <trans-unit id="2909684945706361544" datatype="html">
10112 <source>Delete video</source> 10160 <source>Delete video</source>
10113 <target state="translated">删除视频</target> 10161 <target state="translated">删除视频</target>
10114 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 10162
10115 </trans-unit> 10163 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
10116 <trans-unit id="2210418817778733727" datatype="html"> 10164 <trans-unit id="2210418817778733727" datatype="html">
10117 <source>Actions for the comment</source> 10165 <source>Actions for the comment</source>
10118 <target state="translated">发送留言</target> 10166 <target state="translated">发送留言</target>
10119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 10167
10120 </trans-unit> 10168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
10121 <trans-unit id="7978668497183230348" datatype="html"> 10169 <trans-unit id="7978668497183230348" datatype="html">
10122 <source>Delete comment</source> 10170 <source>Delete comment</source>
10123 <target state="translated">删除留言</target> 10171 <target state="translated">删除留言</target>
10124 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 10172
10125 </trans-unit> 10173 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
10126 <trans-unit id="6747218355168080191" datatype="html"> 10174 <trans-unit id="6747218355168080191" datatype="html">
10127 <source>Do you really want to delete this comment?</source> 10175 <source>Do you really want to delete this comment?</source>
10128 <target state="translated">你真的想删除这条评论吗?</target> 10176 <target state="translated">你真的想删除这条评论吗?</target>
10129 10177
10130 10178
10131 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group></trans-unit> 10179 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
10132 <trans-unit id="7837272126865175984" datatype="html"> 10180 <trans-unit id="7837272126865175984" datatype="html">
10133 <source>Comment deleted.</source> 10181 <source>Comment deleted.</source>
10134 <target state="translated">留言已删除</target> 10182 <target state="translated">留言已删除</target>
10135 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 10183
10136 </trans-unit> 10184 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
10137 <trans-unit id="346270517625845962" datatype="html"> 10185 <trans-unit id="346270517625845962" datatype="html">
10138 <source>Encoder</source> 10186 <source>Encoder</source>
10139 <target state="translated">编码器</target> 10187 <target state="translated">编码器</target>
@@ -10175,31 +10223,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10175 <trans-unit id="1472171759957681533"> 10223 <trans-unit id="1472171759957681533">
10176 <source>Video reported.</source> 10224 <source>Video reported.</source>
10177 <target>视频已举报。</target> 10225 <target>视频已举报。</target>
10178 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10226
10179 </trans-unit> 10227 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
10180 <trans-unit id="3622946684246476652"> 10228 <trans-unit id="3622946684246476652">
10181 <source>Do you really want to delete this video?</source> 10229 <source>Do you really want to delete this video?</source>
10182 <target>您确定要删除这个视频吗?</target> 10230 <target>您确定要删除这个视频吗?</target>
10183 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10231
10184 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10232
10185 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10233
10186 </trans-unit> 10234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
10187 <trans-unit id="3941342949736653028" datatype="html"> 10235 <trans-unit id="3941342949736653028" datatype="html">
10188 <source>Video deleted.</source> 10236 <source>Video deleted.</source>
10189 <target state="translated">视频已删除。</target> 10237 <target state="translated">视频已删除。</target>
10190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10238
10191 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10239
10192 </trans-unit> 10240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10193 <trans-unit id="5072091387445907742" datatype="html"> 10241 <trans-unit id="5072091387445907742" datatype="html">
10194 <source>Actions for the reporter</source> 10242 <source>Actions for the reporter</source>
10195 <target state="translated">点击举报</target> 10243 <target state="translated">点击举报</target>
10196 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10244
10197 </trans-unit> 10245 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10198 <trans-unit id="6599069899275412095" datatype="html"> 10246 <trans-unit id="6599069899275412095" datatype="html">
10199 <source>Mute reporter</source> 10247 <source>Mute reporter</source>
10200 <target state="translated">禁言举报者</target> 10248 <target state="translated">禁言举报者</target>
10201 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10249
10202 </trans-unit> 10250 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10203 <trans-unit id="2990849907502572301" datatype="html"> 10251 <trans-unit id="2990849907502572301" datatype="html">
10204 <source>This video will be duplicated by your instance.</source> 10252 <source>This video will be duplicated by your instance.</source>
10205 <target state="translated">此视频将被您的网站复制。</target> 10253 <target state="translated">此视频将被您的网站复制。</target>
@@ -10276,9 +10324,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10276 <trans-unit id="4903651219400691248" datatype="html"> 10324 <trans-unit id="4903651219400691248" datatype="html">
10277 <source>Mute account</source> 10325 <source>Mute account</source>
10278 <target state="translated">静音账户</target> 10326 <target state="translated">静音账户</target>
10279 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10327
10280 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10328
10281 </trans-unit> 10329 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10282 <trans-unit id="4021487547497211597" datatype="html"> 10330 <trans-unit id="4021487547497211597" datatype="html">
10283 <source>Open video actions</source> 10331 <source>Open video actions</source>
10284 <target state="translated">开启视频动作</target> 10332 <target state="translated">开启视频动作</target>
@@ -10294,8 +10342,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10294 <trans-unit id="3719503424625455635" datatype="html"> 10342 <trans-unit id="3719503424625455635" datatype="html">
10295 <source>Mute server account</source> 10343 <source>Mute server account</source>
10296 <target state="translated">静音服务器帐户</target> 10344 <target state="translated">静音服务器帐户</target>
10297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10345
10298 </trans-unit> 10346 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10299 <trans-unit id="7008439939460403347"> 10347 <trans-unit id="7008439939460403347">
10300 <source>Report</source> 10348 <source>Report</source>
10301 <target>举报</target> 10349 <target>举报</target>
@@ -10392,33 +10440,33 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10392 <trans-unit id="2439066254855913806"> 10440 <trans-unit id="2439066254855913806">
10393 <source>Only I can see this video</source> 10441 <source>Only I can see this video</source>
10394 <target>只有我能看到此视频</target> 10442 <target>只有我能看到此视频</target>
10395 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10443
10396 </trans-unit> 10444 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10397 <trans-unit id="6767380569816110388" datatype="html"> 10445 <trans-unit id="6767380569816110388" datatype="html">
10398 <source>Only shareable via a private link</source> 10446 <source>Only shareable via a private link</source>
10399 <target state="translated">只能通过私人链接共享</target> 10447 <target state="translated">只能通过私人链接共享</target>
10400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10448
10401 </trans-unit> 10449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10402 <trans-unit id="6828965264297239528"> 10450 <trans-unit id="6828965264297239528">
10403 <source>Anyone can see this video</source> 10451 <source>Anyone can see this video</source>
10404 <target>所有人都能看到此视频</target> 10452 <target>所有人都能看到此视频</target>
10405 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10453
10406 </trans-unit> 10454 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10407 <trans-unit id="1425933035739773115" datatype="html"> 10455 <trans-unit id="1425933035739773115" datatype="html">
10408 <source>Only users of this instance can see this video</source> 10456 <source>Only users of this instance can see this video</source>
10409 <target state="translated">只有此网站的用户才能看到此视频</target> 10457 <target state="translated">只有此网站的用户才能看到此视频</target>
10410 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10458
10411 </trans-unit> 10459 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10412 <trans-unit id="8312101634344200207" datatype="html"> 10460 <trans-unit id="8312101634344200207" datatype="html">
10413 <source><x id="PH" equiv-text="this.views"/> viewers</source> 10461 <source><x id="PH" equiv-text="this.views"/> viewers</source>
10414 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target> 10462 <target state="new"><x id="PH" equiv-text="this.views"/> viewers</target>
10415 10463
10416 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group></trans-unit> 10464 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
10417 <trans-unit id="7756087706411154095" datatype="html"> 10465 <trans-unit id="7756087706411154095" datatype="html">
10418 <source><x id="PH" equiv-text="this.views"/> views</source> 10466 <source><x id="PH" equiv-text="this.views"/> views</source>
10419 <target state="new"><x id="PH" equiv-text="this.views"/> views</target> 10467 <target state="new"><x id="PH" equiv-text="this.views"/> views</target>
10420 10468
10421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group></trans-unit> 10469 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
10422 <trans-unit id="ngb.alert.close" datatype="html"> 10470 <trans-unit id="ngb.alert.close" datatype="html">
10423 <source>Close</source> 10471 <source>Close</source>
10424 <target state="translated">关闭</target> 10472 <target state="translated">关闭</target>
@@ -10593,35 +10641,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10593 <trans-unit id="3284171506518522275"> 10641 <trans-unit id="3284171506518522275">
10594 <source>Your video was uploaded to your account and is private.</source> 10642 <source>Your video was uploaded to your account and is private.</source>
10595 <target>您的视频已经以私有方式上传至您的帐户。</target> 10643 <target>您的视频已经以私有方式上传至您的帐户。</target>
10596 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group> 10644
10597 </trans-unit> 10645 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10598 <trans-unit id="5699822024600815733"> 10646 <trans-unit id="5699822024600815733">
10599 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10647 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10600 <target>相关信息(如标签、说明)将会丢失,您确定要离开这个页面吗?</target> 10648 <target>相关信息(如标签、说明)将会丢失,您确定要离开这个页面吗?</target>
10601 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group> 10649
10602 </trans-unit> 10650 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10603 <trans-unit id="1219739004043110649"> 10651 <trans-unit id="1219739004043110649">
10604 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10652 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10605 <target>您的视频尚未上传完毕,您确定要离开这个页面吗?</target> 10653 <target>您的视频尚未上传完毕,您确定要离开这个页面吗?</target>
10606 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group> 10654
10607 </trans-unit> 10655 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10608 <trans-unit id="6932865105766151309" datatype="html"> 10656 <trans-unit id="6932865105766151309" datatype="html">
10609 <source>Upload</source> 10657 <source>Upload</source>
10610 <target state="translated">上传</target> 10658 <target state="translated">上传</target>
10611 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group> 10659
10612 </trans-unit> 10660 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10613 <trans-unit id="8278735427925094503"> 10661 <trans-unit id="8278735427925094503">
10614 <source>Upload <x id="PH"/> </source> 10662 <source>Upload <x id="PH"/> </source>
10615 <target>上传 10663 <target>上传
10616 <x id="PH"/> 10664 <x id="PH"/>
10617 </target> 10665 </target>
10618 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group> 10666
10619 </trans-unit> 10667 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10620 <trans-unit id="5981816353437801748"> 10668 <trans-unit id="5981816353437801748">
10621 <source>Video published.</source> 10669 <source>Video published.</source>
10622 <target>视频已发布。</target> 10670 <target>视频已发布。</target>
10623 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group> 10671
10624 </trans-unit> 10672 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10625 <trans-unit id="764164089183618119"> 10673 <trans-unit id="764164089183618119">
10626 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10674 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10627 <target>您有未保存的修改!如果您离开本页面,您将会失去这些修改。</target> 10675 <target>您有未保存的修改!如果您离开本页面,您将会失去这些修改。</target>
@@ -10689,27 +10737,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10689 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10737 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10690 <target state="translated">此视频在此实例上不可用,是否要在原始实例上重定向: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target> 10738 <target state="translated">此视频在此实例上不可用,是否要在原始实例上重定向: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</target>
10691 10739
10692 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group></trans-unit> 10740 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group></trans-unit>
10693 <trans-unit id="5761611056224181752" datatype="html"> 10741 <trans-unit id="5761611056224181752" datatype="html">
10694 <source>Redirection</source> 10742 <source>Redirection</source>
10695 <target state="translated">重新导向</target> 10743 <target state="translated">重新导向</target>
10696 10744
10697 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group></trans-unit> 10745 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
10698 <trans-unit id="8858527736400081688"> 10746 <trans-unit id="8858527736400081688">
10699 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10747 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10700 <target>此视频包含成人或裸露内容。您确定要观看吗?</target> 10748 <target>此视频包含成人或裸露内容。您确定要观看吗?</target>
10701 10749
10702 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group></trans-unit> 10750 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group></trans-unit>
10703 <trans-unit id="3937119019020041049"> 10751 <trans-unit id="3937119019020041049">
10704 <source>Mature or explicit content</source> 10752 <source>Mature or explicit content</source>
10705 <target>成人或裸露内容</target> 10753 <target>成人或裸露内容</target>
10706 10754
10707 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group></trans-unit> 10755 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group></trans-unit>
10708 <trans-unit id="1755474755114288376" datatype="html"> 10756 <trans-unit id="1755474755114288376" datatype="html">
10709 <source>Up Next</source> 10757 <source>Up Next</source>
10710 <target state="translated">往下</target> 10758 <target state="translated">往下</target>
10711 10759
10712 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group></trans-unit> 10760 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group></trans-unit>
10713 <trans-unit id="2159130950882492111" datatype="html"> 10761 <trans-unit id="2159130950882492111" datatype="html">
10714 <source>Cancel</source> 10762 <source>Cancel</source>
10715 <target state="translated">取消</target> 10763 <target state="translated">取消</target>
@@ -10719,62 +10767,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10719 <source>Autoplay is suspended</source> 10767 <source>Autoplay is suspended</source>
10720 <target state="translated">自动播放已经暂停</target> 10768 <target state="translated">自动播放已经暂停</target>
10721 10769
10722 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group></trans-unit> 10770 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group></trans-unit>
10723 <trans-unit id="7895294730547405228" datatype="html"> 10771 <trans-unit id="7895294730547405228" datatype="html">
10724 <source>Enter/exit fullscreen (requires player focus)</source> 10772 <source>Enter/exit fullscreen (requires player focus)</source>
10725 <target state="translated">进入/离开全屏幕(需要播放器聚焦)</target> 10773 <target state="translated">进入/离开全屏幕(需要播放器聚焦)</target>
10726 10774
10727 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group></trans-unit> 10775 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10728 <trans-unit id="7618388257165864759" datatype="html"> 10776 <trans-unit id="7618388257165864759" datatype="html">
10729 <source>Play/Pause the video (requires player focus)</source> 10777 <source>Play/Pause the video (requires player focus)</source>
10730 <target state="translated">播放/暂停视频(需要播放器聚焦)</target> 10778 <target state="translated">播放/暂停视频(需要播放器聚焦)</target>
10731 10779
10732 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group></trans-unit> 10780 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10733 <trans-unit id="7761890399634216630" datatype="html"> 10781 <trans-unit id="7761890399634216630" datatype="html">
10734 <source>Mute/unmute the video (requires player focus)</source> 10782 <source>Mute/unmute the video (requires player focus)</source>
10735 <target state="translated">静音/解除视频静音(需要播放器焦点)</target> 10783 <target state="translated">静音/解除视频静音(需要播放器焦点)</target>
10736 10784
10737 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group></trans-unit> 10785 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10738 <trans-unit id="5996585232248234904" datatype="html"> 10786 <trans-unit id="5996585232248234904" datatype="html">
10739 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10787 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10740 <target state="translated">跳到视频的百分比:0 是 0%,9 是 90%(需要播放器焦点)</target> 10788 <target state="translated">跳到视频的百分比:0 是 0%,9 是 90%(需要播放器焦点)</target>
10741 10789
10742 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group></trans-unit> 10790 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10743 <trans-unit id="3748765405903319998" datatype="html"> 10791 <trans-unit id="3748765405903319998" datatype="html">
10744 <source>Increase the volume (requires player focus)</source> 10792 <source>Increase the volume (requires player focus)</source>
10745 <target state="translated">增加音量(需要播放器焦点)</target> 10793 <target state="translated">增加音量(需要播放器焦点)</target>
10746 10794
10747 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group></trans-unit> 10795 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10748 <trans-unit id="5810704036407159982" datatype="html"> 10796 <trans-unit id="5810704036407159982" datatype="html">
10749 <source>Decrease the volume (requires player focus)</source> 10797 <source>Decrease the volume (requires player focus)</source>
10750 <target state="translated">降低音量(需要播放器焦点)</target> 10798 <target state="translated">降低音量(需要播放器焦点)</target>
10751 10799
10752 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group></trans-unit> 10800 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10753 <trans-unit id="2622048822548065691" datatype="html"> 10801 <trans-unit id="2622048822548065691" datatype="html">
10754 <source>Seek the video forward (requires player focus)</source> 10802 <source>Seek the video forward (requires player focus)</source>
10755 <target state="translated">快进视频(需要播放器焦点)</target> 10803 <target state="translated">快进视频(需要播放器焦点)</target>
10756 10804
10757 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit> 10805 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10758 <trans-unit id="6540078205109221153" datatype="html"> 10806 <trans-unit id="6540078205109221153" datatype="html">
10759 <source>Seek the video backward (requires player focus)</source> 10807 <source>Seek the video backward (requires player focus)</source>
10760 <target state="translated">向后快退视频(需要播放器焦点點)</target> 10808 <target state="translated">向后快退视频(需要播放器焦点點)</target>
10761 10809
10762 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit> 10810 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10763 <trans-unit id="1956491957766210808" datatype="html"> 10811 <trans-unit id="1956491957766210808" datatype="html">
10764 <source>Increase playback rate (requires player focus)</source> 10812 <source>Increase playback rate (requires player focus)</source>
10765 <target state="translated">提高播放速度(需要播放器点击)</target> 10813 <target state="translated">提高播放速度(需要播放器点击)</target>
10766 10814
10767 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit> 10815 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10768 <trans-unit id="5495529997674803186" datatype="html"> 10816 <trans-unit id="5495529997674803186" datatype="html">
10769 <source>Decrease playback rate (requires player focus)</source> 10817 <source>Decrease playback rate (requires player focus)</source>
10770 <target state="translated">减慢播放速度(需要播放器点击)</target> 10818 <target state="translated">减慢播放速度(需要播放器点击)</target>
10771 10819
10772 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group></trans-unit> 10820 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10773 <trans-unit id="3178343147230721210" datatype="html"> 10821 <trans-unit id="3178343147230721210" datatype="html">
10774 <source>Navigate in the video frame by frame (requires player focus)</source> 10822 <source>Navigate in the video frame by frame (requires player focus)</source>
10775 <target state="translated">逐画格浏览视频(需要点击播放器)</target> 10823 <target state="translated">逐画格浏览视频(需要点击播放器)</target>
10776 10824
10777 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit> 10825 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10778 <trans-unit id="8025996572234182184"> 10826 <trans-unit id="8025996572234182184">
10779 <source>Like the video</source> 10827 <source>Like the video</source>
10780 <target state="translated">喜欢这视频</target> 10828 <target state="translated">喜欢这视频</target>
diff --git a/client/src/locale/angular.zh-Hant-TW.xlf b/client/src/locale/angular.zh-Hant-TW.xlf
index d73c743f4..0057ec0bd 100644
--- a/client/src/locale/angular.zh-Hant-TW.xlf
+++ b/client/src/locale/angular.zh-Hant-TW.xlf
@@ -167,7 +167,6 @@
167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group> 167 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/action-dropdown.component.html</context><context context-type="linenumber">22</context></context-group>
168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group> 168 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">14</context></context-group>
169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group> 169 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/top-menu-dropdown.component.html</context><context context-type="linenumber">24</context></context-group>
170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group> 170 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">27</context></context-group>
172 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group> 171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">52</context></context-group>
173 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group> 172 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.html</context><context context-type="linenumber">78</context></context-group>
@@ -245,7 +244,7 @@
245 <target>建立</target> 244 <target>建立</target>
246 <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> 245 <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>
247 <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> 246 <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>
248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">103</context></context-group> 247 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">102</context></context-group>
249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 248 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group> 249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-edit.component.html</context><context context-type="linenumber">8</context></context-group>
251 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group> 250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-create.component.ts</context><context context-type="linenumber">89</context></context-group>
@@ -256,9 +255,9 @@
256 <trans-unit id="1006562256968398209" datatype="html"> 255 <trans-unit id="1006562256968398209" datatype="html">
257 <source>video</source> 256 <source>video</source>
258 <target state="translated">影片</target> 257 <target state="translated">影片</target>
259 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">288</context></context-group> 258
260 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group> 259
261 </trans-unit> 260 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">291</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-download.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
262 <trans-unit id="6438815964972582865" datatype="html"> 261 <trans-unit id="6438815964972582865" datatype="html">
263 <source>The following link contains a private token and should not be shared with anyone.</source> 262 <source>The following link contains a private token and should not be shared with anyone.</source>
264 <target state="translated">以下連結包含了一個專用權杖,不應該與其他人分享。</target> 263 <target state="translated">以下連結包含了一個專用權杖,不應該與其他人分享。</target>
@@ -330,13 +329,13 @@
330 <trans-unit id="6995024616159044376" datatype="html"> 329 <trans-unit id="6995024616159044376" datatype="html">
331 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source> 330 <source>Your video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="videoQuotaUsedBytes"/>, quota: <x id="PH_2" equiv-text="videoQuotaBytes"/>)</source>
332 <target state="translated">此影片超過了您的影片配額(影片大小:<x id="PH" equiv-text="videoSizeBytes"/>,已使用:<x id="PH_1" equiv-text="videoQuotaUsedBytes"/>,配額:<x id="PH_2" equiv-text="videoQuotaBytes"/>)</target> 331 <target state="translated">此影片超過了您的影片配額(影片大小:<x id="PH" equiv-text="videoSizeBytes"/>,已使用:<x id="PH_1" equiv-text="videoQuotaUsedBytes"/>,配額:<x id="PH_2" equiv-text="videoQuotaBytes"/>)</target>
333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">323</context></context-group> 332
334 </trans-unit> 333 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">326</context></context-group></trans-unit>
335 <trans-unit id="7873395933409147217" datatype="html"> 334 <trans-unit id="7873395933409147217" datatype="html">
336 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source> 335 <source>Your daily video quota is exceeded with this video (video size: <x id="PH" equiv-text="videoSizeBytes"/>, used: <x id="PH_1" equiv-text="quotaUsedDailyBytes"/>, quota: <x id="PH_2" equiv-text="quotaDailyBytes"/>)</source>
337 <target state="translated">此影片超過了您的每日影片配額(影片大小:<x id="PH" equiv-text="videoSizeBytes"/>,已使用:<x id="PH_1" equiv-text="quotaUsedDailyBytes"/>,配額:<x id="PH_2" equiv-text="quotaDailyBytes"/>)</target> 336 <target state="translated">此影片超過了您的每日影片配額(影片大小:<x id="PH" equiv-text="videoSizeBytes"/>,已使用:<x id="PH_1" equiv-text="quotaUsedDailyBytes"/>,配額:<x id="PH_2" equiv-text="quotaDailyBytes"/>)</target>
338 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">341</context></context-group> 337
339 </trans-unit> 338 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">344</context></context-group></trans-unit>
340 <trans-unit id="5235042777215655908" datatype="html"> 339 <trans-unit id="5235042777215655908" datatype="html">
341 <source>subtitles</source> 340 <source>subtitles</source>
342 <target state="translated">字幕</target> 341 <target state="translated">字幕</target>
@@ -565,31 +564,31 @@
565 <trans-unit id="7022070615528435141"> 564 <trans-unit id="7022070615528435141">
566 <source>Delete</source> 565 <source>Delete</source>
567 <target>刪除</target> 566 <target>刪除</target>
568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group> 567
569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">87</context></context-group> 568
570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group> 569
571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group> 570
572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group> 571
573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group> 572
574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group> 573
575 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group> 574
576 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group> 575
577 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group> 576
578 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group> 577
579 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group> 578
580 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group> 579
581 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</context></context-group> 580
582 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">178</context></context-group> 581
583 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group> 582
584 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 583
585 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group> 584
586 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group> 585
587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group> 586
588 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group> 587
589 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group> 588
590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group> 589
591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group> 590
592 </trans-unit> 591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">88</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">95</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-comment-list/video-comment-list.component.ts</context><context context-type="linenumber">163</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">81</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">195</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">52</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts</context><context context-type="linenumber">127</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-video-playlists/my-video-playlists.component.ts</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">115</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">142</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.ts</context><context context-type="linenumber">183</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">178</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">171</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">387</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">422</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/buttons/delete-button.component.ts</context><context context-type="linenumber">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">87</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">208</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">308</context></context-group></trans-unit>
593 <trans-unit id="158575725114802951" datatype="html"> 592 <trans-unit id="158575725114802951" datatype="html">
594 <source>Only live videos</source> 593 <source>Only live videos</source>
595 <target state="translated">僅直播影片</target> 594 <target state="translated">僅直播影片</target>
@@ -774,9 +773,10 @@
774 <trans-unit id="2602586221576511475"> 773 <trans-unit id="2602586221576511475">
775 <source>Video quota</source> 774 <source>Video quota</source>
776 <target>影片配額</target> 775 <target>影片配額</target>
777 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group> 777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">151</context></context-group>
778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">113</context></context-group>
779 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">47</context></context-group>
780 </trans-unit> 780 </trans-unit>
781 <trans-unit id="1502595455339510144"> 781 <trans-unit id="1502595455339510144">
782 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source> 782 <source>Unlimited <x id="START_TAG_NG_CONTAINER"/>(<x id="INTERPOLATION"/> per day)<x id="CLOSE_TAG_NG_CONTAINER"/></source>
@@ -858,6 +858,34 @@
858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group> 859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-statistics.component.html</context><context context-type="linenumber">58</context></context-group>
860 </trans-unit> 860 </trans-unit>
861 <trans-unit id="8726138323871139597" datatype="html">
862 <source>Following</source>
863 <target state="translated">正在追蹤</target>
864 <context-group purpose="location">
865 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
866 <context context-type="linenumber">29</context>
867 </context-group>
868 <context-group purpose="location">
869 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
870 <context context-type="linenumber">31</context>
871 </context-group>
872 <context-group purpose="location">
873 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
874 <context context-type="linenumber">28</context>
875 </context-group>
876 </trans-unit>
877 <trans-unit id="4914577418256256836" datatype="html">
878 <source>Followers</source>
879 <target state="translated">追蹤者</target>
880 <context-group purpose="location">
881 <context context-type="sourcefile">src/app/+admin/admin.component.ts</context>
882 <context context-type="linenumber">34</context>
883 </context-group>
884 <context-group purpose="location">
885 <context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context>
886 <context context-type="linenumber">37</context>
887 </context-group>
888 </trans-unit>
861 <trans-unit id="3541687134897970106"> 889 <trans-unit id="3541687134897970106">
862 <source>followers</source> 890 <source>followers</source>
863 <target>追蹤者</target> 891 <target>追蹤者</target>
@@ -921,14 +949,15 @@
921 <source>Cancel</source> 949 <source>Cancel</source>
922 <target>取消</target> 950 <target>取消</target>
923 <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> 951 <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>
924 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">117</context></context-group> 952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">33</context></context-group>
953 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">121</context></context-group>
925 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group> 954 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html</context><context context-type="linenumber">20</context></context-group>
926 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group> 955 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.html</context><context context-type="linenumber">22</context></context-group>
927 <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> 956 <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>
928 <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">69</context></context-group> 957 <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">69</context></context-group>
929 <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">81</context></context-group> 958 <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">81</context></context-group>
930 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group> 959 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html</context><context context-type="linenumber">73</context></context-group>
931 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">408</context></context-group> 960 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">415</context></context-group>
932 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group> 961 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/confirm.component.html</context><context context-type="linenumber">20</context></context-group>
933 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group> 962 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">26</context></context-group>
934 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group> 963 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">31</context></context-group>
@@ -1004,18 +1033,12 @@
1004 <trans-unit id="7252854992688790751" datatype="html"> 1033 <trans-unit id="7252854992688790751" datatype="html">
1005 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1034 <source>This instance allows registration. However, be careful to check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> before creating an account. You may also search for another instance to match your exact needs at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1006 <target state="translated">此站臺允許註冊。然而,請留心查閱<x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ,然後才建立帳號。您亦可搜尋另一個站臺以切合您的需要:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target> 1035 <target state="translated">此站臺允許註冊。然而,請留心查閱<x id="START_LINK" ctype="x-a" equiv-text="&lt;a class=&quot;terms-anchor&quot; (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;terms-link&quot; target=&quot;_blank&quot; routerLink=&quot;/about/instance&quot; fragment=&quot;terms&quot;>"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ,然後才建立帳號。您亦可搜尋另一個站臺以切合您的需要:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br />"/><x id="START_LINK_2" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target>
1007 <context-group purpose="location"> 1036 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">64</context></context-group>
1008 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1009 <context context-type="linenumber">60,62</context>
1010 </context-group>
1011 </trans-unit> 1037 </trans-unit>
1012 <trans-unit id="7215649348148521605" datatype="html"> 1038 <trans-unit id="7215649348148521605" datatype="html">
1013 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source> 1039 <source>Currently this instance doesn't allow for user registration, you may check the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. Find yours among multiple instances at: <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1014 <target state="translated">目前此站臺不允許使用者註冊,您可查閱<x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 以瞭解詳情,或尋找別的站臺,好讓您註冊帳號並上載您的影片。看看一眾站臺中有哪個合您心意:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target> 1040 <target state="translated">目前此站臺不允許使用者註冊,您可查閱<x id="START_LINK" ctype="x-a" equiv-text="&lt;a (click)=&quot;onTermsClick($event, instanceInformation)&quot; href='#'>"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 以瞭解詳情,或尋找別的站臺,好讓您註冊帳號並上載您的影片。看看一眾站臺中有哪個合您心意:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br /> "/><x id="START_LINK_1" equiv-text="&lt;a class=&quot;alert-link&quot; href=&quot;https://joinpeertube.org/instances&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot;>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target>
1015 <context-group purpose="location"> 1041 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">69</context></context-group>
1016 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1017 <context context-type="linenumber">65,67</context>
1018 </context-group>
1019 </trans-unit> 1042 </trans-unit>
1020 <trans-unit id="2392488717875840729"> 1043 <trans-unit id="2392488717875840729">
1021 <source>User</source> 1044 <source>User</source>
@@ -1028,65 +1051,67 @@
1028 <target>使用者名稱或電子信箱</target> 1051 <target>使用者名稱或電子信箱</target>
1029 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group> 1052 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">23</context></context-group>
1030 </trans-unit> 1053 </trans-unit>
1054 <trans-unit id="1758058452376026925" datatype="html">
1055 <source>⚠️ Most email addresses do not include capital letters.</source>
1056 <target state="translated">⚠️ 大多數電子郵件位置不會包含大寫字母。</target>
1057 <context-group purpose="location">
1058 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1059 <context context-type="linenumber">33,34</context>
1060 </context-group>
1061 </trans-unit>
1031 <trans-unit id="1431416938026210429"> 1062 <trans-unit id="1431416938026210429">
1032 <source>Password</source> 1063 <source>Password</source>
1033 <target>密碼</target> 1064 <target>密碼</target>
1034 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">34</context></context-group> 1065 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1035 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">36</context></context-group> 1066 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1067 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">38</context></context-group>
1068 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">40</context></context-group>
1036 <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> 1069 <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>
1037 <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> 1070 <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>
1038 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group> 1071 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">56</context></context-group>
1039 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group> 1072 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">58</context></context-group>
1040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">117</context></context-group>
1042 </trans-unit> 1073 </trans-unit>
1043 <trans-unit id="8715156686857791956" datatype="html"> 1074 <trans-unit id="8715156686857791956" datatype="html">
1044 <source>Click here to reset your password</source> 1075 <source>Click here to reset your password</source>
1045 <target state="translated">點擊此處以重設您的密碼</target> 1076 <target state="translated">點擊此處以重設您的密碼</target>
1046 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">47</context></context-group> 1077 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1047 </trans-unit> 1078 </trans-unit>
1048 <trans-unit id="892063502898494584" datatype="html"> 1079 <trans-unit id="892063502898494584" datatype="html">
1049 <source>I forgot my password</source> 1080 <source>I forgot my password</source>
1050 <target state="translated">我忘了我的密碼</target> 1081 <target state="translated">我忘了我的密碼</target>
1051 <context-group purpose="location"> 1082 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">51</context></context-group>
1052 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1053 <context context-type="linenumber">47</context>
1054 </context-group>
1055 </trans-unit> 1083 </trans-unit>
1056 <trans-unit id="2101170466365500913" datatype="html"> 1084 <trans-unit id="2101170466365500913" datatype="html">
1057 <source>Logging into an account lets you publish content</source> 1085 <source>Logging into an account lets you publish content</source>
1058 <target state="translated">登入帳號就可讓您發佈內容</target> 1086 <target state="translated">登入帳號就可讓您發佈內容</target>
1059 <context-group purpose="location"> 1087 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">60</context></context-group>
1060 <context context-type="sourcefile">src/app/+login/login.component.html</context>
1061 <context context-type="linenumber">56,57</context>
1062 </context-group>
1063 </trans-unit> 1088 </trans-unit>
1064 <trans-unit id="2454050363478003966"> 1089 <trans-unit id="2454050363478003966">
1065 <source>Login</source> 1090 <source>Login</source>
1066 <target>登入</target> 1091 <target>登入</target>
1067 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 1092 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login-routing.module.ts</context><context context-type="linenumber">12</context></context-group>
1068 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">44</context></context-group> 1093 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">48</context></context-group>
1069 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group> 1094 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">99</context></context-group>
1070 </trans-unit> 1095 </trans-unit>
1071 <trans-unit id="3183213940445113677" datatype="html"> 1096 <trans-unit id="3183213940445113677" datatype="html">
1072 <source>Or sign in with</source> 1097 <source>Or sign in with</source>
1073 <target state="translated">或使用其他帳戶登入</target> 1098 <target state="translated">或使用其他帳戶登入</target>
1074 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">72</context></context-group> 1099 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">76</context></context-group>
1075 </trans-unit> 1100 </trans-unit>
1076 <trans-unit id="3238209155172574367"> 1101 <trans-unit id="3238209155172574367">
1077 <source>Forgot your password</source> 1102 <source>Forgot your password</source>
1078 <target>忘記您的密碼</target> 1103 <target>忘記您的密碼</target>
1079 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">91</context></context-group> 1104 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">95</context></context-group>
1080 </trans-unit> 1105 </trans-unit>
1081 <trans-unit id="87327320394367488"> 1106 <trans-unit id="87327320394367488">
1082 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source> 1107 <source>We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.</source>
1083 <target>我們很抱歉,您無法復原您的密碼,因為您的站臺管理員並未設定 PeerTube 電子郵件系統。</target> 1108 <target>我們很抱歉,您無法復原您的密碼,因為您的站臺管理員並未設定 PeerTube 電子郵件系統。</target>
1084 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">99</context></context-group> 1109 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group>
1085 </trans-unit> 1110 </trans-unit>
1086 <trans-unit id="3188014010833256853" datatype="html"> 1111 <trans-unit id="3188014010833256853" datatype="html">
1087 <source>Enter your email address and we will send you a link to reset your password.</source> 1112 <source>Enter your email address and we will send you a link to reset your password.</source>
1088 <target state="translated">輸入您的電子郵件地址,然後我們將會寄送連結給您重設您的密碼。</target> 1113 <target state="translated">輸入您的電子郵件地址,然後我們將會寄送連結給您重設您的密碼。</target>
1089 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">103</context></context-group> 1114 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group>
1090 </trans-unit> 1115 </trans-unit>
1091 <trans-unit id="1190256911880544559" datatype="html"> 1116 <trans-unit id="1190256911880544559" datatype="html">
1092 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>. 1117 <source>An email with the reset password instructions will be sent to <x id="PH" equiv-text="this.forgotPasswordEmail"/>.
@@ -1097,25 +1122,26 @@ The link will expire within 1 hour.</source>
1097 <trans-unit id="4768749765465246664"> 1122 <trans-unit id="4768749765465246664">
1098 <source>Email</source> 1123 <source>Email</source>
1099 <target>電子郵件</target> 1124 <target>電子郵件</target>
1100 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">107</context></context-group> 1125 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">112</context></context-group>
1128 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">111</context></context-group>
1129 <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>
1101 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group> 1130 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">45</context></context-group>
1102 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group> 1131 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">47</context></context-group>
1103 <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> 1132 <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>
1104 <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>
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">105</context></context-group>
1107 </trans-unit> 1133 </trans-unit>
1108 <trans-unit id="3967269098753656610"> 1134 <trans-unit id="3967269098753656610">
1109 <source>Email address</source> 1135 <source>Email address</source>
1110 <target>電子信箱</target> 1136 <target>電子信箱</target>
1111 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">109</context></context-group> 1137 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">113</context></context-group>
1112 <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> 1138 <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>
1113 </trans-unit> 1139 </trans-unit>
1114 <trans-unit id="7808756054397155068" datatype="html"> 1140 <trans-unit id="7808756054397155068" datatype="html">
1115 <source>Reset</source> 1141 <source>Reset</source>
1116 <target state="translated">重設</target> 1142 <target state="translated">重設</target>
1117 <note priority="1" from="description">Password reset button</note> 1143 <note priority="1" from="description">Password reset button</note>
1118 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">122</context></context-group> 1144 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">126</context></context-group>
1119 </trans-unit> 1145 </trans-unit>
1120 <trans-unit id="4319634264526091601" datatype="html"> 1146 <trans-unit id="4319634264526091601" datatype="html">
1121 <source>on this instance</source> 1147 <source>on this instance</source>
@@ -1187,17 +1213,17 @@ The link will expire within 1 hour.</source>
1187 <trans-unit id="2236371857137398396"> 1213 <trans-unit id="2236371857137398396">
1188 <source>No results found</source> 1214 <source>No results found</source>
1189 <target>查無結果</target> 1215 <target>查無結果</target>
1190 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">31</context></context-group> 1216
1191 </trans-unit> 1217 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1192 <trans-unit id="5500467336262464724"> 1218 <trans-unit id="5500467336262464724">
1193 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source> 1219 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers </source>
1194 <target> 1220 <target>
1195 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> 個訂閱者 1221 <x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> 個訂閱者
1196 </target> 1222 </target>
1197 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group> 1223
1198 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">53</context></context-group> 1224
1199 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group> 1225
1200 </trans-unit> 1226 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-subscriptions/my-subscriptions.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-actor-image-edit/actor-avatar-edit.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
1201 <trans-unit id="1516969129397662377"> 1227 <trans-unit id="1516969129397662377">
1202 <source>Welcome to PeerTube, dear administrator!</source> 1228 <source>Welcome to PeerTube, dear administrator!</source>
1203 <target>歡迎來到 PeerTube,親愛的管理員!</target> 1229 <target>歡迎來到 PeerTube,親愛的管理員!</target>
@@ -1442,7 +1468,7 @@ The link will expire within 1 hour.</source>
1442 <trans-unit id="2308975396733519902"> 1468 <trans-unit id="2308975396733519902">
1443 <source>Create an account</source> 1469 <source>Create an account</source>
1444 <target>建立帳號</target> 1470 <target>建立帳號</target>
1445 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">50</context></context-group> 1471 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.html</context><context context-type="linenumber">54</context></context-group>
1446 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group> 1472 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group>
1447 </trans-unit> 1473 </trans-unit>
1448 <trans-unit id="3058024914967508975" datatype="html"> 1474 <trans-unit id="3058024914967508975" datatype="html">
@@ -1511,7 +1537,7 @@ The link will expire within 1 hour.</source>
1511 <trans-unit id="1504521795586863905" datatype="html"> 1537 <trans-unit id="1504521795586863905" datatype="html">
1512 <source>VIDEOS</source> 1538 <source>VIDEOS</source>
1513 <target state="translated">影片</target> 1539 <target state="translated">影片</target>
1514 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">83</context></context-group> 1540 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">82</context></context-group>
1515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group> 1541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-basic-configuration.component.html</context><context context-type="linenumber">215</context></context-group>
1516 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group> 1542 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">76</context></context-group>
1517 </trans-unit> 1543 </trans-unit>
@@ -1593,7 +1619,7 @@ The link will expire within 1 hour.</source>
1593 <trans-unit id="4424964105331349857" datatype="html"> 1619 <trans-unit id="4424964105331349857" datatype="html">
1594 <source>I'm a teapot</source> 1620 <source>I'm a teapot</source>
1595 <target state="translated">我是茶壺</target> 1621 <target state="translated">我是茶壺</target>
1596 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">26</context></context-group> 1622 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.ts</context><context context-type="linenumber">27</context></context-group>
1597 </trans-unit> 1623 </trans-unit>
1598 <trans-unit id="1597262876035959248" datatype="html"> 1624 <trans-unit id="1597262876035959248" datatype="html">
1599 <source>That's an error.</source> 1625 <source>That's an error.</source>
@@ -1687,7 +1713,7 @@ The link will expire within 1 hour.</source>
1687 <trans-unit id="2971365540217107489" datatype="html"> 1713 <trans-unit id="2971365540217107489" datatype="html">
1688 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 1714 <source>Media is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
1689 <target state="translated">媒體對此伺服器來說太大。如果您想要增加限制大小的話,請聯絡您的管理員。</target> 1715 <target state="translated">媒體對此伺服器來說太大。如果您想要增加限制大小的話,請聯絡您的管理員。</target>
1690 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">62</context></context-group> 1716 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">61</context></context-group>
1691 </trans-unit> 1717 </trans-unit>
1692 <trans-unit id="5131854469652959713" datatype="html"> 1718 <trans-unit id="5131854469652959713" datatype="html">
1693 <source>GLOBAL SEARCH</source> 1719 <source>GLOBAL SEARCH</source>
@@ -1766,19 +1792,19 @@ The link will expire within 1 hour.</source>
1766 <trans-unit id="5478121364779850827" datatype="html"> 1792 <trans-unit id="5478121364779850827" datatype="html">
1767 <source>Reset</source> 1793 <source>Reset</source>
1768 <target state="translated">重設</target> 1794 <target state="translated">重設</target>
1769 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group> 1795
1770 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group> 1796
1771 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group> 1797
1772 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group> 1798
1773 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group> 1799
1774 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group> 1800
1775 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group> 1801
1776 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group> 1802
1777 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group> 1803
1778 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group> 1804
1779 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group> 1805
1780 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group> 1806
1781 </trans-unit> 1807 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">61</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">75</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">110</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">123</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">149</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">164</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">205</context></context-group></trans-unit>
1782 <trans-unit id="4540121094340493564" datatype="html"> 1808 <trans-unit id="4540121094340493564" datatype="html">
1783 <source>Display only</source> 1809 <source>Display only</source>
1784 <target state="translated">僅顯示</target> 1810 <target state="translated">僅顯示</target>
@@ -1822,9 +1848,9 @@ The link will expire within 1 hour.</source>
1822 <trans-unit id="7410432243549869948"> 1848 <trans-unit id="7410432243549869948">
1823 <source>Duration</source> 1849 <source>Duration</source>
1824 <target>持續時間</target> 1850 <target>持續時間</target>
1825 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group> 1851
1826 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group> 1852
1827 </trans-unit> 1853 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">108</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
1828 <trans-unit id="3589238979642505685"> 1854 <trans-unit id="3589238979642505685">
1829 <source>Display sensitive content</source> 1855 <source>Display sensitive content</source>
1830 <target>顯示敏感內容</target> 1856 <target>顯示敏感內容</target>
@@ -1843,10 +1869,10 @@ The link will expire within 1 hour.</source>
1843 <trans-unit id="1806667489382256324"> 1869 <trans-unit id="1806667489382256324">
1844 <source>Category</source> 1870 <source>Category</source>
1845 <target>分類</target> 1871 <target>分類</target>
1846 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</context></context-group> 1872
1847 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">63</context></context-group> 1873
1848 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">17</context></context-group> 1874
1849 </trans-unit> 1875 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">121</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">63</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
1850 <trans-unit id="5478121364779850827" datatype="html"> 1876 <trans-unit id="5478121364779850827" datatype="html">
1851 <source>Reset</source> 1877 <source>Reset</source>
1852 <target state="translated">重設</target> 1878 <target state="translated">重設</target>
@@ -1864,10 +1890,10 @@ The link will expire within 1 hour.</source>
1864 <trans-unit id="9065795501872450602"> 1890 <trans-unit id="9065795501872450602">
1865 <source>Licence</source> 1891 <source>Licence</source>
1866 <target>授權條款</target> 1892 <target>授權條款</target>
1867 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</context></context-group> 1893
1868 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">74</context></context-group> 1894
1869 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">26</context></context-group> 1895
1870 </trans-unit> 1896 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">134</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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1871 <trans-unit id="4184995865179898060" datatype="html"> 1897 <trans-unit id="4184995865179898060" datatype="html">
1872 <source>Display all licenses</source> 1898 <source>Display all licenses</source>
1873 <target state="translated">顯示所有授權條款</target> 1899 <target state="translated">顯示所有授權條款</target>
@@ -1876,11 +1902,11 @@ The link will expire within 1 hour.</source>
1876 <trans-unit id="2826581353496868063"> 1902 <trans-unit id="2826581353496868063">
1877 <source>Language</source> 1903 <source>Language</source>
1878 <target>語言</target> 1904 <target>語言</target>
1879 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</context></context-group> 1905
1880 <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> 1906
1881 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">94</context></context-group> 1907
1882 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">35</context></context-group> 1908
1883 </trans-unit> 1909 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">147</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">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
1884 <trans-unit id="7904142744051432458" datatype="html"> 1910 <trans-unit id="7904142744051432458" datatype="html">
1885 <source>Display all languages</source> 1911 <source>Display all languages</source>
1886 <target state="translated">顯示所有語言</target> 1912 <target state="translated">顯示所有語言</target>
@@ -1895,17 +1921,23 @@ The link will expire within 1 hour.</source>
1895 <source>One of these tags</source> 1921 <source>One of these tags</source>
1896 <target>這些標籤的其中一個</target> 1922 <target>這些標籤的其中一個</target>
1897 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group> 1923 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">170</context></context-group>
1924 </trans-unit><trans-unit id="5143793904897598509" datatype="html">
1925 <source>PeerTube instance host</source><target state="new">PeerTube instance host</target>
1926 <context-group purpose="location">
1927 <context context-type="sourcefile">src/app/+search/search-filters.component.html</context>
1928 <context context-type="linenumber">178</context>
1929 </context-group>
1898 </trans-unit> 1930 </trans-unit>
1899 <trans-unit id="283421392567624698" datatype="html"> 1931 <trans-unit id="283421392567624698" datatype="html">
1900 <source>Search target</source> 1932 <source>Search target</source>
1901 <target state="translated">搜尋目標</target> 1933 <target state="translated">搜尋目標</target>
1902 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">179</context></context-group> 1934
1903 </trans-unit> 1935 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
1904 <trans-unit id="2489767671380266270" datatype="html"> 1936 <trans-unit id="2489767671380266270" datatype="html">
1905 <source>Vidiverse</source> 1937 <source>Vidiverse</source>
1906 <target state="translated">視訊聯盟</target> 1938 <target state="translated">視訊聯盟</target>
1907 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">189</context></context-group> 1939
1908 </trans-unit> 1940 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">197</context></context-group></trans-unit>
1909 <trans-unit id="5478121364779850827" datatype="html"> 1941 <trans-unit id="5478121364779850827" datatype="html">
1910 <source>Reset</source> 1942 <source>Reset</source>
1911 <target state="translated">重設</target> 1943 <target state="translated">重設</target>
@@ -1914,8 +1946,8 @@ The link will expire within 1 hour.</source>
1914 <trans-unit id="8829497237648100098"> 1946 <trans-unit id="8829497237648100098">
1915 <source>Filter</source> 1947 <source>Filter</source>
1916 <target>過濾器</target> 1948 <target>過濾器</target>
1917 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">200</context></context-group> 1949
1918 </trans-unit> 1950 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">208</context></context-group></trans-unit>
1919 <trans-unit id="6479885129995567639" datatype="html"> 1951 <trans-unit id="6479885129995567639" datatype="html">
1920 <source>Video channels</source> 1952 <source>Video channels</source>
1921 <target state="translated">影片頻道</target> 1953 <target state="translated">影片頻道</target>
@@ -1951,9 +1983,9 @@ The link will expire within 1 hour.</source>
1951 <trans-unit id="7886570921510760899"> 1983 <trans-unit id="7886570921510760899">
1952 <source>Tags</source> 1984 <source>Tags</source>
1953 <target>標籤</target> 1985 <target>標籤</target>
1954 <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> 1986
1955 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">44</context></context-group> 1987
1956 </trans-unit> 1988 <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/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1957 <trans-unit id="354332809647287722" datatype="html"> 1989 <trans-unit id="354332809647287722" datatype="html">
1958 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source> 1990 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK"/> There is a maximum of 5 tags. <x id="LINE_BREAK"/> Press <x id="START_TAG_KBD"/>Enter<x id="CLOSE_TAG_KBD"/> to add a new tag. </source>
1959 <target state="translated">標籤可用於建議相關的影片。<x id="LINE_BREAK"/>最多可以有五個標籤。<x id="LINE_BREAK"/>按 <x id="START_TAG_KBD"/>Enter <x id="CLOSE_TAG_KBD"/>以新增新標籤。 </target> 1991 <target state="translated">標籤可用於建議相關的影片。<x id="LINE_BREAK"/>最多可以有五個標籤。<x id="LINE_BREAK"/>按 <x id="START_TAG_KBD"/>Enter <x id="CLOSE_TAG_KBD"/>以新增新標籤。 </target>
@@ -2370,13 +2402,13 @@ The link will expire within 1 hour.</source>
2370 <trans-unit id="9172233176401579786"> 2402 <trans-unit id="9172233176401579786">
2371 <source>Scheduled</source> 2403 <source>Scheduled</source>
2372 <target>排定</target> 2404 <target>排定</target>
2373 2405 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group>
2374 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">192</context></context-group></trans-unit> 2406 </trans-unit>
2375 <trans-unit id="1435317307066082710" datatype="html"> 2407 <trans-unit id="1435317307066082710" datatype="html">
2376 <source>Hide the video until a specific date</source> 2408 <source>Hide the video until a specific date</source>
2377 <target state="translated">在特定日期前隱藏影片</target> 2409 <target state="translated">在特定日期前隱藏影片</target>
2378 2410 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group>
2379 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/shared/video-edit.component.ts</context><context context-type="linenumber">193</context></context-group></trans-unit> 2411 </trans-unit>
2380 <trans-unit id="6148369758871787018"> 2412 <trans-unit id="6148369758871787018">
2381 <source>Video background image</source> 2413 <source>Video background image</source>
2382 <target>影片背景圖片</target> 2414 <target>影片背景圖片</target>
@@ -2428,8 +2460,8 @@ The link will expire within 1 hour.</source>
2428 <trans-unit id="6161604372916832458" datatype="html"> 2460 <trans-unit id="6161604372916832458" datatype="html">
2429 <source>Upload on hold</source> 2461 <source>Upload on hold</source>
2430 <target state="translated">暫緩上傳</target> 2462 <target state="translated">暫緩上傳</target>
2431 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">124</context></context-group> 2463
2432 </trans-unit> 2464 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group></trans-unit>
2433 <trans-unit id="285180972645018518" datatype="html"> 2465 <trans-unit id="285180972645018518" datatype="html">
2434 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source> 2466 <source>Sorry, the upload feature is disabled for your account. If you want to add videos, an admin must unlock your quota.</source>
2435 <target state="translated">抱歉,您的帳號已停用上傳功能。如果您想要新增影片,管理員必須解鎖您的配額。</target> 2467 <target state="translated">抱歉,您的帳號已停用上傳功能。如果您想要新增影片,管理員必須解鎖您的配額。</target>
@@ -2741,12 +2773,18 @@ The link will expire within 1 hour.</source>
2741 <source>Origin</source> 2773 <source>Origin</source>
2742 <target state="translated">來源</target> 2774 <target state="translated">來源</target>
2743 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group> 2775 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">7</context></context-group>
2776 </trans-unit><trans-unit id="6981359593518942576" datatype="html">
2777 <source>Open the video on the origin instance</source><target state="new">Open the video on the origin instance</target>
2778 <context-group purpose="location">
2779 <context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context>
2780 <context context-type="linenumber">14</context>
2781 </context-group>
2744 </trans-unit> 2782 </trans-unit>
2745 <trans-unit id="5139892963394684487"> 2783 <trans-unit id="5139892963394684487">
2746 <source>Originally published</source> 2784 <source>Originally published</source>
2747 <target>原始發佈</target> 2785 <target>原始發佈</target>
2748 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">12</context></context-group> 2786
2749 </trans-unit> 2787 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/metadata/video-attributes.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2750 <trans-unit id="6402393085909200998" datatype="html"> 2788 <trans-unit id="6402393085909200998" datatype="html">
2751 <source>Friendly Reminder:</source> 2789 <source>Friendly Reminder:</source>
2752 <target state="translated">友好提醒:</target> 2790 <target state="translated">友好提醒:</target>
@@ -3114,11 +3152,6 @@ The link will expire within 1 hour.</source>
3114 <target>ID</target> 3152 <target>ID</target>
3115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group> 3153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">45</context></context-group>
3116 </trans-unit> 3154 </trans-unit>
3117 <trans-unit id="2265605798180116441">
3118 <source>Follower handle</source>
3119 <target>追蹤者處理</target>
3120 <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>
3121 </trans-unit>
3122 <trans-unit id="5911214550882917183"> 3155 <trans-unit id="5911214550882917183">
3123 <source>State</source> 3156 <source>State</source>
3124 <target>狀態</target> 3157 <target>狀態</target>
@@ -3186,11 +3219,6 @@ The link will expire within 1 hour.</source>
3186 </target> 3219 </target>
3187 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group> 3220 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/batch-domains-modal.component.html</context><context context-type="linenumber">3</context></context-group>
3188 </trans-unit> 3221 </trans-unit>
3189 <trans-unit id="6641024648411549335">
3190 <source>Host</source>
3191 <target>主機</target>
3192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">31</context></context-group>
3193 </trans-unit>
3194 <trans-unit id="6571718060636962350" datatype="html"> 3222 <trans-unit id="6571718060636962350" datatype="html">
3195 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3223 <source>Redundancy allowed <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3196 <target state="translated">允許冗餘 <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3224 <target state="translated">允許冗餘 <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3200,7 +3228,7 @@ The link will expire within 1 hour.</source>
3200 <source>Unfollow</source> 3228 <source>Unfollow</source>
3201 <target state="translated">取消追蹤</target> 3229 <target state="translated">取消追蹤</target>
3202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group> 3230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">41</context></context-group>
3203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">58</context></context-group> 3231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">48</context></context-group>
3204 </trans-unit> 3232 </trans-unit>
3205 <trans-unit id="8246779176913476983" datatype="html"> 3233 <trans-unit id="8246779176913476983" datatype="html">
3206 <source>Open instance in a new tab</source> 3234 <source>Open instance in a new tab</source>
@@ -3212,28 +3240,18 @@ The link will expire within 1 hour.</source>
3212 <trans-unit id="9132918641931433659" datatype="html"> 3240 <trans-unit id="9132918641931433659" datatype="html">
3213 <source>No host found matching current filters.</source> 3241 <source>No host found matching current filters.</source>
3214 <target state="translated">沒有主機符合目前的過濾器。</target> 3242 <target state="translated">沒有主機符合目前的過濾器。</target>
3215 <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> 3243 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group>
3216 </trans-unit> 3244 </trans-unit>
3217 <trans-unit id="7274241885665071790" datatype="html"> 3245 <trans-unit id="7274241885665071790" datatype="html">
3218 <source>Your instance is not following anyone.</source> 3246 <source>Your instance is not following anyone.</source>
3219 <target state="translated">您的站臺並未追蹤任何人。</target> 3247 <target state="translated">您的站臺並未追蹤任何人。</target>
3220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">71</context></context-group> 3248 <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>
3221 </trans-unit> 3249 </trans-unit>
3222 <trans-unit id="4774348799569692380" datatype="html"> 3250 <trans-unit id="4774348799569692380" datatype="html">
3223 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source> 3251 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> hosts</source>
3224 <target state="translated">正在顯示 <x id="INTERPOLATION"/> 到 <x id="INTERPOLATION_1"/>,總共有 <x id="INTERPOLATION_2"/> 個主機</target> 3252 <target state="translated">正在顯示 <x id="INTERPOLATION"/> 到 <x id="INTERPOLATION_1"/>,總共有 <x id="INTERPOLATION_2"/> 個主機</target>
3225 <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> 3253 <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>
3226 </trans-unit> 3254 </trans-unit>
3227 <trans-unit id="6275803119759621687" datatype="html">
3228 <source>Follow domains</source>
3229 <target state="translated">追蹤網域</target>
3230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">78</context></context-group>
3231 </trans-unit>
3232 <trans-unit id="1268699198448750610" datatype="html">
3233 <source>Follow instances</source>
3234 <target state="translated">追蹤站台</target>
3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">18</context></context-group>
3236 </trans-unit>
3237 <trans-unit id="9216117865911519658" datatype="html"> 3255 <trans-unit id="9216117865911519658" datatype="html">
3238 <source>Action</source> 3256 <source>Action</source>
3239 <target state="translated">動作</target> 3257 <target state="translated">動作</target>
@@ -3262,9 +3280,9 @@ The link will expire within 1 hour.</source>
3262 <trans-unit id="8286337167859377104"> 3280 <trans-unit id="8286337167859377104">
3263 <source>Create user</source> 3281 <source>Create user</source>
3264 <target>建立使用者</target> 3282 <target>建立使用者</target>
3265 3283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group>
3266 3284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group>
3267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">93</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 3285 </trans-unit>
3268 <trans-unit id="8363291180171434623" datatype="html"> 3286 <trans-unit id="8363291180171434623" datatype="html">
3269 <source>Table parameters</source> 3287 <source>Table parameters</source>
3270 <target state="translated">參數表</target> 3288 <target state="translated">參數表</target>
@@ -3283,10 +3301,11 @@ The link will expire within 1 hour.</source>
3283 <trans-unit id="5248717555542428023"> 3301 <trans-unit id="5248717555542428023">
3284 <source>Username</source> 3302 <source>Username</source>
3285 <target>使用者名稱</target> 3303 <target>使用者名稱</target>
3286 <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>
3287 <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>
3288 <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> 3304 <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>
3289 <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> 3305 <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>
3306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">111</context></context-group>
3307 <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>
3308 <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>
3290 </trans-unit> 3309 </trans-unit>
3291 <trans-unit id="5428411040014095392" datatype="html"> 3310 <trans-unit id="5428411040014095392" datatype="html">
3292 <source>e.g. jane_doe</source> 3311 <source>e.g. jane_doe</source>
@@ -3317,6 +3336,7 @@ The link will expire within 1 hour.</source>
3317 <target>角色</target> 3336 <target>角色</target>
3318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group> 3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</context></context-group>
3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">136</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">136</context></context-group>
3339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">114</context></context-group>
3320 </trans-unit> 3340 </trans-unit>
3321 <trans-unit id="7046347992315328430" datatype="html"> 3341 <trans-unit id="7046347992315328430" datatype="html">
3322 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source> 3342 <source>Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG"/>original<x id="CLOSE_TAG_STRONG"/> video size. <x id="LINE_BREAK"/> At most, this user could upload ~ <x id="INTERPOLATION"/>. </source>
@@ -3334,14 +3354,9 @@ The link will expire within 1 hour.</source>
3334 <trans-unit id="2622255144026150901" datatype="html"> 3354 <trans-unit id="2622255144026150901" datatype="html">
3335 <source>Auth plugin</source> 3355 <source>Auth plugin</source>
3336 <target state="translated">驗證外掛程式</target> 3356 <target state="translated">驗證外掛程式</target>
3337 <context-group purpose="location"> 3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3338 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">188</context></context-group>
3339 <context context-type="linenumber">188</context> 3359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">121</context></context-group>
3340 </context-group>
3341 <context-group purpose="location">
3342 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3343 <context context-type="linenumber">188</context>
3344 </context-group>
3345 </trans-unit> 3360 </trans-unit>
3346 <trans-unit id="588099657508661970" datatype="html"> 3361 <trans-unit id="588099657508661970" datatype="html">
3347 <source>None (local authentication)</source> 3362 <source>None (local authentication)</source>
@@ -3594,6 +3609,14 @@ The link will expire within 1 hour.</source>
3594 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group> 3609 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-ownership/my-ownership.component.html</context><context context-type="linenumber">18</context></context-group>
3595 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group> 3610 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.html</context><context context-type="linenumber">41</context></context-group>
3596 </trans-unit> 3611 </trans-unit>
3612 <trans-unit id="8390803680962035202" datatype="html">
3613 <source>Follower</source>
3614 <target state="translated">追蹤者</target>
3615 <context-group purpose="location">
3616 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3617 <context context-type="linenumber">24</context>
3618 </context-group>
3619 </trans-unit>
3597 <trans-unit id="4691552465058437520" datatype="html"> 3620 <trans-unit id="4691552465058437520" datatype="html">
3598 <source>Commented video</source> 3621 <source>Commented video</source>
3599 <target state="translated">有留言的影片</target> 3622 <target state="translated">有留言的影片</target>
@@ -3638,43 +3661,28 @@ The link will expire within 1 hour.</source>
3638 <trans-unit id="1807029821872995706" datatype="html"> 3661 <trans-unit id="1807029821872995706" datatype="html">
3639 <source>Unsolved reports</source> 3662 <source>Unsolved reports</source>
3640 <target state="translated">未解決的回報</target> 3663 <target state="translated">未解決的回報</target>
3641 <context-group purpose="location"> 3664
3642 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3665 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">43</context></context-group></trans-unit>
3643 <context context-type="linenumber">42</context>
3644 </context-group>
3645 </trans-unit>
3646 <trans-unit id="2570256912317308673" datatype="html"> 3666 <trans-unit id="2570256912317308673" datatype="html">
3647 <source>Accepted reports</source> 3667 <source>Accepted reports</source>
3648 <target state="translated">已接受的的回報</target> 3668 <target state="translated">已接受的的回報</target>
3649 <context-group purpose="location"> 3669
3650 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3670 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">47</context></context-group></trans-unit>
3651 <context context-type="linenumber">46</context>
3652 </context-group>
3653 </trans-unit>
3654 <trans-unit id="4335414817109654558" datatype="html"> 3671 <trans-unit id="4335414817109654558" datatype="html">
3655 <source>Refused reports</source> 3672 <source>Refused reports</source>
3656 <target state="translated">拒絕的回報</target> 3673 <target state="translated">拒絕的回報</target>
3657 <context-group purpose="location"> 3674
3658 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3675 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">51</context></context-group></trans-unit>
3659 <context context-type="linenumber">50</context>
3660 </context-group>
3661 </trans-unit>
3662 <trans-unit id="5604806676748121035" datatype="html"> 3676 <trans-unit id="5604806676748121035" datatype="html">
3663 <source>Reports with blocked videos</source> 3677 <source>Reports with blocked videos</source>
3664 <target state="translated">有被封鎖影片的回報</target> 3678 <target state="translated">有被封鎖影片的回報</target>
3665 <context-group purpose="location"> 3679
3666 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3680 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">55</context></context-group></trans-unit>
3667 <context context-type="linenumber">54</context>
3668 </context-group>
3669 </trans-unit>
3670 <trans-unit id="5105869928182826553" datatype="html"> 3681 <trans-unit id="5105869928182826553" datatype="html">
3671 <source>Reports with deleted videos</source> 3682 <source>Reports with deleted videos</source>
3672 <target state="translated">有被刪除影片的回報</target> 3683 <target state="translated">有被刪除影片的回報</target>
3673 <context-group purpose="location"> 3684
3674 <context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context> 3685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">59</context></context-group></trans-unit>
3675 <context context-type="linenumber">58</context>
3676 </context-group>
3677 </trans-unit>
3678 <trans-unit id="4678289986918934018" datatype="html"> 3686 <trans-unit id="4678289986918934018" datatype="html">
3679 <source>Block reason:</source> 3687 <source>Block reason:</source>
3680 <target state="translated">封鎖理由:</target> 3688 <target state="translated">封鎖理由:</target>
@@ -3693,19 +3701,13 @@ The link will expire within 1 hour.</source>
3693 <trans-unit id="7755288609601798418" datatype="html"> 3701 <trans-unit id="7755288609601798418" datatype="html">
3694 <source>Automatic blocks</source> 3702 <source>Automatic blocks</source>
3695 <target state="translated">自動封鎖</target> 3703 <target state="translated">自動封鎖</target>
3696 <context-group purpose="location"> 3704
3697 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">32</context></context-group></trans-unit>
3698 <context context-type="linenumber">31</context>
3699 </context-group>
3700 </trans-unit>
3701 <trans-unit id="6510868134640657079" datatype="html"> 3706 <trans-unit id="6510868134640657079" datatype="html">
3702 <source>Manual blocks</source> 3707 <source>Manual blocks</source>
3703 <target state="translated">手動封鎖</target> 3708 <target state="translated">手動封鎖</target>
3704 <context-group purpose="location"> 3709
3705 <context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context> 3710 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">36</context></context-group></trans-unit>
3706 <context context-type="linenumber">35</context>
3707 </context-group>
3708 </trans-unit>
3709 <trans-unit id="2143435845912984377" datatype="html"> 3711 <trans-unit id="2143435845912984377" datatype="html">
3710 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source> 3712 <source>Showing <x id="INTERPOLATION"/> to <x id="INTERPOLATION_1"/> of <x id="INTERPOLATION_2"/> blocked videos</source>
3711 <target state="translated">顯示 <x id="INTERPOLATION"/> 到 <x id="INTERPOLATION_1"/> 的 <x id="INTERPOLATION_2"/> 已封鎖影片</target> 3713 <target state="translated">顯示 <x id="INTERPOLATION"/> 到 <x id="INTERPOLATION_1"/> 的 <x id="INTERPOLATION_2"/> 已封鎖影片</target>
@@ -3850,11 +3852,11 @@ The link will expire within 1 hour.</source>
3850 <trans-unit id="2381859602529023966"> 3852 <trans-unit id="2381859602529023966">
3851 <source>Instance</source> 3853 <source>Instance</source>
3852 <target>站臺</target> 3854 <target>站臺</target>
3853 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3855
3854 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">184</context></context-group> 3856
3855 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3857
3856 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3858
3857 </trans-unit> 3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-filters.component.html</context><context context-type="linenumber">192</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/server-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3858 <trans-unit id="1300704815627663264"> 3860 <trans-unit id="1300704815627663264">
3859 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source> 3861 <source>Muted at <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></source>
3860 <target>靜音於 <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target> 3862 <target>靜音於 <x id="START_TAG_P_SORTICON"/><x id="CLOSE_TAG_P_SORTICON"/></target>
@@ -3892,7 +3894,7 @@ The link will expire within 1 hour.</source>
3892 <trans-unit id="4917252294930256268" datatype="html"> 3894 <trans-unit id="4917252294930256268" datatype="html">
3893 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source> 3895 <source>It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.</source>
3894 <target state="translated">看起來您似乎不在 HTTPS 伺服器上。您的網路伺服器必須啟用 TLS 才能追蹤伺服器。</target> 3896 <target state="translated">看起來您似乎不在 HTTPS 伺服器上。您的網路伺服器必須啟用 TLS 才能追蹤伺服器。</target>
3895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">81</context></context-group> 3897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context><context context-type="linenumber">28</context></context-group>
3896 </trans-unit> 3898 </trans-unit>
3897 <trans-unit id="4058814854824495833" datatype="html"> 3899 <trans-unit id="4058814854824495833" datatype="html">
3898 <source>Mute domains</source> 3900 <source>Mute domains</source>
@@ -3960,14 +3962,14 @@ The link will expire within 1 hour.</source>
3960 <trans-unit id="4580988005648117665"> 3962 <trans-unit id="4580988005648117665">
3961 <source>Search</source> 3963 <source>Search</source>
3962 <target>搜尋</target> 3964 <target>搜尋</target>
3963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group> 3965
3964 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group> 3966
3965 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">249</context></context-group> 3967
3966 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group> 3968
3967 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group> 3969
3968 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group> 3970
3969 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group> 3971
3970 </trans-unit> 3972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search-routing.module.ts</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">257</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-instance/instance-features-table.component.html</context><context context-type="linenumber">122</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/misc/simple-search-input.component.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
3971 <trans-unit id="8630916846096019339" datatype="html"> 3973 <trans-unit id="8630916846096019339" datatype="html">
3972 <source>Users can resolve distant content</source> 3974 <source>Users can resolve distant content</source>
3973 <target state="translated">使用者可以解析遠端內容</target> 3975 <target state="translated">使用者可以解析遠端內容</target>
@@ -5847,10 +5849,7 @@ color: red;
5847 <trans-unit id="5512878593724620692" datatype="html"> 5849 <trans-unit id="5512878593724620692" datatype="html">
5848 <source>CHANNELS</source> 5850 <source>CHANNELS</source>
5849 <target state="translated">頻道</target> 5851 <target state="translated">頻道</target>
5850 <context-group purpose="location"> 5852 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">81</context></context-group>
5851 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
5852 <context context-type="linenumber">82</context>
5853 </context-group>
5854 </trans-unit> 5853 </trans-unit>
5855 <trans-unit id="3666829335406793239"> 5854 <trans-unit id="3666829335406793239">
5856 <source>This account does not have channels.</source> 5855 <source>This account does not have channels.</source>
@@ -5891,6 +5890,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
5891 <target state="translated">您真的想要刪除 <x id="PH" equiv-text="videoChannel.displayName"/> 嗎?其將會刪除 <x id="PH_1" equiv-text="videoChannel.videosCount"/> 部上傳至此頻道的影片,且您將無法建立其他同名的頻道 (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target> 5890 <target state="translated">您真的想要刪除 <x id="PH" equiv-text="videoChannel.displayName"/> 嗎?其將會刪除 <x id="PH_1" equiv-text="videoChannel.videosCount"/> 部上傳至此頻道的影片,且您將無法建立其他同名的頻道 (<x id="PH_2" equiv-text="videoChannel.name"/>)!</target>
5892 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group> 5891 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">44</context></context-group>
5893 </trans-unit> 5892 </trans-unit>
5893 <trans-unit id="4433306639366959484" datatype="html">
5894 <source>Please type the name of the video channel (<x id="PH" equiv-text="videoChannel.name"/>) to confirm</source>
5895 <target state="translated">請輸入影片頻道名稱 (<x id="PH" equiv-text="videoChannel.name"/>) 以確認</target>
5896 <context-group purpose="location">
5897 <context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context>
5898 <context context-type="linenumber">48</context>
5899 </context-group>
5900 </trans-unit>
5894 <trans-unit id="5387007581996837469" datatype="html"> 5901 <trans-unit id="5387007581996837469" datatype="html">
5895 <source>My Channels</source> 5902 <source>My Channels</source>
5896 <target state="translated">我的頻道</target> 5903 <target state="translated">我的頻道</target>
@@ -6405,12 +6412,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6405 <trans-unit id="6979021199788941693"> 6412 <trans-unit id="6979021199788941693">
6406 <source>Your message has been sent.</source> 6413 <source>Your message has been sent.</source>
6407 <target>您的訊息已被傳送。</target> 6414 <target>您的訊息已被傳送。</target>
6408 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">89</context></context-group> 6415 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">88</context></context-group>
6409 </trans-unit> 6416 </trans-unit>
6410 <trans-unit id="2072135752262464360"> 6417 <trans-unit id="2072135752262464360">
6411 <source>You already sent this form recently</source> 6418 <source>You already sent this form recently</source>
6412 <target>您最近已發送此表單</target> 6419 <target>您最近已發送此表單</target>
6413 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">95</context></context-group> 6420 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">94</context></context-group>
6414 </trans-unit> 6421 </trans-unit>
6415 <trans-unit id="819067926858619041" datatype="html"> 6422 <trans-unit id="819067926858619041" datatype="html">
6416 <source>Account videos</source> 6423 <source>Account videos</source>
@@ -6456,12 +6463,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6456 <target state="translated"> 6463 <target state="translated">
6457 <x id="PH"/> 直接帳號追蹤者 6464 <x id="PH"/> 直接帳號追蹤者
6458 </target> 6465 </target>
6459 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">155</context></context-group> 6466 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">154</context></context-group>
6460 </trans-unit> 6467 </trans-unit>
6461 <trans-unit id="6250999352462648289" datatype="html"> 6468 <trans-unit id="6250999352462648289" datatype="html">
6462 <source>Report this account</source> 6469 <source>Report this account</source>
6463 <target state="translated">回報此帳號</target> 6470 <target state="translated">回報此帳號</target>
6464 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">196</context></context-group> 6471 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">195</context></context-group>
6465 </trans-unit> 6472 </trans-unit>
6466 <trans-unit id="1504521795586863905" datatype="html"> 6473 <trans-unit id="1504521795586863905" datatype="html">
6467 <source>VIDEOS</source> 6474 <source>VIDEOS</source>
@@ -6472,30 +6479,18 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6472 <trans-unit id="25349740244798533"> 6479 <trans-unit id="25349740244798533">
6473 <source>Username copied</source> 6480 <source>Username copied</source>
6474 <target>使用者名稱已複製</target> 6481 <target>使用者名稱已複製</target>
6475 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">121</context></context-group> 6482 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">120</context></context-group>
6476 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group> 6483 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">103</context></context-group>
6477 </trans-unit> 6484 </trans-unit>
6478 <trans-unit id="9221735175659318025" datatype="html"> 6485 <trans-unit id="9221735175659318025" datatype="html">
6479 <source>1 subscriber</source> 6486 <source>1 subscriber</source>
6480 <target state="translated">1 個訂閱者</target> 6487 <target state="translated">1 個訂閱者</target>
6481 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">125</context></context-group> 6488 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">124</context></context-group>
6482 </trans-unit> 6489 </trans-unit>
6483 <trans-unit id="4097331874769079975" datatype="html"> 6490 <trans-unit id="4097331874769079975" datatype="html">
6484 <source><x id="PH"/> subscribers</source> 6491 <source><x id="PH"/> subscribers</source>
6485 <target state="translated"><x id="PH"/> 個訂閱者</target> 6492 <target state="translated"><x id="PH"/> 個訂閱者</target>
6486 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">127</context></context-group> 6493 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context><context context-type="linenumber">126</context></context-group>
6487 </trans-unit>
6488 <trans-unit id="4682675125751819107" datatype="html">
6489 <source>Instances you follow</source>
6490 <target state="translated">您追蹤的站臺</target>
6491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
6492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">3</context></context-group>
6493 </trans-unit>
6494 <trans-unit id="8899833753704589712" datatype="html">
6495 <source>Instances following you</source>
6496 <target state="translated">追蹤您的站臺</target>
6497 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
6498 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">3</context></context-group>
6499 </trans-unit> 6494 </trans-unit>
6500 <trans-unit id="1035838766454786107" datatype="html"> 6495 <trans-unit id="1035838766454786107" datatype="html">
6501 <source>Audio-only</source> 6496 <source>Audio-only</source>
@@ -6547,6 +6542,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6547 <target>自動(透過 ffmpeg)</target> 6542 <target>自動(透過 ffmpeg)</target>
6548 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group> 6543 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">50</context></context-group>
6549 </trans-unit> 6544 </trans-unit>
6545 <trans-unit id="3642770981085338761" datatype="html">
6546 <source>Followers of your instance</source>
6547 <target state="translated">您站台的追蹤者</target>
6548 <context-group purpose="location">
6549 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
6550 <context context-type="linenumber">3</context>
6551 </context-group>
6552 </trans-unit>
6550 <trans-unit id="931255636742351800" datatype="html"> 6553 <trans-unit id="931255636742351800" datatype="html">
6551 <source>No limit</source> 6554 <source>No limit</source>
6552 <target state="translated">無限制</target> 6555 <target state="translated">無限制</target>
@@ -6694,17 +6697,40 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6694 <trans-unit id="2127446333083057097" datatype="html"> 6697 <trans-unit id="2127446333083057097" datatype="html">
6695 <source>Domain is required.</source> 6698 <source>Domain is required.</source>
6696 <target state="translated">網域必填。</target> 6699 <target state="translated">網域必填。</target>
6697 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">56</context></context-group> 6700 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">92</context></context-group>
6701 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">101</context></context-group>
6698 </trans-unit> 6702 </trans-unit>
6699 <trans-unit id="6780793142903080663" datatype="html"> 6703 <trans-unit id="7951488350851416577" datatype="html">
6700 <source>Domains entered are invalid.</source> 6704 <source>Hosts entered are invalid.</source>
6701 <target state="translated">輸入的域名無效。</target> 6705 <target state="translated">輸入的主機無效。</target>
6702 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">57</context></context-group> 6706 <context-group purpose="location">
6707 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6708 <context context-type="linenumber">93</context>
6709 </context-group>
6703 </trans-unit> 6710 </trans-unit>
6704 <trans-unit id="5886492514458202177" datatype="html"> 6711 <trans-unit id="1469559036084108672" datatype="html">
6705 <source>Domains entered contain duplicates.</source> 6712 <source>Hosts entered contain duplicates.</source>
6706 <target state="translated">輸入的域名包含重覆的項目。</target> 6713 <target state="translated">輸入的主機包含了重複的項目。</target>
6707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">58</context></context-group> 6714 <context-group purpose="location">
6715 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6716 <context context-type="linenumber">94</context>
6717 </context-group>
6718 </trans-unit>
6719 <trans-unit id="5991533283446904296" datatype="html">
6720 <source>Hosts or handles are invalid.</source>
6721 <target state="translated">主機或帳號無效。</target>
6722 <context-group purpose="location">
6723 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6724 <context context-type="linenumber">102</context>
6725 </context-group>
6726 </trans-unit>
6727 <trans-unit id="6759198394434886237" datatype="html">
6728 <source>Hosts or handles contain duplicates.</source>
6729 <target state="translated">主機或帳號包含了重複的項目。</target>
6730 <context-group purpose="location">
6731 <context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context>
6732 <context context-type="linenumber">103</context>
6733 </context-group>
6708 </trans-unit> 6734 </trans-unit>
6709 <trans-unit id="240806681889331244"> 6735 <trans-unit id="240806681889331244">
6710 <source>Unlimited</source> 6736 <source>Unlimited</source>
@@ -6858,34 +6884,67 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6858 <trans-unit id="8312101634344200207" datatype="html"> 6884 <trans-unit id="8312101634344200207" datatype="html">
6859 <source><x id="PH" equiv-text="this.views"/> viewers</source> 6885 <source><x id="PH" equiv-text="this.views"/> viewers</source>
6860 <target state="translated"><x id="PH" equiv-text="this.views"/> 個檢視者</target> 6886 <target state="translated"><x id="PH" equiv-text="this.views"/> 個檢視者</target>
6861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">215</context></context-group> 6887
6862 </trans-unit> 6888 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">216</context></context-group></trans-unit>
6863 <trans-unit id="7756087706411154095" datatype="html"> 6889 <trans-unit id="7756087706411154095" datatype="html">
6864 <source><x id="PH" equiv-text="this.views"/> views</source> 6890 <source><x id="PH" equiv-text="this.views"/> views</source>
6865 <target state="translated"><x id="PH" equiv-text="this.views"/> 次檢視</target> 6891 <target state="translated"><x id="PH" equiv-text="this.views"/> 次檢視</target>
6866 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">218</context></context-group> 6892
6867 </trans-unit> 6893 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.model.ts</context><context context-type="linenumber">219</context></context-group></trans-unit>
6868 <trans-unit id="2452034338905853167"> 6894 <trans-unit id="2452034338905853167">
6869 <source><x id="PH"/> removed from instance followers </source> 6895 <source><x id="PH"/> removed from instance followers </source>
6870 <target><x id="PH"/> 已從站臺追蹤者中移除 </target> 6896 <target><x id="PH"/> 已從站臺追蹤者中移除 </target>
6871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group> 6897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">81</context></context-group>
6872 </trans-unit> 6898 </trans-unit>
6899 <trans-unit id="6018246591673612412" datatype="html">
6900 <source>Follow</source>
6901 <target state="translated">追蹤</target>
6902 <context-group purpose="location">
6903 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6904 <context context-type="linenumber">3</context>
6905 </context-group>
6906 <context-group purpose="location">
6907 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6908 <context context-type="linenumber">37</context>
6909 </context-group>
6910 <context-group purpose="location">
6911 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6912 <context context-type="linenumber">18</context>
6913 </context-group>
6914 </trans-unit>
6915 <trans-unit id="3596798855644241001" datatype="html">
6916 <source>1 host (without "http://"), account handle or channel handle per line</source>
6917 <target state="translated">1 個主機(不包含 "http://"),每行一個帳號或頻道</target>
6918 <context-group purpose="location">
6919 <context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.html</context>
6920 <context context-type="linenumber">11</context>
6921 </context-group>
6922 </trans-unit>
6873 <trans-unit id="2740793005745065895"> 6923 <trans-unit id="2740793005745065895">
6874 <source><x id="PH"/> is not valid </source> 6924 <source><x id="PH"/> is not valid </source>
6875 <target> 6925 <target>
6876 <x id="PH"/> 無效 6926 <x id="PH"/> 無效
6877 </target> 6927 </target>
6878 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/batch-domains-validators.ts</context><context context-type="linenumber">19</context></context-group> 6928 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">27</context></context-group>
6929 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/form-validators/host-validators.ts</context><context context-type="linenumber">50</context></context-group>
6879 </trans-unit> 6930 </trans-unit>
6880 <trans-unit id="2355066641781598196"> 6931 <trans-unit id="2355066641781598196">
6881 <source>Follow request(s) sent!</source> 6932 <source>Follow request(s) sent!</source>
6882 <target>追蹤請求已傳送!</target> 6933 <target>追蹤請求已傳送!</target>
6883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group> 6934 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/follow-modal.component.ts</context><context context-type="linenumber">62</context></context-group>
6935 </trans-unit>
6936 <trans-unit id="3459358413436264734" datatype="html">
6937 <source>Your instance subscriptions</source>
6938 <target state="translated">您的站台訂閱</target>
6939 <context-group purpose="location">
6940 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
6941 <context context-type="linenumber">3</context>
6942 </context-group>
6884 </trans-unit> 6943 </trans-unit>
6885 <trans-unit id="4245720728052819482"> 6944 <trans-unit id="4245720728052819482">
6886 <source>Do you really want to unfollow <x id="PH"/>?</source> 6945 <source>Do you really want to unfollow <x id="PH"/>?</source>
6887 <target>您想要取消追蹤 <x id="PH"/> 嗎?</target> 6946 <target>您想要取消追蹤 <x id="PH"/> 嗎?</target>
6888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">57</context></context-group> 6947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">47</context></context-group>
6889 </trans-unit> 6948 </trans-unit>
6890 <trans-unit id="9160510009013134726"> 6949 <trans-unit id="9160510009013134726">
6891 <source>Unfollow</source> 6950 <source>Unfollow</source>
@@ -6895,7 +6954,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
6895 <trans-unit id="3935234189109112926"> 6954 <trans-unit id="3935234189109112926">
6896 <source>You are not following <x id="PH"/> anymore.</source> 6955 <source>You are not following <x id="PH"/> anymore.</source>
6897 <target>您無法再追蹤 <x id="PH"/>。</target> 6956 <target>您無法再追蹤 <x id="PH"/>。</target>
6898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">64</context></context-group> 6957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">54</context></context-group>
6899 </trans-unit> 6958 </trans-unit>
6900 <trans-unit id="2593763089859685916"> 6959 <trans-unit id="2593763089859685916">
6901 <source>enabled</source> 6960 <source>enabled</source>
@@ -7003,121 +7062,121 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7003 <trans-unit id="6473213678768782133" datatype="html"> 7062 <trans-unit id="6473213678768782133" datatype="html">
7004 <source>Internal actions</source> 7063 <source>Internal actions</source>
7005 <target state="translated">內部動作</target> 7064 <target state="translated">內部動作</target>
7006 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">55</context></context-group> 7065
7007 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">254</context></context-group> 7066
7008 </trans-unit> 7067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">56</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">255</context></context-group></trans-unit>
7009 <trans-unit id="4559872264406386913" datatype="html"> 7068 <trans-unit id="4559872264406386913" datatype="html">
7010 <source>Delete report</source> 7069 <source>Delete report</source>
7011 <target state="translated">刪除舉報</target> 7070 <target state="translated">刪除舉報</target>
7012 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">285</context></context-group> 7071
7013 </trans-unit> 7072 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">286</context></context-group></trans-unit>
7014 <trans-unit id="5793550984155962433" datatype="html"> 7073 <trans-unit id="5793550984155962433" datatype="html">
7015 <source>Actions for the flagged account</source> 7074 <source>Actions for the flagged account</source>
7016 <target state="translated">被標記帳號的動作</target> 7075 <target state="translated">被標記帳號的動作</target>
7017 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">296</context></context-group> 7076
7018 </trans-unit> 7077 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">297</context></context-group></trans-unit>
7019 <trans-unit id="1679841953757186358"> 7078 <trans-unit id="1679841953757186358">
7020 <source>Mark as accepted</source> 7079 <source>Mark as accepted</source>
7021 <target>標記為接受</target> 7080 <target>標記為接受</target>
7022 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">270</context></context-group> 7081
7023 </trans-unit> 7082 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">271</context></context-group></trans-unit>
7024 <trans-unit id="7993358694073742566"> 7083 <trans-unit id="7993358694073742566">
7025 <source>Mark as rejected</source> 7084 <source>Mark as rejected</source>
7026 <target>標記為拒絕</target> 7085 <target>標記為拒絕</target>
7027 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">275</context></context-group> 7086
7028 </trans-unit> 7087 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">276</context></context-group></trans-unit>
7029 <trans-unit id="4175703770051343108" datatype="html"> 7088 <trans-unit id="4175703770051343108" datatype="html">
7030 <source>Add internal note</source> 7089 <source>Add internal note</source>
7031 <target state="translated">新增內部註記</target> 7090 <target state="translated">新增內部註記</target>
7032 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">280</context></context-group> 7091
7033 </trans-unit> 7092 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">281</context></context-group></trans-unit>
7034 <trans-unit id="296166371893775555" datatype="html"> 7093 <trans-unit id="296166371893775555" datatype="html">
7035 <source>Actions for the video</source> 7094 <source>Actions for the video</source>
7036 <target state="translated">對影片的動作</target> 7095 <target state="translated">對影片的動作</target>
7037 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">78</context></context-group> 7096
7038 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">344</context></context-group> 7097
7039 </trans-unit> 7098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">79</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">345</context></context-group></trans-unit>
7040 <trans-unit id="3924877328520650445" datatype="html"> 7099 <trans-unit id="3924877328520650445" datatype="html">
7041 <source>Block video</source> 7100 <source>Block video</source>
7042 <target state="translated">封鎖影片</target> 7101 <target state="translated">封鎖影片</target>
7043 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">349</context></context-group> 7102
7044 </trans-unit> 7103 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">350</context></context-group></trans-unit>
7045 <trans-unit id="4762794934098378428" datatype="html"> 7104 <trans-unit id="4762794934098378428" datatype="html">
7046 <source>Video blocked.</source> 7105 <source>Video blocked.</source>
7047 <target state="translated">影片已封鎖。</target> 7106 <target state="translated">影片已封鎖。</target>
7048 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">355</context></context-group> 7107
7049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group> 7108
7050 </trans-unit> 7109 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">356</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/video-block.component.ts</context><context context-type="linenumber">60</context></context-group></trans-unit>
7051 <trans-unit id="4328862996304258770" datatype="html"> 7110 <trans-unit id="4328862996304258770" datatype="html">
7052 <source>Unblock video</source> 7111 <source>Unblock video</source>
7053 <target state="translated">解除封鎖影片</target> 7112 <target state="translated">解除封鎖影片</target>
7054 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">365</context></context-group> 7113
7055 </trans-unit> 7114 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">366</context></context-group></trans-unit>
7056 <trans-unit id="9065327551191479877" datatype="html"> 7115 <trans-unit id="9065327551191479877" datatype="html">
7057 <source>Video unblocked.</source> 7116 <source>Video unblocked.</source>
7058 <target state="translated">影片已解除封鎖。</target> 7117 <target state="translated">影片已解除封鎖。</target>
7059 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">371</context></context-group> 7118
7060 </trans-unit> 7119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">372</context></context-group></trans-unit>
7061 <trans-unit id="1250415136605923486"> 7120 <trans-unit id="1250415136605923486">
7062 <source>Do you really want to delete this abuse report?</source> 7121 <source>Do you really want to delete this abuse report?</source>
7063 <target>您真的想要刪除這份濫用舉報嗎?</target> 7122 <target>您真的想要刪除這份濫用舉報嗎?</target>
7064 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">144</context></context-group> 7123
7065 </trans-unit> 7124 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">145</context></context-group></trans-unit>
7066 <trans-unit id="3482559157143817408"> 7125 <trans-unit id="3482559157143817408">
7067 <source>Abuse deleted.</source> 7126 <source>Abuse deleted.</source>
7068 <target>濫用已刪除。</target> 7127 <target>濫用已刪除。</target>
7069 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">149</context></context-group> 7128
7070 </trans-unit> 7129 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">150</context></context-group></trans-unit>
7071 <trans-unit id="6282990098351939529" datatype="html"> 7130 <trans-unit id="6282990098351939529" datatype="html">
7072 <source>Deleted comment</source> 7131 <source>Deleted comment</source>
7073 <target state="translated">已刪除的留言</target> 7132 <target state="translated">已刪除的留言</target>
7074 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">225</context></context-group> 7133
7075 </trans-unit> 7134 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">226</context></context-group></trans-unit>
7076 <trans-unit id="9196775343330824083" datatype="html"> 7135 <trans-unit id="9196775343330824083" datatype="html">
7077 <source>Messages with reporter</source> 7136 <source>Messages with reporter</source>
7078 <target state="translated">回報者的訊息</target> 7137 <target state="translated">回報者的訊息</target>
7079 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">259</context></context-group> 7138
7080 </trans-unit> 7139 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group></trans-unit>
7081 <trans-unit id="8770468575924421391" datatype="html"> 7140 <trans-unit id="8770468575924421391" datatype="html">
7082 <source>Messages with moderators</source> 7141 <source>Messages with moderators</source>
7083 <target state="translated">板主的訊息</target> 7142 <target state="translated">板主的訊息</target>
7084 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">260</context></context-group> 7143
7085 </trans-unit> 7144 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">261</context></context-group></trans-unit>
7086 <trans-unit id="8528549800795985099" datatype="html"> 7145 <trans-unit id="8528549800795985099" datatype="html">
7087 <source>Update internal note</source> 7146 <source>Update internal note</source>
7088 <target state="translated">更新內部註記</target> 7147 <target state="translated">更新內部註記</target>
7089 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">265</context></context-group> 7148
7090 </trans-unit> 7149 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">266</context></context-group></trans-unit>
7091 <trans-unit id="3962242315365992494" datatype="html"> 7150 <trans-unit id="3962242315365992494" datatype="html">
7092 <source>Switch video block to manual</source> 7151 <source>Switch video block to manual</source>
7093 <target state="translated">切換影片封鎖為手動</target> 7152 <target state="translated">切換影片封鎖為手動</target>
7094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">60</context></context-group> 7153
7095 </trans-unit> 7154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">61</context></context-group></trans-unit>
7096 <trans-unit id="6906423861055262169" datatype="html"> 7155 <trans-unit id="6906423861055262169" datatype="html">
7097 <source>Video <x id="PH"/> switched to manual block.</source> 7156 <source>Video <x id="PH"/> switched to manual block.</source>
7098 <target state="translated">影片 <x id="PH"/> 已切換至手動封鎖。</target> 7157 <target state="translated">影片 <x id="PH"/> 已切換至手動封鎖。</target>
7099 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">66</context></context-group> 7158
7100 </trans-unit> 7159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">67</context></context-group></trans-unit>
7101 <trans-unit id="7293356040886494773" datatype="html"> 7160 <trans-unit id="7293356040886494773" datatype="html">
7102 <source>Do you really want to unblock this video? It will be available again in the videos list.</source> 7161 <source>Do you really want to unblock this video? It will be available again in the videos list.</source>
7103 <target state="translated">您真的想要解除封鎖此影片嗎?它將會再次出現在影片清單中。</target> 7162 <target state="translated">您真的想要解除封鎖此影片嗎?它將會再次出現在影片清單中。</target>
7104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">133</context></context-group> 7163
7105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group> 7164
7106 </trans-unit> 7165 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">180</context></context-group></trans-unit>
7107 <trans-unit id="4859202148272511129" datatype="html"> 7166 <trans-unit id="4859202148272511129" datatype="html">
7108 <source>Unblock</source> 7167 <source>Unblock</source>
7109 <target state="translated">解除封鎖</target> 7168 <target state="translated">解除封鎖</target>
7110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">82</context></context-group> 7169
7111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">135</context></context-group> 7170
7112 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group> 7171
7113 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group> 7172
7114 </trans-unit> 7173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">83</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">136</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">182</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">296</context></context-group></trans-unit>
7115 <trans-unit id="4922469417589203720" datatype="html"> 7174 <trans-unit id="4922469417589203720" datatype="html">
7116 <source>Video <x id="PH"/> unblocked.</source> 7175 <source>Video <x id="PH"/> unblocked.</source>
7117 <target state="translated">影片 <x id="PH"/> 已解除封鎖。</target> 7176 <target state="translated">影片 <x id="PH"/> 已解除封鎖。</target>
7118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">140</context></context-group> 7177
7119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group> 7178
7120 </trans-unit> 7179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">141</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">188</context></context-group></trans-unit>
7121 <trans-unit id="6286037250766429054"> 7180 <trans-unit id="6286037250766429054">
7122 <source>yes</source> 7181 <source>yes</source>
7123 <target>是</target> 7182 <target>是</target>
@@ -7368,7 +7427,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7368 <trans-unit id="1519954996184640001"> 7427 <trans-unit id="1519954996184640001">
7369 <source>Error</source> 7428 <source>Error</source>
7370 <target>錯誤</target> 7429 <target>錯誤</target>
7371 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">104</context></context-group> 7430 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">103</context></context-group>
7372 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group> 7431 <context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">18</context></context-group>
7373 </trans-unit> 7432 </trans-unit>
7374 <trans-unit id="5076187961693950167" datatype="html"> 7433 <trans-unit id="5076187961693950167" datatype="html">
@@ -7384,8 +7443,8 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7384 <trans-unit id="1886888801485703107"> 7443 <trans-unit id="1886888801485703107">
7385 <source>User <x id="PH"/> created.</source> 7444 <source>User <x id="PH"/> created.</source>
7386 <target>使用者 <x id="PH"/> 已建立。</target> 7445 <target>使用者 <x id="PH"/> 已建立。</target>
7387 7446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group>
7388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">76</context></context-group></trans-unit> 7447 </trans-unit>
7389 <trans-unit id="8286337167859377104" datatype="html"> 7448 <trans-unit id="8286337167859377104" datatype="html">
7390 <source>Create user</source> 7449 <source>Create user</source>
7391 <target state="translated">建立使用者</target> 7450 <target state="translated">建立使用者</target>
@@ -7411,16 +7470,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7411 <target>更新使用者密碼</target> 7470 <target>更新使用者密碼</target>
7412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group> 7471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">52</context></context-group>
7413 </trans-unit> 7472 </trans-unit>
7414 <trans-unit id="177544274549739411" datatype="html">
7415 <source>Following list</source>
7416 <target state="translated">追蹤清單</target>
7417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">28</context></context-group>
7418 </trans-unit>
7419 <trans-unit id="8092429110007204784" datatype="html">
7420 <source>Followers list</source>
7421 <target state="translated">追蹤者清單</target>
7422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.routes.ts</context><context context-type="linenumber">37</context></context-group>
7423 </trans-unit>
7424 <trans-unit id="780323526182667308" datatype="html"> 7473 <trans-unit id="780323526182667308" datatype="html">
7425 <source>User <x id="PH"/> updated.</source> 7474 <source>User <x id="PH"/> updated.</source>
7426 <target state="translated">使用者 <x id="PH"/> 已更新。</target> 7475 <target state="translated">使用者 <x id="PH"/> 已更新。</target>
@@ -7456,16 +7505,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7456 <target state="translated">聯盟</target> 7505 <target state="translated">聯盟</target>
7457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group> 7506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">26</context></context-group>
7458 </trans-unit> 7507 </trans-unit>
7459 <trans-unit id="4682675125751819107" datatype="html">
7460 <source>Instances you follow</source>
7461 <target state="translated">您追蹤的站臺</target>
7462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">29</context></context-group>
7463 </trans-unit>
7464 <trans-unit id="8899833753704589712" datatype="html">
7465 <source>Instances following you</source>
7466 <target state="translated">追蹤您的站臺</target>
7467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/admin.component.ts</context><context context-type="linenumber">34</context></context-group>
7468 </trans-unit>
7469 <trans-unit id="3767259920053407667" datatype="html"> 7508 <trans-unit id="3767259920053407667" datatype="html">
7470 <source>Videos will be deleted, comments will be tombstoned.</source> 7509 <source>Videos will be deleted, comments will be tombstoned.</source>
7471 <target state="translated">影片與留言都將會被刪除。</target> 7510 <target state="translated">影片與留言都將會被刪除。</target>
@@ -7497,6 +7536,30 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7497 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group> 7536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">100</context></context-group>
7498 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group> 7537 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">281</context></context-group>
7499 </trans-unit> 7538 </trans-unit>
7539 <trans-unit id="4207916966377787111" datatype="html">
7540 <source>Created</source>
7541 <target state="translated">已建立</target>
7542 <context-group purpose="location">
7543 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7544 <context context-type="linenumber">115</context>
7545 </context-group>
7546 </trans-unit>
7547 <trans-unit id="8140268298586972139" datatype="html">
7548 <source>Daily quota</source>
7549 <target state="translated">每日配額</target>
7550 <context-group purpose="location">
7551 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7552 <context context-type="linenumber">120</context>
7553 </context-group>
7554 </trans-unit>
7555 <trans-unit id="7910076708497708162" datatype="html">
7556 <source>Last login</source>
7557 <target state="translated">最近登入</target>
7558 <context-group purpose="location">
7559 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
7560 <context context-type="linenumber">122</context>
7561 </context-group>
7562 </trans-unit>
7500 <trans-unit id="3403978719736970622"> 7563 <trans-unit id="3403978719736970622">
7501 <source>You cannot ban root.</source> 7564 <source>You cannot ban root.</source>
7502 <target>您不能阻擋 root。</target> 7565 <target>您不能阻擋 root。</target>
@@ -7800,12 +7863,12 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7800 <trans-unit id="1137937154872046253"> 7863 <trans-unit id="1137937154872046253">
7801 <source>Video channel <x id="PH"/> created.</source> 7864 <source>Video channel <x id="PH"/> created.</source>
7802 <target>影片頻道 <x id="PH"/> 已更新。</target> 7865 <target>影片頻道 <x id="PH"/> 已更新。</target>
7803 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">67</context></context-group> 7866 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">66</context></context-group>
7804 </trans-unit> 7867 </trans-unit>
7805 <trans-unit id="8723777130353305761"> 7868 <trans-unit id="8723777130353305761">
7806 <source>This name already exists on this instance.</source> 7869 <source>This name already exists on this instance.</source>
7807 <target>此名稱已存在於此站臺上。</target> 7870 <target>此名稱已存在於此站臺上。</target>
7808 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">73</context></context-group> 7871 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-create.component.ts</context><context context-type="linenumber">72</context></context-group>
7809 </trans-unit> 7872 </trans-unit>
7810 <trans-unit id="7589345916094713536"> 7873 <trans-unit id="7589345916094713536">
7811 <source>Video channel <x id="PH"/> updated.</source> 7874 <source>Video channel <x id="PH"/> updated.</source>
@@ -7827,11 +7890,6 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7827 <target state="translated">橫幅已刪除。</target> 7890 <target state="translated">橫幅已刪除。</target>
7828 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group> 7891 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channel-update.component.ts</context><context context-type="linenumber">152</context></context-group>
7829 </trans-unit> 7892 </trans-unit>
7830 <trans-unit id="2575302837003821736">
7831 <source>Please type the display name of the video channel (<x id="PH"/>) to confirm</source>
7832 <target>請輸入影片頻道的顯示名稱 ( <x id="PH"/>) 以確認</target>
7833 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/+my-video-channels/my-video-channels.component.ts</context><context context-type="linenumber">48</context></context-group>
7834 </trans-unit>
7835 <trans-unit id="624066830180032195"> 7893 <trans-unit id="624066830180032195">
7836 <source>Video channel <x id="PH"/> deleted.</source> 7894 <source>Video channel <x id="PH"/> deleted.</source>
7837 <target>影片頻道 <x id="PH"/> 已刪除。</target> 7895 <target>影片頻道 <x id="PH"/> 已刪除。</target>
@@ -7982,6 +8040,14 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
7982 <target>所有權變更請求已發送。</target> 8040 <target>所有權變更請求已發送。</target>
7983 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group> 8041 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-library/my-videos/modals/video-change-ownership.component.ts</context><context context-type="linenumber">64</context></context-group>
7984 </trans-unit> 8042 </trans-unit>
8043 <trans-unit id="7699622144571229146" datatype="html">
8044 <source>Sort by</source>
8045 <target state="translated">排序由</target>
8046 <context-group purpose="location">
8047 <context context-type="sourcefile">src/app/+my-library/my-videos/my-videos.component.html</context>
8048 <context context-type="linenumber">26</context>
8049 </context-group>
8050 </trans-unit>
7985 <trans-unit id="3245220240937722814"> 8051 <trans-unit id="3245220240937722814">
7986 <source>My channels</source> 8052 <source>My channels</source>
7987 <target>我的頻道</target> 8053 <target>我的頻道</target>
@@ -8041,13 +8107,13 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8041 <trans-unit id="6489275254908395777" datatype="html"> 8107 <trans-unit id="6489275254908395777" datatype="html">
8042 <source>Maximize editor</source> 8108 <source>Maximize editor</source>
8043 <target state="translated">最大化編輯器</target> 8109 <target state="translated">最大化編輯器</target>
8044 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">48</context></context-group> 8110
8045 </trans-unit> 8111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
8046 <trans-unit id="4243591013849340688" datatype="html"> 8112 <trans-unit id="4243591013849340688" datatype="html">
8047 <source>Exit maximized editor</source> 8113 <source>Exit maximized editor</source>
8048 <target state="translated">離開最大化編輯器</target> 8114 <target state="translated">離開最大化編輯器</target>
8049 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">49</context></context-group> 8115
8050 </trans-unit> 8116 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-forms/markdown-textarea.component.ts</context><context context-type="linenumber">50</context></context-group></trans-unit>
8051 <trans-unit id="6537885755702623401"> 8117 <trans-unit id="6537885755702623401">
8052 <source>Now please check your emails to verify your account and complete signup.</source> 8118 <source>Now please check your emails to verify your account and complete signup.</source>
8053 <target>現在請檢查您的電子郵件以驗證您的帳號並完成註冊程序。</target> 8119 <target>現在請檢查您的電子郵件以驗證您的帳號並完成註冊程序。</target>
@@ -8079,7 +8145,7 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8079 <target>訂閱帳號</target> 8145 <target>訂閱帳號</target>
8080 8146
8081 8147
8082 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">704</context></context-group></trans-unit> 8148 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">71</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">712</context></context-group></trans-unit>
8083 <trans-unit id="3131904093925601441" datatype="html"> 8149 <trans-unit id="3131904093925601441" datatype="html">
8084 <source>PLAYLISTS</source> 8150 <source>PLAYLISTS</source>
8085 <target state="translated">播放清單</target> 8151 <target state="translated">播放清單</target>
@@ -8126,33 +8192,33 @@ channel with the same name (<x id="PH_2" equiv-text="videoChannel.name"/>)!</sou
8126 <trans-unit id="3779524668013120370"> 8192 <trans-unit id="3779524668013120370">
8127 <source>Go to my subscriptions</source> 8193 <source>Go to my subscriptions</source>
8128 <target>前往我的訂閱</target> 8194 <target>前往我的訂閱</target>
8129 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">64</context></context-group> 8195 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">63</context></context-group>
8130 </trans-unit> 8196 </trans-unit>
8131 <trans-unit id="1136469849928650779"> 8197 <trans-unit id="1136469849928650779">
8132 <source>Go to my videos</source> 8198 <source>Go to my videos</source>
8133 <target>前往我的影片</target> 8199 <target>前往我的影片</target>
8134 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">68</context></context-group> 8200 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">67</context></context-group>
8135 </trans-unit> 8201 </trans-unit>
8136 <trans-unit id="7836683738999600376"> 8202 <trans-unit id="7836683738999600376">
8137 <source>Go to my imports</source> 8203 <source>Go to my imports</source>
8138 <target>前往我的匯入</target> 8204 <target>前往我的匯入</target>
8139 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">72</context></context-group> 8205 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">71</context></context-group>
8140 </trans-unit> 8206 </trans-unit>
8141 <trans-unit id="7511292153332773503"> 8207 <trans-unit id="7511292153332773503">
8142 <source>Go to my channels</source> 8208 <source>Go to my channels</source>
8143 <target>前往我的頻道</target> 8209 <target>前往我的頻道</target>
8144 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">76</context></context-group> 8210 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">75</context></context-group>
8145 </trans-unit> 8211 </trans-unit>
8146 <trans-unit id="2013324644839511073" datatype="html"> 8212 <trans-unit id="2013324644839511073" datatype="html">
8147 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>. 8213 <source>Cannot retrieve OAuth Client credentials: <x id="PH" equiv-text="error.text"/>.
8148Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 8214Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
8149 <target state="translated">無法擷取 OAuth 客戶端憑證:<x id="PH" equiv-text="error.text"/>。請確保您已正確設定 PeerTube(config/ 目錄),特別是 "webserver" 部份。</target> 8215 <target state="translated">無法擷取 OAuth 客戶端憑證:<x id="PH" equiv-text="error.text"/>。請確保您已正確設定 PeerTube(config/ 目錄),特別是 "webserver" 部份。</target>
8150 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">99</context></context-group> 8216 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">98</context></context-group>
8151 </trans-unit> 8217 </trans-unit>
8152 <trans-unit id="375263728166936544"> 8218 <trans-unit id="375263728166936544">
8153 <source>You need to reconnect.</source> 8219 <source>You need to reconnect.</source>
8154 <target>您需要重新連線。</target> 8220 <target>您需要重新連線。</target>
8155 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">220</context></context-group> 8221 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">219</context></context-group>
8156 </trans-unit> 8222 </trans-unit>
8157 <trans-unit id="2206638022166154361"> 8223 <trans-unit id="2206638022166154361">
8158 <source>Keyboard Shortcuts:</source> 8224 <source>Keyboard Shortcuts:</source>
@@ -8167,6 +8233,14 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8167 <context context-type="linenumber">98</context> 8233 <context context-type="linenumber">98</context>
8168 </context-group> 8234 </context-group>
8169 </trans-unit> 8235 </trans-unit>
8236 <trans-unit id="4024404994702813072" datatype="html">
8237 <source>In my library</source>
8238 <target state="translated">在我的收藏庫中</target>
8239 <context-group purpose="location">
8240 <context context-type="sourcefile">src/app/core/menu/menu.service.ts</context>
8241 <context context-type="linenumber">104</context>
8242 </context-group>
8243 </trans-unit>
8170 <trans-unit id="232050922346936574" datatype="html"> 8244 <trans-unit id="232050922346936574" datatype="html">
8171 <source>Trending</source> 8245 <source>Trending</source>
8172 <target state="translated">熱門</target> 8246 <target state="translated">熱門</target>
@@ -8194,37 +8268,37 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8194 <trans-unit id="1266887509445371246"> 8268 <trans-unit id="1266887509445371246">
8195 <source>Incorrect username or password.</source> 8269 <source>Incorrect username or password.</source>
8196 <target>不正確的使用者名稱或密碼。</target> 8270 <target>不正確的使用者名稱或密碼。</target>
8197 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">159</context></context-group> 8271 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">163</context></context-group>
8198 </trans-unit> 8272 </trans-unit>
8199 <trans-unit id="6974874606619467663" datatype="html"> 8273 <trans-unit id="6974874606619467663" datatype="html">
8200 <source>Your account is blocked.</source> 8274 <source>Your account is blocked.</source>
8201 <target state="translated">您的帳號已被封鎖。</target> 8275 <target state="translated">您的帳號已被封鎖。</target>
8202 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">160</context></context-group> 8276 <context-group purpose="location"><context context-type="sourcefile">src/app/+login/login.component.ts</context><context context-type="linenumber">164</context></context-group>
8203 </trans-unit> 8277 </trans-unit>
8204 <trans-unit id="7939914198003891823" datatype="html"> 8278 <trans-unit id="7939914198003891823" datatype="html">
8205 <source>any language</source> 8279 <source>any language</source>
8206 <target state="translated">任何語言</target> 8280 <target state="translated">任何語言</target>
8207 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">263</context></context-group> 8281 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">266</context></context-group>
8208 </trans-unit> 8282 </trans-unit>
8209 <trans-unit id="5633144232269377096" datatype="html"> 8283 <trans-unit id="5633144232269377096" datatype="html">
8210 <source>hide</source> 8284 <source>hide</source>
8211 <target state="translated">隱藏</target> 8285 <target state="translated">隱藏</target>
8212 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">298</context></context-group> 8286 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">301</context></context-group>
8213 </trans-unit> 8287 </trans-unit>
8214 <trans-unit id="8603861867909474404" datatype="html"> 8288 <trans-unit id="8603861867909474404" datatype="html">
8215 <source>blur</source> 8289 <source>blur</source>
8216 <target state="translated">模糊</target> 8290 <target state="translated">模糊</target>
8217 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">302</context></context-group> 8291 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">305</context></context-group>
8218 </trans-unit> 8292 </trans-unit>
8219 <trans-unit id="4534458451100881847" datatype="html"> 8293 <trans-unit id="4534458451100881847" datatype="html">
8220 <source>display</source> 8294 <source>display</source>
8221 <target state="translated">顯示</target> 8295 <target state="translated">顯示</target>
8222 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">306</context></context-group> 8296 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">309</context></context-group>
8223 </trans-unit> 8297 </trans-unit>
8224 <trans-unit id="4467323362722952678" datatype="html"> 8298 <trans-unit id="4467323362722952678" datatype="html">
8225 <source>Unknown</source> 8299 <source>Unknown</source>
8226 <target state="translated">未知</target> 8300 <target state="translated">未知</target>
8227 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">193</context></context-group> 8301 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.ts</context><context context-type="linenumber">196</context></context-group>
8228 </trans-unit> 8302 </trans-unit>
8229 <trans-unit id="8781423666414310853"> 8303 <trans-unit id="8781423666414310853">
8230 <source>Your password has been successfully reset!</source> 8304 <source>Your password has been successfully reset!</source>
@@ -8338,12 +8412,18 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
8338 <trans-unit id="3208627574396957172" datatype="html"> 8412 <trans-unit id="3208627574396957172" datatype="html">
8339 <source>Search index is unavailable. Retrying with instance results instead.</source> 8413 <source>Search index is unavailable. Retrying with instance results instead.</source>
8340 <target state="translated">搜尋索引不可用。正在使用站臺結果重試。</target> 8414 <target state="translated">搜尋索引不可用。正在使用站臺結果重試。</target>
8341 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">153</context></context-group> 8415
8342 </trans-unit> 8416 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">161</context></context-group></trans-unit>
8343 <trans-unit id="307702206382241469" datatype="html"> 8417 <trans-unit id="307702206382241469" datatype="html">
8344 <source>Search error</source> 8418 <source>Search error</source>
8345 <target state="translated">搜尋錯誤</target> 8419 <target state="translated">搜尋錯誤</target>
8346 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">154</context></context-group> 8420
8421 <context-group purpose="location"><context context-type="sourcefile">src/app/+search/search.component.ts</context><context context-type="linenumber">162</context></context-group></trans-unit><trans-unit id="8491751845906232809" datatype="html">
8422 <source>PeerTube instance host filter is invalid</source><target state="new">PeerTube instance host filter is invalid</target>
8423 <context-group purpose="location">
8424 <context context-type="sourcefile">src/app/+search/search.component.ts</context>
8425 <context context-type="linenumber">329</context>
8426 </context-group>
8347 </trans-unit> 8427 </trans-unit>
8348 <trans-unit id="4580988005648117665" datatype="html"> 8428 <trans-unit id="4580988005648117665" datatype="html">
8349 <source>Search</source> 8429 <source>Search</source>
@@ -9551,19 +9631,19 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9551 <trans-unit id="2558977494773636050"> 9631 <trans-unit id="2558977494773636050">
9552 <source>Account <x id="PH"/> muted by the instance.</source> 9632 <source>Account <x id="PH"/> muted by the instance.</source>
9553 <target>帳號 <x id="PH"/> 已被站臺靜音。</target> 9633 <target>帳號 <x id="PH"/> 已被站臺靜音。</target>
9554 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">444</context></context-group> 9634
9555 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group> 9635
9556 </trans-unit> 9636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">445</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">171</context></context-group></trans-unit>
9557 <trans-unit id="1595779426198793580" datatype="html"> 9637 <trans-unit id="1595779426198793580" datatype="html">
9558 <source>Mute server</source> 9638 <source>Mute server</source>
9559 <target state="translated">伺服器靜音</target> 9639 <target state="translated">伺服器靜音</target>
9560 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">332</context></context-group> 9640
9561 </trans-unit> 9641 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">333</context></context-group></trans-unit>
9562 <trans-unit id="8014491157078444256" datatype="html"> 9642 <trans-unit id="8014491157078444256" datatype="html">
9563 <source>Server <x id="PH"/> muted by the instance.</source> 9643 <source>Server <x id="PH"/> muted by the instance.</source>
9564 <target state="translated">伺服器 <x id="PH"/> 已被站臺靜音。</target> 9644 <target state="translated">伺服器 <x id="PH"/> 已被站臺靜音。</target>
9565 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">456</context></context-group> 9645
9566 </trans-unit> 9646 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">457</context></context-group></trans-unit>
9567 <trans-unit id="2044813052587776285" datatype="html"> 9647 <trans-unit id="2044813052587776285" datatype="html">
9568 <source>Add a message to communicate with the reporter</source> 9648 <source>Add a message to communicate with the reporter</source>
9569 <target state="translated">新增訊息以與回報者溝通</target> 9649 <target state="translated">新增訊息以與回報者溝通</target>
@@ -9803,17 +9883,17 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9803 <trans-unit id="968295009933361070"> 9883 <trans-unit id="968295009933361070">
9804 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source> 9884 <source>Too many attempts, please try again after <x id="PH"/> minutes.</source>
9805 <target>太多次嘗試,請在 <x id="PH"/> 分鐘後再試。</target> 9885 <target>太多次嘗試,請在 <x id="PH"/> 分鐘後再試。</target>
9806 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">67</context></context-group> 9886 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">66</context></context-group>
9807 </trans-unit> 9887 </trans-unit>
9808 <trans-unit id="4965472196059235310"> 9888 <trans-unit id="4965472196059235310">
9809 <source>Too many attempts, please try again later.</source> 9889 <source>Too many attempts, please try again later.</source>
9810 <target>太多次嘗試,請稍後再試。</target> 9890 <target>太多次嘗試,請稍後再試。</target>
9811 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">69</context></context-group> 9891 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">68</context></context-group>
9812 </trans-unit> 9892 </trans-unit>
9813 <trans-unit id="1693549688987384699"> 9893 <trans-unit id="1693549688987384699">
9814 <source>Server error. Please retry later.</source> 9894 <source>Server error. Please retry later.</source>
9815 <target>伺服器錯誤。請稍後重試。</target> 9895 <target>伺服器錯誤。請稍後重試。</target>
9816 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">72</context></context-group> 9896 <context-group purpose="location"><context context-type="sourcefile">src/app/core/rest/rest-extractor.service.ts</context><context context-type="linenumber">71</context></context-group>
9817 </trans-unit> 9897 </trans-unit>
9818 <trans-unit id="5927402622550505067" datatype="html"> 9898 <trans-unit id="5927402622550505067" datatype="html">
9819 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source> 9899 <source>Subscribed to all current channels of <x id="PH"/>. You will be notified of all their new videos.</source>
@@ -9919,29 +9999,29 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9919 <trans-unit id="2909684945706361544" datatype="html"> 9999 <trans-unit id="2909684945706361544" datatype="html">
9920 <source>Delete video</source> 10000 <source>Delete video</source>
9921 <target state="translated">刪除影片</target> 10001 <target state="translated">刪除影片</target>
9922 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">381</context></context-group> 10002
9923 </trans-unit> 10003 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">382</context></context-group></trans-unit>
9924 <trans-unit id="2210418817778733727" datatype="html"> 10004 <trans-unit id="2210418817778733727" datatype="html">
9925 <source>Actions for the comment</source> 10005 <source>Actions for the comment</source>
9926 <target state="translated">留言動作</target> 10006 <target state="translated">留言動作</target>
9927 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">410</context></context-group> 10007
9928 </trans-unit> 10008 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">411</context></context-group></trans-unit>
9929 <trans-unit id="7978668497183230348" datatype="html"> 10009 <trans-unit id="7978668497183230348" datatype="html">
9930 <source>Delete comment</source> 10010 <source>Delete comment</source>
9931 <target state="translated">刪除留言</target> 10011 <target state="translated">刪除留言</target>
9932 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">416</context></context-group> 10012
9933 </trans-unit> 10013 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">417</context></context-group></trans-unit>
9934 <trans-unit id="6747218355168080191" datatype="html"> 10014 <trans-unit id="6747218355168080191" datatype="html">
9935 <source>Do you really want to delete this comment?</source> 10015 <source>Do you really want to delete this comment?</source>
9936 <target state="translated">您真的要刪除此留言嗎?</target> 10016 <target state="translated">您真的要刪除此留言嗎?</target>
9937 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group> 10017
9938 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">420</context></context-group> 10018
9939 </trans-unit> 10019 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/shared/comment/video-comments.component.ts</context><context context-type="linenumber">172</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">421</context></context-group></trans-unit>
9940 <trans-unit id="7837272126865175984" datatype="html"> 10020 <trans-unit id="7837272126865175984" datatype="html">
9941 <source>Comment deleted.</source> 10021 <source>Comment deleted.</source>
9942 <target state="translated">留言已刪除。</target> 10022 <target state="translated">留言已刪除。</target>
9943 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">428</context></context-group> 10023
9944 </trans-unit> 10024 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">429</context></context-group></trans-unit>
9945 <trans-unit id="346270517625845962" datatype="html"> 10025 <trans-unit id="346270517625845962" datatype="html">
9946 <source>Encoder</source> 10026 <source>Encoder</source>
9947 <target state="translated">編碼器</target> 10027 <target state="translated">編碼器</target>
@@ -9983,31 +10063,31 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
9983 <trans-unit id="1472171759957681533"> 10063 <trans-unit id="1472171759957681533">
9984 <source>Video reported.</source> 10064 <source>Video reported.</source>
9985 <target>影片已回報。</target> 10065 <target>影片已回報。</target>
9986 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">111</context></context-group> 10066
9987 </trans-unit> 10067 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-moderation/report-modals/video-report.component.ts</context><context context-type="linenumber">113</context></context-group></trans-unit>
9988 <trans-unit id="3622946684246476652"> 10068 <trans-unit id="3622946684246476652">
9989 <source>Do you really want to delete this video?</source> 10069 <source>Do you really want to delete this video?</source>
9990 <target>您真的想要刪除此影片嗎?</target> 10070 <target>您真的想要刪除此影片嗎?</target>
9991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">90</context></context-group> 10071
9992 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">385</context></context-group> 10072
9993 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group> 10073
9994 </trans-unit> 10074 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">91</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">386</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">203</context></context-group></trans-unit>
9995 <trans-unit id="3941342949736653028" datatype="html"> 10075 <trans-unit id="3941342949736653028" datatype="html">
9996 <source>Video deleted.</source> 10076 <source>Video deleted.</source>
9997 <target state="translated">影片已刪除。</target> 10077 <target state="translated">影片已刪除。</target>
9998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">98</context></context-group> 10078
9999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">393</context></context-group> 10079
10000 </trans-unit> 10080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-block-list/video-block-list.component.ts</context><context context-type="linenumber">99</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">394</context></context-group></trans-unit>
10001 <trans-unit id="5072091387445907742" datatype="html"> 10081 <trans-unit id="5072091387445907742" datatype="html">
10002 <source>Actions for the reporter</source> 10082 <source>Actions for the reporter</source>
10003 <target state="translated">舉報者的行動</target> 10083 <target state="translated">舉報者的行動</target>
10004 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">320</context></context-group> 10084
10005 </trans-unit> 10085 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">321</context></context-group></trans-unit>
10006 <trans-unit id="6599069899275412095" datatype="html"> 10086 <trans-unit id="6599069899275412095" datatype="html">
10007 <source>Mute reporter</source> 10087 <source>Mute reporter</source>
10008 <target state="translated">靜音舉報者</target> 10088 <target state="translated">靜音舉報者</target>
10009 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">326</context></context-group> 10089
10010 </trans-unit> 10090 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">327</context></context-group></trans-unit>
10011 <trans-unit id="2990849907502572301" datatype="html"> 10091 <trans-unit id="2990849907502572301" datatype="html">
10012 <source>This video will be duplicated by your instance.</source> 10092 <source>This video will be duplicated by your instance.</source>
10013 <target state="translated">此影片將會被您的站臺複製。</target> 10093 <target state="translated">此影片將會被您的站臺複製。</target>
@@ -10086,9 +10166,9 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10086 <trans-unit id="4903651219400691248" datatype="html"> 10166 <trans-unit id="4903651219400691248" datatype="html">
10087 <source>Mute account</source> 10167 <source>Mute account</source>
10088 <target state="translated">靜音帳號</target> 10168 <target state="translated">靜音帳號</target>
10089 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">302</context></context-group> 10169
10090 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group> 10170
10091 </trans-unit> 10171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">303</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts</context><context context-type="linenumber">322</context></context-group></trans-unit>
10092 <trans-unit id="4021487547497211597" datatype="html"> 10172 <trans-unit id="4021487547497211597" datatype="html">
10093 <source>Open video actions</source> 10173 <source>Open video actions</source>
10094 <target state="translated">開啟影片動作</target> 10174 <target state="translated">開啟影片動作</target>
@@ -10104,8 +10184,8 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10104 <trans-unit id="3719503424625455635" datatype="html"> 10184 <trans-unit id="3719503424625455635" datatype="html">
10105 <source>Mute server account</source> 10185 <source>Mute server account</source>
10106 <target state="translated">靜音伺服器帳號</target> 10186 <target state="translated">靜音伺服器帳號</target>
10107 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">308</context></context-group> 10187
10108 </trans-unit> 10188 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-abuse-list/abuse-list-table.component.ts</context><context context-type="linenumber">309</context></context-group></trans-unit>
10109 <trans-unit id="7008439939460403347"> 10189 <trans-unit id="7008439939460403347">
10110 <source>Report</source> 10190 <source>Report</source>
10111 <target>舉報</target> 10191 <target>舉報</target>
@@ -10202,23 +10282,23 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10202 <trans-unit id="2439066254855913806"> 10282 <trans-unit id="2439066254855913806">
10203 <source>Only I can see this video</source> 10283 <source>Only I can see this video</source>
10204 <target>只有我可以看見此影片</target> 10284 <target>只有我可以看見此影片</target>
10205 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group> 10285
10206 </trans-unit> 10286 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">383</context></context-group></trans-unit>
10207 <trans-unit id="6767380569816110388" datatype="html"> 10287 <trans-unit id="6767380569816110388" datatype="html">
10208 <source>Only shareable via a private link</source> 10288 <source>Only shareable via a private link</source>
10209 <target state="translated">僅可透過私人連結分享</target> 10289 <target state="translated">僅可透過私人連結分享</target>
10210 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">389</context></context-group> 10290
10211 </trans-unit> 10291 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">384</context></context-group></trans-unit>
10212 <trans-unit id="6828965264297239528"> 10292 <trans-unit id="6828965264297239528">
10213 <source>Anyone can see this video</source> 10293 <source>Anyone can see this video</source>
10214 <target>任何人都可以看到此影片</target> 10294 <target>任何人都可以看到此影片</target>
10215 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">393</context></context-group> 10295
10216 </trans-unit> 10296 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">385</context></context-group></trans-unit>
10217 <trans-unit id="1425933035739773115" datatype="html"> 10297 <trans-unit id="1425933035739773115" datatype="html">
10218 <source>Only users of this instance can see this video</source> 10298 <source>Only users of this instance can see this video</source>
10219 <target state="translated">僅此站臺的使用者才可觀看此影片</target> 10299 <target state="translated">僅此站臺的使用者才可觀看此影片</target>
10220 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">397</context></context-group> 10300
10221 </trans-unit> 10301 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/shared-main/video/video.service.ts</context><context context-type="linenumber">386</context></context-group></trans-unit>
10222 <trans-unit id="ngb.alert.close" datatype="html"> 10302 <trans-unit id="ngb.alert.close" datatype="html">
10223 <source>Close</source> 10303 <source>Close</source>
10224 <target state="translated">關閉</target> 10304 <target state="translated">關閉</target>
@@ -10393,35 +10473,35 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10393 <trans-unit id="3284171506518522275"> 10473 <trans-unit id="3284171506518522275">
10394 <source>Your video was uploaded to your account and is private.</source> 10474 <source>Your video was uploaded to your account and is private.</source>
10395 <target>您的影片已上傳到您的帳號並為私人影片。</target> 10475 <target>您的影片已上傳到您的帳號並為私人影片。</target>
10396 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">162</context></context-group> 10476
10397 </trans-unit> 10477 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">117</context></context-group></trans-unit>
10398 <trans-unit id="5699822024600815733"> 10478 <trans-unit id="5699822024600815733">
10399 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source> 10479 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
10400 <target>但相關資料(標籤、描述等)將會遺失,您確定您想要離開此頁面嗎?</target> 10480 <target>但相關資料(標籤、描述等)將會遺失,您確定您想要離開此頁面嗎?</target>
10401 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">163</context></context-group> 10481
10402 </trans-unit> 10482 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">118</context></context-group></trans-unit>
10403 <trans-unit id="1219739004043110649"> 10483 <trans-unit id="1219739004043110649">
10404 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source> 10484 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
10405 <target>您的影片尚未上傳,您確定您想要離開此頁面嗎?</target> 10485 <target>您的影片尚未上傳,您確定您想要離開此頁面嗎?</target>
10406 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">165</context></context-group> 10486
10407 </trans-unit> 10487 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">120</context></context-group></trans-unit>
10408 <trans-unit id="6932865105766151309" datatype="html"> 10488 <trans-unit id="6932865105766151309" datatype="html">
10409 <source>Upload</source> 10489 <source>Upload</source>
10410 <target state="translated">上傳</target> 10490 <target state="translated">上傳</target>
10411 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">222</context></context-group> 10491
10412 </trans-unit> 10492 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">225</context></context-group></trans-unit>
10413 <trans-unit id="8278735427925094503"> 10493 <trans-unit id="8278735427925094503">
10414 <source>Upload <x id="PH"/> </source> 10494 <source>Upload <x id="PH"/> </source>
10415 <target>上傳 10495 <target>上傳
10416 <x id="PH"/> 10496 <x id="PH"/>
10417 </target> 10497 </target>
10418 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">224</context></context-group> 10498
10419 </trans-unit> 10499 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">227</context></context-group></trans-unit>
10420 <trans-unit id="5981816353437801748"> 10500 <trans-unit id="5981816353437801748">
10421 <source>Video published.</source> 10501 <source>Video published.</source>
10422 <target>影片已發佈。</target> 10502 <target>影片已發佈。</target>
10423 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">245</context></context-group> 10503
10424 </trans-unit> 10504 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">248</context></context-group></trans-unit>
10425 <trans-unit id="764164089183618119"> 10505 <trans-unit id="764164089183618119">
10426 <source>You have unsaved changes! If you leave, your changes will be lost.</source> 10506 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
10427 <target>您有未儲存的變更!如果您離開,您的變更將會遺失。</target> 10507 <target>您有未儲存的變更!如果您離開,您的變更將會遺失。</target>
@@ -10468,27 +10548,27 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10468 <trans-unit id="961774488937452220" datatype="html"> 10548 <trans-unit id="961774488937452220" datatype="html">
10469 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source> 10549 <source>This video is not available on this instance. Do you want to be redirected on the origin instance: &lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a>?</source>
10470 <target state="translated">此影片在此站臺上不可用。您想要重新導向至原始站臺:&lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a> 嗎?</target> 10550 <target state="translated">此影片在此站臺上不可用。您想要重新導向至原始站臺:&lt;a href="<x id="PH"/>"><x id="PH_1"/>&lt;/a> 嗎?</target>
10471 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">288</context></context-group> 10551 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">295</context></context-group>
10472 </trans-unit> 10552 </trans-unit>
10473 <trans-unit id="5761611056224181752" datatype="html"> 10553 <trans-unit id="5761611056224181752" datatype="html">
10474 <source>Redirection</source> 10554 <source>Redirection</source>
10475 <target state="translated">重新導向</target> 10555 <target state="translated">重新導向</target>
10476 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">289</context></context-group> 10556 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">296</context></context-group>
10477 </trans-unit> 10557 </trans-unit>
10478 <trans-unit id="8858527736400081688"> 10558 <trans-unit id="8858527736400081688">
10479 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 10559 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
10480 <target>這部影片包含成人或裸露內容。您確定您想要觀看嗎?</target> 10560 <target>這部影片包含成人或裸露內容。您確定您想要觀看嗎?</target>
10481 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">335</context></context-group> 10561 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">342</context></context-group>
10482 </trans-unit> 10562 </trans-unit>
10483 <trans-unit id="3937119019020041049"> 10563 <trans-unit id="3937119019020041049">
10484 <source>Mature or explicit content</source> 10564 <source>Mature or explicit content</source>
10485 <target>成人或裸露內容</target> 10565 <target>成人或裸露內容</target>
10486 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">336</context></context-group> 10566 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">343</context></context-group>
10487 </trans-unit> 10567 </trans-unit>
10488 <trans-unit id="1755474755114288376" datatype="html"> 10568 <trans-unit id="1755474755114288376" datatype="html">
10489 <source>Up Next</source> 10569 <source>Up Next</source>
10490 <target state="translated">往下</target> 10570 <target state="translated">往下</target>
10491 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">407</context></context-group> 10571 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">414</context></context-group>
10492 </trans-unit> 10572 </trans-unit>
10493 <trans-unit id="2159130950882492111" datatype="html"> 10573 <trans-unit id="2159130950882492111" datatype="html">
10494 <source>Cancel</source> 10574 <source>Cancel</source>
@@ -10498,63 +10578,63 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular
10498 <trans-unit id="3354816756665089864" datatype="html"> 10578 <trans-unit id="3354816756665089864" datatype="html">
10499 <source>Autoplay is suspended</source> 10579 <source>Autoplay is suspended</source>
10500 <target state="translated">自動播放已暫停</target> 10580 <target state="translated">自動播放已暫停</target>
10501 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">409</context></context-group> 10581 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">416</context></context-group>
10502 </trans-unit> 10582 </trans-unit>
10503 <trans-unit id="7895294730547405228" datatype="html"> 10583 <trans-unit id="7895294730547405228" datatype="html">
10504 <source>Enter/exit fullscreen (requires player focus)</source> 10584 <source>Enter/exit fullscreen (requires player focus)</source>
10505 <target state="translated">進入/離開全螢幕(需要播放器焦點)</target> 10585 <target state="translated">進入/離開全螢幕(需要播放器焦點)</target>
10506 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">678</context></context-group> 10586
10507 </trans-unit> 10587 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">686</context></context-group></trans-unit>
10508 <trans-unit id="7618388257165864759" datatype="html"> 10588 <trans-unit id="7618388257165864759" datatype="html">
10509 <source>Play/Pause the video (requires player focus)</source> 10589 <source>Play/Pause the video (requires player focus)</source>
10510 <target state="translated">播放/暫停影片(需要播放器焦點)</target> 10590 <target state="translated">播放/暫停影片(需要播放器焦點)</target>
10511 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">679</context></context-group> 10591
10512 </trans-unit> 10592 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group></trans-unit>
10513 <trans-unit id="7761890399634216630" datatype="html"> 10593 <trans-unit id="7761890399634216630" datatype="html">
10514 <source>Mute/unmute the video (requires player focus)</source> 10594 <source>Mute/unmute the video (requires player focus)</source>
10515 <target state="translated">靜音/解除靜音影片(需要播放器焦點)</target> 10595 <target state="translated">靜音/解除靜音影片(需要播放器焦點)</target>
10516 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">680</context></context-group> 10596
10517 </trans-unit> 10597 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group></trans-unit>
10518 <trans-unit id="5996585232248234904" datatype="html"> 10598 <trans-unit id="5996585232248234904" datatype="html">
10519 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source> 10599 <source>Skip to a percentage of the video: 0 is 0% and 9 is 90% (requires player focus)</source>
10520 <target state="translated">跳到影片的百分比:0 是 0%,9 是 90%(需要播放器焦點)</target> 10600 <target state="translated">跳到影片的百分比:0 是 0%,9 是 90%(需要播放器焦點)</target>
10521 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">682</context></context-group> 10601
10522 </trans-unit> 10602 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group></trans-unit>
10523 <trans-unit id="3748765405903319998" datatype="html"> 10603 <trans-unit id="3748765405903319998" datatype="html">
10524 <source>Increase the volume (requires player focus)</source> 10604 <source>Increase the volume (requires player focus)</source>
10525 <target state="translated">增加音量(需要播放器焦點)</target> 10605 <target state="translated">增加音量(需要播放器焦點)</target>
10526 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">684</context></context-group> 10606
10527 </trans-unit> 10607 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">692</context></context-group></trans-unit>
10528 <trans-unit id="5810704036407159982" datatype="html"> 10608 <trans-unit id="5810704036407159982" datatype="html">
10529 <source>Decrease the volume (requires player focus)</source> 10609 <source>Decrease the volume (requires player focus)</source>
10530 <target state="translated">降低音量(需要播放器焦點)</target> 10610 <target state="translated">降低音量(需要播放器焦點)</target>
10531 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">685</context></context-group> 10611
10532 </trans-unit> 10612 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group></trans-unit>
10533 <trans-unit id="2622048822548065691" datatype="html"> 10613 <trans-unit id="2622048822548065691" datatype="html">
10534 <source>Seek the video forward (requires player focus)</source> 10614 <source>Seek the video forward (requires player focus)</source>
10535 <target state="translated">快轉影片(需要播放器焦點)</target> 10615 <target state="translated">快轉影片(需要播放器焦點)</target>
10536 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">687</context></context-group> 10616
10537 </trans-unit> 10617 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">695</context></context-group></trans-unit>
10538 <trans-unit id="6540078205109221153" datatype="html"> 10618 <trans-unit id="6540078205109221153" datatype="html">
10539 <source>Seek the video backward (requires player focus)</source> 10619 <source>Seek the video backward (requires player focus)</source>
10540 <target state="translated">向後快轉影片(需要播放器焦點)</target> 10620 <target state="translated">向後快轉影片(需要播放器焦點)</target>
10541 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">688</context></context-group> 10621
10542 </trans-unit> 10622 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">696</context></context-group></trans-unit>
10543 <trans-unit id="1956491957766210808" datatype="html"> 10623 <trans-unit id="1956491957766210808" datatype="html">
10544 <source>Increase playback rate (requires player focus)</source> 10624 <source>Increase playback rate (requires player focus)</source>
10545 <target state="translated">提高播放速度(需要播放器焦點)</target> 10625 <target state="translated">提高播放速度(需要播放器焦點)</target>
10546 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">690</context></context-group> 10626
10547 </trans-unit> 10627 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">698</context></context-group></trans-unit>
10548 <trans-unit id="5495529997674803186" datatype="html"> 10628 <trans-unit id="5495529997674803186" datatype="html">
10549 <source>Decrease playback rate (requires player focus)</source> 10629 <source>Decrease playback rate (requires player focus)</source>
10550 <target state="translated">減慢播放速度(需要播放器焦點)</target> 10630 <target state="translated">減慢播放速度(需要播放器焦點)</target>
10551 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">691</context></context-group> 10631
10552 </trans-unit> 10632 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">699</context></context-group></trans-unit>
10553 <trans-unit id="3178343147230721210" datatype="html"> 10633 <trans-unit id="3178343147230721210" datatype="html">
10554 <source>Navigate in the video frame by frame (requires player focus)</source> 10634 <source>Navigate in the video frame by frame (requires player focus)</source>
10555 <target state="translated">逐畫格瀏覽影片(需要播放器焦點)</target> 10635 <target state="translated">逐畫格瀏覽影片(需要播放器焦點)</target>
10556 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">693</context></context-group> 10636
10557 </trans-unit> 10637 <context-group purpose="location"><context context-type="sourcefile">src/app/+videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">701</context></context-group></trans-unit>
10558 <trans-unit id="8025996572234182184"> 10638 <trans-unit id="8025996572234182184">
10559 <source>Like the video</source> 10639 <source>Like the video</source>
10560 <target>喜歡此影片</target> 10640 <target>喜歡此影片</target>
diff --git a/client/src/locale/player.ca-ES.json b/client/src/locale/player.ca-ES.json
index b26fec9ba..e1d2d0dea 100644
--- a/client/src/locale/player.ca-ES.json
+++ b/client/src/locale/player.ca-ES.json
@@ -23,7 +23,7 @@
23 "Viewport / Frames": "Finestra gràfica / Marcs", 23 "Viewport / Frames": "Finestra gràfica / Marcs",
24 "Resolution": "Resolució", 24 "Resolution": "Resolució",
25 "Volume": "Volum", 25 "Volume": "Volum",
26 "Codecs": "Codecs", 26 "Codecs": "Còdecs",
27 "Color": "Color", 27 "Color": "Color",
28 "Connection Speed": "Velocitat de la connexió", 28 "Connection Speed": "Velocitat de la connexió",
29 "Network Activity": "Activitat de Xarxa", 29 "Network Activity": "Activitat de Xarxa",
diff --git a/client/src/locale/server.vi-VN.json b/client/src/locale/server.vi-VN.json
index 7816665b7..0fed01f43 100644
--- a/client/src/locale/server.vi-VN.json
+++ b/client/src/locale/server.vi-VN.json
@@ -24,10 +24,10 @@
24 "Attribution - Non Commercial - Share Alike": "Phi thương mại - Chia sẻ tương tự", 24 "Attribution - Non Commercial - Share Alike": "Phi thương mại - Chia sẻ tương tự",
25 "Attribution - Non Commercial - No Derivatives": "Phi thương mại - Không phát sinh", 25 "Attribution - Non Commercial - No Derivatives": "Phi thương mại - Không phát sinh",
26 "Public Domain Dedication": "Công cộng", 26 "Public Domain Dedication": "Công cộng",
27 "Public": "Công cộng", 27 "Public": "Công khai",
28 "Unlisted": "Không công khai", 28 "Unlisted": "Hạn chế",
29 "Private": "Riêng tư", 29 "Private": "Riêng tư",
30 "Internal": "Công khai", 30 "Internal": "Nội bộ",
31 "Published": "Đã đăng", 31 "Published": "Đã đăng",
32 "To transcode": "Để chuyển mã", 32 "To transcode": "Để chuyển mã",
33 "To import": "Để nhập", 33 "To import": "Để nhập",
@@ -55,7 +55,7 @@
55 "Afrikaans": "Afrikaans", 55 "Afrikaans": "Afrikaans",
56 "Akan": "Akan", 56 "Akan": "Akan",
57 "Amharic": "Amharic", 57 "Amharic": "Amharic",
58 "Arabic": "Arabic", 58 "Arabic": "Ả Rập",
59 "Aragonese": "Aragonese", 59 "Aragonese": "Aragonese",
60 "American Sign Language": "American Sign Language", 60 "American Sign Language": "American Sign Language",
61 "Assamese": "Assamese", 61 "Assamese": "Assamese",
@@ -69,10 +69,10 @@
69 "Bengali": "Bengali", 69 "Bengali": "Bengali",
70 "British Sign Language": "British Sign Language", 70 "British Sign Language": "British Sign Language",
71 "Bislama": "Bislama", 71 "Bislama": "Bislama",
72 "Tibetan": "Tibetan", 72 "Tibetan": "Tây Tạng",
73 "Bosnian": "Bosnian", 73 "Bosnian": "Bosnian",
74 "Breton": "Breton", 74 "Breton": "Breton",
75 "Bulgarian": "Bulgarian", 75 "Bulgarian": "Bulgaria",
76 "Brazilian Sign Language": "Brazilian Sign Language", 76 "Brazilian Sign Language": "Brazilian Sign Language",
77 "Catalan": "Catalan", 77 "Catalan": "Catalan",
78 "Czech": "Czech", 78 "Czech": "Czech",
@@ -85,22 +85,22 @@
85 "Czech Sign Language": "Czech Sign Language", 85 "Czech Sign Language": "Czech Sign Language",
86 "Chinese Sign Language": "Chinese Sign Language", 86 "Chinese Sign Language": "Chinese Sign Language",
87 "Welsh": "Welsh", 87 "Welsh": "Welsh",
88 "Danish": "Danish", 88 "Danish": "Đan Mạch",
89 "German": "German", 89 "German": "Đức",
90 "Dhivehi": "Dhivehi", 90 "Dhivehi": "Dhivehi",
91 "Danish Sign Language": "Danish Sign Language", 91 "Danish Sign Language": "Danish Sign Language",
92 "Dzongkha": "Dzongkha", 92 "Dzongkha": "Dzongkha",
93 "Greek": "Greek", 93 "Greek": "Hi Lạp",
94 "English": "English", 94 "English": "Anh",
95 "Esperanto": "Esperanto", 95 "Esperanto": "Quốc tế ngữ",
96 "Estonian": "Estonian", 96 "Estonian": "Estonian",
97 "Basque": "Basque", 97 "Basque": "Basque",
98 "Ewe": "Ewe", 98 "Ewe": "Ewe",
99 "Faroese": "Faroese", 99 "Faroese": "Faroese",
100 "Persian": "Persian", 100 "Persian": "Ba",
101 "Fijian": "Fijian", 101 "Fijian": "Fijian",
102 "Finnish": "Finnish", 102 "Finnish": "Phần Lan",
103 "French": "French", 103 "French": "Pháp",
104 "Western Frisian": "Western Frisian", 104 "Western Frisian": "Western Frisian",
105 "French Sign Language": "French Sign Language", 105 "French Sign Language": "French Sign Language",
106 "Fulah": "Fulah", 106 "Fulah": "Fulah",
@@ -119,18 +119,18 @@
119 "Hindi": "Hindi", 119 "Hindi": "Hindi",
120 "Hiri Motu": "Hiri Motu", 120 "Hiri Motu": "Hiri Motu",
121 "Croatian": "Croatian", 121 "Croatian": "Croatian",
122 "Hungarian": "Hungarian", 122 "Hungarian": "Hungary",
123 "Armenian": "Armenian", 123 "Armenian": "Armenian",
124 "Igbo": "Igbo", 124 "Igbo": "Igbo",
125 "Sichuan Yi": "Sichuan Yi", 125 "Sichuan Yi": "Sichuan Yi",
126 "Inuktitut": "Inuktitut", 126 "Inuktitut": "Inuktitut",
127 "Indonesian": "Indonesian", 127 "Indonesian": "Indonesia",
128 "Inupiaq": "Inupiaq", 128 "Inupiaq": "Inupiaq",
129 "Icelandic": "Icelandic", 129 "Icelandic": "Iceland",
130 "Italian": "Italian", 130 "Italian": "Ý",
131 "Javanese": "Javanese", 131 "Javanese": "Javanese",
132 "Lojban": "Lojban", 132 "Lojban": "Lojban",
133 "Japanese": "Japanese", 133 "Japanese": "Nhật Bản",
134 "Japanese Sign Language": "Japanese Sign Language", 134 "Japanese Sign Language": "Japanese Sign Language",
135 "Kabyle": "Kabyle", 135 "Kabyle": "Kabyle",
136 "Kalaallisut": "Kalaallisut", 136 "Kalaallisut": "Kalaallisut",
@@ -145,10 +145,10 @@
145 "Kirghiz": "Kirghiz", 145 "Kirghiz": "Kirghiz",
146 "Komi": "Komi", 146 "Komi": "Komi",
147 "Kongo": "Kongo", 147 "Kongo": "Kongo",
148 "Korean": "Korean", 148 "Korean": "Triều Tiên",
149 "Kuanyama": "Kuanyama", 149 "Kuanyama": "Kuanyama",
150 "Kurdish": "Kurdish", 150 "Kurdish": "Kurdish",
151 "Lao": "Laos", 151 "Lao": "Lào",
152 "Latvian": "Latvian", 152 "Latvian": "Latvian",
153 "Limburgan": "Limburgan", 153 "Limburgan": "Limburgan",
154 "Lingala": "Lingala", 154 "Lingala": "Lingala",
@@ -157,25 +157,25 @@
157 "Luba-Katanga": "Luba-Katanga", 157 "Luba-Katanga": "Luba-Katanga",
158 "Ganda": "Ganda", 158 "Ganda": "Ganda",
159 "Marshallese": "Marshallese", 159 "Marshallese": "Marshallese",
160 "Malayalam": "Malayalam", 160 "Malayalam": "Malaysia",
161 "Marathi": "Marathi", 161 "Marathi": "Marathi",
162 "Macedonian": "Macedonian", 162 "Macedonian": "Macedonian",
163 "Malagasy": "Malagasy", 163 "Malagasy": "Malagasy",
164 "Maltese": "Maltese", 164 "Maltese": "Maltese",
165 "Mongolian": "Mongolian", 165 "Mongolian": "Mongolian",
166 "Maori": "Maori", 166 "Maori": "Maori",
167 "Malay (macrolanguage)": "Malay (macrolanguage)", 167 "Malay (macrolanguage)": "Malaysia (đại cng)",
168 "Burmese": "Burmese", 168 "Burmese": "Burmese",
169 "Nauru": "Nauru", 169 "Nauru": "Nauru",
170 "Navajo": "Navajo", 170 "Navajo": "Navajo",
171 "South Ndebele": "South Ndebele", 171 "South Ndebele": "South Ndebele",
172 "North Ndebele": "North Ndebele", 172 "North Ndebele": "North Ndebele",
173 "Ndonga": "Ndonga", 173 "Ndonga": "Ndonga",
174 "Nepali (macrolanguage)": "Nepali (macrolanguage)", 174 "Nepali (macrolanguage)": "Nepal (đại cng)",
175 "Dutch": "Dutch", 175 "Dutch": "Hà Lan",
176 "Norwegian Nynorsk": "Norwegian Nynorsk", 176 "Norwegian Nynorsk": "Norwegian Nynorsk",
177 "Norwegian Bokmål": "Norwegian Bokmål", 177 "Norwegian Bokmål": "Norwegian Bokmål",
178 "Norwegian": "Norwegian", 178 "Norwegian": "Na Uy",
179 "Nyanja": "Nyanja", 179 "Nyanja": "Nyanja",
180 "Occitan": "Occitan", 180 "Occitan": "Occitan",
181 "Ojibwa": "Ojibwa", 181 "Ojibwa": "Ojibwa",
@@ -184,19 +184,19 @@
184 "Ossetian": "Ossetian", 184 "Ossetian": "Ossetian",
185 "Panjabi": "Panjabi", 185 "Panjabi": "Panjabi",
186 "Pakistan Sign Language": "Pakistan Sign Language", 186 "Pakistan Sign Language": "Pakistan Sign Language",
187 "Polish": "Polish", 187 "Polish": "Ba Lan",
188 "Portuguese": "Portuguese", 188 "Portuguese": "Bồ Đào Nha",
189 "Pushto": "Pushto", 189 "Pushto": "Pushto",
190 "Quechua": "Quechua", 190 "Quechua": "Quechua",
191 "Romansh": "Romansh", 191 "Romansh": "Romansh",
192 "Romanian": "Romanian", 192 "Romanian": "Romanian",
193 "Russian Sign Language": "Russian Sign Language", 193 "Russian Sign Language": "Russian Sign Language",
194 "Rundi": "Rundi", 194 "Rundi": "Rundi",
195 "Russian": "Russian", 195 "Russian": "Nga",
196 "Sango": "Sango", 196 "Sango": "Sango",
197 "Saudi Arabian Sign Language": "Saudi Arabian Sign Language", 197 "Saudi Arabian Sign Language": "Saudi Arabian Sign Language",
198 "South African Sign Language": "South African Sign Language", 198 "South African Sign Language": "South African Sign Language",
199 "Sinhala": "Sinhala", 199 "Sinhala": "Tích Lan",
200 "Slovak": "Slovak", 200 "Slovak": "Slovak",
201 "Slovenian": "Slovenian", 201 "Slovenian": "Slovenian",
202 "Northern Sami": "Northern Sami", 202 "Northern Sami": "Northern Sami",
@@ -205,14 +205,14 @@
205 "Sindhi": "Sindhi", 205 "Sindhi": "Sindhi",
206 "Somali": "Somali", 206 "Somali": "Somali",
207 "Southern Sotho": "Southern Sotho", 207 "Southern Sotho": "Southern Sotho",
208 "Spanish": "Spanish", 208 "Spanish": "Tây Ban Nha",
209 "Albanian": "Albanian", 209 "Albanian": "Albanian",
210 "Sardinian": "Sardinian", 210 "Sardinian": "Sardinian",
211 "Serbian": "Serbian", 211 "Serbian": "Serbian",
212 "Swati": "Swati", 212 "Swati": "Swati",
213 "Sundanese": "Sundanese", 213 "Sundanese": "Sundanese",
214 "Swahili (macrolanguage)": "Swahili (macrolanguage)", 214 "Swahili (macrolanguage)": "Swahili (macrolanguage)",
215 "Swedish": "Swedish", 215 "Swedish": "Thụy Điển",
216 "Swedish Sign Language": "Swedish Sign Language", 216 "Swedish Sign Language": "Swedish Sign Language",
217 "Tahitian": "Tahitian", 217 "Tahitian": "Tahitian",
218 "Tamil": "Tamil", 218 "Tamil": "Tamil",
@@ -220,28 +220,28 @@
220 "Telugu": "Telugu", 220 "Telugu": "Telugu",
221 "Tajik": "Tajik", 221 "Tajik": "Tajik",
222 "Tagalog": "Tagalog", 222 "Tagalog": "Tagalog",
223 "Thai": "Thai", 223 "Thai": "Thái Lan",
224 "Tigrinya": "Tigrinya", 224 "Tigrinya": "Tigrinya",
225 "Klingon": "Klingon", 225 "Klingon": "Klingon",
226 "Tonga (Tonga Islands)": "Tonga (Tonga Islands)", 226 "Tonga (Tonga Islands)": "Tonga (Tonga Islands)",
227 "Tswana": "Tswana", 227 "Tswana": "Tswana",
228 "Tsonga": "Tsonga", 228 "Tsonga": "Tsonga",
229 "Turkmen": "Turkmen", 229 "Turkmen": "Turkmen",
230 "Turkish": "Turkish", 230 "Turkish": "Thổ Nhĩ Kỳ",
231 "Twi": "Twi", 231 "Twi": "Twi",
232 "Uighur": "Uighur", 232 "Uighur": "Uighur",
233 "Ukrainian": "Ukrainian", 233 "Ukrainian": "Ukrainian",
234 "Urdu": "Urdu", 234 "Urdu": "Urdu",
235 "Uzbek": "Uzbek", 235 "Uzbek": "Uzbek",
236 "Venda": "Venda", 236 "Venda": "Venda",
237 "Vietnamese": "Vietnamese", 237 "Vietnamese": "Vit Nam",
238 "Walloon": "Walloon", 238 "Walloon": "Walloon",
239 "Wolof": "Wolof", 239 "Wolof": "Wolof",
240 "Xhosa": "Xhosa", 240 "Xhosa": "Xhosa",
241 "Yiddish": "Yiddish", 241 "Yiddish": "Yiddish",
242 "Yoruba": "Yoruba", 242 "Yoruba": "Yoruba",
243 "Zhuang": "Zhuang", 243 "Zhuang": "Zhuang",
244 "Chinese": "Chinese", 244 "Chinese": "Trung Quốc",
245 "Zulu": "Zulu", 245 "Zulu": "Zulu",
246 "Normal mode": "Chế độ bình thường", 246 "Normal mode": "Chế độ bình thường",
247 "Theater mode": "Chế độ chiếu rạp" 247 "Theater mode": "Chế độ chiếu rạp"
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 30d487b11..bd834db70 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -123,12 +123,16 @@ code {
123 vertical-align: middle; 123 vertical-align: middle;
124} 124}
125 125
126.form-error { 126.form-error,
127.form-warning {
127 display: block; 128 display: block;
128 color: $red;
129 margin-top: 5px; 129 margin-top: 5px;
130} 130}
131 131
132.form-error {
133 color: $red;
134}
135
132.input-error, 136.input-error,
133my-input-toggle-hidden ::ng-deep input { 137my-input-toggle-hidden ::ng-deep input {
134 border-color: $red !important; 138 border-color: $red !important;
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts
index e59d8b940..c9a4e541c 100644
--- a/client/src/standalone/videos/embed.ts
+++ b/client/src/standalone/videos/embed.ts
@@ -1,9 +1,9 @@
1import './embed.scss' 1import './embed.scss'
2import videojs from 'video.js' 2import videojs from 'video.js'
3import { peertubeTranslate } from '../../../../shared/core-utils/i18n' 3import { peertubeTranslate } from '../../../../shared/core-utils/i18n'
4import { HttpStatusCode } from '../../../../shared/core-utils/miscs/http-error-codes'
5import { 4import {
6 HTMLServerConfig, 5 HTMLServerConfig,
6 HttpStatusCode,
7 OAuth2ErrorCode, 7 OAuth2ErrorCode,
8 ResultList, 8 ResultList,
9 UserRefreshToken, 9 UserRefreshToken,
@@ -474,7 +474,9 @@ export class PeerTubeEmbed {
474 474
475 const videoInfoPromise = videoResponse.json() 475 const videoInfoPromise = videoResponse.json()
476 .then((videoInfo: VideoDetails) => { 476 .then((videoInfo: VideoDetails) => {
477 if (!alreadyHadPlayer) this.loadPlaceholder(videoInfo) 477 this.loadParams(videoInfo)
478
479 if (!alreadyHadPlayer && !this.autoplay) this.loadPlaceholder(videoInfo)
478 480
479 return videoInfo 481 return videoInfo
480 }) 482 })
@@ -493,8 +495,6 @@ export class PeerTubeEmbed {
493 const PeertubePlayerManager = PeertubePlayerManagerModule.PeertubePlayerManager 495 const PeertubePlayerManager = PeertubePlayerManagerModule.PeertubePlayerManager
494 const videoCaptions = await this.buildCaptions(serverTranslations, captionsResponse) 496 const videoCaptions = await this.buildCaptions(serverTranslations, captionsResponse)
495 497
496 this.loadParams(videoInfo)
497
498 const playlistPlugin = this.currentPlaylistElement 498 const playlistPlugin = this.currentPlaylistElement
499 ? { 499 ? {
500 elements: this.playlistElements, 500 elements: this.playlistElements,
@@ -536,6 +536,7 @@ export class PeerTubeEmbed {
536 videoCaptions, 536 videoCaptions,
537 inactivityTimeout: 2500, 537 inactivityTimeout: 2500,
538 videoViewUrl: this.getVideoUrl(videoInfo.uuid) + '/views', 538 videoViewUrl: this.getVideoUrl(videoInfo.uuid) + '/views',
539 videoShortUUID: videoInfo.shortUUID,
539 videoUUID: videoInfo.uuid, 540 videoUUID: videoInfo.uuid,
540 541
541 isLive: videoInfo.isLive, 542 isLive: videoInfo.isLive,